my-custom-model / config.json
raffel-22's picture
Upload model
46728af
raw
history blame
264 Bytes
{
"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"
}