How to use nielsr/coref-roberta-base with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("nielsr/coref-roberta-base", dtype="auto")
Hey, would it be possible to have a sample code to run inference using this model ?Thanks & great work
· Sign up or log in to comment