Instructions to use macedonizer/gr-roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use macedonizer/gr-roberta-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="macedonizer/gr-roberta-base")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("macedonizer/gr-roberta-base") model = AutoModelForMaskedLM.from_pretrained("macedonizer/gr-roberta-base") - Notebooks
- Google Colab
- Kaggle
Commit History
Automatic correction of README.md metadata for keys. Contact website@huggingface.co for any question bf1eea5
Update README.md 1148920
Update README.md 1557613
Update README.md eb9bc56
Update README.md 801ae22
read.me fixed 7b2f3e7
Stojanco Tudzarski commited on
commit with real model 23b839d
Stojanco Tudzarski commited on