AjayP13 commited on
Commit
5a4c210
·
verified ·
1 Parent(s): adc6628

Add autocitation section

Browse files
Files changed (1) hide show
  1. README.md +8 -6
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{patel2025fineinstructions,
90
- title = {FineInstructions: Scaling Synthetic Instructions to Pre-Training Scale},
91
- author = {Patel, Ajay and Raffel, Colin and Callison-Burch, Chris},
92
- year = {2026},
93
- month = jan,
94
- day = {28},
 
 
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