jiobiala24 commited on
Commit
c69327d
·
1 Parent(s): f9ac293

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - common_voice
7
+ model-index:
8
+ - name: wav2vec2-base-2
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
+ # wav2vec2-base-2
16
+
17
+ This model is a fine-tuned version of [jiobiala24/wav2vec2-base-1](https://huggingface.co/jiobiala24/wav2vec2-base-1) on the common_voice dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.9415
20
+ - Wer: 0.3076
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: 32
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: 30
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
52
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|
53
+ | 0.4206 | 1.96 | 1000 | 0.6022 | 0.3435 |
54
+ | 0.3278 | 3.93 | 2000 | 0.6191 | 0.3344 |
55
+ | 0.2604 | 5.89 | 3000 | 0.6170 | 0.3288 |
56
+ | 0.2135 | 7.86 | 4000 | 0.6590 | 0.3239 |
57
+ | 0.1805 | 9.82 | 5000 | 0.7359 | 0.3289 |
58
+ | 0.1582 | 11.79 | 6000 | 0.7450 | 0.3276 |
59
+ | 0.1399 | 13.75 | 7000 | 0.7914 | 0.3218 |
60
+ | 0.1252 | 15.72 | 8000 | 0.8254 | 0.3185 |
61
+ | 0.1095 | 17.68 | 9000 | 0.8524 | 0.3184 |
62
+ | 0.1 | 19.65 | 10000 | 0.8340 | 0.3165 |
63
+ | 0.0905 | 21.61 | 11000 | 0.8846 | 0.3161 |
64
+ | 0.0819 | 23.58 | 12000 | 0.8994 | 0.3142 |
65
+ | 0.0763 | 25.54 | 13000 | 0.9018 | 0.3134 |
66
+ | 0.0726 | 27.5 | 14000 | 0.9552 | 0.3081 |
67
+ | 0.0668 | 29.47 | 15000 | 0.9415 | 0.3076 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.11.3
73
+ - Pytorch 1.10.0+cu111
74
+ - Datasets 1.13.3
75
+ - Tokenizers 0.10.3