How to use DayCardoso/roberta-base-multi-head with Transformers:
# Load model directly from transformers import AutoTokenizer, RobertaForMultiLabelMultiHead tokenizer = AutoTokenizer.from_pretrained("DayCardoso/roberta-base-multi-head") model = RobertaForMultiLabelMultiHead.from_pretrained("DayCardoso/roberta-base-multi-head")
The community tab is the place to discuss and collaborate with the HF community!