soumendrak commited on
Commit
6ee9912
·
1 Parent(s): 1f0ad27

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Wer
23
  type: wer
24
- value: 1.08812729498164
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  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.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.9082
35
- - Wer: 1.0881
36
 
37
  ## Model description
38
 
@@ -60,14 +60,17 @@ The following hyperparameters were used during training:
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: linear
62
  - lr_scheduler_warmup_steps: 500
63
- - num_epochs: 30
64
  - mixed_precision_training: Native AMP
65
 
66
  ### Training results
67
 
68
- | Training Loss | Epoch | Step | Validation Loss | Wer |
69
- |:-------------:|:-----:|:----:|:---------------:|:------:|
70
- | 5.6443 | 24.97 | 400 | 0.9082 | 1.0881 |
 
 
 
71
 
72
 
73
  ### Framework versions
 
21
  metrics:
22
  - name: Wer
23
  type: wer
24
+ value: 1.0
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
 
32
  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.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.9454
35
+ - Wer: 1.0
36
 
37
  ## Model description
38
 
 
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: linear
62
  - lr_scheduler_warmup_steps: 500
63
+ - num_epochs: 100
64
  - mixed_precision_training: Native AMP
65
 
66
  ### Training results
67
 
68
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
69
+ |:-------------:|:-----:|:----:|:---------------:|:---:|
70
+ | 6.7758 | 24.97 | 400 | 3.3457 | 1.0 |
71
+ | 1.8583 | 49.97 | 800 | 0.9008 | 1.0 |
72
+ | 0.1326 | 74.97 | 1200 | 0.9277 | 1.0 |
73
+ | 0.0597 | 99.97 | 1600 | 0.9454 | 1.0 |
74
 
75
 
76
  ### Framework versions