kfold v2: clip_openai_test.json
Browse files
kfold/cnn_clip/clip_openai_test.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"test_acc": 0.9014962593516209,
|
| 3 |
+
"test_acc_ci": [
|
| 4 |
+
0.8918329177057357,
|
| 5 |
+
0.9124064837905237
|
| 6 |
+
],
|
| 7 |
+
"test_f1": 0.9283287581106598,
|
| 8 |
+
"test_f1_ci": [
|
| 9 |
+
0.9200154210204896,
|
| 10 |
+
0.9360742831860591
|
| 11 |
+
],
|
| 12 |
+
"test_precision": 0.9174798474202556,
|
| 13 |
+
"test_recall": 0.9409744329407165,
|
| 14 |
+
"roc_auc": 0.9943726318481214,
|
| 15 |
+
"pr_auc": 0.9701065837267958,
|
| 16 |
+
"ece": 0.021675223126970327,
|
| 17 |
+
"n_folds_run": 5
|
| 18 |
+
}
|