Update README.md
Browse files
README.md
CHANGED
@@ -37,15 +37,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
37 |
|
38 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the None dataset.
|
39 |
It achieves the following results on the evaluation set:
|
|
|
40 |
- Loss: 0.26
|
41 |
- Wer: 0.6165
|
42 |
|
43 |
## Model description
|
44 |
|
45 |
-
This model is fine-tuned with Google FLEURS
|
46 |
-
|
47 |
-
- [ggml-model.bin](https://huggingface.co/seanghay/whisper-small-khmer/blob/main/ggml-model.bin)
|
48 |
-
- [model.onnx](https://huggingface.co/seanghay/whisper-small-khmer/blob/main/model.onnx)
|
49 |
|
50 |
```python
|
51 |
from transformers import pipeline
|
|
|
37 |
|
38 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the None dataset.
|
39 |
It achieves the following results on the evaluation set:
|
40 |
+
|
41 |
- Loss: 0.26
|
42 |
- Wer: 0.6165
|
43 |
|
44 |
## Model description
|
45 |
|
46 |
+
This model is fine-tuned with Google FLEURS, OpenSLR (SLR42) and khmer-speech-corpus dataset.
|
|
|
|
|
|
|
47 |
|
48 |
```python
|
49 |
from transformers import pipeline
|