ying-tina commited on
Commit
3127ccf
·
1 Parent(s): 29bab29

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -13,6 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
13
  # wav2vec2-base-timit-demo-colab
14
 
15
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
 
 
 
16
 
17
  ## Model description
18
 
@@ -41,6 +44,26 @@ The following hyperparameters were used during training:
41
  - num_epochs: 30
42
  - mixed_precision_training: Native AMP
43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  ### Framework versions
45
 
46
  - Transformers 4.11.3
 
13
  # wav2vec2-base-timit-demo-colab
14
 
15
  This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.5127
18
+ - Wer: 0.3082
19
 
20
  ## Model description
21
 
 
44
  - num_epochs: 30
45
  - mixed_precision_training: Native AMP
46
 
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
50
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
51
+ | 3.7645 | 2.01 | 500 | 2.5179 | 0.9999 |
52
+ | 1.1873 | 4.02 | 1000 | 0.5464 | 0.4798 |
53
+ | 0.46 | 6.02 | 1500 | 0.4625 | 0.4025 |
54
+ | 0.2869 | 8.03 | 2000 | 0.4252 | 0.3650 |
55
+ | 0.2213 | 10.04 | 2500 | 0.4340 | 0.3585 |
56
+ | 0.1905 | 12.05 | 3000 | 0.4310 | 0.3404 |
57
+ | 0.1545 | 14.06 | 3500 | 0.4547 | 0.3381 |
58
+ | 0.1206 | 16.06 | 4000 | 0.4902 | 0.3384 |
59
+ | 0.1116 | 18.07 | 4500 | 0.4767 | 0.3253 |
60
+ | 0.0925 | 20.08 | 5000 | 0.5248 | 0.3160 |
61
+ | 0.0897 | 22.09 | 5500 | 0.4960 | 0.3126 |
62
+ | 0.0687 | 24.1 | 6000 | 0.4876 | 0.3086 |
63
+ | 0.063 | 26.1 | 6500 | 0.4895 | 0.3065 |
64
+ | 0.0558 | 28.11 | 7000 | 0.5127 | 0.3082 |
65
+
66
+
67
  ### Framework versions
68
 
69
  - Transformers 4.11.3