MaziyarPanahi commited on
Commit
1eb8cd4
·
verified ·
1 Parent(s): f26254f

Refresh OpenMed MLX model card

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -25,6 +25,15 @@ Artifact metadata:
25
  - Weight format: `safetensors`
26
  - Runtime API: `OpenMed MLX token-classification backend`
27
 
 
 
 
 
 
 
 
 
 
28
  [OpenMed](https://github.com/maziyarpanahi/openmed) is the main product experience:
29
 
30
  - Install the Python package with `pip install openmed`
@@ -38,6 +47,17 @@ This MLX repo is meant to pair with:
38
  - OpenMed website: [https://openmed.life](https://openmed.life)
39
  - Source checkpoint: [`OpenMed/OpenMed-NER-GenomeDetect-BioMed-109M`](https://huggingface.co/OpenMed/OpenMed-NER-GenomeDetect-BioMed-109M)
40
 
 
 
 
 
 
 
 
 
 
 
 
41
  ## Quick Start
42
 
43
  ```bash
 
25
  - Weight format: `safetensors`
26
  - Runtime API: `OpenMed MLX token-classification backend`
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-GenomeDetect-BioMed-109M`](https://huggingface.co/OpenMed/OpenMed-NER-GenomeDetect-BioMed-109M)
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`
 
47
  - OpenMed website: [https://openmed.life](https://openmed.life)
48
  - Source checkpoint: [`OpenMed/OpenMed-NER-GenomeDetect-BioMed-109M`](https://huggingface.co/OpenMed/OpenMed-NER-GenomeDetect-BioMed-109M)
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-GenomeDetect-BioMed-109M-mlx --local-dir ./OpenMed-NER-GenomeDetect-BioMed-109M-mlx
57
+ ```
58
+
59
+ Use the downloaded directory when you want to pin this exact MLX artifact in an offline or local Apple Silicon workflow.
60
+
61
  ## Quick Start
62
 
63
  ```bash