runfuture commited on
Commit
a750058
·
verified ·
1 Parent(s): d7f3ae2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -10,6 +10,8 @@ tags:
10
  - mlx-audio
11
  library_name: mlx-audio
12
  pipeline_tag: automatic-speech-recognition
 
 
13
  ---
14
 
15
  # Mega-ASR MLX Q4
@@ -33,4 +35,4 @@ converting the merged weights to the `mlx-audio` Qwen3-ASR layout.
33
  ```bash
34
  pip install -U mlx-audio
35
  python -m mlx_audio.stt.generate --model runfuture/Mega-ASR-MLX-Q4 --audio audio.wav
36
- ```
 
10
  - mlx-audio
11
  library_name: mlx-audio
12
  pipeline_tag: automatic-speech-recognition
13
+ base_model:
14
+ - zhifeixie/Mega-ASR
15
  ---
16
 
17
  # Mega-ASR MLX Q4
 
35
  ```bash
36
  pip install -U mlx-audio
37
  python -m mlx_audio.stt.generate --model runfuture/Mega-ASR-MLX-Q4 --audio audio.wav
38
+ ```