ArtifactAI
commited on
Commit
·
8cf01c9
1
Parent(s):
ee913f2
Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ tags:
|
|
19 |
|
20 |
# TL;DR
|
21 |
|
22 |
-
This is a FLAN-T5 model trained on [ArtifactAI/arxiv-cs-ml-instruct-tune-50k](ArtifactAI/arxiv-cs-ml-instruct-tune-50k). This model is for research purposes only and *should not be used in production settings*. The output is highly unreliable.
|
23 |
|
24 |
# Model Details
|
25 |
|
@@ -96,7 +96,7 @@ print(f"{res[0]['summary_text']}")
|
|
96 |
|
97 |
## Training Data
|
98 |
|
99 |
-
The model was trained on [ArtifactAI/arxiv-cs-ml-instruct-tune-50k](ArtifactAI/arxiv-cs-ml-instruct-tune-50k), a dataset of question/answer pairs. Questions are generated using the t5-base model, while the answers are generated using the GPT-3.5-turbo model.
|
100 |
|
101 |
# Citation
|
102 |
|
|
|
19 |
|
20 |
# TL;DR
|
21 |
|
22 |
+
This is a FLAN-T5 model trained on [ArtifactAI/arxiv-cs-ml-instruct-tune-50k](https://huggingface.co/datasets/ArtifactAI/arxiv-cs-ml-instruct-tune-50k). This model is for research purposes only and *should not be used in production settings*. The output is highly unreliable.
|
23 |
|
24 |
# Model Details
|
25 |
|
|
|
96 |
|
97 |
## Training Data
|
98 |
|
99 |
+
The model was trained on [ArtifactAI/arxiv-cs-ml-instruct-tune-50k](https://huggingface.co/datasets/ArtifactAI/arxiv-cs-ml-instruct-tune-50k), a dataset of question/answer pairs. Questions are generated using the t5-base model, while the answers are generated using the GPT-3.5-turbo model.
|
100 |
|
101 |
# Citation
|
102 |
|