GraphIDS / model_sizes.json
buckeyeguy's picture
Upload model_sizes.json with huggingface_hub
a755fea verified
raw
history blame contribute delete
830 Bytes
{
"schema_version": "1.0.0",
"exported_at": "2026-03-05T21:50:14.050968+00:00",
"data": [
{
"model_type": "vgae",
"scale": "large",
"param_count": 391923,
"param_count_M": 0.392
},
{
"model_type": "vgae",
"scale": "small",
"param_count": 22363,
"param_count_M": 0.022
},
{
"model_type": "gat",
"scale": "large",
"param_count": 660290,
"param_count_M": 0.66
},
{
"model_type": "gat",
"scale": "small",
"param_count": 67506,
"param_count_M": 0.068
},
{
"model_type": "dqn",
"scale": "large",
"param_count": 689493,
"param_count_M": 0.689
},
{
"model_type": "dqn",
"scale": "small",
"param_count": 32341,
"param_count_M": 0.032
}
]
}