Add analysis (Macro F1: 0.8782)
Browse files- .gitattributes +1 -0
- analysis/classification_report.txt +13 -0
- analysis/confusion_matrix.png +2 -2
- analysis/length_bias.png +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
analysis/confusion_matrix.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
analysis/confusion_matrix.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
analysis/length_bias.png filter=lfs diff=lfs merge=lfs -text
|
analysis/classification_report.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Model: UnixCoder-MIL
|
| 2 |
+
Macro F1: 0.8782
|
| 3 |
+
|
| 4 |
+
precision recall f1-score support
|
| 5 |
+
|
| 6 |
+
Human 0.9837 0.9704 0.9770 107885
|
| 7 |
+
AI-Gen 0.8746 0.8434 0.8587 46770
|
| 8 |
+
Hybrid 0.7943 0.8706 0.8307 19006
|
| 9 |
+
Adversarial 0.8264 0.8673 0.8464 26339
|
| 10 |
+
|
| 11 |
+
accuracy 0.9176 200000
|
| 12 |
+
macro avg 0.8698 0.8879 0.8782 200000
|
| 13 |
+
weighted avg 0.9195 0.9176 0.9182 200000
|
analysis/confusion_matrix.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
analysis/length_bias.png
ADDED
|
Git LFS Details
|