AjayP13 commited on
Commit
463671d
·
verified ·
1 Parent(s): cee4184

Add autocitation section

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!-- Autocitation -->
2
+
3
+ --------------------
4
+
5
+ If you use this project in your research please cite:
6
+ ```
7
+ @article{patel2025fineinstructions,
8
+ title = {FineInstructions: Scaling Synthetic Instructions to Pre-Training Scale},
9
+ author = {Patel, Ajay and Raffel, Colin and Callison-Burch, Chris},
10
+ year = {2026},
11
+ month = jan,
12
+ day = {28},
13
+ }
14
+ ```
15
+