Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
library_name: mlx
|
3 |
license: apache-2.0
|
4 |
language:
|
5 |
-
-
|
6 |
pipeline_tag: automatic-speech-recognition
|
7 |
datasets:
|
8 |
- seanghay/km-speech-corpus
|
@@ -42,8 +42,8 @@ This model was converted to MLX format from [`openai-whisper-tiny`](https://gith
|
|
42 |
- [seanghay/km-speech-corpus](https://huggingface.com/datasets/seanghay/km-speech-corpus)
|
43 |
|
44 |
It achieves the following __word error rate__ (`wer`) on 2 popular datasets:
|
45 |
-
-
|
46 |
-
-
|
47 |
|
48 |
__NOTE__ MLX format is usable for M-chip series of Apple.
|
49 |
|
@@ -68,4 +68,4 @@ Then execute this script `example.py` to see the result.
|
|
68 |
You can also use command line in terminal
|
69 |
```bash
|
70 |
mlx_whisper --model Kimang18/whisper-tiny-khmer-mlx-fp32 --task transcribe SPEECH_FILE_NAME --fp16 False
|
71 |
-
```
|
|
|
2 |
library_name: mlx
|
3 |
license: apache-2.0
|
4 |
language:
|
5 |
+
- km
|
6 |
pipeline_tag: automatic-speech-recognition
|
7 |
datasets:
|
8 |
- seanghay/km-speech-corpus
|
|
|
42 |
- [seanghay/km-speech-corpus](https://huggingface.com/datasets/seanghay/km-speech-corpus)
|
43 |
|
44 |
It achieves the following __word error rate__ (`wer`) on 2 popular datasets:
|
45 |
+
- 93.8% on `test` split of [google/fleurs](https://huggingface.co/datasets/google/fleurs) `km-kh`
|
46 |
+
- 69.7% on `train` split of [openslr/openslr](https://huggingface.co/datasets/openslr/openslr) `SLR42`
|
47 |
|
48 |
__NOTE__ MLX format is usable for M-chip series of Apple.
|
49 |
|
|
|
68 |
You can also use command line in terminal
|
69 |
```bash
|
70 |
mlx_whisper --model Kimang18/whisper-tiny-khmer-mlx-fp32 --task transcribe SPEECH_FILE_NAME --fp16 False
|
71 |
+
```
|