Instructions to use ARTeLab/mbart-summarization-fanpage with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ARTeLab/mbart-summarization-fanpage 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="ARTeLab/mbart-summarization-fanpage")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("ARTeLab/mbart-summarization-fanpage") model = AutoModelForSeq2SeqLM.from_pretrained("ARTeLab/mbart-summarization-fanpage", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 75f5d444e2c8c51543a98ed1846bc0b5cc6f3c121975a4a887f4fe67c04b5e62
- Size of remote file:
- 3.12 kB
- SHA256:
- 7cfd1e52f5142ee95a393cd26199c906828a61bcd34af9644567e255b5a65343
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.