Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ tags:
|
|
| 9 |
- text-generation
|
| 10 |
pipeline_tag: text-generation
|
| 11 |
---
|
| 12 |
-
This model will
|
| 13 |
|
| 14 |
The output will be a JSON object.
|
| 15 |
|
|
|
|
| 9 |
- text-generation
|
| 10 |
pipeline_tag: text-generation
|
| 11 |
---
|
| 12 |
+
This model will take a instruction template in the format of [FineTemplates](https://huggingface.co/datasets/fineinstructions/finetemplates) and a document and return an instantiated instruction and answer pair.
|
| 13 |
|
| 14 |
The output will be a JSON object.
|
| 15 |
|