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.
This commit is contained in:
Niels Rogge 2025-01-24 01:45:10 +00:00 committed by system
parent b039779880
commit 7598c8b8d4
No known key found for this signature in database
GPG Key ID: 6A528E38E0733467

View File

@ -1,7 +1,9 @@
--- ---
license: mit license: mit
library_name: transformers library_name: transformers
pipeline_tag: text-generation
--- ---
# DeepSeek-R1 # DeepSeek-R1
<!-- markdownlint-disable first-line-h1 --> <!-- markdownlint-disable first-line-h1 -->
<!-- markdownlint-disable html --> <!-- markdownlint-disable html -->
@ -46,7 +48,7 @@ library_name: transformers
<p align="center"> <p align="center">
<a href="https://github.com/deepseek-ai/DeepSeek-R1/blob/main/DeepSeek_R1.pdf"><b>Paper Link</b>👁️</a> <a href="https://huggingface.co/papers/2501.12948"><b>Paper Link</b>👁️</a>
</p> </p>
@ -234,4 +236,4 @@ DeepSeek-R1 series support commercial use, allow for any modifications and deriv
``` ```
## 9. Contact ## 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).