jun-han commited on
Commit
3cf7c1d
1 Parent(s): 9b86ec4

Model save

Browse files
Files changed (1) hide show
  1. README.md +14 -14
README.md CHANGED
@@ -1,26 +1,24 @@
1
  ---
2
- language:
3
- - zh
4
  license: apache-2.0
5
- base_model: openai/whisper-small
6
  tags:
7
  - generated_from_trainer
8
  datasets:
9
- - mozilla-foundation/common_voice_16_1
10
  model-index:
11
- - name: Wisper-Small-zh
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
- # Wisper-Small-zh
19
 
20
- This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 16.1 dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.6020
23
- - Cer: 33.3994
24
 
25
  ## Model description
26
 
@@ -46,15 +44,17 @@ The following hyperparameters were used during training:
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
  - lr_scheduler_warmup_steps: 500
49
- - training_steps: 1000
50
  - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
54
- | Training Loss | Epoch | Step | Validation Loss | Cer |
55
- |:-------------:|:------:|:----:|:---------------:|:--------:|
56
- | 2.9388 | 0.6623 | 500 | 2.9818 | 102.7090 |
57
- | 0.5492 | 1.3245 | 1000 | 0.6020 | 33.3994 |
 
 
58
 
59
 
60
  ### Framework versions
 
1
  ---
 
 
2
  license: apache-2.0
3
+ base_model: jun-han/whisper-small-zh
4
  tags:
5
  - generated_from_trainer
6
  datasets:
7
+ - common_voice_16_1
8
  model-index:
9
+ - name: whisper-small
10
  results: []
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
  should probably proofread and complete it, then remove this comment. -->
15
 
16
+ # whisper-small
17
 
18
+ This model is a fine-tuned version of [jun-han/whisper-small-zh](https://huggingface.co/jun-han/whisper-small-zh) on the common_voice_16_1 dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.3867
21
+ - Cer: 21.2804
22
 
23
  ## Model description
24
 
 
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - lr_scheduler_warmup_steps: 500
47
+ - training_steps: 2000
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
+ | Training Loss | Epoch | Step | Cer | Validation Loss |
53
+ |:-------------:|:------:|:----:|:--------:|:---------------:|
54
+ | 2.9388 | 0.6623 | 500 | 102.7090 | 2.9818 |
55
+ | 0.5492 | 1.3245 | 1000 | 33.3994 | 0.6020 |
56
+ | 0.352 | 1.9868 | 1500 | 0.4214 | 23.2990 |
57
+ | 0.2243 | 2.6490 | 2000 | 0.3867 | 21.2804 |
58
 
59
 
60
  ### Framework versions