visheratin commited on
Commit
4e5b95c
1 Parent(s): 75b4b6a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +16 -1
config.json CHANGED
@@ -1 +1,16 @@
1
- {"clip_model_name": "nllb-clip-base-siglip", "clip_model_version": "v1", "target_resolution": 768, "mrl_resolutions": [32, 64, 128, 256, 512]}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_map": {
3
+ "AutoConfig": "nllb_mrl.MatryoshkaNllbClipConfig",
4
+ "AutoModel": "nllb_mrl.MatryoshkaNllbClip"
5
+ },
6
+ "clip_model_name": "nllb-clip-base-siglip",
7
+ "clip_model_version": "v1",
8
+ "mrl_resolutions": [
9
+ 32,
10
+ 64,
11
+ 128,
12
+ 256,
13
+ 512
14
+ ],
15
+ "target_resolution": 768
16
+ }