tiagoblima/du-qg-squadv1_pt
Viewer • Updated • 98.2k • 7
How to use tiagoblima/mbart50-qg-ap-oficial with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("tiagoblima/mbart50-qg-ap-oficial")
model = AutoModelForSeq2SeqLM.from_pretrained("tiagoblima/mbart50-qg-ap-oficial", device_map="auto")This model is a fine-tuned version of facebook/mbart-large-50 on the tiagoblima/du-qg-squadv1_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.5246 | 1.0 | 2367 | 1.6230 |
| 1.1209 | 2.0 | 4734 | 1.6071 |
| 0.7672 | 3.0 | 7101 | 1.6841 |
| 0.4498 | 4.0 | 9468 | 1.9623 |
| 0.231 | 5.0 | 11835 | 2.2796 |
Base model
facebook/mbart-large-50