TheRains commited on
Commit
7241879
1 Parent(s): 3c31eef

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -10,7 +10,7 @@ datasets:
10
  metrics:
11
  - wer
12
  model-index:
13
- - name: Whisper base ID - Augmented
14
  results:
15
  - task:
16
  name: Automatic Speech Recognition
@@ -24,18 +24,18 @@ model-index:
24
  metrics:
25
  - name: Wer
26
  type: wer
27
- value: 11.20271950074837
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
31
  should probably proofread and complete it, then remove this comment. -->
32
 
33
- # Whisper base ID - Augmented
34
 
35
- This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the mozilla-foundation/common_voice_12_0 dataset.
36
  It achieves the following results on the evaluation set:
37
- - Loss: 0.2277
38
- - Wer: 11.2027
39
 
40
  ## Model description
41
 
@@ -68,13 +68,13 @@ The following hyperparameters were used during training:
68
 
69
  ### Training results
70
 
71
- | Training Loss | Epoch | Step | Validation Loss | Wer |
72
- |:-------------:|:-----:|:----:|:---------------:|:-------:|
73
- | 0.5509 | 0.77 | 200 | 0.3243 | 13.8588 |
74
- | 0.3844 | 1.54 | 400 | 0.2590 | 11.1782 |
75
- | 0.259 | 2.31 | 600 | 0.2422 | 18.6813 |
76
- | 0.1608 | 3.07 | 800 | 0.2361 | 11.6678 |
77
- | 0.1205 | 3.84 | 1000 | 0.2277 | 11.2027 |
78
 
79
 
80
  ### Framework versions
 
10
  metrics:
11
  - wer
12
  model-index:
13
+ - name: Whisper small ID - Augmented
14
  results:
15
  - task:
16
  name: Automatic Speech Recognition
 
24
  metrics:
25
  - name: Wer
26
  type: wer
27
+ value: 5.697759963469393
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
31
  should probably proofread and complete it, then remove this comment. -->
32
 
33
+ # Whisper small ID - Augmented
34
 
35
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the mozilla-foundation/common_voice_12_0 dataset.
36
  It achieves the following results on the evaluation set:
37
+ - Loss: 0.1483
38
+ - Wer: 5.6978
39
 
40
  ## Model description
41
 
 
68
 
69
  ### Training results
70
 
71
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
72
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
73
+ | 0.3979 | 0.77 | 200 | 0.2141 | 9.7635 |
74
+ | 0.2625 | 1.54 | 400 | 0.1705 | 7.3636 |
75
+ | 0.1398 | 2.31 | 600 | 0.1551 | 6.9636 |
76
+ | 0.0666 | 3.07 | 800 | 0.1678 | 6.2043 |
77
+ | 0.0411 | 3.84 | 1000 | 0.1483 | 5.6978 |
78
 
79
 
80
  ### Framework versions