sanchit-gandhi HF staff commited on
Commit
11e9ce6
1 Parent(s): 3dd03b6

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: 9.1883
19
- - Wer: 2.0039
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
- | 6.7101 | 0.28 | 500 | 6.8996 | 1.2137 |
55
- | 6.5466 | 0.56 | 1000 | 6.7531 | 1.4516 |
56
- | 6.1449 | 0.84 | 1500 | 6.6346 | 1.8296 |
57
- | 6.5299 | 1.12 | 2000 | 6.5735 | 1.9686 |
58
- | 6.6303 | 1.4 | 2500 | 6.6005 | 1.9392 |
59
- | 6.4568 | 1.68 | 3000 | 6.6191 | 1.9739 |
60
- | 6.4666 | 1.96 | 3500 | 7.4679 | 2.0081 |
61
- | 6.2546 | 2.24 | 4000 | 7.7967 | 1.9948 |
62
- | 6.4101 | 2.52 | 4500 | 8.1178 | 1.9956 |
63
- | 6.142 | 2.8 | 5000 | 9.1883 | 2.0039 |
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: 11.7664
19
+ - Wer: 2.0133
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
+ | 5.171 | 0.28 | 500 | 8.6956 | 2.0055 |
55
+ | 5.307 | 0.56 | 1000 | 8.5958 | 2.0096 |
56
+ | 5.1449 | 0.84 | 1500 | 10.4208 | 2.0115 |
57
+ | 6.1351 | 1.12 | 2000 | 10.2950 | 2.0059 |
58
+ | 6.2997 | 1.4 | 2500 | 10.6762 | 2.0115 |
59
+ | 6.1394 | 1.68 | 3000 | 10.9190 | 2.0110 |
60
+ | 6.1868 | 1.96 | 3500 | 11.0166 | 2.0112 |
61
+ | 5.9647 | 2.24 | 4000 | 11.4154 | 2.0141 |
62
+ | 6.2202 | 2.52 | 4500 | 11.5837 | 2.0152 |
63
+ | 5.9612 | 2.8 | 5000 | 11.7664 | 2.0133 |
64
 
65
 
66
  ### Framework versions