Token Classification
MLX
English
openmed
distilbert
apple-silicon
pii
de-identification
medical
clinical
Instructions to use OpenMed/OpenMed-NER-OncologyDetect-TinyMed-66M-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use OpenMed/OpenMed-NER-OncologyDetect-TinyMed-66M-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir OpenMed-NER-OncologyDetect-TinyMed-66M-mlx OpenMed/OpenMed-NER-OncologyDetect-TinyMed-66M-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
File size: 953 Bytes
bf01dd2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | {
"0": "B-Amino_acid",
"1": "B-Anatomical_system",
"2": "B-Cancer",
"3": "B-Cell",
"4": "B-Cellular_component",
"5": "B-Developing_anatomical_structure",
"6": "B-Gene_or_gene_product",
"7": "B-Immaterial_anatomical_entity",
"8": "B-Multi-tissue_structure",
"9": "B-Organ",
"10": "B-Organism",
"11": "B-Organism_subdivision",
"12": "B-Organism_substance",
"13": "B-Pathological_formation",
"14": "B-Simple_chemical",
"15": "B-Tissue",
"16": "I-Amino_acid",
"17": "I-Anatomical_system",
"18": "I-Cancer",
"19": "I-Cell",
"20": "I-Cellular_component",
"21": "I-Developing_anatomical_structure",
"22": "I-Gene_or_gene_product",
"23": "I-Immaterial_anatomical_entity",
"24": "I-Multi-tissue_structure",
"25": "I-Organ",
"26": "I-Organism",
"27": "I-Organism_subdivision",
"28": "I-Organism_substance",
"29": "I-Pathological_formation",
"30": "I-Simple_chemical",
"31": "I-Tissue",
"32": "O"
} |