Instructions to use gerulata/slovakbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gerulata/slovakbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="gerulata/slovakbert")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("gerulata/slovakbert") model = AutoModelForMaskedLM.from_pretrained("gerulata/slovakbert") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 594920a
Update README.md 33ce828
Update README.md 9976077
Update README.md - added BibTeX entry 0557b0a
Pavol Balážik commited on
Update README.md - wrong tensorflow model path 9188929
Pavol Balážik commited on
Update README.md - typo correction 5736520
Pavol Balážik commited on
Update README.md - typo correction f0faeb2
Pavol Balážik commited on
Initial commit cf339ae
balazik commited on