Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,13 +16,13 @@ short_description: Synthetic Pre-Training Scale Instruction-Tuning Data
|
|
| 16 |
|
| 17 |
**Code:** *Coming soon*
|
| 18 |
|
| 19 |
-
**Models:**
|
| 20 |
-
- Query Genericizer (Query ⇒ Instruction Template): https://huggingface.co/fineinstructions/query_templatizer
|
| 21 |
-
- Document ⇔ Template Matching / Retrieval Embedding: https://huggingface.co/fineinstructions/instruction_template_retrieval_embedding
|
| 22 |
-
- Template Instantiator (Document + Template ⇒ Synthetic Instruction-Answer Pair): https://huggingface.co/fineinstructions/template_instantiator
|
| 23 |
-
|
| 24 |
**Datasets:**
|
| 25 |
- ~18M FineTemplates (instructiont templates created from real user queries): https://huggingface.co/datasets/fineinstructions/finetemplates
|
| 26 |
- ~1B+ FineInstructions generated on Nemotron-CC corpus: https://huggingface.co/datasets/fineinstructions/fineinstructions_nemotron
|
| 27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
**Citation:** *Coming soon*
|
|
|
|
| 16 |
|
| 17 |
**Code:** *Coming soon*
|
| 18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
**Datasets:**
|
| 20 |
- ~18M FineTemplates (instructiont templates created from real user queries): https://huggingface.co/datasets/fineinstructions/finetemplates
|
| 21 |
- ~1B+ FineInstructions generated on Nemotron-CC corpus: https://huggingface.co/datasets/fineinstructions/fineinstructions_nemotron
|
| 22 |
|
| 23 |
+
**Models:**
|
| 24 |
+
1. Query Genericizer (Query ⇒ Instruction Template): https://huggingface.co/fineinstructions/query_templatizer
|
| 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:** *Coming soon*
|