EdinburghNLP/xsum
Viewer • Updated • 227k • 21.2k • 147
How to use airinkonno/nlp_summarization_project with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("airinkonno/nlp_summarization_project")
model = AutoModelForSeq2SeqLM.from_pretrained("airinkonno/nlp_summarization_project")This model is a fine-tuned version of facebook/bart-large-cnn on the xsum 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: