sanchit-gandhi HF staff commited on
Commit
26d595d
1 Parent(s): ede65ae

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -15,8 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model was trained from scratch on the librispeech_asr dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 3.2318
19
- - Wer: 1.5487
20
 
21
  ## Model description
22
 
@@ -35,7 +35,7 @@ More information needed
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
- - learning_rate: 0.0003
39
  - train_batch_size: 8
40
  - eval_batch_size: 8
41
  - seed: 42
@@ -51,16 +51,16 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Wer |
53
  |:-------------:|:-----:|:----:|:---------------:|:------:|
54
- | 4.799 | 0.28 | 500 | 5.4513 | 1.9664 |
55
- | 4.808 | 0.56 | 1000 | 5.3161 | 1.9637 |
56
- | 4.8826 | 0.84 | 1500 | 5.1102 | 1.9787 |
57
- | 4.1926 | 1.12 | 2000 | 5.0165 | 1.9481 |
58
- | 4.3364 | 1.4 | 2500 | 4.9677 | 1.7883 |
59
- | 4.1573 | 1.68 | 3000 | 4.7702 | 1.9016 |
60
- | 3.9193 | 1.96 | 3500 | 4.5930 | 1.8681 |
61
- | 3.127 | 2.24 | 4000 | 4.3655 | 1.7748 |
62
- | 2.7945 | 2.52 | 4500 | 3.8526 | 1.6525 |
63
- | 2.1143 | 2.8 | 5000 | 3.2318 | 1.5487 |
64
 
65
 
66
  ### Framework versions
 
15
 
16
  This model was trained from scratch on the librispeech_asr dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 3.5264
19
+ - Wer: 1.7073
20
 
21
  ## Model description
22
 
 
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
+ - learning_rate: 0.0001
39
  - train_batch_size: 8
40
  - eval_batch_size: 8
41
  - seed: 42
 
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Wer |
53
  |:-------------:|:-----:|:----:|:---------------:|:------:|
54
+ | 4.4032 | 0.28 | 500 | 4.6724 | 1.9406 |
55
+ | 4.6417 | 0.56 | 1000 | 4.7143 | 1.8874 |
56
+ | 4.5725 | 0.84 | 1500 | 4.6413 | 1.9451 |
57
+ | 4.0178 | 1.12 | 2000 | 4.5470 | 1.8861 |
58
+ | 3.9084 | 1.4 | 2500 | 4.4360 | 1.8881 |
59
+ | 3.9297 | 1.68 | 3000 | 4.2814 | 1.8652 |
60
+ | 3.707 | 1.96 | 3500 | 4.1035 | 1.8320 |
61
+ | 3.1373 | 2.24 | 4000 | 3.9557 | 1.7762 |
62
+ | 3.3152 | 2.52 | 4500 | 3.7737 | 1.7454 |
63
+ | 2.9501 | 2.8 | 5000 | 3.5264 | 1.7073 |
64
 
65
 
66
  ### Framework versions