Copycats commited on
Commit
6e3e6ef
1 Parent(s): 80d0978

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -60,6 +60,24 @@ print(f"Label of Best Intentatioin: {preds_list['label']}")
60
  print(f"Score of Best Intentatioin: {preds_list['score']}")
61
  ```
62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  ## Citing & Authors
64
  <!--- Describe where people can find more information -->
65
  [Jaehyeong](https://huggingface.co/jaehyeong) at [Bespin Global](https://www.bespinglobal.com/)
 
60
  print(f"Score of Best Intentatioin: {preds_list['score']}")
61
  ```
62
 
63
+ ## Evaluation
64
+ ```
65
+ precision recall f1-score support
66
+
67
+ command 0.89 0.92 0.90 1296
68
+ fragment 0.98 0.96 0.97 600
69
+ intonation-depedent utterance 0.71 0.69 0.70 327
70
+ question 0.95 0.97 0.96 1786
71
+ rhetorical command 0.87 0.64 0.74 108
72
+ rhetorical question 0.61 0.63 0.62 174
73
+ statement 0.91 0.89 0.90 1830
74
+
75
+ accuracy 0.90 6121
76
+ macro avg 0.85 0.81 0.83 6121
77
+ weighted avg 0.90 0.90 0.90 6121
78
+ ```
79
+
80
+
81
  ## Citing & Authors
82
  <!--- Describe where people can find more information -->
83
  [Jaehyeong](https://huggingface.co/jaehyeong) at [Bespin Global](https://www.bespinglobal.com/)