zakria commited on
Commit
6243cd8
·
1 Parent(s): 2e15ccd

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: NLP_Project
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
+ # NLP_Project
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.5308
18
+ - Wer: 0.3428
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.5939 | 1.0 | 500 | 2.1356 | 1.0014 |
52
+ | 0.9126 | 2.01 | 1000 | 0.5469 | 0.5354 |
53
+ | 0.4491 | 3.01 | 1500 | 0.4636 | 0.4503 |
54
+ | 0.3008 | 4.02 | 2000 | 0.4269 | 0.4330 |
55
+ | 0.2229 | 5.02 | 2500 | 0.4164 | 0.4073 |
56
+ | 0.188 | 6.02 | 3000 | 0.4717 | 0.4107 |
57
+ | 0.1739 | 7.03 | 3500 | 0.4306 | 0.4031 |
58
+ | 0.159 | 8.03 | 4000 | 0.4394 | 0.3993 |
59
+ | 0.1342 | 9.04 | 4500 | 0.4462 | 0.3904 |
60
+ | 0.1093 | 10.04 | 5000 | 0.4387 | 0.3759 |
61
+ | 0.1005 | 11.04 | 5500 | 0.5033 | 0.3847 |
62
+ | 0.0857 | 12.05 | 6000 | 0.4805 | 0.3876 |
63
+ | 0.0779 | 13.05 | 6500 | 0.5269 | 0.3810 |
64
+ | 0.072 | 14.06 | 7000 | 0.5109 | 0.3710 |
65
+ | 0.0641 | 15.06 | 7500 | 0.4865 | 0.3638 |
66
+ | 0.0584 | 16.06 | 8000 | 0.5041 | 0.3646 |
67
+ | 0.0552 | 17.07 | 8500 | 0.4987 | 0.3537 |
68
+ | 0.0535 | 18.07 | 9000 | 0.4947 | 0.3586 |
69
+ | 0.0475 | 19.08 | 9500 | 0.5237 | 0.3647 |
70
+ | 0.042 | 20.08 | 10000 | 0.5338 | 0.3561 |
71
+ | 0.0416 | 21.08 | 10500 | 0.5068 | 0.3483 |
72
+ | 0.0358 | 22.09 | 11000 | 0.5126 | 0.3532 |
73
+ | 0.0334 | 23.09 | 11500 | 0.5213 | 0.3536 |
74
+ | 0.0331 | 24.1 | 12000 | 0.5378 | 0.3496 |
75
+ | 0.03 | 25.1 | 12500 | 0.5167 | 0.3470 |
76
+ | 0.0254 | 26.1 | 13000 | 0.5245 | 0.3418 |
77
+ | 0.0233 | 27.11 | 13500 | 0.5393 | 0.3456 |
78
+ | 0.0232 | 28.11 | 14000 | 0.5279 | 0.3425 |
79
+ | 0.022 | 29.12 | 14500 | 0.5308 | 0.3428 |
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