SenseNovaVision7b / config.json
Xuban's picture
Mirror sensenova/SenseNova-Vision-7B-MoT at 79548fcc (byte-identical)
b1f724d verified
Raw
History Blame Contribute Delete
680 Bytes
{
"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."
}