Token Classification
Transformers
Safetensors
English
bert
named-entity-recognition
biomedical-nlp
chemical-entity-recognition
drug-discovery
pharmacology
chemistry
chem
Instructions to use OpenMed/OpenMed-NER-ChemicalDetect-BioPatient-108M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenMed/OpenMed-NER-ChemicalDetect-BioPatient-108M with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="OpenMed/OpenMed-NER-ChemicalDetect-BioPatient-108M")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("OpenMed/OpenMed-NER-ChemicalDetect-BioPatient-108M") model = AutoModelForTokenClassification.from_pretrained("OpenMed/OpenMed-NER-ChemicalDetect-BioPatient-108M", device_map="auto") - Notebooks
- Google Colab
- Kaggle
feat: Upload fine-tuned medical NER model OpenMed-NER-ChemicalDetect-BioPatient-108M
9f23652 verified - Xet hash:
- 0edb3d9956286ede0560a36526e8c635ba2026bf2829bec0cbc6ee2f58946aa4
- Size of remote file:
- 215 MB
- SHA256:
- 787ac9f479dd97c9da16c6db07597ed976ec3e82fabe5be344f785399a71f76a
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.