anton-l HF staff commited on
Commit
1846853
1 Parent(s): 4434cbb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: xtreme_s_xlsr_300m_fleurs_asr_en_us_nomask
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
+ # xtreme_s_xlsr_300m_fleurs_asr_en_us_nomask
14
+
15
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.5961
18
+ - Wer: 0.3460
19
+ - Cer: 0.1469
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.0003
39
+ - train_batch_size: 8
40
+ - eval_batch_size: 1
41
+ - seed: 42
42
+ - distributed_type: multi-GPU
43
+ - num_devices: 8
44
+ - total_train_batch_size: 64
45
+ - total_eval_batch_size: 8
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_steps: 200
49
+ - num_epochs: 30.0
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
55
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
56
+ | 2.8769 | 5.0 | 200 | 2.8871 | 1.0 | 0.9878 |
57
+ | 0.2458 | 10.0 | 400 | 0.5570 | 0.4899 | 0.1951 |
58
+ | 0.0762 | 15.0 | 600 | 0.5213 | 0.3727 | 0.1562 |
59
+ | 0.0334 | 20.0 | 800 | 0.5742 | 0.3666 | 0.1543 |
60
+ | 0.0244 | 25.0 | 1000 | 0.5907 | 0.3546 | 0.1499 |
61
+ | 0.0143 | 30.0 | 1200 | 0.5961 | 0.3460 | 0.1469 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.18.0.dev0
67
+ - Pytorch 1.10.1+cu111
68
+ - Datasets 1.18.4.dev0
69
+ - Tokenizers 0.11.6