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