{ "architectures": [ "LwDetrViTBackbone" ], "cae_init_values": 0.1, "dropout_prob": 0.0, "dtype": "float32", "hidden_act": "gelu", "hidden_size": 16, "image_size": 256, "initializer_range": 0.02, "layer_norm_eps": 1e-06, "mlp_ratio": 4, "model_type": "lw_detr_vit", "num_attention_heads": 2, "num_channels": 3, "num_hidden_layers": 4, "num_windows": 16, "num_windows_side": 4, "out_features": [ "stage1", "stage3" ], "out_indices": [ 1, 3 ], "patch_size": 16, "pretrain_image_size": 224, "qkv_bias": true, "stage_names": [ "stem", "stage1", "stage2", "stage3", "stage4" ], "transformers_version": "5.16.0.dev0", "use_absolute_position_embeddings": true, "window_block_indices": [ 0, 2 ] }