1-800-BAD-CODE commited on
Commit
ec66215
1 Parent(s): 9d43877

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -1
README.md CHANGED
@@ -451,7 +451,54 @@ seg test report:
451
  <details>
452
  <summary>Japanese</summary>
453
 
454
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
455
  </details>
456
 
457
 
 
451
  <details>
452
  <summary>Japanese</summary>
453
 
454
+ ```text
455
+ punct_post test report:
456
+ label precision recall f1 support
457
+ <NULL> (label_id: 0) 99.32 95.84 97.55 387103
458
+ <ACRONYM> (label_id: 1) 0.00 0.00 0.00 0
459
+ . (label_id: 2) 0.00 0.00 0.00 0
460
+ , (label_id: 3) 0.00 0.00 0.00 0
461
+ ? (label_id: 4) 0.00 0.00 0.00 0
462
+ ? (label_id: 5) 75.12 68.14 71.46 1378
463
+ , (label_id: 6) 0.00 0.00 0.00 0
464
+ 。 (label_id: 7) 93.30 97.44 95.33 31110
465
+ 、 (label_id: 8) 53.91 87.52 66.72 17710
466
+ ・ (label_id: 9) 29.33 64.60 40.35 1048
467
+ । (label_id: 10) 0.00 0.00 0.00 0
468
+ ؟ (label_id: 11) 0.00 0.00 0.00 0
469
+ ، (label_id: 12) 0.00 0.00 0.00 0
470
+ ; (label_id: 13) 0.00 0.00 0.00 0
471
+ ። (label_id: 14) 0.00 0.00 0.00 0
472
+ ፣ (label_id: 15) 0.00 0.00 0.00 0
473
+ ፧ (label_id: 16) 0.00 0.00 0.00 0
474
+ -------------------
475
+ micro avg 95.46 95.46 95.46 438349
476
+ macro avg 70.20 82.71 74.28 438349
477
+ weighted avg 96.81 95.46 95.93 438349
478
+ ```
479
+
480
+ ```text
481
+ cap test report:
482
+ label precision recall f1 support
483
+ LOWER (label_id: 0) 92.64 92.67 92.65 4036
484
+ UPPER (label_id: 1) 80.75 80.70 80.73 1539
485
+ -------------------
486
+ micro avg 89.36 89.36 89.36 5575
487
+ macro avg 86.70 86.68 86.69 5575
488
+ weighted avg 89.36 89.36 89.36 5575
489
+ ```
490
+
491
+ ```text
492
+ seg test report:
493
+ label precision recall f1 support
494
+ NOSTOP (label_id: 0) 99.98 99.95 99.97 408349
495
+ FULLSTOP (label_id: 1) 99.36 99.78 99.57 33000
496
+ -------------------
497
+ micro avg 99.94 99.94 99.94 441349
498
+ macro avg 99.67 99.86 99.77 441349
499
+ weighted avg 99.94 99.94 99.94 441349
500
+ ```
501
+
502
  </details>
503
 
504