MaziyarPanahi commited on
Commit
fc01ec8
·
verified ·
1 Parent(s): a942c6b

Update OpenMed MLX model card for public access

Browse files
Files changed (1) hide show
  1. README.md +4 -18
README.md CHANGED
@@ -27,32 +27,18 @@ Artifact metadata:
27
 
28
  ## OpenMed MLX Status
29
 
30
- - Private MLX rollout: refreshed on 2026-06-23
31
- - Hub artifact: private 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
- [OpenMed](https://github.com/maziyarpanahi/openmed) is the main product experience:
38
 
39
- - Install the Python package with `pip install openmed`
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