Instructions to use OpenMed/OpenMed-NER-GenomicDetect-BioClinical-108M-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use OpenMed/OpenMed-NER-GenomicDetect-BioClinical-108M-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir OpenMed-NER-GenomicDetect-BioClinical-108M-mlx OpenMed/OpenMed-NER-GenomicDetect-BioClinical-108M-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Update OpenMed MLX model card for public access
Browse files
README.md
CHANGED
|
@@ -27,32 +27,18 @@ Artifact metadata:
|
|
| 27 |
|
| 28 |
## OpenMed MLX Status
|
| 29 |
|
| 30 |
-
-
|
| 31 |
-
- Hub artifact:
|
| 32 |
- Source checkpoint: [`OpenMed/OpenMed-NER-GenomicDetect-BioClinical-108M`](https://huggingface.co/OpenMed/OpenMed-NER-GenomicDetect-BioClinical-108M)
|
| 33 |
- Collection: [OpenMed Medical MLX Models](https://huggingface.co/collections/OpenMed/medical-mlx-models)
|
| 34 |
- Runtime: OpenMed Python MLX backend on Apple Silicon
|
| 35 |
- Artifact layout: `config.json`, `id2label.json`, `openmed-mlx.json`, MLX weights, and tokenizer assets
|
| 36 |
|
| 37 |
-
|
| 38 |
|
| 39 |
-
|
| 40 |
-
- Enable Apple Silicon acceleration with `pip install "openmed[mlx]"`
|
| 41 |
-
- Load this MLX model directly from the Hub or from a local snapshot
|
| 42 |
-
- For Apple apps, use OpenMedKit from the same GitHub repository with a compatible CoreML bundle
|
| 43 |
-
|
| 44 |
-
This MLX repo is meant to pair with:
|
| 45 |
-
|
| 46 |
-
- OpenMed GitHub: [https://github.com/maziyarpanahi/openmed](https://github.com/maziyarpanahi/openmed)
|
| 47 |
-
- OpenMed website: [https://openmed.life](https://openmed.life)
|
| 48 |
-
- Source checkpoint: [`OpenMed/OpenMed-NER-GenomicDetect-BioClinical-108M`](https://huggingface.co/OpenMed/OpenMed-NER-GenomicDetect-BioClinical-108M)
|
| 49 |
-
|
| 50 |
-
## Use This Private MLX Snapshot
|
| 51 |
-
|
| 52 |
-
Authenticate before downloading private OpenMed artifacts:
|
| 53 |
|
| 54 |
```bash
|
| 55 |
-
hf auth login
|
| 56 |
hf download OpenMed/OpenMed-NER-GenomicDetect-BioClinical-108M-mlx --local-dir ./OpenMed-NER-GenomicDetect-BioClinical-108M-mlx
|
| 57 |
```
|
| 58 |
|
|
|
|
| 27 |
|
| 28 |
## OpenMed MLX Status
|
| 29 |
|
| 30 |
+
- MLX rollout: refreshed for public access on 2026-06-23
|
| 31 |
+
- Hub artifact: OpenMed MLX repository
|
| 32 |
- Source checkpoint: [`OpenMed/OpenMed-NER-GenomicDetect-BioClinical-108M`](https://huggingface.co/OpenMed/OpenMed-NER-GenomicDetect-BioClinical-108M)
|
| 33 |
- Collection: [OpenMed Medical MLX Models](https://huggingface.co/collections/OpenMed/medical-mlx-models)
|
| 34 |
- Runtime: OpenMed Python MLX backend on Apple Silicon
|
| 35 |
- Artifact layout: `config.json`, `id2label.json`, `openmed-mlx.json`, MLX weights, and tokenizer assets
|
| 36 |
|
| 37 |
+
## Use This MLX Snapshot
|
| 38 |
|
| 39 |
+
Download this OpenMed MLX artifact directly from the Hub:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
|
| 41 |
```bash
|
|
|
|
| 42 |
hf download OpenMed/OpenMed-NER-GenomicDetect-BioClinical-108M-mlx --local-dir ./OpenMed-NER-GenomicDetect-BioClinical-108M-mlx
|
| 43 |
```
|
| 44 |
|