Porameht commited on
Commit
c1d6c22
1 Parent(s): 5c2e05b

End of training

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -7,9 +7,24 @@ tags:
7
  - generated_from_trainer
8
  datasets:
9
  - mozilla-foundation/common_voice_17_0
 
 
10
  model-index:
11
  - name: whisper-small-th
12
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -17,9 +32,14 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/service-engineering/fine_tune_whisper_th/runs/c58tla8j)
19
  [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/service-engineering/fine_tune_whisper_th/runs/bmgk0qse)
 
 
20
  # whisper-small-th
21
 
22
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 17.0 dataset.
 
 
 
23
 
24
  ## Model description
25
 
@@ -50,6 +70,16 @@ The following hyperparameters were used during training:
50
  - training_steps: 4000
51
  - mixed_precision_training: Native AMP
52
 
 
 
 
 
 
 
 
 
 
 
53
  ### Framework versions
54
 
55
  - Transformers 4.41.0
 
7
  - generated_from_trainer
8
  datasets:
9
  - mozilla-foundation/common_voice_17_0
10
+ metrics:
11
+ - wer
12
  model-index:
13
  - name: whisper-small-th
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: th
22
+ split: None
23
+ args: 'config: th, split: test'
24
+ metrics:
25
+ - name: Wer
26
+ type: wer
27
+ value: 64.85347250100362
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
32
 
33
  [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/service-engineering/fine_tune_whisper_th/runs/c58tla8j)
34
  [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/service-engineering/fine_tune_whisper_th/runs/bmgk0qse)
35
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/service-engineering/fine_tune_whisper_th/runs/bmgk0qse)
36
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/service-engineering/fine_tune_whisper_th/runs/ddw0ira7)
37
  # whisper-small-th
38
 
39
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 17.0 dataset.
40
+ It achieves the following results on the evaluation set:
41
+ - Loss: 0.1596
42
+ - Wer: 64.8535
43
 
44
  ## Model description
45
 
 
70
  - training_steps: 4000
71
  - mixed_precision_training: Native AMP
72
 
73
+ ### Training results
74
+
75
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
76
+ |:-------------:|:------:|:----:|:---------------:|:-------:|
77
+ | 0.2535 | 0.7294 | 1000 | 0.2177 | 73.9061 |
78
+ | 0.1453 | 1.4588 | 2000 | 0.1778 | 69.6909 |
79
+ | 0.0923 | 2.1882 | 3000 | 0.1648 | 65.8303 |
80
+ | 0.0781 | 2.9176 | 4000 | 0.1596 | 64.8535 |
81
+
82
+
83
  ### Framework versions
84
 
85
  - Transformers 4.41.0