jooni22 commited on
Commit
52b7c3c
·
verified ·
1 Parent(s): 37970c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -3
README.md CHANGED
@@ -1,3 +1,33 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+
6
+ ## Label info:
7
+ ```
8
+ 0: "fragment",
9
+ 1: "statement",
10
+ 2: "question",
11
+ 3: "command",
12
+ 4: "rhetorical question",
13
+ 5: "rhetorical command",
14
+ 6: "intonation-dependent utterance"
15
+ ```
16
+
17
+
18
+ ## Classification Report:
19
+ ```
20
+ precision recall f1-score support
21
+
22
+ fragment 0.93 0.93 0.93 597
23
+ statement 0.85 0.92 0.89 1811
24
+ question 0.97 0.93 0.95 1786
25
+ command 0.91 0.89 0.90 1296
26
+ rhetorical question 0.69 0.71 0.70 174
27
+ rhetorical command 0.69 0.69 0.69 108
28
+ intonation-dependent utterance 0.64 0.49 0.55 273
29
+
30
+ accuracy 0.89 6045
31
+ macro avg 0.81 0.79 0.80 6045
32
+ weighted avg 0.89 0.89 0.89 6045
33
+ ```