toshiouchiyama commited on
Commit
d5b5066
1 Parent(s): 6bd3164

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -6
README.md CHANGED
@@ -6,10 +6,25 @@ tags:
6
  - hf-asr-leaderboard
7
  - generated_from_trainer
8
  datasets:
9
- - Specific Person Voice
 
 
10
  model-index:
11
  - name: Whisper Small ja - Tohio Uchiyama
12
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -18,6 +33,9 @@ should probably proofread and complete it, then remove this comment. -->
18
  # Whisper Small ja - Tohio Uchiyama
19
 
20
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Special dataset.
 
 
 
21
 
22
  ## Model description
23
 
@@ -43,13 +61,14 @@ The following hyperparameters were used during training:
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - lr_scheduler_warmup_steps: 5
46
- - training_steps: 10
47
 
48
  ### Training results
49
 
50
- | Training Loss | Epoch | Step | Validation Loss | Wer |
51
- |:-------------:|:-----:|:----:|:---------------:|:-------:|
52
- | No log | 2.0 | 10 | 1.2708 | 29.3413 |
 
53
 
54
 
55
  ### Framework versions
 
6
  - hf-asr-leaderboard
7
  - generated_from_trainer
8
  datasets:
9
+ - Specific-Person-Voice
10
+ metrics:
11
+ - wer
12
  model-index:
13
  - name: Whisper Small ja - Tohio Uchiyama
14
+ results:
15
+ - task:
16
+ name: Automatic Speech Recognition
17
+ type: automatic-speech-recognition
18
+ dataset:
19
+ name: Special
20
+ type: Specific-Person-Voice
21
+ config: null
22
+ split: None
23
+ args: 'config: ja, split: train'
24
+ metrics:
25
+ - name: Wer
26
+ type: wer
27
+ value: 984.4311377245509
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
33
  # Whisper Small ja - Tohio Uchiyama
34
 
35
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Special dataset.
36
+ It achieves the following results on the evaluation set:
37
+ - Loss: 0.9332
38
+ - Wer: 984.4311
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: 5
64
+ - training_steps: 20
65
 
66
  ### Training results
67
 
68
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
69
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | No log | 2.0 | 10 | 1.1812 | 31.1377 |
71
+ | No log | 4.0 | 20 | 0.9332 | 984.4311 |
72
 
73
 
74
  ### Framework versions