Add autocitation section
Browse files
README.md
CHANGED
@@ -61,4 +61,19 @@ print(output)
|
|
61 |
```
|
62 |
|
63 |
---
|
64 |
-
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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
```
|
62 |
|
63 |
---
|
64 |
+
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).
|
65 |
+
|
66 |
+
<!-- Autocitation -->
|
67 |
+
|
68 |
+
This is a work-in-progress. If you use this project in your research please cite:
|
69 |
+
```
|
70 |
+
@article{patel2025fineinstructions,
|
71 |
+
title = {FineInstructions: A Web-Scale Instructions Dataset},
|
72 |
+
author = {Patel, Ajay and Raffel, Colin and Callison-Burch, Chris},
|
73 |
+
year = {2025},
|
74 |
+
month = aug,
|
75 |
+
day = {11},
|
76 |
+
note = {Work in progress},
|
77 |
+
}
|
78 |
+
```
|
79 |
+
|