Instructions to use Seznam/retromae-small-cs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Seznam/retromae-small-cs with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Seznam/retromae-small-cs") model = AutoModel.from_pretrained("Seznam/retromae-small-cs") - Inference
- Notebooks
- Google Colab
- Kaggle
Ctrl+K