Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/RN50-quickgelu.json +22 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/RN50.json +21 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/RN50x16.json +21 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/RN50x4.json +21 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/RN50x64.json +21 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-B-16-plus-240.json +16 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-B-16-plus.json +16 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-B-16.json +16 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-B-32-plus-256.json +16 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-B-32-quickgelu.json +17 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-B-32.json +16 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-H-14.json +17 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-H-16.json +17 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-L-14-280.json +16 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-L-14-336.json +16 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-L-14.json +16 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-L-16-320.json +16 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-L-16.json +16 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-M-16-alt.json +17 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-M-16.json +16 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-M-32-alt.json +16 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-M-32.json +16 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-S-16-alt.json +16 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-S-16.json +16 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-S-32-alt.json +16 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-S-32.json +16 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-bigG-14.json +18 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-e-14.json +18 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-g-14.json +18 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/coca_ViT-B-32.json +30 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/coca_ViT-L-14.json +30 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/coca_base.json +31 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/coca_roberta-ViT-B-32.json +24 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/convnext_base.json +19 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/convnext_base_w.json +19 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/convnext_base_w_320.json +19 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/convnext_large.json +19 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/convnext_large_d.json +19 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/convnext_large_d_320.json +19 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/convnext_small.json +19 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/convnext_tiny.json +19 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/convnext_xlarge.json +19 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/convnext_xxlarge.json +19 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/convnext_xxlarge_320.json +19 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/mt5-base-ViT-B-32.json +15 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/mt5-xl-ViT-H-14.json +16 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/roberta-ViT-B-32.json +16 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/swin_base_patch4_window7_224.json +17 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/vit_medium_patch16_gap_256.json +17 -0
- downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/vit_relpos_medium_patch16_cls_224.json +17 -0
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/RN50-quickgelu.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 1024,
|
| 3 |
+
"quick_gelu": true,
|
| 4 |
+
"vision_cfg": {
|
| 5 |
+
"image_size": 224,
|
| 6 |
+
"layers": [
|
| 7 |
+
3,
|
| 8 |
+
4,
|
| 9 |
+
6,
|
| 10 |
+
3
|
| 11 |
+
],
|
| 12 |
+
"width": 64,
|
| 13 |
+
"patch_size": null
|
| 14 |
+
},
|
| 15 |
+
"text_cfg": {
|
| 16 |
+
"context_length": 77,
|
| 17 |
+
"vocab_size": 49408,
|
| 18 |
+
"width": 512,
|
| 19 |
+
"heads": 8,
|
| 20 |
+
"layers": 12
|
| 21 |
+
}
|
| 22 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/RN50.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 1024,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 224,
|
| 5 |
+
"layers": [
|
| 6 |
+
3,
|
| 7 |
+
4,
|
| 8 |
+
6,
|
| 9 |
+
3
|
| 10 |
+
],
|
| 11 |
+
"width": 64,
|
| 12 |
+
"patch_size": null
|
| 13 |
+
},
|
| 14 |
+
"text_cfg": {
|
| 15 |
+
"context_length": 77,
|
| 16 |
+
"vocab_size": 49408,
|
| 17 |
+
"width": 512,
|
| 18 |
+
"heads": 8,
|
| 19 |
+
"layers": 12
|
| 20 |
+
}
|
| 21 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/RN50x16.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 768,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 384,
|
| 5 |
+
"layers": [
|
| 6 |
+
6,
|
| 7 |
+
8,
|
| 8 |
+
18,
|
| 9 |
+
8
|
| 10 |
+
],
|
| 11 |
+
"width": 96,
|
| 12 |
+
"patch_size": null
|
| 13 |
+
},
|
| 14 |
+
"text_cfg": {
|
| 15 |
+
"context_length": 77,
|
| 16 |
+
"vocab_size": 49408,
|
| 17 |
+
"width": 768,
|
| 18 |
+
"heads": 12,
|
| 19 |
+
"layers": 12
|
| 20 |
+
}
|
| 21 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/RN50x4.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 640,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 288,
|
| 5 |
+
"layers": [
|
| 6 |
+
4,
|
| 7 |
+
6,
|
| 8 |
+
10,
|
| 9 |
+
6
|
| 10 |
+
],
|
| 11 |
+
"width": 80,
|
| 12 |
+
"patch_size": null
|
| 13 |
+
},
|
| 14 |
+
"text_cfg": {
|
| 15 |
+
"context_length": 77,
|
| 16 |
+
"vocab_size": 49408,
|
| 17 |
+
"width": 640,
|
| 18 |
+
"heads": 10,
|
| 19 |
+
"layers": 12
|
| 20 |
+
}
|
| 21 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/RN50x64.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 1024,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 448,
|
| 5 |
+
"layers": [
|
| 6 |
+
3,
|
| 7 |
+
15,
|
| 8 |
+
36,
|
| 9 |
+
10
|
| 10 |
+
],
|
| 11 |
+
"width": 128,
|
| 12 |
+
"patch_size": null
|
| 13 |
+
},
|
| 14 |
+
"text_cfg": {
|
| 15 |
+
"context_length": 77,
|
| 16 |
+
"vocab_size": 49408,
|
| 17 |
+
"width": 1024,
|
| 18 |
+
"heads": 16,
|
| 19 |
+
"layers": 12
|
| 20 |
+
}
|
| 21 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-B-16-plus-240.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 640,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 240,
|
| 5 |
+
"layers": 12,
|
| 6 |
+
"width": 896,
|
| 7 |
+
"patch_size": 16
|
| 8 |
+
},
|
| 9 |
+
"text_cfg": {
|
| 10 |
+
"context_length": 77,
|
| 11 |
+
"vocab_size": 49408,
|
| 12 |
+
"width": 640,
|
| 13 |
+
"heads": 10,
|
| 14 |
+
"layers": 12
|
| 15 |
+
}
|
| 16 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-B-16-plus.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 640,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 224,
|
| 5 |
+
"layers": 12,
|
| 6 |
+
"width": 896,
|
| 7 |
+
"patch_size": 16
|
| 8 |
+
},
|
| 9 |
+
"text_cfg": {
|
| 10 |
+
"context_length": 77,
|
| 11 |
+
"vocab_size": 49408,
|
| 12 |
+
"width": 640,
|
| 13 |
+
"heads": 10,
|
| 14 |
+
"layers": 12
|
| 15 |
+
}
|
| 16 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-B-16.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 512,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 224,
|
| 5 |
+
"layers": 12,
|
| 6 |
+
"width": 768,
|
| 7 |
+
"patch_size": 16
|
| 8 |
+
},
|
| 9 |
+
"text_cfg": {
|
| 10 |
+
"context_length": 77,
|
| 11 |
+
"vocab_size": 49408,
|
| 12 |
+
"width": 512,
|
| 13 |
+
"heads": 8,
|
| 14 |
+
"layers": 12
|
| 15 |
+
}
|
| 16 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-B-32-plus-256.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 640,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 256,
|
| 5 |
+
"layers": 12,
|
| 6 |
+
"width": 896,
|
| 7 |
+
"patch_size": 32
|
| 8 |
+
},
|
| 9 |
+
"text_cfg": {
|
| 10 |
+
"context_length": 77,
|
| 11 |
+
"vocab_size": 49408,
|
| 12 |
+
"width": 640,
|
| 13 |
+
"heads": 10,
|
| 14 |
+
"layers": 12
|
| 15 |
+
}
|
| 16 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-B-32-quickgelu.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 512,
|
| 3 |
+
"quick_gelu": true,
|
| 4 |
+
"vision_cfg": {
|
| 5 |
+
"image_size": 224,
|
| 6 |
+
"layers": 12,
|
| 7 |
+
"width": 768,
|
| 8 |
+
"patch_size": 32
|
| 9 |
+
},
|
| 10 |
+
"text_cfg": {
|
| 11 |
+
"context_length": 77,
|
| 12 |
+
"vocab_size": 49408,
|
| 13 |
+
"width": 512,
|
| 14 |
+
"heads": 8,
|
| 15 |
+
"layers": 12
|
| 16 |
+
}
|
| 17 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-B-32.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 512,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 224,
|
| 5 |
+
"layers": 12,
|
| 6 |
+
"width": 768,
|
| 7 |
+
"patch_size": 32
|
| 8 |
+
},
|
| 9 |
+
"text_cfg": {
|
| 10 |
+
"context_length": 77,
|
| 11 |
+
"vocab_size": 49408,
|
| 12 |
+
"width": 512,
|
| 13 |
+
"heads": 8,
|
| 14 |
+
"layers": 12
|
| 15 |
+
}
|
| 16 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-H-14.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 1024,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 224,
|
| 5 |
+
"layers": 32,
|
| 6 |
+
"width": 1280,
|
| 7 |
+
"head_width": 80,
|
| 8 |
+
"patch_size": 14
|
| 9 |
+
},
|
| 10 |
+
"text_cfg": {
|
| 11 |
+
"context_length": 77,
|
| 12 |
+
"vocab_size": 49408,
|
| 13 |
+
"width": 1024,
|
| 14 |
+
"heads": 16,
|
| 15 |
+
"layers": 24
|
| 16 |
+
}
|
| 17 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-H-16.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 1024,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 224,
|
| 5 |
+
"layers": 32,
|
| 6 |
+
"width": 1280,
|
| 7 |
+
"head_width": 80,
|
| 8 |
+
"patch_size": 16
|
| 9 |
+
},
|
| 10 |
+
"text_cfg": {
|
| 11 |
+
"context_length": 77,
|
| 12 |
+
"vocab_size": 49408,
|
| 13 |
+
"width": 1024,
|
| 14 |
+
"heads": 16,
|
| 15 |
+
"layers": 24
|
| 16 |
+
}
|
| 17 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-L-14-280.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 768,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 280,
|
| 5 |
+
"layers": 24,
|
| 6 |
+
"width": 1024,
|
| 7 |
+
"patch_size": 14
|
| 8 |
+
},
|
| 9 |
+
"text_cfg": {
|
| 10 |
+
"context_length": 77,
|
| 11 |
+
"vocab_size": 49408,
|
| 12 |
+
"width": 768,
|
| 13 |
+
"heads": 12,
|
| 14 |
+
"layers": 12
|
| 15 |
+
}
|
| 16 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-L-14-336.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 768,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 336,
|
| 5 |
+
"layers": 24,
|
| 6 |
+
"width": 1024,
|
| 7 |
+
"patch_size": 14
|
| 8 |
+
},
|
| 9 |
+
"text_cfg": {
|
| 10 |
+
"context_length": 77,
|
| 11 |
+
"vocab_size": 49408,
|
| 12 |
+
"width": 768,
|
| 13 |
+
"heads": 12,
|
| 14 |
+
"layers": 12
|
| 15 |
+
}
|
| 16 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-L-14.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 768,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 224,
|
| 5 |
+
"layers": 24,
|
| 6 |
+
"width": 1024,
|
| 7 |
+
"patch_size": 14
|
| 8 |
+
},
|
| 9 |
+
"text_cfg": {
|
| 10 |
+
"context_length": 77,
|
| 11 |
+
"vocab_size": 49408,
|
| 12 |
+
"width": 768,
|
| 13 |
+
"heads": 12,
|
| 14 |
+
"layers": 12
|
| 15 |
+
}
|
| 16 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-L-16-320.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 768,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 320,
|
| 5 |
+
"layers": 24,
|
| 6 |
+
"width": 1024,
|
| 7 |
+
"patch_size": 16
|
| 8 |
+
},
|
| 9 |
+
"text_cfg": {
|
| 10 |
+
"context_length": 77,
|
| 11 |
+
"vocab_size": 49408,
|
| 12 |
+
"width": 768,
|
| 13 |
+
"heads": 12,
|
| 14 |
+
"layers": 12
|
| 15 |
+
}
|
| 16 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-L-16.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 768,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 224,
|
| 5 |
+
"layers": 24,
|
| 6 |
+
"width": 1024,
|
| 7 |
+
"patch_size": 16
|
| 8 |
+
},
|
| 9 |
+
"text_cfg": {
|
| 10 |
+
"context_length": 77,
|
| 11 |
+
"vocab_size": 49408,
|
| 12 |
+
"width": 768,
|
| 13 |
+
"heads": 12,
|
| 14 |
+
"layers": 12
|
| 15 |
+
}
|
| 16 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-M-16-alt.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 384,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 224,
|
| 5 |
+
"layers": 12,
|
| 6 |
+
"width": 512,
|
| 7 |
+
"patch_size": 16,
|
| 8 |
+
"ls_init_value": 1e-4
|
| 9 |
+
},
|
| 10 |
+
"text_cfg": {
|
| 11 |
+
"context_length": 77,
|
| 12 |
+
"vocab_size": 49408,
|
| 13 |
+
"width": 384,
|
| 14 |
+
"heads": 6,
|
| 15 |
+
"layers": 12
|
| 16 |
+
}
|
| 17 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-M-16.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 512,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 224,
|
| 5 |
+
"layers": 12,
|
| 6 |
+
"width": 512,
|
| 7 |
+
"patch_size": 16
|
| 8 |
+
},
|
| 9 |
+
"text_cfg": {
|
| 10 |
+
"context_length": 77,
|
| 11 |
+
"vocab_size": 49408,
|
| 12 |
+
"width": 512,
|
| 13 |
+
"heads": 8,
|
| 14 |
+
"layers": 12
|
| 15 |
+
}
|
| 16 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-M-32-alt.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 384,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 224,
|
| 5 |
+
"layers": 12,
|
| 6 |
+
"width": 512,
|
| 7 |
+
"patch_size": 32
|
| 8 |
+
},
|
| 9 |
+
"text_cfg": {
|
| 10 |
+
"context_length": 77,
|
| 11 |
+
"vocab_size": 49408,
|
| 12 |
+
"width": 384,
|
| 13 |
+
"heads": 6,
|
| 14 |
+
"layers": 12
|
| 15 |
+
}
|
| 16 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-M-32.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 512,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 224,
|
| 5 |
+
"layers": 12,
|
| 6 |
+
"width": 512,
|
| 7 |
+
"patch_size": 32
|
| 8 |
+
},
|
| 9 |
+
"text_cfg": {
|
| 10 |
+
"context_length": 77,
|
| 11 |
+
"vocab_size": 49408,
|
| 12 |
+
"width": 512,
|
| 13 |
+
"heads": 8,
|
| 14 |
+
"layers": 12
|
| 15 |
+
}
|
| 16 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-S-16-alt.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 256,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 224,
|
| 5 |
+
"layers": 12,
|
| 6 |
+
"width": 384,
|
| 7 |
+
"patch_size": 16
|
| 8 |
+
},
|
| 9 |
+
"text_cfg": {
|
| 10 |
+
"context_length": 77,
|
| 11 |
+
"vocab_size": 49408,
|
| 12 |
+
"width": 256,
|
| 13 |
+
"heads": 4,
|
| 14 |
+
"layers": 10
|
| 15 |
+
}
|
| 16 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-S-16.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 384,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 224,
|
| 5 |
+
"layers": 12,
|
| 6 |
+
"width": 384,
|
| 7 |
+
"patch_size": 16
|
| 8 |
+
},
|
| 9 |
+
"text_cfg": {
|
| 10 |
+
"context_length": 77,
|
| 11 |
+
"vocab_size": 49408,
|
| 12 |
+
"width": 384,
|
| 13 |
+
"heads": 6,
|
| 14 |
+
"layers": 12
|
| 15 |
+
}
|
| 16 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-S-32-alt.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 256,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 224,
|
| 5 |
+
"layers": 12,
|
| 6 |
+
"width": 384,
|
| 7 |
+
"patch_size": 32
|
| 8 |
+
},
|
| 9 |
+
"text_cfg": {
|
| 10 |
+
"context_length": 77,
|
| 11 |
+
"vocab_size": 49408,
|
| 12 |
+
"width": 256,
|
| 13 |
+
"heads": 4,
|
| 14 |
+
"layers": 10
|
| 15 |
+
}
|
| 16 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-S-32.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 384,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 224,
|
| 5 |
+
"layers": 12,
|
| 6 |
+
"width": 384,
|
| 7 |
+
"patch_size": 32
|
| 8 |
+
},
|
| 9 |
+
"text_cfg": {
|
| 10 |
+
"context_length": 77,
|
| 11 |
+
"vocab_size": 49408,
|
| 12 |
+
"width": 384,
|
| 13 |
+
"heads": 6,
|
| 14 |
+
"layers": 12
|
| 15 |
+
}
|
| 16 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-bigG-14.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 1280,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 224,
|
| 5 |
+
"layers": 48,
|
| 6 |
+
"width": 1664,
|
| 7 |
+
"head_width": 104,
|
| 8 |
+
"mlp_ratio": 4.9231,
|
| 9 |
+
"patch_size": 14
|
| 10 |
+
},
|
| 11 |
+
"text_cfg": {
|
| 12 |
+
"context_length": 77,
|
| 13 |
+
"vocab_size": 49408,
|
| 14 |
+
"width": 1280,
|
| 15 |
+
"heads": 20,
|
| 16 |
+
"layers": 32
|
| 17 |
+
}
|
| 18 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-e-14.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 1280,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 224,
|
| 5 |
+
"layers": 56,
|
| 6 |
+
"width": 1792,
|
| 7 |
+
"head_width": 112,
|
| 8 |
+
"mlp_ratio": 8.5715,
|
| 9 |
+
"patch_size": 14
|
| 10 |
+
},
|
| 11 |
+
"text_cfg": {
|
| 12 |
+
"context_length": 77,
|
| 13 |
+
"vocab_size": 49408,
|
| 14 |
+
"width": 1280,
|
| 15 |
+
"heads": 20,
|
| 16 |
+
"layers": 36
|
| 17 |
+
}
|
| 18 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/ViT-g-14.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 1024,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 224,
|
| 5 |
+
"layers": 40,
|
| 6 |
+
"width": 1408,
|
| 7 |
+
"head_width": 88,
|
| 8 |
+
"mlp_ratio": 4.3637,
|
| 9 |
+
"patch_size": 14
|
| 10 |
+
},
|
| 11 |
+
"text_cfg": {
|
| 12 |
+
"context_length": 77,
|
| 13 |
+
"vocab_size": 49408,
|
| 14 |
+
"width": 1024,
|
| 15 |
+
"heads": 16,
|
| 16 |
+
"layers": 24
|
| 17 |
+
}
|
| 18 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/coca_ViT-B-32.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 512,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 224,
|
| 5 |
+
"layers": 12,
|
| 6 |
+
"width": 768,
|
| 7 |
+
"patch_size": 32,
|
| 8 |
+
"attentional_pool": true,
|
| 9 |
+
"attn_pooler_heads": 8,
|
| 10 |
+
"output_tokens": true
|
| 11 |
+
},
|
| 12 |
+
"text_cfg": {
|
| 13 |
+
"context_length": 76,
|
| 14 |
+
"vocab_size": 49408,
|
| 15 |
+
"width": 512,
|
| 16 |
+
"heads": 8,
|
| 17 |
+
"layers": 12,
|
| 18 |
+
"embed_cls": true,
|
| 19 |
+
"output_tokens": true
|
| 20 |
+
},
|
| 21 |
+
"multimodal_cfg": {
|
| 22 |
+
"context_length": 76,
|
| 23 |
+
"vocab_size": 49408,
|
| 24 |
+
"width": 512,
|
| 25 |
+
"heads": 8,
|
| 26 |
+
"layers": 12,
|
| 27 |
+
"attn_pooler_heads": 8
|
| 28 |
+
},
|
| 29 |
+
"custom_text": true
|
| 30 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/coca_ViT-L-14.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 768,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 224,
|
| 5 |
+
"layers": 24,
|
| 6 |
+
"width": 1024,
|
| 7 |
+
"patch_size": 14,
|
| 8 |
+
"attentional_pool": true,
|
| 9 |
+
"attn_pooler_heads": 8,
|
| 10 |
+
"output_tokens": true
|
| 11 |
+
},
|
| 12 |
+
"text_cfg": {
|
| 13 |
+
"context_length": 76,
|
| 14 |
+
"vocab_size": 49408,
|
| 15 |
+
"width": 768,
|
| 16 |
+
"heads": 12,
|
| 17 |
+
"layers": 12,
|
| 18 |
+
"embed_cls": true,
|
| 19 |
+
"output_tokens": true
|
| 20 |
+
},
|
| 21 |
+
"multimodal_cfg": {
|
| 22 |
+
"context_length": 76,
|
| 23 |
+
"vocab_size": 49408,
|
| 24 |
+
"width": 768,
|
| 25 |
+
"heads": 12,
|
| 26 |
+
"layers": 12,
|
| 27 |
+
"attn_pooler_heads": 12
|
| 28 |
+
},
|
| 29 |
+
"custom_text": true
|
| 30 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/coca_base.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 512,
|
| 3 |
+
"multimodal_cfg": {
|
| 4 |
+
"width": 768,
|
| 5 |
+
"context_length": 76,
|
| 6 |
+
"vocab_size": 64000,
|
| 7 |
+
"mlp_ratio": 4,
|
| 8 |
+
"layers": 12,
|
| 9 |
+
"dim_head": 64,
|
| 10 |
+
"heads": 12,
|
| 11 |
+
"n_queries": 256,
|
| 12 |
+
"attn_pooler_heads": 8
|
| 13 |
+
},
|
| 14 |
+
"vision_cfg": {
|
| 15 |
+
"image_size": 288,
|
| 16 |
+
"layers": 12,
|
| 17 |
+
"width": 768,
|
| 18 |
+
"patch_size": 18,
|
| 19 |
+
"output_tokens": true
|
| 20 |
+
},
|
| 21 |
+
"text_cfg": {
|
| 22 |
+
"context_length": 76,
|
| 23 |
+
"vocab_size": 64000,
|
| 24 |
+
"layers": 12,
|
| 25 |
+
"heads": 12,
|
| 26 |
+
"width": 768,
|
| 27 |
+
"embed_cls": true,
|
| 28 |
+
"output_tokens": true
|
| 29 |
+
},
|
| 30 |
+
"custom_text": true
|
| 31 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/coca_roberta-ViT-B-32.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 512,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 224,
|
| 5 |
+
"layers": 12,
|
| 6 |
+
"width": 768,
|
| 7 |
+
"patch_size": 32,
|
| 8 |
+
"output_tokens": true
|
| 9 |
+
},
|
| 10 |
+
"text_cfg": {
|
| 11 |
+
"hf_model_name": "roberta-base",
|
| 12 |
+
"hf_tokenizer_name": "roberta-base",
|
| 13 |
+
"proj": "linear",
|
| 14 |
+
"width": 768,
|
| 15 |
+
"output_tokens": true
|
| 16 |
+
},
|
| 17 |
+
"multimodal_cfg": {
|
| 18 |
+
"context_length": 76,
|
| 19 |
+
"width": 768,
|
| 20 |
+
"heads": 8,
|
| 21 |
+
"layers": 12
|
| 22 |
+
},
|
| 23 |
+
"custom_text": true
|
| 24 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/convnext_base.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 512,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"timm_model_name": "convnext_base",
|
| 5 |
+
"timm_model_pretrained": false,
|
| 6 |
+
"timm_pool": "",
|
| 7 |
+
"timm_proj": "linear",
|
| 8 |
+
"timm_drop": 0.0,
|
| 9 |
+
"timm_drop_path": 0.1,
|
| 10 |
+
"image_size": 224
|
| 11 |
+
},
|
| 12 |
+
"text_cfg": {
|
| 13 |
+
"context_length": 77,
|
| 14 |
+
"vocab_size": 49408,
|
| 15 |
+
"width": 512,
|
| 16 |
+
"heads": 8,
|
| 17 |
+
"layers": 12
|
| 18 |
+
}
|
| 19 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/convnext_base_w.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 640,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"timm_model_name": "convnext_base",
|
| 5 |
+
"timm_model_pretrained": false,
|
| 6 |
+
"timm_pool": "",
|
| 7 |
+
"timm_proj": "linear",
|
| 8 |
+
"timm_drop": 0.0,
|
| 9 |
+
"timm_drop_path": 0.1,
|
| 10 |
+
"image_size": 256
|
| 11 |
+
},
|
| 12 |
+
"text_cfg": {
|
| 13 |
+
"context_length": 77,
|
| 14 |
+
"vocab_size": 49408,
|
| 15 |
+
"width": 640,
|
| 16 |
+
"heads": 10,
|
| 17 |
+
"layers": 12
|
| 18 |
+
}
|
| 19 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/convnext_base_w_320.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 640,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"timm_model_name": "convnext_base",
|
| 5 |
+
"timm_model_pretrained": false,
|
| 6 |
+
"timm_pool": "",
|
| 7 |
+
"timm_proj": "linear",
|
| 8 |
+
"timm_drop": 0.0,
|
| 9 |
+
"timm_drop_path": 0.1,
|
| 10 |
+
"image_size": 320
|
| 11 |
+
},
|
| 12 |
+
"text_cfg": {
|
| 13 |
+
"context_length": 77,
|
| 14 |
+
"vocab_size": 49408,
|
| 15 |
+
"width": 640,
|
| 16 |
+
"heads": 10,
|
| 17 |
+
"layers": 12
|
| 18 |
+
}
|
| 19 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/convnext_large.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 768,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"timm_model_name": "convnext_large",
|
| 5 |
+
"timm_model_pretrained": false,
|
| 6 |
+
"timm_pool": "",
|
| 7 |
+
"timm_proj": "linear",
|
| 8 |
+
"timm_drop": 0.0,
|
| 9 |
+
"timm_drop_path": 0.1,
|
| 10 |
+
"image_size": 224
|
| 11 |
+
},
|
| 12 |
+
"text_cfg": {
|
| 13 |
+
"context_length": 77,
|
| 14 |
+
"vocab_size": 49408,
|
| 15 |
+
"width": 768,
|
| 16 |
+
"heads": 12,
|
| 17 |
+
"layers": 12
|
| 18 |
+
}
|
| 19 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/convnext_large_d.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 768,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"timm_model_name": "convnext_large",
|
| 5 |
+
"timm_model_pretrained": false,
|
| 6 |
+
"timm_pool": "",
|
| 7 |
+
"timm_proj": "mlp",
|
| 8 |
+
"timm_drop": 0.0,
|
| 9 |
+
"timm_drop_path": 0.1,
|
| 10 |
+
"image_size": 256
|
| 11 |
+
},
|
| 12 |
+
"text_cfg": {
|
| 13 |
+
"context_length": 77,
|
| 14 |
+
"vocab_size": 49408,
|
| 15 |
+
"width": 768,
|
| 16 |
+
"heads": 12,
|
| 17 |
+
"layers": 16
|
| 18 |
+
}
|
| 19 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/convnext_large_d_320.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 768,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"timm_model_name": "convnext_large",
|
| 5 |
+
"timm_model_pretrained": false,
|
| 6 |
+
"timm_pool": "",
|
| 7 |
+
"timm_proj": "mlp",
|
| 8 |
+
"timm_drop": 0.0,
|
| 9 |
+
"timm_drop_path": 0.1,
|
| 10 |
+
"image_size": 320
|
| 11 |
+
},
|
| 12 |
+
"text_cfg": {
|
| 13 |
+
"context_length": 77,
|
| 14 |
+
"vocab_size": 49408,
|
| 15 |
+
"width": 768,
|
| 16 |
+
"heads": 12,
|
| 17 |
+
"layers": 16
|
| 18 |
+
}
|
| 19 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/convnext_small.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 512,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"timm_model_name": "convnext_small",
|
| 5 |
+
"timm_model_pretrained": false,
|
| 6 |
+
"timm_pool": "",
|
| 7 |
+
"timm_proj": "linear",
|
| 8 |
+
"timm_drop": 0.0,
|
| 9 |
+
"timm_drop_path": 0.1,
|
| 10 |
+
"image_size": 224
|
| 11 |
+
},
|
| 12 |
+
"text_cfg": {
|
| 13 |
+
"context_length": 77,
|
| 14 |
+
"vocab_size": 49408,
|
| 15 |
+
"width": 512,
|
| 16 |
+
"heads": 8,
|
| 17 |
+
"layers": 12
|
| 18 |
+
}
|
| 19 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/convnext_tiny.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 1024,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"timm_model_name": "convnext_tiny",
|
| 5 |
+
"timm_model_pretrained": false,
|
| 6 |
+
"timm_pool": "",
|
| 7 |
+
"timm_proj": "linear",
|
| 8 |
+
"timm_drop": 0.0,
|
| 9 |
+
"timm_drop_path": 0.1,
|
| 10 |
+
"image_size": 224
|
| 11 |
+
},
|
| 12 |
+
"text_cfg": {
|
| 13 |
+
"context_length": 77,
|
| 14 |
+
"vocab_size": 49408,
|
| 15 |
+
"width": 512,
|
| 16 |
+
"heads": 8,
|
| 17 |
+
"layers": 12
|
| 18 |
+
}
|
| 19 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/convnext_xlarge.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 1024,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"timm_model_name": "convnext_xlarge",
|
| 5 |
+
"timm_model_pretrained": false,
|
| 6 |
+
"timm_pool": "",
|
| 7 |
+
"timm_proj": "linear",
|
| 8 |
+
"timm_drop": 0.0,
|
| 9 |
+
"timm_drop_path": 0.1,
|
| 10 |
+
"image_size": 256
|
| 11 |
+
},
|
| 12 |
+
"text_cfg": {
|
| 13 |
+
"context_length": 77,
|
| 14 |
+
"vocab_size": 49408,
|
| 15 |
+
"width": 1024,
|
| 16 |
+
"heads": 16,
|
| 17 |
+
"layers": 20
|
| 18 |
+
}
|
| 19 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/convnext_xxlarge.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 1024,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"timm_model_name": "convnext_xxlarge",
|
| 5 |
+
"timm_model_pretrained": false,
|
| 6 |
+
"timm_pool": "",
|
| 7 |
+
"timm_proj": "linear",
|
| 8 |
+
"timm_drop": 0.0,
|
| 9 |
+
"timm_drop_path": 0.1,
|
| 10 |
+
"image_size": 256
|
| 11 |
+
},
|
| 12 |
+
"text_cfg": {
|
| 13 |
+
"context_length": 77,
|
| 14 |
+
"vocab_size": 49408,
|
| 15 |
+
"width": 1024,
|
| 16 |
+
"heads": 16,
|
| 17 |
+
"layers": 24
|
| 18 |
+
}
|
| 19 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/convnext_xxlarge_320.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 1024,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"timm_model_name": "convnext_xxlarge",
|
| 5 |
+
"timm_model_pretrained": false,
|
| 6 |
+
"timm_pool": "",
|
| 7 |
+
"timm_proj": "linear",
|
| 8 |
+
"timm_drop": 0.0,
|
| 9 |
+
"timm_drop_path": 0.1,
|
| 10 |
+
"image_size": 320
|
| 11 |
+
},
|
| 12 |
+
"text_cfg": {
|
| 13 |
+
"context_length": 77,
|
| 14 |
+
"vocab_size": 49408,
|
| 15 |
+
"width": 1024,
|
| 16 |
+
"heads": 16,
|
| 17 |
+
"layers": 24
|
| 18 |
+
}
|
| 19 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/mt5-base-ViT-B-32.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 512,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 224,
|
| 5 |
+
"layers": 12,
|
| 6 |
+
"width": 768,
|
| 7 |
+
"patch_size": 32
|
| 8 |
+
},
|
| 9 |
+
"text_cfg": {
|
| 10 |
+
"hf_model_name": "google/mt5-base",
|
| 11 |
+
"hf_tokenizer_name": "google/mt5-base",
|
| 12 |
+
"proj": "mlp",
|
| 13 |
+
"pooler_type": "mean_pooler"
|
| 14 |
+
}
|
| 15 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/mt5-xl-ViT-H-14.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 1024,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 224,
|
| 5 |
+
"layers": 32,
|
| 6 |
+
"width": 1280,
|
| 7 |
+
"head_width": 80,
|
| 8 |
+
"patch_size": 14
|
| 9 |
+
},
|
| 10 |
+
"text_cfg": {
|
| 11 |
+
"hf_model_name": "google/mt5-xl",
|
| 12 |
+
"hf_tokenizer_name": "google/mt5-xl",
|
| 13 |
+
"proj": "mlp",
|
| 14 |
+
"pooler_type": "mean_pooler"
|
| 15 |
+
}
|
| 16 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/roberta-ViT-B-32.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 512,
|
| 3 |
+
"quick_gelu": true,
|
| 4 |
+
"vision_cfg": {
|
| 5 |
+
"image_size": 224,
|
| 6 |
+
"layers": 12,
|
| 7 |
+
"width": 768,
|
| 8 |
+
"patch_size": 32
|
| 9 |
+
},
|
| 10 |
+
"text_cfg": {
|
| 11 |
+
"hf_model_name": "roberta-base",
|
| 12 |
+
"hf_tokenizer_name": "roberta-base",
|
| 13 |
+
"proj": "mlp",
|
| 14 |
+
"pooler_type": "mean_pooler"
|
| 15 |
+
}
|
| 16 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/swin_base_patch4_window7_224.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 640,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"timm_model_name": "swin_base_patch4_window7_224",
|
| 5 |
+
"timm_model_pretrained": false,
|
| 6 |
+
"timm_pool": "",
|
| 7 |
+
"timm_proj": "linear",
|
| 8 |
+
"image_size": 224
|
| 9 |
+
},
|
| 10 |
+
"text_cfg": {
|
| 11 |
+
"context_length": 77,
|
| 12 |
+
"vocab_size": 49408,
|
| 13 |
+
"width": 640,
|
| 14 |
+
"heads": 10,
|
| 15 |
+
"layers": 12
|
| 16 |
+
}
|
| 17 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/vit_medium_patch16_gap_256.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 512,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"timm_model_name": "vit_medium_patch16_gap_256",
|
| 5 |
+
"timm_model_pretrained": false,
|
| 6 |
+
"timm_pool": "",
|
| 7 |
+
"timm_proj": "linear",
|
| 8 |
+
"image_size": 256
|
| 9 |
+
},
|
| 10 |
+
"text_cfg": {
|
| 11 |
+
"context_length": 77,
|
| 12 |
+
"vocab_size": 49408,
|
| 13 |
+
"width": 512,
|
| 14 |
+
"heads": 8,
|
| 15 |
+
"layers": 12
|
| 16 |
+
}
|
| 17 |
+
}
|
downstream/ProxyCLIP_TPAMI/clipself/src/open_clip/model_configs/vit_relpos_medium_patch16_cls_224.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 512,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"timm_model_name": "vit_relpos_medium_patch16_cls_224",
|
| 5 |
+
"timm_model_pretrained": false,
|
| 6 |
+
"timm_pool": "",
|
| 7 |
+
"timm_proj": "linear",
|
| 8 |
+
"image_size": 224
|
| 9 |
+
},
|
| 10 |
+
"text_cfg": {
|
| 11 |
+
"context_length": 77,
|
| 12 |
+
"vocab_size": 49408,
|
| 13 |
+
"width": 512,
|
| 14 |
+
"heads": 8,
|
| 15 |
+
"layers": 12
|
| 16 |
+
}
|
| 17 |
+
}
|