mn720 commited on
Commit
91cf013
1 Parent(s): ce93216

End of training

Browse files
Files changed (2) hide show
  1. README.md +17 -17
  2. generation_config.json +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ model-index:
24
  metrics:
25
  - name: Wer
26
  type: wer
27
- value: 40.4481680260322
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -34,8 +34,8 @@ should probably proofread and complete it, then remove this comment. -->
34
 
35
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 15.0 dataset.
36
  It achieves the following results on the evaluation set:
37
- - Loss: 0.3827
38
- - Wer: 40.4482
39
 
40
  ## Model description
41
 
@@ -68,21 +68,21 @@ The following hyperparameters were used during training:
68
 
69
  ### Training results
70
 
71
- | Training Loss | Epoch | Step | Validation Loss | Wer |
72
- |:-------------:|:-----:|:----:|:---------------:|:-------:|
73
- | 0.6714 | 0.11 | 500 | 0.7162 | 66.8818 |
74
- | 0.4726 | 0.23 | 1000 | 0.5434 | 54.5155 |
75
- | 0.4208 | 0.34 | 1500 | 0.4767 | 49.1337 |
76
- | 0.3882 | 0.45 | 2000 | 0.4404 | 45.2067 |
77
- | 0.3736 | 0.56 | 2500 | 0.4166 | 44.0255 |
78
- | 0.3387 | 0.68 | 3000 | 0.3994 | 41.2638 |
79
- | 0.3403 | 0.79 | 3500 | 0.3886 | 41.0884 |
80
- | 0.3088 | 0.9 | 4000 | 0.3827 | 40.4482 |
81
 
82
 
83
  ### Framework versions
84
 
85
- - Transformers 4.39.0.dev0
86
- - Pytorch 2.2.1+cu121
87
- - Datasets 2.18.0
88
- - Tokenizers 0.15.2
 
24
  metrics:
25
  - name: Wer
26
  type: wer
27
+ value: 40.548535688627815
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
34
 
35
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 15.0 dataset.
36
  It achieves the following results on the evaluation set:
37
+ - Loss: 0.3828
38
+ - Wer: 40.5485
39
 
40
  ## Model description
41
 
 
68
 
69
  ### Training results
70
 
71
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
72
+ |:-------------:|:------:|:----:|:---------------:|:-------:|
73
+ | 0.6717 | 0.1129 | 500 | 0.7166 | 66.8913 |
74
+ | 0.4727 | 0.2258 | 1000 | 0.5435 | 54.5493 |
75
+ | 0.4211 | 0.3388 | 1500 | 0.4769 | 49.1136 |
76
+ | 0.3884 | 0.4517 | 2000 | 0.4406 | 45.0228 |
77
+ | 0.3737 | 0.5646 | 2500 | 0.4167 | 44.1237 |
78
+ | 0.3387 | 0.6775 | 3000 | 0.3994 | 41.2215 |
79
+ | 0.3402 | 0.7904 | 3500 | 0.3887 | 41.2987 |
80
+ | 0.3089 | 0.9033 | 4000 | 0.3828 | 40.5485 |
81
 
82
 
83
  ### Framework versions
84
 
85
+ - Transformers 4.40.0
86
+ - Pytorch 2.2.2+cu118
87
+ - Datasets 2.19.0
88
+ - Tokenizers 0.19.1
generation_config.json CHANGED
@@ -261,5 +261,5 @@
261
  "transcribe": 50359,
262
  "translate": 50358
263
  },
264
- "transformers_version": "4.39.0.dev0"
265
  }
 
261
  "transcribe": 50359,
262
  "translate": 50358
263
  },
264
+ "transformers_version": "4.40.0"
265
  }