Yanqing0327 commited on
Commit
3404389
·
verified ·
1 Parent(s): 0cbd534

Upload standalone vision encoder: vit-only first commit

Browse files
Files changed (1) hide show
  1. 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": "sincos2d",
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
  },