Transformers How to use Pafebla/hasoc_polarity_roberta with Transformers:
# Load model directly
from transformers import AutoTokenizer, RobertaWithTabular
tokenizer = AutoTokenizer.from_pretrained("Pafebla/hasoc_polarity_roberta")
model = RobertaWithTabular.from_pretrained("Pafebla/hasoc_polarity_roberta")