squadgoals404 commited on
Commit
383a67b
·
verified ·
1 Parent(s): fc048aa

Add eval artifacts (test)

Browse files
eval/classification_report_test.csv CHANGED
@@ -1,7 +1,7 @@
1
  ,precision,recall,f1-score,support
2
- LABEL_0,0.9577922077922078,0.9833333333333333,0.9703947368421053,300.0
3
- LABEL_1,0.9735099337748344,0.9767441860465116,0.9751243781094527,301.0
4
- LABEL_2,0.9863013698630136,0.9568106312292359,0.9713322091062394,301.0
5
  accuracy,0.9722838137472284,0.9722838137472284,0.9722838137472284,0.9722838137472284
6
  macro avg,0.9725345038100186,0.972296050203027,0.9722837746859324,902.0
7
  weighted avg,0.9725508478189075,0.9722838137472284,0.9722858689629212,902.0
 
1
  ,precision,recall,f1-score,support
2
+ normal,0.9577922077922078,0.9833333333333333,0.9703947368421053,300.0
3
+ promo,0.9735099337748344,0.9767441860465116,0.9751243781094527,301.0
4
+ smish,0.9863013698630136,0.9568106312292359,0.9713322091062394,301.0
5
  accuracy,0.9722838137472284,0.9722838137472284,0.9722838137472284,0.9722838137472284
6
  macro avg,0.9725345038100186,0.972296050203027,0.9722837746859324,902.0
7
  weighted avg,0.9725508478189075,0.9722838137472284,0.9722858689629212,902.0
eval/confusion_matrix_test.csv CHANGED
@@ -1,4 +1,4 @@
1
- ,P_LABEL_0,P_LABEL_1,P_LABEL_2
2
- T_LABEL_0,295,4,1
3
- T_LABEL_1,4,294,3
4
- T_LABEL_2,9,4,288
 
1
+ ,P_normal,P_promo,P_smish
2
+ T_normal,295,4,1
3
+ T_promo,4,294,3
4
+ T_smish,9,4,288
eval/confusion_matrix_test.png CHANGED
eval/metrics_test.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "split": "test",
3
- "timestamp": "2025-09-09 20:25:34",
4
  "num_examples": 902,
5
  "accuracy": 0.9722838137472284,
6
  "precision_weighted": 0.9725508478189075,
 
1
  {
2
  "split": "test",
3
+ "timestamp": "2025-09-09 20:46:58",
4
  "num_examples": 902,
5
  "accuracy": 0.9722838137472284,
6
  "precision_weighted": 0.9725508478189075,