File size: 456 Bytes
f4f9035 30aa03b 897a0ec 30aa03b 897a0ec 30aa03b 43f28d1 30aa03b 43f28d1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
{
"auto_map": {
"AutoConfig": "nllb_mrl.MatryoshkaNllbClipConfig",
"AutoModel": "nllb_mrl.MatryoshkaNllbClip"
},
"clip_model_name": "nllb-clip-large-siglip",
"clip_model_version": "v1",
"mrl_resolutions": [
32,
64,
128,
256,
512
],
"target_resolution": 1152,
"preprocess_cfg": {
"size": 384,
"mean": [
0.5,
0.5,
0.5
],
"std": [
0.5,
0.5,
0.5
],
"interpolation": "bicubic",
"resize_mode": "squash"
}
}
|