howlbz commited on
Commit
32f9d4c
1 Parent(s): 7a969eb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -13
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  language:
3
- - hi
4
  license: apache-2.0
5
  tags:
6
  - hf-asr-leaderboard
@@ -10,7 +10,7 @@ datasets:
10
  metrics:
11
  - wer
12
  model-index:
13
- - name: Whisper Small Hi - Sanchit Gandhi
14
  results:
15
  - task:
16
  name: Automatic Speech Recognition
@@ -18,24 +18,24 @@ model-index:
18
  dataset:
19
  name: Common Voice 11.0
20
  type: mozilla-foundation/common_voice_11_0
21
- config: hi
22
  split: test
23
- args: 'config: hi, split: test'
24
  metrics:
25
  - name: Wer
26
  type: wer
27
- value: 31.61347667823584
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 Hi - 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 11.0 dataset.
36
  It achieves the following results on the evaluation set:
37
- - Loss: 0.4272
38
- - Wer: 31.6135
39
 
40
  ## Model description
41
 
@@ -61,17 +61,15 @@ The following hyperparameters were used during training:
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_steps: 500
64
- - training_steps: 4000
65
  - mixed_precision_training: Native AMP
66
 
67
  ### Training results
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Wer |
70
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
71
- | 0.0879 | 2.44 | 1000 | 0.2916 | 33.7213 |
72
- | 0.0212 | 4.89 | 2000 | 0.3454 | 32.9679 |
73
- | 0.0016 | 7.33 | 3000 | 0.4065 | 31.7447 |
74
- | 0.0005 | 9.78 | 4000 | 0.4272 | 31.6135 |
75
 
76
 
77
  ### Framework versions
 
1
  ---
2
  language:
3
+ - zh-CN
4
  license: apache-2.0
5
  tags:
6
  - hf-asr-leaderboard
 
10
  metrics:
11
  - wer
12
  model-index:
13
+ - name: Whisper Small cn - howl
14
  results:
15
  - task:
16
  name: Automatic Speech Recognition
 
18
  dataset:
19
  name: Common Voice 11.0
20
  type: mozilla-foundation/common_voice_11_0
21
+ config: zh-CN
22
  split: test
23
+ args: 'config: zh-CN, split: test'
24
  metrics:
25
  - name: Wer
26
  type: wer
27
+ value: 75.2976752976753
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 cn - howl
34
 
35
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
36
  It achieves the following results on the evaluation set:
37
+ - Loss: 0.3644
38
+ - Wer: 75.2977
39
 
40
  ## Model description
41
 
 
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_steps: 500
64
+ - training_steps: 2000
65
  - mixed_precision_training: Native AMP
66
 
67
  ### Training results
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Wer |
70
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
71
+ | 0.2309 | 1.51 | 1000 | 0.3694 | 76.4411 |
72
+ | 0.1069 | 3.02 | 2000 | 0.3644 | 75.2977 |
 
 
73
 
74
 
75
  ### Framework versions