resnet-tiny-beans / config.json
Felix Marty
fix image size
76b3c59
{
"architectures": [
"ResNetForImageClassification"
],
"depths": [
2,
2
],
"downsample_in_first_stage": false,
"embedding_size": 64,
"finetuning_task": "image-classification",
"hidden_act": "relu",
"hidden_sizes": [
32,
64
],
"id2label": {
"0": "angular_leaf_spot",
"1": "bean_rust",
"2": "healthy"
},
"image_size": 224,
"label2id": {
"angular_leaf_spot": "0",
"bean_rust": "1",
"healthy": "2"
},
"layer_type": "basic",
"model_type": "resnet",
"num_channels": 3,
"problem_type": "single_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.21.0.dev0"
}