Create README.md
Browse filesDistilled phi3 model created from Deepseek-R1 knowledge. You can follow this blog [How to distill Deepseek-R1: A Comprehensive Guide] for details on how this model was created and Inference.
Blog link: https://medium.com/@prabhudev.guntur/how-to-distill-deepseek-r1-a-comprehensive-guide-c8ba04e2c28c
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- Magpie-Align/Magpie-Reasoning-V2-250K-CoT-Deepseek-R1-Llama-70B
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
base_model:
|
8 |
+
- microsoft/Phi-3-mini-4k-instruct
|
9 |
+
pipeline_tag: text-generation
|
10 |
+
tags:
|
11 |
+
- Deepseek
|
12 |
+
- Distillation
|
13 |
+
---
|