File size: 911 Bytes
8308a69
 
 
 
 
175c0ef
8308a69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
  "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
}