File size: 801 Bytes
81b6567
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
license: apache-2.0
language:
- de
library_name: mlx-audio
base_model: mlx-community/Qwen3-ASR-0.6B-5bit
tags:
- mlx
- mlx-audio
- speech-to-text
- asr
- stt
- medical
- lora
---

# anamedi Personalized ASR

Personalized German medical ASR model, fine-tuned via [anamedi](https://www.anamedi.com) on the doctor's own voice.

**Base model:** [mlx-community/Qwen3-ASR-0.6B-5bit](https://huggingface.co/mlx-community/Qwen3-ASR-0.6B-5bit)  
**Language:** German (de)  
**Domain:** Medical dictation  
**Fine-tuning:** LoRA adapters merged into base weights

## Loading

```python
from mlx_audio.stt.utils import load_model
model = load_model("jempf/3cd5f9019fee4af8")
```

## License

Apache 2.0 — inherited from the base model [Qwen3-ASR](https://huggingface.co/mlx-community/Qwen3-ASR-0.6B-5bit).