armanc/scientific_papers
Updated • 4.79k • 175
How to use coldra1n/LED-finetuned-PUBMED8K with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("coldra1n/LED-finetuned-PUBMED8K")
model = AutoModelForSeq2SeqLM.from_pretrained("coldra1n/LED-finetuned-PUBMED8K")This model is a fine-tuned version of allenai/led-base-16384 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 | Rouge2 Precision | Rouge2 Recall | Rouge2 Fmeasure |
|---|---|---|---|---|---|---|
| 2.9289 | 0.8 | 10 | 2.7294 | 0.1016 | 0.1442 | 0.0924 |