Instructions to use ufal/robeczech-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ufal/robeczech-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="ufal/robeczech-base")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("ufal/robeczech-base") model = AutoModelForMaskedLM.from_pretrained("ufal/robeczech-base") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
Add the missing -sa in the license. b154a97
Add link to arXiv. ed5ecf3
More information to the README. c18d4a5
Milan Straka commited on
Add explicit LICENSE. 244c984
Milan Straka commited on
Add RobeCzech checkpoint. b4fda3e
Milan Straka commited on