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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -15,12 +15,12 @@ model-index:
15
  dataset:
16
  name: vin100h
17
  type: vin
18
- config: None
19
- split: None
20
  metrics:
21
  - name: Wer
22
  type: wer
23
- value: 21.8855
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -28,19 +28,19 @@ should probably proofread and complete it, then remove this comment. -->
28
 
29
  # vi_whisper-medium
30
 
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
 
 
15
  dataset:
16
  name: vin100h
17
  type: vin
18
+ config: Cleaned
19
+ split: Train 0.8 , Test 0.2
20
  metrics:
21
  - name: Wer
22
  type: wer
23
+ value: 21.68
24
  ---
25
 
26
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
28
 
29
  # vi_whisper-medium
30
 
31
+ This model is a one shot 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
+ - [CTranslate2](https://github.com/OpenNMT/CTranslate2.git)
42
+ - [Faster-Whipser](https://github.com/guillaumekln/faster-whisper)
43
 
 
 
44
 
45
  ## Intended uses & limitations
46