DuyTa commited on
Commit
8f0f059
·
1 Parent(s): 995ed87

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -31,12 +31,16 @@ should probably proofread and complete it, then remove this comment. -->
31
  This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the Vin100h dataset.
32
  It achieves the following results on the evaluation set:
33
  - Loss: 0.2894
34
- - Wer: 21.8855
 
35
 
36
 
37
  ## Model description
38
 
39
- More information needed
 
 
 
40
 
41
  ## Intended uses & limitations
42
 
 
31
  This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the Vin100h dataset.
32
  It achieves the following results on the evaluation set:
33
  - Loss: 0.2894
34
+ - Wer: 21.68 on whisper-quantized model by CTranslate2
35
+ -
36
 
37
 
38
  ## Model description
39
 
40
+ To use quantized model , firsly , read the doc of how to use CTranslate2 converter and Faster Whisper repo in here
41
+
42
+ [CTranslate2](https://github.com/OpenNMT/CTranslate2.git)
43
+ [Faster-Whipser](https://github.com/guillaumekln/faster-whisper)
44
 
45
  ## Intended uses & limitations
46