# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("mutaaaa/ruBert_tiny_test")
model = AutoModelForSequenceClassification.from_pretrained("mutaaaa/ruBert_tiny_test")Quick Links
README.md exists but content is empty.
- Downloads last month
- 1
Model tree for mutaaaa/ruBert_tiny_test
Base model
cointegrated/rubert-tiny2
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="mutaaaa/ruBert_tiny_test")