Instructions to use alpotekhin/rubert-tiny2-socclassif with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alpotekhin/rubert-tiny2-socclassif with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="alpotekhin/rubert-tiny2-socclassif")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("alpotekhin/rubert-tiny2-socclassif") model = AutoModelForSequenceClassification.from_pretrained("alpotekhin/rubert-tiny2-socclassif") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d1b9056 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:de43825782cdaac54bccb8078fe5d10f1ec2f75ff5d2f5f728c1d332eb5fe496
size 3451
|