from transformers import AutoTokenizer, ROBERTAClassifier
tokenizer = AutoTokenizer.from_pretrained("ivalig94/Robertweet-large")
model = ROBERTAClassifier.from_pretrained("ivalig94/Robertweet-large")
- Downloads last month
- 0
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
HF Inference API was unable to determine this model’s pipeline type.