MaziyarPanahi commited on
Commit
8199462
·
verified ·
1 Parent(s): f707758

Update OpenMed MLX model card for public access

Browse files
Files changed (1) hide show
  1. README.md +2 -16
README.md CHANGED
@@ -27,27 +27,13 @@ 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-BloodCancerDetect-MultiMed-335M`](https://huggingface.co/OpenMed/OpenMed-NER-BloodCancerDetect-MultiMed-335M)
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-BloodCancerDetect-MultiMed-335M`](https://huggingface.co/OpenMed/OpenMed-NER-BloodCancerDetect-MultiMed-335M)
49
-
50
-
51
  ## Quick Start
52
 
53
  ```bash
 
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-BloodCancerDetect-MultiMed-335M`](https://huggingface.co/OpenMed/OpenMed-NER-BloodCancerDetect-MultiMed-335M)
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
  ## Quick Start
38
 
39
  ```bash