mnazari commited on
Commit
a9caf17
1 Parent(s): 81d1b15

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
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,8 +32,9 @@ 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.6890
36
- - Wer: 0.6934
 
37
 
38
  ## Model description
39
 
@@ -65,13 +66,13 @@ The following hyperparameters were used during training:
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
 
22
  metrics:
23
  - name: Wer
24
  type: wer
25
+ value: 0.6898954703832753
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.7496
36
+ - Wer: 0.6899
37
+ - Cer: 0.1611
38
 
39
  ## Model description
40
 
 
66
 
67
  ### Training results
68
 
69
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
70
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
71
+ | 6.2963 | 5.71 | 100 | 3.1890 | 1.0 | 0.9948 |
72
+ | 3.044 | 11.43 | 200 | 2.8236 | 1.0 | 0.9855 |
73
+ | 1.3443 | 17.14 | 300 | 0.8382 | 0.7962 | 0.2023 |
74
+ | 0.3201 | 22.86 | 400 | 0.8201 | 0.7369 | 0.1844 |
75
+ | 0.1987 | 28.57 | 500 | 0.7496 | 0.6899 | 0.1611 |
76
 
77
 
78
  ### Framework versions