poppysmickarlili commited on
Commit
775b098
1 Parent(s): fd84cba

End of training

Browse files
Files changed (1) hide show
  1. README.md +36 -4
README.md CHANGED
@@ -1,19 +1,41 @@
1
  ---
 
 
2
  license: apache-2.0
3
  base_model: openai/whisper-small
4
  tags:
5
  - generated_from_trainer
 
 
 
 
6
  model-index:
7
- - name: whisper-small-cantonese_02-05-2024-1727
8
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
  should probably proofread and complete it, then remove this comment. -->
13
 
14
- # whisper-small-cantonese_02-05-2024-1727
15
 
16
- This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on an unknown dataset.
 
 
 
17
 
18
  ## Model description
19
 
@@ -44,6 +66,16 @@ The following hyperparameters were used during training:
44
  - training_steps: 4000
45
  - mixed_precision_training: Native AMP
46
 
 
 
 
 
 
 
 
 
 
 
47
  ### Framework versions
48
 
49
  - Transformers 4.40.1
 
1
  ---
2
+ language:
3
+ - yue
4
  license: apache-2.0
5
  base_model: openai/whisper-small
6
  tags:
7
  - generated_from_trainer
8
+ datasets:
9
+ - mozilla-foundation/common_voice_17_0
10
+ metrics:
11
+ - wer
12
  model-index:
13
+ - name: Whisper Small Cantanese
14
+ results:
15
+ - task:
16
+ name: Automatic Speech Recognition
17
+ type: automatic-speech-recognition
18
+ dataset:
19
+ name: Common Voice 17.0
20
+ type: mozilla-foundation/common_voice_17_0
21
+ config: yue
22
+ split: None
23
+ args: 'config: yue, split: test'
24
+ metrics:
25
+ - name: Wer
26
+ type: wer
27
+ value: 55.57641757416447
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 Cantanese
34
 
35
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 17.0 dataset.
36
+ It achieves the following results on the evaluation set:
37
+ - Loss: 0.2823
38
+ - Wer: 55.5764
39
 
40
  ## Model description
41
 
 
66
  - training_steps: 4000
67
  - mixed_precision_training: Native AMP
68
 
69
+ ### Training results
70
+
71
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
72
+ |:-------------:|:------:|:----:|:---------------:|:-------:|
73
+ | 0.116 | 1.3908 | 1000 | 0.2522 | 59.0687 |
74
+ | 0.0418 | 2.7816 | 2000 | 0.2504 | 57.7169 |
75
+ | 0.0065 | 4.1725 | 3000 | 0.2702 | 56.1772 |
76
+ | 0.0031 | 5.5633 | 4000 | 0.2823 | 55.5764 |
77
+
78
+
79
  ### Framework versions
80
 
81
  - Transformers 4.40.1