cornlarva_convnextv2 / config.json
Jaysaly's picture
Upload config.json with huggingface_hub
175c0ef verified
{
"architectures": [
"ConvNextV2ForImageClassification"
],
"model_type": "convnextv2",
"pipeline_tag": "image-classification",
"num_labels": 8,
"id2label": {
"0": "草地贪夜蛾",
"1": "赤须盲蝽",
"2": "点蜂缘蝽",
"3": "龟纹瓢虫",
"4": "棉铃虫",
"5": "茄二十八星瓢虫",
"6": "双斑长跗萤叶甲",
"7": "玉米螟"
},
"label2id": {
"草地贪夜蛾": "0",
"赤须盲蝽": "1",
"点蜂缘蝽": "2",
"龟纹瓢虫": "3",
"棉铃虫": "4",
"茄二十八星瓢虫": "5",
"双斑长跗萤叶甲": "6",
"玉米螟": "7"
},
"image_size": 224,
"num_channels": 3,
"hidden_sizes": [
128,
256,
512,
1024
],
"depths": [
3,
3,
27,
3
],
"layer_scale_init_value": 1e-06,
"drop_path_rate": 0.0,
"classifier_dropout": 0.0
}