Summarization
Transformers
PyTorch
TensorBoard
bart
text2text-generation
Generated from Trainer
Eval Results (legacy)
Instructions to use adityashukzy/bart-base-arxiv-sum-session-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use adityashukzy/bart-base-arxiv-sum-session-2 with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "summarization" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("summarization", model="adityashukzy/bart-base-arxiv-sum-session-2")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("adityashukzy/bart-base-arxiv-sum-session-2") model = AutoModelForSeq2SeqLM.from_pretrained("adityashukzy/bart-base-arxiv-sum-session-2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 21e7962295440f6e1bf468798a1fe5b28a7bca0ea5725dba310fce128a74393e
- Size of remote file:
- 558 MB
- SHA256:
- 407b9ad502d3d773023cb10ae9dd9852af75f212e6a57652cffc9559725f127b
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.