Instructions to use biu-nlp/lingmess-coref with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use biu-nlp/lingmess-coref with Transformers:
# Load model directly from transformers import AutoTokenizer, LingMessCoref tokenizer = AutoTokenizer.from_pretrained("biu-nlp/lingmess-coref") model = LingMessCoref.from_pretrained("biu-nlp/lingmess-coref") - Notebooks
- Google Colab
- Kaggle
Ctrl+K