Instructions to use tollefj/coref-mentioNER-generator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tollefj/coref-mentioNER-generator with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="tollefj/coref-mentioNER-generator")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("tollefj/coref-mentioNER-generator") model = AutoModelForTokenClassification.from_pretrained("tollefj/coref-mentioNER-generator") - Notebooks
- Google Colab
- Kaggle
Ctrl+K