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
File size: 134 Bytes
9f23652 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:787ac9f479dd97c9da16c6db07597ed976ec3e82fabe5be344f785399a71f76a
size 215467398
|