Upload model_manifest.json with huggingface_hub
Browse files- model_manifest.json +52 -0
model_manifest.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": 1,
|
| 3 |
+
"checkpoint_sha256": "85910296186433c6cdad2d82368646c983b586ec861d605c1338317fb8306a53",
|
| 4 |
+
"variant": "C1",
|
| 5 |
+
"seed": 2,
|
| 6 |
+
"selection_rule": "highest best_val_df_f1 among matched-585 C1 seeds 0, 1, and 2",
|
| 7 |
+
"best_val_df_f1": 0.7407407407407408,
|
| 8 |
+
"source_results": "outputs/classifier_df585/results/results_C1_seed2.json",
|
| 9 |
+
"architecture": "resnet18",
|
| 10 |
+
"image_size": 128,
|
| 11 |
+
"df_target_count": 585,
|
| 12 |
+
"class_to_idx": {
|
| 13 |
+
"akiec": 0,
|
| 14 |
+
"bcc": 1,
|
| 15 |
+
"bkl": 2,
|
| 16 |
+
"df": 3,
|
| 17 |
+
"mel": 4,
|
| 18 |
+
"nv": 5,
|
| 19 |
+
"vasc": 6
|
| 20 |
+
},
|
| 21 |
+
"preprocessing": {
|
| 22 |
+
"color_mode": "RGB",
|
| 23 |
+
"resize": [
|
| 24 |
+
128,
|
| 25 |
+
128
|
| 26 |
+
],
|
| 27 |
+
"mean": [
|
| 28 |
+
0.485,
|
| 29 |
+
0.456,
|
| 30 |
+
0.406
|
| 31 |
+
],
|
| 32 |
+
"std": [
|
| 33 |
+
0.229,
|
| 34 |
+
0.224,
|
| 35 |
+
0.225
|
| 36 |
+
]
|
| 37 |
+
},
|
| 38 |
+
"gallery": {
|
| 39 |
+
"version": "epoch0100_seed0",
|
| 40 |
+
"rows": 500,
|
| 41 |
+
"epoch": 100,
|
| 42 |
+
"seed": 0,
|
| 43 |
+
"num_steps": 50,
|
| 44 |
+
"eta": 0.0,
|
| 45 |
+
"weights": "ema_state_dict",
|
| 46 |
+
"class_name": "df",
|
| 47 |
+
"class_idx": 3
|
| 48 |
+
},
|
| 49 |
+
"checkpoint_file": "deploy_weights.pt",
|
| 50 |
+
"source_checkpoint_sha256": "c55134294687a753cff44ac5bac5a4896f85adde1be943697feab08129350752",
|
| 51 |
+
"artifact_role": "deployment-only checkpoint derived from the formal checkpoint"
|
| 52 |
+
}
|