Instructions to use Data-Lab/ruRoberta-large_classification_v0.2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Data-Lab/ruRoberta-large_classification_v0.2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Data-Lab/ruRoberta-large_classification_v0.2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Data-Lab/ruRoberta-large_classification_v0.2") model = AutoModelForSequenceClassification.from_pretrained("Data-Lab/ruRoberta-large_classification_v0.2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
fdcd373 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d42a7870dea74a7c8cea925757ef5dc67adb31596a57b72b84a0c070b657e96c
size 1421577265
|