Rishabh Jain commited on
Commit
185d16b
·
1 Parent(s): 4d3796a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -46
README.md CHANGED
@@ -1,53 +1,23 @@
1
  ---
2
- language:
3
- - es
4
  license: apache-2.0
5
  tags:
6
- - whisper-event
7
  - generated_from_trainer
8
- datasets:
9
- - mozilla-foundation/common_voice_11_0
10
  metrics:
11
  - wer
12
  model-index:
13
- - name: Whisper Small Spanish
14
- results:
15
- - task:
16
- type: automatic-speech-recognition
17
- name: Automatic Speech Recognition
18
- dataset:
19
- name: mozilla-foundation/common_voice_11_0 es
20
- type: mozilla-foundation/common_voice_11_0
21
- config: es
22
- split: test
23
- args: es
24
- metrics:
25
- - type: wer
26
- value: 8.261654799646587
27
- name: Wer
28
- - task:
29
- type: automatic-speech-recognition
30
- name: Automatic Speech Recognition
31
- dataset:
32
- name: rishabhjain16/test_asr
33
- type: rishabhjain16/test_asr
34
- config: en
35
- split: test
36
- metrics:
37
- - type: wer
38
- value: 70.37
39
- name: WER
40
  ---
41
 
42
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
43
  should probably proofread and complete it, then remove this comment. -->
44
 
45
- # Whisper Small Spanish
46
 
47
- This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the mozilla-foundation/common_voice_11_0 es dataset.
48
  It achieves the following results on the evaluation set:
49
- - Loss: 0.2296
50
- - Wer: 8.2617
51
 
52
  ## Model description
53
 
@@ -73,23 +43,22 @@ The following hyperparameters were used during training:
73
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
74
  - lr_scheduler_type: linear
75
  - lr_scheduler_warmup_steps: 500
76
- - training_steps: 5000
77
  - mixed_precision_training: Native AMP
78
 
79
  ### Training results
80
 
81
- | Training Loss | Epoch | Step | Validation Loss | Wer |
82
- |:-------------:|:-----:|:----:|:---------------:|:------:|
83
- | 0.1638 | 2.01 | 1000 | 0.2399 | 9.1595 |
84
- | 0.1109 | 4.01 | 2000 | 0.2485 | 9.7091 |
85
- | 0.2115 | 6.02 | 3000 | 0.2289 | 8.9126 |
86
- | 0.104 | 8.02 | 4000 | 0.2276 | 8.3019 |
87
- | 0.0444 | 10.03 | 5000 | 0.2296 | 8.2617 |
88
 
89
 
90
  ### Framework versions
91
 
92
  - Transformers 4.27.0.dev0
93
- - Pytorch 1.13.0+cu117
94
  - Datasets 2.8.1.dev0
95
- - Tokenizers 0.13.2
 
1
  ---
 
 
2
  license: apache-2.0
3
  tags:
 
4
  - generated_from_trainer
 
 
5
  metrics:
6
  - wer
7
  model-index:
8
+ - name: openai/whisper-small
9
+ results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
  should probably proofread and complete it, then remove this comment. -->
14
 
15
+ # openai/whisper-small
16
 
17
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.5636
20
+ - Wer: 13.4646
21
 
22
  ## Model description
23
 
 
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - lr_scheduler_warmup_steps: 500
46
+ - training_steps: 4000
47
  - mixed_precision_training: Native AMP
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
52
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
53
+ | 0.1789 | 4.02 | 1000 | 0.3421 | 13.1199 |
54
+ | 0.0264 | 8.04 | 2000 | 0.4579 | 13.5155 |
55
+ | 0.0023 | 13.01 | 3000 | 0.5479 | 13.6539 |
56
+ | 0.0011 | 17.03 | 4000 | 0.5636 | 13.4646 |
 
57
 
58
 
59
  ### Framework versions
60
 
61
  - Transformers 4.27.0.dev0
62
+ - Pytorch 1.13.1+cu117
63
  - Datasets 2.8.1.dev0
64
+ - Tokenizers 0.12.1