Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,15 @@ train: false
|
|
4 |
inference: true
|
5 |
pipeline_tag: text-generation
|
6 |
base_model:
|
7 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
This is a version of the <a href="https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B">DeepSeek-R1-Distill-Qwen-1.5B</a> model re-distilled for better performance.
|
10 |
|
@@ -75,4 +83,5 @@ To solve the addition \(1.5 + 102.2\), follow these steps:
|
|
75 |
\]
|
76 |
|
77 |
So, the final answer is \(\boxed{103.7}\).<|end▁of▁sentence|>
|
78 |
-
```
|
|
|
|
4 |
inference: true
|
5 |
pipeline_tag: text-generation
|
6 |
base_model:
|
7 |
+
- mobiuslabsgmbh/DeepSeek-R1-ReDistill-Qwen-1.5B-v1.1
|
8 |
+
language:
|
9 |
+
- en
|
10 |
+
tags:
|
11 |
+
- DeepSeek-R1-Distill-Qwen2.5-1.5B
|
12 |
+
---
|
13 |
+
|
14 |
+
Original Model : https://huggingface.co/mobiuslabsgmbh/DeepSeek-R1-ReDistill-Qwen-1.5B-v1.1
|
15 |
+
|
16 |
---
|
17 |
This is a version of the <a href="https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B">DeepSeek-R1-Distill-Qwen-1.5B</a> model re-distilled for better performance.
|
18 |
|
|
|
83 |
\]
|
84 |
|
85 |
So, the final answer is \(\boxed{103.7}\).<|end▁of▁sentence|>
|
86 |
+
```
|
87 |
+
---
|