AigizK commited on
Commit
f9fa549
1 Parent(s): 7739934

update readme

Browse files
Files changed (1) hide show
  1. README.md +26 -5
README.md CHANGED
@@ -1,12 +1,28 @@
1
  ---
 
 
2
  license: apache-2.0
3
  tags:
 
 
4
  - generated_from_trainer
 
5
  datasets:
6
  - common_voice
7
  model-index:
8
  - name: wav2vec2-large-xls-r-300m-bashkir-cv7_opt
9
- results: []
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -14,7 +30,12 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # wav2vec2-large-xls-r-300m-bashkir-cv7_opt
16
 
17
- 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 dataset.
 
 
 
 
 
18
 
19
  ## Model description
20
 
@@ -42,12 +63,12 @@ The following hyperparameters were used during training:
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
  - lr_scheduler_warmup_steps: 300
45
- - num_epochs: 100
46
  - mixed_precision_training: Native AMP
47
 
48
  ### Framework versions
49
 
50
- - Transformers 4.11.3
51
  - Pytorch 1.10.0+cu113
52
- - Datasets 1.16.2.dev0
53
  - Tokenizers 0.10.3
 
1
  ---
2
+ language:
3
+ - ba
4
  license: apache-2.0
5
  tags:
6
+ - automatic-speech-recognition
7
+ - mozilla-foundation/common_voice_7_0
8
  - generated_from_trainer
9
+ - robust-speech-event
10
  datasets:
11
  - common_voice
12
  model-index:
13
  - name: wav2vec2-large-xls-r-300m-bashkir-cv7_opt
14
+ results:
15
+ - task:
16
+ name: Automatic Speech Recognition
17
+ type: automatic-speech-recognition
18
+ dataset:
19
+ name: Common Voice 7
20
+ type: mozilla-foundation/common_voice_7_0
21
+ args: ba
22
+ metrics:
23
+ - name: Test WER
24
+ type: wer
25
+ value: 9.46
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
 
31
  # wav2vec2-large-xls-r-300m-bashkir-cv7_opt
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 MOZILLA-FOUNDATION/COMMON_VOICE_7_0 - BA dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Training Loss: 0.313700
36
+ - Validation Loss: 0.120663
37
+ - Wer: 0.094649
38
+
39
 
40
  ## Model description
41
 
 
63
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
64
  - lr_scheduler_type: linear
65
  - lr_scheduler_warmup_steps: 300
66
+ - num_epochs: 50
67
  - mixed_precision_training: Native AMP
68
 
69
  ### Framework versions
70
 
71
+ - Transformers 4.16.1
72
  - Pytorch 1.10.0+cu113
73
+ - Datasets 1.18.2
74
  - Tokenizers 0.10.3