learn3r/squad_with_test
Viewer • Updated • 98.2k • 192
How to use learn3r/bart_base_qgen with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("learn3r/bart_base_qgen")
model = AutoModelForSeq2SeqLM.from_pretrained("learn3r/bart_base_qgen")This model is a fine-tuned version of facebook/bart-base on the learn3r/squad_with_test 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.7237 | 1.0 | 171 | 1.5064 |
| 1.5995 | 2.0 | 342 | 1.4698 |
| 1.5289 | 3.0 | 513 | 1.4482 |
| 1.5082 | 4.0 | 684 | 1.4363 |
| 1.4782 | 5.0 | 855 | 1.4286 |
| 1.4084 | 6.0 | 1026 | 1.4265 |
| 1.4229 | 6.99 | 1197 | 1.4239 |
| 1.4 | 8.0 | 1369 | 1.4211 |
| 1.3865 | 9.0 | 1540 | 1.4215 |
| 1.3871 | 9.99 | 1710 | 1.4219 |
Base model
facebook/bart-base