ArtifactAI commited on
Commit
5cc30c7
·
1 Parent(s): 86fb14b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -19,7 +19,7 @@ tags:
19
 
20
  # TL;DR
21
 
22
- This is a FLAN-T5 model trained on [ArtifactAI/arxiv-math-instruct-50k](ArtifactAI/arxiv-math-instruct-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
 
@@ -94,7 +94,7 @@ print(f"{res[0]['summary_text']}")
94
 
95
  ## Training Data
96
 
97
- The model was trained on [ArtifactAI/arxiv-math-instruct-50k](ArtifactAI/arxiv-math-instruct-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.
98
 
99
  # Citation
100
 
 
19
 
20
  # TL;DR
21
 
22
+ This is a FLAN-T5 model trained on [ArtifactAI/arxiv-math-instruct-50k](https://huggingface.co/datasets/ArtifactAI/arxiv-math-instruct-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
 
 
94
 
95
  ## Training Data
96
 
97
+ The model was trained on [ArtifactAI/arxiv-math-instruct-50k](https://huggingface.co/datasets/ArtifactAI/arxiv-math-instruct-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.
98
 
99
  # Citation
100