1-800-BAD-CODE commited on
Commit
70fe7b5
1 Parent(s): ec66215

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md CHANGED
@@ -504,6 +504,53 @@ seg test report:
504
 
505
  <details>
506
  <summary>Hindi</summary>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
507
 
 
 
 
 
 
 
 
 
 
 
508
 
509
  </details>
 
504
 
505
  <details>
506
  <summary>Hindi</summary>
507
+
508
+ ```text
509
+ punct_post test report:
510
+ label precision recall f1 support
511
+ <NULL> (label_id: 0) 99.73 99.47 99.60 533761
512
+ <ACRONYM> (label_id: 1) 0.00 0.00 0.00 0
513
+ . (label_id: 2) 0.00 0.00 0.00 0
514
+ , (label_id: 3) 70.69 76.48 73.47 7713
515
+ ? (label_id: 4) 65.41 74.75 69.77 301
516
+ ? (label_id: 5) 0.00 0.00 0.00 0
517
+ , (label_id: 6) 0.00 0.00 0.00 0
518
+ 。 (label_id: 7) 0.00 0.00 0.00 0
519
+ 、 (label_id: 8) 0.00 0.00 0.00 0
520
+ ・ (label_id: 9) 0.00 0.00 0.00 0
521
+ । (label_id: 10) 96.46 98.81 97.62 30641
522
+ ؟ (label_id: 11) 0.00 0.00 0.00 0
523
+ ، (label_id: 12) 0.00 0.00 0.00 0
524
+ ; (label_id: 13) 0.00 0.00 0.00 0
525
+ ። (label_id: 14) 0.00 0.00 0.00 0
526
+ ፣ (label_id: 15) 0.00 0.00 0.00 0
527
+ ፧ (label_id: 16) 0.00 0.00 0.00 0
528
+ -------------------
529
+ micro avg 99.11 99.11 99.11 572416
530
+ macro avg 83.07 87.38 85.11 572416
531
+ weighted avg 99.15 99.11 99.13 572416
532
+ ```
533
+
534
+ ```text
535
+ cap test report:
536
+ label precision recall f1 support
537
+ LOWER (label_id: 0) 97.46 96.50 96.98 2346
538
+ UPPER (label_id: 1) 89.01 91.84 90.40 723
539
+ -------------------
540
+ micro avg 95.41 95.41 95.41 3069
541
+ macro avg 93.23 94.17 93.69 3069
542
+ weighted avg 95.47 95.41 95.43 3069
543
+ ```
544
 
545
+ ```text
546
+ seg test report:
547
+ label precision recall f1 support
548
+ NOSTOP (label_id: 0) 100.00 100.00 100.00 542437
549
+ FULLSTOP (label_id: 1) 99.92 99.97 99.95 32979
550
+ -------------------
551
+ micro avg 99.99 99.99 99.99 575416
552
+ macro avg 99.96 99.98 99.97 575416
553
+ weighted avg 99.99 99.99 99.99 575416
554
+ ```
555
 
556
  </details>