hassnain commited on
Commit
c894eb2
1 Parent(s): c1a06e8

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-colab1
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-colab1
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.1904
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.0877 | 1.42 | 500 | 3.2909 | 1.0 |
52
+ | 3.1333 | 2.85 | 1000 | 3.2624 | 1.0 |
53
+ | 3.1335 | 4.27 | 1500 | 3.2121 | 1.0 |
54
+ | 3.1294 | 5.7 | 2000 | 3.2047 | 1.0 |
55
+ | 3.1307 | 7.12 | 2500 | 3.2020 | 1.0 |
56
+ | 3.1279 | 8.55 | 3000 | 3.1978 | 1.0 |
57
+ | 3.1296 | 9.97 | 3500 | 3.2015 | 1.0 |
58
+ | 3.1273 | 11.4 | 4000 | 3.1983 | 1.0 |
59
+ | 3.1273 | 12.82 | 4500 | 3.2258 | 1.0 |
60
+ | 3.1274 | 14.25 | 5000 | 3.2151 | 1.0 |
61
+ | 3.1256 | 15.67 | 5500 | 3.2105 | 1.0 |
62
+ | 3.1302 | 17.09 | 6000 | 3.2018 | 1.0 |
63
+ | 3.1285 | 18.52 | 6500 | 3.2006 | 1.0 |
64
+ | 3.1251 | 19.94 | 7000 | 3.1858 | 1.0 |
65
+ | 3.1283 | 21.37 | 7500 | 3.1829 | 1.0 |
66
+ | 3.1267 | 22.79 | 8000 | 3.1773 | 1.0 |
67
+ | 3.1283 | 24.22 | 8500 | 3.1857 | 1.0 |
68
+ | 3.1253 | 25.64 | 9000 | 3.1847 | 1.0 |
69
+ | 3.1251 | 27.07 | 9500 | 3.1832 | 1.0 |
70
+ | 3.1245 | 28.49 | 10000 | 3.1869 | 1.0 |
71
+ | 3.1225 | 29.91 | 10500 | 3.1904 | 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