Add autocitation section
Browse files
README.md
CHANGED
|
@@ -196,4 +196,19 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
| 196 |
|
| 197 |
## Model Card Contact
|
| 198 |
|
| 199 |
-
[More Information Needed]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 196 |
|
| 197 |
## Model Card Contact
|
| 198 |
|
| 199 |
+
[More Information Needed]
|
| 200 |
+
|
| 201 |
+
<!-- Autocitation -->
|
| 202 |
+
|
| 203 |
+
This is a work-in-progress. If you use this project in your research please cite:
|
| 204 |
+
```
|
| 205 |
+
@article{patel2025fineinstructions,
|
| 206 |
+
title = {FineInstructions: A Web-Scale Instructions Dataset},
|
| 207 |
+
author = {Patel, Ajay and Raffel, Colin and Callison-Burch, Chris},
|
| 208 |
+
year = {2025},
|
| 209 |
+
month = aug,
|
| 210 |
+
day = {11},
|
| 211 |
+
note = {Work in progress},
|
| 212 |
+
}
|
| 213 |
+
```
|
| 214 |
+
|