kimbochen commited on
Commit
fa6c669
1 Parent(s): 375d8f9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -17
README.md CHANGED
@@ -1,31 +1,38 @@
1
  ---
2
- language:
3
- - ja
4
  license: apache-2.0
5
  tags:
6
- - whisper-event
7
  - generated_from_trainer
8
  datasets:
9
- - mozilla-foundation/common_voice_11_0
 
 
10
  model-index:
11
- - name: Whisper Small Japanese - Kimbo Chen
12
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
  should probably proofread and complete it, then remove this comment. -->
17
 
18
- # Whisper Small Japanese - Kimbo Chen
19
 
20
- This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
21
  It achieves the following results on the evaluation set:
22
- - eval_loss: 0.2988
23
- - eval_wer: 74.7340
24
- - eval_runtime: 1501.9912
25
- - eval_samples_per_second: 3.065
26
- - eval_steps_per_second: 0.383
27
- - epoch: 5.09
28
- - step: 800
29
 
30
  ## Model description
31
 
@@ -46,14 +53,25 @@ More information needed
46
  The following hyperparameters were used during training:
47
  - learning_rate: 1e-05
48
  - train_batch_size: 64
49
- - eval_batch_size: 8
50
  - seed: 42
51
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
  - lr_scheduler_type: linear
53
- - lr_scheduler_warmup_steps: 200
54
  - training_steps: 1000
55
  - mixed_precision_training: Native AMP
56
 
 
 
 
 
 
 
 
 
 
 
 
57
  ### Framework versions
58
 
59
  - Transformers 4.26.0.dev0
 
1
  ---
 
 
2
  license: apache-2.0
3
  tags:
 
4
  - generated_from_trainer
5
  datasets:
6
+ - common_voice_11_0
7
+ metrics:
8
+ - wer
9
  model-index:
10
+ - name: openai/whisper-small
11
+ results:
12
+ - task:
13
+ name: Automatic Speech Recognition
14
+ type: automatic-speech-recognition
15
+ dataset:
16
+ name: common_voice_11_0
17
+ type: common_voice_11_0
18
+ config: ja
19
+ split: test
20
+ args: ja
21
+ metrics:
22
+ - name: Wer
23
+ type: wer
24
+ value: 13.970036175005118
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
  should probably proofread and complete it, then remove this comment. -->
29
 
30
+ # openai/whisper-small
31
 
32
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the common_voice_11_0 dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.2814
35
+ - Wer: 13.9700
 
 
 
 
 
36
 
37
  ## Model description
38
 
 
53
  The following hyperparameters were used during training:
54
  - learning_rate: 1e-05
55
  - train_batch_size: 64
56
+ - eval_batch_size: 32
57
  - seed: 42
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
+ - lr_scheduler_warmup_steps: 500
61
  - training_steps: 1000
62
  - mixed_precision_training: Native AMP
63
 
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
67
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
68
+ | 0.2515 | 1.06 | 200 | 0.2881 | 16.9442 |
69
+ | 0.2212 | 2.12 | 400 | 0.2616 | 14.6884 |
70
+ | 0.0774 | 4.04 | 600 | 0.2543 | 13.7687 |
71
+ | 0.0564 | 5.09 | 800 | 0.2731 | 13.9769 |
72
+ | 0.0221 | 7.01 | 1000 | 0.2814 | 13.9700 |
73
+
74
+
75
  ### Framework versions
76
 
77
  - Transformers 4.26.0.dev0