Commit
·
a480fe4
1
Parent(s):
cee00d2
Update open_clip_config.json
Browse files- open_clip_config.json +18 -4
open_clip_config.json
CHANGED
@@ -1,6 +1,20 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
}
|
|
|
1 |
{
|
2 |
+
"model_cfg": {
|
3 |
+
"embed_dim": 1024,
|
4 |
+
"vision_cfg": {
|
5 |
+
"image_size": 224,
|
6 |
+
"layers": 32,
|
7 |
+
"width": 1280,
|
8 |
+
"head_width": 80,
|
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 |
+
},
|
19 |
+
"preprocess_cfg": {}
|
20 |
}
|