oyqiz commited on
Commit
3951734
1 Parent(s): 31f0b51

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - common_voice_10_0
7
+ model-index:
8
+ - name: uzbek_stt
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # uzbek_stt
16
+
17
+ This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the common_voice_10_0 dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.5984
20
+ - Wer: 0.4632
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 0.0003
40
+ - train_batch_size: 4
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - distributed_type: multi-GPU
44
+ - num_devices: 2
45
+ - total_train_batch_size: 8
46
+ - total_eval_batch_size: 16
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_steps: 500
50
+ - num_epochs: 15.0
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
56
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|
57
+ | 0.4736 | 3.4 | 10000 | 0.6247 | 0.6362 |
58
+ | 0.3392 | 6.8 | 20000 | 0.7254 | 0.5605 |
59
+ | 0.2085 | 10.19 | 30000 | 0.5465 | 0.5097 |
60
+ | 0.1387 | 13.59 | 40000 | 0.5984 | 0.4632 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.22.0.dev0
66
+ - Pytorch 1.10.0+cu113
67
+ - Datasets 2.4.0
68
+ - Tokenizers 0.12.1