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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Delete model.safetensors
Browse files- model.safetensors +0 -3
model.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c90827604b04964efa98eb4dc4ca905c92b434905951c7564fc063bfebcc7a1d
|
| 3 |
-
size 430935892
|
|
|
|
|
|
|
|
|
|
|
|