alexfabbri/multi_news
Updated • 5.99k • 79
How to use debbiesoon/bart_large_summarise_v3 with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("debbiesoon/bart_large_summarise_v3")
model = AutoModelForSeq2SeqLM.from_pretrained("debbiesoon/bart_large_summarise_v3")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:
This model was created to generate summaries of news articles.
The model takes up to maximum article length of 1024 tokens and generates a summary of maximum length of 512 tokens.
This model was trained on 1000 articles and summaries from the Multi-News dataset. https://arxiv.org/abs/1906.01749
The following hyperparameters were used during training: