File size: 264 Bytes
46728af | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"architectures": [
"MyCustomModel"
],
"conv1_channels": 32,
"conv2_channels": 64,
"conv3_channels": 128,
"dropout_prob": 0.2,
"model_type": "my_custom_model",
"num_classes": 4,
"torch_dtype": "float32",
"transformers_version": "4.33.2"
}
|