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