Instructions to use rahulkhandelw/fcoref150 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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") - Notebooks
- Google Colab
- Kaggle