ihanif commited on
Commit
4c6aa59
1 Parent(s): bbb672b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +85 -0
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - fleurs
7
+ metrics:
8
+ - wer
9
+ model-index:
10
+ - name: facebook/wav2vec2-xls-r-300m
11
+ results:
12
+ - task:
13
+ name: Automatic Speech Recognition
14
+ type: automatic-speech-recognition
15
+ dataset:
16
+ name: fleurs
17
+ type: fleurs
18
+ config: ps_af
19
+ split: test
20
+ args: ps_af
21
+ metrics:
22
+ - name: Wer
23
+ type: wer
24
+ value: 0.5133015006821282
25
+ ---
26
+
27
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
+ should probably proofread and complete it, then remove this comment. -->
29
+
30
+ # facebook/wav2vec2-xls-r-300m
31
+
32
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the fleurs dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 0.9063
35
+ - Wer: 0.5133
36
+ - Cer: 0.1954
37
+
38
+ ## Model description
39
+
40
+ More information needed
41
+
42
+ ## Intended uses & limitations
43
+
44
+ More information needed
45
+
46
+ ## Training and evaluation data
47
+
48
+ More information needed
49
+
50
+ ## Training procedure
51
+
52
+ ### Training hyperparameters
53
+
54
+ The following hyperparameters were used during training:
55
+ - learning_rate: 7.5e-05
56
+ - train_batch_size: 8
57
+ - eval_batch_size: 8
58
+ - seed: 42
59
+ - gradient_accumulation_steps: 4
60
+ - total_train_batch_size: 32
61
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
+ - lr_scheduler_type: linear
63
+ - lr_scheduler_warmup_steps: 2000
64
+ - num_epochs: 50.0
65
+ - mixed_precision_training: Native AMP
66
+
67
+ ### Training results
68
+
69
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
70
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
71
+ | 5.0767 | 6.33 | 500 | 4.8783 | 1.0 | 1.0 |
72
+ | 3.1156 | 12.66 | 1000 | 3.0990 | 1.0 | 1.0 |
73
+ | 1.3506 | 18.99 | 1500 | 1.1056 | 0.7031 | 0.2889 |
74
+ | 0.9997 | 25.32 | 2000 | 0.9191 | 0.5944 | 0.2301 |
75
+ | 0.7838 | 31.65 | 2500 | 0.8952 | 0.5556 | 0.2152 |
76
+ | 0.6665 | 37.97 | 3000 | 0.8908 | 0.5252 | 0.2017 |
77
+ | 0.6265 | 44.3 | 3500 | 0.9063 | 0.5133 | 0.1954 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.26.0.dev0
83
+ - Pytorch 1.13.0+cu117
84
+ - Datasets 2.7.1.dev0
85
+ - Tokenizers 0.13.2