Instructions to use OpenMed/OpenMed-NER-BloodCancerDetect-BioMed-335M-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use OpenMed/OpenMed-NER-BloodCancerDetect-BioMed-335M-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir OpenMed-NER-BloodCancerDetect-BioMed-335M-mlx OpenMed/OpenMed-NER-BloodCancerDetect-BioMed-335M-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Add public MLX snapshot usage note
Browse files
README.md
CHANGED
|
@@ -34,6 +34,16 @@ Artifact metadata:
|
|
| 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
|
|
|
|
| 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-BloodCancerDetect-BioMed-335M-mlx --local-dir ./OpenMed-NER-BloodCancerDetect-BioMed-335M-mlx
|
| 43 |
+
```
|
| 44 |
+
|
| 45 |
+
Use the downloaded directory when you want to pin this exact MLX artifact in an offline or local Apple Silicon workflow.
|
| 46 |
+
|
| 47 |
## Quick Start
|
| 48 |
|
| 49 |
```bash
|