update model card README.md
Browse files
README.md
CHANGED
@@ -16,16 +16,16 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [sonoisa/t5-base-japanese](https://huggingface.co/sonoisa/t5-base-japanese) on the te_dx_jp dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Wer: 0.
|
21 |
-
- Mer: 0.
|
22 |
-
- Wil: 0.
|
23 |
-
- Wip: 0.
|
24 |
-
- Hits:
|
25 |
-
- Substitutions:
|
26 |
-
- Deletions:
|
27 |
-
- Insertions:
|
28 |
-
- Cer: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -57,16 +57,16 @@ The following hyperparameters were used during training:
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Wer | Mer | Wil | Wip | Hits | Substitutions | Deletions | Insertions | Cer |
|
59 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:------:|:-----:|:-------------:|:---------:|:----------:|:------:|
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
|
71 |
|
72 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [sonoisa/t5-base-japanese](https://huggingface.co/sonoisa/t5-base-japanese) on the te_dx_jp dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.4473
|
20 |
+
- Wer: 0.1735
|
21 |
+
- Mer: 0.1675
|
22 |
+
- Wil: 0.2549
|
23 |
+
- Wip: 0.7451
|
24 |
+
- Hits: 55674
|
25 |
+
- Substitutions: 6443
|
26 |
+
- Deletions: 2470
|
27 |
+
- Insertions: 2291
|
28 |
+
- Cer: 0.1360
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Wer | Mer | Wil | Wip | Hits | Substitutions | Deletions | Insertions | Cer |
|
59 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:------:|:-----:|:-------------:|:---------:|:----------:|:------:|
|
60 |
+
| 0.5915 | 1.0 | 1457 | 0.4825 | 0.2230 | 0.2081 | 0.2976 | 0.7024 | 54814 | 6785 | 2988 | 4630 | 0.1980 |
|
61 |
+
| 0.5402 | 2.0 | 2914 | 0.4359 | 0.1855 | 0.1779 | 0.2664 | 0.7336 | 55358 | 6566 | 2663 | 2753 | 0.1503 |
|
62 |
+
| 0.4635 | 3.0 | 4371 | 0.4277 | 0.1762 | 0.1701 | 0.2584 | 0.7416 | 55538 | 6528 | 2521 | 2334 | 0.1368 |
|
63 |
+
| 0.3608 | 4.0 | 5828 | 0.4271 | 0.1723 | 0.1667 | 0.2529 | 0.7471 | 55621 | 6337 | 2629 | 2160 | 0.1342 |
|
64 |
+
| 0.3825 | 5.0 | 7285 | 0.4276 | 0.1724 | 0.1666 | 0.2527 | 0.7473 | 55669 | 6328 | 2590 | 2214 | 0.1343 |
|
65 |
+
| 0.3814 | 6.0 | 8742 | 0.4278 | 0.1727 | 0.1670 | 0.2537 | 0.7463 | 55613 | 6373 | 2601 | 2179 | 0.1360 |
|
66 |
+
| 0.3412 | 7.0 | 10199 | 0.4344 | 0.1724 | 0.1668 | 0.2539 | 0.7461 | 55631 | 6410 | 2546 | 2180 | 0.1352 |
|
67 |
+
| 0.3175 | 8.0 | 11656 | 0.4392 | 0.1724 | 0.1665 | 0.2534 | 0.7466 | 55713 | 6394 | 2480 | 2259 | 0.1362 |
|
68 |
+
| 0.2871 | 9.0 | 13113 | 0.4456 | 0.1732 | 0.1671 | 0.2538 | 0.7462 | 55748 | 6393 | 2446 | 2347 | 0.1360 |
|
69 |
+
| 0.3317 | 10.0 | 14570 | 0.4473 | 0.1735 | 0.1675 | 0.2549 | 0.7451 | 55674 | 6443 | 2470 | 2291 | 0.1360 |
|
70 |
|
71 |
|
72 |
### Framework versions
|