patrickvonplaten commited on
Commit
6c2099b
2 Parent(s): 9a7e099 f5c5e1a

Merge branch 'main' of https://huggingface.co/patrickvonplaten/wav2vec2-large-xlsr-53-common_voice-tr-ft into main

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - tr
4
+ license: apache-2.0
5
+ tags:
6
+ - automatic-speech-recognition
7
+ - common_voice
8
+ - generated_from_trainer
9
+ datasets:
10
+ - common_voice
11
+ model-index:
12
+ - name: wav2vec2-large-xlsr-53-common_voice-tr-ft
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-large-xlsr-53-common_voice-tr-ft
20
+
21
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](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.4231
24
+ - Wer: 0.3104
25
+ - Cer: 0.0737
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 0.0005
45
+ - train_batch_size: 8
46
+ - eval_batch_size: 8
47
+ - seed: 42
48
+ - distributed_type: multi-GPU
49
+ - num_devices: 8
50
+ - total_train_batch_size: 64
51
+ - total_eval_batch_size: 64
52
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
53
+ - lr_scheduler_type: linear
54
+ - lr_scheduler_warmup_steps: 500
55
+ - num_epochs: 100.0
56
+ - mixed_precision_training: Native AMP
57
+
58
+ ### Training results
59
+
60
+ see under *Training Metrics* Tab.
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.13.0.dev0
66
+ - Pytorch 1.9.0+cu111
67
+ - Datasets 1.15.2.dev0
68
+ - Tokenizers 0.10.3