EdinburghNLP/xsum
Viewer • Updated • 227k • 16.8k • 148
How to use Supreeth40/finetuned-bart-xsum with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Supreeth40/finetuned-bart-xsum")
model = AutoModelForSeq2SeqLM.from_pretrained("Supreeth40/finetuned-bart-xsum")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.8225 | 0.56 | 1000 | 0.4618 |
| 0.4988 | 1.11 | 2000 | 0.4510 |
| 0.4358 | 1.67 | 3000 | 0.4439 |
| 0.4073 | 2.22 | 4000 | 0.4435 |
| 0.3748 | 2.78 | 5000 | 0.4392 |
Base model
facebook/bart-base