EdinburghNLP/xsum
Viewer • Updated • 227k • 19.5k • 147
How to use lrakotoson/scitldr-catts-xsum-ao with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("lrakotoson/scitldr-catts-xsum-ao")
model = AutoModelForSeq2SeqLM.from_pretrained("lrakotoson/scitldr-catts-xsum-ao")Fairseq checkpoints from CATTS XSUM to Transformers BART (Abtract Only)
Original repository: https://github.com/allenai/scitldr
A running demo of AI2 model can be found here.
If you use code, dataset, or model weights in your research, please cite "TLDR: Extreme Summarization of Scientific Documents."
@article{cachola2020tldr,
title={{TLDR}: Extreme Summarization of Scientific Documents},
author={Isabel Cachola and Kyle Lo and Arman Cohan and Daniel S. Weld},
journal={arXiv:2004.15011},
year={2020},
}
SciTLDR is an open-source project developed by the Allen Institute for Artificial Intelligence (AI2). AI2 is a non-profit institute with the mission to contribute to humanity through high-impact AI research and engineering.