Wellyowo commited on
Commit
c8ded39
·
verified ·
1 Parent(s): f956f64

End of training

Browse files
Files changed (1) hide show
  1. README.md +30 -6
README.md CHANGED
@@ -1,21 +1,40 @@
1
  ---
2
  license: apache-2.0
 
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
  - common_voice_13_0
7
- base_model: xmzhu/whisper-tiny-zh-TW
 
8
  model-index:
9
- - name: whisper-tiny-dv
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-tiny-dv
17
 
18
- This model is a fine-tuned version of [xmzhu/whisper-tiny-zh-TW](https://huggingface.co/xmzhu/whisper-tiny-zh-TW) on the common_voice_13_0 dataset.
 
 
 
 
19
 
20
  ## Model description
21
 
@@ -38,14 +57,19 @@ The following hyperparameters were used during training:
38
  - train_batch_size: 4
39
  - eval_batch_size: 4
40
  - seed: 42
 
 
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: constant_with_warmup
43
  - lr_scheduler_warmup_steps: 50
44
- - training_steps: 100
45
  - mixed_precision_training: Native AMP
46
 
47
  ### Training results
48
 
 
 
 
49
 
50
 
51
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: Wellyowo/whisper-tiny-zh-tw
4
  tags:
5
  - generated_from_trainer
6
  datasets:
7
  - common_voice_13_0
8
+ metrics:
9
+ - wer
10
  model-index:
11
+ - name: whisper-tiny-zh-tw
12
+ results:
13
+ - task:
14
+ name: Automatic Speech Recognition
15
+ type: automatic-speech-recognition
16
+ dataset:
17
+ name: common_voice_13_0
18
+ type: common_voice_13_0
19
+ config: zh-TW
20
+ split: test
21
+ args: zh-TW
22
+ metrics:
23
+ - name: Wer
24
+ type: wer
25
+ value: 64.07766990291263
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
  should probably proofread and complete it, then remove this comment. -->
30
 
31
+ # whisper-tiny-zh-tw
32
 
33
+ This model is a fine-tuned version of [Wellyowo/whisper-tiny-zh-tw](https://huggingface.co/Wellyowo/whisper-tiny-zh-tw) on the common_voice_13_0 dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.5372
36
+ - Wer Ortho: 65.0
37
+ - Wer: 64.0777
38
 
39
  ## Model description
40
 
 
57
  - train_batch_size: 4
58
  - eval_batch_size: 4
59
  - seed: 42
60
+ - gradient_accumulation_steps: 4
61
+ - total_train_batch_size: 16
62
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
  - lr_scheduler_type: constant_with_warmup
64
  - lr_scheduler_warmup_steps: 50
65
+ - training_steps: 500
66
  - mixed_precision_training: Native AMP
67
 
68
  ### Training results
69
 
70
+ | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
71
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
72
+ | 0.2671 | 0.69 | 500 | 0.5372 | 65.0 | 64.0777 |
73
 
74
 
75
  ### Framework versions