Triangle104 commited on
Commit
e4b168c
·
verified ·
1 Parent(s): bb2e56e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -11,6 +11,31 @@ tags:
11
  This model was converted to GGUF format from [`deepseek-ai/DeepSeek-R1-Distill-Qwen-14B`](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-14B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
12
  Refer to the [original model card](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-14B) for more details on the model.
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ## Use with llama.cpp
15
  Install llama.cpp through brew (works on Mac and Linux)
16
 
 
11
  This model was converted to GGUF format from [`deepseek-ai/DeepSeek-R1-Distill-Qwen-14B`](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-14B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
12
  Refer to the [original model card](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-14B) for more details on the model.
13
 
14
+ ---
15
+ Model details:
16
+ -
17
+ We introduce our first-generation reasoning models, DeepSeek-R1-Zero
18
+ and DeepSeek-R1.
19
+ DeepSeek-R1-Zero, a model trained via large-scale reinforcement learning
20
+ (RL) without supervised fine-tuning (SFT) as a preliminary step,
21
+ demonstrated remarkable performance on reasoning.
22
+ With RL, DeepSeek-R1-Zero naturally emerged with numerous powerful and
23
+ interesting reasoning behaviors.
24
+ However, DeepSeek-R1-Zero encounters challenges such as endless
25
+ repetition, poor readability, and language mixing. To address these
26
+ issues and further enhance reasoning performance,
27
+ we introduce DeepSeek-R1, which incorporates cold-start data before RL.
28
+ DeepSeek-R1 achieves performance comparable to OpenAI-o1 across math,
29
+ code, and reasoning tasks.
30
+ To support the research community, we have open-sourced
31
+ DeepSeek-R1-Zero, DeepSeek-R1, and six dense models distilled from
32
+ DeepSeek-R1 based on Llama and Qwen. DeepSeek-R1-Distill-Qwen-32B
33
+ outperforms OpenAI-o1-mini across various benchmarks, achieving new
34
+ state-of-the-art results for dense models.
35
+
36
+ NOTE: Before running DeepSeek-R1 series models locally, we kindly recommend reviewing the Usage Recommendation section.
37
+
38
+ ---
39
  ## Use with llama.cpp
40
  Install llama.cpp through brew (works on Mac and Linux)
41