noflm commited on
Commit
d5f4062
1 Parent(s): d9ec455

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -24
README.md CHANGED
@@ -1,41 +1,38 @@
1
  ---
2
- language:
3
- - ja
4
- license: other
5
  tags:
6
- - whisper-event
7
  - generated_from_trainer
8
  datasets:
9
- - Elite35P-Server/EliteVoiceProject
10
  metrics:
11
  - wer
12
  model-index:
13
- - name: Whisper Small Japanese Elite
14
  results:
15
  - task:
16
  name: Automatic Speech Recognition
17
  type: automatic-speech-recognition
18
  dataset:
19
- name: Elite35P-Server/EliteVoiceProject twitter
20
- type: Elite35P-Server/EliteVoiceProject
21
- config: twitter
22
  split: test
23
- args: twitter
24
  metrics:
25
  - name: Wer
26
  type: wer
27
- value: 4.878048780487805
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 Japanese Elite
34
 
35
- This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Elite35P-Server/EliteVoiceProject twitter dataset.
36
  It achieves the following results on the evaluation set:
37
- - Loss: 0.1502
38
- - Wer: 4.8780
39
 
40
  ## Model description
41
 
@@ -60,19 +57,24 @@ The following hyperparameters were used during training:
60
  - seed: 42
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: constant_with_warmup
63
- - lr_scheduler_warmup_steps: 50
64
- - training_steps: 5000
65
  - mixed_precision_training: Native AMP
66
 
67
  ### Training results
68
 
69
- | Training Loss | Epoch | Step | Validation Loss | Wer |
70
- |:-------------:|:-----:|:----:|:---------------:|:------:|
71
- | 0.0004 | 58.0 | 1000 | 0.1129 | 1.8293 |
72
- | 0.0 | 117.0 | 2000 | 0.1232 | 1.8293 |
73
- | 0.0 | 176.0 | 3000 | 0.1327 | 1.8293 |
74
- | 0.0 | 235.0 | 4000 | 0.1401 | 4.8780 |
75
- | 0.0 | 294.0 | 5000 | 0.1502 | 4.8780 |
 
 
 
 
 
76
 
77
 
78
  ### Framework versions
 
1
  ---
2
+ license: apache-2.0
 
 
3
  tags:
 
4
  - generated_from_trainer
5
  datasets:
6
+ - elite_voice_project
7
  metrics:
8
  - wer
9
  model-index:
10
+ - name: whisper-small-ja-elite
11
  results:
12
  - task:
13
  name: Automatic Speech Recognition
14
  type: automatic-speech-recognition
15
  dataset:
16
+ name: elite_voice_project
17
+ type: elite_voice_project
18
+ config: twitch
19
  split: test
20
+ args: twitch
21
  metrics:
22
  - name: Wer
23
  type: wer
24
+ value: 23.296888141295206
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
+ # whisper-small-ja-elite
31
 
32
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the elite_voice_project dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.9180
35
+ - Wer: 23.2969
36
 
37
  ## Model description
38
 
 
57
  - seed: 42
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: constant_with_warmup
60
+ - lr_scheduler_warmup_steps: 100
61
+ - training_steps: 10000
62
  - mixed_precision_training: Native AMP
63
 
64
  ### Training results
65
 
66
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
67
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|
68
+ | 0.0033 | 18.0 | 1000 | 0.6728 | 25.3154 |
69
+ | 0.008 | 37.0 | 2000 | 0.6984 | 23.3810 |
70
+ | 0.0002 | 56.0 | 3000 | 0.7486 | 24.4743 |
71
+ | 0.0001 | 75.0 | 4000 | 0.7753 | 24.4743 |
72
+ | 0.0 | 94.0 | 5000 | 0.8014 | 24.0538 |
73
+ | 0.0 | 113.0 | 6000 | 0.8244 | 24.3902 |
74
+ | 0.0 | 132.0 | 7000 | 0.8468 | 23.8015 |
75
+ | 0.0 | 150.0 | 8000 | 0.8699 | 23.4651 |
76
+ | 0.0 | 169.0 | 9000 | 0.8936 | 23.2128 |
77
+ | 0.0 | 188.0 | 10000 | 0.9180 | 23.2969 |
78
 
79
 
80
  ### Framework versions