{ "architectures": [ "PvtModel" ], "attention_probs_dropout_prob": 0.1, "depths": [ 2, 2, 2, 2 ], "drop_path_rate": 0.0, "dtype": "float32", "hidden_act": "gelu", "hidden_dropout_prob": 0.1, "hidden_sizes": [ 16, 32, 64, 128 ], "id2label": null, "image_size": 64, "initializer_range": 0.02, "label2id": null, "layer_norm_eps": 1e-06, "mlp_ratios": [ 8, 8, 4, 4 ], "model_type": "pvt", "num_attention_heads": [ 1, 2, 4, 8 ], "num_channels": 3, "num_encoder_blocks": 4, "num_labels": 1000, "patch_sizes": [ 4, 2, 2, 2 ], "qkv_bias": true, "sequence_reduction_ratios": [ 8, 4, 2, 1 ], "strides": [ 4, 2, 2, 2 ], "transformers_version": "5.16.0.dev0" }