Instructions to use ZurichNLP/swissbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ZurichNLP/swissbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="ZurichNLP/swissbert")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("ZurichNLP/swissbert") model = AutoModelForMaskedLM.from_pretrained("ZurichNLP/swissbert") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 5324710 verified
Update citation 465cf2f verified
Update README.md 48d4bbc verified
Add Swiss German adapter cc5c549
Add citation c0a8f01
Update README.md 20f7ce5
Update README.md 46538fe
Update README.md 00874a8
Add usage example 216aa65
Add model card 5b093b2
Add vocabulary a3f4d86
Initial commit b480cc2
initial commit f983bf7
Jannis Vamvas commited on