Moovendan commited on
Commit
252781d
1 Parent(s): 9b5fc35

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +87 -0
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: wav2vec2-base-timit-demo-google-colab
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-google-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.5430
18
+ - Wer: 0.3434
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
+ | 3.5342 | 1.0 | 500 | 1.7432 | 1.0005 |
52
+ | 0.852 | 2.01 | 1000 | 0.6003 | 0.5692 |
53
+ | 0.4306 | 3.01 | 1500 | 0.4681 | 0.4750 |
54
+ | 0.2972 | 4.02 | 2000 | 0.4397 | 0.4192 |
55
+ | 0.2262 | 5.02 | 2500 | 0.4120 | 0.3985 |
56
+ | 0.1902 | 6.02 | 3000 | 0.4680 | 0.3988 |
57
+ | 0.1664 | 7.03 | 3500 | 0.4740 | 0.4022 |
58
+ | 0.1398 | 8.03 | 4000 | 0.4200 | 0.3788 |
59
+ | 0.1237 | 9.04 | 4500 | 0.4645 | 0.3827 |
60
+ | 0.1087 | 10.04 | 5000 | 0.4520 | 0.3805 |
61
+ | 0.0961 | 11.04 | 5500 | 0.4862 | 0.3712 |
62
+ | 0.0844 | 12.05 | 6000 | 0.4768 | 0.3695 |
63
+ | 0.0808 | 13.05 | 6500 | 0.5238 | 0.3720 |
64
+ | 0.0708 | 14.06 | 7000 | 0.5249 | 0.3736 |
65
+ | 0.0649 | 15.06 | 7500 | 0.5245 | 0.3745 |
66
+ | 0.0639 | 16.06 | 8000 | 0.5152 | 0.3648 |
67
+ | 0.0553 | 17.07 | 8500 | 0.5048 | 0.3682 |
68
+ | 0.0556 | 18.07 | 9000 | 0.5316 | 0.3634 |
69
+ | 0.0469 | 19.08 | 9500 | 0.5179 | 0.3668 |
70
+ | 0.0432 | 20.08 | 10000 | 0.5441 | 0.3679 |
71
+ | 0.0402 | 21.08 | 10500 | 0.5362 | 0.3498 |
72
+ | 0.0344 | 22.09 | 11000 | 0.5497 | 0.3537 |
73
+ | 0.0321 | 23.09 | 11500 | 0.5426 | 0.3499 |
74
+ | 0.0311 | 24.1 | 12000 | 0.5637 | 0.3508 |
75
+ | 0.0279 | 25.1 | 12500 | 0.5346 | 0.3491 |
76
+ | 0.025 | 26.1 | 13000 | 0.5310 | 0.3426 |
77
+ | 0.0237 | 27.11 | 13500 | 0.5419 | 0.3444 |
78
+ | 0.0221 | 28.11 | 14000 | 0.5457 | 0.3437 |
79
+ | 0.0214 | 29.12 | 14500 | 0.5430 | 0.3434 |
80
+
81
+
82
+ ### Framework versions
83
+
84
+ - Transformers 4.17.0
85
+ - Pytorch 1.12.1+cu113
86
+ - Datasets 1.18.3
87
+ - Tokenizers 0.12.1