Text Classification
Transformers
PyTorch
Safetensors
Russian
bert
russian
classification
sentiment
multiclass
text-embeddings-inference
Instructions to use cointegrated/rubert-tiny-sentiment-balanced with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cointegrated/rubert-tiny-sentiment-balanced with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="cointegrated/rubert-tiny-sentiment-balanced")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("cointegrated/rubert-tiny-sentiment-balanced") model = AutoModelForSequenceClassification.from_pretrained("cointegrated/rubert-tiny-sentiment-balanced") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
05b89f3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a934e2a785ab24e55cf1dd532f51daff7b91a18867683ab80475d89ee67ca867
size 47166007
|