abisee/cnn_dailymail
Viewer • Updated • 936k • 140k • 347
How to use Farshid/led-base-16384-cnn_dailymail_v3 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Farshid/led-base-16384-cnn_dailymail_v3")
model = AutoModelForSeq2SeqLM.from_pretrained("Farshid/led-base-16384-cnn_dailymail_v3", device_map="auto")This model is a fine-tuned version of allenai/led-base-16384 on the cnn_dailymail 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.9392 | 0.45 | 1000 | 1.6459 |
| 1.7291 | 0.89 | 2000 | 1.6000 |
Base model
allenai/led-base-16384