Add analysis
Browse files- .gitattributes +1 -0
- analysis/confusion_matrix.png +3 -0
- analysis/report.txt +13 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip 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
|
|
|
|
|
|
| 33 |
*.zip 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
|
analysis/confusion_matrix.png
ADDED
|
Git LFS Details
|
analysis/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
|