adrianSauer commited on
Commit
d5a11bf
1 Parent(s): 74f5388

End of training

Browse files
Files changed (2) hide show
  1. README.md +12 -12
  2. generation_config.json +1 -1
README.md CHANGED
@@ -19,12 +19,12 @@ model-index:
19
  name: Common Voice 16
20
  type: mozilla-foundation/common_voice_16_1
21
  config: gn
22
- split: test
23
  args: gn
24
  metrics:
25
  - name: Wer
26
  type: wer
27
- value: 58.90378171373863
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-base](https://huggingface.co/openai/whisper-base) on the Common Voice 16 dataset.
36
  It achieves the following results on the evaluation set:
37
- - Loss: 0.5927
38
- - Wer: 58.9038
39
 
40
  ## Model description
41
 
@@ -68,16 +68,16 @@ The following hyperparameters were used during training:
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Wer |
70
  |:-------------:|:------:|:----:|:---------------:|:-------:|
71
- | 2.3403 | 1.0101 | 100 | 0.9377 | 81.1872 |
72
- | 0.5917 | 2.0202 | 200 | 0.6872 | 69.3633 |
73
- | 0.3348 | 3.0303 | 300 | 0.6128 | 65.4380 |
74
- | 0.2026 | 4.0404 | 400 | 0.5885 | 61.0340 |
75
- | 0.1237 | 5.0505 | 500 | 0.5927 | 58.9038 |
76
 
77
 
78
  ### Framework versions
79
 
80
- - Transformers 4.40.0
81
- - Pytorch 2.2.1+cu121
82
- - Datasets 2.19.0
83
  - Tokenizers 0.19.1
 
19
  name: Common Voice 16
20
  type: mozilla-foundation/common_voice_16_1
21
  config: gn
22
+ split: None
23
  args: gn
24
  metrics:
25
  - name: Wer
26
  type: wer
27
+ value: 58.17978782802904
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-base](https://huggingface.co/openai/whisper-base) on the Common Voice 16 dataset.
36
  It achieves the following results on the evaluation set:
37
+ - Loss: 0.5857
38
+ - Wer: 58.1798
39
 
40
  ## Model description
41
 
 
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Wer |
70
  |:-------------:|:------:|:----:|:---------------:|:-------:|
71
+ | 2.3905 | 1.0101 | 100 | 0.9598 | 81.9654 |
72
+ | 0.5779 | 2.0202 | 200 | 0.6883 | 68.6767 |
73
+ | 0.3116 | 3.0303 | 300 | 0.5997 | 62.5349 |
74
+ | 0.1741 | 4.0404 | 400 | 0.5750 | 59.5757 |
75
+ | 0.0955 | 5.0505 | 500 | 0.5857 | 58.1798 |
76
 
77
 
78
  ### Framework versions
79
 
80
+ - Transformers 4.44.0
81
+ - Pytorch 2.3.1+cu121
82
+ - Datasets 2.21.0
83
  - Tokenizers 0.19.1
generation_config.json CHANGED
@@ -252,5 +252,5 @@
252
  "transcribe": 50359,
253
  "translate": 50358
254
  },
255
- "transformers_version": "4.40.0"
256
  }
 
252
  "transcribe": 50359,
253
  "translate": 50358
254
  },
255
+ "transformers_version": "4.44.0"
256
  }