MaziyarPanahi commited on
Commit
9efddcb
·
verified ·
1 Parent(s): a567fad

Refresh OpenMed MLX model card

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -24,6 +24,15 @@ Artifact metadata:
24
  - Weight format: `safetensors`
25
  - Runtime API: `GLiNERMLXPipeline`
26
 
 
 
 
 
 
 
 
 
 
27
  [OpenMed](https://github.com/maziyarpanahi/openmed) is the main product experience:
28
 
29
  - Install the Python package with `pip install openmed`
@@ -37,6 +46,17 @@ This MLX repo is meant to pair with:
37
  - OpenMed website: [https://openmed.life](https://openmed.life)
38
  - Source checkpoint: [`OpenMed/OpenMed-ZeroShot-NER-Pharma-Small-166M`](https://huggingface.co/OpenMed/OpenMed-ZeroShot-NER-Pharma-Small-166M)
39
 
 
 
 
 
 
 
 
 
 
 
 
40
  ## Quick Start
41
 
42
  ```bash
 
24
  - Weight format: `safetensors`
25
  - Runtime API: `GLiNERMLXPipeline`
26
 
27
+ ## OpenMed MLX Status
28
+
29
+ - Private MLX rollout: refreshed on 2026-06-23
30
+ - Hub artifact: private OpenMed MLX repository
31
+ - Source checkpoint: [`OpenMed/OpenMed-ZeroShot-NER-Pharma-Small-166M`](https://huggingface.co/OpenMed/OpenMed-ZeroShot-NER-Pharma-Small-166M)
32
+ - Collection: [OpenMed Medical MLX Models](https://huggingface.co/collections/OpenMed/medical-mlx-models)
33
+ - Runtime: OpenMed Python MLX backend on Apple Silicon
34
+ - Artifact layout: `config.json`, `id2label.json`, `openmed-mlx.json`, MLX weights, and tokenizer assets
35
+
36
  [OpenMed](https://github.com/maziyarpanahi/openmed) is the main product experience:
37
 
38
  - Install the Python package with `pip install openmed`
 
46
  - OpenMed website: [https://openmed.life](https://openmed.life)
47
  - Source checkpoint: [`OpenMed/OpenMed-ZeroShot-NER-Pharma-Small-166M`](https://huggingface.co/OpenMed/OpenMed-ZeroShot-NER-Pharma-Small-166M)
48
 
49
+ ## Use This Private MLX Snapshot
50
+
51
+ Authenticate before downloading private OpenMed artifacts:
52
+
53
+ ```bash
54
+ hf auth login
55
+ hf download OpenMed/OpenMed-ZeroShot-NER-Pharma-Small-166M-mlx --local-dir ./OpenMed-ZeroShot-NER-Pharma-Small-166M-mlx
56
+ ```
57
+
58
+ Use the downloaded directory when you want to pin this exact MLX artifact in an offline or local Apple Silicon workflow.
59
+
60
  ## Quick Start
61
 
62
  ```bash