jeffhaines's picture
Upload 4 files
4982ffc
raw
history blame contribute delete
No virus
1.03 kB
{
"_name_or_path": "microsoft/resnet-50",
"architectures": [
"ResNetForImageClassification"
],
"depths": [
3,
4,
6,
3
],
"downsample_in_first_stage": false,
"embedding_size": 64,
"hidden_act": "relu",
"hidden_sizes": [
256,
512,
1024,
2048
],
"id2label": {
"0": "bacterial_leaf_blight",
"1": "bacterial_leaf_streak",
"2": "bacterial_panicle_blight",
"3": "blast",
"4": "brown_spot",
"5": "dead_heart",
"6": "downy_mildew",
"7": "hispa",
"8": "normal",
"9": "tungro"
},
"label2id": {
"bacterial_leaf_blight": "0",
"bacterial_leaf_streak": "1",
"bacterial_panicle_blight": "2",
"blast": "3",
"brown_spot": "4",
"dead_heart": "5",
"downy_mildew": "6",
"hispa": "7",
"normal": "8",
"tungro": "9"
},
"layer_type": "bottleneck",
"model_type": "resnet",
"num_channels": 3,
"problem_type": "single_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.20.1"
}