ccdv/pubmed-summarization
Viewer • Updated • 266k • 5.71k • 90
How to use QuanHcmus/bert-finetuning-cola with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("QuanHcmus/bert-finetuning-cola")
model = AutoModelForSeq2SeqLM.from_pretrained("QuanHcmus/bert-finetuning-cola")This model is a fine-tuned version of facebook/bart-base on the ccdv/pubmed-summarization 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 |
|---|---|---|---|
| 2.2107 | 0.9998 | 3747 | 1.9985 |
Base model
facebook/bart-base