File size: 404 Bytes
cfeb986 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | {
"architecture": "resnet26",
"architectures": [
"TimmWrapperForImageClassification"
],
"do_pooling": true,
"dtype": "float32",
"initializer_range": 0.02,
"label_names": [
"LABEL_0",
"LABEL_1"
],
"model_args": {
"channels": [
16,
16,
16,
16
]
},
"model_type": "timm_wrapper",
"num_classes": 2,
"transformers_version": "5.16.0.dev0"
}
|