Add autocitation section
Browse files
README.md
CHANGED
@@ -144,4 +144,19 @@ print(pipe(prompts, max_length=131072, do_sample=False))
|
|
144 |
```
|
145 |
|
146 |
---
|
147 |
-
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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
144 |
```
|
145 |
|
146 |
---
|
147 |
+
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).
|
148 |
+
|
149 |
+
<!-- Autocitation -->
|
150 |
+
|
151 |
+
This is a work-in-progress. If you use this project in your research please cite:
|
152 |
+
```
|
153 |
+
@article{patel2025fineinstructions,
|
154 |
+
title = {FineInstructions: A Web-Scale Instructions Dataset},
|
155 |
+
author = {Patel, Ajay and Raffel, Colin and Callison-Burch, Chris},
|
156 |
+
year = {2025},
|
157 |
+
month = aug,
|
158 |
+
day = {11},
|
159 |
+
note = {Work in progress},
|
160 |
+
}
|
161 |
+
```
|
162 |
+
|