Den4ikAI/gibberish_dataset
Viewer • Updated • 89.4k • 20 • 2
How to use a-l-p-s/ruBert_tiny_test with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="a-l-p-s/ruBert_tiny_test") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("a-l-p-s/ruBert_tiny_test")
model = AutoModelForSequenceClassification.from_pretrained("a-l-p-s/ruBert_tiny_test")Base model
cointegrated/rubert-tiny2