Instructions to use blaze999/Medical-NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use blaze999/Medical-NER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="blaze999/Medical-NER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("blaze999/Medical-NER") model = AutoModelForTokenClassification.from_pretrained("blaze999/Medical-NER") - Inference
- Notebooks
- Google Colab
- Kaggle
Entity Tags defintions
🚀➕ 7
#7 opened over 1 year ago
by
YasinBraining
Copyright notice of Medical-NER model
#5 opened almost 2 years ago
by
mmarianne
Relationships between entities with identical meanings
#4 opened almost 2 years ago
by
gr3gk1
Performance metrics?
➕ 15
#2 opened about 2 years ago
by
victormurcia