AjayP13 commited on
Commit
da67d35
·
verified ·
1 Parent(s): ad32a83

Add autocitation section

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -73,4 +73,19 @@ print(output_json)
73
  #
74
  ```
75
  ---
76
- This model was trained with a synthetic dataset with [DataDreamer 🤖💤](https://datadreamer.dev). The synthetic dataset card and model card can be found [here](datadreamer.json). The training arguments can be found [here](training_args.json).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
  #
74
  ```
75
  ---
76
+ This model was trained with a synthetic dataset with [DataDreamer 🤖💤](https://datadreamer.dev). The synthetic dataset card and model card can be found [here](datadreamer.json). The training arguments can be found [here](training_args.json).
77
+
78
+ <!-- Autocitation -->
79
+
80
+ This is a work-in-progress. If you use this project in your research please cite:
81
+ ```
82
+ @article{patel2025fineinstructions,
83
+ title = {FineInstructions: A Web-Scale Instructions Dataset},
84
+ author = {Patel, Ajay and Raffel, Colin and Callison-Burch, Chris},
85
+ year = {2025},
86
+ month = aug,
87
+ day = {11},
88
+ note = {Work in progress},
89
+ }
90
+ ```
91
+