HariishHafiiz commited on
Commit
c380f96
·
verified ·
1 Parent(s): e025b8a

Upload ablation_text_meta.csv with huggingface_hub

Browse files
Files changed (1) hide show
  1. ablation_text_meta.csv +7 -7
ablation_text_meta.csv CHANGED
@@ -1,7 +1,7 @@
1
- scenario,classifier,n_features,val_p,val_r,val_f1,test_p,test_r,test_f1
2
- Text only,LR,6,0.9891,0.9189,0.9527,0.9608,0.9417,0.9511
3
- Text only,MLP,6,0.9884,0.9196,0.9527,0.9472,0.9445,0.9459
4
- Meta only,LR,6,1.0,0.9845,0.9922,1.0,0.9275,0.9624
5
- Meta only,MLP,6,1.0,0.9932,0.9966,0.9985,0.9644,0.9812
6
- Text+Meta,LR,12,0.9986,0.9872,0.9929,0.9928,0.9787,0.9857
7
- Text+Meta,MLP,12,0.998,0.9919,0.9949,0.9928,0.9872,0.99
 
1
+ scenario,clf,n,val_F1,test_F1
2
+ Text only,LR,2,0.952,0.9462
3
+ Text only,MLP,2,0.9501,0.9454
4
+ Meta only,LR,6,0.9922,0.9624
5
+ Meta only,MLP,6,0.9966,0.9767
6
+ Text+Meta,LR,8,0.9918,0.9871
7
+ Text+Meta,MLP,8,0.9959,0.9914