ArtifactAI
commited on
Commit
·
7d567bf
1
Parent(s):
af0e6e7
Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ tags:
|
|
19 |
|
20 |
# TL;DR
|
21 |
|
22 |
-
This is a FLAN-T5-XXL model trained on [ArtifactAI/arxiv-math-instruct-
|
23 |
|
24 |
|
25 |
## Model Description
|
@@ -67,7 +67,7 @@ print(f"summary:\n{tokenizer.batch_decode(outputs.detach().cpu().numpy(), skip_s
|
|
67 |
|
68 |
## Training Data
|
69 |
|
70 |
-
The model was trained on [ArtifactAI/arxiv-math-instruct-
|
71 |
|
72 |
# Citation
|
73 |
|
|
|
19 |
|
20 |
# TL;DR
|
21 |
|
22 |
+
This is a FLAN-T5-XXL 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*.
|
23 |
|
24 |
|
25 |
## Model Description
|
|
|
67 |
|
68 |
## Training Data
|
69 |
|
70 |
+
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.
|
71 |
|
72 |
# Citation
|
73 |
|