update model card README.md
Browse files
README.md
CHANGED
@@ -13,9 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
This model was trained from scratch on the None dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
-
- Loss:
|
17 |
-
- Wer: 0.
|
18 |
-
- Cer: 0.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -50,9 +50,13 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
|
53 |
-
| 1.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
|
|
|
|
|
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
13 |
|
14 |
This model was trained from scratch on the None dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
+
- Loss: 2.4856
|
17 |
+
- Wer: 0.5755
|
18 |
+
- Cer: 0.2446
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
|
53 |
+
| 1.0588 | 4.17 | 400 | 1.7492 | 0.6409 | 0.2597 |
|
54 |
+
| 0.5411 | 8.33 | 800 | 2.0539 | 0.6467 | 0.2779 |
|
55 |
+
| 0.403 | 12.5 | 1200 | 2.0300 | 0.6500 | 0.2674 |
|
56 |
+
| 0.2896 | 16.67 | 1600 | 2.0923 | 0.6024 | 0.2544 |
|
57 |
+
| 0.2176 | 20.83 | 2000 | 2.1371 | 0.5763 | 0.2449 |
|
58 |
+
| 0.1557 | 25.0 | 2400 | 2.3540 | 0.5906 | 0.2505 |
|
59 |
+
| 0.1089 | 29.17 | 2800 | 2.4856 | 0.5755 | 0.2446 |
|
60 |
|
61 |
|
62 |
### Framework versions
|