sigridjineth commited on
Commit
1338ac4
1 Parent(s): ca2bf47

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ https://github.com/sionic-ai/intent-classifier-sample
2
+
3
+ ```
4
+ accuracy: 0.95
5
+ precision: 0.95
6
+ recall: 0.95
7
+ F1 score: 0.95
8
+
9
+ confusion_matrix:
10
+ [[5681 49 0 3 19]
11
+ [ 93 5326 20 97 265]
12
+ [ 5 2 5845 39 15]
13
+ [ 12 76 167 2162 126]
14
+ [ 14 197 3 54 5626]]
15
+ ```