enalis commited on
Commit
8a4c0cc
·
verified ·
1 Parent(s): bf999fb

Update config.js

Browse files
Files changed (1) hide show
  1. config.js +5 -10
config.js CHANGED
@@ -1,11 +1,6 @@
1
- {
2
- "architectures": [
3
- "SCOLD"
4
- ],
5
- "model_type": "clip-base",
6
- "image_encoder": "swin_base_patch4_window7_224",
7
- "text_encoder": "roberta-base",
8
- "embedding_dim": 512,
9
- "t_init": 0.07,
10
- "b_init": 0.0
11
  }
 
1
+ {
2
+ "model_type": "lvl",
3
+ "image_backbone": "swin_base_patch4_window7_224.ms_in22k",
4
+ "text_backbone": "roberta-base",
5
+ "embedding_dim": 512
 
 
 
 
 
6
  }