{ | |
"_name_or_path": "google/efficientnet-b0", | |
"_num_labels": 12, | |
"architectures": [ | |
"EfficientNetForImageClassification" | |
], | |
"batch_norm_eps": 0.001, | |
"batch_norm_momentum": 0.99, | |
"depth_coefficient": 1.0, | |
"depth_divisor": 8, | |
"depthwise_padding": [], | |
"drop_connect_rate": 0.2, | |
"dropout_rate": 0.2, | |
"expand_ratios": [ | |
1, | |
6, | |
6, | |
6, | |
6, | |
6, | |
6 | |
], | |
"hidden_act": "swish", | |
"hidden_dim": 1280, | |
"id2label": { | |
"0": "bicycle", | |
"1": "bridge", | |
"2": "bus", | |
"3": "car", | |
"4": "chimney", | |
"5": "crosswalk", | |
"6": "hydrant", | |
"7": "motorcycle", | |
"8": "mountain", | |
"9": "other", | |
"10": "palm", | |
"11": "traffic light" | |
}, | |
"image_size": 224, | |
"in_channels": [ | |
32, | |
16, | |
24, | |
40, | |
80, | |
112, | |
192 | |
], | |
"initializer_range": 0.02, | |
"kernel_sizes": [ | |
3, | |
3, | |
5, | |
3, | |
5, | |
5, | |
3 | |
], | |
"label2id": { | |
"bicycle": 0, | |
"bridge": 1, | |
"bus": 2, | |
"car": 3, | |
"chimney": 4, | |
"crosswalk": 5, | |
"hydrant": 6, | |
"motorcycle": 7, | |
"mountain": 8, | |
"other": 9, | |
"palm": 10, | |
"traffic light": 11 | |
}, | |
"model_type": "efficientnet", | |
"num_block_repeats": [ | |
1, | |
2, | |
2, | |
3, | |
3, | |
4, | |
1 | |
], | |
"num_channels": 3, | |
"num_hidden_layers": 64, | |
"out_channels": [ | |
16, | |
24, | |
40, | |
80, | |
112, | |
192, | |
320 | |
], | |
"out_features": null, | |
"pooling_type": "mean", | |
"problem_type": "single_label_classification", | |
"squeeze_expansion_ratio": 0.25, | |
"stage_names": [ | |
"stem", | |
"stage1", | |
"stage2", | |
"stage3", | |
"stage4", | |
"stage5", | |
"stage6", | |
"stage7" | |
], | |
"strides": [ | |
1, | |
2, | |
2, | |
2, | |
1, | |
2, | |
1 | |
], | |
"torch_dtype": "float32", | |
"transformers_version": "4.46.2", | |
"width_coefficient": 1.0 | |
} | |