How to use rahulkhandelw/coref with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("rahulkhandelw/coref") model = AutoModel.from_pretrained("rahulkhandelw/coref")
No model card