poppysmickarlili commited on
Commit
9cc7a2d
1 Parent(s): 20ff855

End of training

Browse files
Files changed (1) hide show
  1. README.md +33 -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_26-04-2024-1713
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_26-04-2024-1713
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,13 @@ The following hyperparameters were used during training:
44
  - training_steps: 500
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_16_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 16.0
20
+ type: mozilla-foundation/common_voice_16_0
21
+ config: yue
22
+ split: None
23
+ args: 'config: yue, split: test'
24
+ metrics:
25
+ - name: Wer
26
+ type: wer
27
+ value: 62.619320351279114
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 16.0 dataset.
36
+ It achieves the following results on the evaluation set:
37
+ - Loss: 0.2760
38
+ - Wer: 62.6193
39
 
40
  ## Model description
41
 
 
66
  - training_steps: 500
67
  - mixed_precision_training: Native AMP
68
 
69
+ ### Training results
70
+
71
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
72
+ |:-------------:|:------:|:----:|:---------------:|:-------:|
73
+ | 0.2869 | 0.7087 | 500 | 0.2760 | 62.6193 |
74
+
75
+
76
  ### Framework versions
77
 
78
  - Transformers 4.40.1