tiny-random-VanModel / config.json
hf-transformers-bot's picture
Upload tiny models for VanModel
805e771
raw
history blame contribute delete
No virus
745 Bytes
{
"architectures": [
"VanModel"
],
"depths": [
1,
1,
1,
1
],
"drop_path_rate": 0.0,
"dropout_rate": 0.0,
"hidden_act": "gelu",
"hidden_sizes": [
16,
32,
64,
128
],
"id2label": {
"0": "LABEL_0",
"1": "LABEL_1",
"2": "LABEL_2"
},
"image_size": 224,
"initializer_range": 0.02,
"label2id": {
"LABEL_0": 0,
"LABEL_1": 1,
"LABEL_2": 2
},
"layer_norm_eps": 1e-06,
"layer_scale_init_value": 0.01,
"mlp_ratios": [
8,
8,
4,
4
],
"model_type": "van",
"num_channels": 3,
"patch_sizes": [
7,
3,
3,
3
],
"strides": [
4,
2,
2,
2
],
"torch_dtype": "float32",
"transformers_version": "4.28.0.dev0"
}