Add autocitation section
Browse files
README.md
CHANGED
|
@@ -86,12 +86,14 @@ This model was trained with a synthetic dataset with [DataDreamer 🤖💤](http
|
|
| 86 |
|
| 87 |
If you use this project in your research please cite:
|
| 88 |
```
|
| 89 |
-
@article{
|
| 90 |
-
title
|
| 91 |
-
author
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
|
|
|
|
|
|
| 95 |
}
|
| 96 |
```
|
| 97 |
|
|
|
|
| 86 |
|
| 87 |
If you use this project in your research please cite:
|
| 88 |
```
|
| 89 |
+
@article{patel2026fineinstructions,
|
| 90 |
+
title={FineInstructions: Scaling Synthetic Instructions to Pre-Training Scale},
|
| 91 |
+
author={Patel, Ajay and Raffel, Colin and Callison-Burch, Chris},
|
| 92 |
+
journal={arXiv preprint arXiv:2601.22146},
|
| 93 |
+
year={2026},
|
| 94 |
+
archivePrefix={arXiv},
|
| 95 |
+
primaryClass={cs.CL},
|
| 96 |
+
doi={10.48550/arXiv.2601.22146}
|
| 97 |
}
|
| 98 |
```
|
| 99 |
|