{ | |
"model_cfg": { | |
"embed_dim": 8, | |
"vision_cfg": { | |
"image_size": 8, | |
"layers": 2, | |
"width": 128, | |
"patch_size": 14 | |
}, | |
"text_cfg": { | |
"context_length": 77, | |
"vocab_size": 1024, | |
"width": 8, | |
"heads": 2, | |
"layers": 2 | |
} | |
}, | |
"preprocess_cfg": { | |
"mean": [ | |
0.5, | |
0.5, | |
0.5 | |
], | |
"std": [ | |
0.5, | |
0.5, | |
0.5 | |
] | |
} | |
} | |