ihanif commited on
Commit
eb6dff4
1 Parent(s): c20a552

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-1b
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.9322987721691678
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-1b
31
+
32
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on the fleurs dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 4.9040
35
+ - Wer: 0.9323
36
+ - Cer: 0.9546
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: 1000
64
+ - training_steps: 500
65
+ - mixed_precision_training: Native AMP
66
+
67
+ ### Training results
68
+
69
+ | Training Loss | Epoch | Step | Cer | Validation Loss | Wer |
70
+ |:-------------:|:-----:|:----:|:------:|:---------------:|:------:|
71
+ | 19.9558 | 1.27 | 100 | 3.2660 | 20.9197 | 1.0 |
72
+ | 19.7186 | 2.53 | 200 | 1.1692 | 19.2447 | 1.0 |
73
+ | 15.203 | 3.8 | 300 | 15.0053| 0.9998 | 0.9687 |
74
+ | 6.4303 | 5.06 | 400 | 6.5437 | 0.9632 | 0.9911 |
75
+ | 4.5712 | 6.33 | 500 | 4.9040 | 0.9323 | 0.9546 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.26.0.dev0
81
+ - Pytorch 1.13.1+cu117
82
+ - Datasets 2.7.1.dev0
83
+ - Tokenizers 0.13.2