alexfabbri/multi_news
Updated • 5.54k • 78
How to use Jayicebear/Bart_cnn_multinews_fintuned with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Jayicebear/Bart_cnn_multinews_fintuned")
model = AutoModelForSeq2SeqLM.from_pretrained("Jayicebear/Bart_cnn_multinews_fintuned", device_map="auto")This model is a fine-tuned version of facebook/bart-large-cnn on the multi_news 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 |
|---|---|---|---|
| 3.1682 | 0.89 | 10000 | 3.1293 |
| 2.8049 | 1.78 | 20000 | 3.0567 |
| 2.4622 | 2.67 | 30000 | 3.0719 |
Base model
facebook/bart-large-cnn