jayashreedevi2020 commited on
Commit
6484e8c
1 Parent(s): 180751c

End of training

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Wer
24
  type: wer
25
- value: 0.6801968019680197
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
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.9148
36
- - Wer: 0.6802
37
 
38
  ## Model description
39
 
@@ -61,15 +61,16 @@ The following hyperparameters were used during training:
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: 20
65
  - mixed_precision_training: Native AMP
66
 
67
  ### Training results
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Wer |
70
  |:-------------:|:-------:|:----:|:---------------:|:------:|
71
- | 6.2017 | 9.8765 | 400 | 1.5721 | 0.9147 |
72
- | 0.514 | 19.7531 | 800 | 0.9148 | 0.6802 |
 
73
 
74
 
75
  ### Framework versions
 
22
  metrics:
23
  - name: Wer
24
  type: wer
25
+ value: 0.6469864698646987
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
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.9825
36
+ - Wer: 0.6470
37
 
38
  ## Model description
39
 
 
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: 30
65
  - mixed_precision_training: Native AMP
66
 
67
  ### Training results
68
 
69
  | Training Loss | Epoch | Step | Validation Loss | Wer |
70
  |:-------------:|:-------:|:----:|:---------------:|:------:|
71
+ | 6.2484 | 9.8765 | 400 | 1.4669 | 0.9065 |
72
+ | 0.515 | 19.7531 | 800 | 0.9403 | 0.6835 |
73
+ | 0.1359 | 29.6296 | 1200 | 0.9825 | 0.6470 |
74
 
75
 
76
  ### Framework versions