visheratin
commited on
Commit
•
4e5b95c
1
Parent(s):
75b4b6a
Update config.json
Browse files- config.json +16 -1
config.json
CHANGED
@@ -1 +1,16 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
}
|