mnazari commited on
Commit
dcda166
1 Parent(s): 990892b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Wer
24
  type: wer
25
- value: 0.7439024390243902
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 dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.7351
36
- - Wer: 0.7439
37
 
38
  ## Model description
39
 
@@ -60,14 +60,18 @@ The following hyperparameters were used during training:
60
  - total_train_batch_size: 32
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
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Wer |
69
  |:-------------:|:-----:|:----:|:---------------:|:------:|
70
- | 3.5285 | 22.86 | 400 | 0.7351 | 0.7439 |
 
 
 
 
71
 
72
 
73
  ### Framework versions
 
22
  metrics:
23
  - name: Wer
24
  type: wer
25
+ value: 0.6933797909407665
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 dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.6890
36
+ - Wer: 0.6934
37
 
38
  ## Model description
39
 
 
60
  - total_train_batch_size: 32
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
+ - lr_scheduler_warmup_steps: 200
64
  - num_epochs: 30
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Wer |
69
  |:-------------:|:-----:|:----:|:---------------:|:------:|
70
+ | 6.5704 | 5.71 | 100 | 3.2378 | 1.0 |
71
+ | 3.0747 | 11.43 | 200 | 2.9447 | 1.0 |
72
+ | 1.4169 | 17.14 | 300 | 0.8814 | 0.8728 |
73
+ | 0.3139 | 22.86 | 400 | 0.7375 | 0.7021 |
74
+ | 0.1823 | 28.57 | 500 | 0.6890 | 0.6934 |
75
 
76
 
77
  ### Framework versions