Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
open_clip_pytorch
Commits
6f43e8fa
"tools/vscode:/vscode.git/clone" did not exist on "f7cdbcb5ee0590cbf28ce0237f393202d68d3670"
Commit
6f43e8fa
authored
Sep 14, 2024
by
mashun1
Browse files
open_clip
parents
Pipeline
#1689
canceled with stages
Changes
217
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
447 additions
and
0 deletions
+447
-0
src/open_clip/model_configs/ViT-bigG-14.json
src/open_clip/model_configs/ViT-bigG-14.json
+19
-0
src/open_clip/model_configs/ViT-e-14.json
src/open_clip/model_configs/ViT-e-14.json
+19
-0
src/open_clip/model_configs/ViT-g-14.json
src/open_clip/model_configs/ViT-g-14.json
+19
-0
src/open_clip/model_configs/ViTamin-B-LTT.json
src/open_clip/model_configs/ViTamin-B-LTT.json
+21
-0
src/open_clip/model_configs/ViTamin-B.json
src/open_clip/model_configs/ViTamin-B.json
+21
-0
src/open_clip/model_configs/ViTamin-L-256.json
src/open_clip/model_configs/ViTamin-L-256.json
+21
-0
src/open_clip/model_configs/ViTamin-L-336.json
src/open_clip/model_configs/ViTamin-L-336.json
+21
-0
src/open_clip/model_configs/ViTamin-L.json
src/open_clip/model_configs/ViTamin-L.json
+21
-0
src/open_clip/model_configs/ViTamin-L2-256.json
src/open_clip/model_configs/ViTamin-L2-256.json
+21
-0
src/open_clip/model_configs/ViTamin-L2-336.json
src/open_clip/model_configs/ViTamin-L2-336.json
+21
-0
src/open_clip/model_configs/ViTamin-L2.json
src/open_clip/model_configs/ViTamin-L2.json
+21
-0
src/open_clip/model_configs/ViTamin-S-LTT.json
src/open_clip/model_configs/ViTamin-S-LTT.json
+21
-0
src/open_clip/model_configs/ViTamin-S.json
src/open_clip/model_configs/ViTamin-S.json
+21
-0
src/open_clip/model_configs/ViTamin-XL-256.json
src/open_clip/model_configs/ViTamin-XL-256.json
+21
-0
src/open_clip/model_configs/ViTamin-XL-336.json
src/open_clip/model_configs/ViTamin-XL-336.json
+21
-0
src/open_clip/model_configs/ViTamin-XL-384.json
src/open_clip/model_configs/ViTamin-XL-384.json
+21
-0
src/open_clip/model_configs/coca_ViT-B-32.json
src/open_clip/model_configs/coca_ViT-B-32.json
+31
-0
src/open_clip/model_configs/coca_ViT-L-14.json
src/open_clip/model_configs/coca_ViT-L-14.json
+30
-0
src/open_clip/model_configs/coca_base.json
src/open_clip/model_configs/coca_base.json
+32
-0
src/open_clip/model_configs/coca_roberta-ViT-B-32.json
src/open_clip/model_configs/coca_roberta-ViT-B-32.json
+24
-0
No files found.
src/open_clip/model_configs/ViT-bigG-14.json
0 → 100755
View file @
6f43e8fa
{
"embed_dim"
:
1280
,
"vision_cfg"
:
{
"image_size"
:
224
,
"layers"
:
48
,
"width"
:
1664
,
"head_width"
:
104
,
"mlp_ratio"
:
4.9231
,
"patch_size"
:
14
},
"text_cfg"
:
{
"context_length"
:
77
,
"vocab_size"
:
49408
,
"width"
:
1280
,
"heads"
:
20
,
"layers"
:
32
}
}
\ No newline at end of file
src/open_clip/model_configs/ViT-e-14.json
0 → 100755
View file @
6f43e8fa
{
"embed_dim"
:
1280
,
"vision_cfg"
:
{
"image_size"
:
224
,
"layers"
:
56
,
"width"
:
1792
,
"head_width"
:
112
,
"mlp_ratio"
:
8.5715
,
"patch_size"
:
14
},
"text_cfg"
:
{
"context_length"
:
77
,
"vocab_size"
:
49408
,
"width"
:
1280
,
"heads"
:
20
,
"layers"
:
36
}
}
\ No newline at end of file
src/open_clip/model_configs/ViT-g-14.json
0 → 100755
View file @
6f43e8fa
{
"embed_dim"
:
1024
,
"vision_cfg"
:
{
"image_size"
:
224
,
"layers"
:
40
,
"width"
:
1408
,
"head_width"
:
88
,
"mlp_ratio"
:
4.3637
,
"patch_size"
:
14
},
"text_cfg"
:
{
"context_length"
:
77
,
"vocab_size"
:
49408
,
"width"
:
1024
,
"heads"
:
16
,
"layers"
:
24
}
}
\ No newline at end of file
src/open_clip/model_configs/ViTamin-B-LTT.json
0 → 100755
View file @
6f43e8fa
{
"embed_dim"
:
768
,
"vision_cfg"
:
{
"timm_model_name"
:
"vitamin_base_224"
,
"timm_model_pretrained"
:
false
,
"timm_pool"
:
""
,
"timm_proj"
:
"linear"
,
"timm_drop"
:
0.0
,
"timm_drop_path"
:
0.1
,
"image_size"
:
224
},
"text_cfg"
:
{
"context_length"
:
77
,
"vocab_size"
:
49408
,
"width"
:
768
,
"heads"
:
12
,
"layers"
:
12
},
"custom_text"
:
true
}
\ No newline at end of file
src/open_clip/model_configs/ViTamin-B.json
0 → 100755
View file @
6f43e8fa
{
"embed_dim"
:
512
,
"vision_cfg"
:
{
"timm_model_name"
:
"vitamin_base_224"
,
"timm_model_pretrained"
:
false
,
"timm_pool"
:
""
,
"timm_proj"
:
"linear"
,
"timm_drop"
:
0.0
,
"timm_drop_path"
:
0.1
,
"image_size"
:
224
},
"text_cfg"
:
{
"context_length"
:
77
,
"vocab_size"
:
49408
,
"width"
:
512
,
"heads"
:
8
,
"layers"
:
12
},
"custom_text"
:
true
}
\ No newline at end of file
src/open_clip/model_configs/ViTamin-L-256.json
0 → 100755
View file @
6f43e8fa
{
"embed_dim"
:
768
,
"vision_cfg"
:
{
"timm_model_name"
:
"vitamin_large_256"
,
"timm_model_pretrained"
:
false
,
"timm_pool"
:
""
,
"timm_proj"
:
"linear"
,
"timm_drop"
:
0.0
,
"timm_drop_path"
:
0.1
,
"image_size"
:
256
},
"text_cfg"
:
{
"context_length"
:
77
,
"vocab_size"
:
49408
,
"width"
:
768
,
"heads"
:
12
,
"layers"
:
12
},
"custom_text"
:
true
}
\ No newline at end of file
src/open_clip/model_configs/ViTamin-L-336.json
0 → 100755
View file @
6f43e8fa
{
"embed_dim"
:
768
,
"vision_cfg"
:
{
"timm_model_name"
:
"vitamin_large_336"
,
"timm_model_pretrained"
:
false
,
"timm_pool"
:
""
,
"timm_proj"
:
"linear"
,
"timm_drop"
:
0.0
,
"timm_drop_path"
:
0.1
,
"image_size"
:
336
},
"text_cfg"
:
{
"context_length"
:
77
,
"vocab_size"
:
49408
,
"width"
:
768
,
"heads"
:
12
,
"layers"
:
12
},
"custom_text"
:
true
}
\ No newline at end of file
src/open_clip/model_configs/ViTamin-L.json
0 → 100755
View file @
6f43e8fa
{
"embed_dim"
:
768
,
"vision_cfg"
:
{
"timm_model_name"
:
"vitamin_large_224"
,
"timm_model_pretrained"
:
false
,
"timm_pool"
:
""
,
"timm_proj"
:
"linear"
,
"timm_drop"
:
0.0
,
"timm_drop_path"
:
0.1
,
"image_size"
:
224
},
"text_cfg"
:
{
"context_length"
:
77
,
"vocab_size"
:
49408
,
"width"
:
768
,
"heads"
:
12
,
"layers"
:
12
},
"custom_text"
:
true
}
\ No newline at end of file
src/open_clip/model_configs/ViTamin-L2-256.json
0 → 100755
View file @
6f43e8fa
{
"embed_dim"
:
1024
,
"vision_cfg"
:
{
"timm_model_name"
:
"vitamin_large2_256"
,
"timm_model_pretrained"
:
false
,
"timm_pool"
:
""
,
"timm_proj"
:
"linear"
,
"timm_drop"
:
0.0
,
"timm_drop_path"
:
0.1
,
"image_size"
:
256
},
"text_cfg"
:
{
"context_length"
:
77
,
"vocab_size"
:
49408
,
"width"
:
1024
,
"heads"
:
16
,
"layers"
:
24
},
"custom_text"
:
true
}
\ No newline at end of file
src/open_clip/model_configs/ViTamin-L2-336.json
0 → 100755
View file @
6f43e8fa
{
"embed_dim"
:
1024
,
"vision_cfg"
:
{
"timm_model_name"
:
"vitamin_large2_336"
,
"timm_model_pretrained"
:
false
,
"timm_pool"
:
""
,
"timm_proj"
:
"linear"
,
"timm_drop"
:
0.0
,
"timm_drop_path"
:
0.1
,
"image_size"
:
336
},
"text_cfg"
:
{
"context_length"
:
77
,
"vocab_size"
:
49408
,
"width"
:
1024
,
"heads"
:
16
,
"layers"
:
24
},
"custom_text"
:
true
}
\ No newline at end of file
src/open_clip/model_configs/ViTamin-L2.json
0 → 100755
View file @
6f43e8fa
{
"embed_dim"
:
1024
,
"vision_cfg"
:
{
"timm_model_name"
:
"vitamin_large2_224"
,
"timm_model_pretrained"
:
false
,
"timm_pool"
:
""
,
"timm_proj"
:
"linear"
,
"timm_drop"
:
0.0
,
"timm_drop_path"
:
0.1
,
"image_size"
:
224
},
"text_cfg"
:
{
"context_length"
:
77
,
"vocab_size"
:
49408
,
"width"
:
1024
,
"heads"
:
16
,
"layers"
:
24
},
"custom_text"
:
true
}
\ No newline at end of file
src/open_clip/model_configs/ViTamin-S-LTT.json
0 → 100755
View file @
6f43e8fa
{
"embed_dim"
:
768
,
"vision_cfg"
:
{
"timm_model_name"
:
"vitamin_small_224"
,
"timm_model_pretrained"
:
false
,
"timm_pool"
:
""
,
"timm_proj"
:
"linear"
,
"timm_drop"
:
0.0
,
"timm_drop_path"
:
0.1
,
"image_size"
:
224
},
"text_cfg"
:
{
"context_length"
:
77
,
"vocab_size"
:
49408
,
"width"
:
768
,
"heads"
:
12
,
"layers"
:
12
},
"custom_text"
:
true
}
\ No newline at end of file
src/open_clip/model_configs/ViTamin-S.json
0 → 100755
View file @
6f43e8fa
{
"embed_dim"
:
384
,
"vision_cfg"
:
{
"timm_model_name"
:
"vitamin_small_224"
,
"timm_model_pretrained"
:
false
,
"timm_pool"
:
""
,
"timm_proj"
:
"linear"
,
"timm_drop"
:
0.0
,
"timm_drop_path"
:
0.1
,
"image_size"
:
224
},
"text_cfg"
:
{
"context_length"
:
77
,
"vocab_size"
:
49408
,
"width"
:
384
,
"heads"
:
6
,
"layers"
:
12
},
"custom_text"
:
true
}
\ No newline at end of file
src/open_clip/model_configs/ViTamin-XL-256.json
0 → 100755
View file @
6f43e8fa
{
"embed_dim"
:
1152
,
"vision_cfg"
:
{
"timm_model_name"
:
"vitamin_xlarge_256"
,
"timm_model_pretrained"
:
false
,
"timm_pool"
:
""
,
"timm_proj"
:
"linear"
,
"timm_drop"
:
0.0
,
"timm_drop_path"
:
0.1
,
"image_size"
:
256
},
"text_cfg"
:
{
"context_length"
:
77
,
"vocab_size"
:
49408
,
"width"
:
1152
,
"heads"
:
16
,
"layers"
:
27
},
"custom_text"
:
true
}
\ No newline at end of file
src/open_clip/model_configs/ViTamin-XL-336.json
0 → 100755
View file @
6f43e8fa
{
"embed_dim"
:
1152
,
"vision_cfg"
:
{
"timm_model_name"
:
"vitamin_xlarge_336"
,
"timm_model_pretrained"
:
false
,
"timm_pool"
:
""
,
"timm_proj"
:
"linear"
,
"timm_drop"
:
0.0
,
"timm_drop_path"
:
0.1
,
"image_size"
:
336
},
"text_cfg"
:
{
"context_length"
:
77
,
"vocab_size"
:
49408
,
"width"
:
1152
,
"heads"
:
16
,
"layers"
:
27
},
"custom_text"
:
true
}
\ No newline at end of file
src/open_clip/model_configs/ViTamin-XL-384.json
0 → 100755
View file @
6f43e8fa
{
"embed_dim"
:
1152
,
"vision_cfg"
:
{
"timm_model_name"
:
"vitamin_xlarge_384"
,
"timm_model_pretrained"
:
false
,
"timm_pool"
:
""
,
"timm_proj"
:
"linear"
,
"timm_drop"
:
0.0
,
"timm_drop_path"
:
0.1
,
"image_size"
:
256
},
"text_cfg"
:
{
"context_length"
:
77
,
"vocab_size"
:
49408
,
"width"
:
1152
,
"heads"
:
16
,
"layers"
:
27
},
"custom_text"
:
true
}
\ No newline at end of file
src/open_clip/model_configs/coca_ViT-B-32.json
0 → 100755
View file @
6f43e8fa
{
"embed_dim"
:
512
,
"vision_cfg"
:
{
"image_size"
:
224
,
"layers"
:
12
,
"width"
:
768
,
"patch_size"
:
32
,
"attentional_pool"
:
true
,
"attn_pooler_heads"
:
8
,
"output_tokens"
:
true
},
"text_cfg"
:
{
"context_length"
:
76
,
"vocab_size"
:
49408
,
"width"
:
512
,
"heads"
:
8
,
"layers"
:
12
,
"embed_cls"
:
true
,
"output_tokens"
:
true
},
"multimodal_cfg"
:
{
"context_length"
:
76
,
"vocab_size"
:
49408
,
"width"
:
512
,
"heads"
:
8
,
"layers"
:
12
,
"attn_pooler_heads"
:
8
},
"custom_text"
:
true
}
\ No newline at end of file
src/open_clip/model_configs/coca_ViT-L-14.json
0 → 100755
View file @
6f43e8fa
{
"embed_dim"
:
768
,
"vision_cfg"
:
{
"image_size"
:
224
,
"layers"
:
24
,
"width"
:
1024
,
"patch_size"
:
14
,
"attentional_pool"
:
true
,
"attn_pooler_heads"
:
8
,
"output_tokens"
:
true
},
"text_cfg"
:
{
"context_length"
:
76
,
"vocab_size"
:
49408
,
"width"
:
768
,
"heads"
:
12
,
"layers"
:
12
,
"embed_cls"
:
true
,
"output_tokens"
:
true
},
"multimodal_cfg"
:
{
"context_length"
:
76
,
"vocab_size"
:
49408
,
"width"
:
768
,
"heads"
:
12
,
"layers"
:
12
,
"attn_pooler_heads"
:
12
},
"custom_text"
:
true
}
src/open_clip/model_configs/coca_base.json
0 → 100755
View file @
6f43e8fa
{
"embed_dim"
:
512
,
"multimodal_cfg"
:
{
"width"
:
768
,
"context_length"
:
76
,
"vocab_size"
:
64000
,
"mlp_ratio"
:
4
,
"layers"
:
12
,
"dim_head"
:
64
,
"heads"
:
12
,
"n_queries"
:
256
,
"attn_pooler_heads"
:
8
},
"vision_cfg"
:
{
"image_size"
:
288
,
"layers"
:
12
,
"width"
:
768
,
"patch_size"
:
18
,
"output_tokens"
:
true
},
"text_cfg"
:
{
"context_length"
:
76
,
"vocab_size"
:
64000
,
"layers"
:
12
,
"heads"
:
12
,
"width"
:
768
,
"embed_cls"
:
true
,
"output_tokens"
:
true
},
"custom_text"
:
true
}
\ No newline at end of file
src/open_clip/model_configs/coca_roberta-ViT-B-32.json
0 → 100755
View file @
6f43e8fa
{
"embed_dim"
:
512
,
"vision_cfg"
:
{
"image_size"
:
224
,
"layers"
:
12
,
"width"
:
768
,
"patch_size"
:
32
,
"output_tokens"
:
true
},
"text_cfg"
:
{
"hf_model_name"
:
"roberta-base"
,
"hf_tokenizer_name"
:
"roberta-base"
,
"hf_proj_type"
:
"linear"
,
"width"
:
768
,
"output_tokens"
:
true
},
"multimodal_cfg"
:
{
"context_length"
:
76
,
"width"
:
768
,
"heads"
:
8
,
"layers"
:
12
},
"custom_text"
:
true
}
Prev
1
…
4
5
6
7
8
9
10
11
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment