Commit
•
064ca99
1
Parent(s):
e698ebd
update model card README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ 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: 18.
|
19 |
- Wer: 1.0
|
20 |
|
21 |
## Model description
|
@@ -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 |
-
| 6.
|
55 |
-
| 5.
|
56 |
-
| 4.
|
57 |
-
| 5.
|
58 |
-
| 5.
|
59 |
-
| 5.
|
60 |
-
| 5.
|
61 |
-
| 4.
|
62 |
-
| 4.
|
63 |
-
| 4.
|
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: 18.7898
|
19 |
- Wer: 1.0
|
20 |
|
21 |
## Model description
|
|
|
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 |
+
| 6.5396 | 0.28 | 500 | 9.0401 | 1.0120 |
|
55 |
+
| 5.898 | 0.56 | 1000 | 9.3199 | 1.0 |
|
56 |
+
| 4.9595 | 0.84 | 1500 | 8.4434 | 1.4563 |
|
57 |
+
| 5.7082 | 1.12 | 2000 | 15.1805 | 1.0000 |
|
58 |
+
| 5.4377 | 1.4 | 2500 | 15.7984 | 1.0021 |
|
59 |
+
| 5.5941 | 1.68 | 3000 | 18.4928 | 1.0 |
|
60 |
+
| 5.0662 | 1.96 | 3500 | 17.4886 | 1.0000 |
|
61 |
+
| 4.8363 | 2.24 | 4000 | 18.9458 | 1.0 |
|
62 |
+
| 4.7908 | 2.52 | 4500 | 18.2794 | 1.0006 |
|
63 |
+
| 4.679 | 2.8 | 5000 | 18.7898 | 1.0 |
|
64 |
|
65 |
|
66 |
### Framework versions
|