Instructions to use mdarhri00/named-entity-recognition with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mdarhri00/named-entity-recognition with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="mdarhri00/named-entity-recognition")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("mdarhri00/named-entity-recognition") model = AutoModelForTokenClassification.from_pretrained("mdarhri00/named-entity-recognition") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
1a2ab20 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:985fcceb62b1be6e40a5dcca2789694fe6f933ca310591b852f6a074479f4b5a
size 709160429
|