hsuvaskakoty
commited on
Commit
•
337f5ce
1
Parent(s):
8d8eac8
Upload roberta-base_classification_report_with_val.csv with huggingface_hub
Browse files
roberta-base_classification_report_with_val.csv
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
,precision,recall,f1-score,support
|
2 |
+
delete,0.5714285714285714,0.8,0.6666666666666666,10.0
|
3 |
+
speedy delete,0.5,1.0,0.6666666666666666,1.0
|
4 |
+
keep,0.6666666666666666,0.5,0.5714285714285715,4.0
|
5 |
+
comment,0.0,0.0,0.0,4.0
|
6 |
+
accuracy,0.5789473684210527,0.5789473684210527,0.5789473684210527,0.5789473684210527
|
7 |
+
macro avg,0.43452380952380953,0.575,0.47619047619047616,19.0
|
8 |
+
weighted avg,0.46741854636591473,0.5789473684210527,0.506265664160401,19.0
|