bryan111232 commited on
Commit
4045fb7
·
verified ·
1 Parent(s): b0cff43

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MIDI"
4
+ ],
5
+ "depth_dim": 1152,
6
+ "image_dim": 1024,
7
+ "llm_path_or_name": "/code/VLA/models/Qwen2.5-7B",
8
+ "mamba_path_or_name": "/code/VLA/models/state-spaces/mamba-130m-hf",
9
+ "model_type": "MIDI",
10
+ "semantic_dim": 512,
11
+ "torch_dtype": "float32",
12
+ "transformers_version": "4.49.0"
13
+ }