din0s/asqa
Viewer • Updated • 5.3k • 1.66k • 13
How to use din0s/bart-pt-asqa-ob with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("din0s/bart-pt-asqa-ob")
model = AutoModelForSeq2SeqLM.from_pretrained("din0s/bart-pt-asqa-ob")This model is a fine-tuned version of vblagoje/bart_lfqa on the ASQA 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 | Rougelsum |
|---|---|---|---|---|
| No log | 1.0 | 355 | 1.6295 | 17.7502 |
| 1.6407 | 2.0 | 710 | 1.6144 | 18.5897 |
| 1.4645 | 3.0 | 1065 | 1.6222 | 19.3778 |
| 1.4645 | 4.0 | 1420 | 1.6522 | 19.6941 |
| 1.3678 | 5.0 | 1775 | 1.6528 | 20.3110 |
| 1.2671 | 6.0 | 2130 | 1.6879 | 20.6112 |
| 1.2671 | 7.0 | 2485 | 1.6901 | 20.7527 |