DylanonWic commited on
Commit
bd2ac0e
1 Parent(s): cda329e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
  - name: wav2vec2-large-asr-th
7
  results: []
@@ -12,7 +14,11 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # wav2vec2-large-asr-th
14
 
15
- This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on an unknown dataset.
 
 
 
 
16
 
17
  ## Model description
18
 
@@ -43,6 +49,24 @@ The following hyperparameters were used during training:
43
  - training_steps: 6000
44
  - mixed_precision_training: Native AMP
45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  ### Framework versions
47
 
48
  - Transformers 4.26.1
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
+ metrics:
6
+ - wer
7
  model-index:
8
  - name: wav2vec2-large-asr-th
9
  results: []
 
14
 
15
  # wav2vec2-large-asr-th
16
 
17
+ This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.5920
20
+ - Wer: 0.5256
21
+ - Cer: 0.1778
22
 
23
  ## Model description
24
 
 
49
  - training_steps: 6000
50
  - mixed_precision_training: Native AMP
51
 
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
55
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
56
+ | 3.6977 | 0.57 | 500 | 3.6087 | 1.0 | 0.9999 |
57
+ | 3.4771 | 1.14 | 1000 | 3.4975 | 1.0 | 0.9999 |
58
+ | 2.6942 | 1.71 | 1500 | 2.2851 | 1.0067 | 0.6597 |
59
+ | 1.698 | 2.28 | 2000 | 1.0650 | 0.7875 | 0.3045 |
60
+ | 1.5008 | 2.85 | 2500 | 0.8698 | 0.6838 | 0.2508 |
61
+ | 1.1706 | 3.42 | 3000 | 0.7382 | 0.6132 | 0.2140 |
62
+ | 1.1872 | 4.0 | 3500 | 0.6924 | 0.5840 | 0.2029 |
63
+ | 1.1422 | 4.57 | 4000 | 0.6531 | 0.5690 | 0.1959 |
64
+ | 0.9556 | 5.14 | 4500 | 0.6246 | 0.5432 | 0.1850 |
65
+ | 1.0091 | 5.71 | 5000 | 0.6052 | 0.5360 | 0.1822 |
66
+ | 1.0523 | 6.28 | 5500 | 0.5995 | 0.5293 | 0.1802 |
67
+ | 1.0205 | 6.85 | 6000 | 0.5920 | 0.5256 | 0.1778 |
68
+
69
+
70
  ### Framework versions
71
 
72
  - Transformers 4.26.1