Token Classification
Transformers
Safetensors
English
bert
veterinary
nlp
ner
named-entity-recognition
biomedical
feline
Instructions to use Statistical-Impossibility/Feline-NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Statistical-Impossibility/Feline-NER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Statistical-Impossibility/Feline-NER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Statistical-Impossibility/Feline-NER") model = AutoModelForTokenClassification.from_pretrained("Statistical-Impossibility/Feline-NER") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,9 +6,11 @@ pipeline_tag: token-classification
|
|
| 6 |
tags:
|
| 7 |
- veterinary
|
| 8 |
- nlp
|
|
|
|
| 9 |
- named-entity-recognition
|
| 10 |
- biomedical
|
| 11 |
- feline
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# Feline-NER
|
|
|
|
| 6 |
tags:
|
| 7 |
- veterinary
|
| 8 |
- nlp
|
| 9 |
+
- ner
|
| 10 |
- named-entity-recognition
|
| 11 |
- biomedical
|
| 12 |
- feline
|
| 13 |
+
- bert
|
| 14 |
---
|
| 15 |
|
| 16 |
# Feline-NER
|