jhonparra18 commited on
Commit
c310b7d
1 Parent(s): 7bda596

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -1
README.md CHANGED
@@ -1 +1,60 @@
1
- Custom ASR trained on common_voice dataset for spanish language
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - common_voice
6
+ model-index:
7
+ - name: wav2vec2-large-xls-r-300m-spanish-custom
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # wav2vec2-large-xls-r-300m-spanish-custom
15
+
16
+ This model was trained from scratch on the common_voice dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - eval_loss: 0.2245
19
+ - eval_wer: 0.2082
20
+ - eval_runtime: 801.6784
21
+ - eval_samples_per_second: 18.822
22
+ - eval_steps_per_second: 2.354
23
+ - epoch: 0.76
24
+ - step: 8400
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.0002
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - gradient_accumulation_steps: 2
48
+ - total_train_batch_size: 16
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - lr_scheduler_warmup_steps: 200
52
+ - num_epochs: 10
53
+ - mixed_precision_training: Native AMP
54
+
55
+ ### Framework versions
56
+
57
+ - Transformers 4.16.0.dev0
58
+ - Pytorch 1.10.1+cu102
59
+ - Datasets 1.17.1.dev0
60
+ - Tokenizers 0.11.0