Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,6 +25,15 @@ short_description: Synthetic Pre-Training Scale Instruction-Tuning Data
|
|
| 25 |
2. Document ⇔ Template Matching / Retrieval Embedding: https://huggingface.co/fineinstructions/instruction_template_retrieval_embedding
|
| 26 |
3. Template Instantiator (Document + Template ⇒ Synthetic Instruction-Answer Pair): https://huggingface.co/fineinstructions/template_instantiator
|
| 27 |
|
| 28 |
-
**✨ Citation:**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
|
| 30 |
**✨ Built with DataDreamer:** http://datadreamer.dev/
|
|
|
|
| 25 |
2. Document ⇔ Template Matching / Retrieval Embedding: https://huggingface.co/fineinstructions/instruction_template_retrieval_embedding
|
| 26 |
3. Template Instantiator (Document + Template ⇒ Synthetic Instruction-Answer Pair): https://huggingface.co/fineinstructions/template_instantiator
|
| 27 |
|
| 28 |
+
**✨ Citation:**
|
| 29 |
+
```
|
| 30 |
+
@article{patel2025fineinstructions,
|
| 31 |
+
title = {FineInstructions: Scaling Synthetic Instructions to Pre-Training Scale},
|
| 32 |
+
author = {Patel, Ajay and Raffel, Colin and Callison-Burch, Chris},
|
| 33 |
+
year = {2026},
|
| 34 |
+
month = jan,
|
| 35 |
+
day = {28},
|
| 36 |
+
}
|
| 37 |
+
```
|
| 38 |
|
| 39 |
**✨ Built with DataDreamer:** http://datadreamer.dev/
|