File size: 829 Bytes
ea66bbb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | {
"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"
}
|