Text Classification
Transformers
PyTorch
Safetensors
Russian
bert
russian
classification
emotion
emotion-detection
emotion-recognition
multiclass
Eval Results (legacy)
text-embeddings-inference
Instructions to use Aniemore/rubert-tiny2-russian-emotion-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Aniemore/rubert-tiny2-russian-emotion-detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Aniemore/rubert-tiny2-russian-emotion-detection")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Aniemore/rubert-tiny2-russian-emotion-detection") model = AutoModelForSequenceClassification.from_pretrained("Aniemore/rubert-tiny2-russian-emotion-detection") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md f664777
Update README.md 16b199f
Update README.md 46b6413
Update README.md 5009d15
Update README.md 7b222fe
🤗 3a5a5c0
some changes in readme 1611116
Init commit e893de3
Ilya Lubenets commited on