Update README.md
Browse files
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.
|
|
|
35 |
|
36 |
|
37 |
## Model description
|
38 |
|
39 |
-
|
|
|
|
|
|
|
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 |
|