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:
- 9d79958758d9ceeec04ccecad38a7ff774340fc7ba00ba5ca7127efd0dd7e430
- Size of remote file:
- 3.71 kB
- SHA256:
- ae29c5178f0f4bc605364440b26396fb70e7f05d6ed24744c2d35c32aec35437
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.