Token Classification
Transformers
Safetensors
English
bert
named-entity-recognition
biomedical-nlp
disease-entity-recognition
medical-diagnosis
pathology
biocuration
disease
Instructions to use OpenMed/OpenMed-NER-DiseaseDetect-PubMed-109M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenMed/OpenMed-NER-DiseaseDetect-PubMed-109M with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="OpenMed/OpenMed-NER-DiseaseDetect-PubMed-109M")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("OpenMed/OpenMed-NER-DiseaseDetect-PubMed-109M") model = AutoModelForTokenClassification.from_pretrained("OpenMed/OpenMed-NER-DiseaseDetect-PubMed-109M") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
990a62a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7bb6e53761696aa828bc930b211b19d64230ae8f0ed3fd6c6be84a93f2095eee
size 217811334
|