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