Safetensors
qwen2
reasoning
ptrdvn commited on
Commit
86f8ba8
·
verified ·
1 Parent(s): dcf5b54

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -47,6 +47,30 @@ tags:
47
 
48
  # lightblue/DeepSeek-R1-Distill-Qwen-7B-Multilingual
49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  This is a Deepseek distill finetune trained on multilingual Chain-of-Thought (CoT).
51
  When this model is prompted in a language, it will both think and respond in that language, unlike the original R1 which will often think in either Chinese or English.
52
  This will make the outputs of these AIs more understandable and explainable to a wider audience.
 
47
 
48
  # lightblue/DeepSeek-R1-Distill-Qwen-7B-Multilingual
49
 
50
+ <div style="width: 100%; height: 160px;
51
+ display: flex; align-items: center;
52
+ justify-content: center;
53
+ border: 8px solid black;
54
+ font-size: 120px; font-weight: bold;
55
+ text-align: center;
56
+ color: #438db8,
57
+ font-family: 'Helvetica Neue', sans-serif;">
58
+ <span style="color: #438db8;">R1</span>
59
+ &nbsp;
60
+ <span style="color: blue;">m</span>
61
+ <span style="color: green;">u</span>
62
+ <span style="color: purple;">l</span>
63
+ <span style="color: yellow;">t</span>
64
+ <span style="color: pink;">i</span>
65
+ <span style="color: cyan;">l</span>
66
+ <span style="color: magenta;">i</span>
67
+ <span style="color: lime;">n</span>
68
+ <span style="color: teal;">g</span>
69
+ <span style="color: coral;">u</span>
70
+ <span style="color: gold;">a</span>
71
+ <span style="color: navy;">l</span>
72
+ </div>
73
+
74
  This is a Deepseek distill finetune trained on multilingual Chain-of-Thought (CoT).
75
  When this model is prompted in a language, it will both think and respond in that language, unlike the original R1 which will often think in either Chinese or English.
76
  This will make the outputs of these AIs more understandable and explainable to a wider audience.