Safetensors
jianzhu823 commited on
Commit
e7746a1
·
verified ·
1 Parent(s): 5e6de14

Upload folder using huggingface_hub

Browse files
pretrain/config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_dim": 14,
3
+ "adapt_to_pi_aloha": false,
4
+ "architectures": [
5
+ "MIRROPolicy"
6
+ ],
7
+ "attention_implementation": "eager",
8
+ "chunk_size": 50,
9
+ "dtype": "bfloat16",
10
+ "empty_cameras": 0,
11
+ "freeze_vision_encoder": true,
12
+ "generate_reasoning": false,
13
+ "hidden_size": 2560,
14
+ "image_features": [
15
+ "observation.images.cam_high",
16
+ "observation.images.cam_left_wrist",
17
+ "observation.images.cam_right_wrist"
18
+ ],
19
+ "is_composition": false,
20
+ "max_action_dim": 32,
21
+ "max_state_dim": 32,
22
+ "model_type": "mirro",
23
+ "n_action_steps": 50,
24
+ "n_obs_steps": 1,
25
+ "norm_mode": "mean_std",
26
+ "num_steps": 10,
27
+ "pretrain_vla_path": null,
28
+ "qwen_model_path": "/data/share/1919650160032350208/sty/gitlab/easy-mirro-norm-qwen3/Qwen/Qwen3-VL-4B-Instruct",
29
+ "qwen_with_expert_config": {
30
+ "attention_implementation": "eager",
31
+ "freeze_vision_encoder": true,
32
+ "model_type": "Qwen3_VLWithExpertModel",
33
+ "qwen_model_path": "/data/share/1919650160032350208/sty/gitlab/easy-mirro-norm-qwen3/Qwen/Qwen3-VL-4B-Instruct",
34
+ "stop_gradient": false,
35
+ "train_expert_only": false
36
+ },
37
+ "resize_imgs_with_padding": [
38
+ 224,
39
+ 224
40
+ ],
41
+ "state_dim": 14,
42
+ "stop_gradient": false,
43
+ "train_expert_only": false,
44
+ "train_state_proj": true,
45
+ "transformers_version": "4.57.0",
46
+ "use_cache": true,
47
+ "use_delta_joint_actions_aloha": false,
48
+ "vla_model_name": "mirro_qwen3"
49
+ }
pretrain/model-00001-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df79ace80707d7940c64d2d6a2039cd3e26ba18b40254ddb2621463e55c22a2b
3
+ size 4990513384
pretrain/model-00002-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dffb8fd45d0c48dddbc6c935145dcb6d7f7092317bdc89c9e7368bae37d44796
3
+ size 4663140592
pretrain/model-00003-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91b2a3a15ec7bc41facaa5dcb8ead93dc44bc82eb27b839288d19ade23b7f78a
3
+ size 4451290248
pretrain/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
robotwin/config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_dim": 20,
3
+ "adapt_to_pi_aloha": false,
4
+ "architectures": [
5
+ "DeMaVLAPolicy"
6
+ ],
7
+ "attention_implementation": "eager",
8
+ "chunk_size": 50,
9
+ "dtype": "bfloat16",
10
+ "empty_cameras": 0,
11
+ "freeze_vision_encoder": true,
12
+ "generate_reasoning": false,
13
+ "hidden_size": 2560,
14
+ "image_features": [
15
+ "observation.images.cam_high",
16
+ "observation.images.cam_left_wrist",
17
+ "observation.images.cam_right_wrist"
18
+ ],
19
+ "is_composition": false,
20
+ "max_action_dim": 32,
21
+ "max_state_dim": 32,
22
+ "model_type": "mirro",
23
+ "n_action_steps": 50,
24
+ "n_obs_steps": 1,
25
+ "norm_mode": "mean_std",
26
+ "num_steps": 10,
27
+ "qwen_model_path": "/home/jianzhu/robotwin_realted/Qwen3-VL-4B-Instruct",
28
+ "qwen_with_expert_config": {
29
+ "attention_implementation": "eager",
30
+ "freeze_vision_encoder": true,
31
+ "model_type": "Qwen3_VLWithExpertModel",
32
+ "qwen_model_path": "/home/jianzhu/robotwin_realted/Qwen3-VL-4B-Instruct",
33
+ "stop_gradient": false,
34
+ "train_expert_only": false
35
+ },
36
+ "resize_imgs_with_padding": [
37
+ 224,
38
+ 224
39
+ ],
40
+ "state_dim": 20,
41
+ "stop_gradient": false,
42
+ "train_expert_only": false,
43
+ "train_state_proj": true,
44
+ "transformers_version": "4.57.0",
45
+ "use_cache": true,
46
+ "use_delta_joint_actions_aloha": false,
47
+ "vla_model_name": "DeMaVLA"
48
+ }
robotwin/model-00001-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0d3112c24ad9c026cfef221b759e03ade8d9ad896c92870d4742edb7481830a
3
+ size 4990513384
robotwin/model-00002-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:739aaa97043ef32efe025ea7a2430af7dda2742f41bf590c5788207a5d930a02
3
+ size 4663140592
robotwin/model-00003-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:004a41a29221fce9aa6a123679a1497d115804dd1154fd20bd5e3731b3168c66
3
+ size 4451290248
robotwin/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff