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