Usage

#2
by HiroshigeAoki - opened
from transformers import AutoTokenizer, RobertaForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("itsunoda/wolfbbsRoBERTa-small")
model = RobertaForSequenceClassification.from_pretrained("itsunoda/wolfbbsRoBERTa-small")
HiroshigeAoki changed discussion status to closed
Your need to confirm your account before you can post a new comment.

Sign up or log in to comment