Update README.md (#16)

- Update README.md (66197628819e6921cfdb010421f39f239f51902e)

Co-authored-by: Tiezhen WANG <xianbao@users.noreply.huggingface.co>
This commit is contained in:
ai-modelscope 2025-01-21 20:06:00 +08:00
parent 9be559d912
commit 2d8475acb4
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,7 @@
---
license: mit
library_name: transformers
---
# DeepSeek-R1 # DeepSeek-R1
<!-- markdownlint-disable first-line-h1 --> <!-- markdownlint-disable first-line-h1 -->
<!-- markdownlint-disable html --> <!-- markdownlint-disable html -->
@ -206,4 +210,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).

9
generation_config.json Normal file
View File

@ -0,0 +1,9 @@
{
"_from_model_config": true,
"bos_token_id": 0,
"eos_token_id": 1,
"do_sample": true,
"temperature": 0.6,
"top_p": 0.95,
"transformers_version": "4.39.3"
}