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