adrianSauer commited on
Commit
dedca21
1 Parent(s): 46f528d

End of training

Browse files
Files changed (2) hide show
  1. README.md +9 -9
  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: 61.53662039253231
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.5874
38
- - Wer: 61.5366
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.3992 | 0.9524 | 100 | 0.9485 | 85.2082 |
72
- | 0.6313 | 1.9048 | 200 | 0.6889 | 72.1876 |
73
- | 0.3732 | 2.8571 | 300 | 0.6084 | 63.9301 |
74
- | 0.2356 | 3.8095 | 400 | 0.5848 | 66.1321 |
75
- | 0.1439 | 4.7619 | 500 | 0.5874 | 61.5366 |
76
 
77
 
78
  ### Framework versions
79
 
80
- - Transformers 4.42.4
81
  - Pytorch 2.3.1+cu121
82
  - Datasets 2.20.0
83
  - Tokenizers 0.19.1
 
24
  metrics:
25
  - name: Wer
26
  type: wer
27
+ value: 64.48061273336525
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.5847
38
+ - Wer: 64.4806
39
 
40
  ## Model description
41
 
 
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Wer |
70
  |:-------------:|:------:|:----:|:---------------:|:-------:|
71
+ | 2.4447 | 0.7692 | 100 | 0.9750 | 88.2001 |
72
+ | 0.6471 | 1.5385 | 200 | 0.7163 | 74.5811 |
73
+ | 0.3822 | 2.3077 | 300 | 0.6274 | 66.7066 |
74
+ | 0.2487 | 3.0769 | 400 | 0.6025 | 66.4911 |
75
+ | 0.1549 | 3.8462 | 500 | 0.5847 | 64.4806 |
76
 
77
 
78
  ### Framework versions
79
 
80
+ - Transformers 4.44.0
81
  - Pytorch 2.3.1+cu121
82
  - Datasets 2.20.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.42.4"
256
  }
 
252
  "transcribe": 50359,
253
  "translate": 50358
254
  },
255
+ "transformers_version": "4.44.0"
256
  }