Commit
•
26d595d
1
Parent(s):
ede65ae
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: 3.
|
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 |
-
| 4.
|
55 |
-
| 4.
|
56 |
-
| 4.
|
57 |
-
| 4.
|
58 |
-
|
|
59 |
-
|
|
60 |
-
| 3.
|
61 |
-
| 3.
|
62 |
-
|
|
63 |
-
| 2.
|
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
|