File size: 680 Bytes
b1f724d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | {
"model_name": "SenseNova-Vision-7B-MoT",
"base_model": "BAGEL-7B-MoT",
"model_family": "unified_multimodal_generation",
"parameter_size": "7B",
"modality": ["text", "image"],
"capabilities": [
"visual understanding",
"image generation",
"image editing",
"dense perception",
"segmentation",
"depth estimation",
"normal estimation",
"multi-view geometry"
],
"load_with_transformers_automodel": false,
"official_inference_code": "https://github.com/OpenSenseNova/SenseNova-Vision",
"note": "This file is provided for project-level metadata only. The model cannot be loaded directly with transformers.AutoModel.from_pretrained."
} |