Summarization
Transformers
PyTorch
English
bart
text2text-generation
sagemaker
Eval Results (legacy)
Instructions to use slauw87/bart_summarisation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use slauw87/bart_summarisation 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="slauw87/bart_summarisation")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("slauw87/bart_summarisation") model = AutoModelForSeq2SeqLM.from_pretrained("slauw87/bart_summarisation") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 9e7cffaf8d33ef7bf0da69569cd36ad623722b80619298dd4863dceea8b2aa54
- Size of remote file:
- 1.63 GB
- SHA256:
- 55a82ed08fd42f69ec6a428a385ac34901e90b04a99bcf378579623e9ecfb661
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.