atgarcia commited on
Commit
7f1969c
1 Parent(s): 37d06ea

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.5255
18
+ - Wer: 0.3330
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.5942 | 1.0 | 500 | 2.3849 | 1.0011 |
52
+ | 0.9765 | 2.01 | 1000 | 0.5907 | 0.5202 |
53
+ | 0.4424 | 3.01 | 1500 | 0.4547 | 0.4661 |
54
+ | 0.3008 | 4.02 | 2000 | 0.4194 | 0.4228 |
55
+ | 0.2316 | 5.02 | 2500 | 0.3933 | 0.4099 |
56
+ | 0.1921 | 6.02 | 3000 | 0.4532 | 0.3965 |
57
+ | 0.1561 | 7.03 | 3500 | 0.4315 | 0.3777 |
58
+ | 0.1378 | 8.03 | 4000 | 0.4463 | 0.3847 |
59
+ | 0.1222 | 9.04 | 4500 | 0.4402 | 0.3784 |
60
+ | 0.1076 | 10.04 | 5000 | 0.4253 | 0.3735 |
61
+ | 0.0924 | 11.04 | 5500 | 0.4844 | 0.3732 |
62
+ | 0.0866 | 12.05 | 6000 | 0.4758 | 0.3646 |
63
+ | 0.086 | 13.05 | 6500 | 0.6395 | 0.4594 |
64
+ | 0.0763 | 14.06 | 7000 | 0.4951 | 0.3647 |
65
+ | 0.0684 | 15.06 | 7500 | 0.4870 | 0.3577 |
66
+ | 0.0616 | 16.06 | 8000 | 0.5442 | 0.3591 |
67
+ | 0.0594 | 17.07 | 8500 | 0.5305 | 0.3606 |
68
+ | 0.0613 | 18.07 | 9000 | 0.5434 | 0.3546 |
69
+ | 0.0473 | 19.08 | 9500 | 0.4818 | 0.3532 |
70
+ | 0.0463 | 20.08 | 10000 | 0.5086 | 0.3514 |
71
+ | 0.042 | 21.08 | 10500 | 0.5017 | 0.3484 |
72
+ | 0.0365 | 22.09 | 11000 | 0.5129 | 0.3536 |
73
+ | 0.0336 | 23.09 | 11500 | 0.5411 | 0.3433 |
74
+ | 0.0325 | 24.1 | 12000 | 0.5307 | 0.3424 |
75
+ | 0.0282 | 25.1 | 12500 | 0.5261 | 0.3404 |
76
+ | 0.0245 | 26.1 | 13000 | 0.5306 | 0.3388 |
77
+ | 0.0257 | 27.11 | 13500 | 0.5242 | 0.3369 |
78
+ | 0.0234 | 28.11 | 14000 | 0.5216 | 0.3359 |
79
+ | 0.0221 | 29.12 | 14500 | 0.5255 | 0.3330 |
80
+
81
+
82
+ ### Framework versions
83
+
84
+ - Transformers 4.17.0
85
+ - Pytorch 1.11.0+cu113
86
+ - Datasets 1.18.3
87
+ - Tokenizers 0.12.1