Create test-model/test-model_other_lt_avg.json
Browse files
test-model/test-model_other_lt_avg.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"config": {
|
3 |
+
"model_dtype": "other",
|
4 |
+
"model_name": "test-model",
|
5 |
+
"training_type": "other",
|
6 |
+
"testing_type": "avg"
|
7 |
+
},
|
8 |
+
"results": {
|
9 |
+
"cmap": 0,
|
10 |
+
"auroc": 0,
|
11 |
+
"t1-acc": 0
|
12 |
+
|
13 |
+
}
|
14 |
+
}
|