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