Add analysis (Macro F1: 0.8709)
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-512
|
| 2 |
+
Macro F1: 0.8709
|
| 3 |
+
|
| 4 |
+
precision recall f1-score support
|
| 5 |
+
|
| 6 |
+
Human 0.9802 0.9713 0.9757 107885
|
| 7 |
+
AI-Gen 0.8445 0.8749 0.8594 46770
|
| 8 |
+
Hybrid 0.8109 0.8231 0.8169 19006
|
| 9 |
+
Adversarial 0.8480 0.8159 0.8316 26339
|
| 10 |
+
|
| 11 |
+
accuracy 0.9142 200000
|
| 12 |
+
macro avg 0.8709 0.8713 0.8709 200000
|
| 13 |
+
weighted avg 0.9149 0.9142 0.9145 200000
|
analysis/confusion_matrix.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
analysis/length_bias.png
ADDED
|
Git LFS Details
|