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

Update OpenMed MLX model card for public access

Browse files
Files changed (1) hide show
  1. README.md +4 -18
README.md CHANGED
@@ -26,32 +26,18 @@ Artifact metadata:
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`
39
- - Enable Apple Silicon acceleration with `pip install "openmed[mlx]"`
40
- - Load this MLX model directly from the Hub or from a local snapshot
41
- - For Apple apps, use OpenMedKit from the same GitHub repository with a compatible CoreML bundle
42
-
43
- This MLX repo is meant to pair with:
44
-
45
- - OpenMed GitHub: [https://github.com/maziyarpanahi/openmed](https://github.com/maziyarpanahi/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
 
 
26
 
27
  ## OpenMed MLX Status
28
 
29
+ - MLX rollout: refreshed for public access on 2026-06-23
30
+ - Hub artifact: 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
+ ## Use This MLX Snapshot
37
 
38
+ Download this OpenMed MLX artifact directly from the Hub:
 
 
 
 
 
 
 
 
 
 
 
 
 
39
 
40
  ```bash
 
41
  hf download OpenMed/OpenMed-ZeroShot-NER-Pharma-Small-166M-mlx --local-dir ./OpenMed-ZeroShot-NER-Pharma-Small-166M-mlx
42
  ```
43