shixuanke commited on
Commit
22c660e
·
verified ·
1 Parent(s): 1870dbe

Update config.json

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