Instructions to use lothritz/Lb_GottBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lothritz/Lb_GottBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="lothritz/Lb_GottBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("lothritz/Lb_GottBERT") model = AutoModelForMaskedLM.from_pretrained("lothritz/Lb_GottBERT") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md fe84bff
Create README.md feb68b2
Delete vocab.txt bd1b691
Upload correct model d008f35
Delete merges.txt 60f5ffb
Delete vocab.json 28e5c28
Upload vocab.txt d60b5be
Upload 4 files 84853c6
initial commit fb7215a
Cedric Lothritz commited on