File size: 454 Bytes
4e5b95c 1d9c898 a59a2af 1d9c898 |
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-base-siglip",
"clip_model_version": "v1",
"mrl_resolutions": [
32,
64,
128,
256,
512
],
"target_resolution": 768,
"preprocess_cfg": {
"size": 384,
"mean": [
0.5,
0.5,
0.5
],
"std": [
0.5,
0.5,
0.5
],
"interpolation": "bicubic",
"resize_mode": "squash"
}
}
|