jayashreedevi2020 commited on
Commit
d013f1f
1 Parent(s): edbe6e2

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: 0.8827388273882739
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: 1.3271
36
- - Wer: 0.8827
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
- | 6.8337 | 9.8765 | 400 | 3.4890 | 1.0 |
72
- | 3.2878 | 19.7531 | 800 | 3.2821 | 1.0 |
73
- | 2.4073 | 29.6296 | 1200 | 1.3271 | 0.8827 |
74
 
75
 
76
  ### Framework versions
 
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
 
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: inf
36
+ - Wer: 1.0
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
+ | 3.6321 | 9.8765 | 400 | inf | 1.0 |
72
+ | 2.5869 | 19.7531 | 800 | inf | 1.0 |
 
73
 
74
 
75
  ### Framework versions