Amadkour commited on
Commit
cb4918b
·
verified ·
1 Parent(s): 6b61fb1

Model save

Browse files
Files changed (1) hide show
  1. README.md +80 -57
README.md CHANGED
@@ -1,57 +1,80 @@
1
- ---
2
- license: apache-2.0
3
- tags:
4
- - generated_from_trainer
5
- base_model: facebook/wav2vec2-xls-r-300m
6
- datasets:
7
- - common_voice_11_0
8
- model-index:
9
- - name: wav2vec2-large-xls-r-300m-tr-softkour
10
- results: []
11
- ---
12
-
13
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
- should probably proofread and complete it, then remove this comment. -->
15
-
16
- # wav2vec2-large-xls-r-300m-tr-softkour
17
-
18
- This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the common_voice_11_0 dataset.
19
-
20
- ## Model description
21
-
22
- More information needed
23
-
24
- ## Intended uses & limitations
25
-
26
- More information needed
27
-
28
- ## Training and evaluation data
29
-
30
- More information needed
31
-
32
- ## Training procedure
33
-
34
- ### Training hyperparameters
35
-
36
- The following hyperparameters were used during training:
37
- - learning_rate: 0.0003
38
- - train_batch_size: 16
39
- - eval_batch_size: 8
40
- - seed: 42
41
- - gradient_accumulation_steps: 2
42
- - total_train_batch_size: 32
43
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
- - lr_scheduler_type: linear
45
- - lr_scheduler_warmup_steps: 500
46
- - num_epochs: 20
47
-
48
- ### Training results
49
-
50
-
51
-
52
- ### Framework versions
53
-
54
- - Transformers 4.39.1
55
- - Pytorch 2.2.2+cpu
56
- - Datasets 2.18.0
57
- - Tokenizers 0.15.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: facebook/wav2vec2-xls-r-300m
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - common_voice_11_0
8
+ metrics:
9
+ - wer
10
+ model-index:
11
+ - name: wav2vec2-large-xls-r-300m-tr-softkour
12
+ results:
13
+ - task:
14
+ name: Automatic Speech Recognition
15
+ type: automatic-speech-recognition
16
+ dataset:
17
+ name: common_voice_11_0
18
+ type: common_voice_11_0
19
+ config: ar
20
+ split: test
21
+ args: ar
22
+ metrics:
23
+ - name: Wer
24
+ type: wer
25
+ value: 0.6080256761575855
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # wav2vec2-large-xls-r-300m-tr-softkour
32
+
33
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the common_voice_11_0 dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.6249
36
+ - Wer: 0.6080
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: 0.0003
56
+ - train_batch_size: 16
57
+ - eval_batch_size: 8
58
+ - seed: 42
59
+ - gradient_accumulation_steps: 2
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: 500
64
+ - num_epochs: 1
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
69
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
70
+ | 6.582 | 0.33 | 400 | 3.3382 | 0.9991 |
71
+ | 2.0467 | 0.67 | 800 | 0.8908 | 0.7406 |
72
+ | 0.8479 | 1.0 | 1200 | 0.6249 | 0.6080 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.39.3
78
+ - Pytorch 2.2.2+cpu
79
+ - Datasets 2.18.0
80
+ - Tokenizers 0.15.2