Upload standalone vision encoder: vit-only first commit
Browse files- open_clip_config.json +1 -1
open_clip_config.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
"no_ln_pre": true,
|
10 |
"pool_type": "avg",
|
11 |
"final_ln_after_pool": true,
|
12 |
-
"pos_embed_type": "
|
13 |
"norm_kwargs": {
|
14 |
"eps": 1e-06
|
15 |
},
|
|
|
9 |
"no_ln_pre": true,
|
10 |
"pool_type": "avg",
|
11 |
"final_ln_after_pool": true,
|
12 |
+
"pos_embed_type": "sin_cos_2d",
|
13 |
"norm_kwargs": {
|
14 |
"eps": 1e-06
|
15 |
},
|