toshiouchiyama commited on
Commit
1ce941d
1 Parent(s): 203fb02

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -1,4 +1,6 @@
1
  ---
 
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
@@ -16,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
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.7645
20
- - Wer: 23.2394
21
 
22
  ## Model description
23
 
@@ -43,16 +45,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: 40
47
 
48
  ### Training results
49
 
50
- | Training Loss | Epoch | Step | Validation Loss | Wer |
51
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.43 | 10 | 1.2124 | 21.1268 |
53
- | No log | 2.86 | 20 | 0.8283 | 884.5070 |
54
- | 1.2688 | 4.29 | 30 | 0.7769 | 23.2394 |
55
- | 1.2688 | 5.71 | 40 | 0.7645 | 23.2394 |
56
 
57
 
58
  ### Framework versions
 
1
  ---
2
+ language:
3
+ - ja
4
  license: apache-2.0
5
  tags:
6
  - generated_from_trainer
 
18
 
19
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.9506
22
+ - Wer: 1254.9296
23
 
24
  ## Model description
25
 
 
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
  - lr_scheduler_warmup_steps: 5
48
+ - training_steps: 20
49
 
50
  ### Training results
51
 
52
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
53
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|
54
+ | No log | 1.43 | 10 | 1.2365 | 21.1268 |
55
+ | No log | 2.86 | 20 | 0.9506 | 1254.9296 |
 
 
56
 
57
 
58
  ### Framework versions