feat: add template json
This commit is contained in:
17
cargos/tvai-v2/models/swin_base_patch4_window7_224.json
Normal file
17
cargos/tvai-v2/models/swin_base_patch4_window7_224.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"embed_dim": 640,
|
||||
"vision_cfg": {
|
||||
"timm_model_name": "swin_base_patch4_window7_224",
|
||||
"timm_model_pretrained": false,
|
||||
"timm_pool": "",
|
||||
"timm_proj": "linear",
|
||||
"image_size": 224
|
||||
},
|
||||
"text_cfg": {
|
||||
"context_length": 77,
|
||||
"vocab_size": 49408,
|
||||
"width": 640,
|
||||
"heads": 10,
|
||||
"layers": 12
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user