Add autocitation section
Browse files
README.md
CHANGED
|
@@ -122,4 +122,19 @@ print(json.dumps(retriever.search(document=EXAMPLE_DOC), indent=4))
|
|
| 122 |
```
|
| 123 |
|
| 124 |
---
|
| 125 |
-
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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 122 |
```
|
| 123 |
|
| 124 |
---
|
| 125 |
+
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).
|
| 126 |
+
|
| 127 |
+
<!-- Autocitation -->
|
| 128 |
+
|
| 129 |
+
This is a work-in-progress. If you use this project in your research please cite:
|
| 130 |
+
```
|
| 131 |
+
@article{patel2025fineinstructions,
|
| 132 |
+
title = {FineInstructions: A Web-Scale Instructions Dataset},
|
| 133 |
+
author = {Patel, Ajay and Raffel, Colin and Callison-Burch, Chris},
|
| 134 |
+
year = {2025},
|
| 135 |
+
month = aug,
|
| 136 |
+
day = {11},
|
| 137 |
+
note = {Work in progress},
|
| 138 |
+
}
|
| 139 |
+
```
|
| 140 |
+
|