Upload config.json with huggingface_hub
Browse files- config.json +12 -12
config.json
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
"activation": "relu",
|
| 11 |
"final_activation": "sigmoid",
|
| 12 |
"metrics": {
|
| 13 |
-
"loss": 0.
|
| 14 |
-
"accuracy": 0.
|
| 15 |
-
"precision": 0.
|
| 16 |
-
"recall": 0.
|
| 17 |
-
"auc": 0.
|
| 18 |
-
"f1": 0.
|
| 19 |
-
"tp":
|
| 20 |
-
"tn":
|
| 21 |
-
"fp":
|
| 22 |
-
"fn":
|
| 23 |
-
"specificity": 0.
|
| 24 |
-
"npv": 0.
|
| 25 |
},
|
| 26 |
"framework": "pytorch"
|
| 27 |
}
|
|
|
|
| 10 |
"activation": "relu",
|
| 11 |
"final_activation": "sigmoid",
|
| 12 |
"metrics": {
|
| 13 |
+
"loss": 0.08885663002729416,
|
| 14 |
+
"accuracy": 0.9690416169121224,
|
| 15 |
+
"precision": 0.6231404958677685,
|
| 16 |
+
"recall": 0.44405182567726736,
|
| 17 |
+
"auc": 0.9391996227742266,
|
| 18 |
+
"f1": 0.5185694635488308,
|
| 19 |
+
"tp": 377,
|
| 20 |
+
"tn": 21534,
|
| 21 |
+
"fp": 228,
|
| 22 |
+
"fn": 472,
|
| 23 |
+
"specificity": 0.9895230217810863,
|
| 24 |
+
"npv": 0.9785513041897664
|
| 25 |
},
|
| 26 |
"framework": "pytorch"
|
| 27 |
}
|