Instructions to use ybelkada/switch-base-8-xsum with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ybelkada/switch-base-8-xsum with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("ybelkada/switch-base-8-xsum") model = AutoModelForSeq2SeqLM.from_pretrained("ybelkada/switch-base-8-xsum") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 29e433b
Create README.md 8539e45
Upload tokenizer 07e8717
Upload SwitchTransformersForConditionalGeneration b4be50e
initial commit f38b39a
Younes Belkada commited on