From 7598c8b8d449fb125c8ff0ac863b7217ece310fe Mon Sep 17 00:00:00 2001 From: Niels Rogge Date: Fri, 24 Jan 2025 01:45:10 +0000 Subject: [PATCH] Add pipeline tag, link to paper This PR adds a `pipeline_tag`, enabling users to find the model on https://huggingface.co/models?pipeline_tag=text-generation. It also adds a link to the paper page. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2503c23..f80bf62 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ --- license: mit library_name: transformers +pipeline_tag: text-generation --- + # DeepSeek-R1 @@ -46,7 +48,7 @@ library_name: transformers

- Paper Link👁️ + Paper Link👁️

@@ -234,4 +236,4 @@ DeepSeek-R1 series support commercial use, allow for any modifications and deriv ``` ## 9. Contact -If you have any questions, please raise an issue or contact us at [service@deepseek.com](service@deepseek.com). +If you have any questions, please raise an issue or contact us at [service@deepseek.com](service@deepseek.com). \ No newline at end of file