LowGI commited on
Commit
02dc6c3
1 Parent(s): b669fa0

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +82 -0
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - wer
7
+ model-index:
8
+ - name: STT_Model_17
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # STT_Model_17
16
+
17
+ This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.1172
20
+ - Wer: 0.1190
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 0.0001
40
+ - train_batch_size: 8
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 1000
46
+ - num_epochs: 50
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
51
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|
52
+ | 4.1934 | 2.1 | 500 | 3.7998 | 0.9999 |
53
+ | 1.14 | 4.2 | 1000 | 0.4083 | 0.3740 |
54
+ | 0.2217 | 6.3 | 1500 | 0.2515 | 0.2184 |
55
+ | 0.1276 | 8.4 | 2000 | 0.1623 | 0.1803 |
56
+ | 0.0914 | 10.5 | 2500 | 0.1586 | 0.1672 |
57
+ | 0.0731 | 12.61 | 3000 | 0.1648 | 0.1583 |
58
+ | 0.0572 | 14.71 | 3500 | 0.4059 | 0.1534 |
59
+ | 0.054 | 16.81 | 4000 | 0.1694 | 0.1391 |
60
+ | 0.043 | 18.91 | 4500 | 0.1390 | 0.1439 |
61
+ | 0.035 | 21.01 | 5000 | 0.1210 | 0.1362 |
62
+ | 0.0317 | 23.11 | 5500 | 0.1389 | 0.1285 |
63
+ | 0.031 | 25.21 | 6000 | 0.1340 | 0.1316 |
64
+ | 0.0266 | 27.31 | 6500 | 0.1312 | 0.1280 |
65
+ | 0.0209 | 29.41 | 7000 | 0.1484 | 0.1256 |
66
+ | 0.0184 | 31.51 | 7500 | 0.1345 | 0.1289 |
67
+ | 0.0201 | 33.61 | 8000 | 0.1350 | 0.1248 |
68
+ | 0.026 | 35.71 | 8500 | 0.1226 | 0.1235 |
69
+ | 0.016 | 37.82 | 9000 | 0.1235 | 0.1232 |
70
+ | 0.0115 | 39.92 | 9500 | 0.1223 | 0.1216 |
71
+ | 0.013 | 42.02 | 10000 | 0.1314 | 0.1206 |
72
+ | 0.0225 | 44.12 | 10500 | 0.1158 | 0.1211 |
73
+ | 0.011 | 46.22 | 11000 | 0.1181 | 0.1203 |
74
+ | 0.0106 | 48.32 | 11500 | 0.1172 | 0.1190 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.27.3
80
+ - Pytorch 1.13.1+cu116
81
+ - Datasets 2.10.1
82
+ - Tokenizers 0.13.2