jayashreedevi2020 commited on
Commit
5ef90eb
1 Parent(s): 158f0f2

End of training

Browse files
Files changed (1) hide show
  1. README.md +8 -9
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Wer
24
  type: wer
25
- value: 1.0
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: nan
36
- - Wer: 1.0
37
 
38
  ## Model description
39
 
@@ -61,16 +61,15 @@ 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: 30
65
  - mixed_precision_training: Native AMP
66
 
67
  ### Training results
68
 
69
- | Training Loss | Epoch | Step | Validation Loss | Wer |
70
- |:-------------:|:-------:|:----:|:---------------:|:---:|
71
- | 0.1196 | 9.8765 | 400 | inf | 1.0 |
72
- | 0.9112 | 19.7531 | 800 | inf | 1.0 |
73
- | 5.074 | 29.6296 | 1200 | nan | 1.0 |
74
 
75
 
76
  ### Framework versions
 
22
  metrics:
23
  - name: Wer
24
  type: wer
25
+ value: 0.5796
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.7335
36
+ - Wer: 0.5796
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: 20
65
  - mixed_precision_training: Native AMP
66
 
67
  ### Training results
68
 
69
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
70
+ |:-------------:|:-------:|:----:|:---------------:|:------:|
71
+ | 4.7433 | 9.8765 | 400 | 0.9355 | 0.7508 |
72
+ | 0.2856 | 19.7531 | 800 | 0.7335 | 0.5796 |
 
73
 
74
 
75
  ### Framework versions