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")
The community tab is the place to discuss and collaborate with the HF community!