Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,35 @@
|
|
1 |
---
|
|
|
|
|
|
|
2 |
library_name: mlx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# whisper-large-v3-turbo-german-f16
|
6 |
This model was converted to MLX format from primeline/whisper-large-v3-turbo-german
|
7 |
|
8 |
-
made
|
9 |
|
10 |
-
it is in float16, works well
|
11 |
|
12 |
## Use with MLX
|
13 |
```bash
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- de
|
5 |
library_name: mlx
|
6 |
+
pipeline_tag: automatic-speech-recognition
|
7 |
+
model-index:
|
8 |
+
- name: mlx version of whisper-large-v3-turbo-german by Florian Zimmermeister @primeLine
|
9 |
+
results:
|
10 |
+
- task:
|
11 |
+
type: automatic-speech-recognition
|
12 |
+
name: Speech Recognition
|
13 |
+
dataset:
|
14 |
+
name: German ASR Data-Mix
|
15 |
+
type: flozi00/asr-german-mixed
|
16 |
+
metrics:
|
17 |
+
- type: wer
|
18 |
+
value: 2.628 %
|
19 |
+
name: Test WER
|
20 |
+
datasets:
|
21 |
+
- flozi00/asr-german-mixed
|
22 |
+
- flozi00/asr-german-mixed-evals
|
23 |
+
base_model:
|
24 |
+
- primeline/whisper-large-v3-german
|
25 |
---
|
26 |
|
27 |
# whisper-large-v3-turbo-german-f16
|
28 |
This model was converted to MLX format from primeline/whisper-large-v3-turbo-german
|
29 |
|
30 |
+
made with a [custom script for converting safetensor whisper models](https://github.com/CrispStrobe/mlx-examples/blob/main/whisper/convert_safetensors.py).
|
31 |
|
32 |
+
it is in float16, works well. quantized version: [4bit, float16](https://huggingface.co/mlx-community/whisper-large-v3-turbo-german-f16-q4)
|
33 |
|
34 |
## Use with MLX
|
35 |
```bash
|