Upload model_info.json with huggingface_hub
Browse files- model_info.json +26 -0
model_info.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task": "image-classification",
|
| 3 |
+
"category": "vision",
|
| 4 |
+
"dataset": "CIFAR-10",
|
| 5 |
+
"architecture": "StrongCNN (7-layer, BatchNorm, wider channels)",
|
| 6 |
+
"training": "ANN \u2192 QCFS \u2192 IF + BPTT FT (conversion + fine-tune)",
|
| 7 |
+
"ann_accuracy": 80.4,
|
| 8 |
+
"snn_accuracy": 74.3,
|
| 9 |
+
"gap": 6.0,
|
| 10 |
+
"params": 4800000,
|
| 11 |
+
"size_mb": 18.3,
|
| 12 |
+
"num_seeds": 1,
|
| 13 |
+
"t": 16,
|
| 14 |
+
"hardware_validated": "GPU, CPU",
|
| 15 |
+
"nir_exportable": true,
|
| 16 |
+
"status": "beta",
|
| 17 |
+
"tags": [
|
| 18 |
+
"vision",
|
| 19 |
+
"cifar-10",
|
| 20 |
+
"strongcnn",
|
| 21 |
+
"classification",
|
| 22 |
+
"medium"
|
| 23 |
+
],
|
| 24 |
+
"description": "7-layer CNN SNN for CIFAR-10. Gap of 6% with conversion + fine-tuning. Larger gap than ResNet-18 due to higher non-linearity. Good for studying conversion challenges in medium-depth networks.",
|
| 25 |
+
"note": "Single seed result. Multi-seed verification pending."
|
| 26 |
+
}
|