{ "architectures": [ "ConvNextForImageClassification" ], "depths": [ 3, 3, 27, 3 ], "drop_path_rate": 0.0, "dtype": "float32", "hidden_act": "gelu", "hidden_sizes": [ 128, 256, 512, 1024 ], "id2label": { "0": "annual crop land", "1": "forest", "2": "brushland or shrubland", "3": "highway or road", "4": "industrial buildings or commercial buildings", "5": "pasture land", "6": "permanent crop land", "7": "residential buildings or homes or apartments", "8": "river", "9": "lake or sea" }, "image_size": 224, "initializer_range": 0.02, "label2id": { "annual crop land": 0, "brushland or shrubland": 2, "forest": 1, "highway or road": 3, "industrial buildings or commercial buildings": 4, "lake or sea": 9, "pasture land": 5, "permanent crop land": 6, "residential buildings or homes or apartments": 7, "river": 8 }, "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" ], "transformers_version": "4.57.3" }