chmanoj commited on
Commit
3a09d03
1 Parent(s): d03e6f1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on the OPENSLR_SLR66 - NA dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.5929
21
- - Wer: 0.7180
22
 
23
  ## Model description
24
 
@@ -37,7 +37,7 @@ More information needed
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
- - learning_rate: 1e-05
41
  - train_batch_size: 16
42
  - eval_batch_size: 4
43
  - seed: 42
@@ -53,16 +53,16 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Wer |
55
  |:-------------:|:-----:|:----:|:---------------:|:------:|
56
- | 1.5794 | 9.61 | 500 | 0.9860 | 0.9582 |
57
- | 1.0985 | 19.23 | 1000 | 0.5948 | 0.7534 |
58
- | 0.9551 | 28.84 | 1500 | 0.5892 | 0.7392 |
59
- | 0.8699 | 38.46 | 2000 | 0.5927 | 0.72 |
60
- | 0.8372 | 48.08 | 2500 | 0.5939 | 0.7385 |
61
- | 0.7794 | 57.69 | 3000 | 0.5801 | 0.7388 |
62
- | 0.7565 | 67.31 | 3500 | 0.5827 | 0.7184 |
63
- | 0.7303 | 76.92 | 4000 | 0.5800 | 0.7297 |
64
- | 0.7128 | 86.54 | 4500 | 0.5977 | 0.7150 |
65
- | 0.6972 | 96.15 | 5000 | 0.5901 | 0.7177 |
66
 
67
 
68
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on the OPENSLR_SLR66 - NA dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 3.3845
21
+ - Wer: 0.9869
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - learning_rate: 5e-07
41
  - train_batch_size: 16
42
  - eval_batch_size: 4
43
  - seed: 42
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Wer |
55
  |:-------------:|:-----:|:----:|:---------------:|:------:|
56
+ | 3.5131 | 9.61 | 500 | 3.5294 | 1.0 |
57
+ | 2.8596 | 19.23 | 1000 | 3.5708 | 1.0 |
58
+ | 1.9055 | 28.84 | 1500 | 3.6433 | 1.0007 |
59
+ | 1.4239 | 38.46 | 2000 | 3.6569 | 0.9995 |
60
+ | 1.2168 | 48.08 | 2500 | 3.6079 | 0.9957 |
61
+ | 1.1063 | 57.69 | 3000 | 3.5738 | 0.9925 |
62
+ | 1.0404 | 67.31 | 3500 | 3.4857 | 0.9889 |
63
+ | 1.001 | 76.92 | 4000 | 3.4882 | 0.9858 |
64
+ | 0.982 | 86.54 | 4500 | 3.3851 | 0.9871 |
65
+ | 0.9612 | 96.15 | 5000 | 3.3869 | 0.9873 |
66
 
67
 
68
  ### Framework versions