| { | |
| "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" | |
| } | |
| } | |