Instructions to use OpenMed/OpenMed-NER-ProteinDetect-SuperClinical-184M-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use OpenMed/OpenMed-NER-ProteinDetect-SuperClinical-184M-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir OpenMed-NER-ProteinDetect-SuperClinical-184M-mlx OpenMed/OpenMed-NER-ProteinDetect-SuperClinical-184M-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
File size: 291 Bytes
85b1dd9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"0": "B-protein",
"1": "B-protein_complex",
"2": "B-protein_enum",
"3": "B-protein_familiy_or_group",
"4": "B-protein_variant",
"5": "I-protein",
"6": "I-protein_complex",
"7": "I-protein_enum",
"8": "I-protein_familiy_or_group",
"9": "I-protein_variant",
"10": "O"
} |