Upload test_results.json with huggingface_hub
Browse files- test_results.json +19 -0
test_results.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"accuracy": 99.90013315579228,
|
| 3 |
+
"precision": 99.93328885923948,
|
| 4 |
+
"recall": 99.86666666666667,
|
| 5 |
+
"f1": 99.89996665555185,
|
| 6 |
+
"auc_roc": 0.9999991134751773,
|
| 7 |
+
"average_precision": 0.99999911140721,
|
| 8 |
+
"confusion_matrix": [
|
| 9 |
+
[
|
| 10 |
+
1503,
|
| 11 |
+
1
|
| 12 |
+
],
|
| 13 |
+
[
|
| 14 |
+
2,
|
| 15 |
+
1498
|
| 16 |
+
]
|
| 17 |
+
],
|
| 18 |
+
"classification_report": " precision recall f1-score support\n\n Real 1.00 1.00 1.00 1504\n Fake 1.00 1.00 1.00 1500\n\n accuracy 1.00 3004\n macro avg 1.00 1.00 1.00 3004\nweighted avg 1.00 1.00 1.00 3004\n"
|
| 19 |
+
}
|