Token Classification
Transformers
Safetensors
rapido-ner-entity
ner
entity-embeddings
entity-linking
named-entity-recognition
zero-shot
embeddings
clustering
crf
retrieval
long-context
custom_code
Eval Results (legacy)
Instructions to use pierre-tassel/rapido-ner-entity with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pierre-tassel/rapido-ner-entity with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="pierre-tassel/rapido-ner-entity", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("pierre-tassel/rapido-ner-entity", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K