Instructions to use alexia-allal/ner-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alexia-allal/ner-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="alexia-allal/ner-model")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("alexia-allal/ner-model") model = AutoModelForTokenClassification.from_pretrained("alexia-allal/ner-model") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Jan15_16-50-08_d546f1e4004f
- Jan15_17-02-01_d546f1e4004f
- Jan15_17-06-25_d546f1e4004f
- Jan16_08-21-41_f35fb2804064
- Jan16_09-06-45_f35fb2804064
- Jan16_10-38-08_f35fb2804064
- Jan16_10-52-51_f35fb2804064
- Jan16_10-59-49_f35fb2804064
- Jan16_11-01-21_f35fb2804064
- Jan16_11-10-00_f35fb2804064
- Jan16_11-13-33_f35fb2804064