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: 134 Bytes
d1b9056 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bbcadc90c38cad00c398767feb5b80b18bd8e97dfd98ae0355c05b07fd37e5ae
size 116813471
|