From 2d8475acb463fcfad8a8bee4de7e34fbedaa4705 Mon Sep 17 00:00:00 2001 From: ai-modelscope Date: Tue, 21 Jan 2025 20:06:00 +0800 Subject: [PATCH] Update README.md (#16) - Update README.md (66197628819e6921cfdb010421f39f239f51902e) Co-authored-by: Tiezhen WANG --- README.md | 6 +++++- generation_config.json | 9 +++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 generation_config.json diff --git a/README.md b/README.md index e5bcaca..a2b45b2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +--- +license: mit +library_name: transformers +--- # DeepSeek-R1 @@ -206,4 +210,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 diff --git a/generation_config.json b/generation_config.json new file mode 100644 index 0000000..11fbcf1 --- /dev/null +++ b/generation_config.json @@ -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" +}