Update README.md
Browse files
README.md
CHANGED
@@ -43,6 +43,9 @@ It achieves the following results on the evaluation set:
|
|
43 |
|
44 |
This model is fine-tuned with Google FLEURS & OpenSLR (SLR42) dataset.
|
45 |
|
|
|
|
|
|
|
46 |
```python
|
47 |
from transformers import pipeline
|
48 |
|
|
|
43 |
|
44 |
This model is fine-tuned with Google FLEURS & OpenSLR (SLR42) dataset.
|
45 |
|
46 |
+
- [ggml-model.bin](https://huggingface.co/seanghay/whisper-small-khmer/blob/main/ggml-model.bin)
|
47 |
+
- [model.onnx](https://huggingface.co/seanghay/whisper-small-khmer/blob/main/model.onnx)
|
48 |
+
|
49 |
```python
|
50 |
from transformers import pipeline
|
51 |
|