tiagoblima/qg_squad_v1_pt
Viewer • Updated • 58k • 29
How to use tiagoblima/mt5_base-qg-ap-nopeft with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("tiagoblima/mt5_base-qg-ap-nopeft")
model = AutoModelForSeq2SeqLM.from_pretrained("tiagoblima/mt5_base-qg-ap-nopeft", device_map="auto")This model is a fine-tuned version of google/mt5-base 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 |
|---|---|---|---|
| 1.8875 | 1.0 | 1615 | 1.6600 |
| 1.7353 | 2.0 | 3231 | 1.6089 |
| 1.6382 | 3.0 | 4847 | 1.5926 |
| 1.5789 | 4.0 | 6463 | 1.5868 |
| 1.5343 | 5.0 | 8075 | 1.5832 |
Base model
google/mt5-base