EdinburghNLP/xsum
Viewer • Updated • 227k • 21.4k • 152
How to use Rythmbounvy/bart_base_xsum_20k_5 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Rythmbounvy/bart_base_xsum_20k_5")
model = AutoModelForSeq2SeqLM.from_pretrained("Rythmbounvy/bart_base_xsum_20k_5", device_map="auto")This model is a fine-tuned version of facebook/bart-base on the xsum 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.022 | 1.0 | 1417 | 0.8826 |
| 0.9256 | 2.0 | 2834 | 0.8703 |
| 0.8643 | 3.0 | 4251 | 0.8674 |
| 0.8311 | 4.0 | 5668 | 0.8678 |
Base model
facebook/bart-base