Sanchit Gandhi
commited on
Commit
·
702865a
1
Parent(s):
4140d8c
update model card README.md
Browse files
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:
|
19 |
-
- Wer: 1.
|
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.
|
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 |
-
| 5.
|
55 |
-
|
|
56 |
-
|
|
57 |
-
| 4.
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
|
|
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: 5.2346
|
19 |
+
- Wer: 1.9971
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 0.001
|
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.4068 | 0.28 | 500 | 6.0935 | 1.9428 |
|
55 |
+
| 5.609 | 0.56 | 1000 | 6.0302 | 1.9717 |
|
56 |
+
| 5.5664 | 0.84 | 1500 | 5.6938 | 2.0066 |
|
57 |
+
| 4.9162 | 1.12 | 2000 | 5.6412 | 1.9733 |
|
58 |
+
| 4.9413 | 1.4 | 2500 | 5.5066 | 1.9556 |
|
59 |
+
| 4.7653 | 1.68 | 3000 | 5.3775 | 1.9548 |
|
60 |
+
| 4.566 | 1.96 | 3500 | 5.2843 | 1.9802 |
|
61 |
+
| 4.4488 | 2.24 | 4000 | 5.3816 | 1.9657 |
|
62 |
+
| 3.9933 | 2.52 | 4500 | 5.2800 | 1.9741 |
|
63 |
+
| 3.8714 | 2.8 | 5000 | 5.2346 | 1.9971 |
|
64 |
|
65 |
|
66 |
### Framework versions
|