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