DuyTa commited on
Commit
49ac3b3
1 Parent(s): 8cd7a20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -4
README.md CHANGED
@@ -7,7 +7,19 @@ metrics:
7
  - wer
8
  model-index:
9
  - name: vi_whisper-small
10
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -17,8 +29,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.3187
21
- - Wer: 27.3634
22
 
23
  ## Model description
24
 
@@ -30,7 +42,8 @@ More information needed
30
 
31
  ## Training and evaluation data
32
 
33
- More information needed
 
34
 
35
  ## Training procedure
36
 
 
7
  - wer
8
  model-index:
9
  - name: vi_whisper-small
10
+ results:
11
+ - task:
12
+ name: Automatic Speech Recognition
13
+ type: automatic-speech-recognition
14
+ dataset:
15
+ name: Vivos + Commonvoice
16
+ type: vivos
17
+ config: None
18
+ split: None
19
+ metrics:
20
+ - name: Wer
21
+ type: wer
22
+ value: 21.8855
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the None dataset.
31
  It achieves the following results on the evaluation set:
32
+ - Loss: 0.2894
33
+ - Wer: 21.8855
34
 
35
  ## Model description
36
 
 
42
 
43
  ## Training and evaluation data
44
 
45
+ In training phase i used VIVOS dataset and cleaned CommonVoice
46
+ The VIVOS evaluation dataset was used
47
 
48
  ## Training procedure
49