Instructions to use iarfmoose/roberta-small-bulgarian with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use iarfmoose/roberta-small-bulgarian with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="iarfmoose/roberta-small-bulgarian")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("iarfmoose/roberta-small-bulgarian") model = AutoModelForMaskedLM.from_pretrained("iarfmoose/roberta-small-bulgarian", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
1a9eed8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:dd41e7e88920623a88a9076c34c3ee6ac135bfc6378da11c067898e2a942efc1
size 334021505
|