Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# SYNTHETIC-1-7B-SFT
|
2 |
|
3 |
SYNTHETIC-1-7B-SFT is an initial model trained on the SFT subset of SYNTHETIC-1, a collaboratively generated reasoning dataset from Deepseek-R1. The model largely outperforms other models based on Qwen-2.5-Instruct-7B that were trained with smaller reasoning datasets.
|
4 |
|
5 |
|
6 |
-

|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- PrimeIntellect/SYNTHETIC-1-SFT-Data
|
5 |
+
base_model:
|
6 |
+
- Qwen/Qwen2.5-7B-Instruct
|
7 |
+
---
|
8 |
# SYNTHETIC-1-7B-SFT
|
9 |
|
10 |
SYNTHETIC-1-7B-SFT is an initial model trained on the SFT subset of SYNTHETIC-1, a collaboratively generated reasoning dataset from Deepseek-R1. The model largely outperforms other models based on Qwen-2.5-Instruct-7B that were trained with smaller reasoning datasets.
|
11 |
|
12 |
|
13 |
+

|