fine_tuned_convnext / config.json
shingguy1's picture
Upload ConvNextForImageClassification
ef5ba01 verified
{
"architectures": [
"ConvNextForImageClassification"
],
"depths": [
3,
3,
9,
3
],
"drop_path_rate": 0.0,
"hidden_act": "gelu",
"hidden_sizes": [
96,
192,
384,
768
],
"id2label": {
"0": "pizza",
"1": "hamburger",
"2": "sushi",
"3": "caesar_salad",
"4": "spaghetti_bolognese",
"5": "ice_cream",
"6": "fried_rice",
"7": "tacos",
"8": "steak",
"9": "chocolate_cake"
},
"image_size": 224,
"initializer_range": 0.02,
"label2id": {
"caesar_salad": 3,
"chocolate_cake": 9,
"fried_rice": 6,
"hamburger": 1,
"ice_cream": 5,
"pizza": 0,
"spaghetti_bolognese": 4,
"steak": 8,
"sushi": 2,
"tacos": 7
},
"layer_norm_eps": 1e-12,
"layer_scale_init_value": 1e-06,
"model_type": "convnext",
"num_channels": 3,
"num_stages": 4,
"out_features": [
"stage4"
],
"out_indices": [
4
],
"patch_size": 4,
"stage_names": [
"stem",
"stage1",
"stage2",
"stage3",
"stage4"
],
"torch_dtype": "float32",
"transformers_version": "4.51.3"
}