Transformers
TensorBoard
Safetensors
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use DVLe/finetuned_t5_math with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DVLe/finetuned_t5_math with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("DVLe/finetuned_t5_math") model = AutoModelForSeq2SeqLM.from_pretrained("DVLe/finetuned_t5_math") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 13 |
|
| 14 |
# finetune_model
|
| 15 |
|
| 16 |
-
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on the
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
- Loss: 0.4853
|
| 19 |
|
|
|
|
| 13 |
|
| 14 |
# finetune_model
|
| 15 |
|
| 16 |
+
This model is a fine-tuned version of [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) on the Multiple-choice dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
- Loss: 0.4853
|
| 19 |
|