vonewman commited on
Commit
1be462b
1 Parent(s): ac1c294

End of training

Browse files
Files changed (2) hide show
  1. README.md +13 -13
  2. generation_config.json +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ datasets:
10
  metrics:
11
  - wer
12
  model-index:
13
- - name: Whisper Small Dv - Abdoulaye DIALLO
14
  results:
15
  - task:
16
  name: Automatic Speech Recognition
@@ -24,19 +24,19 @@ model-index:
24
  metrics:
25
  - name: Wer
26
  type: wer
27
- value: 12.935980804673644
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 Dv - Abdoulaye DIALLO
34
 
35
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 13 dataset.
36
  It achieves the following results on the evaluation set:
37
- - Loss: 0.1662
38
- - Wer Ortho: 62.2119
39
- - Wer: 12.9360
40
 
41
  ## Model description
42
 
@@ -67,14 +67,14 @@ The following hyperparameters were used during training:
67
 
68
  ### Training results
69
 
70
- | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
71
- |:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
72
- | 0.1228 | 1.63 | 500 | 0.1662 | 62.2119 | 12.9360 |
73
 
74
 
75
  ### Framework versions
76
 
77
- - Transformers 4.38.0.dev0
78
- - Pytorch 2.1.2+cu121
79
- - Datasets 2.16.1
80
- - Tokenizers 0.15.0
 
10
  metrics:
11
  - wer
12
  model-index:
13
+ - name: Whisper Small Dv - Sanchit Gandhi
14
  results:
15
  - task:
16
  name: Automatic Speech Recognition
 
24
  metrics:
25
  - name: Wer
26
  type: wer
27
+ value: 13.434989741628126
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 Dv - Sanchit Gandhi
34
 
35
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 13 dataset.
36
  It achieves the following results on the evaluation set:
37
+ - Loss: 0.1725
38
+ - Wer Ortho: 63.0267
39
+ - Wer: 13.4350
40
 
41
  ## Model description
42
 
 
67
 
68
  ### Training results
69
 
70
+ | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
71
+ |:-------------:|:------:|:----:|:---------------:|:---------:|:-------:|
72
+ | 0.1208 | 1.6287 | 500 | 0.1725 | 63.0267 | 13.4350 |
73
 
74
 
75
  ### Framework versions
76
 
77
+ - Transformers 4.41.2
78
+ - Pytorch 2.3.0+cu121
79
+ - Datasets 2.20.0
80
+ - Tokenizers 0.19.1
generation_config.json CHANGED
@@ -260,5 +260,5 @@
260
  "transcribe": 50359,
261
  "translate": 50358
262
  },
263
- "transformers_version": "4.38.0.dev0"
264
  }
 
260
  "transcribe": 50359,
261
  "translate": 50358
262
  },
263
+ "transformers_version": "4.41.2"
264
  }