visheratin
commited on
Commit
•
1d9c898
1
Parent(s):
7b7b6ab
Update config.json
Browse files- config.json +30 -15
config.json
CHANGED
@@ -1,16 +1,31 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"preprocess_cfg": {
|
17 |
+
"size": 384,
|
18 |
+
"mean": [
|
19 |
+
0.5,
|
20 |
+
0.5,
|
21 |
+
0.5
|
22 |
+
],
|
23 |
+
"std": [
|
24 |
+
0.5,
|
25 |
+
0.5,
|
26 |
+
0.5
|
27 |
+
],
|
28 |
+
"interpolation": "bicubic",
|
29 |
+
"resize_mode": "squash"
|
30 |
+
}
|
31 |
+
}
|