hassnain commited on
Commit
d7d9daf
1 Parent(s): 1c9ea12

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: wav2vec2-base-timit-demo-colab9
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # wav2vec2-base-timit-demo-colab9
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: 3.1922
18
+ - Wer: 1.0
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 0.0001
38
+ - train_batch_size: 8
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - lr_scheduler_warmup_steps: 1000
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
+ | 5.0683 | 1.42 | 500 | 3.2471 | 1.0 |
52
+ | 3.1349 | 2.85 | 1000 | 3.2219 | 1.0 |
53
+ | 3.1317 | 4.27 | 1500 | 3.2090 | 1.0 |
54
+ | 3.1262 | 5.7 | 2000 | 3.2152 | 1.0 |
55
+ | 3.1307 | 7.12 | 2500 | 3.2147 | 1.0 |
56
+ | 3.1264 | 8.55 | 3000 | 3.2072 | 1.0 |
57
+ | 3.1279 | 9.97 | 3500 | 3.2158 | 1.0 |
58
+ | 3.1287 | 11.4 | 4000 | 3.2190 | 1.0 |
59
+ | 3.1256 | 12.82 | 4500 | 3.2069 | 1.0 |
60
+ | 3.1254 | 14.25 | 5000 | 3.2134 | 1.0 |
61
+ | 3.1259 | 15.67 | 5500 | 3.2231 | 1.0 |
62
+ | 3.1269 | 17.09 | 6000 | 3.2005 | 1.0 |
63
+ | 3.1279 | 18.52 | 6500 | 3.1988 | 1.0 |
64
+ | 3.1246 | 19.94 | 7000 | 3.1929 | 1.0 |
65
+ | 3.128 | 21.37 | 7500 | 3.1864 | 1.0 |
66
+ | 3.1245 | 22.79 | 8000 | 3.1868 | 1.0 |
67
+ | 3.1266 | 24.22 | 8500 | 3.1852 | 1.0 |
68
+ | 3.1239 | 25.64 | 9000 | 3.1855 | 1.0 |
69
+ | 3.125 | 27.07 | 9500 | 3.1917 | 1.0 |
70
+ | 3.1233 | 28.49 | 10000 | 3.1929 | 1.0 |
71
+ | 3.1229 | 29.91 | 10500 | 3.1922 | 1.0 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.11.3
77
+ - Pytorch 1.11.0+cu113
78
+ - Datasets 1.18.3
79
+ - Tokenizers 0.10.3