Commit
•
11e9ce6
1
Parent(s):
3dd03b6
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: 2.
|
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 |
-
|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
| 6.
|
58 |
-
| 6.
|
59 |
-
| 6.
|
60 |
-
| 6.
|
61 |
-
|
|
62 |
-
| 6.
|
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: 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
|