{ "_name_or_path": "SeyedAli/Remote-Sensing-UAV-image-classification", "architectures": [ "ViTForImageClassification" ], "attention_probs_dropout_prob": 0.0, "encoder_stride": 16, "hidden_act": "gelu", "hidden_dropout_prob": 0.0, "hidden_size": 768, "id2label": { "0": "field", "1": "forest", "2": "grass", "3": "industry", "4": "parking", "5": "resident", "6": "river or lake" }, "image_size": 224, "initializer_range": 0.02, "intermediate_size": 3072, "label2id": { "field": "0", "forest": "1", "grass": "2", "industry": "3", "parking": "4", "resident": "5", "river or lake": "6" }, "layer_norm_eps": 1e-12, "model_type": "vit", "num_attention_heads": 12, "num_channels": 3, "num_hidden_layers": 12, "patch_size": 16, "problem_type": "single_label_classification", "qkv_bias": true, "quantization_config": { "bnb_4bit_compute_dtype": "float32", "bnb_4bit_quant_type": "fp4", "bnb_4bit_use_double_quant": false, "llm_int8_enable_fp32_cpu_offload": false, "llm_int8_has_fp16_weight": false, "llm_int8_skip_modules": null, "llm_int8_threshold": 6.0, "load_in_4bit": true, "load_in_8bit": false, "quant_method": "bitsandbytes" }, "torch_dtype": "float16", "transformers_version": "4.37.1" }