tiagoblima/qg_squad_v1_pt
Viewer • Updated • 58k • 29
How to use tiagoblima/t5_large-qg-aap with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("tiagoblima/t5_large-qg-aap")
model = AutoModelForSeq2SeqLM.from_pretrained("tiagoblima/t5_large-qg-aap", device_map="auto")This model is a fine-tuned version of unicamp-dl/ptt5-large-t5-vocab on the tiagoblima/qg_squad_v1_pt dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 6.15 | 1.0 | 808 | 7.3361 |
| 5.3335 | 2.0 | 1616 | 6.4092 |
| 4.8807 | 3.0 | 2424 | 5.9132 |
| 4.6492 | 4.0 | 3232 | 5.6656 |
| 4.591 | 5.0 | 4040 | 5.5901 |
Base model
unicamp-dl/ptt5-large-t5-vocab