Edit model card

from transformers import AutoTokenizer, ROBERTAClassifier

tokenizer = AutoTokenizer.from_pretrained("ivalig94/Robertweet-large")

model = ROBERTAClassifier.from_pretrained("ivalig94/Robertweet-large")

Downloads last month
2
Inference API
Unable to determine this model’s pipeline type. Check the docs .