Sanchit Gandhi
commited on
Commit
·
1dcd404
1
Parent(s):
a50b287
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:
|
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 |
-
| 6.
|
56 |
-
| 6.
|
57 |
-
| 6.
|
58 |
-
|
|
59 |
-
| 6.
|
60 |
-
| 6.
|
61 |
-
| 6.
|
62 |
-
| 6.
|
63 |
-
| 6.
|
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: 12.2365
|
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.5774 | 0.28 | 500 | 10.5449 | 1.0 |
|
55 |
+
| 6.706 | 0.56 | 1000 | 9.4411 | 1.0 |
|
56 |
+
| 6.9182 | 0.84 | 1500 | 10.9554 | 1.0 |
|
57 |
+
| 6.7416 | 1.12 | 2000 | 10.0801 | 1.0 |
|
58 |
+
| 6.8778 | 1.4 | 2500 | 9.8569 | 1.0 |
|
59 |
+
| 6.7694 | 1.68 | 3000 | 10.4234 | 1.0 |
|
60 |
+
| 6.7415 | 1.96 | 3500 | 10.6545 | 1.0 |
|
61 |
+
| 6.5997 | 2.24 | 4000 | 10.4268 | 1.0 |
|
62 |
+
| 6.7672 | 2.52 | 4500 | 11.1929 | 1.0 |
|
63 |
+
| 6.5254 | 2.8 | 5000 | 12.2365 | 1.0 |
|
64 |
|
65 |
|
66 |
### Framework versions
|