armanc/scientific_papers
Updated • 4.19k • 176
How to use theojolliffe/bart-large-cnn-pubmed1o3 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("theojolliffe/bart-large-cnn-pubmed1o3")
model = AutoModelForSeq2SeqLM.from_pretrained("theojolliffe/bart-large-cnn-pubmed1o3", device_map="auto")This model is a fine-tuned version of facebook/bart-large-cnn on the scientific_papers 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 | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
|---|---|---|---|---|---|---|---|---|
| 2.028 | 1.0 | 19988 | 1.9359 | 36.7566 | 14.813 | 22.4693 | 33.4325 | 138.7332 |