lllFaNToMlll commited on
Commit
3cc8e8a
·
1 Parent(s): c8401aa

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +85 -1
README.md CHANGED
@@ -1,3 +1,87 @@
1
  ---
2
- license: afl-3.0
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: wac2vec-lllfantomlll
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
+ # wac2vec-lllfantomlll
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.5560
18
+ - Wer: 0.3417
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.5768 | 1.0 | 500 | 2.0283 | 1.0238 |
52
+ | 0.9219 | 2.01 | 1000 | 0.5103 | 0.5022 |
53
+ | 0.4497 | 3.01 | 1500 | 0.4746 | 0.4669 |
54
+ | 0.3163 | 4.02 | 2000 | 0.4144 | 0.4229 |
55
+ | 0.2374 | 5.02 | 2500 | 0.4186 | 0.4161 |
56
+ | 0.2033 | 6.02 | 3000 | 0.4115 | 0.3975 |
57
+ | 0.1603 | 7.03 | 3500 | 0.4424 | 0.3817 |
58
+ | 0.1455 | 8.03 | 4000 | 0.4151 | 0.3918 |
59
+ | 0.1276 | 9.04 | 4500 | 0.4940 | 0.3798 |
60
+ | 0.108 | 10.04 | 5000 | 0.4580 | 0.3688 |
61
+ | 0.1053 | 11.04 | 5500 | 0.4243 | 0.3700 |
62
+ | 0.0929 | 12.05 | 6000 | 0.4999 | 0.3727 |
63
+ | 0.0896 | 13.05 | 6500 | 0.4991 | 0.3624 |
64
+ | 0.0748 | 14.06 | 7000 | 0.4924 | 0.3602 |
65
+ | 0.0681 | 15.06 | 7500 | 0.4908 | 0.3544 |
66
+ | 0.0619 | 16.06 | 8000 | 0.5021 | 0.3559 |
67
+ | 0.0569 | 17.07 | 8500 | 0.5448 | 0.3518 |
68
+ | 0.0549 | 18.07 | 9000 | 0.4919 | 0.3508 |
69
+ | 0.0478 | 19.08 | 9500 | 0.4704 | 0.3513 |
70
+ | 0.0437 | 20.08 | 10000 | 0.5058 | 0.3555 |
71
+ | 0.0421 | 21.08 | 10500 | 0.5127 | 0.3489 |
72
+ | 0.0362 | 22.09 | 11000 | 0.5439 | 0.3527 |
73
+ | 0.0322 | 23.09 | 11500 | 0.5418 | 0.3469 |
74
+ | 0.0327 | 24.1 | 12000 | 0.5298 | 0.3422 |
75
+ | 0.0292 | 25.1 | 12500 | 0.5511 | 0.3426 |
76
+ | 0.0246 | 26.1 | 13000 | 0.5349 | 0.3472 |
77
+ | 0.0251 | 27.11 | 13500 | 0.5646 | 0.3391 |
78
+ | 0.0214 | 28.11 | 14000 | 0.5821 | 0.3424 |
79
+ | 0.0217 | 29.12 | 14500 | 0.5560 | 0.3417 |
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