patrickvonplaten commited on
Commit
2cda102
1 Parent(s): ef59c76

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +82 -0
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - tr
4
+ license: apache-2.0
5
+ tags:
6
+ - speech-recognition
7
+ - common_voice
8
+ - generated_from_trainer
9
+ datasets:
10
+ - common_voice
11
+ model-index:
12
+ - name: wav2vec2-common_voice-tr-demo
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # wav2vec2-common_voice-tr-demo
20
+
21
+ This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the COMMON_VOICE - TR dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.3856
24
+ - Wer: 0.3556
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 0.0003
44
+ - train_batch_size: 16
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - gradient_accumulation_steps: 2
48
+ - total_train_batch_size: 32
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - lr_scheduler_warmup_steps: 500
52
+ - num_epochs: 15.0
53
+ - mixed_precision_training: Native AMP
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
58
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
59
+ | 3.7391 | 0.92 | 100 | 3.5760 | 1.0 |
60
+ | 2.927 | 1.83 | 200 | 3.0796 | 0.9999 |
61
+ | 0.9009 | 2.75 | 300 | 0.9278 | 0.8226 |
62
+ | 0.6529 | 3.67 | 400 | 0.5926 | 0.6367 |
63
+ | 0.3623 | 4.59 | 500 | 0.5372 | 0.5692 |
64
+ | 0.2888 | 5.5 | 600 | 0.4407 | 0.4838 |
65
+ | 0.285 | 6.42 | 700 | 0.4341 | 0.4694 |
66
+ | 0.0842 | 7.34 | 800 | 0.4153 | 0.4302 |
67
+ | 0.1415 | 8.26 | 900 | 0.4317 | 0.4136 |
68
+ | 0.1552 | 9.17 | 1000 | 0.4145 | 0.4013 |
69
+ | 0.1184 | 10.09 | 1100 | 0.4115 | 0.3844 |
70
+ | 0.0556 | 11.01 | 1200 | 0.4182 | 0.3862 |
71
+ | 0.0851 | 11.93 | 1300 | 0.3985 | 0.3688 |
72
+ | 0.0961 | 12.84 | 1400 | 0.4030 | 0.3665 |
73
+ | 0.0596 | 13.76 | 1500 | 0.3880 | 0.3631 |
74
+ | 0.0917 | 14.68 | 1600 | 0.3878 | 0.3582 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.11.0.dev0
80
+ - Pytorch 1.9.0+cu111
81
+ - Datasets 1.12.1
82
+ - Tokenizers 0.10.3