seanghay commited on
Commit
6eae123
1 Parent(s): 4fe15ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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