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.1728
|
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.4576
|
20 |
- Wer: 0.1728
|
21 |
+
- Mer: 0.1669
|
22 |
+
- Wil: 0.2543
|
23 |
+
- Wip: 0.7457
|
24 |
+
- Hits: 55705
|
25 |
+
- Substitutions: 6444
|
26 |
+
- Deletions: 2438
|
27 |
+
- Insertions: 2281
|
28 |
+
- Cer: 0.1351
|
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.649 | 1.0 | 1457 | 0.4844 | 0.2290 | 0.2126 | 0.3015 | 0.6985 | 54758 | 6748 | 3081 | 4959 | 0.2080 |
|
61 |
+
| 0.5319 | 2.0 | 2914 | 0.4385 | 0.1804 | 0.1741 | 0.2614 | 0.7386 | 55298 | 6437 | 2852 | 2364 | 0.1465 |
|
62 |
+
| 0.4819 | 3.0 | 4371 | 0.4338 | 0.1760 | 0.1698 | 0.2569 | 0.7431 | 55558 | 6419 | 2610 | 2336 | 0.1389 |
|
63 |
+
| 0.4307 | 4.0 | 5828 | 0.4328 | 0.1759 | 0.1696 | 0.2569 | 0.7431 | 55649 | 6454 | 2484 | 2424 | 0.1390 |
|
64 |
+
| 0.3735 | 5.0 | 7285 | 0.4331 | 0.1740 | 0.1680 | 0.2549 | 0.7451 | 55652 | 6398 | 2537 | 2306 | 0.1367 |
|
65 |
+
| 0.3495 | 6.0 | 8742 | 0.4380 | 0.1740 | 0.1681 | 0.2552 | 0.7448 | 55619 | 6420 | 2548 | 2267 | 0.1356 |
|
66 |
+
| 0.3679 | 7.0 | 10199 | 0.4437 | 0.1741 | 0.1682 | 0.2556 | 0.7444 | 55621 | 6441 | 2525 | 2281 | 0.1354 |
|
67 |
+
| 0.3035 | 8.0 | 11656 | 0.4494 | 0.1727 | 0.1669 | 0.2542 | 0.7458 | 55672 | 6433 | 2482 | 2237 | 0.1350 |
|
68 |
+
| 0.3041 | 9.0 | 13113 | 0.4541 | 0.1736 | 0.1677 | 0.2550 | 0.7450 | 55674 | 6441 | 2472 | 2302 | 0.1383 |
|
69 |
+
| 0.2948 | 10.0 | 14570 | 0.4576 | 0.1728 | 0.1669 | 0.2543 | 0.7457 | 55705 | 6444 | 2438 | 2281 | 0.1351 |
|
70 |
|
71 |
|
72 |
### Framework versions
|