Update README.md
Browse files
README.md
CHANGED
|
@@ -12,4 +12,18 @@ SYNTHETIC-1-7B-SFT is an initial model trained on the SFT subset of SYNTHETIC-1,
|
|
| 12 |
All SYNTHETIC-1 datasets can be found in our [🤗 SYNTHETIC-1 Collection](https://huggingface.co/collections/PrimeIntellect/synthetic-1-67a2c399cfdd6c9f7fae0c37).
|
| 13 |
|
| 14 |
|
| 15 |
-

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
All SYNTHETIC-1 datasets can be found in our [🤗 SYNTHETIC-1 Collection](https://huggingface.co/collections/PrimeIntellect/synthetic-1-67a2c399cfdd6c9f7fae0c37).
|
| 13 |
|
| 14 |
|
| 15 |
+

|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
## Citation
|
| 19 |
+
|
| 20 |
+
Feel free to cite SYNTHETIC-1 if you have found it useful for your work
|
| 21 |
+
|
| 22 |
+
```bib
|
| 23 |
+
@misc{2025synthetic1,
|
| 24 |
+
title={SYNTHETIC-1: Two Million Collaboratively Generated Reasoning Traces from Deepseek-R1},
|
| 25 |
+
author={Justus Mattern and Sami Jaghouar and Manveer Basra and Jannik Straube and Matthew Di Ferrante and Felix Gabriel and Jack Min Ong and Vincent Weisser and Johannes Hagemann},
|
| 26 |
+
year={2025},
|
| 27 |
+
url={https://www.primeintellect.ai/blog/synthetic-1-release},
|
| 28 |
+
}
|
| 29 |
+
```
|