pvt-v2-b3 / zm_config.json
IMvision12's picture
Add zeromodels PVT weights + zm_config + model card
6b6e461 verified
Raw
History Blame Contribute Delete
732 Bytes
{
"library_name": "zeromodels",
"zeromodels_version": "1.2.6",
"model_module": "zeromodels.models.pvt_v2",
"model_class": "PvtV2ImageClassify",
"variant": "pvt-v2-b3",
"weights": "model.weights.h5",
"schema_version": 2,
"model_type": "pvt_v2",
"vision_config": {
"hidden_sizes": [
64,
128,
320,
512
],
"depths": [
3,
4,
18,
3
],
"num_attention_heads": [
1,
2,
5,
8
],
"sr_ratios": [
8,
4,
2,
1
],
"mlp_ratios": [
8,
8,
4,
4
],
"linear_attention": false,
"image_size": 224,
"num_classes": 1000
}
}