HeewonLee7 commited on
Commit
ffd27e2
·
verified ·
1 Parent(s): d937bc8

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. checkpoint-15000/config.json +77 -0
  2. checkpoint-15000/embodiment_id.json +38 -0
  3. checkpoint-15000/experiment_cfg/conf.yaml +308 -0
  4. checkpoint-15000/experiment_cfg/config.yaml +327 -0
  5. checkpoint-15000/experiment_cfg/dataset_statistics.json +629 -0
  6. checkpoint-15000/experiment_cfg/final_model_config.json +86 -0
  7. checkpoint-15000/experiment_cfg/final_processor_config.json +0 -0
  8. checkpoint-15000/global_step15000/bf16_zero_pp_rank_0_mp_rank_00_optim_states.pt +3 -0
  9. checkpoint-15000/global_step15000/bf16_zero_pp_rank_1_mp_rank_00_optim_states.pt +3 -0
  10. checkpoint-15000/global_step15000/bf16_zero_pp_rank_2_mp_rank_00_optim_states.pt +3 -0
  11. checkpoint-15000/global_step15000/bf16_zero_pp_rank_3_mp_rank_00_optim_states.pt +3 -0
  12. checkpoint-15000/global_step15000/mp_rank_00_model_states.pt +3 -0
  13. checkpoint-15000/latest +1 -0
  14. checkpoint-15000/model-00001-of-00003.safetensors +3 -0
  15. checkpoint-15000/model-00002-of-00003.safetensors +3 -0
  16. checkpoint-15000/model-00003-of-00003.safetensors +3 -0
  17. checkpoint-15000/model.safetensors.index.json +732 -0
  18. checkpoint-15000/processor_config.json +3250 -0
  19. checkpoint-15000/rng_state_0.pth +3 -0
  20. checkpoint-15000/rng_state_1.pth +3 -0
  21. checkpoint-15000/rng_state_2.pth +3 -0
  22. checkpoint-15000/rng_state_3.pth +3 -0
  23. checkpoint-15000/scheduler.pt +3 -0
  24. checkpoint-15000/statistics.json +0 -0
  25. checkpoint-15000/trainer_state.json +0 -0
  26. checkpoint-15000/training_args.bin +3 -0
  27. checkpoint-15000/wandb_config.json +1 -0
  28. checkpoint-15000/zero_to_fp32.py +760 -0
  29. checkpoint-25000/config.json +77 -0
  30. checkpoint-25000/embodiment_id.json +38 -0
  31. checkpoint-25000/experiment_cfg/conf.yaml +308 -0
  32. checkpoint-25000/experiment_cfg/config.yaml +327 -0
  33. checkpoint-25000/experiment_cfg/dataset_statistics.json +629 -0
  34. checkpoint-25000/experiment_cfg/final_model_config.json +86 -0
  35. checkpoint-25000/experiment_cfg/final_processor_config.json +0 -0
  36. checkpoint-25000/global_step25000/bf16_zero_pp_rank_0_mp_rank_00_optim_states.pt +3 -0
  37. checkpoint-25000/global_step25000/bf16_zero_pp_rank_1_mp_rank_00_optim_states.pt +3 -0
  38. checkpoint-25000/global_step25000/bf16_zero_pp_rank_2_mp_rank_00_optim_states.pt +3 -0
  39. checkpoint-25000/global_step25000/bf16_zero_pp_rank_3_mp_rank_00_optim_states.pt +3 -0
  40. checkpoint-25000/global_step25000/mp_rank_00_model_states.pt +3 -0
  41. checkpoint-25000/latest +1 -0
  42. checkpoint-25000/model-00001-of-00003.safetensors +3 -0
  43. checkpoint-25000/model-00002-of-00003.safetensors +3 -0
  44. checkpoint-25000/model-00003-of-00003.safetensors +3 -0
  45. checkpoint-25000/model.safetensors.index.json +732 -0
  46. checkpoint-25000/processor_config.json +3250 -0
  47. checkpoint-25000/rng_state_0.pth +3 -0
  48. checkpoint-25000/rng_state_1.pth +3 -0
  49. checkpoint-25000/rng_state_2.pth +3 -0
  50. checkpoint-25000/rng_state_3.pth +3 -0
checkpoint-15000/config.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_horizon": 40,
3
+ "architectures": [
4
+ "AlinVLAv0"
5
+ ],
6
+ "attn_implementation": null,
7
+ "backbone_model_type": "contextvla_qwen3_vl_legacy",
8
+ "backbone_trainable_params_fp32": true,
9
+ "color_jitter_params": {
10
+ "brightness": 0.3,
11
+ "contrast": 0.4,
12
+ "hue": 0.08,
13
+ "saturation": 0.5
14
+ },
15
+ "diffusion_model_cfg": {
16
+ "action_head_max_seq_len": 512,
17
+ "attention_head_dim": 64,
18
+ "depth_multi_stream": 4,
19
+ "depth_single_stream": 8,
20
+ "dropout": 0.2,
21
+ "final_dropout": true,
22
+ "num_attention_heads": 24,
23
+ "output_dim": 1024,
24
+ "positional_embeddings": "rope_sa_only",
25
+ "pre_norm": "layer_norm",
26
+ "qk_norm": "rms_norm",
27
+ "rope_theta": 10000.0,
28
+ "sa_dim": 1536,
29
+ "set_triple_stream_for_mq": false,
30
+ "set_triple_stream_for_state": false,
31
+ "temb_type": "input_token",
32
+ "use_swiglu": true,
33
+ "vl_dim": 4096
34
+ },
35
+ "dtype": "bfloat16",
36
+ "load_bf16": true,
37
+ "memory_cfg": {
38
+ "hidden_size": 4096,
39
+ "intermediate_size": 16384,
40
+ "max_position_embeddings": 32,
41
+ "num_attention_heads": 16,
42
+ "num_hidden_layers": 2,
43
+ "num_key_value_heads": 16,
44
+ "rms_norm_eps": 1e-05,
45
+ "use_causal_attn": true,
46
+ "use_rope": true
47
+ },
48
+ "memory_length": 4,
49
+ "memory_meta_queries_mode": "meta_only",
50
+ "memory_video_delta_indices": [
51
+ -48,
52
+ -32,
53
+ -16,
54
+ 0
55
+ ],
56
+ "model_name": "huiwon/alinvlm_v1_3",
57
+ "model_type": "AlinVLAv0",
58
+ "n_meta_queries": 64,
59
+ "new_embodiment_train_ratio": 0,
60
+ "qwen3_collator": true,
61
+ "random_rotation_angle": null,
62
+ "reproject_vision": false,
63
+ "state_dropout_prob": 0.0,
64
+ "transformers_version": "4.57.0",
65
+ "tune_diffusion_model": true,
66
+ "tune_llm": false,
67
+ "tune_projector": true,
68
+ "tune_top_llm_layers": 4,
69
+ "tune_visual": false,
70
+ "tune_vlln": true,
71
+ "use_memory": false,
72
+ "use_mmditv0": false,
73
+ "use_mmditv1": true,
74
+ "use_relative_action": true,
75
+ "use_video": true,
76
+ "video_length": 4
77
+ }
checkpoint-15000/embodiment_id.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": 0,
3
+ "fractal20220817_data": 1,
4
+ "kuka": 2,
5
+ "bridge_orig": 3,
6
+ "taco_play": 4,
7
+ "jaco_play": 5,
8
+ "berkeley_cable_routing": 6,
9
+ "roboturk": 7,
10
+ "viola": 8,
11
+ "berkeley_autolab_ur5": 9,
12
+ "toto": 10,
13
+ "language_table": 11,
14
+ "stanford_hydra_dataset_converted_externally_to_rlds": 12,
15
+ "austin_buds_dataset_converted_externally_to_rlds": 13,
16
+ "nyu_franka_play_dataset_converted_externally_to_rlds": 14,
17
+ "furniture_bench_dataset_converted_externally_to_rlds": 15,
18
+ "ucsd_kitchen_dataset_converted_externally_to_rlds": 16,
19
+ "austin_sailor_dataset_converted_externally_to_rlds": 17,
20
+ "austin_sirius_dataset_converted_externally_to_rlds": 18,
21
+ "dlr_edan_shared_control_converted_externally_to_rlds": 19,
22
+ "iamlab_cmu_pickup_insert_converted_externally_to_rlds": 20,
23
+ "utaustin_mutex": 21,
24
+ "berkeley_fanuc_manipulation": 22,
25
+ "cmu_stretch": 23,
26
+ "bc_z": 24,
27
+ "fmb_dataset": 25,
28
+ "dobbe": 26,
29
+ "droid": 27,
30
+ "agibot_dexhand": 28,
31
+ "agibot_gripper": 29,
32
+ "galaxea": 30,
33
+ "humanoid_everyday_g1": 31,
34
+ "humanoid_everyday_h1": 32,
35
+ "action_net": 33,
36
+ "neural_gr1": 34,
37
+ "simulation_gr1": 35
38
+ }
checkpoint-15000/experiment_cfg/conf.yaml ADDED
@@ -0,0 +1,308 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ data:
2
+ datasets:
3
+ - dataset_paths:
4
+ - /rlwrld2/home/nayoung_oh/workspace/datasets/0330/openarm_usb_teleop_0
5
+ embodiment_tag: new_embodiment
6
+ mix_ratio: 0.67
7
+ dataset_type: physical_embodiment
8
+ val_dataset_path: null
9
+ - dataset_paths:
10
+ - /rlwrld2/home/nayoung_oh/workspace/datasets/0330/openarm_usb_teleop_1
11
+ embodiment_tag: new_embodiment
12
+ mix_ratio: 0.33
13
+ dataset_type: physical_embodiment
14
+ val_dataset_path: null
15
+ modality_configs:
16
+ new_embodiment:
17
+ video:
18
+ delta_indices:
19
+ - -9
20
+ - -7
21
+ - -5
22
+ - -3
23
+ - -8
24
+ - -6
25
+ - -4
26
+ - -2
27
+ - -7
28
+ - -5
29
+ - -3
30
+ - -1
31
+ - -6
32
+ - -4
33
+ - -2
34
+ - 0
35
+ modality_keys:
36
+ - camera_ego_left
37
+ - camera_ego_right
38
+ sin_cos_embedding_keys: null
39
+ mean_std_embedding_keys: null
40
+ action_configs: null
41
+ state:
42
+ delta_indices:
43
+ - -3
44
+ - -2
45
+ - -1
46
+ - 0
47
+ modality_keys:
48
+ - right_arm_joints
49
+ - left_arm_joints
50
+ - right_hand_joints
51
+ - left_hand_joints
52
+ - neck_joints
53
+ sin_cos_embedding_keys: null
54
+ mean_std_embedding_keys: null
55
+ action_configs: null
56
+ action:
57
+ delta_indices:
58
+ - 0
59
+ - 1
60
+ - 2
61
+ - 3
62
+ - 4
63
+ - 5
64
+ - 6
65
+ - 7
66
+ - 8
67
+ - 9
68
+ - 10
69
+ - 11
70
+ - 12
71
+ - 13
72
+ - 14
73
+ - 15
74
+ - 16
75
+ - 17
76
+ - 18
77
+ - 19
78
+ - 20
79
+ - 21
80
+ - 22
81
+ - 23
82
+ - 24
83
+ - 25
84
+ - 26
85
+ - 27
86
+ - 28
87
+ - 29
88
+ - 30
89
+ - 31
90
+ - 32
91
+ - 33
92
+ - 34
93
+ - 35
94
+ - 36
95
+ - 37
96
+ - 38
97
+ - 39
98
+ modality_keys:
99
+ - right_arm_joints
100
+ - left_arm_joints
101
+ - right_hand_joints
102
+ - left_hand_joints
103
+ - neck_joints
104
+ sin_cos_embedding_keys: null
105
+ mean_std_embedding_keys: null
106
+ action_configs:
107
+ - rep: ABSOLUTE
108
+ type: NON_EEF
109
+ format: DEFAULT
110
+ state_key: null
111
+ - rep: ABSOLUTE
112
+ type: NON_EEF
113
+ format: DEFAULT
114
+ state_key: null
115
+ - rep: ABSOLUTE
116
+ type: NON_EEF
117
+ format: DEFAULT
118
+ state_key: null
119
+ - rep: ABSOLUTE
120
+ type: NON_EEF
121
+ format: DEFAULT
122
+ state_key: null
123
+ - rep: ABSOLUTE
124
+ type: NON_EEF
125
+ format: DEFAULT
126
+ state_key: null
127
+ language:
128
+ delta_indices:
129
+ - 0
130
+ modality_keys:
131
+ - annotation.human.task_description
132
+ sin_cos_embedding_keys: null
133
+ mean_std_embedding_keys: null
134
+ action_configs: null
135
+ dataset_mode: sharded
136
+ download_cache: false
137
+ shard_size: 1024
138
+ episode_sampling_rate: 0.1
139
+ num_shards_per_epoch: 100000
140
+ override_pretraining_statistics: false
141
+ mode: single_turn
142
+ random_chop: 0.0
143
+ mock_dataset_mode: false
144
+ shuffle: true
145
+ seed: 42
146
+ multiprocessing_context: fork
147
+ allow_padding: true
148
+ subsample_ratio: 1.0
149
+ image_crop_size:
150
+ - 244
151
+ - 244
152
+ image_target_size:
153
+ - 224
154
+ - 224
155
+ video_backend: torchcodec
156
+ load_config_path: null
157
+ model:
158
+ model_type: AlinVLAv0
159
+ model_dtype: bfloat16
160
+ model_name: huiwon/alinvlm_v1_3
161
+ backbone_model_type: contextvla_qwen3_vl_legacy
162
+ model_revision: null
163
+ tune_top_llm_layers: 4
164
+ backbone_embedding_dim: 4096
165
+ tune_llm: false
166
+ tune_visual: false
167
+ select_layer: 18
168
+ reproject_vision: false
169
+ use_flash_attention: true
170
+ load_bf16: true
171
+ collator_overwrite_image_inputs: false
172
+ qwen3_collator: true
173
+ backbone_trainable_params_fp32: true
174
+ image_crop_size: null
175
+ image_target_size: null
176
+ shortest_image_edge: 256
177
+ crop_fraction: 0.95
178
+ random_rotation_angle: null
179
+ color_jitter_params:
180
+ brightness: 0.3
181
+ contrast: 0.4
182
+ hue: 0.08
183
+ saturation: 0.5
184
+ max_area: 65536
185
+ resize_m: 32
186
+ use_albumentations_transforms: true
187
+ formalize_language: true
188
+ apply_sincos_state_encoding: false
189
+ use_relative_action: true
190
+ use_percentiles: true
191
+ conversation_image_first: false
192
+ max_state_dim: 64
193
+ max_action_dim: 64
194
+ action_horizon: 40
195
+ hidden_size: 1024
196
+ input_embedding_dim: 1536
197
+ new_embodiment_train_ratio: 0.0
198
+ add_pos_embed: true
199
+ attn_dropout: 0.2
200
+ use_vlln: false
201
+ max_seq_len: 1024
202
+ use_mmditv0: false
203
+ n_meta_queries: 64
204
+ diffusion_model_cfg:
205
+ action_head_max_seq_len: 512
206
+ attention_head_dim: 64
207
+ depth_multi_stream: 4
208
+ depth_single_stream: 8
209
+ dropout: 0.2
210
+ final_dropout: true
211
+ num_attention_heads: 24
212
+ output_dim: 1024
213
+ positional_embeddings: rope_sa_only
214
+ pre_norm: layer_norm
215
+ qk_norm: rms_norm
216
+ rope_theta: 10000.0
217
+ set_triple_stream_for_mq: false
218
+ set_triple_stream_for_state: false
219
+ temb_type: input_token
220
+ use_swiglu: true
221
+ use_mmditv1: true
222
+ num_inference_timesteps: 4
223
+ noise_beta_alpha: 1.5
224
+ noise_beta_beta: 1.0
225
+ noise_s: 0.999
226
+ num_timestep_buckets: 1000
227
+ tune_projector: true
228
+ tune_diffusion_model: true
229
+ tune_vlln: true
230
+ state_dropout_prob: 0.0
231
+ state_additive_noise_scale: 0.0
232
+ use_memory: false
233
+ memory_length: 4
234
+ memory_meta_queries_mode: meta_only
235
+ memory_cfg:
236
+ hidden_size: 4096
237
+ intermediate_size: 16384
238
+ max_position_embeddings: 32
239
+ num_attention_heads: 16
240
+ num_hidden_layers: 2
241
+ num_key_value_heads: 16
242
+ rms_norm_eps: 1.0e-05
243
+ use_causal_attn: true
244
+ use_rope: true
245
+ training_rtc_max_overlap: -1
246
+ inference_rtc_overlap_steps: null
247
+ inference_rtc_frozen_steps: null
248
+ rtc_ramp_rate: 10.0
249
+ use_video: true
250
+ video_length: 4
251
+ max_num_embodiments: 36
252
+ training:
253
+ output_dir: ./ckpt/output
254
+ experiment_name: big_usb_40
255
+ max_steps: 30000
256
+ global_batch_size: 64
257
+ batch_size: null
258
+ gradient_accumulation_steps: 1
259
+ learning_rate: 0.0001
260
+ lr_scheduler_type: cosine
261
+ weight_decay: 1.0e-05
262
+ warmup_ratio: 0.05
263
+ warmup_steps: 0
264
+ max_grad_norm: 1.0
265
+ optim: adamw_torch
266
+ start_from_checkpoint: /rlwrld2/home/nayoung_oh/workspace/RLDX/models/alinvla_v1d4_video_mq64_mixv4_pt100k
267
+ tf32: true
268
+ fp16: false
269
+ bf16: true
270
+ eval_bf16: true
271
+ logging_steps: 10
272
+ save_steps: 5000
273
+ save_total_limit: 5
274
+ save_vl_model: false
275
+ upload_checkpoints: false
276
+ upload_every: 1000
277
+ upload_last_n_checkpoints: 5
278
+ max_concurrent_uploads: 2
279
+ eval_strategy: 'no'
280
+ eval_steps: 500
281
+ eval_set_split_ratio: 0.1
282
+ eval_batch_size: 2
283
+ save_best_eval_metric_name: ''
284
+ save_best_eval_metric_greater_is_better: true
285
+ deepspeed_stage: 2
286
+ gradient_checkpointing: false
287
+ transformers_trust_remote_code: true
288
+ transformers_local_files_only: false
289
+ transformers_cache_dir: null
290
+ transformers_access_token: null
291
+ use_ddp: false
292
+ ddp_bucket_cap_mb: 100
293
+ num_gpus: 4
294
+ dataloader_num_workers: 4
295
+ remove_unused_columns: false
296
+ use_wandb: true
297
+ wandb_project: n1d6_finetune
298
+ enable_profiling: false
299
+ max_retries: 3
300
+ assert_loss_less_than: null
301
+ add_rl_callback: false
302
+ enable_open_loop_eval: false
303
+ open_loop_eval_traj_ids:
304
+ - 0
305
+ open_loop_eval_steps_per_traj: 100
306
+ open_loop_eval_plot_indices: null
307
+ max_steps: 30000
308
+ save_steps: 5000
checkpoint-15000/experiment_cfg/config.yaml ADDED
@@ -0,0 +1,327 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ !!python/object:gr00t.configs.base_config.Config
2
+ data: !!python/object:gr00t.configs.data.data_config.DataConfig
3
+ allow_padding: true
4
+ dataset_mode: sharded
5
+ datasets:
6
+ - !!python/object:gr00t.configs.data.data_config.SingleDatasetConfig
7
+ dataset_paths:
8
+ - /rlwrld2/home/nayoung_oh/workspace/datasets/0330/openarm_usb_teleop_0
9
+ dataset_type: physical_embodiment
10
+ embodiment_tag: new_embodiment
11
+ mix_ratio: 0.67
12
+ val_dataset_path: null
13
+ - !!python/object:gr00t.configs.data.data_config.SingleDatasetConfig
14
+ dataset_paths:
15
+ - /rlwrld2/home/nayoung_oh/workspace/datasets/0330/openarm_usb_teleop_1
16
+ dataset_type: physical_embodiment
17
+ embodiment_tag: new_embodiment
18
+ mix_ratio: 0.33
19
+ val_dataset_path: null
20
+ download_cache: false
21
+ episode_sampling_rate: 0.1
22
+ image_crop_size:
23
+ - 244
24
+ - 244
25
+ image_target_size:
26
+ - 224
27
+ - 224
28
+ mock_dataset_mode: false
29
+ modality_configs:
30
+ new_embodiment:
31
+ action: !!python/object:gr00t.data.types.ModalityConfig
32
+ action_configs:
33
+ - &id001 !!python/object:gr00t.data.types.ActionConfig
34
+ format: !!python/object/apply:gr00t.data.types.ActionFormat
35
+ - default
36
+ rep: !!python/object/apply:gr00t.data.types.ActionRepresentation
37
+ - absolute
38
+ state_key: null
39
+ type: !!python/object/apply:gr00t.data.types.ActionType
40
+ - non_eef
41
+ - *id001
42
+ - *id001
43
+ - *id001
44
+ - *id001
45
+ delta_indices:
46
+ - 0
47
+ - 1
48
+ - 2
49
+ - 3
50
+ - 4
51
+ - 5
52
+ - 6
53
+ - 7
54
+ - 8
55
+ - 9
56
+ - 10
57
+ - 11
58
+ - 12
59
+ - 13
60
+ - 14
61
+ - 15
62
+ - 16
63
+ - 17
64
+ - 18
65
+ - 19
66
+ - 20
67
+ - 21
68
+ - 22
69
+ - 23
70
+ - 24
71
+ - 25
72
+ - 26
73
+ - 27
74
+ - 28
75
+ - 29
76
+ - 30
77
+ - 31
78
+ - 32
79
+ - 33
80
+ - 34
81
+ - 35
82
+ - 36
83
+ - 37
84
+ - 38
85
+ - 39
86
+ mean_std_embedding_keys: null
87
+ modality_keys:
88
+ - right_arm_joints
89
+ - left_arm_joints
90
+ - right_hand_joints
91
+ - left_hand_joints
92
+ - neck_joints
93
+ sin_cos_embedding_keys: null
94
+ language: !!python/object:gr00t.data.types.ModalityConfig
95
+ action_configs: null
96
+ delta_indices:
97
+ - 0
98
+ mean_std_embedding_keys: null
99
+ modality_keys:
100
+ - annotation.human.task_description
101
+ sin_cos_embedding_keys: null
102
+ state: !!python/object:gr00t.data.types.ModalityConfig
103
+ action_configs: null
104
+ delta_indices:
105
+ - -3
106
+ - -2
107
+ - -1
108
+ - 0
109
+ mean_std_embedding_keys: null
110
+ modality_keys:
111
+ - right_arm_joints
112
+ - left_arm_joints
113
+ - right_hand_joints
114
+ - left_hand_joints
115
+ - neck_joints
116
+ sin_cos_embedding_keys: null
117
+ video: !!python/object:gr00t.data.types.ModalityConfig
118
+ action_configs: null
119
+ delta_indices:
120
+ - -9
121
+ - -7
122
+ - -5
123
+ - -3
124
+ - -8
125
+ - -6
126
+ - -4
127
+ - -2
128
+ - -7
129
+ - -5
130
+ - -3
131
+ - -1
132
+ - -6
133
+ - -4
134
+ - -2
135
+ - 0
136
+ mean_std_embedding_keys: null
137
+ modality_keys:
138
+ - camera_ego_left
139
+ - camera_ego_right
140
+ sin_cos_embedding_keys: null
141
+ mode: single_turn
142
+ multiprocessing_context: fork
143
+ num_shards_per_epoch: 100000
144
+ override_pretraining_statistics: false
145
+ random_chop: 0.0
146
+ seed: 42
147
+ shard_size: 1024
148
+ shuffle: true
149
+ subsample_ratio: 1.0
150
+ video_backend: torchcodec
151
+ load_config_path: null
152
+ model: !!python/object:gr00t.configs.model.alinvla_v0.AlinVLAv0Config
153
+ _attn_implementation_internal: null
154
+ _commit_hash: null
155
+ _name_or_path: ''
156
+ _output_attentions: false
157
+ add_cross_attention: false
158
+ architectures: null
159
+ backbone_model_type: contextvla_qwen3_vl_legacy
160
+ backbone_trainable_params_fp32: true
161
+ bad_words_ids: null
162
+ begin_suppress_tokens: null
163
+ bos_token_id: null
164
+ chunk_size_feed_forward: 0
165
+ color_jitter_params:
166
+ brightness: 0.3
167
+ contrast: 0.4
168
+ hue: 0.08
169
+ saturation: 0.5
170
+ conversation_image_first: false
171
+ cross_attention_hidden_size: null
172
+ decoder_start_token_id: null
173
+ diffusion_model_cfg:
174
+ action_head_max_seq_len: 512
175
+ attention_head_dim: 64
176
+ depth_multi_stream: 4
177
+ depth_single_stream: 8
178
+ dropout: 0.2
179
+ final_dropout: true
180
+ num_attention_heads: 24
181
+ output_dim: 1024
182
+ positional_embeddings: rope_sa_only
183
+ pre_norm: layer_norm
184
+ qk_norm: rms_norm
185
+ rope_theta: 10000.0
186
+ set_triple_stream_for_mq: false
187
+ set_triple_stream_for_state: false
188
+ temb_type: input_token
189
+ use_swiglu: true
190
+ diversity_penalty: 0.0
191
+ do_sample: false
192
+ dtype: null
193
+ early_stopping: false
194
+ encoder_no_repeat_ngram_size: 0
195
+ eos_token_id: null
196
+ exponential_decay_length_penalty: null
197
+ finetuning_task: null
198
+ forced_bos_token_id: null
199
+ forced_eos_token_id: null
200
+ id2label:
201
+ 0: LABEL_0
202
+ 1: LABEL_1
203
+ is_decoder: false
204
+ is_encoder_decoder: false
205
+ label2id:
206
+ LABEL_0: 0
207
+ LABEL_1: 1
208
+ length_penalty: 1.0
209
+ load_bf16: true
210
+ max_length: 20
211
+ memory_cfg:
212
+ hidden_size: 4096
213
+ intermediate_size: 16384
214
+ max_position_embeddings: 32
215
+ num_attention_heads: 16
216
+ num_hidden_layers: 2
217
+ num_key_value_heads: 16
218
+ rms_norm_eps: 1.0e-05
219
+ use_causal_attn: true
220
+ use_rope: true
221
+ memory_video_delta_indices:
222
+ - -48
223
+ - -32
224
+ - -16
225
+ - 0
226
+ min_length: 0
227
+ model_name: huiwon/alinvlm_v1_3
228
+ model_type: AlinVLAv0
229
+ n_meta_queries: 64
230
+ new_embodiment_train_ratio: 0
231
+ no_repeat_ngram_size: 0
232
+ num_beam_groups: 1
233
+ num_beams: 1
234
+ num_return_sequences: 1
235
+ output_hidden_states: false
236
+ output_scores: false
237
+ pad_token_id: null
238
+ prefix: null
239
+ problem_type: null
240
+ pruned_heads: {}
241
+ qwen3_collator: true
242
+ random_rotation_angle: null
243
+ remove_invalid_values: false
244
+ repetition_penalty: 1.0
245
+ reproject_vision: false
246
+ return_dict: true
247
+ return_dict_in_generate: false
248
+ sep_token_id: null
249
+ state_dropout_prob: 0.0
250
+ suppress_tokens: null
251
+ task_specific_params: null
252
+ temperature: 1.0
253
+ tf_legacy_loss: false
254
+ tie_encoder_decoder: false
255
+ tie_word_embeddings: true
256
+ tokenizer_class: null
257
+ top_k: 50
258
+ top_p: 1.0
259
+ torchscript: false
260
+ transformers_version: null
261
+ tune_diffusion_model: true
262
+ tune_llm: false
263
+ tune_projector: true
264
+ tune_top_llm_layers: 4
265
+ tune_visual: false
266
+ typical_p: 1.0
267
+ use_bfloat16: false
268
+ use_mmditv0: false
269
+ use_mmditv1: true
270
+ use_relative_action: true
271
+ use_video: true
272
+ video_length: 4
273
+ training: !!python/object:gr00t.configs.training.training_config.TrainingConfig
274
+ add_rl_callback: false
275
+ assert_loss_less_than: null
276
+ batch_size: null
277
+ bf16: true
278
+ dataloader_num_workers: 4
279
+ ddp_bucket_cap_mb: 100
280
+ deepspeed_stage: 2
281
+ enable_open_loop_eval: false
282
+ enable_profiling: false
283
+ eval_batch_size: 2
284
+ eval_bf16: true
285
+ eval_set_split_ratio: 0.1
286
+ eval_steps: 500
287
+ eval_strategy: 'no'
288
+ experiment_name: big_usb_40
289
+ fp16: false
290
+ global_batch_size: 64
291
+ gradient_accumulation_steps: 1
292
+ gradient_checkpointing: false
293
+ learning_rate: 0.0001
294
+ logging_steps: 10
295
+ lr_scheduler_type: cosine
296
+ max_concurrent_uploads: 2
297
+ max_grad_norm: 1.0
298
+ max_retries: 3
299
+ max_steps: 30000
300
+ num_gpus: 4
301
+ open_loop_eval_plot_indices: null
302
+ open_loop_eval_steps_per_traj: 100
303
+ open_loop_eval_traj_ids:
304
+ - 0
305
+ optim: adamw_torch
306
+ output_dir: ./ckpt/output
307
+ remove_unused_columns: false
308
+ save_best_eval_metric_greater_is_better: true
309
+ save_best_eval_metric_name: ''
310
+ save_steps: 5000
311
+ save_total_limit: 5
312
+ save_vl_model: false
313
+ start_from_checkpoint: /rlwrld2/home/nayoung_oh/workspace/RLDX/models/alinvla_v1d4_video_mq64_mixv4_pt100k
314
+ tf32: true
315
+ transformers_access_token: null
316
+ transformers_cache_dir: null
317
+ transformers_local_files_only: false
318
+ transformers_trust_remote_code: true
319
+ upload_checkpoints: false
320
+ upload_every: 1000
321
+ upload_last_n_checkpoints: 5
322
+ use_ddp: false
323
+ use_wandb: true
324
+ wandb_project: n1d6_finetune
325
+ warmup_ratio: 0.05
326
+ warmup_steps: 0
327
+ weight_decay: 1.0e-05
checkpoint-15000/experiment_cfg/dataset_statistics.json ADDED
@@ -0,0 +1,629 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "state": {
4
+ "right_arm_joints": {
5
+ "min": [
6
+ -0.20847637951374054,
7
+ -0.17223620414733887,
8
+ -0.8260852694511414,
9
+ 0.006294346414506435,
10
+ -1.5836957693099976,
11
+ -0.5304417610168457,
12
+ -0.6185625791549683
13
+ ],
14
+ "max": [
15
+ 1.4608606100082397,
16
+ 0.7867932915687561,
17
+ 0.7280460596084595,
18
+ 2.026970386505127,
19
+ 0.32101166248321533,
20
+ 0.7837415337562561,
21
+ 0.5834668278694153
22
+ ],
23
+ "mean": [
24
+ 0.5230762350115545,
25
+ 0.031938130726095276,
26
+ 0.07735111293069932,
27
+ 1.0961320673796087,
28
+ -1.1073419616170415,
29
+ 0.11922063120033552,
30
+ 0.05158661119532133
31
+ ],
32
+ "std": [
33
+ 0.457679354789903,
34
+ 0.15803064005676729,
35
+ 0.26611296499301296,
36
+ 0.5450642539383688,
37
+ 0.44136857118707146,
38
+ 0.21900165579974118,
39
+ 0.15309557379165087
40
+ ],
41
+ "q01": [
42
+ -0.045479488308008235,
43
+ -0.15748688659880955,
44
+ -0.2324001598639563,
45
+ 0.23192057110022266,
46
+ -1.5726320718878462,
47
+ -0.26164717355209116,
48
+ -0.15236894632345038
49
+ ],
50
+ "q99": [
51
+ 1.1783605899921912,
52
+ 0.29508311892070715,
53
+ 0.4700866512723284,
54
+ 1.7546243470988008,
55
+ -0.40475618449400974,
56
+ 0.5152354760941318,
57
+ 0.29988374789735234
58
+ ]
59
+ },
60
+ "left_arm_joints": {
61
+ "min": [
62
+ -1.4444571733474731,
63
+ -1.0122454166412354,
64
+ -1.0866330862045288,
65
+ 0.10738536715507507,
66
+ -1.2121385335922241,
67
+ -0.7833600640296936,
68
+ -0.9882124066352844
69
+ ],
70
+ "max": [
71
+ 0.2615014910697937,
72
+ 0.17109178006649017,
73
+ 1.5047303438186646,
74
+ 2.0948729515075684,
75
+ 1.5684367418289185,
76
+ 0.7448310256004333,
77
+ 1.344510555267334
78
+ ],
79
+ "mean": [
80
+ -0.04986175698282235,
81
+ -0.19392163572815393,
82
+ 0.17408178791213455,
83
+ 1.6268207280624323,
84
+ 0.943715995203565,
85
+ -0.1656372827567857,
86
+ 0.08572700017970818
87
+ ],
88
+ "std": [
89
+ 0.13127968307410454,
90
+ 0.21879874111138958,
91
+ 0.18787674653153308,
92
+ 0.13760933470652406,
93
+ 0.7142651273520758,
94
+ 0.3682533803815269,
95
+ 0.21210845544579085
96
+ ],
97
+ "q01": [
98
+ -0.27506257213997515,
99
+ -0.6895779073341636,
100
+ -0.0784322185224472,
101
+ 1.355194293867866,
102
+ -0.3763468656182127,
103
+ -0.769349612863381,
104
+ -0.4407769059315693
105
+ ],
106
+ "q99": [
107
+ 0.08620987205422512,
108
+ 0.08083185656331611,
109
+ 0.5328141061374334,
110
+ 1.7955220293853555,
111
+ 1.5638651034392295,
112
+ 0.2517314710440321,
113
+ 0.5060496525470584
114
+ ]
115
+ },
116
+ "right_hand_joints": {
117
+ "min": [
118
+ 0.02471296489238739,
119
+ -0.008722222410142422,
120
+ 0.020351851359009743,
121
+ -0.14192885160446167,
122
+ 0.01162963081151247,
123
+ -0.008722222410142422,
124
+ -0.01162963081151247,
125
+ -0.08576852083206177,
126
+ 0.01162963081151247,
127
+ 0.02180555649101734,
128
+ 0.010175925679504871,
129
+ 0.005814815405756235
130
+ ],
131
+ "max": [
132
+ 1.5714536905288696,
133
+ 1.0873703956604004,
134
+ 1.2007594108581543,
135
+ -0.06382732838392258,
136
+ 1.6339629888534546,
137
+ 1.190583348274231,
138
+ 1.7836945056915283,
139
+ 1.8084073066711426,
140
+ 1.8491111993789673,
141
+ 1.7880555391311646,
142
+ 1.844749927520752,
143
+ 1.2807129621505737
144
+ ],
145
+ "mean": [
146
+ 0.5850972631377792,
147
+ 0.42659694968022016,
148
+ 0.6479643724551789,
149
+ -0.08767521811430576,
150
+ 0.425969056384194,
151
+ 0.39579498645896927,
152
+ 0.4627784831631483,
153
+ 0.5736243939751159,
154
+ 0.4692227715888908,
155
+ 0.49072391727075826,
156
+ 0.4756991051017129,
157
+ 0.4021215243171613
158
+ ],
159
+ "std": [
160
+ 0.4659352716590282,
161
+ 0.26326663460608324,
162
+ 0.1903730892891041,
163
+ 0.021649972511879785,
164
+ 0.3177542874289095,
165
+ 0.12852050776384696,
166
+ 0.35465225689414787,
167
+ 0.2813339579162597,
168
+ 0.5321364975758696,
169
+ 0.39219871994450173,
170
+ 0.5316887540787808,
171
+ 0.2635455642348228
172
+ ],
173
+ "q01": [
174
+ 0.04709112252429289,
175
+ 0.05362940602356817,
176
+ 0.03094588222703274,
177
+ -0.12354047151182598,
178
+ 0.02500137889803208,
179
+ 0.015720412845067713,
180
+ 0.05507507756448419,
181
+ 0.06626581013963564,
182
+ 0.020781336379338825,
183
+ 0.03831492052703827,
184
+ 0.016980372181013663,
185
+ 0.014013878352033101
186
+ ],
187
+ "q99": [
188
+ 1.2835387079641307,
189
+ 0.9926928857163729,
190
+ 0.9508772217850779,
191
+ -0.06821455715077998,
192
+ 0.9838547316175984,
193
+ 0.6369301133140961,
194
+ 1.1447815406442614,
195
+ 1.08181754207393,
196
+ 1.5359646890495815,
197
+ 1.2619330054281663,
198
+ 1.450155472114204,
199
+ 0.9488189728109094
200
+ ]
201
+ },
202
+ "left_hand_joints": {
203
+ "min": [
204
+ 0.01453703735023737,
205
+ -0.02180555649101734,
206
+ 0.05087963119149208,
207
+ -0.11556173861026764,
208
+ -0.0,
209
+ 0.005814815405756235,
210
+ 0.02907407470047474,
211
+ 0.004361111205071211,
212
+ 0.01162963081151247,
213
+ 0.008722222410142422,
214
+ 0.01162963081151247,
215
+ 0.0029074077028781176
216
+ ],
217
+ "max": [
218
+ 1.5511019229888916,
219
+ 1.1644166707992554,
220
+ 0.9318241477012634,
221
+ -0.053776565939188004,
222
+ 1.1586018800735474,
223
+ 1.2981574535369873,
224
+ 1.7110095024108887,
225
+ 1.2981574535369873,
226
+ 1.7371760606765747,
227
+ 0.7428426146507263,
228
+ 1.3635740280151367,
229
+ 0.5146111249923706
230
+ ],
231
+ "mean": [
232
+ 0.32985505008751104,
233
+ 0.6881588844618378,
234
+ 0.6488113999748686,
235
+ -0.06972486540469508,
236
+ 0.3926318089439047,
237
+ 0.5482275542810864,
238
+ 0.47254444520168226,
239
+ 0.41040236509504985,
240
+ 0.3783655666627965,
241
+ 0.5194880139656365,
242
+ 0.3418363023788917,
243
+ 0.47916842368371915
244
+ ],
245
+ "std": [
246
+ 0.14452058747164218,
247
+ 0.15373799437316096,
248
+ 0.11791576866346334,
249
+ 0.01307136103551452,
250
+ 0.10481756163917923,
251
+ 0.12678199391146713,
252
+ 0.12084425493478433,
253
+ 0.1635095111154085,
254
+ 0.19093731519085877,
255
+ 0.11041810061836821,
256
+ 0.37641207261413745,
257
+ 0.0887305578820552
258
+ ],
259
+ "q01": [
260
+ 0.060338779066490496,
261
+ 0.5119375301750233,
262
+ 0.057951124183853064,
263
+ -0.08574211243768456,
264
+ 0.02229960322668788,
265
+ 0.0197731460882619,
266
+ 0.037480855866511335,
267
+ 0.014501567945081463,
268
+ 0.019313894965212467,
269
+ 0.015534716928085666,
270
+ 0.01924718063100328,
271
+ 0.014888906043983111
272
+ ],
273
+ "q99": [
274
+ 0.4228504704116889,
275
+ 0.9837010790668748,
276
+ 0.7180913469770518,
277
+ -0.05784016806244579,
278
+ 0.514612030705292,
279
+ 0.6783910810682822,
280
+ 0.6035341481979898,
281
+ 0.6762715916941239,
282
+ 0.7075596448178942,
283
+ 0.6270238740126298,
284
+ 0.9857991865153608,
285
+ 0.5125562485176647
286
+ ]
287
+ },
288
+ "neck_joints": {
289
+ "min": [
290
+ 0.7009612917900085,
291
+ -0.0032425422687083483
292
+ ],
293
+ "max": [
294
+ 0.7112611532211304,
295
+ 0.0036240178160369396
296
+ ],
297
+ "mean": [
298
+ 0.7044533545035223,
299
+ 0.0010014864396475569
300
+ ],
301
+ "std": [
302
+ 0.0019810688647565705,
303
+ 0.0027107617865090093
304
+ ],
305
+ "q01": [
306
+ 0.7039417799490104,
307
+ -0.0028693337709507255
308
+ ],
309
+ "q99": [
310
+ 0.7081959350937106,
311
+ 0.003242540992498085
312
+ ]
313
+ }
314
+ },
315
+ "action": {
316
+ "right_arm_joints": {
317
+ "min": [
318
+ -0.19921624660491943,
319
+ -0.17453299462795258,
320
+ -0.8291807174682617,
321
+ 0.0,
322
+ -1.5707999467849731,
323
+ -0.5814089179039001,
324
+ -0.623637855052948
325
+ ],
326
+ "max": [
327
+ 1.486642599105835,
328
+ 0.7893767356872559,
329
+ 0.7344165444374084,
330
+ 2.0441505908966064,
331
+ 0.38465243577957153,
332
+ 0.785398006439209,
333
+ 0.6433967351913452
334
+ ],
335
+ "mean": [
336
+ 0.5430090535721166,
337
+ 0.033566931036718685,
338
+ 0.07625336950521511,
339
+ 1.1092998512043604,
340
+ -1.0892971230997093,
341
+ 0.09155957572632356,
342
+ 0.073395238163872
343
+ ],
344
+ "std": [
345
+ 0.4596794105521279,
346
+ 0.1621918706557556,
347
+ 0.2679870922781361,
348
+ 0.5501861114444726,
349
+ 0.44758367140485505,
350
+ 0.22767518069131656,
351
+ 0.16769684972295845
352
+ ],
353
+ "q01": [
354
+ -0.03456410663712079,
355
+ -0.16184220019671516,
356
+ -0.23216804975752398,
357
+ 0.23341644017039692,
358
+ -1.5707028190120937,
359
+ -0.309905468247712,
360
+ -0.15133796950514602
361
+ ],
362
+ "q99": [
363
+ 1.200440279459216,
364
+ 0.29559855399130414,
365
+ 0.47206481063425404,
366
+ 1.7754976640909697,
367
+ -0.37575176490588347,
368
+ 0.5010074686091875,
369
+ 0.3440673376461279
370
+ ]
371
+ },
372
+ "left_arm_joints": {
373
+ "min": [
374
+ -1.5065116882324219,
375
+ -1.0190038681030273,
376
+ -1.0935002565383911,
377
+ 0.014847817830741405,
378
+ -1.2871253490447998,
379
+ -0.785398006439209,
380
+ -0.98295658826828
381
+ ],
382
+ "max": [
383
+ 0.25296857953071594,
384
+ 0.17453299462795258,
385
+ 1.501496434211731,
386
+ 2.1152310371398926,
387
+ 1.5707999467849731,
388
+ 0.785398006439209,
389
+ 1.3924580812454224
390
+ ],
391
+ "mean": [
392
+ -0.06444040306770334,
393
+ -0.2012424200521196,
394
+ 0.17902124138928244,
395
+ 1.6448206240709824,
396
+ 0.9245709606725199,
397
+ -0.13036384597608147,
398
+ 0.07370097759832434
399
+ ],
400
+ "std": [
401
+ 0.13388403640089191,
402
+ 0.22584157217233736,
403
+ 0.19047329506273125,
404
+ 0.14005725802758057,
405
+ 0.7307305254518663,
406
+ 0.3894608804758103,
407
+ 0.22220778127217836
408
+ ],
409
+ "q01": [
410
+ -0.28973830174308024,
411
+ -0.6940539310712703,
412
+ -0.07905846509907914,
413
+ 1.3640073856782455,
414
+ -0.4320198988812157,
415
+ -0.7719500454666719,
416
+ -0.48853233881168573
417
+ ],
418
+ "q99": [
419
+ 0.07653752761821989,
420
+ 0.08863872731021356,
421
+ 0.5342535898797907,
422
+ 1.8158065448750924,
423
+ 1.570770554242114,
424
+ 0.3071050589200862,
425
+ 0.505248945544354
426
+ ]
427
+ },
428
+ "right_hand_joints": {
429
+ "min": [
430
+ 0.026661602780222893,
431
+ 0.0,
432
+ 0.02366132102906704,
433
+ -0.17000000178813934,
434
+ 0.01246256660670042,
435
+ 0.0,
436
+ 0.0,
437
+ 0.0011867061257362366,
438
+ 0.013637464493513107,
439
+ 0.024103114381432533,
440
+ 0.012091287411749363,
441
+ 0.00664250273257494
442
+ ],
443
+ "max": [
444
+ 1.7780132293701172,
445
+ 1.3474156856536865,
446
+ 1.4250937700271606,
447
+ -0.025157466530799866,
448
+ 1.7364939451217651,
449
+ 1.1551449298858643,
450
+ 1.7935020923614502,
451
+ 1.6204304695129395,
452
+ 1.8591424226760864,
453
+ 1.689421534538269,
454
+ 1.8520755767822266,
455
+ 1.1890243291854858
456
+ ],
457
+ "mean": [
458
+ 0.6239154227631595,
459
+ 0.4734269487818846,
460
+ 0.7052524192097098,
461
+ -0.0994350955853528,
462
+ 0.445617227524724,
463
+ 0.4120455103231284,
464
+ 0.5305768463764756,
465
+ 0.5999651932137665,
466
+ 0.5549466424355907,
467
+ 0.5411834015984729,
468
+ 0.48569650618147897,
469
+ 0.4039426324710887
470
+ ],
471
+ "std": [
472
+ 0.5605042020116761,
473
+ 0.33643817537672954,
474
+ 0.19982472888235422,
475
+ 0.04681108942644247,
476
+ 0.36050933420191983,
477
+ 0.13796386090211465,
478
+ 0.4911472584136365,
479
+ 0.31706520184474446,
480
+ 0.6512271464068475,
481
+ 0.45676763934549547,
482
+ 0.5481346251398389,
483
+ 0.2617218955348148
484
+ ],
485
+ "q01": [
486
+ 0.049512094295544706,
487
+ 0.04391928536156868,
488
+ 0.06661649222801683,
489
+ -0.1691424089310887,
490
+ 0.03366654186732824,
491
+ 0.03491670466944912,
492
+ 0.045978101791642315,
493
+ 0.07975563647047126,
494
+ 0.027088694712146515,
495
+ 0.050041808570090995,
496
+ 0.025063916005994703,
497
+ 0.027789555362793733
498
+ ],
499
+ "q99": [
500
+ 1.5096395081324445,
501
+ 1.0117019110491778,
502
+ 0.9871990005581402,
503
+ -0.04557066642478349,
504
+ 1.129917783318187,
505
+ 0.6697547134449693,
506
+ 1.4636922683123665,
507
+ 1.1542747309416463,
508
+ 1.704446982988189,
509
+ 1.3244573535339408,
510
+ 1.4724930172015087,
511
+ 0.9484881772754448
512
+ ]
513
+ },
514
+ "left_hand_joints": {
515
+ "min": [
516
+ 0.019045373424887657,
517
+ 0.0,
518
+ 0.05370108410716057,
519
+ -0.16869805753231049,
520
+ 0.0012344357091933489,
521
+ 0.008150840178132057,
522
+ 0.03300570324063301,
523
+ 0.006950031500309706,
524
+ 0.012305227108299732,
525
+ 0.010256324894726276,
526
+ 0.011016922071576118,
527
+ 0.007798284757882357
528
+ ],
529
+ "max": [
530
+ 1.6031163930892944,
531
+ 1.1825103759765625,
532
+ 1.0342681407928467,
533
+ 0.005556285381317139,
534
+ 1.1919951438903809,
535
+ 1.2375268936157227,
536
+ 1.7269041538238525,
537
+ 1.3056350946426392,
538
+ 1.7406609058380127,
539
+ 0.7451879382133484,
540
+ 1.3663225173950195,
541
+ 0.5
542
+ ],
543
+ "mean": [
544
+ 0.3274554329878354,
545
+ 0.6816605953002266,
546
+ 0.665040378275847,
547
+ -0.08246567780487488,
548
+ 0.3863661692061652,
549
+ 0.5535841803974353,
550
+ 0.46503769937507694,
551
+ 0.4109603218945199,
552
+ 0.3769462572830021,
553
+ 0.5226880008575805,
554
+ 0.33666394538840627,
555
+ 0.48215487205665214
556
+ ],
557
+ "std": [
558
+ 0.14631145376302618,
559
+ 0.1512041150457038,
560
+ 0.10564640145168502,
561
+ 0.0387129805935982,
562
+ 0.10139465603207952,
563
+ 0.11700147021444009,
564
+ 0.12220344020893094,
565
+ 0.15816582331596807,
566
+ 0.19094290279570064,
567
+ 0.10102949256192277,
568
+ 0.38079709737611284,
569
+ 0.07690963441476438
570
+ ],
571
+ "q01": [
572
+ 0.07869434876053279,
573
+ 0.5046172398762443,
574
+ 0.09302006264326931,
575
+ -0.1423123249924626,
576
+ 0.0406597002223288,
577
+ 0.04727644260624045,
578
+ 0.05873163730448438,
579
+ 0.031363568981418746,
580
+ 0.03321028503469109,
581
+ 0.044394902811118096,
582
+ 0.02024680250758706,
583
+ 0.04200780881531574
584
+ ],
585
+ "q99": [
586
+ 0.4284983198796039,
587
+ 0.966640028222133,
588
+ 0.7364649212501883,
589
+ -0.030307355938947973,
590
+ 0.5190797485182326,
591
+ 0.684899658535276,
592
+ 0.6059135765155187,
593
+ 0.6885722217989116,
594
+ 0.7126064420225153,
595
+ 0.6312143412139029,
596
+ 0.9916327871268753,
597
+ 0.49999892561907305
598
+ ]
599
+ },
600
+ "neck_joints": {
601
+ "min": [
602
+ 0.6980000138282776,
603
+ -0.002854566555470228
604
+ ],
605
+ "max": [
606
+ 0.7066459059715271,
607
+ 0.0032304299529641867
608
+ ],
609
+ "mean": [
610
+ 0.6982365136311492,
611
+ 2.895988731653634e-05
612
+ ],
613
+ "std": [
614
+ 0.001417052313910553,
615
+ 0.00046692749679010055
616
+ ],
617
+ "q01": [
618
+ 0.6980000137282772,
619
+ -0.0026975402881033667
620
+ ],
621
+ "q99": [
622
+ 0.7040469144690047,
623
+ 0.002611027152444705
624
+ ]
625
+ }
626
+ },
627
+ "relative_action": {}
628
+ }
629
+ }
checkpoint-15000/experiment_cfg/final_model_config.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "AlinVLAv0",
3
+ "model_dtype": "bfloat16",
4
+ "model_name": "huiwon/alinvlm_v1_3",
5
+ "backbone_model_type": "contextvla_qwen3_vl_legacy",
6
+ "model_revision": null,
7
+ "tune_top_llm_layers": 4,
8
+ "backbone_embedding_dim": 4096,
9
+ "tune_llm": false,
10
+ "tune_visual": false,
11
+ "select_layer": 18,
12
+ "reproject_vision": false,
13
+ "use_flash_attention": true,
14
+ "load_bf16": true,
15
+ "collator_overwrite_image_inputs": false,
16
+ "qwen3_collator": true,
17
+ "backbone_trainable_params_fp32": true,
18
+ "apply_sincos_state_encoding": false,
19
+ "use_relative_action": true,
20
+ "use_percentiles": true,
21
+ "conversation_image_first": false,
22
+ "max_state_dim": 64,
23
+ "max_action_dim": 64,
24
+ "action_horizon": 40,
25
+ "hidden_size": 1024,
26
+ "input_embedding_dim": 1536,
27
+ "new_embodiment_train_ratio": 0,
28
+ "add_pos_embed": true,
29
+ "attn_dropout": 0.2,
30
+ "use_vlln": false,
31
+ "max_seq_len": 1024,
32
+ "use_mmditv0": false,
33
+ "n_meta_queries": 64,
34
+ "diffusion_model_cfg": {
35
+ "action_head_max_seq_len": 512,
36
+ "attention_head_dim": 64,
37
+ "depth_multi_stream": 4,
38
+ "depth_single_stream": 8,
39
+ "dropout": 0.2,
40
+ "final_dropout": true,
41
+ "num_attention_heads": 24,
42
+ "output_dim": 1024,
43
+ "positional_embeddings": "rope_sa_only",
44
+ "pre_norm": "layer_norm",
45
+ "qk_norm": "rms_norm",
46
+ "rope_theta": 10000.0,
47
+ "sa_dim": 1536,
48
+ "set_triple_stream_for_mq": false,
49
+ "set_triple_stream_for_state": false,
50
+ "temb_type": "input_token",
51
+ "use_swiglu": true,
52
+ "vl_dim": 4096
53
+ },
54
+ "use_mmditv1": true,
55
+ "num_inference_timesteps": 4,
56
+ "noise_beta_alpha": 1.5,
57
+ "noise_beta_beta": 1.0,
58
+ "noise_s": 0.999,
59
+ "num_timestep_buckets": 1000,
60
+ "tune_projector": true,
61
+ "tune_diffusion_model": true,
62
+ "tune_vlln": true,
63
+ "state_dropout_prob": 0.0,
64
+ "state_additive_noise_scale": 0.0,
65
+ "use_memory": false,
66
+ "memory_length": 4,
67
+ "memory_meta_queries_mode": "meta_only",
68
+ "memory_cfg": {
69
+ "hidden_size": 4096,
70
+ "intermediate_size": 16384,
71
+ "max_position_embeddings": 32,
72
+ "num_attention_heads": 16,
73
+ "num_hidden_layers": 2,
74
+ "num_key_value_heads": 16,
75
+ "rms_norm_eps": 1e-05,
76
+ "use_causal_attn": true,
77
+ "use_rope": true
78
+ },
79
+ "training_rtc_max_overlap": -1,
80
+ "inference_rtc_overlap_steps": null,
81
+ "inference_rtc_frozen_steps": null,
82
+ "rtc_ramp_rate": 10.0,
83
+ "use_video": true,
84
+ "video_length": 4,
85
+ "max_num_embodiments": 36
86
+ }
checkpoint-15000/experiment_cfg/final_processor_config.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-15000/global_step15000/bf16_zero_pp_rank_0_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c17bea15836a31b9c8c9d7c1f40408ea5b4d1a614ee6401ccbe24ada54900712
3
+ size 7127945825
checkpoint-15000/global_step15000/bf16_zero_pp_rank_1_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:028b641fa93a99eda5149c8e75eb0f9791a957cc5843700b181b062eda46dc04
3
+ size 7127945121
checkpoint-15000/global_step15000/bf16_zero_pp_rank_2_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e49f5a459075b8df2a46ed147d169412293e5ffbd1bd74ff0f5220b46771957
3
+ size 7127944737
checkpoint-15000/global_step15000/bf16_zero_pp_rank_3_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4c25f045812b4f3c2f7b437eadd7f411d1df686fd9c1d7ce1c65bbb074cbad1
3
+ size 7127944417
checkpoint-15000/global_step15000/mp_rank_00_model_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c720a90e7fb8fcc477affe376b95217e41dc0fdd20c43b5bf1c4ad0956d6dd2
3
+ size 22900273523
checkpoint-15000/latest ADDED
@@ -0,0 +1 @@
 
 
1
+ global_step15000
checkpoint-15000/model-00001-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad118a81beb168fd2af42ee4dd34d2e5b1455cea97af4545ebfe8ad960a62025
3
+ size 4912540968
checkpoint-15000/model-00002-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62763887a51db9d72c7ecbdfc3c6d4fb2f13a3cf1e7959ca593cba3b3ca2efd5
3
+ size 4446192352
checkpoint-15000/model-00003-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:628791f8184f0eeca17639f21c212538d96be2fb77ed8858ab12c4b9ef78e10f
3
+ size 4467286696
checkpoint-15000/model.safetensors.index.json ADDED
@@ -0,0 +1,732 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_parameters": 6912894784,
4
+ "total_size": 13825920640
5
+ },
6
+ "weight_map": {
7
+ "action_head.action_decoder.layer1.W": "model-00003-of-00003.safetensors",
8
+ "action_head.action_decoder.layer1.b": "model-00003-of-00003.safetensors",
9
+ "action_head.action_decoder.layer2.W": "model-00003-of-00003.safetensors",
10
+ "action_head.action_decoder.layer2.b": "model-00003-of-00003.safetensors",
11
+ "action_head.action_encoder.W1.W": "model-00003-of-00003.safetensors",
12
+ "action_head.action_encoder.W1.b": "model-00003-of-00003.safetensors",
13
+ "action_head.action_encoder.W2.W": "model-00003-of-00003.safetensors",
14
+ "action_head.action_encoder.W2.b": "model-00003-of-00003.safetensors",
15
+ "action_head.action_encoder.W3.W": "model-00003-of-00003.safetensors",
16
+ "action_head.action_encoder.W3.b": "model-00003-of-00003.safetensors",
17
+ "action_head.model.double_blocks.0.k_norm_sa.weight": "model-00003-of-00003.safetensors",
18
+ "action_head.model.double_blocks.0.k_norm_vl.weight": "model-00003-of-00003.safetensors",
19
+ "action_head.model.double_blocks.0.q_norm_sa.weight": "model-00003-of-00003.safetensors",
20
+ "action_head.model.double_blocks.0.q_norm_vl.weight": "model-00003-of-00003.safetensors",
21
+ "action_head.model.double_blocks.0.sa_mlp.w12.bias": "model-00003-of-00003.safetensors",
22
+ "action_head.model.double_blocks.0.sa_mlp.w12.weight": "model-00003-of-00003.safetensors",
23
+ "action_head.model.double_blocks.0.sa_mlp.w3.bias": "model-00003-of-00003.safetensors",
24
+ "action_head.model.double_blocks.0.sa_mlp.w3.weight": "model-00003-of-00003.safetensors",
25
+ "action_head.model.double_blocks.0.sa_proj.bias": "model-00003-of-00003.safetensors",
26
+ "action_head.model.double_blocks.0.sa_proj.weight": "model-00003-of-00003.safetensors",
27
+ "action_head.model.double_blocks.0.sa_qkv.bias": "model-00003-of-00003.safetensors",
28
+ "action_head.model.double_blocks.0.sa_qkv.weight": "model-00003-of-00003.safetensors",
29
+ "action_head.model.double_blocks.0.vl_mlp.w12.bias": "model-00003-of-00003.safetensors",
30
+ "action_head.model.double_blocks.0.vl_mlp.w12.weight": "model-00003-of-00003.safetensors",
31
+ "action_head.model.double_blocks.0.vl_mlp.w3.bias": "model-00003-of-00003.safetensors",
32
+ "action_head.model.double_blocks.0.vl_mlp.w3.weight": "model-00003-of-00003.safetensors",
33
+ "action_head.model.double_blocks.0.vl_proj.bias": "model-00003-of-00003.safetensors",
34
+ "action_head.model.double_blocks.0.vl_proj.weight": "model-00003-of-00003.safetensors",
35
+ "action_head.model.double_blocks.0.vl_qkv.bias": "model-00003-of-00003.safetensors",
36
+ "action_head.model.double_blocks.0.vl_qkv.weight": "model-00003-of-00003.safetensors",
37
+ "action_head.model.double_blocks.1.k_norm_sa.weight": "model-00003-of-00003.safetensors",
38
+ "action_head.model.double_blocks.1.k_norm_vl.weight": "model-00003-of-00003.safetensors",
39
+ "action_head.model.double_blocks.1.q_norm_sa.weight": "model-00003-of-00003.safetensors",
40
+ "action_head.model.double_blocks.1.q_norm_vl.weight": "model-00003-of-00003.safetensors",
41
+ "action_head.model.double_blocks.1.sa_mlp.w12.bias": "model-00003-of-00003.safetensors",
42
+ "action_head.model.double_blocks.1.sa_mlp.w12.weight": "model-00003-of-00003.safetensors",
43
+ "action_head.model.double_blocks.1.sa_mlp.w3.bias": "model-00003-of-00003.safetensors",
44
+ "action_head.model.double_blocks.1.sa_mlp.w3.weight": "model-00003-of-00003.safetensors",
45
+ "action_head.model.double_blocks.1.sa_proj.bias": "model-00003-of-00003.safetensors",
46
+ "action_head.model.double_blocks.1.sa_proj.weight": "model-00003-of-00003.safetensors",
47
+ "action_head.model.double_blocks.1.sa_qkv.bias": "model-00003-of-00003.safetensors",
48
+ "action_head.model.double_blocks.1.sa_qkv.weight": "model-00003-of-00003.safetensors",
49
+ "action_head.model.double_blocks.1.vl_mlp.w12.bias": "model-00003-of-00003.safetensors",
50
+ "action_head.model.double_blocks.1.vl_mlp.w12.weight": "model-00003-of-00003.safetensors",
51
+ "action_head.model.double_blocks.1.vl_mlp.w3.bias": "model-00003-of-00003.safetensors",
52
+ "action_head.model.double_blocks.1.vl_mlp.w3.weight": "model-00003-of-00003.safetensors",
53
+ "action_head.model.double_blocks.1.vl_proj.bias": "model-00003-of-00003.safetensors",
54
+ "action_head.model.double_blocks.1.vl_proj.weight": "model-00003-of-00003.safetensors",
55
+ "action_head.model.double_blocks.1.vl_qkv.bias": "model-00003-of-00003.safetensors",
56
+ "action_head.model.double_blocks.1.vl_qkv.weight": "model-00003-of-00003.safetensors",
57
+ "action_head.model.double_blocks.2.k_norm_sa.weight": "model-00003-of-00003.safetensors",
58
+ "action_head.model.double_blocks.2.k_norm_vl.weight": "model-00003-of-00003.safetensors",
59
+ "action_head.model.double_blocks.2.q_norm_sa.weight": "model-00003-of-00003.safetensors",
60
+ "action_head.model.double_blocks.2.q_norm_vl.weight": "model-00003-of-00003.safetensors",
61
+ "action_head.model.double_blocks.2.sa_mlp.w12.bias": "model-00003-of-00003.safetensors",
62
+ "action_head.model.double_blocks.2.sa_mlp.w12.weight": "model-00003-of-00003.safetensors",
63
+ "action_head.model.double_blocks.2.sa_mlp.w3.bias": "model-00003-of-00003.safetensors",
64
+ "action_head.model.double_blocks.2.sa_mlp.w3.weight": "model-00003-of-00003.safetensors",
65
+ "action_head.model.double_blocks.2.sa_proj.bias": "model-00003-of-00003.safetensors",
66
+ "action_head.model.double_blocks.2.sa_proj.weight": "model-00003-of-00003.safetensors",
67
+ "action_head.model.double_blocks.2.sa_qkv.bias": "model-00003-of-00003.safetensors",
68
+ "action_head.model.double_blocks.2.sa_qkv.weight": "model-00003-of-00003.safetensors",
69
+ "action_head.model.double_blocks.2.vl_mlp.w12.bias": "model-00003-of-00003.safetensors",
70
+ "action_head.model.double_blocks.2.vl_mlp.w12.weight": "model-00003-of-00003.safetensors",
71
+ "action_head.model.double_blocks.2.vl_mlp.w3.bias": "model-00003-of-00003.safetensors",
72
+ "action_head.model.double_blocks.2.vl_mlp.w3.weight": "model-00003-of-00003.safetensors",
73
+ "action_head.model.double_blocks.2.vl_proj.bias": "model-00003-of-00003.safetensors",
74
+ "action_head.model.double_blocks.2.vl_proj.weight": "model-00003-of-00003.safetensors",
75
+ "action_head.model.double_blocks.2.vl_qkv.bias": "model-00003-of-00003.safetensors",
76
+ "action_head.model.double_blocks.2.vl_qkv.weight": "model-00003-of-00003.safetensors",
77
+ "action_head.model.double_blocks.3.k_norm_sa.weight": "model-00003-of-00003.safetensors",
78
+ "action_head.model.double_blocks.3.k_norm_vl.weight": "model-00003-of-00003.safetensors",
79
+ "action_head.model.double_blocks.3.q_norm_sa.weight": "model-00003-of-00003.safetensors",
80
+ "action_head.model.double_blocks.3.q_norm_vl.weight": "model-00003-of-00003.safetensors",
81
+ "action_head.model.double_blocks.3.sa_mlp.w12.bias": "model-00003-of-00003.safetensors",
82
+ "action_head.model.double_blocks.3.sa_mlp.w12.weight": "model-00003-of-00003.safetensors",
83
+ "action_head.model.double_blocks.3.sa_mlp.w3.bias": "model-00003-of-00003.safetensors",
84
+ "action_head.model.double_blocks.3.sa_mlp.w3.weight": "model-00003-of-00003.safetensors",
85
+ "action_head.model.double_blocks.3.sa_proj.bias": "model-00003-of-00003.safetensors",
86
+ "action_head.model.double_blocks.3.sa_proj.weight": "model-00003-of-00003.safetensors",
87
+ "action_head.model.double_blocks.3.sa_qkv.bias": "model-00003-of-00003.safetensors",
88
+ "action_head.model.double_blocks.3.sa_qkv.weight": "model-00003-of-00003.safetensors",
89
+ "action_head.model.double_blocks.3.vl_mlp.w12.bias": "model-00003-of-00003.safetensors",
90
+ "action_head.model.double_blocks.3.vl_mlp.w12.weight": "model-00003-of-00003.safetensors",
91
+ "action_head.model.double_blocks.3.vl_mlp.w3.bias": "model-00003-of-00003.safetensors",
92
+ "action_head.model.double_blocks.3.vl_mlp.w3.weight": "model-00003-of-00003.safetensors",
93
+ "action_head.model.double_blocks.3.vl_proj.bias": "model-00003-of-00003.safetensors",
94
+ "action_head.model.double_blocks.3.vl_proj.weight": "model-00003-of-00003.safetensors",
95
+ "action_head.model.double_blocks.3.vl_qkv.bias": "model-00003-of-00003.safetensors",
96
+ "action_head.model.double_blocks.3.vl_qkv.weight": "model-00003-of-00003.safetensors",
97
+ "action_head.model.proj_out_1.bias": "model-00003-of-00003.safetensors",
98
+ "action_head.model.proj_out_1.weight": "model-00003-of-00003.safetensors",
99
+ "action_head.model.proj_out_2.bias": "model-00003-of-00003.safetensors",
100
+ "action_head.model.proj_out_2.weight": "model-00003-of-00003.safetensors",
101
+ "action_head.model.rope_embedder.freqs_cis_0": "model-00003-of-00003.safetensors",
102
+ "action_head.model.rope_embedder.freqs_cis_1": "model-00003-of-00003.safetensors",
103
+ "action_head.model.single_blocks.0.k_norm.weight": "model-00003-of-00003.safetensors",
104
+ "action_head.model.single_blocks.0.linear1.bias": "model-00003-of-00003.safetensors",
105
+ "action_head.model.single_blocks.0.linear1.weight": "model-00003-of-00003.safetensors",
106
+ "action_head.model.single_blocks.0.linear2.bias": "model-00003-of-00003.safetensors",
107
+ "action_head.model.single_blocks.0.linear2.weight": "model-00003-of-00003.safetensors",
108
+ "action_head.model.single_blocks.0.mlp_proj.bias": "model-00003-of-00003.safetensors",
109
+ "action_head.model.single_blocks.0.mlp_proj.weight": "model-00003-of-00003.safetensors",
110
+ "action_head.model.single_blocks.0.q_norm.weight": "model-00003-of-00003.safetensors",
111
+ "action_head.model.single_blocks.1.k_norm.weight": "model-00003-of-00003.safetensors",
112
+ "action_head.model.single_blocks.1.linear1.bias": "model-00003-of-00003.safetensors",
113
+ "action_head.model.single_blocks.1.linear1.weight": "model-00003-of-00003.safetensors",
114
+ "action_head.model.single_blocks.1.linear2.bias": "model-00003-of-00003.safetensors",
115
+ "action_head.model.single_blocks.1.linear2.weight": "model-00003-of-00003.safetensors",
116
+ "action_head.model.single_blocks.1.mlp_proj.bias": "model-00003-of-00003.safetensors",
117
+ "action_head.model.single_blocks.1.mlp_proj.weight": "model-00003-of-00003.safetensors",
118
+ "action_head.model.single_blocks.1.q_norm.weight": "model-00003-of-00003.safetensors",
119
+ "action_head.model.single_blocks.2.k_norm.weight": "model-00003-of-00003.safetensors",
120
+ "action_head.model.single_blocks.2.linear1.bias": "model-00003-of-00003.safetensors",
121
+ "action_head.model.single_blocks.2.linear1.weight": "model-00003-of-00003.safetensors",
122
+ "action_head.model.single_blocks.2.linear2.bias": "model-00003-of-00003.safetensors",
123
+ "action_head.model.single_blocks.2.linear2.weight": "model-00003-of-00003.safetensors",
124
+ "action_head.model.single_blocks.2.mlp_proj.bias": "model-00003-of-00003.safetensors",
125
+ "action_head.model.single_blocks.2.mlp_proj.weight": "model-00003-of-00003.safetensors",
126
+ "action_head.model.single_blocks.2.q_norm.weight": "model-00003-of-00003.safetensors",
127
+ "action_head.model.single_blocks.3.k_norm.weight": "model-00003-of-00003.safetensors",
128
+ "action_head.model.single_blocks.3.linear1.bias": "model-00003-of-00003.safetensors",
129
+ "action_head.model.single_blocks.3.linear1.weight": "model-00003-of-00003.safetensors",
130
+ "action_head.model.single_blocks.3.linear2.bias": "model-00003-of-00003.safetensors",
131
+ "action_head.model.single_blocks.3.linear2.weight": "model-00003-of-00003.safetensors",
132
+ "action_head.model.single_blocks.3.mlp_proj.bias": "model-00003-of-00003.safetensors",
133
+ "action_head.model.single_blocks.3.mlp_proj.weight": "model-00003-of-00003.safetensors",
134
+ "action_head.model.single_blocks.3.q_norm.weight": "model-00003-of-00003.safetensors",
135
+ "action_head.model.single_blocks.4.k_norm.weight": "model-00003-of-00003.safetensors",
136
+ "action_head.model.single_blocks.4.linear1.bias": "model-00003-of-00003.safetensors",
137
+ "action_head.model.single_blocks.4.linear1.weight": "model-00003-of-00003.safetensors",
138
+ "action_head.model.single_blocks.4.linear2.bias": "model-00003-of-00003.safetensors",
139
+ "action_head.model.single_blocks.4.linear2.weight": "model-00003-of-00003.safetensors",
140
+ "action_head.model.single_blocks.4.mlp_proj.bias": "model-00003-of-00003.safetensors",
141
+ "action_head.model.single_blocks.4.mlp_proj.weight": "model-00003-of-00003.safetensors",
142
+ "action_head.model.single_blocks.4.q_norm.weight": "model-00003-of-00003.safetensors",
143
+ "action_head.model.single_blocks.5.k_norm.weight": "model-00003-of-00003.safetensors",
144
+ "action_head.model.single_blocks.5.linear1.bias": "model-00003-of-00003.safetensors",
145
+ "action_head.model.single_blocks.5.linear1.weight": "model-00003-of-00003.safetensors",
146
+ "action_head.model.single_blocks.5.linear2.bias": "model-00003-of-00003.safetensors",
147
+ "action_head.model.single_blocks.5.linear2.weight": "model-00003-of-00003.safetensors",
148
+ "action_head.model.single_blocks.5.mlp_proj.bias": "model-00003-of-00003.safetensors",
149
+ "action_head.model.single_blocks.5.mlp_proj.weight": "model-00003-of-00003.safetensors",
150
+ "action_head.model.single_blocks.5.q_norm.weight": "model-00003-of-00003.safetensors",
151
+ "action_head.model.single_blocks.6.k_norm.weight": "model-00003-of-00003.safetensors",
152
+ "action_head.model.single_blocks.6.linear1.bias": "model-00003-of-00003.safetensors",
153
+ "action_head.model.single_blocks.6.linear1.weight": "model-00003-of-00003.safetensors",
154
+ "action_head.model.single_blocks.6.linear2.bias": "model-00003-of-00003.safetensors",
155
+ "action_head.model.single_blocks.6.linear2.weight": "model-00003-of-00003.safetensors",
156
+ "action_head.model.single_blocks.6.mlp_proj.bias": "model-00003-of-00003.safetensors",
157
+ "action_head.model.single_blocks.6.mlp_proj.weight": "model-00003-of-00003.safetensors",
158
+ "action_head.model.single_blocks.6.q_norm.weight": "model-00003-of-00003.safetensors",
159
+ "action_head.model.single_blocks.7.k_norm.weight": "model-00003-of-00003.safetensors",
160
+ "action_head.model.single_blocks.7.linear1.bias": "model-00003-of-00003.safetensors",
161
+ "action_head.model.single_blocks.7.linear1.weight": "model-00003-of-00003.safetensors",
162
+ "action_head.model.single_blocks.7.linear2.bias": "model-00003-of-00003.safetensors",
163
+ "action_head.model.single_blocks.7.linear2.weight": "model-00003-of-00003.safetensors",
164
+ "action_head.model.single_blocks.7.mlp_proj.bias": "model-00003-of-00003.safetensors",
165
+ "action_head.model.single_blocks.7.mlp_proj.weight": "model-00003-of-00003.safetensors",
166
+ "action_head.model.single_blocks.7.q_norm.weight": "model-00003-of-00003.safetensors",
167
+ "action_head.model.timestep_encoder.timestep_embedder.linear_1.bias": "model-00003-of-00003.safetensors",
168
+ "action_head.model.timestep_encoder.timestep_embedder.linear_1.weight": "model-00003-of-00003.safetensors",
169
+ "action_head.model.timestep_encoder.timestep_embedder.linear_2.bias": "model-00003-of-00003.safetensors",
170
+ "action_head.model.timestep_encoder.timestep_embedder.linear_2.weight": "model-00003-of-00003.safetensors",
171
+ "action_head.model.vl_proj_to_sa.bias": "model-00003-of-00003.safetensors",
172
+ "action_head.model.vl_proj_to_sa.weight": "model-00003-of-00003.safetensors",
173
+ "action_head.position_embedding.weight": "model-00003-of-00003.safetensors",
174
+ "action_head.state_encoder.layer1.W": "model-00003-of-00003.safetensors",
175
+ "action_head.state_encoder.layer1.b": "model-00003-of-00003.safetensors",
176
+ "action_head.state_encoder.layer2.W": "model-00003-of-00003.safetensors",
177
+ "action_head.state_encoder.layer2.b": "model-00003-of-00003.safetensors",
178
+ "backbone.meta_emb": "model-00001-of-00003.safetensors",
179
+ "backbone.qwen_model.lm_head.weight": "model-00003-of-00003.safetensors",
180
+ "backbone.qwen_model.model.language_model.embed_tokens.weight": "model-00001-of-00003.safetensors",
181
+ "backbone.qwen_model.model.language_model.layers.0.layer.input_layernorm.weight": "model-00001-of-00003.safetensors",
182
+ "backbone.qwen_model.model.language_model.layers.0.layer.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
183
+ "backbone.qwen_model.model.language_model.layers.0.layer.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
184
+ "backbone.qwen_model.model.language_model.layers.0.layer.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
185
+ "backbone.qwen_model.model.language_model.layers.0.layer.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
186
+ "backbone.qwen_model.model.language_model.layers.0.layer.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
187
+ "backbone.qwen_model.model.language_model.layers.0.layer.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
188
+ "backbone.qwen_model.model.language_model.layers.0.layer.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
189
+ "backbone.qwen_model.model.language_model.layers.0.layer.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
190
+ "backbone.qwen_model.model.language_model.layers.0.layer.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
191
+ "backbone.qwen_model.model.language_model.layers.0.layer.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
192
+ "backbone.qwen_model.model.language_model.layers.1.layer.input_layernorm.weight": "model-00001-of-00003.safetensors",
193
+ "backbone.qwen_model.model.language_model.layers.1.layer.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
194
+ "backbone.qwen_model.model.language_model.layers.1.layer.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
195
+ "backbone.qwen_model.model.language_model.layers.1.layer.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
196
+ "backbone.qwen_model.model.language_model.layers.1.layer.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
197
+ "backbone.qwen_model.model.language_model.layers.1.layer.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
198
+ "backbone.qwen_model.model.language_model.layers.1.layer.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
199
+ "backbone.qwen_model.model.language_model.layers.1.layer.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
200
+ "backbone.qwen_model.model.language_model.layers.1.layer.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
201
+ "backbone.qwen_model.model.language_model.layers.1.layer.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
202
+ "backbone.qwen_model.model.language_model.layers.1.layer.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
203
+ "backbone.qwen_model.model.language_model.layers.10.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
204
+ "backbone.qwen_model.model.language_model.layers.10.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
205
+ "backbone.qwen_model.model.language_model.layers.10.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
206
+ "backbone.qwen_model.model.language_model.layers.10.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
207
+ "backbone.qwen_model.model.language_model.layers.10.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
208
+ "backbone.qwen_model.model.language_model.layers.10.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
209
+ "backbone.qwen_model.model.language_model.layers.10.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
210
+ "backbone.qwen_model.model.language_model.layers.10.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
211
+ "backbone.qwen_model.model.language_model.layers.10.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
212
+ "backbone.qwen_model.model.language_model.layers.10.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
213
+ "backbone.qwen_model.model.language_model.layers.10.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
214
+ "backbone.qwen_model.model.language_model.layers.11.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
215
+ "backbone.qwen_model.model.language_model.layers.11.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
216
+ "backbone.qwen_model.model.language_model.layers.11.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
217
+ "backbone.qwen_model.model.language_model.layers.11.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
218
+ "backbone.qwen_model.model.language_model.layers.11.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
219
+ "backbone.qwen_model.model.language_model.layers.11.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
220
+ "backbone.qwen_model.model.language_model.layers.11.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
221
+ "backbone.qwen_model.model.language_model.layers.11.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
222
+ "backbone.qwen_model.model.language_model.layers.11.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
223
+ "backbone.qwen_model.model.language_model.layers.11.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
224
+ "backbone.qwen_model.model.language_model.layers.11.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
225
+ "backbone.qwen_model.model.language_model.layers.12.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
226
+ "backbone.qwen_model.model.language_model.layers.12.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
227
+ "backbone.qwen_model.model.language_model.layers.12.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
228
+ "backbone.qwen_model.model.language_model.layers.12.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
229
+ "backbone.qwen_model.model.language_model.layers.12.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
230
+ "backbone.qwen_model.model.language_model.layers.12.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
231
+ "backbone.qwen_model.model.language_model.layers.12.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
232
+ "backbone.qwen_model.model.language_model.layers.12.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
233
+ "backbone.qwen_model.model.language_model.layers.12.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
234
+ "backbone.qwen_model.model.language_model.layers.12.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
235
+ "backbone.qwen_model.model.language_model.layers.12.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
236
+ "backbone.qwen_model.model.language_model.layers.13.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
237
+ "backbone.qwen_model.model.language_model.layers.13.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
238
+ "backbone.qwen_model.model.language_model.layers.13.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
239
+ "backbone.qwen_model.model.language_model.layers.13.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
240
+ "backbone.qwen_model.model.language_model.layers.13.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
241
+ "backbone.qwen_model.model.language_model.layers.13.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
242
+ "backbone.qwen_model.model.language_model.layers.13.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
243
+ "backbone.qwen_model.model.language_model.layers.13.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
244
+ "backbone.qwen_model.model.language_model.layers.13.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
245
+ "backbone.qwen_model.model.language_model.layers.13.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
246
+ "backbone.qwen_model.model.language_model.layers.13.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
247
+ "backbone.qwen_model.model.language_model.layers.14.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
248
+ "backbone.qwen_model.model.language_model.layers.14.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
249
+ "backbone.qwen_model.model.language_model.layers.14.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
250
+ "backbone.qwen_model.model.language_model.layers.14.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
251
+ "backbone.qwen_model.model.language_model.layers.14.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
252
+ "backbone.qwen_model.model.language_model.layers.14.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
253
+ "backbone.qwen_model.model.language_model.layers.14.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
254
+ "backbone.qwen_model.model.language_model.layers.14.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
255
+ "backbone.qwen_model.model.language_model.layers.14.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
256
+ "backbone.qwen_model.model.language_model.layers.14.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
257
+ "backbone.qwen_model.model.language_model.layers.14.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
258
+ "backbone.qwen_model.model.language_model.layers.15.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
259
+ "backbone.qwen_model.model.language_model.layers.15.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
260
+ "backbone.qwen_model.model.language_model.layers.15.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
261
+ "backbone.qwen_model.model.language_model.layers.15.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
262
+ "backbone.qwen_model.model.language_model.layers.15.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
263
+ "backbone.qwen_model.model.language_model.layers.15.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
264
+ "backbone.qwen_model.model.language_model.layers.15.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
265
+ "backbone.qwen_model.model.language_model.layers.15.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
266
+ "backbone.qwen_model.model.language_model.layers.15.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
267
+ "backbone.qwen_model.model.language_model.layers.15.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
268
+ "backbone.qwen_model.model.language_model.layers.15.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
269
+ "backbone.qwen_model.model.language_model.layers.16.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
270
+ "backbone.qwen_model.model.language_model.layers.16.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
271
+ "backbone.qwen_model.model.language_model.layers.16.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
272
+ "backbone.qwen_model.model.language_model.layers.16.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
273
+ "backbone.qwen_model.model.language_model.layers.16.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
274
+ "backbone.qwen_model.model.language_model.layers.16.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
275
+ "backbone.qwen_model.model.language_model.layers.16.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
276
+ "backbone.qwen_model.model.language_model.layers.16.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
277
+ "backbone.qwen_model.model.language_model.layers.16.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
278
+ "backbone.qwen_model.model.language_model.layers.16.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
279
+ "backbone.qwen_model.model.language_model.layers.16.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
280
+ "backbone.qwen_model.model.language_model.layers.17.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
281
+ "backbone.qwen_model.model.language_model.layers.17.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
282
+ "backbone.qwen_model.model.language_model.layers.17.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
283
+ "backbone.qwen_model.model.language_model.layers.17.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
284
+ "backbone.qwen_model.model.language_model.layers.17.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
285
+ "backbone.qwen_model.model.language_model.layers.17.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
286
+ "backbone.qwen_model.model.language_model.layers.17.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
287
+ "backbone.qwen_model.model.language_model.layers.17.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
288
+ "backbone.qwen_model.model.language_model.layers.17.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
289
+ "backbone.qwen_model.model.language_model.layers.17.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
290
+ "backbone.qwen_model.model.language_model.layers.17.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
291
+ "backbone.qwen_model.model.language_model.layers.2.layer.input_layernorm.weight": "model-00001-of-00003.safetensors",
292
+ "backbone.qwen_model.model.language_model.layers.2.layer.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
293
+ "backbone.qwen_model.model.language_model.layers.2.layer.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
294
+ "backbone.qwen_model.model.language_model.layers.2.layer.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
295
+ "backbone.qwen_model.model.language_model.layers.2.layer.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
296
+ "backbone.qwen_model.model.language_model.layers.2.layer.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
297
+ "backbone.qwen_model.model.language_model.layers.2.layer.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
298
+ "backbone.qwen_model.model.language_model.layers.2.layer.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
299
+ "backbone.qwen_model.model.language_model.layers.2.layer.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
300
+ "backbone.qwen_model.model.language_model.layers.2.layer.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
301
+ "backbone.qwen_model.model.language_model.layers.2.layer.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
302
+ "backbone.qwen_model.model.language_model.layers.3.layer.input_layernorm.weight": "model-00001-of-00003.safetensors",
303
+ "backbone.qwen_model.model.language_model.layers.3.layer.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
304
+ "backbone.qwen_model.model.language_model.layers.3.layer.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
305
+ "backbone.qwen_model.model.language_model.layers.3.layer.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
306
+ "backbone.qwen_model.model.language_model.layers.3.layer.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
307
+ "backbone.qwen_model.model.language_model.layers.3.layer.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
308
+ "backbone.qwen_model.model.language_model.layers.3.layer.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
309
+ "backbone.qwen_model.model.language_model.layers.3.layer.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
310
+ "backbone.qwen_model.model.language_model.layers.3.layer.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
311
+ "backbone.qwen_model.model.language_model.layers.3.layer.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
312
+ "backbone.qwen_model.model.language_model.layers.3.layer.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
313
+ "backbone.qwen_model.model.language_model.layers.4.layer.input_layernorm.weight": "model-00001-of-00003.safetensors",
314
+ "backbone.qwen_model.model.language_model.layers.4.layer.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
315
+ "backbone.qwen_model.model.language_model.layers.4.layer.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
316
+ "backbone.qwen_model.model.language_model.layers.4.layer.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
317
+ "backbone.qwen_model.model.language_model.layers.4.layer.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
318
+ "backbone.qwen_model.model.language_model.layers.4.layer.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
319
+ "backbone.qwen_model.model.language_model.layers.4.layer.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
320
+ "backbone.qwen_model.model.language_model.layers.4.layer.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
321
+ "backbone.qwen_model.model.language_model.layers.4.layer.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
322
+ "backbone.qwen_model.model.language_model.layers.4.layer.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
323
+ "backbone.qwen_model.model.language_model.layers.4.layer.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
324
+ "backbone.qwen_model.model.language_model.layers.5.layer.input_layernorm.weight": "model-00001-of-00003.safetensors",
325
+ "backbone.qwen_model.model.language_model.layers.5.layer.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
326
+ "backbone.qwen_model.model.language_model.layers.5.layer.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
327
+ "backbone.qwen_model.model.language_model.layers.5.layer.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
328
+ "backbone.qwen_model.model.language_model.layers.5.layer.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
329
+ "backbone.qwen_model.model.language_model.layers.5.layer.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
330
+ "backbone.qwen_model.model.language_model.layers.5.layer.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
331
+ "backbone.qwen_model.model.language_model.layers.5.layer.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
332
+ "backbone.qwen_model.model.language_model.layers.5.layer.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
333
+ "backbone.qwen_model.model.language_model.layers.5.layer.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
334
+ "backbone.qwen_model.model.language_model.layers.5.layer.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
335
+ "backbone.qwen_model.model.language_model.layers.6.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
336
+ "backbone.qwen_model.model.language_model.layers.6.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
337
+ "backbone.qwen_model.model.language_model.layers.6.layer.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
338
+ "backbone.qwen_model.model.language_model.layers.6.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
339
+ "backbone.qwen_model.model.language_model.layers.6.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
340
+ "backbone.qwen_model.model.language_model.layers.6.layer.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
341
+ "backbone.qwen_model.model.language_model.layers.6.layer.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
342
+ "backbone.qwen_model.model.language_model.layers.6.layer.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
343
+ "backbone.qwen_model.model.language_model.layers.6.layer.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
344
+ "backbone.qwen_model.model.language_model.layers.6.layer.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
345
+ "backbone.qwen_model.model.language_model.layers.6.layer.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
346
+ "backbone.qwen_model.model.language_model.layers.7.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
347
+ "backbone.qwen_model.model.language_model.layers.7.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
348
+ "backbone.qwen_model.model.language_model.layers.7.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
349
+ "backbone.qwen_model.model.language_model.layers.7.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
350
+ "backbone.qwen_model.model.language_model.layers.7.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
351
+ "backbone.qwen_model.model.language_model.layers.7.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
352
+ "backbone.qwen_model.model.language_model.layers.7.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
353
+ "backbone.qwen_model.model.language_model.layers.7.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
354
+ "backbone.qwen_model.model.language_model.layers.7.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
355
+ "backbone.qwen_model.model.language_model.layers.7.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
356
+ "backbone.qwen_model.model.language_model.layers.7.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
357
+ "backbone.qwen_model.model.language_model.layers.8.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
358
+ "backbone.qwen_model.model.language_model.layers.8.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
359
+ "backbone.qwen_model.model.language_model.layers.8.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
360
+ "backbone.qwen_model.model.language_model.layers.8.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
361
+ "backbone.qwen_model.model.language_model.layers.8.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
362
+ "backbone.qwen_model.model.language_model.layers.8.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
363
+ "backbone.qwen_model.model.language_model.layers.8.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
364
+ "backbone.qwen_model.model.language_model.layers.8.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
365
+ "backbone.qwen_model.model.language_model.layers.8.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
366
+ "backbone.qwen_model.model.language_model.layers.8.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
367
+ "backbone.qwen_model.model.language_model.layers.8.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
368
+ "backbone.qwen_model.model.language_model.layers.9.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
369
+ "backbone.qwen_model.model.language_model.layers.9.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
370
+ "backbone.qwen_model.model.language_model.layers.9.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
371
+ "backbone.qwen_model.model.language_model.layers.9.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
372
+ "backbone.qwen_model.model.language_model.layers.9.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
373
+ "backbone.qwen_model.model.language_model.layers.9.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
374
+ "backbone.qwen_model.model.language_model.layers.9.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
375
+ "backbone.qwen_model.model.language_model.layers.9.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
376
+ "backbone.qwen_model.model.language_model.layers.9.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
377
+ "backbone.qwen_model.model.language_model.layers.9.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
378
+ "backbone.qwen_model.model.language_model.layers.9.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
379
+ "backbone.qwen_model.model.language_model.norm.weight": "model-00002-of-00003.safetensors",
380
+ "backbone.qwen_model.model.visual.blocks.0.attn.proj.bias": "model-00001-of-00003.safetensors",
381
+ "backbone.qwen_model.model.visual.blocks.0.attn.proj.weight": "model-00001-of-00003.safetensors",
382
+ "backbone.qwen_model.model.visual.blocks.0.attn.qkv.bias": "model-00001-of-00003.safetensors",
383
+ "backbone.qwen_model.model.visual.blocks.0.attn.qkv.weight": "model-00001-of-00003.safetensors",
384
+ "backbone.qwen_model.model.visual.blocks.0.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
385
+ "backbone.qwen_model.model.visual.blocks.0.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
386
+ "backbone.qwen_model.model.visual.blocks.0.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
387
+ "backbone.qwen_model.model.visual.blocks.0.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
388
+ "backbone.qwen_model.model.visual.blocks.0.norm1.bias": "model-00001-of-00003.safetensors",
389
+ "backbone.qwen_model.model.visual.blocks.0.norm1.weight": "model-00001-of-00003.safetensors",
390
+ "backbone.qwen_model.model.visual.blocks.0.norm2.bias": "model-00001-of-00003.safetensors",
391
+ "backbone.qwen_model.model.visual.blocks.0.norm2.weight": "model-00001-of-00003.safetensors",
392
+ "backbone.qwen_model.model.visual.blocks.1.attn.proj.bias": "model-00001-of-00003.safetensors",
393
+ "backbone.qwen_model.model.visual.blocks.1.attn.proj.weight": "model-00001-of-00003.safetensors",
394
+ "backbone.qwen_model.model.visual.blocks.1.attn.qkv.bias": "model-00001-of-00003.safetensors",
395
+ "backbone.qwen_model.model.visual.blocks.1.attn.qkv.weight": "model-00001-of-00003.safetensors",
396
+ "backbone.qwen_model.model.visual.blocks.1.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
397
+ "backbone.qwen_model.model.visual.blocks.1.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
398
+ "backbone.qwen_model.model.visual.blocks.1.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
399
+ "backbone.qwen_model.model.visual.blocks.1.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
400
+ "backbone.qwen_model.model.visual.blocks.1.norm1.bias": "model-00001-of-00003.safetensors",
401
+ "backbone.qwen_model.model.visual.blocks.1.norm1.weight": "model-00001-of-00003.safetensors",
402
+ "backbone.qwen_model.model.visual.blocks.1.norm2.bias": "model-00001-of-00003.safetensors",
403
+ "backbone.qwen_model.model.visual.blocks.1.norm2.weight": "model-00001-of-00003.safetensors",
404
+ "backbone.qwen_model.model.visual.blocks.10.attn.proj.bias": "model-00001-of-00003.safetensors",
405
+ "backbone.qwen_model.model.visual.blocks.10.attn.proj.weight": "model-00001-of-00003.safetensors",
406
+ "backbone.qwen_model.model.visual.blocks.10.attn.qkv.bias": "model-00001-of-00003.safetensors",
407
+ "backbone.qwen_model.model.visual.blocks.10.attn.qkv.weight": "model-00001-of-00003.safetensors",
408
+ "backbone.qwen_model.model.visual.blocks.10.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
409
+ "backbone.qwen_model.model.visual.blocks.10.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
410
+ "backbone.qwen_model.model.visual.blocks.10.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
411
+ "backbone.qwen_model.model.visual.blocks.10.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
412
+ "backbone.qwen_model.model.visual.blocks.10.norm1.bias": "model-00001-of-00003.safetensors",
413
+ "backbone.qwen_model.model.visual.blocks.10.norm1.weight": "model-00001-of-00003.safetensors",
414
+ "backbone.qwen_model.model.visual.blocks.10.norm2.bias": "model-00001-of-00003.safetensors",
415
+ "backbone.qwen_model.model.visual.blocks.10.norm2.weight": "model-00001-of-00003.safetensors",
416
+ "backbone.qwen_model.model.visual.blocks.11.attn.proj.bias": "model-00001-of-00003.safetensors",
417
+ "backbone.qwen_model.model.visual.blocks.11.attn.proj.weight": "model-00001-of-00003.safetensors",
418
+ "backbone.qwen_model.model.visual.blocks.11.attn.qkv.bias": "model-00001-of-00003.safetensors",
419
+ "backbone.qwen_model.model.visual.blocks.11.attn.qkv.weight": "model-00001-of-00003.safetensors",
420
+ "backbone.qwen_model.model.visual.blocks.11.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
421
+ "backbone.qwen_model.model.visual.blocks.11.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
422
+ "backbone.qwen_model.model.visual.blocks.11.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
423
+ "backbone.qwen_model.model.visual.blocks.11.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
424
+ "backbone.qwen_model.model.visual.blocks.11.norm1.bias": "model-00001-of-00003.safetensors",
425
+ "backbone.qwen_model.model.visual.blocks.11.norm1.weight": "model-00001-of-00003.safetensors",
426
+ "backbone.qwen_model.model.visual.blocks.11.norm2.bias": "model-00001-of-00003.safetensors",
427
+ "backbone.qwen_model.model.visual.blocks.11.norm2.weight": "model-00001-of-00003.safetensors",
428
+ "backbone.qwen_model.model.visual.blocks.12.attn.proj.bias": "model-00001-of-00003.safetensors",
429
+ "backbone.qwen_model.model.visual.blocks.12.attn.proj.weight": "model-00001-of-00003.safetensors",
430
+ "backbone.qwen_model.model.visual.blocks.12.attn.qkv.bias": "model-00001-of-00003.safetensors",
431
+ "backbone.qwen_model.model.visual.blocks.12.attn.qkv.weight": "model-00001-of-00003.safetensors",
432
+ "backbone.qwen_model.model.visual.blocks.12.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
433
+ "backbone.qwen_model.model.visual.blocks.12.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
434
+ "backbone.qwen_model.model.visual.blocks.12.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
435
+ "backbone.qwen_model.model.visual.blocks.12.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
436
+ "backbone.qwen_model.model.visual.blocks.12.norm1.bias": "model-00001-of-00003.safetensors",
437
+ "backbone.qwen_model.model.visual.blocks.12.norm1.weight": "model-00001-of-00003.safetensors",
438
+ "backbone.qwen_model.model.visual.blocks.12.norm2.bias": "model-00001-of-00003.safetensors",
439
+ "backbone.qwen_model.model.visual.blocks.12.norm2.weight": "model-00001-of-00003.safetensors",
440
+ "backbone.qwen_model.model.visual.blocks.13.attn.proj.bias": "model-00001-of-00003.safetensors",
441
+ "backbone.qwen_model.model.visual.blocks.13.attn.proj.weight": "model-00001-of-00003.safetensors",
442
+ "backbone.qwen_model.model.visual.blocks.13.attn.qkv.bias": "model-00001-of-00003.safetensors",
443
+ "backbone.qwen_model.model.visual.blocks.13.attn.qkv.weight": "model-00001-of-00003.safetensors",
444
+ "backbone.qwen_model.model.visual.blocks.13.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
445
+ "backbone.qwen_model.model.visual.blocks.13.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
446
+ "backbone.qwen_model.model.visual.blocks.13.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
447
+ "backbone.qwen_model.model.visual.blocks.13.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
448
+ "backbone.qwen_model.model.visual.blocks.13.norm1.bias": "model-00001-of-00003.safetensors",
449
+ "backbone.qwen_model.model.visual.blocks.13.norm1.weight": "model-00001-of-00003.safetensors",
450
+ "backbone.qwen_model.model.visual.blocks.13.norm2.bias": "model-00001-of-00003.safetensors",
451
+ "backbone.qwen_model.model.visual.blocks.13.norm2.weight": "model-00001-of-00003.safetensors",
452
+ "backbone.qwen_model.model.visual.blocks.14.attn.proj.bias": "model-00001-of-00003.safetensors",
453
+ "backbone.qwen_model.model.visual.blocks.14.attn.proj.weight": "model-00001-of-00003.safetensors",
454
+ "backbone.qwen_model.model.visual.blocks.14.attn.qkv.bias": "model-00001-of-00003.safetensors",
455
+ "backbone.qwen_model.model.visual.blocks.14.attn.qkv.weight": "model-00001-of-00003.safetensors",
456
+ "backbone.qwen_model.model.visual.blocks.14.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
457
+ "backbone.qwen_model.model.visual.blocks.14.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
458
+ "backbone.qwen_model.model.visual.blocks.14.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
459
+ "backbone.qwen_model.model.visual.blocks.14.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
460
+ "backbone.qwen_model.model.visual.blocks.14.norm1.bias": "model-00001-of-00003.safetensors",
461
+ "backbone.qwen_model.model.visual.blocks.14.norm1.weight": "model-00001-of-00003.safetensors",
462
+ "backbone.qwen_model.model.visual.blocks.14.norm2.bias": "model-00001-of-00003.safetensors",
463
+ "backbone.qwen_model.model.visual.blocks.14.norm2.weight": "model-00001-of-00003.safetensors",
464
+ "backbone.qwen_model.model.visual.blocks.15.attn.proj.bias": "model-00001-of-00003.safetensors",
465
+ "backbone.qwen_model.model.visual.blocks.15.attn.proj.weight": "model-00001-of-00003.safetensors",
466
+ "backbone.qwen_model.model.visual.blocks.15.attn.qkv.bias": "model-00001-of-00003.safetensors",
467
+ "backbone.qwen_model.model.visual.blocks.15.attn.qkv.weight": "model-00001-of-00003.safetensors",
468
+ "backbone.qwen_model.model.visual.blocks.15.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
469
+ "backbone.qwen_model.model.visual.blocks.15.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
470
+ "backbone.qwen_model.model.visual.blocks.15.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
471
+ "backbone.qwen_model.model.visual.blocks.15.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
472
+ "backbone.qwen_model.model.visual.blocks.15.norm1.bias": "model-00001-of-00003.safetensors",
473
+ "backbone.qwen_model.model.visual.blocks.15.norm1.weight": "model-00001-of-00003.safetensors",
474
+ "backbone.qwen_model.model.visual.blocks.15.norm2.bias": "model-00001-of-00003.safetensors",
475
+ "backbone.qwen_model.model.visual.blocks.15.norm2.weight": "model-00001-of-00003.safetensors",
476
+ "backbone.qwen_model.model.visual.blocks.16.attn.proj.bias": "model-00001-of-00003.safetensors",
477
+ "backbone.qwen_model.model.visual.blocks.16.attn.proj.weight": "model-00001-of-00003.safetensors",
478
+ "backbone.qwen_model.model.visual.blocks.16.attn.qkv.bias": "model-00001-of-00003.safetensors",
479
+ "backbone.qwen_model.model.visual.blocks.16.attn.qkv.weight": "model-00001-of-00003.safetensors",
480
+ "backbone.qwen_model.model.visual.blocks.16.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
481
+ "backbone.qwen_model.model.visual.blocks.16.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
482
+ "backbone.qwen_model.model.visual.blocks.16.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
483
+ "backbone.qwen_model.model.visual.blocks.16.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
484
+ "backbone.qwen_model.model.visual.blocks.16.norm1.bias": "model-00001-of-00003.safetensors",
485
+ "backbone.qwen_model.model.visual.blocks.16.norm1.weight": "model-00001-of-00003.safetensors",
486
+ "backbone.qwen_model.model.visual.blocks.16.norm2.bias": "model-00001-of-00003.safetensors",
487
+ "backbone.qwen_model.model.visual.blocks.16.norm2.weight": "model-00001-of-00003.safetensors",
488
+ "backbone.qwen_model.model.visual.blocks.17.attn.proj.bias": "model-00001-of-00003.safetensors",
489
+ "backbone.qwen_model.model.visual.blocks.17.attn.proj.weight": "model-00001-of-00003.safetensors",
490
+ "backbone.qwen_model.model.visual.blocks.17.attn.qkv.bias": "model-00001-of-00003.safetensors",
491
+ "backbone.qwen_model.model.visual.blocks.17.attn.qkv.weight": "model-00001-of-00003.safetensors",
492
+ "backbone.qwen_model.model.visual.blocks.17.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
493
+ "backbone.qwen_model.model.visual.blocks.17.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
494
+ "backbone.qwen_model.model.visual.blocks.17.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
495
+ "backbone.qwen_model.model.visual.blocks.17.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
496
+ "backbone.qwen_model.model.visual.blocks.17.norm1.bias": "model-00001-of-00003.safetensors",
497
+ "backbone.qwen_model.model.visual.blocks.17.norm1.weight": "model-00001-of-00003.safetensors",
498
+ "backbone.qwen_model.model.visual.blocks.17.norm2.bias": "model-00001-of-00003.safetensors",
499
+ "backbone.qwen_model.model.visual.blocks.17.norm2.weight": "model-00001-of-00003.safetensors",
500
+ "backbone.qwen_model.model.visual.blocks.18.attn.proj.bias": "model-00001-of-00003.safetensors",
501
+ "backbone.qwen_model.model.visual.blocks.18.attn.proj.weight": "model-00001-of-00003.safetensors",
502
+ "backbone.qwen_model.model.visual.blocks.18.attn.qkv.bias": "model-00001-of-00003.safetensors",
503
+ "backbone.qwen_model.model.visual.blocks.18.attn.qkv.weight": "model-00001-of-00003.safetensors",
504
+ "backbone.qwen_model.model.visual.blocks.18.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
505
+ "backbone.qwen_model.model.visual.blocks.18.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
506
+ "backbone.qwen_model.model.visual.blocks.18.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
507
+ "backbone.qwen_model.model.visual.blocks.18.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
508
+ "backbone.qwen_model.model.visual.blocks.18.norm1.bias": "model-00001-of-00003.safetensors",
509
+ "backbone.qwen_model.model.visual.blocks.18.norm1.weight": "model-00001-of-00003.safetensors",
510
+ "backbone.qwen_model.model.visual.blocks.18.norm2.bias": "model-00001-of-00003.safetensors",
511
+ "backbone.qwen_model.model.visual.blocks.18.norm2.weight": "model-00001-of-00003.safetensors",
512
+ "backbone.qwen_model.model.visual.blocks.19.attn.proj.bias": "model-00001-of-00003.safetensors",
513
+ "backbone.qwen_model.model.visual.blocks.19.attn.proj.weight": "model-00001-of-00003.safetensors",
514
+ "backbone.qwen_model.model.visual.blocks.19.attn.qkv.bias": "model-00001-of-00003.safetensors",
515
+ "backbone.qwen_model.model.visual.blocks.19.attn.qkv.weight": "model-00001-of-00003.safetensors",
516
+ "backbone.qwen_model.model.visual.blocks.19.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
517
+ "backbone.qwen_model.model.visual.blocks.19.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
518
+ "backbone.qwen_model.model.visual.blocks.19.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
519
+ "backbone.qwen_model.model.visual.blocks.19.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
520
+ "backbone.qwen_model.model.visual.blocks.19.norm1.bias": "model-00001-of-00003.safetensors",
521
+ "backbone.qwen_model.model.visual.blocks.19.norm1.weight": "model-00001-of-00003.safetensors",
522
+ "backbone.qwen_model.model.visual.blocks.19.norm2.bias": "model-00001-of-00003.safetensors",
523
+ "backbone.qwen_model.model.visual.blocks.19.norm2.weight": "model-00001-of-00003.safetensors",
524
+ "backbone.qwen_model.model.visual.blocks.2.attn.proj.bias": "model-00001-of-00003.safetensors",
525
+ "backbone.qwen_model.model.visual.blocks.2.attn.proj.weight": "model-00001-of-00003.safetensors",
526
+ "backbone.qwen_model.model.visual.blocks.2.attn.qkv.bias": "model-00001-of-00003.safetensors",
527
+ "backbone.qwen_model.model.visual.blocks.2.attn.qkv.weight": "model-00001-of-00003.safetensors",
528
+ "backbone.qwen_model.model.visual.blocks.2.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
529
+ "backbone.qwen_model.model.visual.blocks.2.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
530
+ "backbone.qwen_model.model.visual.blocks.2.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
531
+ "backbone.qwen_model.model.visual.blocks.2.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
532
+ "backbone.qwen_model.model.visual.blocks.2.norm1.bias": "model-00001-of-00003.safetensors",
533
+ "backbone.qwen_model.model.visual.blocks.2.norm1.weight": "model-00001-of-00003.safetensors",
534
+ "backbone.qwen_model.model.visual.blocks.2.norm2.bias": "model-00001-of-00003.safetensors",
535
+ "backbone.qwen_model.model.visual.blocks.2.norm2.weight": "model-00001-of-00003.safetensors",
536
+ "backbone.qwen_model.model.visual.blocks.20.attn.proj.bias": "model-00001-of-00003.safetensors",
537
+ "backbone.qwen_model.model.visual.blocks.20.attn.proj.weight": "model-00001-of-00003.safetensors",
538
+ "backbone.qwen_model.model.visual.blocks.20.attn.qkv.bias": "model-00001-of-00003.safetensors",
539
+ "backbone.qwen_model.model.visual.blocks.20.attn.qkv.weight": "model-00001-of-00003.safetensors",
540
+ "backbone.qwen_model.model.visual.blocks.20.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
541
+ "backbone.qwen_model.model.visual.blocks.20.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
542
+ "backbone.qwen_model.model.visual.blocks.20.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
543
+ "backbone.qwen_model.model.visual.blocks.20.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
544
+ "backbone.qwen_model.model.visual.blocks.20.norm1.bias": "model-00001-of-00003.safetensors",
545
+ "backbone.qwen_model.model.visual.blocks.20.norm1.weight": "model-00001-of-00003.safetensors",
546
+ "backbone.qwen_model.model.visual.blocks.20.norm2.bias": "model-00001-of-00003.safetensors",
547
+ "backbone.qwen_model.model.visual.blocks.20.norm2.weight": "model-00001-of-00003.safetensors",
548
+ "backbone.qwen_model.model.visual.blocks.21.attn.proj.bias": "model-00001-of-00003.safetensors",
549
+ "backbone.qwen_model.model.visual.blocks.21.attn.proj.weight": "model-00001-of-00003.safetensors",
550
+ "backbone.qwen_model.model.visual.blocks.21.attn.qkv.bias": "model-00001-of-00003.safetensors",
551
+ "backbone.qwen_model.model.visual.blocks.21.attn.qkv.weight": "model-00001-of-00003.safetensors",
552
+ "backbone.qwen_model.model.visual.blocks.21.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
553
+ "backbone.qwen_model.model.visual.blocks.21.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
554
+ "backbone.qwen_model.model.visual.blocks.21.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
555
+ "backbone.qwen_model.model.visual.blocks.21.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
556
+ "backbone.qwen_model.model.visual.blocks.21.norm1.bias": "model-00001-of-00003.safetensors",
557
+ "backbone.qwen_model.model.visual.blocks.21.norm1.weight": "model-00001-of-00003.safetensors",
558
+ "backbone.qwen_model.model.visual.blocks.21.norm2.bias": "model-00001-of-00003.safetensors",
559
+ "backbone.qwen_model.model.visual.blocks.21.norm2.weight": "model-00001-of-00003.safetensors",
560
+ "backbone.qwen_model.model.visual.blocks.22.attn.proj.bias": "model-00001-of-00003.safetensors",
561
+ "backbone.qwen_model.model.visual.blocks.22.attn.proj.weight": "model-00001-of-00003.safetensors",
562
+ "backbone.qwen_model.model.visual.blocks.22.attn.qkv.bias": "model-00001-of-00003.safetensors",
563
+ "backbone.qwen_model.model.visual.blocks.22.attn.qkv.weight": "model-00001-of-00003.safetensors",
564
+ "backbone.qwen_model.model.visual.blocks.22.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
565
+ "backbone.qwen_model.model.visual.blocks.22.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
566
+ "backbone.qwen_model.model.visual.blocks.22.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
567
+ "backbone.qwen_model.model.visual.blocks.22.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
568
+ "backbone.qwen_model.model.visual.blocks.22.norm1.bias": "model-00001-of-00003.safetensors",
569
+ "backbone.qwen_model.model.visual.blocks.22.norm1.weight": "model-00001-of-00003.safetensors",
570
+ "backbone.qwen_model.model.visual.blocks.22.norm2.bias": "model-00001-of-00003.safetensors",
571
+ "backbone.qwen_model.model.visual.blocks.22.norm2.weight": "model-00001-of-00003.safetensors",
572
+ "backbone.qwen_model.model.visual.blocks.23.attn.proj.bias": "model-00001-of-00003.safetensors",
573
+ "backbone.qwen_model.model.visual.blocks.23.attn.proj.weight": "model-00001-of-00003.safetensors",
574
+ "backbone.qwen_model.model.visual.blocks.23.attn.qkv.bias": "model-00001-of-00003.safetensors",
575
+ "backbone.qwen_model.model.visual.blocks.23.attn.qkv.weight": "model-00001-of-00003.safetensors",
576
+ "backbone.qwen_model.model.visual.blocks.23.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
577
+ "backbone.qwen_model.model.visual.blocks.23.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
578
+ "backbone.qwen_model.model.visual.blocks.23.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
579
+ "backbone.qwen_model.model.visual.blocks.23.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
580
+ "backbone.qwen_model.model.visual.blocks.23.norm1.bias": "model-00001-of-00003.safetensors",
581
+ "backbone.qwen_model.model.visual.blocks.23.norm1.weight": "model-00001-of-00003.safetensors",
582
+ "backbone.qwen_model.model.visual.blocks.23.norm2.bias": "model-00001-of-00003.safetensors",
583
+ "backbone.qwen_model.model.visual.blocks.23.norm2.weight": "model-00001-of-00003.safetensors",
584
+ "backbone.qwen_model.model.visual.blocks.24.attn.proj.bias": "model-00001-of-00003.safetensors",
585
+ "backbone.qwen_model.model.visual.blocks.24.attn.proj.weight": "model-00001-of-00003.safetensors",
586
+ "backbone.qwen_model.model.visual.blocks.24.attn.qkv.bias": "model-00001-of-00003.safetensors",
587
+ "backbone.qwen_model.model.visual.blocks.24.attn.qkv.weight": "model-00001-of-00003.safetensors",
588
+ "backbone.qwen_model.model.visual.blocks.24.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
589
+ "backbone.qwen_model.model.visual.blocks.24.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
590
+ "backbone.qwen_model.model.visual.blocks.24.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
591
+ "backbone.qwen_model.model.visual.blocks.24.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
592
+ "backbone.qwen_model.model.visual.blocks.24.norm1.bias": "model-00001-of-00003.safetensors",
593
+ "backbone.qwen_model.model.visual.blocks.24.norm1.weight": "model-00001-of-00003.safetensors",
594
+ "backbone.qwen_model.model.visual.blocks.24.norm2.bias": "model-00001-of-00003.safetensors",
595
+ "backbone.qwen_model.model.visual.blocks.24.norm2.weight": "model-00001-of-00003.safetensors",
596
+ "backbone.qwen_model.model.visual.blocks.25.attn.proj.bias": "model-00001-of-00003.safetensors",
597
+ "backbone.qwen_model.model.visual.blocks.25.attn.proj.weight": "model-00001-of-00003.safetensors",
598
+ "backbone.qwen_model.model.visual.blocks.25.attn.qkv.bias": "model-00001-of-00003.safetensors",
599
+ "backbone.qwen_model.model.visual.blocks.25.attn.qkv.weight": "model-00001-of-00003.safetensors",
600
+ "backbone.qwen_model.model.visual.blocks.25.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
601
+ "backbone.qwen_model.model.visual.blocks.25.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
602
+ "backbone.qwen_model.model.visual.blocks.25.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
603
+ "backbone.qwen_model.model.visual.blocks.25.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
604
+ "backbone.qwen_model.model.visual.blocks.25.norm1.bias": "model-00001-of-00003.safetensors",
605
+ "backbone.qwen_model.model.visual.blocks.25.norm1.weight": "model-00001-of-00003.safetensors",
606
+ "backbone.qwen_model.model.visual.blocks.25.norm2.bias": "model-00001-of-00003.safetensors",
607
+ "backbone.qwen_model.model.visual.blocks.25.norm2.weight": "model-00001-of-00003.safetensors",
608
+ "backbone.qwen_model.model.visual.blocks.26.attn.proj.bias": "model-00001-of-00003.safetensors",
609
+ "backbone.qwen_model.model.visual.blocks.26.attn.proj.weight": "model-00001-of-00003.safetensors",
610
+ "backbone.qwen_model.model.visual.blocks.26.attn.qkv.bias": "model-00001-of-00003.safetensors",
611
+ "backbone.qwen_model.model.visual.blocks.26.attn.qkv.weight": "model-00001-of-00003.safetensors",
612
+ "backbone.qwen_model.model.visual.blocks.26.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
613
+ "backbone.qwen_model.model.visual.blocks.26.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
614
+ "backbone.qwen_model.model.visual.blocks.26.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
615
+ "backbone.qwen_model.model.visual.blocks.26.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
616
+ "backbone.qwen_model.model.visual.blocks.26.norm1.bias": "model-00001-of-00003.safetensors",
617
+ "backbone.qwen_model.model.visual.blocks.26.norm1.weight": "model-00001-of-00003.safetensors",
618
+ "backbone.qwen_model.model.visual.blocks.26.norm2.bias": "model-00001-of-00003.safetensors",
619
+ "backbone.qwen_model.model.visual.blocks.26.norm2.weight": "model-00001-of-00003.safetensors",
620
+ "backbone.qwen_model.model.visual.blocks.3.attn.proj.bias": "model-00001-of-00003.safetensors",
621
+ "backbone.qwen_model.model.visual.blocks.3.attn.proj.weight": "model-00001-of-00003.safetensors",
622
+ "backbone.qwen_model.model.visual.blocks.3.attn.qkv.bias": "model-00001-of-00003.safetensors",
623
+ "backbone.qwen_model.model.visual.blocks.3.attn.qkv.weight": "model-00001-of-00003.safetensors",
624
+ "backbone.qwen_model.model.visual.blocks.3.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
625
+ "backbone.qwen_model.model.visual.blocks.3.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
626
+ "backbone.qwen_model.model.visual.blocks.3.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
627
+ "backbone.qwen_model.model.visual.blocks.3.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
628
+ "backbone.qwen_model.model.visual.blocks.3.norm1.bias": "model-00001-of-00003.safetensors",
629
+ "backbone.qwen_model.model.visual.blocks.3.norm1.weight": "model-00001-of-00003.safetensors",
630
+ "backbone.qwen_model.model.visual.blocks.3.norm2.bias": "model-00001-of-00003.safetensors",
631
+ "backbone.qwen_model.model.visual.blocks.3.norm2.weight": "model-00001-of-00003.safetensors",
632
+ "backbone.qwen_model.model.visual.blocks.4.attn.proj.bias": "model-00001-of-00003.safetensors",
633
+ "backbone.qwen_model.model.visual.blocks.4.attn.proj.weight": "model-00001-of-00003.safetensors",
634
+ "backbone.qwen_model.model.visual.blocks.4.attn.qkv.bias": "model-00001-of-00003.safetensors",
635
+ "backbone.qwen_model.model.visual.blocks.4.attn.qkv.weight": "model-00001-of-00003.safetensors",
636
+ "backbone.qwen_model.model.visual.blocks.4.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
637
+ "backbone.qwen_model.model.visual.blocks.4.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
638
+ "backbone.qwen_model.model.visual.blocks.4.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
639
+ "backbone.qwen_model.model.visual.blocks.4.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
640
+ "backbone.qwen_model.model.visual.blocks.4.norm1.bias": "model-00001-of-00003.safetensors",
641
+ "backbone.qwen_model.model.visual.blocks.4.norm1.weight": "model-00001-of-00003.safetensors",
642
+ "backbone.qwen_model.model.visual.blocks.4.norm2.bias": "model-00001-of-00003.safetensors",
643
+ "backbone.qwen_model.model.visual.blocks.4.norm2.weight": "model-00001-of-00003.safetensors",
644
+ "backbone.qwen_model.model.visual.blocks.5.attn.proj.bias": "model-00001-of-00003.safetensors",
645
+ "backbone.qwen_model.model.visual.blocks.5.attn.proj.weight": "model-00001-of-00003.safetensors",
646
+ "backbone.qwen_model.model.visual.blocks.5.attn.qkv.bias": "model-00001-of-00003.safetensors",
647
+ "backbone.qwen_model.model.visual.blocks.5.attn.qkv.weight": "model-00001-of-00003.safetensors",
648
+ "backbone.qwen_model.model.visual.blocks.5.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
649
+ "backbone.qwen_model.model.visual.blocks.5.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
650
+ "backbone.qwen_model.model.visual.blocks.5.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
651
+ "backbone.qwen_model.model.visual.blocks.5.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
652
+ "backbone.qwen_model.model.visual.blocks.5.norm1.bias": "model-00001-of-00003.safetensors",
653
+ "backbone.qwen_model.model.visual.blocks.5.norm1.weight": "model-00001-of-00003.safetensors",
654
+ "backbone.qwen_model.model.visual.blocks.5.norm2.bias": "model-00001-of-00003.safetensors",
655
+ "backbone.qwen_model.model.visual.blocks.5.norm2.weight": "model-00001-of-00003.safetensors",
656
+ "backbone.qwen_model.model.visual.blocks.6.attn.proj.bias": "model-00001-of-00003.safetensors",
657
+ "backbone.qwen_model.model.visual.blocks.6.attn.proj.weight": "model-00001-of-00003.safetensors",
658
+ "backbone.qwen_model.model.visual.blocks.6.attn.qkv.bias": "model-00001-of-00003.safetensors",
659
+ "backbone.qwen_model.model.visual.blocks.6.attn.qkv.weight": "model-00001-of-00003.safetensors",
660
+ "backbone.qwen_model.model.visual.blocks.6.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
661
+ "backbone.qwen_model.model.visual.blocks.6.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
662
+ "backbone.qwen_model.model.visual.blocks.6.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
663
+ "backbone.qwen_model.model.visual.blocks.6.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
664
+ "backbone.qwen_model.model.visual.blocks.6.norm1.bias": "model-00001-of-00003.safetensors",
665
+ "backbone.qwen_model.model.visual.blocks.6.norm1.weight": "model-00001-of-00003.safetensors",
666
+ "backbone.qwen_model.model.visual.blocks.6.norm2.bias": "model-00001-of-00003.safetensors",
667
+ "backbone.qwen_model.model.visual.blocks.6.norm2.weight": "model-00001-of-00003.safetensors",
668
+ "backbone.qwen_model.model.visual.blocks.7.attn.proj.bias": "model-00001-of-00003.safetensors",
669
+ "backbone.qwen_model.model.visual.blocks.7.attn.proj.weight": "model-00001-of-00003.safetensors",
670
+ "backbone.qwen_model.model.visual.blocks.7.attn.qkv.bias": "model-00001-of-00003.safetensors",
671
+ "backbone.qwen_model.model.visual.blocks.7.attn.qkv.weight": "model-00001-of-00003.safetensors",
672
+ "backbone.qwen_model.model.visual.blocks.7.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
673
+ "backbone.qwen_model.model.visual.blocks.7.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
674
+ "backbone.qwen_model.model.visual.blocks.7.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
675
+ "backbone.qwen_model.model.visual.blocks.7.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
676
+ "backbone.qwen_model.model.visual.blocks.7.norm1.bias": "model-00001-of-00003.safetensors",
677
+ "backbone.qwen_model.model.visual.blocks.7.norm1.weight": "model-00001-of-00003.safetensors",
678
+ "backbone.qwen_model.model.visual.blocks.7.norm2.bias": "model-00001-of-00003.safetensors",
679
+ "backbone.qwen_model.model.visual.blocks.7.norm2.weight": "model-00001-of-00003.safetensors",
680
+ "backbone.qwen_model.model.visual.blocks.8.attn.proj.bias": "model-00001-of-00003.safetensors",
681
+ "backbone.qwen_model.model.visual.blocks.8.attn.proj.weight": "model-00001-of-00003.safetensors",
682
+ "backbone.qwen_model.model.visual.blocks.8.attn.qkv.bias": "model-00001-of-00003.safetensors",
683
+ "backbone.qwen_model.model.visual.blocks.8.attn.qkv.weight": "model-00001-of-00003.safetensors",
684
+ "backbone.qwen_model.model.visual.blocks.8.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
685
+ "backbone.qwen_model.model.visual.blocks.8.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
686
+ "backbone.qwen_model.model.visual.blocks.8.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
687
+ "backbone.qwen_model.model.visual.blocks.8.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
688
+ "backbone.qwen_model.model.visual.blocks.8.norm1.bias": "model-00001-of-00003.safetensors",
689
+ "backbone.qwen_model.model.visual.blocks.8.norm1.weight": "model-00001-of-00003.safetensors",
690
+ "backbone.qwen_model.model.visual.blocks.8.norm2.bias": "model-00001-of-00003.safetensors",
691
+ "backbone.qwen_model.model.visual.blocks.8.norm2.weight": "model-00001-of-00003.safetensors",
692
+ "backbone.qwen_model.model.visual.blocks.9.attn.proj.bias": "model-00001-of-00003.safetensors",
693
+ "backbone.qwen_model.model.visual.blocks.9.attn.proj.weight": "model-00001-of-00003.safetensors",
694
+ "backbone.qwen_model.model.visual.blocks.9.attn.qkv.bias": "model-00001-of-00003.safetensors",
695
+ "backbone.qwen_model.model.visual.blocks.9.attn.qkv.weight": "model-00001-of-00003.safetensors",
696
+ "backbone.qwen_model.model.visual.blocks.9.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
697
+ "backbone.qwen_model.model.visual.blocks.9.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
698
+ "backbone.qwen_model.model.visual.blocks.9.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
699
+ "backbone.qwen_model.model.visual.blocks.9.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
700
+ "backbone.qwen_model.model.visual.blocks.9.norm1.bias": "model-00001-of-00003.safetensors",
701
+ "backbone.qwen_model.model.visual.blocks.9.norm1.weight": "model-00001-of-00003.safetensors",
702
+ "backbone.qwen_model.model.visual.blocks.9.norm2.bias": "model-00001-of-00003.safetensors",
703
+ "backbone.qwen_model.model.visual.blocks.9.norm2.weight": "model-00001-of-00003.safetensors",
704
+ "backbone.qwen_model.model.visual.deepstack_merger_list.0.linear_fc1.bias": "model-00001-of-00003.safetensors",
705
+ "backbone.qwen_model.model.visual.deepstack_merger_list.0.linear_fc1.weight": "model-00001-of-00003.safetensors",
706
+ "backbone.qwen_model.model.visual.deepstack_merger_list.0.linear_fc2.bias": "model-00001-of-00003.safetensors",
707
+ "backbone.qwen_model.model.visual.deepstack_merger_list.0.linear_fc2.weight": "model-00001-of-00003.safetensors",
708
+ "backbone.qwen_model.model.visual.deepstack_merger_list.0.norm.bias": "model-00001-of-00003.safetensors",
709
+ "backbone.qwen_model.model.visual.deepstack_merger_list.0.norm.weight": "model-00001-of-00003.safetensors",
710
+ "backbone.qwen_model.model.visual.deepstack_merger_list.1.linear_fc1.bias": "model-00001-of-00003.safetensors",
711
+ "backbone.qwen_model.model.visual.deepstack_merger_list.1.linear_fc1.weight": "model-00001-of-00003.safetensors",
712
+ "backbone.qwen_model.model.visual.deepstack_merger_list.1.linear_fc2.bias": "model-00001-of-00003.safetensors",
713
+ "backbone.qwen_model.model.visual.deepstack_merger_list.1.linear_fc2.weight": "model-00001-of-00003.safetensors",
714
+ "backbone.qwen_model.model.visual.deepstack_merger_list.1.norm.bias": "model-00001-of-00003.safetensors",
715
+ "backbone.qwen_model.model.visual.deepstack_merger_list.1.norm.weight": "model-00001-of-00003.safetensors",
716
+ "backbone.qwen_model.model.visual.deepstack_merger_list.2.linear_fc1.bias": "model-00001-of-00003.safetensors",
717
+ "backbone.qwen_model.model.visual.deepstack_merger_list.2.linear_fc1.weight": "model-00001-of-00003.safetensors",
718
+ "backbone.qwen_model.model.visual.deepstack_merger_list.2.linear_fc2.bias": "model-00001-of-00003.safetensors",
719
+ "backbone.qwen_model.model.visual.deepstack_merger_list.2.linear_fc2.weight": "model-00001-of-00003.safetensors",
720
+ "backbone.qwen_model.model.visual.deepstack_merger_list.2.norm.bias": "model-00001-of-00003.safetensors",
721
+ "backbone.qwen_model.model.visual.deepstack_merger_list.2.norm.weight": "model-00001-of-00003.safetensors",
722
+ "backbone.qwen_model.model.visual.merger.linear_fc1.bias": "model-00001-of-00003.safetensors",
723
+ "backbone.qwen_model.model.visual.merger.linear_fc1.weight": "model-00001-of-00003.safetensors",
724
+ "backbone.qwen_model.model.visual.merger.linear_fc2.bias": "model-00001-of-00003.safetensors",
725
+ "backbone.qwen_model.model.visual.merger.linear_fc2.weight": "model-00001-of-00003.safetensors",
726
+ "backbone.qwen_model.model.visual.merger.norm.bias": "model-00001-of-00003.safetensors",
727
+ "backbone.qwen_model.model.visual.merger.norm.weight": "model-00001-of-00003.safetensors",
728
+ "backbone.qwen_model.model.visual.patch_embed.proj.bias": "model-00001-of-00003.safetensors",
729
+ "backbone.qwen_model.model.visual.patch_embed.proj.weight": "model-00001-of-00003.safetensors",
730
+ "backbone.qwen_model.model.visual.pos_embed.weight": "model-00001-of-00003.safetensors"
731
+ }
732
+ }
checkpoint-15000/processor_config.json ADDED
@@ -0,0 +1,3250 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "processor_class": "AlinVLAv0Processor",
3
+ "processor_kwargs": {
4
+ "modality_configs": {
5
+ "humanoid_everyday_g1": {
6
+ "video": {
7
+ "delta_indices": [
8
+ -6,
9
+ -4,
10
+ -2,
11
+ 0
12
+ ],
13
+ "modality_keys": [
14
+ "egocentric_resized"
15
+ ],
16
+ "sin_cos_embedding_keys": null,
17
+ "mean_std_embedding_keys": null,
18
+ "action_configs": null
19
+ },
20
+ "state": {
21
+ "delta_indices": [
22
+ 0
23
+ ],
24
+ "modality_keys": [
25
+ "left_arm",
26
+ "left_hand",
27
+ "right_arm",
28
+ "right_hand"
29
+ ],
30
+ "sin_cos_embedding_keys": null,
31
+ "mean_std_embedding_keys": null,
32
+ "action_configs": null
33
+ },
34
+ "action": {
35
+ "delta_indices": [
36
+ 0,
37
+ 1,
38
+ 2,
39
+ 3,
40
+ 4,
41
+ 5,
42
+ 6,
43
+ 7,
44
+ 8,
45
+ 9,
46
+ 10,
47
+ 11,
48
+ 12,
49
+ 13,
50
+ 14,
51
+ 15
52
+ ],
53
+ "modality_keys": [
54
+ "left_arm",
55
+ "left_hand",
56
+ "right_arm",
57
+ "right_hand"
58
+ ],
59
+ "sin_cos_embedding_keys": null,
60
+ "mean_std_embedding_keys": null,
61
+ "action_configs": [
62
+ {
63
+ "rep": "ABSOLUTE",
64
+ "type": "NON_EEF",
65
+ "format": "DEFAULT",
66
+ "state_key": null
67
+ },
68
+ {
69
+ "rep": "ABSOLUTE",
70
+ "type": "NON_EEF",
71
+ "format": "DEFAULT",
72
+ "state_key": null
73
+ },
74
+ {
75
+ "rep": "ABSOLUTE",
76
+ "type": "NON_EEF",
77
+ "format": "DEFAULT",
78
+ "state_key": null
79
+ },
80
+ {
81
+ "rep": "ABSOLUTE",
82
+ "type": "NON_EEF",
83
+ "format": "DEFAULT",
84
+ "state_key": null
85
+ }
86
+ ]
87
+ },
88
+ "language": {
89
+ "delta_indices": [
90
+ 0
91
+ ],
92
+ "modality_keys": [
93
+ "annotation.human.action.task_description"
94
+ ],
95
+ "sin_cos_embedding_keys": null,
96
+ "mean_std_embedding_keys": null,
97
+ "action_configs": null
98
+ }
99
+ },
100
+ "kuka": {
101
+ "video": {
102
+ "delta_indices": [
103
+ -6,
104
+ -4,
105
+ -2,
106
+ 0
107
+ ],
108
+ "modality_keys": [
109
+ "primary"
110
+ ],
111
+ "sin_cos_embedding_keys": null,
112
+ "mean_std_embedding_keys": null,
113
+ "action_configs": null
114
+ },
115
+ "state": {
116
+ "delta_indices": [
117
+ 0
118
+ ],
119
+ "modality_keys": [
120
+ "end_effector_position",
121
+ "end_effector_rotation",
122
+ "gripper_position"
123
+ ],
124
+ "sin_cos_embedding_keys": null,
125
+ "mean_std_embedding_keys": null,
126
+ "action_configs": null
127
+ },
128
+ "action": {
129
+ "delta_indices": [
130
+ 0,
131
+ 1,
132
+ 2,
133
+ 3,
134
+ 4,
135
+ 5,
136
+ 6,
137
+ 7,
138
+ 8,
139
+ 9,
140
+ 10,
141
+ 11,
142
+ 12,
143
+ 13,
144
+ 14,
145
+ 15
146
+ ],
147
+ "modality_keys": [
148
+ "end_effector_position",
149
+ "end_effector_rotation",
150
+ "gripper_close"
151
+ ],
152
+ "sin_cos_embedding_keys": null,
153
+ "mean_std_embedding_keys": null,
154
+ "action_configs": [
155
+ {
156
+ "rep": "DELTA",
157
+ "type": "EEF",
158
+ "format": "DEFAULT",
159
+ "state_key": null
160
+ },
161
+ {
162
+ "rep": "DELTA",
163
+ "type": "EEF",
164
+ "format": "DEFAULT",
165
+ "state_key": null
166
+ },
167
+ {
168
+ "rep": "ABSOLUTE",
169
+ "type": "NON_EEF",
170
+ "format": "DEFAULT",
171
+ "state_key": null
172
+ }
173
+ ]
174
+ },
175
+ "language": {
176
+ "delta_indices": [
177
+ 0
178
+ ],
179
+ "modality_keys": [
180
+ "annotation.human.action.task_description"
181
+ ],
182
+ "sin_cos_embedding_keys": null,
183
+ "mean_std_embedding_keys": null,
184
+ "action_configs": null
185
+ }
186
+ },
187
+ "cmu_stretch": {
188
+ "video": {
189
+ "delta_indices": [
190
+ -6,
191
+ -4,
192
+ -2,
193
+ 0
194
+ ],
195
+ "modality_keys": [
196
+ "primary"
197
+ ],
198
+ "sin_cos_embedding_keys": null,
199
+ "mean_std_embedding_keys": null,
200
+ "action_configs": null
201
+ },
202
+ "state": {
203
+ "delta_indices": [
204
+ 0
205
+ ],
206
+ "modality_keys": [
207
+ "end_effector_position",
208
+ "end_effector_rotation",
209
+ "gripper_position"
210
+ ],
211
+ "sin_cos_embedding_keys": null,
212
+ "mean_std_embedding_keys": null,
213
+ "action_configs": null
214
+ },
215
+ "action": {
216
+ "delta_indices": [
217
+ 0,
218
+ 1,
219
+ 2,
220
+ 3,
221
+ 4,
222
+ 5,
223
+ 6,
224
+ 7,
225
+ 8,
226
+ 9,
227
+ 10,
228
+ 11,
229
+ 12,
230
+ 13,
231
+ 14,
232
+ 15
233
+ ],
234
+ "modality_keys": [
235
+ "end_effector_position",
236
+ "end_effector_rotation",
237
+ "gripper_close"
238
+ ],
239
+ "sin_cos_embedding_keys": null,
240
+ "mean_std_embedding_keys": null,
241
+ "action_configs": [
242
+ {
243
+ "rep": "DELTA",
244
+ "type": "EEF",
245
+ "format": "DEFAULT",
246
+ "state_key": null
247
+ },
248
+ {
249
+ "rep": "DELTA",
250
+ "type": "EEF",
251
+ "format": "DEFAULT",
252
+ "state_key": null
253
+ },
254
+ {
255
+ "rep": "ABSOLUTE",
256
+ "type": "NON_EEF",
257
+ "format": "DEFAULT",
258
+ "state_key": null
259
+ }
260
+ ]
261
+ },
262
+ "language": {
263
+ "delta_indices": [
264
+ 0
265
+ ],
266
+ "modality_keys": [
267
+ "annotation.human.action.task_description"
268
+ ],
269
+ "sin_cos_embedding_keys": null,
270
+ "mean_std_embedding_keys": null,
271
+ "action_configs": null
272
+ }
273
+ },
274
+ "stanford_hydra_dataset_converted_externally_to_rlds": {
275
+ "video": {
276
+ "delta_indices": [
277
+ -6,
278
+ -4,
279
+ -2,
280
+ 0
281
+ ],
282
+ "modality_keys": [
283
+ "primary",
284
+ "wrist"
285
+ ],
286
+ "sin_cos_embedding_keys": null,
287
+ "mean_std_embedding_keys": null,
288
+ "action_configs": null
289
+ },
290
+ "state": {
291
+ "delta_indices": [
292
+ 0
293
+ ],
294
+ "modality_keys": [
295
+ "end_effector_position",
296
+ "end_effector_rotation",
297
+ "gripper_position"
298
+ ],
299
+ "sin_cos_embedding_keys": null,
300
+ "mean_std_embedding_keys": null,
301
+ "action_configs": null
302
+ },
303
+ "action": {
304
+ "delta_indices": [
305
+ 0,
306
+ 1,
307
+ 2,
308
+ 3,
309
+ 4,
310
+ 5,
311
+ 6,
312
+ 7,
313
+ 8,
314
+ 9,
315
+ 10,
316
+ 11,
317
+ 12,
318
+ 13,
319
+ 14,
320
+ 15
321
+ ],
322
+ "modality_keys": [
323
+ "end_effector_position",
324
+ "end_effector_rotation",
325
+ "gripper_close"
326
+ ],
327
+ "sin_cos_embedding_keys": null,
328
+ "mean_std_embedding_keys": null,
329
+ "action_configs": [
330
+ {
331
+ "rep": "DELTA",
332
+ "type": "EEF",
333
+ "format": "DEFAULT",
334
+ "state_key": null
335
+ },
336
+ {
337
+ "rep": "DELTA",
338
+ "type": "EEF",
339
+ "format": "DEFAULT",
340
+ "state_key": null
341
+ },
342
+ {
343
+ "rep": "ABSOLUTE",
344
+ "type": "NON_EEF",
345
+ "format": "DEFAULT",
346
+ "state_key": null
347
+ }
348
+ ]
349
+ },
350
+ "language": {
351
+ "delta_indices": [
352
+ 0
353
+ ],
354
+ "modality_keys": [
355
+ "annotation.human.action.task_description"
356
+ ],
357
+ "sin_cos_embedding_keys": null,
358
+ "mean_std_embedding_keys": null,
359
+ "action_configs": null
360
+ }
361
+ },
362
+ "iamlab_cmu_pickup_insert_converted_externally_to_rlds": {
363
+ "video": {
364
+ "delta_indices": [
365
+ -6,
366
+ -4,
367
+ -2,
368
+ 0
369
+ ],
370
+ "modality_keys": [
371
+ "primary",
372
+ "wrist"
373
+ ],
374
+ "sin_cos_embedding_keys": null,
375
+ "mean_std_embedding_keys": null,
376
+ "action_configs": null
377
+ },
378
+ "state": {
379
+ "delta_indices": [
380
+ 0
381
+ ],
382
+ "modality_keys": [
383
+ "end_effector_position",
384
+ "end_effector_rotation",
385
+ "gripper_position"
386
+ ],
387
+ "sin_cos_embedding_keys": null,
388
+ "mean_std_embedding_keys": null,
389
+ "action_configs": null
390
+ },
391
+ "action": {
392
+ "delta_indices": [
393
+ 0,
394
+ 1,
395
+ 2,
396
+ 3,
397
+ 4,
398
+ 5,
399
+ 6,
400
+ 7,
401
+ 8,
402
+ 9,
403
+ 10,
404
+ 11,
405
+ 12,
406
+ 13,
407
+ 14,
408
+ 15
409
+ ],
410
+ "modality_keys": [
411
+ "end_effector_position",
412
+ "end_effector_rotation",
413
+ "gripper_close"
414
+ ],
415
+ "sin_cos_embedding_keys": null,
416
+ "mean_std_embedding_keys": null,
417
+ "action_configs": [
418
+ {
419
+ "rep": "DELTA",
420
+ "type": "EEF",
421
+ "format": "DEFAULT",
422
+ "state_key": null
423
+ },
424
+ {
425
+ "rep": "DELTA",
426
+ "type": "EEF",
427
+ "format": "DEFAULT",
428
+ "state_key": null
429
+ },
430
+ {
431
+ "rep": "ABSOLUTE",
432
+ "type": "NON_EEF",
433
+ "format": "DEFAULT",
434
+ "state_key": null
435
+ }
436
+ ]
437
+ },
438
+ "language": {
439
+ "delta_indices": [
440
+ 0
441
+ ],
442
+ "modality_keys": [
443
+ "annotation.human.action.task_description"
444
+ ],
445
+ "sin_cos_embedding_keys": null,
446
+ "mean_std_embedding_keys": null,
447
+ "action_configs": null
448
+ }
449
+ },
450
+ "berkeley_fanuc_manipulation": {
451
+ "video": {
452
+ "delta_indices": [
453
+ -6,
454
+ -4,
455
+ -2,
456
+ 0
457
+ ],
458
+ "modality_keys": [
459
+ "primary",
460
+ "wrist"
461
+ ],
462
+ "sin_cos_embedding_keys": null,
463
+ "mean_std_embedding_keys": null,
464
+ "action_configs": null
465
+ },
466
+ "state": {
467
+ "delta_indices": [
468
+ 0
469
+ ],
470
+ "modality_keys": [
471
+ "joint_position",
472
+ "gripper_position"
473
+ ],
474
+ "sin_cos_embedding_keys": null,
475
+ "mean_std_embedding_keys": null,
476
+ "action_configs": null
477
+ },
478
+ "action": {
479
+ "delta_indices": [
480
+ 0,
481
+ 1,
482
+ 2,
483
+ 3,
484
+ 4,
485
+ 5,
486
+ 6,
487
+ 7,
488
+ 8,
489
+ 9,
490
+ 10,
491
+ 11,
492
+ 12,
493
+ 13,
494
+ 14,
495
+ 15
496
+ ],
497
+ "modality_keys": [
498
+ "end_effector_position",
499
+ "end_effector_rotation",
500
+ "gripper_close"
501
+ ],
502
+ "sin_cos_embedding_keys": null,
503
+ "mean_std_embedding_keys": null,
504
+ "action_configs": [
505
+ {
506
+ "rep": "DELTA",
507
+ "type": "EEF",
508
+ "format": "DEFAULT",
509
+ "state_key": null
510
+ },
511
+ {
512
+ "rep": "DELTA",
513
+ "type": "EEF",
514
+ "format": "DEFAULT",
515
+ "state_key": null
516
+ },
517
+ {
518
+ "rep": "ABSOLUTE",
519
+ "type": "NON_EEF",
520
+ "format": "DEFAULT",
521
+ "state_key": null
522
+ }
523
+ ]
524
+ },
525
+ "language": {
526
+ "delta_indices": [
527
+ 0
528
+ ],
529
+ "modality_keys": [
530
+ "annotation.human.action.task_description"
531
+ ],
532
+ "sin_cos_embedding_keys": null,
533
+ "mean_std_embedding_keys": null,
534
+ "action_configs": null
535
+ }
536
+ },
537
+ "viola": {
538
+ "video": {
539
+ "delta_indices": [
540
+ -6,
541
+ -4,
542
+ -2,
543
+ 0
544
+ ],
545
+ "modality_keys": [
546
+ "primary",
547
+ "wrist"
548
+ ],
549
+ "sin_cos_embedding_keys": null,
550
+ "mean_std_embedding_keys": null,
551
+ "action_configs": null
552
+ },
553
+ "state": {
554
+ "delta_indices": [
555
+ 0
556
+ ],
557
+ "modality_keys": [
558
+ "joint_position",
559
+ "gripper_position"
560
+ ],
561
+ "sin_cos_embedding_keys": null,
562
+ "mean_std_embedding_keys": null,
563
+ "action_configs": null
564
+ },
565
+ "action": {
566
+ "delta_indices": [
567
+ 0,
568
+ 1,
569
+ 2,
570
+ 3,
571
+ 4,
572
+ 5,
573
+ 6,
574
+ 7,
575
+ 8,
576
+ 9,
577
+ 10,
578
+ 11,
579
+ 12,
580
+ 13,
581
+ 14,
582
+ 15
583
+ ],
584
+ "modality_keys": [
585
+ "end_effector_position",
586
+ "end_effector_rotation",
587
+ "gripper_close"
588
+ ],
589
+ "sin_cos_embedding_keys": null,
590
+ "mean_std_embedding_keys": null,
591
+ "action_configs": [
592
+ {
593
+ "rep": "DELTA",
594
+ "type": "EEF",
595
+ "format": "DEFAULT",
596
+ "state_key": null
597
+ },
598
+ {
599
+ "rep": "DELTA",
600
+ "type": "EEF",
601
+ "format": "DEFAULT",
602
+ "state_key": null
603
+ },
604
+ {
605
+ "rep": "ABSOLUTE",
606
+ "type": "NON_EEF",
607
+ "format": "DEFAULT",
608
+ "state_key": null
609
+ }
610
+ ]
611
+ },
612
+ "language": {
613
+ "delta_indices": [
614
+ 0
615
+ ],
616
+ "modality_keys": [
617
+ "annotation.human.action.task_description"
618
+ ],
619
+ "sin_cos_embedding_keys": null,
620
+ "mean_std_embedding_keys": null,
621
+ "action_configs": null
622
+ }
623
+ },
624
+ "galaxea": {
625
+ "video": {
626
+ "delta_indices": [
627
+ -6,
628
+ -4,
629
+ -2,
630
+ 0
631
+ ],
632
+ "modality_keys": [
633
+ "primary",
634
+ "wrist_left",
635
+ "wrist_right"
636
+ ],
637
+ "sin_cos_embedding_keys": null,
638
+ "mean_std_embedding_keys": null,
639
+ "action_configs": null
640
+ },
641
+ "state": {
642
+ "delta_indices": [
643
+ 0
644
+ ],
645
+ "modality_keys": [
646
+ "state"
647
+ ],
648
+ "sin_cos_embedding_keys": null,
649
+ "mean_std_embedding_keys": null,
650
+ "action_configs": null
651
+ },
652
+ "action": {
653
+ "delta_indices": [
654
+ 0,
655
+ 1,
656
+ 2,
657
+ 3,
658
+ 4,
659
+ 5,
660
+ 6,
661
+ 7,
662
+ 8,
663
+ 9,
664
+ 10,
665
+ 11,
666
+ 12,
667
+ 13,
668
+ 14,
669
+ 15
670
+ ],
671
+ "modality_keys": [
672
+ "action"
673
+ ],
674
+ "sin_cos_embedding_keys": null,
675
+ "mean_std_embedding_keys": null,
676
+ "action_configs": [
677
+ {
678
+ "rep": "ABSOLUTE",
679
+ "type": "NON_EEF",
680
+ "format": "DEFAULT",
681
+ "state_key": null
682
+ }
683
+ ]
684
+ },
685
+ "language": {
686
+ "delta_indices": [
687
+ 0
688
+ ],
689
+ "modality_keys": [
690
+ "annotation.human.action.task_description"
691
+ ],
692
+ "sin_cos_embedding_keys": null,
693
+ "mean_std_embedding_keys": null,
694
+ "action_configs": null
695
+ }
696
+ },
697
+ "utaustin_mutex": {
698
+ "video": {
699
+ "delta_indices": [
700
+ -6,
701
+ -4,
702
+ -2,
703
+ 0
704
+ ],
705
+ "modality_keys": [
706
+ "primary",
707
+ "wrist"
708
+ ],
709
+ "sin_cos_embedding_keys": null,
710
+ "mean_std_embedding_keys": null,
711
+ "action_configs": null
712
+ },
713
+ "state": {
714
+ "delta_indices": [
715
+ 0
716
+ ],
717
+ "modality_keys": [
718
+ "joint_position",
719
+ "gripper_position"
720
+ ],
721
+ "sin_cos_embedding_keys": null,
722
+ "mean_std_embedding_keys": null,
723
+ "action_configs": null
724
+ },
725
+ "action": {
726
+ "delta_indices": [
727
+ 0,
728
+ 1,
729
+ 2,
730
+ 3,
731
+ 4,
732
+ 5,
733
+ 6,
734
+ 7,
735
+ 8,
736
+ 9,
737
+ 10,
738
+ 11,
739
+ 12,
740
+ 13,
741
+ 14,
742
+ 15
743
+ ],
744
+ "modality_keys": [
745
+ "end_effector_position",
746
+ "end_effector_rotation",
747
+ "gripper_close"
748
+ ],
749
+ "sin_cos_embedding_keys": null,
750
+ "mean_std_embedding_keys": null,
751
+ "action_configs": [
752
+ {
753
+ "rep": "DELTA",
754
+ "type": "EEF",
755
+ "format": "DEFAULT",
756
+ "state_key": null
757
+ },
758
+ {
759
+ "rep": "DELTA",
760
+ "type": "EEF",
761
+ "format": "DEFAULT",
762
+ "state_key": null
763
+ },
764
+ {
765
+ "rep": "ABSOLUTE",
766
+ "type": "NON_EEF",
767
+ "format": "DEFAULT",
768
+ "state_key": null
769
+ }
770
+ ]
771
+ },
772
+ "language": {
773
+ "delta_indices": [
774
+ 0
775
+ ],
776
+ "modality_keys": [
777
+ "annotation.human.action.task_description"
778
+ ],
779
+ "sin_cos_embedding_keys": null,
780
+ "mean_std_embedding_keys": null,
781
+ "action_configs": null
782
+ }
783
+ },
784
+ "dobbe": {
785
+ "video": {
786
+ "delta_indices": [
787
+ -6,
788
+ -4,
789
+ -2,
790
+ 0
791
+ ],
792
+ "modality_keys": [
793
+ "wrist"
794
+ ],
795
+ "sin_cos_embedding_keys": null,
796
+ "mean_std_embedding_keys": null,
797
+ "action_configs": null
798
+ },
799
+ "state": {
800
+ "delta_indices": [
801
+ 0
802
+ ],
803
+ "modality_keys": [
804
+ "end_effector_position",
805
+ "end_effector_rotation",
806
+ "gripper_position"
807
+ ],
808
+ "sin_cos_embedding_keys": null,
809
+ "mean_std_embedding_keys": null,
810
+ "action_configs": null
811
+ },
812
+ "action": {
813
+ "delta_indices": [
814
+ 0,
815
+ 1,
816
+ 2,
817
+ 3,
818
+ 4,
819
+ 5,
820
+ 6,
821
+ 7,
822
+ 8,
823
+ 9,
824
+ 10,
825
+ 11,
826
+ 12,
827
+ 13,
828
+ 14,
829
+ 15
830
+ ],
831
+ "modality_keys": [
832
+ "end_effector_position",
833
+ "end_effector_rotation",
834
+ "gripper_close"
835
+ ],
836
+ "sin_cos_embedding_keys": null,
837
+ "mean_std_embedding_keys": null,
838
+ "action_configs": [
839
+ {
840
+ "rep": "DELTA",
841
+ "type": "EEF",
842
+ "format": "DEFAULT",
843
+ "state_key": null
844
+ },
845
+ {
846
+ "rep": "DELTA",
847
+ "type": "EEF",
848
+ "format": "DEFAULT",
849
+ "state_key": null
850
+ },
851
+ {
852
+ "rep": "ABSOLUTE",
853
+ "type": "NON_EEF",
854
+ "format": "DEFAULT",
855
+ "state_key": null
856
+ }
857
+ ]
858
+ },
859
+ "language": {
860
+ "delta_indices": [
861
+ 0
862
+ ],
863
+ "modality_keys": [
864
+ "annotation.human.action.task_description"
865
+ ],
866
+ "sin_cos_embedding_keys": null,
867
+ "mean_std_embedding_keys": null,
868
+ "action_configs": null
869
+ }
870
+ },
871
+ "taco_play": {
872
+ "video": {
873
+ "delta_indices": [
874
+ -6,
875
+ -4,
876
+ -2,
877
+ 0
878
+ ],
879
+ "modality_keys": [
880
+ "primary",
881
+ "wrist"
882
+ ],
883
+ "sin_cos_embedding_keys": null,
884
+ "mean_std_embedding_keys": null,
885
+ "action_configs": null
886
+ },
887
+ "state": {
888
+ "delta_indices": [
889
+ 0
890
+ ],
891
+ "modality_keys": [
892
+ "end_effector_position",
893
+ "end_effector_rotation",
894
+ "gripper_position"
895
+ ],
896
+ "sin_cos_embedding_keys": null,
897
+ "mean_std_embedding_keys": null,
898
+ "action_configs": null
899
+ },
900
+ "action": {
901
+ "delta_indices": [
902
+ 0,
903
+ 1,
904
+ 2,
905
+ 3,
906
+ 4,
907
+ 5,
908
+ 6,
909
+ 7,
910
+ 8,
911
+ 9,
912
+ 10,
913
+ 11,
914
+ 12,
915
+ 13,
916
+ 14,
917
+ 15
918
+ ],
919
+ "modality_keys": [
920
+ "end_effector_position",
921
+ "end_effector_rotation",
922
+ "gripper_close"
923
+ ],
924
+ "sin_cos_embedding_keys": null,
925
+ "mean_std_embedding_keys": null,
926
+ "action_configs": [
927
+ {
928
+ "rep": "DELTA",
929
+ "type": "EEF",
930
+ "format": "DEFAULT",
931
+ "state_key": null
932
+ },
933
+ {
934
+ "rep": "DELTA",
935
+ "type": "EEF",
936
+ "format": "DEFAULT",
937
+ "state_key": null
938
+ },
939
+ {
940
+ "rep": "ABSOLUTE",
941
+ "type": "NON_EEF",
942
+ "format": "DEFAULT",
943
+ "state_key": null
944
+ }
945
+ ]
946
+ },
947
+ "language": {
948
+ "delta_indices": [
949
+ 0
950
+ ],
951
+ "modality_keys": [
952
+ "annotation.human.action.task_description"
953
+ ],
954
+ "sin_cos_embedding_keys": null,
955
+ "mean_std_embedding_keys": null,
956
+ "action_configs": null
957
+ }
958
+ },
959
+ "humanoid_everyday_h1": {
960
+ "video": {
961
+ "delta_indices": [
962
+ -6,
963
+ -4,
964
+ -2,
965
+ 0
966
+ ],
967
+ "modality_keys": [
968
+ "egocentric_resized"
969
+ ],
970
+ "sin_cos_embedding_keys": null,
971
+ "mean_std_embedding_keys": null,
972
+ "action_configs": null
973
+ },
974
+ "state": {
975
+ "delta_indices": [
976
+ 0
977
+ ],
978
+ "modality_keys": [
979
+ "left_arm",
980
+ "left_hand",
981
+ "right_arm",
982
+ "right_hand"
983
+ ],
984
+ "sin_cos_embedding_keys": null,
985
+ "mean_std_embedding_keys": null,
986
+ "action_configs": null
987
+ },
988
+ "action": {
989
+ "delta_indices": [
990
+ 0,
991
+ 1,
992
+ 2,
993
+ 3,
994
+ 4,
995
+ 5,
996
+ 6,
997
+ 7,
998
+ 8,
999
+ 9,
1000
+ 10,
1001
+ 11,
1002
+ 12,
1003
+ 13,
1004
+ 14,
1005
+ 15
1006
+ ],
1007
+ "modality_keys": [
1008
+ "left_arm",
1009
+ "left_hand",
1010
+ "right_arm",
1011
+ "right_hand"
1012
+ ],
1013
+ "sin_cos_embedding_keys": null,
1014
+ "mean_std_embedding_keys": null,
1015
+ "action_configs": [
1016
+ {
1017
+ "rep": "ABSOLUTE",
1018
+ "type": "NON_EEF",
1019
+ "format": "DEFAULT",
1020
+ "state_key": null
1021
+ },
1022
+ {
1023
+ "rep": "ABSOLUTE",
1024
+ "type": "NON_EEF",
1025
+ "format": "DEFAULT",
1026
+ "state_key": null
1027
+ },
1028
+ {
1029
+ "rep": "ABSOLUTE",
1030
+ "type": "NON_EEF",
1031
+ "format": "DEFAULT",
1032
+ "state_key": null
1033
+ },
1034
+ {
1035
+ "rep": "ABSOLUTE",
1036
+ "type": "NON_EEF",
1037
+ "format": "DEFAULT",
1038
+ "state_key": null
1039
+ }
1040
+ ]
1041
+ },
1042
+ "language": {
1043
+ "delta_indices": [
1044
+ 0
1045
+ ],
1046
+ "modality_keys": [
1047
+ "annotation.human.action.task_description"
1048
+ ],
1049
+ "sin_cos_embedding_keys": null,
1050
+ "mean_std_embedding_keys": null,
1051
+ "action_configs": null
1052
+ }
1053
+ },
1054
+ "berkeley_autolab_ur5": {
1055
+ "video": {
1056
+ "delta_indices": [
1057
+ -6,
1058
+ -4,
1059
+ -2,
1060
+ 0
1061
+ ],
1062
+ "modality_keys": [
1063
+ "primary",
1064
+ "wrist"
1065
+ ],
1066
+ "sin_cos_embedding_keys": null,
1067
+ "mean_std_embedding_keys": null,
1068
+ "action_configs": null
1069
+ },
1070
+ "state": {
1071
+ "delta_indices": [
1072
+ 0
1073
+ ],
1074
+ "modality_keys": [
1075
+ "end_effector_position",
1076
+ "end_effector_rotation",
1077
+ "gripper_position"
1078
+ ],
1079
+ "sin_cos_embedding_keys": null,
1080
+ "mean_std_embedding_keys": null,
1081
+ "action_configs": null
1082
+ },
1083
+ "action": {
1084
+ "delta_indices": [
1085
+ 0,
1086
+ 1,
1087
+ 2,
1088
+ 3,
1089
+ 4,
1090
+ 5,
1091
+ 6,
1092
+ 7,
1093
+ 8,
1094
+ 9,
1095
+ 10,
1096
+ 11,
1097
+ 12,
1098
+ 13,
1099
+ 14,
1100
+ 15
1101
+ ],
1102
+ "modality_keys": [
1103
+ "end_effector_position",
1104
+ "end_effector_rotation",
1105
+ "gripper_close"
1106
+ ],
1107
+ "sin_cos_embedding_keys": null,
1108
+ "mean_std_embedding_keys": null,
1109
+ "action_configs": [
1110
+ {
1111
+ "rep": "DELTA",
1112
+ "type": "EEF",
1113
+ "format": "DEFAULT",
1114
+ "state_key": null
1115
+ },
1116
+ {
1117
+ "rep": "DELTA",
1118
+ "type": "EEF",
1119
+ "format": "DEFAULT",
1120
+ "state_key": null
1121
+ },
1122
+ {
1123
+ "rep": "ABSOLUTE",
1124
+ "type": "NON_EEF",
1125
+ "format": "DEFAULT",
1126
+ "state_key": null
1127
+ }
1128
+ ]
1129
+ },
1130
+ "language": {
1131
+ "delta_indices": [
1132
+ 0
1133
+ ],
1134
+ "modality_keys": [
1135
+ "annotation.human.action.task_description"
1136
+ ],
1137
+ "sin_cos_embedding_keys": null,
1138
+ "mean_std_embedding_keys": null,
1139
+ "action_configs": null
1140
+ }
1141
+ },
1142
+ "jaco_play": {
1143
+ "video": {
1144
+ "delta_indices": [
1145
+ -6,
1146
+ -4,
1147
+ -2,
1148
+ 0
1149
+ ],
1150
+ "modality_keys": [
1151
+ "primary",
1152
+ "wrist"
1153
+ ],
1154
+ "sin_cos_embedding_keys": null,
1155
+ "mean_std_embedding_keys": null,
1156
+ "action_configs": null
1157
+ },
1158
+ "state": {
1159
+ "delta_indices": [
1160
+ 0
1161
+ ],
1162
+ "modality_keys": [
1163
+ "end_effector_position",
1164
+ "end_effector_rotation",
1165
+ "gripper_position"
1166
+ ],
1167
+ "sin_cos_embedding_keys": null,
1168
+ "mean_std_embedding_keys": null,
1169
+ "action_configs": null
1170
+ },
1171
+ "action": {
1172
+ "delta_indices": [
1173
+ 0,
1174
+ 1,
1175
+ 2,
1176
+ 3,
1177
+ 4,
1178
+ 5,
1179
+ 6,
1180
+ 7,
1181
+ 8,
1182
+ 9,
1183
+ 10,
1184
+ 11,
1185
+ 12,
1186
+ 13,
1187
+ 14,
1188
+ 15
1189
+ ],
1190
+ "modality_keys": [
1191
+ "end_effector_position",
1192
+ "end_effector_rotation",
1193
+ "gripper_close"
1194
+ ],
1195
+ "sin_cos_embedding_keys": null,
1196
+ "mean_std_embedding_keys": null,
1197
+ "action_configs": [
1198
+ {
1199
+ "rep": "DELTA",
1200
+ "type": "EEF",
1201
+ "format": "DEFAULT",
1202
+ "state_key": null
1203
+ },
1204
+ {
1205
+ "rep": "DELTA",
1206
+ "type": "EEF",
1207
+ "format": "DEFAULT",
1208
+ "state_key": null
1209
+ },
1210
+ {
1211
+ "rep": "ABSOLUTE",
1212
+ "type": "NON_EEF",
1213
+ "format": "DEFAULT",
1214
+ "state_key": null
1215
+ }
1216
+ ]
1217
+ },
1218
+ "language": {
1219
+ "delta_indices": [
1220
+ 0
1221
+ ],
1222
+ "modality_keys": [
1223
+ "annotation.human.action.task_description"
1224
+ ],
1225
+ "sin_cos_embedding_keys": null,
1226
+ "mean_std_embedding_keys": null,
1227
+ "action_configs": null
1228
+ }
1229
+ },
1230
+ "furniture_bench_dataset_converted_externally_to_rlds": {
1231
+ "video": {
1232
+ "delta_indices": [
1233
+ -6,
1234
+ -4,
1235
+ -2,
1236
+ 0
1237
+ ],
1238
+ "modality_keys": [
1239
+ "primary",
1240
+ "wrist"
1241
+ ],
1242
+ "sin_cos_embedding_keys": null,
1243
+ "mean_std_embedding_keys": null,
1244
+ "action_configs": null
1245
+ },
1246
+ "state": {
1247
+ "delta_indices": [
1248
+ 0
1249
+ ],
1250
+ "modality_keys": [
1251
+ "end_effector_position",
1252
+ "end_effector_rotation",
1253
+ "gripper_position"
1254
+ ],
1255
+ "sin_cos_embedding_keys": null,
1256
+ "mean_std_embedding_keys": null,
1257
+ "action_configs": null
1258
+ },
1259
+ "action": {
1260
+ "delta_indices": [
1261
+ 0,
1262
+ 1,
1263
+ 2,
1264
+ 3,
1265
+ 4,
1266
+ 5,
1267
+ 6,
1268
+ 7,
1269
+ 8,
1270
+ 9,
1271
+ 10,
1272
+ 11,
1273
+ 12,
1274
+ 13,
1275
+ 14,
1276
+ 15
1277
+ ],
1278
+ "modality_keys": [
1279
+ "end_effector_position",
1280
+ "end_effector_rotation",
1281
+ "gripper_close"
1282
+ ],
1283
+ "sin_cos_embedding_keys": null,
1284
+ "mean_std_embedding_keys": null,
1285
+ "action_configs": [
1286
+ {
1287
+ "rep": "DELTA",
1288
+ "type": "EEF",
1289
+ "format": "DEFAULT",
1290
+ "state_key": null
1291
+ },
1292
+ {
1293
+ "rep": "DELTA",
1294
+ "type": "EEF",
1295
+ "format": "DEFAULT",
1296
+ "state_key": null
1297
+ },
1298
+ {
1299
+ "rep": "ABSOLUTE",
1300
+ "type": "NON_EEF",
1301
+ "format": "DEFAULT",
1302
+ "state_key": null
1303
+ }
1304
+ ]
1305
+ },
1306
+ "language": {
1307
+ "delta_indices": [
1308
+ 0
1309
+ ],
1310
+ "modality_keys": [
1311
+ "annotation.human.action.task_description"
1312
+ ],
1313
+ "sin_cos_embedding_keys": null,
1314
+ "mean_std_embedding_keys": null,
1315
+ "action_configs": null
1316
+ }
1317
+ },
1318
+ "berkeley_cable_routing": {
1319
+ "video": {
1320
+ "delta_indices": [
1321
+ -6,
1322
+ -4,
1323
+ -2,
1324
+ 0
1325
+ ],
1326
+ "modality_keys": [
1327
+ "primary",
1328
+ "secondary",
1329
+ "wrist"
1330
+ ],
1331
+ "sin_cos_embedding_keys": null,
1332
+ "mean_std_embedding_keys": null,
1333
+ "action_configs": null
1334
+ },
1335
+ "state": {
1336
+ "delta_indices": [
1337
+ 0
1338
+ ],
1339
+ "modality_keys": [
1340
+ "joint_position"
1341
+ ],
1342
+ "sin_cos_embedding_keys": null,
1343
+ "mean_std_embedding_keys": null,
1344
+ "action_configs": null
1345
+ },
1346
+ "action": {
1347
+ "delta_indices": [
1348
+ 0,
1349
+ 1,
1350
+ 2,
1351
+ 3,
1352
+ 4,
1353
+ 5,
1354
+ 6,
1355
+ 7,
1356
+ 8,
1357
+ 9,
1358
+ 10,
1359
+ 11,
1360
+ 12,
1361
+ 13,
1362
+ 14,
1363
+ 15
1364
+ ],
1365
+ "modality_keys": [
1366
+ "end_effector_position",
1367
+ "end_effector_rotation",
1368
+ "gripper_close"
1369
+ ],
1370
+ "sin_cos_embedding_keys": null,
1371
+ "mean_std_embedding_keys": null,
1372
+ "action_configs": [
1373
+ {
1374
+ "rep": "DELTA",
1375
+ "type": "EEF",
1376
+ "format": "DEFAULT",
1377
+ "state_key": null
1378
+ },
1379
+ {
1380
+ "rep": "DELTA",
1381
+ "type": "EEF",
1382
+ "format": "DEFAULT",
1383
+ "state_key": null
1384
+ },
1385
+ {
1386
+ "rep": "ABSOLUTE",
1387
+ "type": "NON_EEF",
1388
+ "format": "DEFAULT",
1389
+ "state_key": null
1390
+ }
1391
+ ]
1392
+ },
1393
+ "language": {
1394
+ "delta_indices": [
1395
+ 0
1396
+ ],
1397
+ "modality_keys": [
1398
+ "annotation.human.action.task_description"
1399
+ ],
1400
+ "sin_cos_embedding_keys": null,
1401
+ "mean_std_embedding_keys": null,
1402
+ "action_configs": null
1403
+ }
1404
+ },
1405
+ "nyu_franka_play_dataset_converted_externally_to_rlds": {
1406
+ "video": {
1407
+ "delta_indices": [
1408
+ -6,
1409
+ -4,
1410
+ -2,
1411
+ 0
1412
+ ],
1413
+ "modality_keys": [
1414
+ "primary",
1415
+ "secondary"
1416
+ ],
1417
+ "sin_cos_embedding_keys": null,
1418
+ "mean_std_embedding_keys": null,
1419
+ "action_configs": null
1420
+ },
1421
+ "state": {
1422
+ "delta_indices": [
1423
+ 0
1424
+ ],
1425
+ "modality_keys": [
1426
+ "end_effector_position",
1427
+ "end_effector_rotation",
1428
+ "gripper_position"
1429
+ ],
1430
+ "sin_cos_embedding_keys": null,
1431
+ "mean_std_embedding_keys": null,
1432
+ "action_configs": null
1433
+ },
1434
+ "action": {
1435
+ "delta_indices": [
1436
+ 0,
1437
+ 1,
1438
+ 2,
1439
+ 3,
1440
+ 4,
1441
+ 5,
1442
+ 6,
1443
+ 7,
1444
+ 8,
1445
+ 9,
1446
+ 10,
1447
+ 11,
1448
+ 12,
1449
+ 13,
1450
+ 14,
1451
+ 15
1452
+ ],
1453
+ "modality_keys": [
1454
+ "end_effector_position",
1455
+ "end_effector_rotation",
1456
+ "gripper_close"
1457
+ ],
1458
+ "sin_cos_embedding_keys": null,
1459
+ "mean_std_embedding_keys": null,
1460
+ "action_configs": [
1461
+ {
1462
+ "rep": "DELTA",
1463
+ "type": "EEF",
1464
+ "format": "DEFAULT",
1465
+ "state_key": null
1466
+ },
1467
+ {
1468
+ "rep": "DELTA",
1469
+ "type": "EEF",
1470
+ "format": "DEFAULT",
1471
+ "state_key": null
1472
+ },
1473
+ {
1474
+ "rep": "ABSOLUTE",
1475
+ "type": "NON_EEF",
1476
+ "format": "DEFAULT",
1477
+ "state_key": null
1478
+ }
1479
+ ]
1480
+ },
1481
+ "language": {
1482
+ "delta_indices": [
1483
+ 0
1484
+ ],
1485
+ "modality_keys": [
1486
+ "annotation.human.action.task_description"
1487
+ ],
1488
+ "sin_cos_embedding_keys": null,
1489
+ "mean_std_embedding_keys": null,
1490
+ "action_configs": null
1491
+ }
1492
+ },
1493
+ "bridge_orig": {
1494
+ "video": {
1495
+ "delta_indices": [
1496
+ -6,
1497
+ -4,
1498
+ -2,
1499
+ 0
1500
+ ],
1501
+ "modality_keys": [
1502
+ "primary",
1503
+ "secondary"
1504
+ ],
1505
+ "sin_cos_embedding_keys": null,
1506
+ "mean_std_embedding_keys": null,
1507
+ "action_configs": null
1508
+ },
1509
+ "state": {
1510
+ "delta_indices": [
1511
+ 0
1512
+ ],
1513
+ "modality_keys": [
1514
+ "end_effector_position",
1515
+ "end_effector_rotation",
1516
+ "gripper_position"
1517
+ ],
1518
+ "sin_cos_embedding_keys": null,
1519
+ "mean_std_embedding_keys": null,
1520
+ "action_configs": null
1521
+ },
1522
+ "action": {
1523
+ "delta_indices": [
1524
+ 0,
1525
+ 1,
1526
+ 2,
1527
+ 3,
1528
+ 4,
1529
+ 5,
1530
+ 6,
1531
+ 7,
1532
+ 8,
1533
+ 9,
1534
+ 10,
1535
+ 11,
1536
+ 12,
1537
+ 13,
1538
+ 14,
1539
+ 15
1540
+ ],
1541
+ "modality_keys": [
1542
+ "end_effector_position",
1543
+ "end_effector_rotation",
1544
+ "gripper_close"
1545
+ ],
1546
+ "sin_cos_embedding_keys": null,
1547
+ "mean_std_embedding_keys": null,
1548
+ "action_configs": [
1549
+ {
1550
+ "rep": "DELTA",
1551
+ "type": "EEF",
1552
+ "format": "DEFAULT",
1553
+ "state_key": null
1554
+ },
1555
+ {
1556
+ "rep": "DELTA",
1557
+ "type": "EEF",
1558
+ "format": "DEFAULT",
1559
+ "state_key": null
1560
+ },
1561
+ {
1562
+ "rep": "ABSOLUTE",
1563
+ "type": "NON_EEF",
1564
+ "format": "DEFAULT",
1565
+ "state_key": null
1566
+ }
1567
+ ]
1568
+ },
1569
+ "language": {
1570
+ "delta_indices": [
1571
+ 0
1572
+ ],
1573
+ "modality_keys": [
1574
+ "annotation.human.action.task_description"
1575
+ ],
1576
+ "sin_cos_embedding_keys": null,
1577
+ "mean_std_embedding_keys": null,
1578
+ "action_configs": null
1579
+ }
1580
+ },
1581
+ "droid": {
1582
+ "video": {
1583
+ "delta_indices": [
1584
+ -6,
1585
+ -4,
1586
+ -2,
1587
+ 0
1588
+ ],
1589
+ "modality_keys": [
1590
+ "primary",
1591
+ "secondary",
1592
+ "wrist"
1593
+ ],
1594
+ "sin_cos_embedding_keys": null,
1595
+ "mean_std_embedding_keys": null,
1596
+ "action_configs": null
1597
+ },
1598
+ "state": {
1599
+ "delta_indices": [
1600
+ 0
1601
+ ],
1602
+ "modality_keys": [
1603
+ "end_effector_position",
1604
+ "end_effector_rotation",
1605
+ "gripper_position"
1606
+ ],
1607
+ "sin_cos_embedding_keys": null,
1608
+ "mean_std_embedding_keys": null,
1609
+ "action_configs": null
1610
+ },
1611
+ "action": {
1612
+ "delta_indices": [
1613
+ 0,
1614
+ 1,
1615
+ 2,
1616
+ 3,
1617
+ 4,
1618
+ 5,
1619
+ 6,
1620
+ 7,
1621
+ 8,
1622
+ 9,
1623
+ 10,
1624
+ 11,
1625
+ 12,
1626
+ 13,
1627
+ 14,
1628
+ 15
1629
+ ],
1630
+ "modality_keys": [
1631
+ "end_effector_position",
1632
+ "end_effector_rotation",
1633
+ "gripper_close"
1634
+ ],
1635
+ "sin_cos_embedding_keys": null,
1636
+ "mean_std_embedding_keys": null,
1637
+ "action_configs": [
1638
+ {
1639
+ "rep": "DELTA",
1640
+ "type": "EEF",
1641
+ "format": "DEFAULT",
1642
+ "state_key": null
1643
+ },
1644
+ {
1645
+ "rep": "DELTA",
1646
+ "type": "EEF",
1647
+ "format": "DEFAULT",
1648
+ "state_key": null
1649
+ },
1650
+ {
1651
+ "rep": "ABSOLUTE",
1652
+ "type": "NON_EEF",
1653
+ "format": "DEFAULT",
1654
+ "state_key": null
1655
+ }
1656
+ ]
1657
+ },
1658
+ "language": {
1659
+ "delta_indices": [
1660
+ 0
1661
+ ],
1662
+ "modality_keys": [
1663
+ "annotation.human.action.task_description"
1664
+ ],
1665
+ "sin_cos_embedding_keys": null,
1666
+ "mean_std_embedding_keys": null,
1667
+ "action_configs": null
1668
+ }
1669
+ },
1670
+ "agibot_gripper": {
1671
+ "video": {
1672
+ "delta_indices": [
1673
+ -6,
1674
+ -4,
1675
+ -2,
1676
+ 0
1677
+ ],
1678
+ "modality_keys": [
1679
+ "primary",
1680
+ "wrist_left",
1681
+ "wrist_right"
1682
+ ],
1683
+ "sin_cos_embedding_keys": null,
1684
+ "mean_std_embedding_keys": null,
1685
+ "action_configs": null
1686
+ },
1687
+ "state": {
1688
+ "delta_indices": [
1689
+ 0
1690
+ ],
1691
+ "modality_keys": [
1692
+ "state"
1693
+ ],
1694
+ "sin_cos_embedding_keys": null,
1695
+ "mean_std_embedding_keys": null,
1696
+ "action_configs": null
1697
+ },
1698
+ "action": {
1699
+ "delta_indices": [
1700
+ 0,
1701
+ 1,
1702
+ 2,
1703
+ 3,
1704
+ 4,
1705
+ 5,
1706
+ 6,
1707
+ 7,
1708
+ 8,
1709
+ 9,
1710
+ 10,
1711
+ 11,
1712
+ 12,
1713
+ 13,
1714
+ 14,
1715
+ 15
1716
+ ],
1717
+ "modality_keys": [
1718
+ "action"
1719
+ ],
1720
+ "sin_cos_embedding_keys": null,
1721
+ "mean_std_embedding_keys": null,
1722
+ "action_configs": [
1723
+ {
1724
+ "rep": "ABSOLUTE",
1725
+ "type": "NON_EEF",
1726
+ "format": "DEFAULT",
1727
+ "state_key": null
1728
+ }
1729
+ ]
1730
+ },
1731
+ "language": {
1732
+ "delta_indices": [
1733
+ 0
1734
+ ],
1735
+ "modality_keys": [
1736
+ "annotation.human.action.task_description"
1737
+ ],
1738
+ "sin_cos_embedding_keys": null,
1739
+ "mean_std_embedding_keys": null,
1740
+ "action_configs": null
1741
+ }
1742
+ },
1743
+ "simulation_gr1": {
1744
+ "video": {
1745
+ "delta_indices": [
1746
+ -6,
1747
+ -4,
1748
+ -2,
1749
+ 0
1750
+ ],
1751
+ "modality_keys": [
1752
+ "ego_view"
1753
+ ],
1754
+ "sin_cos_embedding_keys": null,
1755
+ "mean_std_embedding_keys": null,
1756
+ "action_configs": null
1757
+ },
1758
+ "state": {
1759
+ "delta_indices": [
1760
+ 0
1761
+ ],
1762
+ "modality_keys": [
1763
+ "left_arm",
1764
+ "left_hand",
1765
+ "left_leg",
1766
+ "neck",
1767
+ "right_arm",
1768
+ "right_hand",
1769
+ "right_leg",
1770
+ "waist"
1771
+ ],
1772
+ "sin_cos_embedding_keys": null,
1773
+ "mean_std_embedding_keys": null,
1774
+ "action_configs": null
1775
+ },
1776
+ "action": {
1777
+ "delta_indices": [
1778
+ 0,
1779
+ 1,
1780
+ 2,
1781
+ 3,
1782
+ 4,
1783
+ 5,
1784
+ 6,
1785
+ 7,
1786
+ 8,
1787
+ 9,
1788
+ 10,
1789
+ 11,
1790
+ 12,
1791
+ 13,
1792
+ 14,
1793
+ 15
1794
+ ],
1795
+ "modality_keys": [
1796
+ "left_arm",
1797
+ "left_hand",
1798
+ "left_leg",
1799
+ "neck",
1800
+ "right_arm",
1801
+ "right_hand",
1802
+ "right_leg",
1803
+ "waist"
1804
+ ],
1805
+ "sin_cos_embedding_keys": null,
1806
+ "mean_std_embedding_keys": null,
1807
+ "action_configs": [
1808
+ {
1809
+ "rep": "ABSOLUTE",
1810
+ "type": "NON_EEF",
1811
+ "format": "DEFAULT",
1812
+ "state_key": null
1813
+ },
1814
+ {
1815
+ "rep": "ABSOLUTE",
1816
+ "type": "NON_EEF",
1817
+ "format": "DEFAULT",
1818
+ "state_key": null
1819
+ },
1820
+ {
1821
+ "rep": "ABSOLUTE",
1822
+ "type": "NON_EEF",
1823
+ "format": "DEFAULT",
1824
+ "state_key": null
1825
+ },
1826
+ {
1827
+ "rep": "ABSOLUTE",
1828
+ "type": "NON_EEF",
1829
+ "format": "DEFAULT",
1830
+ "state_key": null
1831
+ },
1832
+ {
1833
+ "rep": "ABSOLUTE",
1834
+ "type": "NON_EEF",
1835
+ "format": "DEFAULT",
1836
+ "state_key": null
1837
+ },
1838
+ {
1839
+ "rep": "ABSOLUTE",
1840
+ "type": "NON_EEF",
1841
+ "format": "DEFAULT",
1842
+ "state_key": null
1843
+ },
1844
+ {
1845
+ "rep": "ABSOLUTE",
1846
+ "type": "NON_EEF",
1847
+ "format": "DEFAULT",
1848
+ "state_key": null
1849
+ },
1850
+ {
1851
+ "rep": "ABSOLUTE",
1852
+ "type": "NON_EEF",
1853
+ "format": "DEFAULT",
1854
+ "state_key": null
1855
+ }
1856
+ ]
1857
+ },
1858
+ "language": {
1859
+ "delta_indices": [
1860
+ 0
1861
+ ],
1862
+ "modality_keys": [
1863
+ "annotation.human.action.task_description"
1864
+ ],
1865
+ "sin_cos_embedding_keys": null,
1866
+ "mean_std_embedding_keys": null,
1867
+ "action_configs": null
1868
+ }
1869
+ },
1870
+ "austin_sirius_dataset_converted_externally_to_rlds": {
1871
+ "video": {
1872
+ "delta_indices": [
1873
+ -6,
1874
+ -4,
1875
+ -2,
1876
+ 0
1877
+ ],
1878
+ "modality_keys": [
1879
+ "primary",
1880
+ "wrist"
1881
+ ],
1882
+ "sin_cos_embedding_keys": null,
1883
+ "mean_std_embedding_keys": null,
1884
+ "action_configs": null
1885
+ },
1886
+ "state": {
1887
+ "delta_indices": [
1888
+ 0
1889
+ ],
1890
+ "modality_keys": [
1891
+ "end_effector_position",
1892
+ "end_effector_rotation",
1893
+ "gripper_position"
1894
+ ],
1895
+ "sin_cos_embedding_keys": null,
1896
+ "mean_std_embedding_keys": null,
1897
+ "action_configs": null
1898
+ },
1899
+ "action": {
1900
+ "delta_indices": [
1901
+ 0,
1902
+ 1,
1903
+ 2,
1904
+ 3,
1905
+ 4,
1906
+ 5,
1907
+ 6,
1908
+ 7,
1909
+ 8,
1910
+ 9,
1911
+ 10,
1912
+ 11,
1913
+ 12,
1914
+ 13,
1915
+ 14,
1916
+ 15
1917
+ ],
1918
+ "modality_keys": [
1919
+ "end_effector_position",
1920
+ "end_effector_rotation",
1921
+ "gripper_close"
1922
+ ],
1923
+ "sin_cos_embedding_keys": null,
1924
+ "mean_std_embedding_keys": null,
1925
+ "action_configs": [
1926
+ {
1927
+ "rep": "DELTA",
1928
+ "type": "EEF",
1929
+ "format": "DEFAULT",
1930
+ "state_key": null
1931
+ },
1932
+ {
1933
+ "rep": "DELTA",
1934
+ "type": "EEF",
1935
+ "format": "DEFAULT",
1936
+ "state_key": null
1937
+ },
1938
+ {
1939
+ "rep": "ABSOLUTE",
1940
+ "type": "NON_EEF",
1941
+ "format": "DEFAULT",
1942
+ "state_key": null
1943
+ }
1944
+ ]
1945
+ },
1946
+ "language": {
1947
+ "delta_indices": [
1948
+ 0
1949
+ ],
1950
+ "modality_keys": [
1951
+ "annotation.human.action.task_description"
1952
+ ],
1953
+ "sin_cos_embedding_keys": null,
1954
+ "mean_std_embedding_keys": null,
1955
+ "action_configs": null
1956
+ }
1957
+ },
1958
+ "austin_sailor_dataset_converted_externally_to_rlds": {
1959
+ "video": {
1960
+ "delta_indices": [
1961
+ -6,
1962
+ -4,
1963
+ -2,
1964
+ 0
1965
+ ],
1966
+ "modality_keys": [
1967
+ "primary",
1968
+ "wrist"
1969
+ ],
1970
+ "sin_cos_embedding_keys": null,
1971
+ "mean_std_embedding_keys": null,
1972
+ "action_configs": null
1973
+ },
1974
+ "state": {
1975
+ "delta_indices": [
1976
+ 0
1977
+ ],
1978
+ "modality_keys": [
1979
+ "end_effector_position",
1980
+ "end_effector_rotation",
1981
+ "gripper_position"
1982
+ ],
1983
+ "sin_cos_embedding_keys": null,
1984
+ "mean_std_embedding_keys": null,
1985
+ "action_configs": null
1986
+ },
1987
+ "action": {
1988
+ "delta_indices": [
1989
+ 0,
1990
+ 1,
1991
+ 2,
1992
+ 3,
1993
+ 4,
1994
+ 5,
1995
+ 6,
1996
+ 7,
1997
+ 8,
1998
+ 9,
1999
+ 10,
2000
+ 11,
2001
+ 12,
2002
+ 13,
2003
+ 14,
2004
+ 15
2005
+ ],
2006
+ "modality_keys": [
2007
+ "end_effector_position",
2008
+ "end_effector_rotation",
2009
+ "gripper_close"
2010
+ ],
2011
+ "sin_cos_embedding_keys": null,
2012
+ "mean_std_embedding_keys": null,
2013
+ "action_configs": [
2014
+ {
2015
+ "rep": "DELTA",
2016
+ "type": "EEF",
2017
+ "format": "DEFAULT",
2018
+ "state_key": null
2019
+ },
2020
+ {
2021
+ "rep": "DELTA",
2022
+ "type": "EEF",
2023
+ "format": "DEFAULT",
2024
+ "state_key": null
2025
+ },
2026
+ {
2027
+ "rep": "ABSOLUTE",
2028
+ "type": "NON_EEF",
2029
+ "format": "DEFAULT",
2030
+ "state_key": null
2031
+ }
2032
+ ]
2033
+ },
2034
+ "language": {
2035
+ "delta_indices": [
2036
+ 0
2037
+ ],
2038
+ "modality_keys": [
2039
+ "annotation.human.action.task_description"
2040
+ ],
2041
+ "sin_cos_embedding_keys": null,
2042
+ "mean_std_embedding_keys": null,
2043
+ "action_configs": null
2044
+ }
2045
+ },
2046
+ "language_table": {
2047
+ "video": {
2048
+ "delta_indices": [
2049
+ -6,
2050
+ -4,
2051
+ -2,
2052
+ 0
2053
+ ],
2054
+ "modality_keys": [
2055
+ "primary"
2056
+ ],
2057
+ "sin_cos_embedding_keys": null,
2058
+ "mean_std_embedding_keys": null,
2059
+ "action_configs": null
2060
+ },
2061
+ "state": {
2062
+ "delta_indices": [
2063
+ 0
2064
+ ],
2065
+ "modality_keys": [
2066
+ "end_effector_position"
2067
+ ],
2068
+ "sin_cos_embedding_keys": null,
2069
+ "mean_std_embedding_keys": null,
2070
+ "action_configs": null
2071
+ },
2072
+ "action": {
2073
+ "delta_indices": [
2074
+ 0,
2075
+ 1,
2076
+ 2,
2077
+ 3,
2078
+ 4,
2079
+ 5,
2080
+ 6,
2081
+ 7,
2082
+ 8,
2083
+ 9,
2084
+ 10,
2085
+ 11,
2086
+ 12,
2087
+ 13,
2088
+ 14,
2089
+ 15
2090
+ ],
2091
+ "modality_keys": [
2092
+ "end_effector_position"
2093
+ ],
2094
+ "sin_cos_embedding_keys": null,
2095
+ "mean_std_embedding_keys": null,
2096
+ "action_configs": [
2097
+ {
2098
+ "rep": "DELTA",
2099
+ "type": "EEF",
2100
+ "format": "DEFAULT",
2101
+ "state_key": null
2102
+ }
2103
+ ]
2104
+ },
2105
+ "language": {
2106
+ "delta_indices": [
2107
+ 0
2108
+ ],
2109
+ "modality_keys": [
2110
+ "annotation.human.action.task_description"
2111
+ ],
2112
+ "sin_cos_embedding_keys": null,
2113
+ "mean_std_embedding_keys": null,
2114
+ "action_configs": null
2115
+ }
2116
+ },
2117
+ "ucsd_kitchen_dataset_converted_externally_to_rlds": {
2118
+ "video": {
2119
+ "delta_indices": [
2120
+ -6,
2121
+ -4,
2122
+ -2,
2123
+ 0
2124
+ ],
2125
+ "modality_keys": [
2126
+ "primary"
2127
+ ],
2128
+ "sin_cos_embedding_keys": null,
2129
+ "mean_std_embedding_keys": null,
2130
+ "action_configs": null
2131
+ },
2132
+ "state": {
2133
+ "delta_indices": [
2134
+ 0
2135
+ ],
2136
+ "modality_keys": [
2137
+ "joint_position"
2138
+ ],
2139
+ "sin_cos_embedding_keys": null,
2140
+ "mean_std_embedding_keys": null,
2141
+ "action_configs": null
2142
+ },
2143
+ "action": {
2144
+ "delta_indices": [
2145
+ 0,
2146
+ 1,
2147
+ 2,
2148
+ 3,
2149
+ 4,
2150
+ 5,
2151
+ 6,
2152
+ 7,
2153
+ 8,
2154
+ 9,
2155
+ 10,
2156
+ 11,
2157
+ 12,
2158
+ 13,
2159
+ 14,
2160
+ 15
2161
+ ],
2162
+ "modality_keys": [
2163
+ "end_effector_position",
2164
+ "end_effector_rotation",
2165
+ "gripper_close"
2166
+ ],
2167
+ "sin_cos_embedding_keys": null,
2168
+ "mean_std_embedding_keys": null,
2169
+ "action_configs": [
2170
+ {
2171
+ "rep": "DELTA",
2172
+ "type": "EEF",
2173
+ "format": "DEFAULT",
2174
+ "state_key": null
2175
+ },
2176
+ {
2177
+ "rep": "DELTA",
2178
+ "type": "EEF",
2179
+ "format": "DEFAULT",
2180
+ "state_key": null
2181
+ },
2182
+ {
2183
+ "rep": "ABSOLUTE",
2184
+ "type": "NON_EEF",
2185
+ "format": "DEFAULT",
2186
+ "state_key": null
2187
+ }
2188
+ ]
2189
+ },
2190
+ "language": {
2191
+ "delta_indices": [
2192
+ 0
2193
+ ],
2194
+ "modality_keys": [
2195
+ "annotation.human.action.task_description"
2196
+ ],
2197
+ "sin_cos_embedding_keys": null,
2198
+ "mean_std_embedding_keys": null,
2199
+ "action_configs": null
2200
+ }
2201
+ },
2202
+ "dlr_edan_shared_control_converted_externally_to_rlds": {
2203
+ "video": {
2204
+ "delta_indices": [
2205
+ -6,
2206
+ -4,
2207
+ -2,
2208
+ 0
2209
+ ],
2210
+ "modality_keys": [
2211
+ "primary"
2212
+ ],
2213
+ "sin_cos_embedding_keys": null,
2214
+ "mean_std_embedding_keys": null,
2215
+ "action_configs": null
2216
+ },
2217
+ "state": {
2218
+ "delta_indices": [
2219
+ 0
2220
+ ],
2221
+ "modality_keys": [
2222
+ "end_effector_position",
2223
+ "end_effector_rotation",
2224
+ "gripper_position"
2225
+ ],
2226
+ "sin_cos_embedding_keys": null,
2227
+ "mean_std_embedding_keys": null,
2228
+ "action_configs": null
2229
+ },
2230
+ "action": {
2231
+ "delta_indices": [
2232
+ 0,
2233
+ 1,
2234
+ 2,
2235
+ 3,
2236
+ 4,
2237
+ 5,
2238
+ 6,
2239
+ 7,
2240
+ 8,
2241
+ 9,
2242
+ 10,
2243
+ 11,
2244
+ 12,
2245
+ 13,
2246
+ 14,
2247
+ 15
2248
+ ],
2249
+ "modality_keys": [
2250
+ "end_effector_position",
2251
+ "end_effector_rotation",
2252
+ "gripper_close"
2253
+ ],
2254
+ "sin_cos_embedding_keys": null,
2255
+ "mean_std_embedding_keys": null,
2256
+ "action_configs": [
2257
+ {
2258
+ "rep": "DELTA",
2259
+ "type": "EEF",
2260
+ "format": "DEFAULT",
2261
+ "state_key": null
2262
+ },
2263
+ {
2264
+ "rep": "DELTA",
2265
+ "type": "EEF",
2266
+ "format": "DEFAULT",
2267
+ "state_key": null
2268
+ },
2269
+ {
2270
+ "rep": "ABSOLUTE",
2271
+ "type": "NON_EEF",
2272
+ "format": "DEFAULT",
2273
+ "state_key": null
2274
+ }
2275
+ ]
2276
+ },
2277
+ "language": {
2278
+ "delta_indices": [
2279
+ 0
2280
+ ],
2281
+ "modality_keys": [
2282
+ "annotation.human.action.task_description"
2283
+ ],
2284
+ "sin_cos_embedding_keys": null,
2285
+ "mean_std_embedding_keys": null,
2286
+ "action_configs": null
2287
+ }
2288
+ },
2289
+ "bc_z": {
2290
+ "video": {
2291
+ "delta_indices": [
2292
+ -6,
2293
+ -4,
2294
+ -2,
2295
+ 0
2296
+ ],
2297
+ "modality_keys": [
2298
+ "primary"
2299
+ ],
2300
+ "sin_cos_embedding_keys": null,
2301
+ "mean_std_embedding_keys": null,
2302
+ "action_configs": null
2303
+ },
2304
+ "state": {
2305
+ "delta_indices": [
2306
+ 0
2307
+ ],
2308
+ "modality_keys": [
2309
+ "end_effector_position",
2310
+ "end_effector_rotation",
2311
+ "gripper_position"
2312
+ ],
2313
+ "sin_cos_embedding_keys": null,
2314
+ "mean_std_embedding_keys": null,
2315
+ "action_configs": null
2316
+ },
2317
+ "action": {
2318
+ "delta_indices": [
2319
+ 0,
2320
+ 1,
2321
+ 2,
2322
+ 3,
2323
+ 4,
2324
+ 5,
2325
+ 6,
2326
+ 7,
2327
+ 8,
2328
+ 9,
2329
+ 10,
2330
+ 11,
2331
+ 12,
2332
+ 13,
2333
+ 14,
2334
+ 15
2335
+ ],
2336
+ "modality_keys": [
2337
+ "end_effector_position",
2338
+ "end_effector_rotation",
2339
+ "gripper_close"
2340
+ ],
2341
+ "sin_cos_embedding_keys": null,
2342
+ "mean_std_embedding_keys": null,
2343
+ "action_configs": [
2344
+ {
2345
+ "rep": "DELTA",
2346
+ "type": "EEF",
2347
+ "format": "DEFAULT",
2348
+ "state_key": null
2349
+ },
2350
+ {
2351
+ "rep": "DELTA",
2352
+ "type": "EEF",
2353
+ "format": "DEFAULT",
2354
+ "state_key": null
2355
+ },
2356
+ {
2357
+ "rep": "ABSOLUTE",
2358
+ "type": "NON_EEF",
2359
+ "format": "DEFAULT",
2360
+ "state_key": null
2361
+ }
2362
+ ]
2363
+ },
2364
+ "language": {
2365
+ "delta_indices": [
2366
+ 0
2367
+ ],
2368
+ "modality_keys": [
2369
+ "annotation.human.action.task_description"
2370
+ ],
2371
+ "sin_cos_embedding_keys": null,
2372
+ "mean_std_embedding_keys": null,
2373
+ "action_configs": null
2374
+ }
2375
+ },
2376
+ "austin_buds_dataset_converted_externally_to_rlds": {
2377
+ "video": {
2378
+ "delta_indices": [
2379
+ -6,
2380
+ -4,
2381
+ -2,
2382
+ 0
2383
+ ],
2384
+ "modality_keys": [
2385
+ "primary",
2386
+ "wrist"
2387
+ ],
2388
+ "sin_cos_embedding_keys": null,
2389
+ "mean_std_embedding_keys": null,
2390
+ "action_configs": null
2391
+ },
2392
+ "state": {
2393
+ "delta_indices": [
2394
+ 0
2395
+ ],
2396
+ "modality_keys": [
2397
+ "joint_position",
2398
+ "gripper_position"
2399
+ ],
2400
+ "sin_cos_embedding_keys": null,
2401
+ "mean_std_embedding_keys": null,
2402
+ "action_configs": null
2403
+ },
2404
+ "action": {
2405
+ "delta_indices": [
2406
+ 0,
2407
+ 1,
2408
+ 2,
2409
+ 3,
2410
+ 4,
2411
+ 5,
2412
+ 6,
2413
+ 7,
2414
+ 8,
2415
+ 9,
2416
+ 10,
2417
+ 11,
2418
+ 12,
2419
+ 13,
2420
+ 14,
2421
+ 15
2422
+ ],
2423
+ "modality_keys": [
2424
+ "end_effector_position",
2425
+ "end_effector_rotation",
2426
+ "gripper_close"
2427
+ ],
2428
+ "sin_cos_embedding_keys": null,
2429
+ "mean_std_embedding_keys": null,
2430
+ "action_configs": [
2431
+ {
2432
+ "rep": "DELTA",
2433
+ "type": "EEF",
2434
+ "format": "DEFAULT",
2435
+ "state_key": null
2436
+ },
2437
+ {
2438
+ "rep": "DELTA",
2439
+ "type": "EEF",
2440
+ "format": "DEFAULT",
2441
+ "state_key": null
2442
+ },
2443
+ {
2444
+ "rep": "ABSOLUTE",
2445
+ "type": "NON_EEF",
2446
+ "format": "DEFAULT",
2447
+ "state_key": null
2448
+ }
2449
+ ]
2450
+ },
2451
+ "language": {
2452
+ "delta_indices": [
2453
+ 0
2454
+ ],
2455
+ "modality_keys": [
2456
+ "annotation.human.action.task_description"
2457
+ ],
2458
+ "sin_cos_embedding_keys": null,
2459
+ "mean_std_embedding_keys": null,
2460
+ "action_configs": null
2461
+ }
2462
+ },
2463
+ "agibot_dexhand": {
2464
+ "video": {
2465
+ "delta_indices": [
2466
+ -6,
2467
+ -4,
2468
+ -2,
2469
+ 0
2470
+ ],
2471
+ "modality_keys": [
2472
+ "primary"
2473
+ ],
2474
+ "sin_cos_embedding_keys": null,
2475
+ "mean_std_embedding_keys": null,
2476
+ "action_configs": null
2477
+ },
2478
+ "state": {
2479
+ "delta_indices": [
2480
+ 0
2481
+ ],
2482
+ "modality_keys": [
2483
+ "state"
2484
+ ],
2485
+ "sin_cos_embedding_keys": null,
2486
+ "mean_std_embedding_keys": null,
2487
+ "action_configs": null
2488
+ },
2489
+ "action": {
2490
+ "delta_indices": [
2491
+ 0,
2492
+ 1,
2493
+ 2,
2494
+ 3,
2495
+ 4,
2496
+ 5,
2497
+ 6,
2498
+ 7,
2499
+ 8,
2500
+ 9,
2501
+ 10,
2502
+ 11,
2503
+ 12,
2504
+ 13,
2505
+ 14,
2506
+ 15
2507
+ ],
2508
+ "modality_keys": [
2509
+ "action"
2510
+ ],
2511
+ "sin_cos_embedding_keys": null,
2512
+ "mean_std_embedding_keys": null,
2513
+ "action_configs": [
2514
+ {
2515
+ "rep": "ABSOLUTE",
2516
+ "type": "NON_EEF",
2517
+ "format": "DEFAULT",
2518
+ "state_key": null
2519
+ }
2520
+ ]
2521
+ },
2522
+ "language": {
2523
+ "delta_indices": [
2524
+ 0
2525
+ ],
2526
+ "modality_keys": [
2527
+ "annotation.human.action.task_description"
2528
+ ],
2529
+ "sin_cos_embedding_keys": null,
2530
+ "mean_std_embedding_keys": null,
2531
+ "action_configs": null
2532
+ }
2533
+ },
2534
+ "fractal20220817_data": {
2535
+ "video": {
2536
+ "delta_indices": [
2537
+ -6,
2538
+ -4,
2539
+ -2,
2540
+ 0
2541
+ ],
2542
+ "modality_keys": [
2543
+ "primary"
2544
+ ],
2545
+ "sin_cos_embedding_keys": null,
2546
+ "mean_std_embedding_keys": null,
2547
+ "action_configs": null
2548
+ },
2549
+ "state": {
2550
+ "delta_indices": [
2551
+ 0
2552
+ ],
2553
+ "modality_keys": [
2554
+ "end_effector_position",
2555
+ "end_effector_rotation",
2556
+ "gripper_position"
2557
+ ],
2558
+ "sin_cos_embedding_keys": null,
2559
+ "mean_std_embedding_keys": null,
2560
+ "action_configs": null
2561
+ },
2562
+ "action": {
2563
+ "delta_indices": [
2564
+ 0,
2565
+ 1,
2566
+ 2,
2567
+ 3,
2568
+ 4,
2569
+ 5,
2570
+ 6,
2571
+ 7,
2572
+ 8,
2573
+ 9,
2574
+ 10,
2575
+ 11,
2576
+ 12,
2577
+ 13,
2578
+ 14,
2579
+ 15
2580
+ ],
2581
+ "modality_keys": [
2582
+ "end_effector_position",
2583
+ "end_effector_rotation",
2584
+ "gripper_close"
2585
+ ],
2586
+ "sin_cos_embedding_keys": null,
2587
+ "mean_std_embedding_keys": null,
2588
+ "action_configs": [
2589
+ {
2590
+ "rep": "DELTA",
2591
+ "type": "EEF",
2592
+ "format": "DEFAULT",
2593
+ "state_key": null
2594
+ },
2595
+ {
2596
+ "rep": "DELTA",
2597
+ "type": "EEF",
2598
+ "format": "DEFAULT",
2599
+ "state_key": null
2600
+ },
2601
+ {
2602
+ "rep": "ABSOLUTE",
2603
+ "type": "NON_EEF",
2604
+ "format": "DEFAULT",
2605
+ "state_key": null
2606
+ }
2607
+ ]
2608
+ },
2609
+ "language": {
2610
+ "delta_indices": [
2611
+ 0
2612
+ ],
2613
+ "modality_keys": [
2614
+ "annotation.human.action.task_description"
2615
+ ],
2616
+ "sin_cos_embedding_keys": null,
2617
+ "mean_std_embedding_keys": null,
2618
+ "action_configs": null
2619
+ }
2620
+ },
2621
+ "neural_gr1": {
2622
+ "video": {
2623
+ "delta_indices": [
2624
+ -6,
2625
+ -4,
2626
+ -2,
2627
+ 0
2628
+ ],
2629
+ "modality_keys": [
2630
+ "ego_view"
2631
+ ],
2632
+ "sin_cos_embedding_keys": null,
2633
+ "mean_std_embedding_keys": null,
2634
+ "action_configs": null
2635
+ },
2636
+ "state": {
2637
+ "delta_indices": [
2638
+ 0
2639
+ ],
2640
+ "modality_keys": [
2641
+ "left_arm",
2642
+ "left_hand",
2643
+ "left_leg",
2644
+ "neck",
2645
+ "right_arm",
2646
+ "right_hand",
2647
+ "right_leg",
2648
+ "waist"
2649
+ ],
2650
+ "sin_cos_embedding_keys": null,
2651
+ "mean_std_embedding_keys": null,
2652
+ "action_configs": null
2653
+ },
2654
+ "action": {
2655
+ "delta_indices": [
2656
+ 0,
2657
+ 1,
2658
+ 2,
2659
+ 3,
2660
+ 4,
2661
+ 5,
2662
+ 6,
2663
+ 7,
2664
+ 8,
2665
+ 9,
2666
+ 10,
2667
+ 11,
2668
+ 12,
2669
+ 13,
2670
+ 14,
2671
+ 15
2672
+ ],
2673
+ "modality_keys": [
2674
+ "left_arm",
2675
+ "left_hand",
2676
+ "left_leg",
2677
+ "neck",
2678
+ "right_arm",
2679
+ "right_hand",
2680
+ "right_leg",
2681
+ "waist"
2682
+ ],
2683
+ "sin_cos_embedding_keys": null,
2684
+ "mean_std_embedding_keys": null,
2685
+ "action_configs": [
2686
+ {
2687
+ "rep": "ABSOLUTE",
2688
+ "type": "NON_EEF",
2689
+ "format": "DEFAULT",
2690
+ "state_key": null
2691
+ },
2692
+ {
2693
+ "rep": "ABSOLUTE",
2694
+ "type": "NON_EEF",
2695
+ "format": "DEFAULT",
2696
+ "state_key": null
2697
+ },
2698
+ {
2699
+ "rep": "ABSOLUTE",
2700
+ "type": "NON_EEF",
2701
+ "format": "DEFAULT",
2702
+ "state_key": null
2703
+ },
2704
+ {
2705
+ "rep": "ABSOLUTE",
2706
+ "type": "NON_EEF",
2707
+ "format": "DEFAULT",
2708
+ "state_key": null
2709
+ },
2710
+ {
2711
+ "rep": "ABSOLUTE",
2712
+ "type": "NON_EEF",
2713
+ "format": "DEFAULT",
2714
+ "state_key": null
2715
+ },
2716
+ {
2717
+ "rep": "ABSOLUTE",
2718
+ "type": "NON_EEF",
2719
+ "format": "DEFAULT",
2720
+ "state_key": null
2721
+ },
2722
+ {
2723
+ "rep": "ABSOLUTE",
2724
+ "type": "NON_EEF",
2725
+ "format": "DEFAULT",
2726
+ "state_key": null
2727
+ },
2728
+ {
2729
+ "rep": "ABSOLUTE",
2730
+ "type": "NON_EEF",
2731
+ "format": "DEFAULT",
2732
+ "state_key": null
2733
+ }
2734
+ ]
2735
+ },
2736
+ "language": {
2737
+ "delta_indices": [
2738
+ 0
2739
+ ],
2740
+ "modality_keys": [
2741
+ "annotation.human.action.task_description"
2742
+ ],
2743
+ "sin_cos_embedding_keys": null,
2744
+ "mean_std_embedding_keys": null,
2745
+ "action_configs": null
2746
+ }
2747
+ },
2748
+ "roboturk": {
2749
+ "video": {
2750
+ "delta_indices": [
2751
+ -6,
2752
+ -4,
2753
+ -2,
2754
+ 0
2755
+ ],
2756
+ "modality_keys": [
2757
+ "primary"
2758
+ ],
2759
+ "sin_cos_embedding_keys": null,
2760
+ "mean_std_embedding_keys": null,
2761
+ "action_configs": null
2762
+ },
2763
+ "state": {
2764
+ "delta_indices": [
2765
+ 0
2766
+ ],
2767
+ "modality_keys": [
2768
+ "none"
2769
+ ],
2770
+ "sin_cos_embedding_keys": null,
2771
+ "mean_std_embedding_keys": null,
2772
+ "action_configs": null
2773
+ },
2774
+ "action": {
2775
+ "delta_indices": [
2776
+ 0,
2777
+ 1,
2778
+ 2,
2779
+ 3,
2780
+ 4,
2781
+ 5,
2782
+ 6,
2783
+ 7,
2784
+ 8,
2785
+ 9,
2786
+ 10,
2787
+ 11,
2788
+ 12,
2789
+ 13,
2790
+ 14,
2791
+ 15
2792
+ ],
2793
+ "modality_keys": [
2794
+ "end_effector_position",
2795
+ "end_effector_rotation",
2796
+ "gripper_close"
2797
+ ],
2798
+ "sin_cos_embedding_keys": null,
2799
+ "mean_std_embedding_keys": null,
2800
+ "action_configs": [
2801
+ {
2802
+ "rep": "DELTA",
2803
+ "type": "EEF",
2804
+ "format": "DEFAULT",
2805
+ "state_key": null
2806
+ },
2807
+ {
2808
+ "rep": "DELTA",
2809
+ "type": "EEF",
2810
+ "format": "DEFAULT",
2811
+ "state_key": null
2812
+ },
2813
+ {
2814
+ "rep": "ABSOLUTE",
2815
+ "type": "NON_EEF",
2816
+ "format": "DEFAULT",
2817
+ "state_key": null
2818
+ }
2819
+ ]
2820
+ },
2821
+ "language": {
2822
+ "delta_indices": [
2823
+ 0
2824
+ ],
2825
+ "modality_keys": [
2826
+ "annotation.human.action.task_description"
2827
+ ],
2828
+ "sin_cos_embedding_keys": null,
2829
+ "mean_std_embedding_keys": null,
2830
+ "action_configs": null
2831
+ }
2832
+ },
2833
+ "fmb_dataset": {
2834
+ "video": {
2835
+ "delta_indices": [
2836
+ -6,
2837
+ -4,
2838
+ -2,
2839
+ 0
2840
+ ],
2841
+ "modality_keys": [
2842
+ "primary",
2843
+ "secondary",
2844
+ "wrist"
2845
+ ],
2846
+ "sin_cos_embedding_keys": null,
2847
+ "mean_std_embedding_keys": null,
2848
+ "action_configs": null
2849
+ },
2850
+ "state": {
2851
+ "delta_indices": [
2852
+ 0
2853
+ ],
2854
+ "modality_keys": [
2855
+ "end_effector_position",
2856
+ "end_effector_rotation",
2857
+ "gripper_position"
2858
+ ],
2859
+ "sin_cos_embedding_keys": null,
2860
+ "mean_std_embedding_keys": null,
2861
+ "action_configs": null
2862
+ },
2863
+ "action": {
2864
+ "delta_indices": [
2865
+ 0,
2866
+ 1,
2867
+ 2,
2868
+ 3,
2869
+ 4,
2870
+ 5,
2871
+ 6,
2872
+ 7,
2873
+ 8,
2874
+ 9,
2875
+ 10,
2876
+ 11,
2877
+ 12,
2878
+ 13,
2879
+ 14,
2880
+ 15
2881
+ ],
2882
+ "modality_keys": [
2883
+ "end_effector_position",
2884
+ "end_effector_rotation",
2885
+ "gripper_close"
2886
+ ],
2887
+ "sin_cos_embedding_keys": null,
2888
+ "mean_std_embedding_keys": null,
2889
+ "action_configs": [
2890
+ {
2891
+ "rep": "DELTA",
2892
+ "type": "EEF",
2893
+ "format": "DEFAULT",
2894
+ "state_key": null
2895
+ },
2896
+ {
2897
+ "rep": "DELTA",
2898
+ "type": "EEF",
2899
+ "format": "DEFAULT",
2900
+ "state_key": null
2901
+ },
2902
+ {
2903
+ "rep": "ABSOLUTE",
2904
+ "type": "NON_EEF",
2905
+ "format": "DEFAULT",
2906
+ "state_key": null
2907
+ }
2908
+ ]
2909
+ },
2910
+ "language": {
2911
+ "delta_indices": [
2912
+ 0
2913
+ ],
2914
+ "modality_keys": [
2915
+ "annotation.human.action.task_description"
2916
+ ],
2917
+ "sin_cos_embedding_keys": null,
2918
+ "mean_std_embedding_keys": null,
2919
+ "action_configs": null
2920
+ }
2921
+ },
2922
+ "toto": {
2923
+ "video": {
2924
+ "delta_indices": [
2925
+ -6,
2926
+ -4,
2927
+ -2,
2928
+ 0
2929
+ ],
2930
+ "modality_keys": [
2931
+ "primary"
2932
+ ],
2933
+ "sin_cos_embedding_keys": null,
2934
+ "mean_std_embedding_keys": null,
2935
+ "action_configs": null
2936
+ },
2937
+ "state": {
2938
+ "delta_indices": [
2939
+ 0
2940
+ ],
2941
+ "modality_keys": [
2942
+ "joint_position",
2943
+ "gripper_position"
2944
+ ],
2945
+ "sin_cos_embedding_keys": null,
2946
+ "mean_std_embedding_keys": null,
2947
+ "action_configs": null
2948
+ },
2949
+ "action": {
2950
+ "delta_indices": [
2951
+ 0,
2952
+ 1,
2953
+ 2,
2954
+ 3,
2955
+ 4,
2956
+ 5,
2957
+ 6,
2958
+ 7,
2959
+ 8,
2960
+ 9,
2961
+ 10,
2962
+ 11,
2963
+ 12,
2964
+ 13,
2965
+ 14,
2966
+ 15
2967
+ ],
2968
+ "modality_keys": [
2969
+ "end_effector_position",
2970
+ "end_effector_rotation",
2971
+ "gripper_close"
2972
+ ],
2973
+ "sin_cos_embedding_keys": null,
2974
+ "mean_std_embedding_keys": null,
2975
+ "action_configs": [
2976
+ {
2977
+ "rep": "DELTA",
2978
+ "type": "EEF",
2979
+ "format": "DEFAULT",
2980
+ "state_key": null
2981
+ },
2982
+ {
2983
+ "rep": "DELTA",
2984
+ "type": "EEF",
2985
+ "format": "DEFAULT",
2986
+ "state_key": null
2987
+ },
2988
+ {
2989
+ "rep": "ABSOLUTE",
2990
+ "type": "NON_EEF",
2991
+ "format": "DEFAULT",
2992
+ "state_key": null
2993
+ }
2994
+ ]
2995
+ },
2996
+ "language": {
2997
+ "delta_indices": [
2998
+ 0
2999
+ ],
3000
+ "modality_keys": [
3001
+ "annotation.human.action.task_description"
3002
+ ],
3003
+ "sin_cos_embedding_keys": null,
3004
+ "mean_std_embedding_keys": null,
3005
+ "action_configs": null
3006
+ }
3007
+ },
3008
+ "action_net": {
3009
+ "video": {
3010
+ "delta_indices": [
3011
+ -6,
3012
+ -4,
3013
+ -2,
3014
+ 0
3015
+ ],
3016
+ "modality_keys": [
3017
+ "primary"
3018
+ ],
3019
+ "sin_cos_embedding_keys": null,
3020
+ "mean_std_embedding_keys": null,
3021
+ "action_configs": null
3022
+ },
3023
+ "state": {
3024
+ "delta_indices": [
3025
+ 0
3026
+ ],
3027
+ "modality_keys": [
3028
+ "state"
3029
+ ],
3030
+ "sin_cos_embedding_keys": null,
3031
+ "mean_std_embedding_keys": null,
3032
+ "action_configs": null
3033
+ },
3034
+ "action": {
3035
+ "delta_indices": [
3036
+ 0,
3037
+ 1,
3038
+ 2,
3039
+ 3,
3040
+ 4,
3041
+ 5,
3042
+ 6,
3043
+ 7,
3044
+ 8,
3045
+ 9,
3046
+ 10,
3047
+ 11,
3048
+ 12,
3049
+ 13,
3050
+ 14,
3051
+ 15
3052
+ ],
3053
+ "modality_keys": [
3054
+ "action"
3055
+ ],
3056
+ "sin_cos_embedding_keys": null,
3057
+ "mean_std_embedding_keys": null,
3058
+ "action_configs": [
3059
+ {
3060
+ "rep": "ABSOLUTE",
3061
+ "type": "NON_EEF",
3062
+ "format": "DEFAULT",
3063
+ "state_key": null
3064
+ }
3065
+ ]
3066
+ },
3067
+ "language": {
3068
+ "delta_indices": [
3069
+ 0
3070
+ ],
3071
+ "modality_keys": [
3072
+ "annotation.human.action.task_description"
3073
+ ],
3074
+ "sin_cos_embedding_keys": null,
3075
+ "mean_std_embedding_keys": null,
3076
+ "action_configs": null
3077
+ }
3078
+ },
3079
+ "new_embodiment": {
3080
+ "video": {
3081
+ "delta_indices": [
3082
+ -9,
3083
+ -7,
3084
+ -5,
3085
+ -3,
3086
+ -8,
3087
+ -6,
3088
+ -4,
3089
+ -2,
3090
+ -7,
3091
+ -5,
3092
+ -3,
3093
+ -1,
3094
+ -6,
3095
+ -4,
3096
+ -2,
3097
+ 0
3098
+ ],
3099
+ "modality_keys": [
3100
+ "camera_ego_left",
3101
+ "camera_ego_right"
3102
+ ],
3103
+ "sin_cos_embedding_keys": null,
3104
+ "mean_std_embedding_keys": null,
3105
+ "action_configs": null
3106
+ },
3107
+ "state": {
3108
+ "delta_indices": [
3109
+ -3,
3110
+ -2,
3111
+ -1,
3112
+ 0
3113
+ ],
3114
+ "modality_keys": [
3115
+ "right_arm_joints",
3116
+ "left_arm_joints",
3117
+ "right_hand_joints",
3118
+ "left_hand_joints",
3119
+ "neck_joints"
3120
+ ],
3121
+ "sin_cos_embedding_keys": null,
3122
+ "mean_std_embedding_keys": null,
3123
+ "action_configs": null
3124
+ },
3125
+ "action": {
3126
+ "delta_indices": [
3127
+ 0,
3128
+ 1,
3129
+ 2,
3130
+ 3,
3131
+ 4,
3132
+ 5,
3133
+ 6,
3134
+ 7,
3135
+ 8,
3136
+ 9,
3137
+ 10,
3138
+ 11,
3139
+ 12,
3140
+ 13,
3141
+ 14,
3142
+ 15,
3143
+ 16,
3144
+ 17,
3145
+ 18,
3146
+ 19,
3147
+ 20,
3148
+ 21,
3149
+ 22,
3150
+ 23,
3151
+ 24,
3152
+ 25,
3153
+ 26,
3154
+ 27,
3155
+ 28,
3156
+ 29,
3157
+ 30,
3158
+ 31,
3159
+ 32,
3160
+ 33,
3161
+ 34,
3162
+ 35,
3163
+ 36,
3164
+ 37,
3165
+ 38,
3166
+ 39
3167
+ ],
3168
+ "modality_keys": [
3169
+ "right_arm_joints",
3170
+ "left_arm_joints",
3171
+ "right_hand_joints",
3172
+ "left_hand_joints",
3173
+ "neck_joints"
3174
+ ],
3175
+ "sin_cos_embedding_keys": null,
3176
+ "mean_std_embedding_keys": null,
3177
+ "action_configs": [
3178
+ {
3179
+ "rep": "ABSOLUTE",
3180
+ "type": "NON_EEF",
3181
+ "format": "DEFAULT",
3182
+ "state_key": null
3183
+ },
3184
+ {
3185
+ "rep": "ABSOLUTE",
3186
+ "type": "NON_EEF",
3187
+ "format": "DEFAULT",
3188
+ "state_key": null
3189
+ },
3190
+ {
3191
+ "rep": "ABSOLUTE",
3192
+ "type": "NON_EEF",
3193
+ "format": "DEFAULT",
3194
+ "state_key": null
3195
+ },
3196
+ {
3197
+ "rep": "ABSOLUTE",
3198
+ "type": "NON_EEF",
3199
+ "format": "DEFAULT",
3200
+ "state_key": null
3201
+ },
3202
+ {
3203
+ "rep": "ABSOLUTE",
3204
+ "type": "NON_EEF",
3205
+ "format": "DEFAULT",
3206
+ "state_key": null
3207
+ }
3208
+ ]
3209
+ },
3210
+ "language": {
3211
+ "delta_indices": [
3212
+ 0
3213
+ ],
3214
+ "modality_keys": [
3215
+ "annotation.human.task_description"
3216
+ ],
3217
+ "sin_cos_embedding_keys": null,
3218
+ "mean_std_embedding_keys": null,
3219
+ "action_configs": null
3220
+ }
3221
+ }
3222
+ },
3223
+ "image_crop_size": null,
3224
+ "image_target_size": null,
3225
+ "use_albumentations": true,
3226
+ "random_rotation_angle": null,
3227
+ "color_jitter_params": {
3228
+ "brightness": 0.3,
3229
+ "contrast": 0.4,
3230
+ "hue": 0.08,
3231
+ "saturation": 0.5
3232
+ },
3233
+ "shortest_image_edge": null,
3234
+ "crop_fraction": 0.95,
3235
+ "max_area": 65536,
3236
+ "resize_m": 32,
3237
+ "model_name": "huiwon/alinvlm_v1_3",
3238
+ "model_type": "contextvla_qwen3_vl_legacy",
3239
+ "formalize_language": true,
3240
+ "max_state_dim": 64,
3241
+ "max_action_dim": 64,
3242
+ "max_action_horizon": 40,
3243
+ "use_percentiles": true,
3244
+ "clip_outliers": true,
3245
+ "apply_sincos_state_encoding": false,
3246
+ "use_relative_action": true,
3247
+ "memory_length": 1,
3248
+ "new_embodiment_train_ratio": 0
3249
+ }
3250
+ }
checkpoint-15000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d4b4fee480358bc2617d2e4e000c179bf08e6b3ca065c78d405e5e3fa044751
3
+ size 15429
checkpoint-15000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffe0150a788908f40c71e56102f3e34d5ee3e26afb9f5c77a2280c1598e04448
3
+ size 15429
checkpoint-15000/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:104ab0b064f29fb73ee56852dbac81228ad5bd535e55de2436a46461f82ef34d
3
+ size 15429
checkpoint-15000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70b3f45b53b004d2d6b1e90645e6484e445f38ae2b9fae3ca71460ac51f2192b
3
+ size 15429
checkpoint-15000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:037b2ed242ecad60951513a5d540a61893b2e95e49094b8f92f474ad42ba86e2
3
+ size 1465
checkpoint-15000/statistics.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-15000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-15000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51e8c83c3d2526bb2353636310d7563bb07463309240b4e519d75acfd132f52f
3
+ size 7761
checkpoint-15000/wandb_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"project": "n1d6_finetune", "run_id": "big_usb_40"}
checkpoint-15000/zero_to_fp32.py ADDED
@@ -0,0 +1,760 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env python
2
+
3
+ # Copyright (c) Microsoft Corporation.
4
+ # SPDX-License-Identifier: Apache-2.0
5
+
6
+ # DeepSpeed Team
7
+
8
+ # This script extracts fp32 consolidated weights from a zero 1, 2 and 3 DeepSpeed checkpoints. It gets
9
+ # copied into the top level checkpoint dir, so the user can easily do the conversion at any point in
10
+ # the future. Once extracted, the weights don't require DeepSpeed and can be used in any
11
+ # application.
12
+ #
13
+ # example:
14
+ # python zero_to_fp32.py . output_dir/
15
+ # or
16
+ # python zero_to_fp32.py . output_dir/ --safe_serialization
17
+
18
+ import argparse
19
+ import torch
20
+ import glob
21
+ import math
22
+ import os
23
+ import re
24
+ import gc
25
+ import json
26
+ import numpy as np
27
+ from tqdm import tqdm
28
+ from collections import OrderedDict
29
+ from dataclasses import dataclass
30
+
31
+ # while this script doesn't use deepspeed to recover data, since the checkpoints are pickled with
32
+ # DeepSpeed data structures it has to be available in the current python environment.
33
+ from deepspeed.utils import logger
34
+ from deepspeed.checkpoint.constants import (DS_VERSION, OPTIMIZER_STATE_DICT, SINGLE_PARTITION_OF_FP32_GROUPS,
35
+ FP32_FLAT_GROUPS, ZERO_STAGE, PARTITION_COUNT, PARAM_SHAPES, BUFFER_NAMES,
36
+ FROZEN_PARAM_SHAPES, FROZEN_PARAM_FRAGMENTS)
37
+
38
+
39
+ @dataclass
40
+ class zero_model_state:
41
+ buffers: dict()
42
+ param_shapes: dict()
43
+ shared_params: list
44
+ ds_version: int
45
+ frozen_param_shapes: dict()
46
+ frozen_param_fragments: dict()
47
+
48
+
49
+ debug = 0
50
+
51
+ # load to cpu
52
+ device = torch.device('cpu')
53
+
54
+
55
+ def atoi(text):
56
+ return int(text) if text.isdigit() else text
57
+
58
+
59
+ def natural_keys(text):
60
+ '''
61
+ alist.sort(key=natural_keys) sorts in human order
62
+ http://nedbatchelder.com/blog/200712/human_sorting.html
63
+ (See Toothy's implementation in the comments)
64
+ '''
65
+ return [atoi(c) for c in re.split(r'(\d+)', text)]
66
+
67
+
68
+ def get_model_state_file(checkpoint_dir, zero_stage):
69
+ if not os.path.isdir(checkpoint_dir):
70
+ raise FileNotFoundError(f"Directory '{checkpoint_dir}' doesn't exist")
71
+
72
+ # there should be only one file
73
+ if zero_stage <= 2:
74
+ file = os.path.join(checkpoint_dir, "mp_rank_00_model_states.pt")
75
+ elif zero_stage == 3:
76
+ file = os.path.join(checkpoint_dir, "zero_pp_rank_0_mp_rank_00_model_states.pt")
77
+
78
+ if not os.path.exists(file):
79
+ raise FileNotFoundError(f"can't find model states file at '{file}'")
80
+
81
+ return file
82
+
83
+
84
+ def get_checkpoint_files(checkpoint_dir, glob_pattern):
85
+ # XXX: need to test that this simple glob rule works for multi-node setup too
86
+ ckpt_files = sorted(glob.glob(os.path.join(checkpoint_dir, glob_pattern)), key=natural_keys)
87
+
88
+ if len(ckpt_files) == 0:
89
+ raise FileNotFoundError(f"can't find {glob_pattern} files in directory '{checkpoint_dir}'")
90
+
91
+ return ckpt_files
92
+
93
+
94
+ def get_optim_files(checkpoint_dir):
95
+ return get_checkpoint_files(checkpoint_dir, "*_optim_states.pt")
96
+
97
+
98
+ def get_model_state_files(checkpoint_dir):
99
+ return get_checkpoint_files(checkpoint_dir, "*_model_states.pt")
100
+
101
+
102
+ def parse_model_states(files):
103
+ zero_model_states = []
104
+ for file in files:
105
+ state_dict = torch.load(file, map_location=device, weights_only=False)
106
+
107
+ if BUFFER_NAMES not in state_dict:
108
+ raise ValueError(f"{file} is not a model state checkpoint")
109
+ buffer_names = state_dict[BUFFER_NAMES]
110
+ if debug:
111
+ print("Found buffers:", buffer_names)
112
+
113
+ # recover just the buffers while restoring them to fp32 if they were saved in fp16
114
+ buffers = {k: v.float() for k, v in state_dict["module"].items() if k in buffer_names}
115
+ param_shapes = state_dict[PARAM_SHAPES]
116
+
117
+ # collect parameters that are included in param_shapes
118
+ param_names = []
119
+ for s in param_shapes:
120
+ for name in s.keys():
121
+ param_names.append(name)
122
+
123
+ # update with frozen parameters
124
+ frozen_param_shapes = state_dict.get(FROZEN_PARAM_SHAPES, None)
125
+ if frozen_param_shapes is not None:
126
+ if debug:
127
+ print(f"Found frozen_param_shapes: {frozen_param_shapes}")
128
+ param_names += list(frozen_param_shapes.keys())
129
+
130
+ # handle shared params
131
+ shared_params = [[k, v] for k, v in state_dict["shared_params"].items()]
132
+
133
+ ds_version = state_dict.get(DS_VERSION, None)
134
+
135
+ frozen_param_fragments = state_dict.get(FROZEN_PARAM_FRAGMENTS, None)
136
+
137
+ z_model_state = zero_model_state(buffers=buffers,
138
+ param_shapes=param_shapes,
139
+ shared_params=shared_params,
140
+ ds_version=ds_version,
141
+ frozen_param_shapes=frozen_param_shapes,
142
+ frozen_param_fragments=frozen_param_fragments)
143
+ zero_model_states.append(z_model_state)
144
+
145
+ return zero_model_states
146
+
147
+
148
+ def parse_optim_states(files, ds_checkpoint_dir):
149
+ total_files = len(files)
150
+ state_dicts = []
151
+ for f in tqdm(files, desc='Loading checkpoint shards'):
152
+ state_dict = torch.load(f, map_location=device, mmap=True, weights_only=False)
153
+ # immediately discard the potentially huge 2 optimizer states as we only care for fp32 master weights
154
+ # and also handle the case where it was already removed by another helper script
155
+ state_dict["optimizer_state_dict"].pop("optimizer_state_dict", None)
156
+ state_dicts.append(state_dict)
157
+
158
+ if ZERO_STAGE not in state_dicts[0][OPTIMIZER_STATE_DICT]:
159
+ raise ValueError(f"{files[0]} is not a zero checkpoint")
160
+ zero_stage = state_dicts[0][OPTIMIZER_STATE_DICT][ZERO_STAGE]
161
+ world_size = state_dicts[0][OPTIMIZER_STATE_DICT][PARTITION_COUNT]
162
+
163
+ # For ZeRO-2 each param group can have different partition_count as data parallelism for expert
164
+ # parameters can be different from data parallelism for non-expert parameters. So we can just
165
+ # use the max of the partition_count to get the dp world_size.
166
+
167
+ if type(world_size) is list:
168
+ world_size = max(world_size)
169
+
170
+ if world_size != total_files:
171
+ raise ValueError(
172
+ f"Expected {world_size} of '*_optim_states.pt' under '{ds_checkpoint_dir}' but found {total_files} files. "
173
+ "Possibly due to an overwrite of an old checkpoint, or a checkpoint didn't get saved by one or more processes."
174
+ )
175
+
176
+ # the groups are named differently in each stage
177
+ if zero_stage <= 2:
178
+ fp32_groups_key = SINGLE_PARTITION_OF_FP32_GROUPS
179
+ elif zero_stage == 3:
180
+ fp32_groups_key = FP32_FLAT_GROUPS
181
+ else:
182
+ raise ValueError(f"unknown zero stage {zero_stage}")
183
+
184
+ fp32_flat_groups = [state_dicts[i][OPTIMIZER_STATE_DICT][fp32_groups_key] for i in range(len(state_dicts))]
185
+ return zero_stage, world_size, fp32_flat_groups
186
+
187
+
188
+ def _get_fp32_state_dict_from_zero_checkpoint(ds_checkpoint_dir, exclude_frozen_parameters):
189
+ """
190
+ Returns fp32 state_dict reconstructed from ds checkpoint
191
+
192
+ Args:
193
+ - ``ds_checkpoint_dir``: path to the deepspeed checkpoint folder (where the optimizer files are)
194
+
195
+ """
196
+ print(f"Processing zero checkpoint '{ds_checkpoint_dir}'")
197
+
198
+ optim_files = get_optim_files(ds_checkpoint_dir)
199
+ zero_stage, world_size, fp32_flat_groups = parse_optim_states(optim_files, ds_checkpoint_dir)
200
+ print(f"Detected checkpoint of type zero stage {zero_stage}, world_size: {world_size}")
201
+
202
+ model_files = get_model_state_files(ds_checkpoint_dir)
203
+
204
+ zero_model_states = parse_model_states(model_files)
205
+ print(f'Parsing checkpoint created by deepspeed=={zero_model_states[0].ds_version}')
206
+
207
+ if zero_stage <= 2:
208
+ return _get_fp32_state_dict_from_zero2_checkpoint(world_size, fp32_flat_groups, zero_model_states,
209
+ exclude_frozen_parameters)
210
+ elif zero_stage == 3:
211
+ return _get_fp32_state_dict_from_zero3_checkpoint(world_size, fp32_flat_groups, zero_model_states,
212
+ exclude_frozen_parameters)
213
+
214
+
215
+ def _zero2_merge_frozen_params(state_dict, zero_model_states):
216
+ if zero_model_states[0].frozen_param_shapes is None or len(zero_model_states[0].frozen_param_shapes) == 0:
217
+ return
218
+
219
+ frozen_param_shapes = zero_model_states[0].frozen_param_shapes
220
+ frozen_param_fragments = zero_model_states[0].frozen_param_fragments
221
+
222
+ if debug:
223
+ num_elem = sum(s.numel() for s in frozen_param_shapes.values())
224
+ print(f'rank 0: {FROZEN_PARAM_SHAPES}.numel = {num_elem}')
225
+
226
+ wanted_params = len(frozen_param_shapes)
227
+ wanted_numel = sum(s.numel() for s in frozen_param_shapes.values())
228
+ avail_numel = sum([p.numel() for p in frozen_param_fragments.values()])
229
+ print(f'Frozen params: Have {avail_numel} numels to process.')
230
+ print(f'Frozen params: Need {wanted_numel} numels in {wanted_params} params')
231
+
232
+ total_params = 0
233
+ total_numel = 0
234
+ for name, shape in frozen_param_shapes.items():
235
+ total_params += 1
236
+ unpartitioned_numel = shape.numel()
237
+ total_numel += unpartitioned_numel
238
+
239
+ state_dict[name] = frozen_param_fragments[name]
240
+
241
+ if debug:
242
+ print(f"{name} full shape: {shape} unpartitioned numel {unpartitioned_numel} ")
243
+
244
+ print(f"Reconstructed Frozen fp32 state dict with {total_params} params {total_numel} elements")
245
+
246
+
247
+ def _has_callable(obj, fn):
248
+ attr = getattr(obj, fn, None)
249
+ return callable(attr)
250
+
251
+
252
+ def _zero2_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states):
253
+ param_shapes = zero_model_states[0].param_shapes
254
+
255
+ # Reconstruction protocol:
256
+ #
257
+ # XXX: document this
258
+
259
+ if debug:
260
+ for i in range(world_size):
261
+ for j in range(len(fp32_flat_groups[0])):
262
+ print(f"{FP32_FLAT_GROUPS}[{i}][{j}].shape={fp32_flat_groups[i][j].shape}")
263
+
264
+ # XXX: memory usage doubles here (zero2)
265
+ num_param_groups = len(fp32_flat_groups[0])
266
+ merged_single_partition_of_fp32_groups = []
267
+ for i in range(num_param_groups):
268
+ merged_partitions = [sd[i] for sd in fp32_flat_groups]
269
+ full_single_fp32_vector = torch.cat(merged_partitions, 0)
270
+ merged_single_partition_of_fp32_groups.append(full_single_fp32_vector)
271
+ avail_numel = sum(
272
+ [full_single_fp32_vector.numel() for full_single_fp32_vector in merged_single_partition_of_fp32_groups])
273
+
274
+ if debug:
275
+ wanted_params = sum([len(shapes) for shapes in param_shapes])
276
+ wanted_numel = sum([sum(shape.numel() for shape in shapes.values()) for shapes in param_shapes])
277
+ # not asserting if there is a mismatch due to possible padding
278
+ print(f"Have {avail_numel} numels to process.")
279
+ print(f"Need {wanted_numel} numels in {wanted_params} params.")
280
+
281
+ # params
282
+ # XXX: for huge models that can't fit into the host's RAM we will have to recode this to support
283
+ # out-of-core computing solution
284
+ total_numel = 0
285
+ total_params = 0
286
+ for shapes, full_single_fp32_vector in zip(param_shapes, merged_single_partition_of_fp32_groups):
287
+ offset = 0
288
+ avail_numel = full_single_fp32_vector.numel()
289
+ for name, shape in shapes.items():
290
+
291
+ unpartitioned_numel = shape.numel() if _has_callable(shape, 'numel') else math.prod(shape)
292
+ total_numel += unpartitioned_numel
293
+ total_params += 1
294
+
295
+ if debug:
296
+ print(f"{name} full shape: {shape} unpartitioned numel {unpartitioned_numel} ")
297
+ state_dict[name] = full_single_fp32_vector.narrow(0, offset, unpartitioned_numel).view(shape)
298
+ offset += unpartitioned_numel
299
+
300
+ # Z2 started to align to 2*world_size to improve nccl performance. Therefore both offset and
301
+ # avail_numel can differ by anywhere between 0..2*world_size. Due to two unrelated complex
302
+ # paddings performed in the code it's almost impossible to predict the exact numbers w/o the
303
+ # live optimizer object, so we are checking that the numbers are within the right range
304
+ align_to = 2 * world_size
305
+
306
+ def zero2_align(x):
307
+ return align_to * math.ceil(x / align_to)
308
+
309
+ if debug:
310
+ print(f"original offset={offset}, avail_numel={avail_numel}")
311
+
312
+ offset = zero2_align(offset)
313
+ avail_numel = zero2_align(avail_numel)
314
+
315
+ if debug:
316
+ print(f"aligned offset={offset}, avail_numel={avail_numel}")
317
+
318
+ # Sanity check
319
+ if offset != avail_numel:
320
+ raise ValueError(f"consumed {offset} numels out of {avail_numel} - something is wrong")
321
+
322
+ print(f"Reconstructed fp32 state dict with {total_params} params {total_numel} elements")
323
+
324
+
325
+ def _get_fp32_state_dict_from_zero2_checkpoint(world_size, fp32_flat_groups, zero_model_states,
326
+ exclude_frozen_parameters):
327
+ state_dict = OrderedDict()
328
+
329
+ # buffers
330
+ buffers = zero_model_states[0].buffers
331
+ state_dict.update(buffers)
332
+ if debug:
333
+ print(f"added {len(buffers)} buffers")
334
+
335
+ if not exclude_frozen_parameters:
336
+ _zero2_merge_frozen_params(state_dict, zero_model_states)
337
+
338
+ _zero2_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states)
339
+
340
+ # recover shared parameters
341
+ for pair in zero_model_states[0].shared_params:
342
+ if pair[1] in state_dict:
343
+ state_dict[pair[0]] = state_dict[pair[1]]
344
+
345
+ return state_dict
346
+
347
+
348
+ def zero3_partitioned_param_info(unpartitioned_numel, world_size):
349
+ remainder = unpartitioned_numel % world_size
350
+ padding_numel = (world_size - remainder) if remainder else 0
351
+ partitioned_numel = math.ceil(unpartitioned_numel / world_size)
352
+ return partitioned_numel, padding_numel
353
+
354
+
355
+ def _zero3_merge_frozen_params(state_dict, world_size, zero_model_states):
356
+ if zero_model_states[0].frozen_param_shapes is None or len(zero_model_states[0].frozen_param_shapes) == 0:
357
+ return
358
+
359
+ if debug:
360
+ for i in range(world_size):
361
+ num_elem = sum(s.numel() for s in zero_model_states[i].frozen_param_fragments.values())
362
+ print(f'rank {i}: {FROZEN_PARAM_SHAPES}.numel = {num_elem}')
363
+
364
+ frozen_param_shapes = zero_model_states[0].frozen_param_shapes
365
+ wanted_params = len(frozen_param_shapes)
366
+ wanted_numel = sum(s.numel() for s in frozen_param_shapes.values())
367
+ avail_numel = sum([p.numel() for p in zero_model_states[0].frozen_param_fragments.values()]) * world_size
368
+ print(f'Frozen params: Have {avail_numel} numels to process.')
369
+ print(f'Frozen params: Need {wanted_numel} numels in {wanted_params} params')
370
+
371
+ total_params = 0
372
+ total_numel = 0
373
+ for name, shape in zero_model_states[0].frozen_param_shapes.items():
374
+ total_params += 1
375
+ unpartitioned_numel = shape.numel()
376
+ total_numel += unpartitioned_numel
377
+
378
+ param_frags = tuple(model_state.frozen_param_fragments[name] for model_state in zero_model_states)
379
+ state_dict[name] = torch.cat(param_frags, 0).narrow(0, 0, unpartitioned_numel).view(shape)
380
+
381
+ partitioned_numel, partitioned_padding_numel = zero3_partitioned_param_info(unpartitioned_numel, world_size)
382
+
383
+ if debug:
384
+ print(
385
+ f"Frozen params: {total_params} {name} full shape: {shape} partition0 numel={partitioned_numel} partitioned_padding_numel={partitioned_padding_numel}"
386
+ )
387
+
388
+ print(f"Reconstructed Frozen fp32 state dict with {total_params} params {total_numel} elements")
389
+
390
+
391
+ class GatheredTensor:
392
+ """
393
+ A pseudo tensor that collects partitioned weights.
394
+ It is more memory efficient when there are multiple groups.
395
+ """
396
+
397
+ def __init__(self, flat_groups, flat_groups_offset, offset, partitioned_numel, shape):
398
+ self.flat_groups = flat_groups
399
+ self.flat_groups_offset = flat_groups_offset
400
+ self.offset = offset
401
+ self.partitioned_numel = partitioned_numel
402
+ self.shape = shape
403
+ self.dtype = self.flat_groups[0][0].dtype
404
+
405
+ def contiguous(self):
406
+ """
407
+ Merge partitioned weights from flat_groups into a single tensor.
408
+ """
409
+ end_idx = self.offset + self.partitioned_numel
410
+ world_size = len(self.flat_groups)
411
+ pad_flat_param_chunks = []
412
+
413
+ for rank_i in range(world_size):
414
+ # for each rank, we need to collect weights from related group/groups
415
+ flat_groups_at_rank_i = self.flat_groups[rank_i]
416
+ start_group_id = None
417
+ end_group_id = None
418
+ for group_id in range(len(self.flat_groups_offset)):
419
+ if self.flat_groups_offset[group_id] <= self.offset < self.flat_groups_offset[group_id + 1]:
420
+ start_group_id = group_id
421
+ if self.flat_groups_offset[group_id] < end_idx <= self.flat_groups_offset[group_id + 1]:
422
+ end_group_id = group_id
423
+ break
424
+ # collect weights from related group/groups
425
+ for group_id in range(start_group_id, end_group_id + 1):
426
+ flat_tensor = flat_groups_at_rank_i[group_id]
427
+ start_offset = self.offset - self.flat_groups_offset[group_id]
428
+ end_offset = min(end_idx, self.flat_groups_offset[group_id + 1]) - self.flat_groups_offset[group_id]
429
+ pad_flat_param_chunks.append(flat_tensor[start_offset:end_offset])
430
+
431
+ # collect weights from all ranks
432
+ pad_flat_param = torch.cat(pad_flat_param_chunks, dim=0)
433
+ param = pad_flat_param[:self.shape.numel()].view(self.shape).contiguous()
434
+ return param
435
+
436
+
437
+ def _zero3_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states):
438
+ param_shapes = zero_model_states[0].param_shapes
439
+ avail_numel = sum([flat_group.numel() for flat_group in fp32_flat_groups[0]]) * world_size
440
+
441
+ # Reconstruction protocol: For zero3 we need to zip the partitions together at boundary of each
442
+ # param, re-consolidating each param, while dealing with padding if any
443
+
444
+ # merge list of dicts, preserving order
445
+ param_shapes = {k: v for d in param_shapes for k, v in d.items()}
446
+
447
+ if debug:
448
+ for i in range(world_size):
449
+ print(f"{FP32_FLAT_GROUPS}[{i}].shape={fp32_flat_groups[i].shape}")
450
+
451
+ wanted_params = len(param_shapes)
452
+ wanted_numel = sum(shape.numel() for shape in param_shapes.values())
453
+ # not asserting if there is a mismatch due to possible padding
454
+ avail_numel = fp32_flat_groups[0].numel() * world_size
455
+ print(f"Trainable params: Have {avail_numel} numels to process.")
456
+ print(f"Trainable params: Need {wanted_numel} numels in {wanted_params} params.")
457
+
458
+ # params
459
+ # XXX: for huge models that can't fit into the host's RAM we will have to recode this to support
460
+ # out-of-core computing solution
461
+ offset = 0
462
+ total_numel = 0
463
+ total_params = 0
464
+ flat_groups_offset = [0] + list(np.cumsum([flat_tensor.numel() for flat_tensor in fp32_flat_groups[0]]))
465
+ for name, shape in tqdm(param_shapes.items(), desc='Gathering sharded weights'):
466
+ unpartitioned_numel = shape.numel()
467
+ total_numel += unpartitioned_numel
468
+ total_params += 1
469
+ partitioned_numel, partitioned_padding_numel = zero3_partitioned_param_info(unpartitioned_numel, world_size)
470
+
471
+ if debug:
472
+ print(
473
+ f"Trainable params: {total_params} {name} full shape: {shape} partition0 numel={partitioned_numel} partitioned_padding_numel={partitioned_padding_numel}"
474
+ )
475
+
476
+ # memory efficient tensor
477
+ tensor = GatheredTensor(fp32_flat_groups, flat_groups_offset, offset, partitioned_numel, shape)
478
+ state_dict[name] = tensor
479
+ offset += partitioned_numel
480
+
481
+ offset *= world_size
482
+
483
+ # Sanity check
484
+ if offset != avail_numel:
485
+ raise ValueError(f"consumed {offset} numels out of {avail_numel} - something is wrong")
486
+
487
+ print(f"Reconstructed Trainable fp32 state dict with {total_params} params {total_numel} elements")
488
+
489
+
490
+ def _get_fp32_state_dict_from_zero3_checkpoint(world_size, fp32_flat_groups, zero_model_states,
491
+ exclude_frozen_parameters):
492
+ state_dict = OrderedDict()
493
+
494
+ # buffers
495
+ buffers = zero_model_states[0].buffers
496
+ state_dict.update(buffers)
497
+ if debug:
498
+ print(f"added {len(buffers)} buffers")
499
+
500
+ if not exclude_frozen_parameters:
501
+ _zero3_merge_frozen_params(state_dict, world_size, zero_model_states)
502
+
503
+ _zero3_merge_trainable_params(state_dict, world_size, fp32_flat_groups, zero_model_states)
504
+
505
+ # recover shared parameters
506
+ for pair in zero_model_states[0].shared_params:
507
+ if pair[1] in state_dict:
508
+ state_dict[pair[0]] = state_dict[pair[1]]
509
+
510
+ return state_dict
511
+
512
+
513
+ def to_torch_tensor(state_dict, return_empty_tensor=False):
514
+ """
515
+ Convert state_dict of GatheredTensor to torch tensor
516
+ """
517
+ torch_state_dict = {}
518
+ converted_tensors = {}
519
+ for name, tensor in state_dict.items():
520
+ tensor_id = id(tensor)
521
+ if tensor_id in converted_tensors: # shared tensors
522
+ shared_tensor = torch_state_dict[converted_tensors[tensor_id]]
523
+ torch_state_dict[name] = shared_tensor
524
+ else:
525
+ converted_tensors[tensor_id] = name
526
+ if return_empty_tensor:
527
+ torch_state_dict[name] = torch.empty(tensor.shape, dtype=tensor.dtype)
528
+ else:
529
+ torch_state_dict[name] = tensor.contiguous()
530
+ return torch_state_dict
531
+
532
+
533
+ def get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir,
534
+ tag=None,
535
+ exclude_frozen_parameters=False,
536
+ lazy_mode=False):
537
+ """
538
+ Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated state_dict that can be loaded with
539
+ ``load_state_dict()`` and used for training without DeepSpeed or shared with others, for example
540
+ via a model hub.
541
+
542
+ Args:
543
+ - ``checkpoint_dir``: path to the desired checkpoint folder
544
+ - ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in 'latest' file. e.g., ``global_step14``
545
+ - ``exclude_frozen_parameters``: exclude frozen parameters
546
+ - ``lazy_mode``: get state_dict in lazy mode. It returns a dict of pesduo tensor instead of torch tensor, which is more memory efficient.
547
+ Convert the pesduo tensor to torch tensor by ``.contiguous()``
548
+
549
+ Returns:
550
+ - pytorch ``state_dict``
551
+
552
+ A typical usage might be ::
553
+
554
+ from deepspeed.utils.zero_to_fp32 import get_fp32_state_dict_from_zero_checkpoint
555
+ # do the training and checkpoint saving
556
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir) # already on cpu
557
+ model = model.cpu() # move to cpu
558
+ model.load_state_dict(state_dict)
559
+ # submit to model hub or save the model to share with others
560
+
561
+ In this example the ``model`` will no longer be usable in the deepspeed context of the same
562
+ application. i.e. you will need to re-initialize the deepspeed engine, since
563
+ ``model.load_state_dict(state_dict)`` will remove all the deepspeed magic from it.
564
+
565
+ If you want it all done for you, use ``load_state_dict_from_zero_checkpoint`` instead.
566
+
567
+ Note: the above usage may not work if your application doesn't have sufficient free CPU memory.
568
+ You may need to use the offline approach using the ``zero_to_fp32.py`` script that is saved with
569
+ the checkpoint. Or you can load state_dict in lazy mode ::
570
+
571
+ from deepspeed.utils.zero_to_fp32 import get_fp32_state_dict_from_zero_checkpoint
572
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, lazy_mode=True) # not on cpu
573
+ for name, lazy_tensor in state_dict.item():
574
+ tensor = lazy_tensor.contiguous() # to cpu
575
+ print(name, tensor)
576
+ # del tensor to release memory if it no longer in use
577
+ """
578
+ if tag is None:
579
+ latest_path = os.path.join(checkpoint_dir, 'latest')
580
+ if os.path.isfile(latest_path):
581
+ with open(latest_path, 'r') as fd:
582
+ tag = fd.read().strip()
583
+ else:
584
+ raise ValueError(f"Unable to find 'latest' file at {latest_path}")
585
+
586
+ ds_checkpoint_dir = os.path.join(checkpoint_dir, tag)
587
+
588
+ if not os.path.isdir(ds_checkpoint_dir):
589
+ raise FileNotFoundError(f"Directory '{ds_checkpoint_dir}' doesn't exist")
590
+
591
+ state_dict = _get_fp32_state_dict_from_zero_checkpoint(ds_checkpoint_dir, exclude_frozen_parameters)
592
+ if lazy_mode:
593
+ return state_dict
594
+ else:
595
+ return to_torch_tensor(state_dict)
596
+
597
+
598
+ def convert_zero_checkpoint_to_fp32_state_dict(checkpoint_dir,
599
+ output_dir,
600
+ max_shard_size="5GB",
601
+ safe_serialization=False,
602
+ tag=None,
603
+ exclude_frozen_parameters=False):
604
+ """
605
+ Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated ``state_dict`` file that can be
606
+ loaded with ``torch.load(file)`` + ``load_state_dict()`` and used for training without DeepSpeed.
607
+
608
+ Args:
609
+ - ``checkpoint_dir``: path to the desired checkpoint folder. (one that contains the tag-folder, like ``global_step14``)
610
+ - ``output_dir``: directory to the pytorch fp32 state_dict output files
611
+ - ``max_shard_size``: the maximum size for a checkpoint before being sharded, default value is 5GB
612
+ - ``safe_serialization``: whether to save the model using `safetensors` or the traditional PyTorch way (that uses `pickle`).
613
+ - ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in the file named ``latest`` in the checkpoint folder, e.g., ``global_step14``
614
+ - ``exclude_frozen_parameters``: exclude frozen parameters
615
+ """
616
+
617
+ # Dependency pre-check
618
+ if safe_serialization:
619
+ try:
620
+ from safetensors.torch import save_file
621
+ except ImportError:
622
+ print('If you want to use `safe_serialization`, please `pip install safetensors`')
623
+ raise
624
+ if max_shard_size is not None:
625
+ try:
626
+ from huggingface_hub import split_torch_state_dict_into_shards
627
+ except ImportError:
628
+ print('If you want to use `max_shard_size`, please `pip install huggingface_hub`')
629
+ raise
630
+
631
+ # Convert zero checkpoint to state_dict
632
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir,
633
+ tag,
634
+ exclude_frozen_parameters,
635
+ lazy_mode=True)
636
+
637
+ # Shard the model if it is too big.
638
+ weights_name = "model.safetensors" if safe_serialization else "pytorch_model.bin"
639
+ if max_shard_size is not None:
640
+ filename_pattern = weights_name.replace(".bin", "{suffix}.bin").replace(".safetensors", "{suffix}.safetensors")
641
+ # an memory-efficient approach for sharding
642
+ empty_state_dict = to_torch_tensor(state_dict, return_empty_tensor=True)
643
+ state_dict_split = split_torch_state_dict_into_shards(empty_state_dict,
644
+ filename_pattern=filename_pattern,
645
+ max_shard_size=max_shard_size)
646
+ else:
647
+ from collections import namedtuple
648
+ StateDictSplit = namedtuple("StateDictSplit", ["is_sharded", "filename_to_tensors"])
649
+ state_dict_split = StateDictSplit(is_sharded=False,
650
+ filename_to_tensors={weights_name: list(state_dict.keys())})
651
+
652
+ # Save the model by shard
653
+ os.makedirs(output_dir, exist_ok=True)
654
+ filename_to_tensors = state_dict_split.filename_to_tensors.items()
655
+ for shard_file, tensors in tqdm(filename_to_tensors, desc="Saving checkpoint shards"):
656
+ shard_state_dict = {tensor_name: state_dict[tensor_name] for tensor_name in tensors}
657
+ shard_state_dict = to_torch_tensor(shard_state_dict)
658
+ output_path = os.path.join(output_dir, shard_file)
659
+ if safe_serialization:
660
+ save_file(shard_state_dict, output_path, metadata={"format": "pt"})
661
+ else:
662
+ torch.save(shard_state_dict, output_path)
663
+ # release the memory of current shard
664
+ for tensor_name in list(shard_state_dict.keys()):
665
+ del state_dict[tensor_name]
666
+ del shard_state_dict[tensor_name]
667
+ del shard_state_dict
668
+ gc.collect()
669
+
670
+ # Save index if sharded
671
+ if state_dict_split.is_sharded:
672
+ index = {
673
+ "metadata": state_dict_split.metadata,
674
+ "weight_map": state_dict_split.tensor_to_filename,
675
+ }
676
+ save_index_file = "model.safetensors.index.json" if safe_serialization else "pytorch_model.bin.index.json"
677
+ save_index_file = os.path.join(output_dir, save_index_file)
678
+ with open(save_index_file, "w", encoding="utf-8") as f:
679
+ content = json.dumps(index, indent=2, sort_keys=True) + "\n"
680
+ f.write(content)
681
+
682
+
683
+ def load_state_dict_from_zero_checkpoint(model, checkpoint_dir, tag=None):
684
+ """
685
+ 1. Put the provided model to cpu
686
+ 2. Convert ZeRO 2 or 3 checkpoint into a single fp32 consolidated ``state_dict``
687
+ 3. Load it into the provided model
688
+
689
+ Args:
690
+ - ``model``: the model object to update
691
+ - ``checkpoint_dir``: path to the desired checkpoint folder. (one that contains the tag-folder, like ``global_step14``)
692
+ - ``tag``: checkpoint tag used as a unique identifier for checkpoint. If not provided will attempt to load tag in the file named ``latest`` in the checkpoint folder, e.g., ``global_step14``
693
+
694
+ Returns:
695
+ - ``model`: modified model
696
+
697
+ Make sure you have plenty of CPU memory available before you call this function. If you don't
698
+ have enough use the ``zero_to_fp32.py`` utility to do the conversion. You will find it
699
+ conveniently placed for you in the checkpoint folder.
700
+
701
+ A typical usage might be ::
702
+
703
+ from deepspeed.utils.zero_to_fp32 import load_state_dict_from_zero_checkpoint
704
+ model = load_state_dict_from_zero_checkpoint(trainer.model, checkpoint_dir)
705
+ # submit to model hub or save the model to share with others
706
+
707
+ Note, that once this was run, the ``model`` will no longer be usable in the deepspeed context
708
+ of the same application. i.e. you will need to re-initialize the deepspeed engine, since
709
+ ``model.load_state_dict(state_dict)`` will remove all the deepspeed magic from it.
710
+
711
+ """
712
+ logger.info("Extracting fp32 weights")
713
+ state_dict = get_fp32_state_dict_from_zero_checkpoint(checkpoint_dir, tag)
714
+
715
+ logger.info("Overwriting model with fp32 weights")
716
+ model = model.cpu()
717
+ model.load_state_dict(state_dict, strict=False)
718
+
719
+ return model
720
+
721
+
722
+ if __name__ == "__main__":
723
+ parser = argparse.ArgumentParser()
724
+ parser.add_argument("checkpoint_dir",
725
+ type=str,
726
+ help="path to the desired checkpoint folder, e.g., path/checkpoint-12")
727
+ parser.add_argument("output_dir",
728
+ type=str,
729
+ help="directory to the pytorch fp32 state_dict output files"
730
+ "(e.g. path/checkpoint-12-output/)")
731
+ parser.add_argument(
732
+ "--max_shard_size",
733
+ type=str,
734
+ default="5GB",
735
+ help="The maximum size for a checkpoint before being sharded. Checkpoints shard will then be each of size"
736
+ "lower than this size. If expressed as a string, needs to be digits followed by a unit (like `5MB`"
737
+ "We default it to 5GB in order for models to be able to run easily on free-tier google colab instances"
738
+ "without CPU OOM issues.")
739
+ parser.add_argument(
740
+ "--safe_serialization",
741
+ default=False,
742
+ action='store_true',
743
+ help="Whether to save the model using `safetensors` or the traditional PyTorch way (that uses `pickle`).")
744
+ parser.add_argument("-t",
745
+ "--tag",
746
+ type=str,
747
+ default=None,
748
+ help="checkpoint tag used as a unique identifier for checkpoint. e.g., global_step1")
749
+ parser.add_argument("--exclude_frozen_parameters", action='store_true', help="exclude frozen parameters")
750
+ parser.add_argument("-d", "--debug", action='store_true', help="enable debug")
751
+ args = parser.parse_args()
752
+
753
+ debug = args.debug
754
+
755
+ convert_zero_checkpoint_to_fp32_state_dict(args.checkpoint_dir,
756
+ args.output_dir,
757
+ max_shard_size=args.max_shard_size,
758
+ safe_serialization=args.safe_serialization,
759
+ tag=args.tag,
760
+ exclude_frozen_parameters=args.exclude_frozen_parameters)
checkpoint-25000/config.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_horizon": 40,
3
+ "architectures": [
4
+ "AlinVLAv0"
5
+ ],
6
+ "attn_implementation": null,
7
+ "backbone_model_type": "contextvla_qwen3_vl_legacy",
8
+ "backbone_trainable_params_fp32": true,
9
+ "color_jitter_params": {
10
+ "brightness": 0.3,
11
+ "contrast": 0.4,
12
+ "hue": 0.08,
13
+ "saturation": 0.5
14
+ },
15
+ "diffusion_model_cfg": {
16
+ "action_head_max_seq_len": 512,
17
+ "attention_head_dim": 64,
18
+ "depth_multi_stream": 4,
19
+ "depth_single_stream": 8,
20
+ "dropout": 0.2,
21
+ "final_dropout": true,
22
+ "num_attention_heads": 24,
23
+ "output_dim": 1024,
24
+ "positional_embeddings": "rope_sa_only",
25
+ "pre_norm": "layer_norm",
26
+ "qk_norm": "rms_norm",
27
+ "rope_theta": 10000.0,
28
+ "sa_dim": 1536,
29
+ "set_triple_stream_for_mq": false,
30
+ "set_triple_stream_for_state": false,
31
+ "temb_type": "input_token",
32
+ "use_swiglu": true,
33
+ "vl_dim": 4096
34
+ },
35
+ "dtype": "bfloat16",
36
+ "load_bf16": true,
37
+ "memory_cfg": {
38
+ "hidden_size": 4096,
39
+ "intermediate_size": 16384,
40
+ "max_position_embeddings": 32,
41
+ "num_attention_heads": 16,
42
+ "num_hidden_layers": 2,
43
+ "num_key_value_heads": 16,
44
+ "rms_norm_eps": 1e-05,
45
+ "use_causal_attn": true,
46
+ "use_rope": true
47
+ },
48
+ "memory_length": 4,
49
+ "memory_meta_queries_mode": "meta_only",
50
+ "memory_video_delta_indices": [
51
+ -48,
52
+ -32,
53
+ -16,
54
+ 0
55
+ ],
56
+ "model_name": "huiwon/alinvlm_v1_3",
57
+ "model_type": "AlinVLAv0",
58
+ "n_meta_queries": 64,
59
+ "new_embodiment_train_ratio": 0,
60
+ "qwen3_collator": true,
61
+ "random_rotation_angle": null,
62
+ "reproject_vision": false,
63
+ "state_dropout_prob": 0.0,
64
+ "transformers_version": "4.57.0",
65
+ "tune_diffusion_model": true,
66
+ "tune_llm": false,
67
+ "tune_projector": true,
68
+ "tune_top_llm_layers": 4,
69
+ "tune_visual": false,
70
+ "tune_vlln": true,
71
+ "use_memory": false,
72
+ "use_mmditv0": false,
73
+ "use_mmditv1": true,
74
+ "use_relative_action": true,
75
+ "use_video": true,
76
+ "video_length": 4
77
+ }
checkpoint-25000/embodiment_id.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": 0,
3
+ "fractal20220817_data": 1,
4
+ "kuka": 2,
5
+ "bridge_orig": 3,
6
+ "taco_play": 4,
7
+ "jaco_play": 5,
8
+ "berkeley_cable_routing": 6,
9
+ "roboturk": 7,
10
+ "viola": 8,
11
+ "berkeley_autolab_ur5": 9,
12
+ "toto": 10,
13
+ "language_table": 11,
14
+ "stanford_hydra_dataset_converted_externally_to_rlds": 12,
15
+ "austin_buds_dataset_converted_externally_to_rlds": 13,
16
+ "nyu_franka_play_dataset_converted_externally_to_rlds": 14,
17
+ "furniture_bench_dataset_converted_externally_to_rlds": 15,
18
+ "ucsd_kitchen_dataset_converted_externally_to_rlds": 16,
19
+ "austin_sailor_dataset_converted_externally_to_rlds": 17,
20
+ "austin_sirius_dataset_converted_externally_to_rlds": 18,
21
+ "dlr_edan_shared_control_converted_externally_to_rlds": 19,
22
+ "iamlab_cmu_pickup_insert_converted_externally_to_rlds": 20,
23
+ "utaustin_mutex": 21,
24
+ "berkeley_fanuc_manipulation": 22,
25
+ "cmu_stretch": 23,
26
+ "bc_z": 24,
27
+ "fmb_dataset": 25,
28
+ "dobbe": 26,
29
+ "droid": 27,
30
+ "agibot_dexhand": 28,
31
+ "agibot_gripper": 29,
32
+ "galaxea": 30,
33
+ "humanoid_everyday_g1": 31,
34
+ "humanoid_everyday_h1": 32,
35
+ "action_net": 33,
36
+ "neural_gr1": 34,
37
+ "simulation_gr1": 35
38
+ }
checkpoint-25000/experiment_cfg/conf.yaml ADDED
@@ -0,0 +1,308 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ data:
2
+ datasets:
3
+ - dataset_paths:
4
+ - /rlwrld2/home/nayoung_oh/workspace/datasets/0330/openarm_usb_teleop_0
5
+ embodiment_tag: new_embodiment
6
+ mix_ratio: 0.67
7
+ dataset_type: physical_embodiment
8
+ val_dataset_path: null
9
+ - dataset_paths:
10
+ - /rlwrld2/home/nayoung_oh/workspace/datasets/0330/openarm_usb_teleop_1
11
+ embodiment_tag: new_embodiment
12
+ mix_ratio: 0.33
13
+ dataset_type: physical_embodiment
14
+ val_dataset_path: null
15
+ modality_configs:
16
+ new_embodiment:
17
+ video:
18
+ delta_indices:
19
+ - -9
20
+ - -7
21
+ - -5
22
+ - -3
23
+ - -8
24
+ - -6
25
+ - -4
26
+ - -2
27
+ - -7
28
+ - -5
29
+ - -3
30
+ - -1
31
+ - -6
32
+ - -4
33
+ - -2
34
+ - 0
35
+ modality_keys:
36
+ - camera_ego_left
37
+ - camera_ego_right
38
+ sin_cos_embedding_keys: null
39
+ mean_std_embedding_keys: null
40
+ action_configs: null
41
+ state:
42
+ delta_indices:
43
+ - -3
44
+ - -2
45
+ - -1
46
+ - 0
47
+ modality_keys:
48
+ - right_arm_joints
49
+ - left_arm_joints
50
+ - right_hand_joints
51
+ - left_hand_joints
52
+ - neck_joints
53
+ sin_cos_embedding_keys: null
54
+ mean_std_embedding_keys: null
55
+ action_configs: null
56
+ action:
57
+ delta_indices:
58
+ - 0
59
+ - 1
60
+ - 2
61
+ - 3
62
+ - 4
63
+ - 5
64
+ - 6
65
+ - 7
66
+ - 8
67
+ - 9
68
+ - 10
69
+ - 11
70
+ - 12
71
+ - 13
72
+ - 14
73
+ - 15
74
+ - 16
75
+ - 17
76
+ - 18
77
+ - 19
78
+ - 20
79
+ - 21
80
+ - 22
81
+ - 23
82
+ - 24
83
+ - 25
84
+ - 26
85
+ - 27
86
+ - 28
87
+ - 29
88
+ - 30
89
+ - 31
90
+ - 32
91
+ - 33
92
+ - 34
93
+ - 35
94
+ - 36
95
+ - 37
96
+ - 38
97
+ - 39
98
+ modality_keys:
99
+ - right_arm_joints
100
+ - left_arm_joints
101
+ - right_hand_joints
102
+ - left_hand_joints
103
+ - neck_joints
104
+ sin_cos_embedding_keys: null
105
+ mean_std_embedding_keys: null
106
+ action_configs:
107
+ - rep: ABSOLUTE
108
+ type: NON_EEF
109
+ format: DEFAULT
110
+ state_key: null
111
+ - rep: ABSOLUTE
112
+ type: NON_EEF
113
+ format: DEFAULT
114
+ state_key: null
115
+ - rep: ABSOLUTE
116
+ type: NON_EEF
117
+ format: DEFAULT
118
+ state_key: null
119
+ - rep: ABSOLUTE
120
+ type: NON_EEF
121
+ format: DEFAULT
122
+ state_key: null
123
+ - rep: ABSOLUTE
124
+ type: NON_EEF
125
+ format: DEFAULT
126
+ state_key: null
127
+ language:
128
+ delta_indices:
129
+ - 0
130
+ modality_keys:
131
+ - annotation.human.task_description
132
+ sin_cos_embedding_keys: null
133
+ mean_std_embedding_keys: null
134
+ action_configs: null
135
+ dataset_mode: sharded
136
+ download_cache: false
137
+ shard_size: 1024
138
+ episode_sampling_rate: 0.1
139
+ num_shards_per_epoch: 100000
140
+ override_pretraining_statistics: false
141
+ mode: single_turn
142
+ random_chop: 0.0
143
+ mock_dataset_mode: false
144
+ shuffle: true
145
+ seed: 42
146
+ multiprocessing_context: fork
147
+ allow_padding: true
148
+ subsample_ratio: 1.0
149
+ image_crop_size:
150
+ - 244
151
+ - 244
152
+ image_target_size:
153
+ - 224
154
+ - 224
155
+ video_backend: torchcodec
156
+ load_config_path: null
157
+ model:
158
+ model_type: AlinVLAv0
159
+ model_dtype: bfloat16
160
+ model_name: huiwon/alinvlm_v1_3
161
+ backbone_model_type: contextvla_qwen3_vl_legacy
162
+ model_revision: null
163
+ tune_top_llm_layers: 4
164
+ backbone_embedding_dim: 4096
165
+ tune_llm: false
166
+ tune_visual: false
167
+ select_layer: 18
168
+ reproject_vision: false
169
+ use_flash_attention: true
170
+ load_bf16: true
171
+ collator_overwrite_image_inputs: false
172
+ qwen3_collator: true
173
+ backbone_trainable_params_fp32: true
174
+ image_crop_size: null
175
+ image_target_size: null
176
+ shortest_image_edge: 256
177
+ crop_fraction: 0.95
178
+ random_rotation_angle: null
179
+ color_jitter_params:
180
+ brightness: 0.3
181
+ contrast: 0.4
182
+ hue: 0.08
183
+ saturation: 0.5
184
+ max_area: 65536
185
+ resize_m: 32
186
+ use_albumentations_transforms: true
187
+ formalize_language: true
188
+ apply_sincos_state_encoding: false
189
+ use_relative_action: true
190
+ use_percentiles: true
191
+ conversation_image_first: false
192
+ max_state_dim: 64
193
+ max_action_dim: 64
194
+ action_horizon: 40
195
+ hidden_size: 1024
196
+ input_embedding_dim: 1536
197
+ new_embodiment_train_ratio: 0.0
198
+ add_pos_embed: true
199
+ attn_dropout: 0.2
200
+ use_vlln: false
201
+ max_seq_len: 1024
202
+ use_mmditv0: false
203
+ n_meta_queries: 64
204
+ diffusion_model_cfg:
205
+ action_head_max_seq_len: 512
206
+ attention_head_dim: 64
207
+ depth_multi_stream: 4
208
+ depth_single_stream: 8
209
+ dropout: 0.2
210
+ final_dropout: true
211
+ num_attention_heads: 24
212
+ output_dim: 1024
213
+ positional_embeddings: rope_sa_only
214
+ pre_norm: layer_norm
215
+ qk_norm: rms_norm
216
+ rope_theta: 10000.0
217
+ set_triple_stream_for_mq: false
218
+ set_triple_stream_for_state: false
219
+ temb_type: input_token
220
+ use_swiglu: true
221
+ use_mmditv1: true
222
+ num_inference_timesteps: 4
223
+ noise_beta_alpha: 1.5
224
+ noise_beta_beta: 1.0
225
+ noise_s: 0.999
226
+ num_timestep_buckets: 1000
227
+ tune_projector: true
228
+ tune_diffusion_model: true
229
+ tune_vlln: true
230
+ state_dropout_prob: 0.0
231
+ state_additive_noise_scale: 0.0
232
+ use_memory: false
233
+ memory_length: 4
234
+ memory_meta_queries_mode: meta_only
235
+ memory_cfg:
236
+ hidden_size: 4096
237
+ intermediate_size: 16384
238
+ max_position_embeddings: 32
239
+ num_attention_heads: 16
240
+ num_hidden_layers: 2
241
+ num_key_value_heads: 16
242
+ rms_norm_eps: 1.0e-05
243
+ use_causal_attn: true
244
+ use_rope: true
245
+ training_rtc_max_overlap: -1
246
+ inference_rtc_overlap_steps: null
247
+ inference_rtc_frozen_steps: null
248
+ rtc_ramp_rate: 10.0
249
+ use_video: true
250
+ video_length: 4
251
+ max_num_embodiments: 36
252
+ training:
253
+ output_dir: ./ckpt/output
254
+ experiment_name: big_usb_40
255
+ max_steps: 30000
256
+ global_batch_size: 64
257
+ batch_size: null
258
+ gradient_accumulation_steps: 1
259
+ learning_rate: 0.0001
260
+ lr_scheduler_type: cosine
261
+ weight_decay: 1.0e-05
262
+ warmup_ratio: 0.05
263
+ warmup_steps: 0
264
+ max_grad_norm: 1.0
265
+ optim: adamw_torch
266
+ start_from_checkpoint: /rlwrld2/home/nayoung_oh/workspace/RLDX/models/alinvla_v1d4_video_mq64_mixv4_pt100k
267
+ tf32: true
268
+ fp16: false
269
+ bf16: true
270
+ eval_bf16: true
271
+ logging_steps: 10
272
+ save_steps: 5000
273
+ save_total_limit: 5
274
+ save_vl_model: false
275
+ upload_checkpoints: false
276
+ upload_every: 1000
277
+ upload_last_n_checkpoints: 5
278
+ max_concurrent_uploads: 2
279
+ eval_strategy: 'no'
280
+ eval_steps: 500
281
+ eval_set_split_ratio: 0.1
282
+ eval_batch_size: 2
283
+ save_best_eval_metric_name: ''
284
+ save_best_eval_metric_greater_is_better: true
285
+ deepspeed_stage: 2
286
+ gradient_checkpointing: false
287
+ transformers_trust_remote_code: true
288
+ transformers_local_files_only: false
289
+ transformers_cache_dir: null
290
+ transformers_access_token: null
291
+ use_ddp: false
292
+ ddp_bucket_cap_mb: 100
293
+ num_gpus: 4
294
+ dataloader_num_workers: 4
295
+ remove_unused_columns: false
296
+ use_wandb: true
297
+ wandb_project: n1d6_finetune
298
+ enable_profiling: false
299
+ max_retries: 3
300
+ assert_loss_less_than: null
301
+ add_rl_callback: false
302
+ enable_open_loop_eval: false
303
+ open_loop_eval_traj_ids:
304
+ - 0
305
+ open_loop_eval_steps_per_traj: 100
306
+ open_loop_eval_plot_indices: null
307
+ max_steps: 30000
308
+ save_steps: 5000
checkpoint-25000/experiment_cfg/config.yaml ADDED
@@ -0,0 +1,327 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ !!python/object:gr00t.configs.base_config.Config
2
+ data: !!python/object:gr00t.configs.data.data_config.DataConfig
3
+ allow_padding: true
4
+ dataset_mode: sharded
5
+ datasets:
6
+ - !!python/object:gr00t.configs.data.data_config.SingleDatasetConfig
7
+ dataset_paths:
8
+ - /rlwrld2/home/nayoung_oh/workspace/datasets/0330/openarm_usb_teleop_0
9
+ dataset_type: physical_embodiment
10
+ embodiment_tag: new_embodiment
11
+ mix_ratio: 0.67
12
+ val_dataset_path: null
13
+ - !!python/object:gr00t.configs.data.data_config.SingleDatasetConfig
14
+ dataset_paths:
15
+ - /rlwrld2/home/nayoung_oh/workspace/datasets/0330/openarm_usb_teleop_1
16
+ dataset_type: physical_embodiment
17
+ embodiment_tag: new_embodiment
18
+ mix_ratio: 0.33
19
+ val_dataset_path: null
20
+ download_cache: false
21
+ episode_sampling_rate: 0.1
22
+ image_crop_size:
23
+ - 244
24
+ - 244
25
+ image_target_size:
26
+ - 224
27
+ - 224
28
+ mock_dataset_mode: false
29
+ modality_configs:
30
+ new_embodiment:
31
+ action: !!python/object:gr00t.data.types.ModalityConfig
32
+ action_configs:
33
+ - &id001 !!python/object:gr00t.data.types.ActionConfig
34
+ format: !!python/object/apply:gr00t.data.types.ActionFormat
35
+ - default
36
+ rep: !!python/object/apply:gr00t.data.types.ActionRepresentation
37
+ - absolute
38
+ state_key: null
39
+ type: !!python/object/apply:gr00t.data.types.ActionType
40
+ - non_eef
41
+ - *id001
42
+ - *id001
43
+ - *id001
44
+ - *id001
45
+ delta_indices:
46
+ - 0
47
+ - 1
48
+ - 2
49
+ - 3
50
+ - 4
51
+ - 5
52
+ - 6
53
+ - 7
54
+ - 8
55
+ - 9
56
+ - 10
57
+ - 11
58
+ - 12
59
+ - 13
60
+ - 14
61
+ - 15
62
+ - 16
63
+ - 17
64
+ - 18
65
+ - 19
66
+ - 20
67
+ - 21
68
+ - 22
69
+ - 23
70
+ - 24
71
+ - 25
72
+ - 26
73
+ - 27
74
+ - 28
75
+ - 29
76
+ - 30
77
+ - 31
78
+ - 32
79
+ - 33
80
+ - 34
81
+ - 35
82
+ - 36
83
+ - 37
84
+ - 38
85
+ - 39
86
+ mean_std_embedding_keys: null
87
+ modality_keys:
88
+ - right_arm_joints
89
+ - left_arm_joints
90
+ - right_hand_joints
91
+ - left_hand_joints
92
+ - neck_joints
93
+ sin_cos_embedding_keys: null
94
+ language: !!python/object:gr00t.data.types.ModalityConfig
95
+ action_configs: null
96
+ delta_indices:
97
+ - 0
98
+ mean_std_embedding_keys: null
99
+ modality_keys:
100
+ - annotation.human.task_description
101
+ sin_cos_embedding_keys: null
102
+ state: !!python/object:gr00t.data.types.ModalityConfig
103
+ action_configs: null
104
+ delta_indices:
105
+ - -3
106
+ - -2
107
+ - -1
108
+ - 0
109
+ mean_std_embedding_keys: null
110
+ modality_keys:
111
+ - right_arm_joints
112
+ - left_arm_joints
113
+ - right_hand_joints
114
+ - left_hand_joints
115
+ - neck_joints
116
+ sin_cos_embedding_keys: null
117
+ video: !!python/object:gr00t.data.types.ModalityConfig
118
+ action_configs: null
119
+ delta_indices:
120
+ - -9
121
+ - -7
122
+ - -5
123
+ - -3
124
+ - -8
125
+ - -6
126
+ - -4
127
+ - -2
128
+ - -7
129
+ - -5
130
+ - -3
131
+ - -1
132
+ - -6
133
+ - -4
134
+ - -2
135
+ - 0
136
+ mean_std_embedding_keys: null
137
+ modality_keys:
138
+ - camera_ego_left
139
+ - camera_ego_right
140
+ sin_cos_embedding_keys: null
141
+ mode: single_turn
142
+ multiprocessing_context: fork
143
+ num_shards_per_epoch: 100000
144
+ override_pretraining_statistics: false
145
+ random_chop: 0.0
146
+ seed: 42
147
+ shard_size: 1024
148
+ shuffle: true
149
+ subsample_ratio: 1.0
150
+ video_backend: torchcodec
151
+ load_config_path: null
152
+ model: !!python/object:gr00t.configs.model.alinvla_v0.AlinVLAv0Config
153
+ _attn_implementation_internal: null
154
+ _commit_hash: null
155
+ _name_or_path: ''
156
+ _output_attentions: false
157
+ add_cross_attention: false
158
+ architectures: null
159
+ backbone_model_type: contextvla_qwen3_vl_legacy
160
+ backbone_trainable_params_fp32: true
161
+ bad_words_ids: null
162
+ begin_suppress_tokens: null
163
+ bos_token_id: null
164
+ chunk_size_feed_forward: 0
165
+ color_jitter_params:
166
+ brightness: 0.3
167
+ contrast: 0.4
168
+ hue: 0.08
169
+ saturation: 0.5
170
+ conversation_image_first: false
171
+ cross_attention_hidden_size: null
172
+ decoder_start_token_id: null
173
+ diffusion_model_cfg:
174
+ action_head_max_seq_len: 512
175
+ attention_head_dim: 64
176
+ depth_multi_stream: 4
177
+ depth_single_stream: 8
178
+ dropout: 0.2
179
+ final_dropout: true
180
+ num_attention_heads: 24
181
+ output_dim: 1024
182
+ positional_embeddings: rope_sa_only
183
+ pre_norm: layer_norm
184
+ qk_norm: rms_norm
185
+ rope_theta: 10000.0
186
+ set_triple_stream_for_mq: false
187
+ set_triple_stream_for_state: false
188
+ temb_type: input_token
189
+ use_swiglu: true
190
+ diversity_penalty: 0.0
191
+ do_sample: false
192
+ dtype: null
193
+ early_stopping: false
194
+ encoder_no_repeat_ngram_size: 0
195
+ eos_token_id: null
196
+ exponential_decay_length_penalty: null
197
+ finetuning_task: null
198
+ forced_bos_token_id: null
199
+ forced_eos_token_id: null
200
+ id2label:
201
+ 0: LABEL_0
202
+ 1: LABEL_1
203
+ is_decoder: false
204
+ is_encoder_decoder: false
205
+ label2id:
206
+ LABEL_0: 0
207
+ LABEL_1: 1
208
+ length_penalty: 1.0
209
+ load_bf16: true
210
+ max_length: 20
211
+ memory_cfg:
212
+ hidden_size: 4096
213
+ intermediate_size: 16384
214
+ max_position_embeddings: 32
215
+ num_attention_heads: 16
216
+ num_hidden_layers: 2
217
+ num_key_value_heads: 16
218
+ rms_norm_eps: 1.0e-05
219
+ use_causal_attn: true
220
+ use_rope: true
221
+ memory_video_delta_indices:
222
+ - -48
223
+ - -32
224
+ - -16
225
+ - 0
226
+ min_length: 0
227
+ model_name: huiwon/alinvlm_v1_3
228
+ model_type: AlinVLAv0
229
+ n_meta_queries: 64
230
+ new_embodiment_train_ratio: 0
231
+ no_repeat_ngram_size: 0
232
+ num_beam_groups: 1
233
+ num_beams: 1
234
+ num_return_sequences: 1
235
+ output_hidden_states: false
236
+ output_scores: false
237
+ pad_token_id: null
238
+ prefix: null
239
+ problem_type: null
240
+ pruned_heads: {}
241
+ qwen3_collator: true
242
+ random_rotation_angle: null
243
+ remove_invalid_values: false
244
+ repetition_penalty: 1.0
245
+ reproject_vision: false
246
+ return_dict: true
247
+ return_dict_in_generate: false
248
+ sep_token_id: null
249
+ state_dropout_prob: 0.0
250
+ suppress_tokens: null
251
+ task_specific_params: null
252
+ temperature: 1.0
253
+ tf_legacy_loss: false
254
+ tie_encoder_decoder: false
255
+ tie_word_embeddings: true
256
+ tokenizer_class: null
257
+ top_k: 50
258
+ top_p: 1.0
259
+ torchscript: false
260
+ transformers_version: null
261
+ tune_diffusion_model: true
262
+ tune_llm: false
263
+ tune_projector: true
264
+ tune_top_llm_layers: 4
265
+ tune_visual: false
266
+ typical_p: 1.0
267
+ use_bfloat16: false
268
+ use_mmditv0: false
269
+ use_mmditv1: true
270
+ use_relative_action: true
271
+ use_video: true
272
+ video_length: 4
273
+ training: !!python/object:gr00t.configs.training.training_config.TrainingConfig
274
+ add_rl_callback: false
275
+ assert_loss_less_than: null
276
+ batch_size: null
277
+ bf16: true
278
+ dataloader_num_workers: 4
279
+ ddp_bucket_cap_mb: 100
280
+ deepspeed_stage: 2
281
+ enable_open_loop_eval: false
282
+ enable_profiling: false
283
+ eval_batch_size: 2
284
+ eval_bf16: true
285
+ eval_set_split_ratio: 0.1
286
+ eval_steps: 500
287
+ eval_strategy: 'no'
288
+ experiment_name: big_usb_40
289
+ fp16: false
290
+ global_batch_size: 64
291
+ gradient_accumulation_steps: 1
292
+ gradient_checkpointing: false
293
+ learning_rate: 0.0001
294
+ logging_steps: 10
295
+ lr_scheduler_type: cosine
296
+ max_concurrent_uploads: 2
297
+ max_grad_norm: 1.0
298
+ max_retries: 3
299
+ max_steps: 30000
300
+ num_gpus: 4
301
+ open_loop_eval_plot_indices: null
302
+ open_loop_eval_steps_per_traj: 100
303
+ open_loop_eval_traj_ids:
304
+ - 0
305
+ optim: adamw_torch
306
+ output_dir: ./ckpt/output
307
+ remove_unused_columns: false
308
+ save_best_eval_metric_greater_is_better: true
309
+ save_best_eval_metric_name: ''
310
+ save_steps: 5000
311
+ save_total_limit: 5
312
+ save_vl_model: false
313
+ start_from_checkpoint: /rlwrld2/home/nayoung_oh/workspace/RLDX/models/alinvla_v1d4_video_mq64_mixv4_pt100k
314
+ tf32: true
315
+ transformers_access_token: null
316
+ transformers_cache_dir: null
317
+ transformers_local_files_only: false
318
+ transformers_trust_remote_code: true
319
+ upload_checkpoints: false
320
+ upload_every: 1000
321
+ upload_last_n_checkpoints: 5
322
+ use_ddp: false
323
+ use_wandb: true
324
+ wandb_project: n1d6_finetune
325
+ warmup_ratio: 0.05
326
+ warmup_steps: 0
327
+ weight_decay: 1.0e-05
checkpoint-25000/experiment_cfg/dataset_statistics.json ADDED
@@ -0,0 +1,629 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "state": {
4
+ "right_arm_joints": {
5
+ "min": [
6
+ -0.20847637951374054,
7
+ -0.17223620414733887,
8
+ -0.8260852694511414,
9
+ 0.006294346414506435,
10
+ -1.5836957693099976,
11
+ -0.5304417610168457,
12
+ -0.6185625791549683
13
+ ],
14
+ "max": [
15
+ 1.4608606100082397,
16
+ 0.7867932915687561,
17
+ 0.7280460596084595,
18
+ 2.026970386505127,
19
+ 0.32101166248321533,
20
+ 0.7837415337562561,
21
+ 0.5834668278694153
22
+ ],
23
+ "mean": [
24
+ 0.5230762350115545,
25
+ 0.031938130726095276,
26
+ 0.07735111293069932,
27
+ 1.0961320673796087,
28
+ -1.1073419616170415,
29
+ 0.11922063120033552,
30
+ 0.05158661119532133
31
+ ],
32
+ "std": [
33
+ 0.457679354789903,
34
+ 0.15803064005676729,
35
+ 0.26611296499301296,
36
+ 0.5450642539383688,
37
+ 0.44136857118707146,
38
+ 0.21900165579974118,
39
+ 0.15309557379165087
40
+ ],
41
+ "q01": [
42
+ -0.045479488308008235,
43
+ -0.15748688659880955,
44
+ -0.2324001598639563,
45
+ 0.23192057110022266,
46
+ -1.5726320718878462,
47
+ -0.26164717355209116,
48
+ -0.15236894632345038
49
+ ],
50
+ "q99": [
51
+ 1.1783605899921912,
52
+ 0.29508311892070715,
53
+ 0.4700866512723284,
54
+ 1.7546243470988008,
55
+ -0.40475618449400974,
56
+ 0.5152354760941318,
57
+ 0.29988374789735234
58
+ ]
59
+ },
60
+ "left_arm_joints": {
61
+ "min": [
62
+ -1.4444571733474731,
63
+ -1.0122454166412354,
64
+ -1.0866330862045288,
65
+ 0.10738536715507507,
66
+ -1.2121385335922241,
67
+ -0.7833600640296936,
68
+ -0.9882124066352844
69
+ ],
70
+ "max": [
71
+ 0.2615014910697937,
72
+ 0.17109178006649017,
73
+ 1.5047303438186646,
74
+ 2.0948729515075684,
75
+ 1.5684367418289185,
76
+ 0.7448310256004333,
77
+ 1.344510555267334
78
+ ],
79
+ "mean": [
80
+ -0.04986175698282235,
81
+ -0.19392163572815393,
82
+ 0.17408178791213455,
83
+ 1.6268207280624323,
84
+ 0.943715995203565,
85
+ -0.1656372827567857,
86
+ 0.08572700017970818
87
+ ],
88
+ "std": [
89
+ 0.13127968307410454,
90
+ 0.21879874111138958,
91
+ 0.18787674653153308,
92
+ 0.13760933470652406,
93
+ 0.7142651273520758,
94
+ 0.3682533803815269,
95
+ 0.21210845544579085
96
+ ],
97
+ "q01": [
98
+ -0.27506257213997515,
99
+ -0.6895779073341636,
100
+ -0.0784322185224472,
101
+ 1.355194293867866,
102
+ -0.3763468656182127,
103
+ -0.769349612863381,
104
+ -0.4407769059315693
105
+ ],
106
+ "q99": [
107
+ 0.08620987205422512,
108
+ 0.08083185656331611,
109
+ 0.5328141061374334,
110
+ 1.7955220293853555,
111
+ 1.5638651034392295,
112
+ 0.2517314710440321,
113
+ 0.5060496525470584
114
+ ]
115
+ },
116
+ "right_hand_joints": {
117
+ "min": [
118
+ 0.02471296489238739,
119
+ -0.008722222410142422,
120
+ 0.020351851359009743,
121
+ -0.14192885160446167,
122
+ 0.01162963081151247,
123
+ -0.008722222410142422,
124
+ -0.01162963081151247,
125
+ -0.08576852083206177,
126
+ 0.01162963081151247,
127
+ 0.02180555649101734,
128
+ 0.010175925679504871,
129
+ 0.005814815405756235
130
+ ],
131
+ "max": [
132
+ 1.5714536905288696,
133
+ 1.0873703956604004,
134
+ 1.2007594108581543,
135
+ -0.06382732838392258,
136
+ 1.6339629888534546,
137
+ 1.190583348274231,
138
+ 1.7836945056915283,
139
+ 1.8084073066711426,
140
+ 1.8491111993789673,
141
+ 1.7880555391311646,
142
+ 1.844749927520752,
143
+ 1.2807129621505737
144
+ ],
145
+ "mean": [
146
+ 0.5850972631377792,
147
+ 0.42659694968022016,
148
+ 0.6479643724551789,
149
+ -0.08767521811430576,
150
+ 0.425969056384194,
151
+ 0.39579498645896927,
152
+ 0.4627784831631483,
153
+ 0.5736243939751159,
154
+ 0.4692227715888908,
155
+ 0.49072391727075826,
156
+ 0.4756991051017129,
157
+ 0.4021215243171613
158
+ ],
159
+ "std": [
160
+ 0.4659352716590282,
161
+ 0.26326663460608324,
162
+ 0.1903730892891041,
163
+ 0.021649972511879785,
164
+ 0.3177542874289095,
165
+ 0.12852050776384696,
166
+ 0.35465225689414787,
167
+ 0.2813339579162597,
168
+ 0.5321364975758696,
169
+ 0.39219871994450173,
170
+ 0.5316887540787808,
171
+ 0.2635455642348228
172
+ ],
173
+ "q01": [
174
+ 0.04709112252429289,
175
+ 0.05362940602356817,
176
+ 0.03094588222703274,
177
+ -0.12354047151182598,
178
+ 0.02500137889803208,
179
+ 0.015720412845067713,
180
+ 0.05507507756448419,
181
+ 0.06626581013963564,
182
+ 0.020781336379338825,
183
+ 0.03831492052703827,
184
+ 0.016980372181013663,
185
+ 0.014013878352033101
186
+ ],
187
+ "q99": [
188
+ 1.2835387079641307,
189
+ 0.9926928857163729,
190
+ 0.9508772217850779,
191
+ -0.06821455715077998,
192
+ 0.9838547316175984,
193
+ 0.6369301133140961,
194
+ 1.1447815406442614,
195
+ 1.08181754207393,
196
+ 1.5359646890495815,
197
+ 1.2619330054281663,
198
+ 1.450155472114204,
199
+ 0.9488189728109094
200
+ ]
201
+ },
202
+ "left_hand_joints": {
203
+ "min": [
204
+ 0.01453703735023737,
205
+ -0.02180555649101734,
206
+ 0.05087963119149208,
207
+ -0.11556173861026764,
208
+ -0.0,
209
+ 0.005814815405756235,
210
+ 0.02907407470047474,
211
+ 0.004361111205071211,
212
+ 0.01162963081151247,
213
+ 0.008722222410142422,
214
+ 0.01162963081151247,
215
+ 0.0029074077028781176
216
+ ],
217
+ "max": [
218
+ 1.5511019229888916,
219
+ 1.1644166707992554,
220
+ 0.9318241477012634,
221
+ -0.053776565939188004,
222
+ 1.1586018800735474,
223
+ 1.2981574535369873,
224
+ 1.7110095024108887,
225
+ 1.2981574535369873,
226
+ 1.7371760606765747,
227
+ 0.7428426146507263,
228
+ 1.3635740280151367,
229
+ 0.5146111249923706
230
+ ],
231
+ "mean": [
232
+ 0.32985505008751104,
233
+ 0.6881588844618378,
234
+ 0.6488113999748686,
235
+ -0.06972486540469508,
236
+ 0.3926318089439047,
237
+ 0.5482275542810864,
238
+ 0.47254444520168226,
239
+ 0.41040236509504985,
240
+ 0.3783655666627965,
241
+ 0.5194880139656365,
242
+ 0.3418363023788917,
243
+ 0.47916842368371915
244
+ ],
245
+ "std": [
246
+ 0.14452058747164218,
247
+ 0.15373799437316096,
248
+ 0.11791576866346334,
249
+ 0.01307136103551452,
250
+ 0.10481756163917923,
251
+ 0.12678199391146713,
252
+ 0.12084425493478433,
253
+ 0.1635095111154085,
254
+ 0.19093731519085877,
255
+ 0.11041810061836821,
256
+ 0.37641207261413745,
257
+ 0.0887305578820552
258
+ ],
259
+ "q01": [
260
+ 0.060338779066490496,
261
+ 0.5119375301750233,
262
+ 0.057951124183853064,
263
+ -0.08574211243768456,
264
+ 0.02229960322668788,
265
+ 0.0197731460882619,
266
+ 0.037480855866511335,
267
+ 0.014501567945081463,
268
+ 0.019313894965212467,
269
+ 0.015534716928085666,
270
+ 0.01924718063100328,
271
+ 0.014888906043983111
272
+ ],
273
+ "q99": [
274
+ 0.4228504704116889,
275
+ 0.9837010790668748,
276
+ 0.7180913469770518,
277
+ -0.05784016806244579,
278
+ 0.514612030705292,
279
+ 0.6783910810682822,
280
+ 0.6035341481979898,
281
+ 0.6762715916941239,
282
+ 0.7075596448178942,
283
+ 0.6270238740126298,
284
+ 0.9857991865153608,
285
+ 0.5125562485176647
286
+ ]
287
+ },
288
+ "neck_joints": {
289
+ "min": [
290
+ 0.7009612917900085,
291
+ -0.0032425422687083483
292
+ ],
293
+ "max": [
294
+ 0.7112611532211304,
295
+ 0.0036240178160369396
296
+ ],
297
+ "mean": [
298
+ 0.7044533545035223,
299
+ 0.0010014864396475569
300
+ ],
301
+ "std": [
302
+ 0.0019810688647565705,
303
+ 0.0027107617865090093
304
+ ],
305
+ "q01": [
306
+ 0.7039417799490104,
307
+ -0.0028693337709507255
308
+ ],
309
+ "q99": [
310
+ 0.7081959350937106,
311
+ 0.003242540992498085
312
+ ]
313
+ }
314
+ },
315
+ "action": {
316
+ "right_arm_joints": {
317
+ "min": [
318
+ -0.19921624660491943,
319
+ -0.17453299462795258,
320
+ -0.8291807174682617,
321
+ 0.0,
322
+ -1.5707999467849731,
323
+ -0.5814089179039001,
324
+ -0.623637855052948
325
+ ],
326
+ "max": [
327
+ 1.486642599105835,
328
+ 0.7893767356872559,
329
+ 0.7344165444374084,
330
+ 2.0441505908966064,
331
+ 0.38465243577957153,
332
+ 0.785398006439209,
333
+ 0.6433967351913452
334
+ ],
335
+ "mean": [
336
+ 0.5430090535721166,
337
+ 0.033566931036718685,
338
+ 0.07625336950521511,
339
+ 1.1092998512043604,
340
+ -1.0892971230997093,
341
+ 0.09155957572632356,
342
+ 0.073395238163872
343
+ ],
344
+ "std": [
345
+ 0.4596794105521279,
346
+ 0.1621918706557556,
347
+ 0.2679870922781361,
348
+ 0.5501861114444726,
349
+ 0.44758367140485505,
350
+ 0.22767518069131656,
351
+ 0.16769684972295845
352
+ ],
353
+ "q01": [
354
+ -0.03456410663712079,
355
+ -0.16184220019671516,
356
+ -0.23216804975752398,
357
+ 0.23341644017039692,
358
+ -1.5707028190120937,
359
+ -0.309905468247712,
360
+ -0.15133796950514602
361
+ ],
362
+ "q99": [
363
+ 1.200440279459216,
364
+ 0.29559855399130414,
365
+ 0.47206481063425404,
366
+ 1.7754976640909697,
367
+ -0.37575176490588347,
368
+ 0.5010074686091875,
369
+ 0.3440673376461279
370
+ ]
371
+ },
372
+ "left_arm_joints": {
373
+ "min": [
374
+ -1.5065116882324219,
375
+ -1.0190038681030273,
376
+ -1.0935002565383911,
377
+ 0.014847817830741405,
378
+ -1.2871253490447998,
379
+ -0.785398006439209,
380
+ -0.98295658826828
381
+ ],
382
+ "max": [
383
+ 0.25296857953071594,
384
+ 0.17453299462795258,
385
+ 1.501496434211731,
386
+ 2.1152310371398926,
387
+ 1.5707999467849731,
388
+ 0.785398006439209,
389
+ 1.3924580812454224
390
+ ],
391
+ "mean": [
392
+ -0.06444040306770334,
393
+ -0.2012424200521196,
394
+ 0.17902124138928244,
395
+ 1.6448206240709824,
396
+ 0.9245709606725199,
397
+ -0.13036384597608147,
398
+ 0.07370097759832434
399
+ ],
400
+ "std": [
401
+ 0.13388403640089191,
402
+ 0.22584157217233736,
403
+ 0.19047329506273125,
404
+ 0.14005725802758057,
405
+ 0.7307305254518663,
406
+ 0.3894608804758103,
407
+ 0.22220778127217836
408
+ ],
409
+ "q01": [
410
+ -0.28973830174308024,
411
+ -0.6940539310712703,
412
+ -0.07905846509907914,
413
+ 1.3640073856782455,
414
+ -0.4320198988812157,
415
+ -0.7719500454666719,
416
+ -0.48853233881168573
417
+ ],
418
+ "q99": [
419
+ 0.07653752761821989,
420
+ 0.08863872731021356,
421
+ 0.5342535898797907,
422
+ 1.8158065448750924,
423
+ 1.570770554242114,
424
+ 0.3071050589200862,
425
+ 0.505248945544354
426
+ ]
427
+ },
428
+ "right_hand_joints": {
429
+ "min": [
430
+ 0.026661602780222893,
431
+ 0.0,
432
+ 0.02366132102906704,
433
+ -0.17000000178813934,
434
+ 0.01246256660670042,
435
+ 0.0,
436
+ 0.0,
437
+ 0.0011867061257362366,
438
+ 0.013637464493513107,
439
+ 0.024103114381432533,
440
+ 0.012091287411749363,
441
+ 0.00664250273257494
442
+ ],
443
+ "max": [
444
+ 1.7780132293701172,
445
+ 1.3474156856536865,
446
+ 1.4250937700271606,
447
+ -0.025157466530799866,
448
+ 1.7364939451217651,
449
+ 1.1551449298858643,
450
+ 1.7935020923614502,
451
+ 1.6204304695129395,
452
+ 1.8591424226760864,
453
+ 1.689421534538269,
454
+ 1.8520755767822266,
455
+ 1.1890243291854858
456
+ ],
457
+ "mean": [
458
+ 0.6239154227631595,
459
+ 0.4734269487818846,
460
+ 0.7052524192097098,
461
+ -0.0994350955853528,
462
+ 0.445617227524724,
463
+ 0.4120455103231284,
464
+ 0.5305768463764756,
465
+ 0.5999651932137665,
466
+ 0.5549466424355907,
467
+ 0.5411834015984729,
468
+ 0.48569650618147897,
469
+ 0.4039426324710887
470
+ ],
471
+ "std": [
472
+ 0.5605042020116761,
473
+ 0.33643817537672954,
474
+ 0.19982472888235422,
475
+ 0.04681108942644247,
476
+ 0.36050933420191983,
477
+ 0.13796386090211465,
478
+ 0.4911472584136365,
479
+ 0.31706520184474446,
480
+ 0.6512271464068475,
481
+ 0.45676763934549547,
482
+ 0.5481346251398389,
483
+ 0.2617218955348148
484
+ ],
485
+ "q01": [
486
+ 0.049512094295544706,
487
+ 0.04391928536156868,
488
+ 0.06661649222801683,
489
+ -0.1691424089310887,
490
+ 0.03366654186732824,
491
+ 0.03491670466944912,
492
+ 0.045978101791642315,
493
+ 0.07975563647047126,
494
+ 0.027088694712146515,
495
+ 0.050041808570090995,
496
+ 0.025063916005994703,
497
+ 0.027789555362793733
498
+ ],
499
+ "q99": [
500
+ 1.5096395081324445,
501
+ 1.0117019110491778,
502
+ 0.9871990005581402,
503
+ -0.04557066642478349,
504
+ 1.129917783318187,
505
+ 0.6697547134449693,
506
+ 1.4636922683123665,
507
+ 1.1542747309416463,
508
+ 1.704446982988189,
509
+ 1.3244573535339408,
510
+ 1.4724930172015087,
511
+ 0.9484881772754448
512
+ ]
513
+ },
514
+ "left_hand_joints": {
515
+ "min": [
516
+ 0.019045373424887657,
517
+ 0.0,
518
+ 0.05370108410716057,
519
+ -0.16869805753231049,
520
+ 0.0012344357091933489,
521
+ 0.008150840178132057,
522
+ 0.03300570324063301,
523
+ 0.006950031500309706,
524
+ 0.012305227108299732,
525
+ 0.010256324894726276,
526
+ 0.011016922071576118,
527
+ 0.007798284757882357
528
+ ],
529
+ "max": [
530
+ 1.6031163930892944,
531
+ 1.1825103759765625,
532
+ 1.0342681407928467,
533
+ 0.005556285381317139,
534
+ 1.1919951438903809,
535
+ 1.2375268936157227,
536
+ 1.7269041538238525,
537
+ 1.3056350946426392,
538
+ 1.7406609058380127,
539
+ 0.7451879382133484,
540
+ 1.3663225173950195,
541
+ 0.5
542
+ ],
543
+ "mean": [
544
+ 0.3274554329878354,
545
+ 0.6816605953002266,
546
+ 0.665040378275847,
547
+ -0.08246567780487488,
548
+ 0.3863661692061652,
549
+ 0.5535841803974353,
550
+ 0.46503769937507694,
551
+ 0.4109603218945199,
552
+ 0.3769462572830021,
553
+ 0.5226880008575805,
554
+ 0.33666394538840627,
555
+ 0.48215487205665214
556
+ ],
557
+ "std": [
558
+ 0.14631145376302618,
559
+ 0.1512041150457038,
560
+ 0.10564640145168502,
561
+ 0.0387129805935982,
562
+ 0.10139465603207952,
563
+ 0.11700147021444009,
564
+ 0.12220344020893094,
565
+ 0.15816582331596807,
566
+ 0.19094290279570064,
567
+ 0.10102949256192277,
568
+ 0.38079709737611284,
569
+ 0.07690963441476438
570
+ ],
571
+ "q01": [
572
+ 0.07869434876053279,
573
+ 0.5046172398762443,
574
+ 0.09302006264326931,
575
+ -0.1423123249924626,
576
+ 0.0406597002223288,
577
+ 0.04727644260624045,
578
+ 0.05873163730448438,
579
+ 0.031363568981418746,
580
+ 0.03321028503469109,
581
+ 0.044394902811118096,
582
+ 0.02024680250758706,
583
+ 0.04200780881531574
584
+ ],
585
+ "q99": [
586
+ 0.4284983198796039,
587
+ 0.966640028222133,
588
+ 0.7364649212501883,
589
+ -0.030307355938947973,
590
+ 0.5190797485182326,
591
+ 0.684899658535276,
592
+ 0.6059135765155187,
593
+ 0.6885722217989116,
594
+ 0.7126064420225153,
595
+ 0.6312143412139029,
596
+ 0.9916327871268753,
597
+ 0.49999892561907305
598
+ ]
599
+ },
600
+ "neck_joints": {
601
+ "min": [
602
+ 0.6980000138282776,
603
+ -0.002854566555470228
604
+ ],
605
+ "max": [
606
+ 0.7066459059715271,
607
+ 0.0032304299529641867
608
+ ],
609
+ "mean": [
610
+ 0.6982365136311492,
611
+ 2.895988731653634e-05
612
+ ],
613
+ "std": [
614
+ 0.001417052313910553,
615
+ 0.00046692749679010055
616
+ ],
617
+ "q01": [
618
+ 0.6980000137282772,
619
+ -0.0026975402881033667
620
+ ],
621
+ "q99": [
622
+ 0.7040469144690047,
623
+ 0.002611027152444705
624
+ ]
625
+ }
626
+ },
627
+ "relative_action": {}
628
+ }
629
+ }
checkpoint-25000/experiment_cfg/final_model_config.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "AlinVLAv0",
3
+ "model_dtype": "bfloat16",
4
+ "model_name": "huiwon/alinvlm_v1_3",
5
+ "backbone_model_type": "contextvla_qwen3_vl_legacy",
6
+ "model_revision": null,
7
+ "tune_top_llm_layers": 4,
8
+ "backbone_embedding_dim": 4096,
9
+ "tune_llm": false,
10
+ "tune_visual": false,
11
+ "select_layer": 18,
12
+ "reproject_vision": false,
13
+ "use_flash_attention": true,
14
+ "load_bf16": true,
15
+ "collator_overwrite_image_inputs": false,
16
+ "qwen3_collator": true,
17
+ "backbone_trainable_params_fp32": true,
18
+ "apply_sincos_state_encoding": false,
19
+ "use_relative_action": true,
20
+ "use_percentiles": true,
21
+ "conversation_image_first": false,
22
+ "max_state_dim": 64,
23
+ "max_action_dim": 64,
24
+ "action_horizon": 40,
25
+ "hidden_size": 1024,
26
+ "input_embedding_dim": 1536,
27
+ "new_embodiment_train_ratio": 0,
28
+ "add_pos_embed": true,
29
+ "attn_dropout": 0.2,
30
+ "use_vlln": false,
31
+ "max_seq_len": 1024,
32
+ "use_mmditv0": false,
33
+ "n_meta_queries": 64,
34
+ "diffusion_model_cfg": {
35
+ "action_head_max_seq_len": 512,
36
+ "attention_head_dim": 64,
37
+ "depth_multi_stream": 4,
38
+ "depth_single_stream": 8,
39
+ "dropout": 0.2,
40
+ "final_dropout": true,
41
+ "num_attention_heads": 24,
42
+ "output_dim": 1024,
43
+ "positional_embeddings": "rope_sa_only",
44
+ "pre_norm": "layer_norm",
45
+ "qk_norm": "rms_norm",
46
+ "rope_theta": 10000.0,
47
+ "sa_dim": 1536,
48
+ "set_triple_stream_for_mq": false,
49
+ "set_triple_stream_for_state": false,
50
+ "temb_type": "input_token",
51
+ "use_swiglu": true,
52
+ "vl_dim": 4096
53
+ },
54
+ "use_mmditv1": true,
55
+ "num_inference_timesteps": 4,
56
+ "noise_beta_alpha": 1.5,
57
+ "noise_beta_beta": 1.0,
58
+ "noise_s": 0.999,
59
+ "num_timestep_buckets": 1000,
60
+ "tune_projector": true,
61
+ "tune_diffusion_model": true,
62
+ "tune_vlln": true,
63
+ "state_dropout_prob": 0.0,
64
+ "state_additive_noise_scale": 0.0,
65
+ "use_memory": false,
66
+ "memory_length": 4,
67
+ "memory_meta_queries_mode": "meta_only",
68
+ "memory_cfg": {
69
+ "hidden_size": 4096,
70
+ "intermediate_size": 16384,
71
+ "max_position_embeddings": 32,
72
+ "num_attention_heads": 16,
73
+ "num_hidden_layers": 2,
74
+ "num_key_value_heads": 16,
75
+ "rms_norm_eps": 1e-05,
76
+ "use_causal_attn": true,
77
+ "use_rope": true
78
+ },
79
+ "training_rtc_max_overlap": -1,
80
+ "inference_rtc_overlap_steps": null,
81
+ "inference_rtc_frozen_steps": null,
82
+ "rtc_ramp_rate": 10.0,
83
+ "use_video": true,
84
+ "video_length": 4,
85
+ "max_num_embodiments": 36
86
+ }
checkpoint-25000/experiment_cfg/final_processor_config.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-25000/global_step25000/bf16_zero_pp_rank_0_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af2d9927aca9f18b4848bd9d72bf60b060d9c076910ea6f5da51c21226571599
3
+ size 7127945825
checkpoint-25000/global_step25000/bf16_zero_pp_rank_1_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf89b4910c29c3c30d86914a6b9a3703073aa8adb433c0b731b2b8aa7a7626e1
3
+ size 7127945121
checkpoint-25000/global_step25000/bf16_zero_pp_rank_2_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12e0f2c38cc9cf288df5c0debe98bbc4cafe8cb702c9e8d07412165083063ff5
3
+ size 7127944737
checkpoint-25000/global_step25000/bf16_zero_pp_rank_3_mp_rank_00_optim_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d2186a0390ebaf2dce2da7667368a892bbf72008b72c5c56f38729bc34f6bea
3
+ size 7127944417
checkpoint-25000/global_step25000/mp_rank_00_model_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a5331a308f977760f90fd31f3be180cc03837b55023389f08eb7ce814f1d980
3
+ size 22900273523
checkpoint-25000/latest ADDED
@@ -0,0 +1 @@
 
 
1
+ global_step25000
checkpoint-25000/model-00001-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52ae3ddbc0fc9a28c55b1e176e06af221dd6df3c6d28897d61c0456e9e279e24
3
+ size 4912540968
checkpoint-25000/model-00002-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfd12ece9a6c9be16442ba07b75bc104cd29577bd097b9c184e218f685871f64
3
+ size 4446192352
checkpoint-25000/model-00003-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fda8500387d3f1d2368c803965195866047e302a5fe4ac1bae280b5653889d6a
3
+ size 4467286696
checkpoint-25000/model.safetensors.index.json ADDED
@@ -0,0 +1,732 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_parameters": 6912894784,
4
+ "total_size": 13825920640
5
+ },
6
+ "weight_map": {
7
+ "action_head.action_decoder.layer1.W": "model-00003-of-00003.safetensors",
8
+ "action_head.action_decoder.layer1.b": "model-00003-of-00003.safetensors",
9
+ "action_head.action_decoder.layer2.W": "model-00003-of-00003.safetensors",
10
+ "action_head.action_decoder.layer2.b": "model-00003-of-00003.safetensors",
11
+ "action_head.action_encoder.W1.W": "model-00003-of-00003.safetensors",
12
+ "action_head.action_encoder.W1.b": "model-00003-of-00003.safetensors",
13
+ "action_head.action_encoder.W2.W": "model-00003-of-00003.safetensors",
14
+ "action_head.action_encoder.W2.b": "model-00003-of-00003.safetensors",
15
+ "action_head.action_encoder.W3.W": "model-00003-of-00003.safetensors",
16
+ "action_head.action_encoder.W3.b": "model-00003-of-00003.safetensors",
17
+ "action_head.model.double_blocks.0.k_norm_sa.weight": "model-00003-of-00003.safetensors",
18
+ "action_head.model.double_blocks.0.k_norm_vl.weight": "model-00003-of-00003.safetensors",
19
+ "action_head.model.double_blocks.0.q_norm_sa.weight": "model-00003-of-00003.safetensors",
20
+ "action_head.model.double_blocks.0.q_norm_vl.weight": "model-00003-of-00003.safetensors",
21
+ "action_head.model.double_blocks.0.sa_mlp.w12.bias": "model-00003-of-00003.safetensors",
22
+ "action_head.model.double_blocks.0.sa_mlp.w12.weight": "model-00003-of-00003.safetensors",
23
+ "action_head.model.double_blocks.0.sa_mlp.w3.bias": "model-00003-of-00003.safetensors",
24
+ "action_head.model.double_blocks.0.sa_mlp.w3.weight": "model-00003-of-00003.safetensors",
25
+ "action_head.model.double_blocks.0.sa_proj.bias": "model-00003-of-00003.safetensors",
26
+ "action_head.model.double_blocks.0.sa_proj.weight": "model-00003-of-00003.safetensors",
27
+ "action_head.model.double_blocks.0.sa_qkv.bias": "model-00003-of-00003.safetensors",
28
+ "action_head.model.double_blocks.0.sa_qkv.weight": "model-00003-of-00003.safetensors",
29
+ "action_head.model.double_blocks.0.vl_mlp.w12.bias": "model-00003-of-00003.safetensors",
30
+ "action_head.model.double_blocks.0.vl_mlp.w12.weight": "model-00003-of-00003.safetensors",
31
+ "action_head.model.double_blocks.0.vl_mlp.w3.bias": "model-00003-of-00003.safetensors",
32
+ "action_head.model.double_blocks.0.vl_mlp.w3.weight": "model-00003-of-00003.safetensors",
33
+ "action_head.model.double_blocks.0.vl_proj.bias": "model-00003-of-00003.safetensors",
34
+ "action_head.model.double_blocks.0.vl_proj.weight": "model-00003-of-00003.safetensors",
35
+ "action_head.model.double_blocks.0.vl_qkv.bias": "model-00003-of-00003.safetensors",
36
+ "action_head.model.double_blocks.0.vl_qkv.weight": "model-00003-of-00003.safetensors",
37
+ "action_head.model.double_blocks.1.k_norm_sa.weight": "model-00003-of-00003.safetensors",
38
+ "action_head.model.double_blocks.1.k_norm_vl.weight": "model-00003-of-00003.safetensors",
39
+ "action_head.model.double_blocks.1.q_norm_sa.weight": "model-00003-of-00003.safetensors",
40
+ "action_head.model.double_blocks.1.q_norm_vl.weight": "model-00003-of-00003.safetensors",
41
+ "action_head.model.double_blocks.1.sa_mlp.w12.bias": "model-00003-of-00003.safetensors",
42
+ "action_head.model.double_blocks.1.sa_mlp.w12.weight": "model-00003-of-00003.safetensors",
43
+ "action_head.model.double_blocks.1.sa_mlp.w3.bias": "model-00003-of-00003.safetensors",
44
+ "action_head.model.double_blocks.1.sa_mlp.w3.weight": "model-00003-of-00003.safetensors",
45
+ "action_head.model.double_blocks.1.sa_proj.bias": "model-00003-of-00003.safetensors",
46
+ "action_head.model.double_blocks.1.sa_proj.weight": "model-00003-of-00003.safetensors",
47
+ "action_head.model.double_blocks.1.sa_qkv.bias": "model-00003-of-00003.safetensors",
48
+ "action_head.model.double_blocks.1.sa_qkv.weight": "model-00003-of-00003.safetensors",
49
+ "action_head.model.double_blocks.1.vl_mlp.w12.bias": "model-00003-of-00003.safetensors",
50
+ "action_head.model.double_blocks.1.vl_mlp.w12.weight": "model-00003-of-00003.safetensors",
51
+ "action_head.model.double_blocks.1.vl_mlp.w3.bias": "model-00003-of-00003.safetensors",
52
+ "action_head.model.double_blocks.1.vl_mlp.w3.weight": "model-00003-of-00003.safetensors",
53
+ "action_head.model.double_blocks.1.vl_proj.bias": "model-00003-of-00003.safetensors",
54
+ "action_head.model.double_blocks.1.vl_proj.weight": "model-00003-of-00003.safetensors",
55
+ "action_head.model.double_blocks.1.vl_qkv.bias": "model-00003-of-00003.safetensors",
56
+ "action_head.model.double_blocks.1.vl_qkv.weight": "model-00003-of-00003.safetensors",
57
+ "action_head.model.double_blocks.2.k_norm_sa.weight": "model-00003-of-00003.safetensors",
58
+ "action_head.model.double_blocks.2.k_norm_vl.weight": "model-00003-of-00003.safetensors",
59
+ "action_head.model.double_blocks.2.q_norm_sa.weight": "model-00003-of-00003.safetensors",
60
+ "action_head.model.double_blocks.2.q_norm_vl.weight": "model-00003-of-00003.safetensors",
61
+ "action_head.model.double_blocks.2.sa_mlp.w12.bias": "model-00003-of-00003.safetensors",
62
+ "action_head.model.double_blocks.2.sa_mlp.w12.weight": "model-00003-of-00003.safetensors",
63
+ "action_head.model.double_blocks.2.sa_mlp.w3.bias": "model-00003-of-00003.safetensors",
64
+ "action_head.model.double_blocks.2.sa_mlp.w3.weight": "model-00003-of-00003.safetensors",
65
+ "action_head.model.double_blocks.2.sa_proj.bias": "model-00003-of-00003.safetensors",
66
+ "action_head.model.double_blocks.2.sa_proj.weight": "model-00003-of-00003.safetensors",
67
+ "action_head.model.double_blocks.2.sa_qkv.bias": "model-00003-of-00003.safetensors",
68
+ "action_head.model.double_blocks.2.sa_qkv.weight": "model-00003-of-00003.safetensors",
69
+ "action_head.model.double_blocks.2.vl_mlp.w12.bias": "model-00003-of-00003.safetensors",
70
+ "action_head.model.double_blocks.2.vl_mlp.w12.weight": "model-00003-of-00003.safetensors",
71
+ "action_head.model.double_blocks.2.vl_mlp.w3.bias": "model-00003-of-00003.safetensors",
72
+ "action_head.model.double_blocks.2.vl_mlp.w3.weight": "model-00003-of-00003.safetensors",
73
+ "action_head.model.double_blocks.2.vl_proj.bias": "model-00003-of-00003.safetensors",
74
+ "action_head.model.double_blocks.2.vl_proj.weight": "model-00003-of-00003.safetensors",
75
+ "action_head.model.double_blocks.2.vl_qkv.bias": "model-00003-of-00003.safetensors",
76
+ "action_head.model.double_blocks.2.vl_qkv.weight": "model-00003-of-00003.safetensors",
77
+ "action_head.model.double_blocks.3.k_norm_sa.weight": "model-00003-of-00003.safetensors",
78
+ "action_head.model.double_blocks.3.k_norm_vl.weight": "model-00003-of-00003.safetensors",
79
+ "action_head.model.double_blocks.3.q_norm_sa.weight": "model-00003-of-00003.safetensors",
80
+ "action_head.model.double_blocks.3.q_norm_vl.weight": "model-00003-of-00003.safetensors",
81
+ "action_head.model.double_blocks.3.sa_mlp.w12.bias": "model-00003-of-00003.safetensors",
82
+ "action_head.model.double_blocks.3.sa_mlp.w12.weight": "model-00003-of-00003.safetensors",
83
+ "action_head.model.double_blocks.3.sa_mlp.w3.bias": "model-00003-of-00003.safetensors",
84
+ "action_head.model.double_blocks.3.sa_mlp.w3.weight": "model-00003-of-00003.safetensors",
85
+ "action_head.model.double_blocks.3.sa_proj.bias": "model-00003-of-00003.safetensors",
86
+ "action_head.model.double_blocks.3.sa_proj.weight": "model-00003-of-00003.safetensors",
87
+ "action_head.model.double_blocks.3.sa_qkv.bias": "model-00003-of-00003.safetensors",
88
+ "action_head.model.double_blocks.3.sa_qkv.weight": "model-00003-of-00003.safetensors",
89
+ "action_head.model.double_blocks.3.vl_mlp.w12.bias": "model-00003-of-00003.safetensors",
90
+ "action_head.model.double_blocks.3.vl_mlp.w12.weight": "model-00003-of-00003.safetensors",
91
+ "action_head.model.double_blocks.3.vl_mlp.w3.bias": "model-00003-of-00003.safetensors",
92
+ "action_head.model.double_blocks.3.vl_mlp.w3.weight": "model-00003-of-00003.safetensors",
93
+ "action_head.model.double_blocks.3.vl_proj.bias": "model-00003-of-00003.safetensors",
94
+ "action_head.model.double_blocks.3.vl_proj.weight": "model-00003-of-00003.safetensors",
95
+ "action_head.model.double_blocks.3.vl_qkv.bias": "model-00003-of-00003.safetensors",
96
+ "action_head.model.double_blocks.3.vl_qkv.weight": "model-00003-of-00003.safetensors",
97
+ "action_head.model.proj_out_1.bias": "model-00003-of-00003.safetensors",
98
+ "action_head.model.proj_out_1.weight": "model-00003-of-00003.safetensors",
99
+ "action_head.model.proj_out_2.bias": "model-00003-of-00003.safetensors",
100
+ "action_head.model.proj_out_2.weight": "model-00003-of-00003.safetensors",
101
+ "action_head.model.rope_embedder.freqs_cis_0": "model-00003-of-00003.safetensors",
102
+ "action_head.model.rope_embedder.freqs_cis_1": "model-00003-of-00003.safetensors",
103
+ "action_head.model.single_blocks.0.k_norm.weight": "model-00003-of-00003.safetensors",
104
+ "action_head.model.single_blocks.0.linear1.bias": "model-00003-of-00003.safetensors",
105
+ "action_head.model.single_blocks.0.linear1.weight": "model-00003-of-00003.safetensors",
106
+ "action_head.model.single_blocks.0.linear2.bias": "model-00003-of-00003.safetensors",
107
+ "action_head.model.single_blocks.0.linear2.weight": "model-00003-of-00003.safetensors",
108
+ "action_head.model.single_blocks.0.mlp_proj.bias": "model-00003-of-00003.safetensors",
109
+ "action_head.model.single_blocks.0.mlp_proj.weight": "model-00003-of-00003.safetensors",
110
+ "action_head.model.single_blocks.0.q_norm.weight": "model-00003-of-00003.safetensors",
111
+ "action_head.model.single_blocks.1.k_norm.weight": "model-00003-of-00003.safetensors",
112
+ "action_head.model.single_blocks.1.linear1.bias": "model-00003-of-00003.safetensors",
113
+ "action_head.model.single_blocks.1.linear1.weight": "model-00003-of-00003.safetensors",
114
+ "action_head.model.single_blocks.1.linear2.bias": "model-00003-of-00003.safetensors",
115
+ "action_head.model.single_blocks.1.linear2.weight": "model-00003-of-00003.safetensors",
116
+ "action_head.model.single_blocks.1.mlp_proj.bias": "model-00003-of-00003.safetensors",
117
+ "action_head.model.single_blocks.1.mlp_proj.weight": "model-00003-of-00003.safetensors",
118
+ "action_head.model.single_blocks.1.q_norm.weight": "model-00003-of-00003.safetensors",
119
+ "action_head.model.single_blocks.2.k_norm.weight": "model-00003-of-00003.safetensors",
120
+ "action_head.model.single_blocks.2.linear1.bias": "model-00003-of-00003.safetensors",
121
+ "action_head.model.single_blocks.2.linear1.weight": "model-00003-of-00003.safetensors",
122
+ "action_head.model.single_blocks.2.linear2.bias": "model-00003-of-00003.safetensors",
123
+ "action_head.model.single_blocks.2.linear2.weight": "model-00003-of-00003.safetensors",
124
+ "action_head.model.single_blocks.2.mlp_proj.bias": "model-00003-of-00003.safetensors",
125
+ "action_head.model.single_blocks.2.mlp_proj.weight": "model-00003-of-00003.safetensors",
126
+ "action_head.model.single_blocks.2.q_norm.weight": "model-00003-of-00003.safetensors",
127
+ "action_head.model.single_blocks.3.k_norm.weight": "model-00003-of-00003.safetensors",
128
+ "action_head.model.single_blocks.3.linear1.bias": "model-00003-of-00003.safetensors",
129
+ "action_head.model.single_blocks.3.linear1.weight": "model-00003-of-00003.safetensors",
130
+ "action_head.model.single_blocks.3.linear2.bias": "model-00003-of-00003.safetensors",
131
+ "action_head.model.single_blocks.3.linear2.weight": "model-00003-of-00003.safetensors",
132
+ "action_head.model.single_blocks.3.mlp_proj.bias": "model-00003-of-00003.safetensors",
133
+ "action_head.model.single_blocks.3.mlp_proj.weight": "model-00003-of-00003.safetensors",
134
+ "action_head.model.single_blocks.3.q_norm.weight": "model-00003-of-00003.safetensors",
135
+ "action_head.model.single_blocks.4.k_norm.weight": "model-00003-of-00003.safetensors",
136
+ "action_head.model.single_blocks.4.linear1.bias": "model-00003-of-00003.safetensors",
137
+ "action_head.model.single_blocks.4.linear1.weight": "model-00003-of-00003.safetensors",
138
+ "action_head.model.single_blocks.4.linear2.bias": "model-00003-of-00003.safetensors",
139
+ "action_head.model.single_blocks.4.linear2.weight": "model-00003-of-00003.safetensors",
140
+ "action_head.model.single_blocks.4.mlp_proj.bias": "model-00003-of-00003.safetensors",
141
+ "action_head.model.single_blocks.4.mlp_proj.weight": "model-00003-of-00003.safetensors",
142
+ "action_head.model.single_blocks.4.q_norm.weight": "model-00003-of-00003.safetensors",
143
+ "action_head.model.single_blocks.5.k_norm.weight": "model-00003-of-00003.safetensors",
144
+ "action_head.model.single_blocks.5.linear1.bias": "model-00003-of-00003.safetensors",
145
+ "action_head.model.single_blocks.5.linear1.weight": "model-00003-of-00003.safetensors",
146
+ "action_head.model.single_blocks.5.linear2.bias": "model-00003-of-00003.safetensors",
147
+ "action_head.model.single_blocks.5.linear2.weight": "model-00003-of-00003.safetensors",
148
+ "action_head.model.single_blocks.5.mlp_proj.bias": "model-00003-of-00003.safetensors",
149
+ "action_head.model.single_blocks.5.mlp_proj.weight": "model-00003-of-00003.safetensors",
150
+ "action_head.model.single_blocks.5.q_norm.weight": "model-00003-of-00003.safetensors",
151
+ "action_head.model.single_blocks.6.k_norm.weight": "model-00003-of-00003.safetensors",
152
+ "action_head.model.single_blocks.6.linear1.bias": "model-00003-of-00003.safetensors",
153
+ "action_head.model.single_blocks.6.linear1.weight": "model-00003-of-00003.safetensors",
154
+ "action_head.model.single_blocks.6.linear2.bias": "model-00003-of-00003.safetensors",
155
+ "action_head.model.single_blocks.6.linear2.weight": "model-00003-of-00003.safetensors",
156
+ "action_head.model.single_blocks.6.mlp_proj.bias": "model-00003-of-00003.safetensors",
157
+ "action_head.model.single_blocks.6.mlp_proj.weight": "model-00003-of-00003.safetensors",
158
+ "action_head.model.single_blocks.6.q_norm.weight": "model-00003-of-00003.safetensors",
159
+ "action_head.model.single_blocks.7.k_norm.weight": "model-00003-of-00003.safetensors",
160
+ "action_head.model.single_blocks.7.linear1.bias": "model-00003-of-00003.safetensors",
161
+ "action_head.model.single_blocks.7.linear1.weight": "model-00003-of-00003.safetensors",
162
+ "action_head.model.single_blocks.7.linear2.bias": "model-00003-of-00003.safetensors",
163
+ "action_head.model.single_blocks.7.linear2.weight": "model-00003-of-00003.safetensors",
164
+ "action_head.model.single_blocks.7.mlp_proj.bias": "model-00003-of-00003.safetensors",
165
+ "action_head.model.single_blocks.7.mlp_proj.weight": "model-00003-of-00003.safetensors",
166
+ "action_head.model.single_blocks.7.q_norm.weight": "model-00003-of-00003.safetensors",
167
+ "action_head.model.timestep_encoder.timestep_embedder.linear_1.bias": "model-00003-of-00003.safetensors",
168
+ "action_head.model.timestep_encoder.timestep_embedder.linear_1.weight": "model-00003-of-00003.safetensors",
169
+ "action_head.model.timestep_encoder.timestep_embedder.linear_2.bias": "model-00003-of-00003.safetensors",
170
+ "action_head.model.timestep_encoder.timestep_embedder.linear_2.weight": "model-00003-of-00003.safetensors",
171
+ "action_head.model.vl_proj_to_sa.bias": "model-00003-of-00003.safetensors",
172
+ "action_head.model.vl_proj_to_sa.weight": "model-00003-of-00003.safetensors",
173
+ "action_head.position_embedding.weight": "model-00003-of-00003.safetensors",
174
+ "action_head.state_encoder.layer1.W": "model-00003-of-00003.safetensors",
175
+ "action_head.state_encoder.layer1.b": "model-00003-of-00003.safetensors",
176
+ "action_head.state_encoder.layer2.W": "model-00003-of-00003.safetensors",
177
+ "action_head.state_encoder.layer2.b": "model-00003-of-00003.safetensors",
178
+ "backbone.meta_emb": "model-00001-of-00003.safetensors",
179
+ "backbone.qwen_model.lm_head.weight": "model-00003-of-00003.safetensors",
180
+ "backbone.qwen_model.model.language_model.embed_tokens.weight": "model-00001-of-00003.safetensors",
181
+ "backbone.qwen_model.model.language_model.layers.0.layer.input_layernorm.weight": "model-00001-of-00003.safetensors",
182
+ "backbone.qwen_model.model.language_model.layers.0.layer.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
183
+ "backbone.qwen_model.model.language_model.layers.0.layer.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
184
+ "backbone.qwen_model.model.language_model.layers.0.layer.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
185
+ "backbone.qwen_model.model.language_model.layers.0.layer.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
186
+ "backbone.qwen_model.model.language_model.layers.0.layer.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
187
+ "backbone.qwen_model.model.language_model.layers.0.layer.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
188
+ "backbone.qwen_model.model.language_model.layers.0.layer.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
189
+ "backbone.qwen_model.model.language_model.layers.0.layer.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
190
+ "backbone.qwen_model.model.language_model.layers.0.layer.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
191
+ "backbone.qwen_model.model.language_model.layers.0.layer.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
192
+ "backbone.qwen_model.model.language_model.layers.1.layer.input_layernorm.weight": "model-00001-of-00003.safetensors",
193
+ "backbone.qwen_model.model.language_model.layers.1.layer.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
194
+ "backbone.qwen_model.model.language_model.layers.1.layer.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
195
+ "backbone.qwen_model.model.language_model.layers.1.layer.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
196
+ "backbone.qwen_model.model.language_model.layers.1.layer.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
197
+ "backbone.qwen_model.model.language_model.layers.1.layer.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
198
+ "backbone.qwen_model.model.language_model.layers.1.layer.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
199
+ "backbone.qwen_model.model.language_model.layers.1.layer.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
200
+ "backbone.qwen_model.model.language_model.layers.1.layer.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
201
+ "backbone.qwen_model.model.language_model.layers.1.layer.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
202
+ "backbone.qwen_model.model.language_model.layers.1.layer.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
203
+ "backbone.qwen_model.model.language_model.layers.10.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
204
+ "backbone.qwen_model.model.language_model.layers.10.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
205
+ "backbone.qwen_model.model.language_model.layers.10.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
206
+ "backbone.qwen_model.model.language_model.layers.10.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
207
+ "backbone.qwen_model.model.language_model.layers.10.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
208
+ "backbone.qwen_model.model.language_model.layers.10.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
209
+ "backbone.qwen_model.model.language_model.layers.10.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
210
+ "backbone.qwen_model.model.language_model.layers.10.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
211
+ "backbone.qwen_model.model.language_model.layers.10.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
212
+ "backbone.qwen_model.model.language_model.layers.10.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
213
+ "backbone.qwen_model.model.language_model.layers.10.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
214
+ "backbone.qwen_model.model.language_model.layers.11.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
215
+ "backbone.qwen_model.model.language_model.layers.11.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
216
+ "backbone.qwen_model.model.language_model.layers.11.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
217
+ "backbone.qwen_model.model.language_model.layers.11.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
218
+ "backbone.qwen_model.model.language_model.layers.11.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
219
+ "backbone.qwen_model.model.language_model.layers.11.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
220
+ "backbone.qwen_model.model.language_model.layers.11.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
221
+ "backbone.qwen_model.model.language_model.layers.11.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
222
+ "backbone.qwen_model.model.language_model.layers.11.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
223
+ "backbone.qwen_model.model.language_model.layers.11.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
224
+ "backbone.qwen_model.model.language_model.layers.11.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
225
+ "backbone.qwen_model.model.language_model.layers.12.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
226
+ "backbone.qwen_model.model.language_model.layers.12.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
227
+ "backbone.qwen_model.model.language_model.layers.12.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
228
+ "backbone.qwen_model.model.language_model.layers.12.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
229
+ "backbone.qwen_model.model.language_model.layers.12.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
230
+ "backbone.qwen_model.model.language_model.layers.12.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
231
+ "backbone.qwen_model.model.language_model.layers.12.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
232
+ "backbone.qwen_model.model.language_model.layers.12.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
233
+ "backbone.qwen_model.model.language_model.layers.12.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
234
+ "backbone.qwen_model.model.language_model.layers.12.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
235
+ "backbone.qwen_model.model.language_model.layers.12.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
236
+ "backbone.qwen_model.model.language_model.layers.13.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
237
+ "backbone.qwen_model.model.language_model.layers.13.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
238
+ "backbone.qwen_model.model.language_model.layers.13.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
239
+ "backbone.qwen_model.model.language_model.layers.13.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
240
+ "backbone.qwen_model.model.language_model.layers.13.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
241
+ "backbone.qwen_model.model.language_model.layers.13.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
242
+ "backbone.qwen_model.model.language_model.layers.13.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
243
+ "backbone.qwen_model.model.language_model.layers.13.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
244
+ "backbone.qwen_model.model.language_model.layers.13.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
245
+ "backbone.qwen_model.model.language_model.layers.13.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
246
+ "backbone.qwen_model.model.language_model.layers.13.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
247
+ "backbone.qwen_model.model.language_model.layers.14.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
248
+ "backbone.qwen_model.model.language_model.layers.14.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
249
+ "backbone.qwen_model.model.language_model.layers.14.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
250
+ "backbone.qwen_model.model.language_model.layers.14.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
251
+ "backbone.qwen_model.model.language_model.layers.14.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
252
+ "backbone.qwen_model.model.language_model.layers.14.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
253
+ "backbone.qwen_model.model.language_model.layers.14.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
254
+ "backbone.qwen_model.model.language_model.layers.14.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
255
+ "backbone.qwen_model.model.language_model.layers.14.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
256
+ "backbone.qwen_model.model.language_model.layers.14.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
257
+ "backbone.qwen_model.model.language_model.layers.14.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
258
+ "backbone.qwen_model.model.language_model.layers.15.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
259
+ "backbone.qwen_model.model.language_model.layers.15.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
260
+ "backbone.qwen_model.model.language_model.layers.15.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
261
+ "backbone.qwen_model.model.language_model.layers.15.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
262
+ "backbone.qwen_model.model.language_model.layers.15.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
263
+ "backbone.qwen_model.model.language_model.layers.15.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
264
+ "backbone.qwen_model.model.language_model.layers.15.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
265
+ "backbone.qwen_model.model.language_model.layers.15.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
266
+ "backbone.qwen_model.model.language_model.layers.15.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
267
+ "backbone.qwen_model.model.language_model.layers.15.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
268
+ "backbone.qwen_model.model.language_model.layers.15.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
269
+ "backbone.qwen_model.model.language_model.layers.16.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
270
+ "backbone.qwen_model.model.language_model.layers.16.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
271
+ "backbone.qwen_model.model.language_model.layers.16.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
272
+ "backbone.qwen_model.model.language_model.layers.16.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
273
+ "backbone.qwen_model.model.language_model.layers.16.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
274
+ "backbone.qwen_model.model.language_model.layers.16.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
275
+ "backbone.qwen_model.model.language_model.layers.16.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
276
+ "backbone.qwen_model.model.language_model.layers.16.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
277
+ "backbone.qwen_model.model.language_model.layers.16.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
278
+ "backbone.qwen_model.model.language_model.layers.16.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
279
+ "backbone.qwen_model.model.language_model.layers.16.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
280
+ "backbone.qwen_model.model.language_model.layers.17.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
281
+ "backbone.qwen_model.model.language_model.layers.17.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
282
+ "backbone.qwen_model.model.language_model.layers.17.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
283
+ "backbone.qwen_model.model.language_model.layers.17.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
284
+ "backbone.qwen_model.model.language_model.layers.17.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
285
+ "backbone.qwen_model.model.language_model.layers.17.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
286
+ "backbone.qwen_model.model.language_model.layers.17.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
287
+ "backbone.qwen_model.model.language_model.layers.17.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
288
+ "backbone.qwen_model.model.language_model.layers.17.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
289
+ "backbone.qwen_model.model.language_model.layers.17.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
290
+ "backbone.qwen_model.model.language_model.layers.17.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
291
+ "backbone.qwen_model.model.language_model.layers.2.layer.input_layernorm.weight": "model-00001-of-00003.safetensors",
292
+ "backbone.qwen_model.model.language_model.layers.2.layer.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
293
+ "backbone.qwen_model.model.language_model.layers.2.layer.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
294
+ "backbone.qwen_model.model.language_model.layers.2.layer.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
295
+ "backbone.qwen_model.model.language_model.layers.2.layer.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
296
+ "backbone.qwen_model.model.language_model.layers.2.layer.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
297
+ "backbone.qwen_model.model.language_model.layers.2.layer.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
298
+ "backbone.qwen_model.model.language_model.layers.2.layer.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
299
+ "backbone.qwen_model.model.language_model.layers.2.layer.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
300
+ "backbone.qwen_model.model.language_model.layers.2.layer.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
301
+ "backbone.qwen_model.model.language_model.layers.2.layer.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
302
+ "backbone.qwen_model.model.language_model.layers.3.layer.input_layernorm.weight": "model-00001-of-00003.safetensors",
303
+ "backbone.qwen_model.model.language_model.layers.3.layer.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
304
+ "backbone.qwen_model.model.language_model.layers.3.layer.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
305
+ "backbone.qwen_model.model.language_model.layers.3.layer.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
306
+ "backbone.qwen_model.model.language_model.layers.3.layer.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
307
+ "backbone.qwen_model.model.language_model.layers.3.layer.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
308
+ "backbone.qwen_model.model.language_model.layers.3.layer.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
309
+ "backbone.qwen_model.model.language_model.layers.3.layer.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
310
+ "backbone.qwen_model.model.language_model.layers.3.layer.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
311
+ "backbone.qwen_model.model.language_model.layers.3.layer.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
312
+ "backbone.qwen_model.model.language_model.layers.3.layer.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
313
+ "backbone.qwen_model.model.language_model.layers.4.layer.input_layernorm.weight": "model-00001-of-00003.safetensors",
314
+ "backbone.qwen_model.model.language_model.layers.4.layer.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
315
+ "backbone.qwen_model.model.language_model.layers.4.layer.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
316
+ "backbone.qwen_model.model.language_model.layers.4.layer.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
317
+ "backbone.qwen_model.model.language_model.layers.4.layer.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
318
+ "backbone.qwen_model.model.language_model.layers.4.layer.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
319
+ "backbone.qwen_model.model.language_model.layers.4.layer.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
320
+ "backbone.qwen_model.model.language_model.layers.4.layer.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
321
+ "backbone.qwen_model.model.language_model.layers.4.layer.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
322
+ "backbone.qwen_model.model.language_model.layers.4.layer.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
323
+ "backbone.qwen_model.model.language_model.layers.4.layer.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
324
+ "backbone.qwen_model.model.language_model.layers.5.layer.input_layernorm.weight": "model-00001-of-00003.safetensors",
325
+ "backbone.qwen_model.model.language_model.layers.5.layer.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
326
+ "backbone.qwen_model.model.language_model.layers.5.layer.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
327
+ "backbone.qwen_model.model.language_model.layers.5.layer.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
328
+ "backbone.qwen_model.model.language_model.layers.5.layer.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
329
+ "backbone.qwen_model.model.language_model.layers.5.layer.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
330
+ "backbone.qwen_model.model.language_model.layers.5.layer.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
331
+ "backbone.qwen_model.model.language_model.layers.5.layer.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
332
+ "backbone.qwen_model.model.language_model.layers.5.layer.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
333
+ "backbone.qwen_model.model.language_model.layers.5.layer.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
334
+ "backbone.qwen_model.model.language_model.layers.5.layer.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
335
+ "backbone.qwen_model.model.language_model.layers.6.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
336
+ "backbone.qwen_model.model.language_model.layers.6.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
337
+ "backbone.qwen_model.model.language_model.layers.6.layer.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
338
+ "backbone.qwen_model.model.language_model.layers.6.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
339
+ "backbone.qwen_model.model.language_model.layers.6.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
340
+ "backbone.qwen_model.model.language_model.layers.6.layer.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
341
+ "backbone.qwen_model.model.language_model.layers.6.layer.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
342
+ "backbone.qwen_model.model.language_model.layers.6.layer.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
343
+ "backbone.qwen_model.model.language_model.layers.6.layer.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
344
+ "backbone.qwen_model.model.language_model.layers.6.layer.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
345
+ "backbone.qwen_model.model.language_model.layers.6.layer.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
346
+ "backbone.qwen_model.model.language_model.layers.7.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
347
+ "backbone.qwen_model.model.language_model.layers.7.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
348
+ "backbone.qwen_model.model.language_model.layers.7.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
349
+ "backbone.qwen_model.model.language_model.layers.7.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
350
+ "backbone.qwen_model.model.language_model.layers.7.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
351
+ "backbone.qwen_model.model.language_model.layers.7.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
352
+ "backbone.qwen_model.model.language_model.layers.7.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
353
+ "backbone.qwen_model.model.language_model.layers.7.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
354
+ "backbone.qwen_model.model.language_model.layers.7.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
355
+ "backbone.qwen_model.model.language_model.layers.7.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
356
+ "backbone.qwen_model.model.language_model.layers.7.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
357
+ "backbone.qwen_model.model.language_model.layers.8.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
358
+ "backbone.qwen_model.model.language_model.layers.8.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
359
+ "backbone.qwen_model.model.language_model.layers.8.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
360
+ "backbone.qwen_model.model.language_model.layers.8.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
361
+ "backbone.qwen_model.model.language_model.layers.8.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
362
+ "backbone.qwen_model.model.language_model.layers.8.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
363
+ "backbone.qwen_model.model.language_model.layers.8.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
364
+ "backbone.qwen_model.model.language_model.layers.8.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
365
+ "backbone.qwen_model.model.language_model.layers.8.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
366
+ "backbone.qwen_model.model.language_model.layers.8.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
367
+ "backbone.qwen_model.model.language_model.layers.8.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
368
+ "backbone.qwen_model.model.language_model.layers.9.layer.input_layernorm.weight": "model-00002-of-00003.safetensors",
369
+ "backbone.qwen_model.model.language_model.layers.9.layer.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
370
+ "backbone.qwen_model.model.language_model.layers.9.layer.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
371
+ "backbone.qwen_model.model.language_model.layers.9.layer.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
372
+ "backbone.qwen_model.model.language_model.layers.9.layer.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
373
+ "backbone.qwen_model.model.language_model.layers.9.layer.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
374
+ "backbone.qwen_model.model.language_model.layers.9.layer.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
375
+ "backbone.qwen_model.model.language_model.layers.9.layer.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
376
+ "backbone.qwen_model.model.language_model.layers.9.layer.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
377
+ "backbone.qwen_model.model.language_model.layers.9.layer.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
378
+ "backbone.qwen_model.model.language_model.layers.9.layer.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
379
+ "backbone.qwen_model.model.language_model.norm.weight": "model-00002-of-00003.safetensors",
380
+ "backbone.qwen_model.model.visual.blocks.0.attn.proj.bias": "model-00001-of-00003.safetensors",
381
+ "backbone.qwen_model.model.visual.blocks.0.attn.proj.weight": "model-00001-of-00003.safetensors",
382
+ "backbone.qwen_model.model.visual.blocks.0.attn.qkv.bias": "model-00001-of-00003.safetensors",
383
+ "backbone.qwen_model.model.visual.blocks.0.attn.qkv.weight": "model-00001-of-00003.safetensors",
384
+ "backbone.qwen_model.model.visual.blocks.0.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
385
+ "backbone.qwen_model.model.visual.blocks.0.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
386
+ "backbone.qwen_model.model.visual.blocks.0.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
387
+ "backbone.qwen_model.model.visual.blocks.0.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
388
+ "backbone.qwen_model.model.visual.blocks.0.norm1.bias": "model-00001-of-00003.safetensors",
389
+ "backbone.qwen_model.model.visual.blocks.0.norm1.weight": "model-00001-of-00003.safetensors",
390
+ "backbone.qwen_model.model.visual.blocks.0.norm2.bias": "model-00001-of-00003.safetensors",
391
+ "backbone.qwen_model.model.visual.blocks.0.norm2.weight": "model-00001-of-00003.safetensors",
392
+ "backbone.qwen_model.model.visual.blocks.1.attn.proj.bias": "model-00001-of-00003.safetensors",
393
+ "backbone.qwen_model.model.visual.blocks.1.attn.proj.weight": "model-00001-of-00003.safetensors",
394
+ "backbone.qwen_model.model.visual.blocks.1.attn.qkv.bias": "model-00001-of-00003.safetensors",
395
+ "backbone.qwen_model.model.visual.blocks.1.attn.qkv.weight": "model-00001-of-00003.safetensors",
396
+ "backbone.qwen_model.model.visual.blocks.1.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
397
+ "backbone.qwen_model.model.visual.blocks.1.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
398
+ "backbone.qwen_model.model.visual.blocks.1.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
399
+ "backbone.qwen_model.model.visual.blocks.1.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
400
+ "backbone.qwen_model.model.visual.blocks.1.norm1.bias": "model-00001-of-00003.safetensors",
401
+ "backbone.qwen_model.model.visual.blocks.1.norm1.weight": "model-00001-of-00003.safetensors",
402
+ "backbone.qwen_model.model.visual.blocks.1.norm2.bias": "model-00001-of-00003.safetensors",
403
+ "backbone.qwen_model.model.visual.blocks.1.norm2.weight": "model-00001-of-00003.safetensors",
404
+ "backbone.qwen_model.model.visual.blocks.10.attn.proj.bias": "model-00001-of-00003.safetensors",
405
+ "backbone.qwen_model.model.visual.blocks.10.attn.proj.weight": "model-00001-of-00003.safetensors",
406
+ "backbone.qwen_model.model.visual.blocks.10.attn.qkv.bias": "model-00001-of-00003.safetensors",
407
+ "backbone.qwen_model.model.visual.blocks.10.attn.qkv.weight": "model-00001-of-00003.safetensors",
408
+ "backbone.qwen_model.model.visual.blocks.10.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
409
+ "backbone.qwen_model.model.visual.blocks.10.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
410
+ "backbone.qwen_model.model.visual.blocks.10.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
411
+ "backbone.qwen_model.model.visual.blocks.10.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
412
+ "backbone.qwen_model.model.visual.blocks.10.norm1.bias": "model-00001-of-00003.safetensors",
413
+ "backbone.qwen_model.model.visual.blocks.10.norm1.weight": "model-00001-of-00003.safetensors",
414
+ "backbone.qwen_model.model.visual.blocks.10.norm2.bias": "model-00001-of-00003.safetensors",
415
+ "backbone.qwen_model.model.visual.blocks.10.norm2.weight": "model-00001-of-00003.safetensors",
416
+ "backbone.qwen_model.model.visual.blocks.11.attn.proj.bias": "model-00001-of-00003.safetensors",
417
+ "backbone.qwen_model.model.visual.blocks.11.attn.proj.weight": "model-00001-of-00003.safetensors",
418
+ "backbone.qwen_model.model.visual.blocks.11.attn.qkv.bias": "model-00001-of-00003.safetensors",
419
+ "backbone.qwen_model.model.visual.blocks.11.attn.qkv.weight": "model-00001-of-00003.safetensors",
420
+ "backbone.qwen_model.model.visual.blocks.11.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
421
+ "backbone.qwen_model.model.visual.blocks.11.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
422
+ "backbone.qwen_model.model.visual.blocks.11.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
423
+ "backbone.qwen_model.model.visual.blocks.11.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
424
+ "backbone.qwen_model.model.visual.blocks.11.norm1.bias": "model-00001-of-00003.safetensors",
425
+ "backbone.qwen_model.model.visual.blocks.11.norm1.weight": "model-00001-of-00003.safetensors",
426
+ "backbone.qwen_model.model.visual.blocks.11.norm2.bias": "model-00001-of-00003.safetensors",
427
+ "backbone.qwen_model.model.visual.blocks.11.norm2.weight": "model-00001-of-00003.safetensors",
428
+ "backbone.qwen_model.model.visual.blocks.12.attn.proj.bias": "model-00001-of-00003.safetensors",
429
+ "backbone.qwen_model.model.visual.blocks.12.attn.proj.weight": "model-00001-of-00003.safetensors",
430
+ "backbone.qwen_model.model.visual.blocks.12.attn.qkv.bias": "model-00001-of-00003.safetensors",
431
+ "backbone.qwen_model.model.visual.blocks.12.attn.qkv.weight": "model-00001-of-00003.safetensors",
432
+ "backbone.qwen_model.model.visual.blocks.12.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
433
+ "backbone.qwen_model.model.visual.blocks.12.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
434
+ "backbone.qwen_model.model.visual.blocks.12.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
435
+ "backbone.qwen_model.model.visual.blocks.12.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
436
+ "backbone.qwen_model.model.visual.blocks.12.norm1.bias": "model-00001-of-00003.safetensors",
437
+ "backbone.qwen_model.model.visual.blocks.12.norm1.weight": "model-00001-of-00003.safetensors",
438
+ "backbone.qwen_model.model.visual.blocks.12.norm2.bias": "model-00001-of-00003.safetensors",
439
+ "backbone.qwen_model.model.visual.blocks.12.norm2.weight": "model-00001-of-00003.safetensors",
440
+ "backbone.qwen_model.model.visual.blocks.13.attn.proj.bias": "model-00001-of-00003.safetensors",
441
+ "backbone.qwen_model.model.visual.blocks.13.attn.proj.weight": "model-00001-of-00003.safetensors",
442
+ "backbone.qwen_model.model.visual.blocks.13.attn.qkv.bias": "model-00001-of-00003.safetensors",
443
+ "backbone.qwen_model.model.visual.blocks.13.attn.qkv.weight": "model-00001-of-00003.safetensors",
444
+ "backbone.qwen_model.model.visual.blocks.13.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
445
+ "backbone.qwen_model.model.visual.blocks.13.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
446
+ "backbone.qwen_model.model.visual.blocks.13.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
447
+ "backbone.qwen_model.model.visual.blocks.13.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
448
+ "backbone.qwen_model.model.visual.blocks.13.norm1.bias": "model-00001-of-00003.safetensors",
449
+ "backbone.qwen_model.model.visual.blocks.13.norm1.weight": "model-00001-of-00003.safetensors",
450
+ "backbone.qwen_model.model.visual.blocks.13.norm2.bias": "model-00001-of-00003.safetensors",
451
+ "backbone.qwen_model.model.visual.blocks.13.norm2.weight": "model-00001-of-00003.safetensors",
452
+ "backbone.qwen_model.model.visual.blocks.14.attn.proj.bias": "model-00001-of-00003.safetensors",
453
+ "backbone.qwen_model.model.visual.blocks.14.attn.proj.weight": "model-00001-of-00003.safetensors",
454
+ "backbone.qwen_model.model.visual.blocks.14.attn.qkv.bias": "model-00001-of-00003.safetensors",
455
+ "backbone.qwen_model.model.visual.blocks.14.attn.qkv.weight": "model-00001-of-00003.safetensors",
456
+ "backbone.qwen_model.model.visual.blocks.14.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
457
+ "backbone.qwen_model.model.visual.blocks.14.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
458
+ "backbone.qwen_model.model.visual.blocks.14.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
459
+ "backbone.qwen_model.model.visual.blocks.14.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
460
+ "backbone.qwen_model.model.visual.blocks.14.norm1.bias": "model-00001-of-00003.safetensors",
461
+ "backbone.qwen_model.model.visual.blocks.14.norm1.weight": "model-00001-of-00003.safetensors",
462
+ "backbone.qwen_model.model.visual.blocks.14.norm2.bias": "model-00001-of-00003.safetensors",
463
+ "backbone.qwen_model.model.visual.blocks.14.norm2.weight": "model-00001-of-00003.safetensors",
464
+ "backbone.qwen_model.model.visual.blocks.15.attn.proj.bias": "model-00001-of-00003.safetensors",
465
+ "backbone.qwen_model.model.visual.blocks.15.attn.proj.weight": "model-00001-of-00003.safetensors",
466
+ "backbone.qwen_model.model.visual.blocks.15.attn.qkv.bias": "model-00001-of-00003.safetensors",
467
+ "backbone.qwen_model.model.visual.blocks.15.attn.qkv.weight": "model-00001-of-00003.safetensors",
468
+ "backbone.qwen_model.model.visual.blocks.15.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
469
+ "backbone.qwen_model.model.visual.blocks.15.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
470
+ "backbone.qwen_model.model.visual.blocks.15.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
471
+ "backbone.qwen_model.model.visual.blocks.15.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
472
+ "backbone.qwen_model.model.visual.blocks.15.norm1.bias": "model-00001-of-00003.safetensors",
473
+ "backbone.qwen_model.model.visual.blocks.15.norm1.weight": "model-00001-of-00003.safetensors",
474
+ "backbone.qwen_model.model.visual.blocks.15.norm2.bias": "model-00001-of-00003.safetensors",
475
+ "backbone.qwen_model.model.visual.blocks.15.norm2.weight": "model-00001-of-00003.safetensors",
476
+ "backbone.qwen_model.model.visual.blocks.16.attn.proj.bias": "model-00001-of-00003.safetensors",
477
+ "backbone.qwen_model.model.visual.blocks.16.attn.proj.weight": "model-00001-of-00003.safetensors",
478
+ "backbone.qwen_model.model.visual.blocks.16.attn.qkv.bias": "model-00001-of-00003.safetensors",
479
+ "backbone.qwen_model.model.visual.blocks.16.attn.qkv.weight": "model-00001-of-00003.safetensors",
480
+ "backbone.qwen_model.model.visual.blocks.16.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
481
+ "backbone.qwen_model.model.visual.blocks.16.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
482
+ "backbone.qwen_model.model.visual.blocks.16.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
483
+ "backbone.qwen_model.model.visual.blocks.16.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
484
+ "backbone.qwen_model.model.visual.blocks.16.norm1.bias": "model-00001-of-00003.safetensors",
485
+ "backbone.qwen_model.model.visual.blocks.16.norm1.weight": "model-00001-of-00003.safetensors",
486
+ "backbone.qwen_model.model.visual.blocks.16.norm2.bias": "model-00001-of-00003.safetensors",
487
+ "backbone.qwen_model.model.visual.blocks.16.norm2.weight": "model-00001-of-00003.safetensors",
488
+ "backbone.qwen_model.model.visual.blocks.17.attn.proj.bias": "model-00001-of-00003.safetensors",
489
+ "backbone.qwen_model.model.visual.blocks.17.attn.proj.weight": "model-00001-of-00003.safetensors",
490
+ "backbone.qwen_model.model.visual.blocks.17.attn.qkv.bias": "model-00001-of-00003.safetensors",
491
+ "backbone.qwen_model.model.visual.blocks.17.attn.qkv.weight": "model-00001-of-00003.safetensors",
492
+ "backbone.qwen_model.model.visual.blocks.17.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
493
+ "backbone.qwen_model.model.visual.blocks.17.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
494
+ "backbone.qwen_model.model.visual.blocks.17.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
495
+ "backbone.qwen_model.model.visual.blocks.17.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
496
+ "backbone.qwen_model.model.visual.blocks.17.norm1.bias": "model-00001-of-00003.safetensors",
497
+ "backbone.qwen_model.model.visual.blocks.17.norm1.weight": "model-00001-of-00003.safetensors",
498
+ "backbone.qwen_model.model.visual.blocks.17.norm2.bias": "model-00001-of-00003.safetensors",
499
+ "backbone.qwen_model.model.visual.blocks.17.norm2.weight": "model-00001-of-00003.safetensors",
500
+ "backbone.qwen_model.model.visual.blocks.18.attn.proj.bias": "model-00001-of-00003.safetensors",
501
+ "backbone.qwen_model.model.visual.blocks.18.attn.proj.weight": "model-00001-of-00003.safetensors",
502
+ "backbone.qwen_model.model.visual.blocks.18.attn.qkv.bias": "model-00001-of-00003.safetensors",
503
+ "backbone.qwen_model.model.visual.blocks.18.attn.qkv.weight": "model-00001-of-00003.safetensors",
504
+ "backbone.qwen_model.model.visual.blocks.18.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
505
+ "backbone.qwen_model.model.visual.blocks.18.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
506
+ "backbone.qwen_model.model.visual.blocks.18.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
507
+ "backbone.qwen_model.model.visual.blocks.18.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
508
+ "backbone.qwen_model.model.visual.blocks.18.norm1.bias": "model-00001-of-00003.safetensors",
509
+ "backbone.qwen_model.model.visual.blocks.18.norm1.weight": "model-00001-of-00003.safetensors",
510
+ "backbone.qwen_model.model.visual.blocks.18.norm2.bias": "model-00001-of-00003.safetensors",
511
+ "backbone.qwen_model.model.visual.blocks.18.norm2.weight": "model-00001-of-00003.safetensors",
512
+ "backbone.qwen_model.model.visual.blocks.19.attn.proj.bias": "model-00001-of-00003.safetensors",
513
+ "backbone.qwen_model.model.visual.blocks.19.attn.proj.weight": "model-00001-of-00003.safetensors",
514
+ "backbone.qwen_model.model.visual.blocks.19.attn.qkv.bias": "model-00001-of-00003.safetensors",
515
+ "backbone.qwen_model.model.visual.blocks.19.attn.qkv.weight": "model-00001-of-00003.safetensors",
516
+ "backbone.qwen_model.model.visual.blocks.19.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
517
+ "backbone.qwen_model.model.visual.blocks.19.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
518
+ "backbone.qwen_model.model.visual.blocks.19.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
519
+ "backbone.qwen_model.model.visual.blocks.19.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
520
+ "backbone.qwen_model.model.visual.blocks.19.norm1.bias": "model-00001-of-00003.safetensors",
521
+ "backbone.qwen_model.model.visual.blocks.19.norm1.weight": "model-00001-of-00003.safetensors",
522
+ "backbone.qwen_model.model.visual.blocks.19.norm2.bias": "model-00001-of-00003.safetensors",
523
+ "backbone.qwen_model.model.visual.blocks.19.norm2.weight": "model-00001-of-00003.safetensors",
524
+ "backbone.qwen_model.model.visual.blocks.2.attn.proj.bias": "model-00001-of-00003.safetensors",
525
+ "backbone.qwen_model.model.visual.blocks.2.attn.proj.weight": "model-00001-of-00003.safetensors",
526
+ "backbone.qwen_model.model.visual.blocks.2.attn.qkv.bias": "model-00001-of-00003.safetensors",
527
+ "backbone.qwen_model.model.visual.blocks.2.attn.qkv.weight": "model-00001-of-00003.safetensors",
528
+ "backbone.qwen_model.model.visual.blocks.2.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
529
+ "backbone.qwen_model.model.visual.blocks.2.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
530
+ "backbone.qwen_model.model.visual.blocks.2.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
531
+ "backbone.qwen_model.model.visual.blocks.2.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
532
+ "backbone.qwen_model.model.visual.blocks.2.norm1.bias": "model-00001-of-00003.safetensors",
533
+ "backbone.qwen_model.model.visual.blocks.2.norm1.weight": "model-00001-of-00003.safetensors",
534
+ "backbone.qwen_model.model.visual.blocks.2.norm2.bias": "model-00001-of-00003.safetensors",
535
+ "backbone.qwen_model.model.visual.blocks.2.norm2.weight": "model-00001-of-00003.safetensors",
536
+ "backbone.qwen_model.model.visual.blocks.20.attn.proj.bias": "model-00001-of-00003.safetensors",
537
+ "backbone.qwen_model.model.visual.blocks.20.attn.proj.weight": "model-00001-of-00003.safetensors",
538
+ "backbone.qwen_model.model.visual.blocks.20.attn.qkv.bias": "model-00001-of-00003.safetensors",
539
+ "backbone.qwen_model.model.visual.blocks.20.attn.qkv.weight": "model-00001-of-00003.safetensors",
540
+ "backbone.qwen_model.model.visual.blocks.20.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
541
+ "backbone.qwen_model.model.visual.blocks.20.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
542
+ "backbone.qwen_model.model.visual.blocks.20.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
543
+ "backbone.qwen_model.model.visual.blocks.20.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
544
+ "backbone.qwen_model.model.visual.blocks.20.norm1.bias": "model-00001-of-00003.safetensors",
545
+ "backbone.qwen_model.model.visual.blocks.20.norm1.weight": "model-00001-of-00003.safetensors",
546
+ "backbone.qwen_model.model.visual.blocks.20.norm2.bias": "model-00001-of-00003.safetensors",
547
+ "backbone.qwen_model.model.visual.blocks.20.norm2.weight": "model-00001-of-00003.safetensors",
548
+ "backbone.qwen_model.model.visual.blocks.21.attn.proj.bias": "model-00001-of-00003.safetensors",
549
+ "backbone.qwen_model.model.visual.blocks.21.attn.proj.weight": "model-00001-of-00003.safetensors",
550
+ "backbone.qwen_model.model.visual.blocks.21.attn.qkv.bias": "model-00001-of-00003.safetensors",
551
+ "backbone.qwen_model.model.visual.blocks.21.attn.qkv.weight": "model-00001-of-00003.safetensors",
552
+ "backbone.qwen_model.model.visual.blocks.21.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
553
+ "backbone.qwen_model.model.visual.blocks.21.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
554
+ "backbone.qwen_model.model.visual.blocks.21.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
555
+ "backbone.qwen_model.model.visual.blocks.21.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
556
+ "backbone.qwen_model.model.visual.blocks.21.norm1.bias": "model-00001-of-00003.safetensors",
557
+ "backbone.qwen_model.model.visual.blocks.21.norm1.weight": "model-00001-of-00003.safetensors",
558
+ "backbone.qwen_model.model.visual.blocks.21.norm2.bias": "model-00001-of-00003.safetensors",
559
+ "backbone.qwen_model.model.visual.blocks.21.norm2.weight": "model-00001-of-00003.safetensors",
560
+ "backbone.qwen_model.model.visual.blocks.22.attn.proj.bias": "model-00001-of-00003.safetensors",
561
+ "backbone.qwen_model.model.visual.blocks.22.attn.proj.weight": "model-00001-of-00003.safetensors",
562
+ "backbone.qwen_model.model.visual.blocks.22.attn.qkv.bias": "model-00001-of-00003.safetensors",
563
+ "backbone.qwen_model.model.visual.blocks.22.attn.qkv.weight": "model-00001-of-00003.safetensors",
564
+ "backbone.qwen_model.model.visual.blocks.22.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
565
+ "backbone.qwen_model.model.visual.blocks.22.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
566
+ "backbone.qwen_model.model.visual.blocks.22.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
567
+ "backbone.qwen_model.model.visual.blocks.22.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
568
+ "backbone.qwen_model.model.visual.blocks.22.norm1.bias": "model-00001-of-00003.safetensors",
569
+ "backbone.qwen_model.model.visual.blocks.22.norm1.weight": "model-00001-of-00003.safetensors",
570
+ "backbone.qwen_model.model.visual.blocks.22.norm2.bias": "model-00001-of-00003.safetensors",
571
+ "backbone.qwen_model.model.visual.blocks.22.norm2.weight": "model-00001-of-00003.safetensors",
572
+ "backbone.qwen_model.model.visual.blocks.23.attn.proj.bias": "model-00001-of-00003.safetensors",
573
+ "backbone.qwen_model.model.visual.blocks.23.attn.proj.weight": "model-00001-of-00003.safetensors",
574
+ "backbone.qwen_model.model.visual.blocks.23.attn.qkv.bias": "model-00001-of-00003.safetensors",
575
+ "backbone.qwen_model.model.visual.blocks.23.attn.qkv.weight": "model-00001-of-00003.safetensors",
576
+ "backbone.qwen_model.model.visual.blocks.23.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
577
+ "backbone.qwen_model.model.visual.blocks.23.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
578
+ "backbone.qwen_model.model.visual.blocks.23.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
579
+ "backbone.qwen_model.model.visual.blocks.23.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
580
+ "backbone.qwen_model.model.visual.blocks.23.norm1.bias": "model-00001-of-00003.safetensors",
581
+ "backbone.qwen_model.model.visual.blocks.23.norm1.weight": "model-00001-of-00003.safetensors",
582
+ "backbone.qwen_model.model.visual.blocks.23.norm2.bias": "model-00001-of-00003.safetensors",
583
+ "backbone.qwen_model.model.visual.blocks.23.norm2.weight": "model-00001-of-00003.safetensors",
584
+ "backbone.qwen_model.model.visual.blocks.24.attn.proj.bias": "model-00001-of-00003.safetensors",
585
+ "backbone.qwen_model.model.visual.blocks.24.attn.proj.weight": "model-00001-of-00003.safetensors",
586
+ "backbone.qwen_model.model.visual.blocks.24.attn.qkv.bias": "model-00001-of-00003.safetensors",
587
+ "backbone.qwen_model.model.visual.blocks.24.attn.qkv.weight": "model-00001-of-00003.safetensors",
588
+ "backbone.qwen_model.model.visual.blocks.24.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
589
+ "backbone.qwen_model.model.visual.blocks.24.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
590
+ "backbone.qwen_model.model.visual.blocks.24.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
591
+ "backbone.qwen_model.model.visual.blocks.24.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
592
+ "backbone.qwen_model.model.visual.blocks.24.norm1.bias": "model-00001-of-00003.safetensors",
593
+ "backbone.qwen_model.model.visual.blocks.24.norm1.weight": "model-00001-of-00003.safetensors",
594
+ "backbone.qwen_model.model.visual.blocks.24.norm2.bias": "model-00001-of-00003.safetensors",
595
+ "backbone.qwen_model.model.visual.blocks.24.norm2.weight": "model-00001-of-00003.safetensors",
596
+ "backbone.qwen_model.model.visual.blocks.25.attn.proj.bias": "model-00001-of-00003.safetensors",
597
+ "backbone.qwen_model.model.visual.blocks.25.attn.proj.weight": "model-00001-of-00003.safetensors",
598
+ "backbone.qwen_model.model.visual.blocks.25.attn.qkv.bias": "model-00001-of-00003.safetensors",
599
+ "backbone.qwen_model.model.visual.blocks.25.attn.qkv.weight": "model-00001-of-00003.safetensors",
600
+ "backbone.qwen_model.model.visual.blocks.25.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
601
+ "backbone.qwen_model.model.visual.blocks.25.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
602
+ "backbone.qwen_model.model.visual.blocks.25.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
603
+ "backbone.qwen_model.model.visual.blocks.25.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
604
+ "backbone.qwen_model.model.visual.blocks.25.norm1.bias": "model-00001-of-00003.safetensors",
605
+ "backbone.qwen_model.model.visual.blocks.25.norm1.weight": "model-00001-of-00003.safetensors",
606
+ "backbone.qwen_model.model.visual.blocks.25.norm2.bias": "model-00001-of-00003.safetensors",
607
+ "backbone.qwen_model.model.visual.blocks.25.norm2.weight": "model-00001-of-00003.safetensors",
608
+ "backbone.qwen_model.model.visual.blocks.26.attn.proj.bias": "model-00001-of-00003.safetensors",
609
+ "backbone.qwen_model.model.visual.blocks.26.attn.proj.weight": "model-00001-of-00003.safetensors",
610
+ "backbone.qwen_model.model.visual.blocks.26.attn.qkv.bias": "model-00001-of-00003.safetensors",
611
+ "backbone.qwen_model.model.visual.blocks.26.attn.qkv.weight": "model-00001-of-00003.safetensors",
612
+ "backbone.qwen_model.model.visual.blocks.26.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
613
+ "backbone.qwen_model.model.visual.blocks.26.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
614
+ "backbone.qwen_model.model.visual.blocks.26.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
615
+ "backbone.qwen_model.model.visual.blocks.26.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
616
+ "backbone.qwen_model.model.visual.blocks.26.norm1.bias": "model-00001-of-00003.safetensors",
617
+ "backbone.qwen_model.model.visual.blocks.26.norm1.weight": "model-00001-of-00003.safetensors",
618
+ "backbone.qwen_model.model.visual.blocks.26.norm2.bias": "model-00001-of-00003.safetensors",
619
+ "backbone.qwen_model.model.visual.blocks.26.norm2.weight": "model-00001-of-00003.safetensors",
620
+ "backbone.qwen_model.model.visual.blocks.3.attn.proj.bias": "model-00001-of-00003.safetensors",
621
+ "backbone.qwen_model.model.visual.blocks.3.attn.proj.weight": "model-00001-of-00003.safetensors",
622
+ "backbone.qwen_model.model.visual.blocks.3.attn.qkv.bias": "model-00001-of-00003.safetensors",
623
+ "backbone.qwen_model.model.visual.blocks.3.attn.qkv.weight": "model-00001-of-00003.safetensors",
624
+ "backbone.qwen_model.model.visual.blocks.3.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
625
+ "backbone.qwen_model.model.visual.blocks.3.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
626
+ "backbone.qwen_model.model.visual.blocks.3.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
627
+ "backbone.qwen_model.model.visual.blocks.3.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
628
+ "backbone.qwen_model.model.visual.blocks.3.norm1.bias": "model-00001-of-00003.safetensors",
629
+ "backbone.qwen_model.model.visual.blocks.3.norm1.weight": "model-00001-of-00003.safetensors",
630
+ "backbone.qwen_model.model.visual.blocks.3.norm2.bias": "model-00001-of-00003.safetensors",
631
+ "backbone.qwen_model.model.visual.blocks.3.norm2.weight": "model-00001-of-00003.safetensors",
632
+ "backbone.qwen_model.model.visual.blocks.4.attn.proj.bias": "model-00001-of-00003.safetensors",
633
+ "backbone.qwen_model.model.visual.blocks.4.attn.proj.weight": "model-00001-of-00003.safetensors",
634
+ "backbone.qwen_model.model.visual.blocks.4.attn.qkv.bias": "model-00001-of-00003.safetensors",
635
+ "backbone.qwen_model.model.visual.blocks.4.attn.qkv.weight": "model-00001-of-00003.safetensors",
636
+ "backbone.qwen_model.model.visual.blocks.4.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
637
+ "backbone.qwen_model.model.visual.blocks.4.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
638
+ "backbone.qwen_model.model.visual.blocks.4.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
639
+ "backbone.qwen_model.model.visual.blocks.4.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
640
+ "backbone.qwen_model.model.visual.blocks.4.norm1.bias": "model-00001-of-00003.safetensors",
641
+ "backbone.qwen_model.model.visual.blocks.4.norm1.weight": "model-00001-of-00003.safetensors",
642
+ "backbone.qwen_model.model.visual.blocks.4.norm2.bias": "model-00001-of-00003.safetensors",
643
+ "backbone.qwen_model.model.visual.blocks.4.norm2.weight": "model-00001-of-00003.safetensors",
644
+ "backbone.qwen_model.model.visual.blocks.5.attn.proj.bias": "model-00001-of-00003.safetensors",
645
+ "backbone.qwen_model.model.visual.blocks.5.attn.proj.weight": "model-00001-of-00003.safetensors",
646
+ "backbone.qwen_model.model.visual.blocks.5.attn.qkv.bias": "model-00001-of-00003.safetensors",
647
+ "backbone.qwen_model.model.visual.blocks.5.attn.qkv.weight": "model-00001-of-00003.safetensors",
648
+ "backbone.qwen_model.model.visual.blocks.5.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
649
+ "backbone.qwen_model.model.visual.blocks.5.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
650
+ "backbone.qwen_model.model.visual.blocks.5.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
651
+ "backbone.qwen_model.model.visual.blocks.5.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
652
+ "backbone.qwen_model.model.visual.blocks.5.norm1.bias": "model-00001-of-00003.safetensors",
653
+ "backbone.qwen_model.model.visual.blocks.5.norm1.weight": "model-00001-of-00003.safetensors",
654
+ "backbone.qwen_model.model.visual.blocks.5.norm2.bias": "model-00001-of-00003.safetensors",
655
+ "backbone.qwen_model.model.visual.blocks.5.norm2.weight": "model-00001-of-00003.safetensors",
656
+ "backbone.qwen_model.model.visual.blocks.6.attn.proj.bias": "model-00001-of-00003.safetensors",
657
+ "backbone.qwen_model.model.visual.blocks.6.attn.proj.weight": "model-00001-of-00003.safetensors",
658
+ "backbone.qwen_model.model.visual.blocks.6.attn.qkv.bias": "model-00001-of-00003.safetensors",
659
+ "backbone.qwen_model.model.visual.blocks.6.attn.qkv.weight": "model-00001-of-00003.safetensors",
660
+ "backbone.qwen_model.model.visual.blocks.6.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
661
+ "backbone.qwen_model.model.visual.blocks.6.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
662
+ "backbone.qwen_model.model.visual.blocks.6.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
663
+ "backbone.qwen_model.model.visual.blocks.6.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
664
+ "backbone.qwen_model.model.visual.blocks.6.norm1.bias": "model-00001-of-00003.safetensors",
665
+ "backbone.qwen_model.model.visual.blocks.6.norm1.weight": "model-00001-of-00003.safetensors",
666
+ "backbone.qwen_model.model.visual.blocks.6.norm2.bias": "model-00001-of-00003.safetensors",
667
+ "backbone.qwen_model.model.visual.blocks.6.norm2.weight": "model-00001-of-00003.safetensors",
668
+ "backbone.qwen_model.model.visual.blocks.7.attn.proj.bias": "model-00001-of-00003.safetensors",
669
+ "backbone.qwen_model.model.visual.blocks.7.attn.proj.weight": "model-00001-of-00003.safetensors",
670
+ "backbone.qwen_model.model.visual.blocks.7.attn.qkv.bias": "model-00001-of-00003.safetensors",
671
+ "backbone.qwen_model.model.visual.blocks.7.attn.qkv.weight": "model-00001-of-00003.safetensors",
672
+ "backbone.qwen_model.model.visual.blocks.7.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
673
+ "backbone.qwen_model.model.visual.blocks.7.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
674
+ "backbone.qwen_model.model.visual.blocks.7.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
675
+ "backbone.qwen_model.model.visual.blocks.7.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
676
+ "backbone.qwen_model.model.visual.blocks.7.norm1.bias": "model-00001-of-00003.safetensors",
677
+ "backbone.qwen_model.model.visual.blocks.7.norm1.weight": "model-00001-of-00003.safetensors",
678
+ "backbone.qwen_model.model.visual.blocks.7.norm2.bias": "model-00001-of-00003.safetensors",
679
+ "backbone.qwen_model.model.visual.blocks.7.norm2.weight": "model-00001-of-00003.safetensors",
680
+ "backbone.qwen_model.model.visual.blocks.8.attn.proj.bias": "model-00001-of-00003.safetensors",
681
+ "backbone.qwen_model.model.visual.blocks.8.attn.proj.weight": "model-00001-of-00003.safetensors",
682
+ "backbone.qwen_model.model.visual.blocks.8.attn.qkv.bias": "model-00001-of-00003.safetensors",
683
+ "backbone.qwen_model.model.visual.blocks.8.attn.qkv.weight": "model-00001-of-00003.safetensors",
684
+ "backbone.qwen_model.model.visual.blocks.8.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
685
+ "backbone.qwen_model.model.visual.blocks.8.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
686
+ "backbone.qwen_model.model.visual.blocks.8.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
687
+ "backbone.qwen_model.model.visual.blocks.8.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
688
+ "backbone.qwen_model.model.visual.blocks.8.norm1.bias": "model-00001-of-00003.safetensors",
689
+ "backbone.qwen_model.model.visual.blocks.8.norm1.weight": "model-00001-of-00003.safetensors",
690
+ "backbone.qwen_model.model.visual.blocks.8.norm2.bias": "model-00001-of-00003.safetensors",
691
+ "backbone.qwen_model.model.visual.blocks.8.norm2.weight": "model-00001-of-00003.safetensors",
692
+ "backbone.qwen_model.model.visual.blocks.9.attn.proj.bias": "model-00001-of-00003.safetensors",
693
+ "backbone.qwen_model.model.visual.blocks.9.attn.proj.weight": "model-00001-of-00003.safetensors",
694
+ "backbone.qwen_model.model.visual.blocks.9.attn.qkv.bias": "model-00001-of-00003.safetensors",
695
+ "backbone.qwen_model.model.visual.blocks.9.attn.qkv.weight": "model-00001-of-00003.safetensors",
696
+ "backbone.qwen_model.model.visual.blocks.9.mlp.linear_fc1.bias": "model-00001-of-00003.safetensors",
697
+ "backbone.qwen_model.model.visual.blocks.9.mlp.linear_fc1.weight": "model-00001-of-00003.safetensors",
698
+ "backbone.qwen_model.model.visual.blocks.9.mlp.linear_fc2.bias": "model-00001-of-00003.safetensors",
699
+ "backbone.qwen_model.model.visual.blocks.9.mlp.linear_fc2.weight": "model-00001-of-00003.safetensors",
700
+ "backbone.qwen_model.model.visual.blocks.9.norm1.bias": "model-00001-of-00003.safetensors",
701
+ "backbone.qwen_model.model.visual.blocks.9.norm1.weight": "model-00001-of-00003.safetensors",
702
+ "backbone.qwen_model.model.visual.blocks.9.norm2.bias": "model-00001-of-00003.safetensors",
703
+ "backbone.qwen_model.model.visual.blocks.9.norm2.weight": "model-00001-of-00003.safetensors",
704
+ "backbone.qwen_model.model.visual.deepstack_merger_list.0.linear_fc1.bias": "model-00001-of-00003.safetensors",
705
+ "backbone.qwen_model.model.visual.deepstack_merger_list.0.linear_fc1.weight": "model-00001-of-00003.safetensors",
706
+ "backbone.qwen_model.model.visual.deepstack_merger_list.0.linear_fc2.bias": "model-00001-of-00003.safetensors",
707
+ "backbone.qwen_model.model.visual.deepstack_merger_list.0.linear_fc2.weight": "model-00001-of-00003.safetensors",
708
+ "backbone.qwen_model.model.visual.deepstack_merger_list.0.norm.bias": "model-00001-of-00003.safetensors",
709
+ "backbone.qwen_model.model.visual.deepstack_merger_list.0.norm.weight": "model-00001-of-00003.safetensors",
710
+ "backbone.qwen_model.model.visual.deepstack_merger_list.1.linear_fc1.bias": "model-00001-of-00003.safetensors",
711
+ "backbone.qwen_model.model.visual.deepstack_merger_list.1.linear_fc1.weight": "model-00001-of-00003.safetensors",
712
+ "backbone.qwen_model.model.visual.deepstack_merger_list.1.linear_fc2.bias": "model-00001-of-00003.safetensors",
713
+ "backbone.qwen_model.model.visual.deepstack_merger_list.1.linear_fc2.weight": "model-00001-of-00003.safetensors",
714
+ "backbone.qwen_model.model.visual.deepstack_merger_list.1.norm.bias": "model-00001-of-00003.safetensors",
715
+ "backbone.qwen_model.model.visual.deepstack_merger_list.1.norm.weight": "model-00001-of-00003.safetensors",
716
+ "backbone.qwen_model.model.visual.deepstack_merger_list.2.linear_fc1.bias": "model-00001-of-00003.safetensors",
717
+ "backbone.qwen_model.model.visual.deepstack_merger_list.2.linear_fc1.weight": "model-00001-of-00003.safetensors",
718
+ "backbone.qwen_model.model.visual.deepstack_merger_list.2.linear_fc2.bias": "model-00001-of-00003.safetensors",
719
+ "backbone.qwen_model.model.visual.deepstack_merger_list.2.linear_fc2.weight": "model-00001-of-00003.safetensors",
720
+ "backbone.qwen_model.model.visual.deepstack_merger_list.2.norm.bias": "model-00001-of-00003.safetensors",
721
+ "backbone.qwen_model.model.visual.deepstack_merger_list.2.norm.weight": "model-00001-of-00003.safetensors",
722
+ "backbone.qwen_model.model.visual.merger.linear_fc1.bias": "model-00001-of-00003.safetensors",
723
+ "backbone.qwen_model.model.visual.merger.linear_fc1.weight": "model-00001-of-00003.safetensors",
724
+ "backbone.qwen_model.model.visual.merger.linear_fc2.bias": "model-00001-of-00003.safetensors",
725
+ "backbone.qwen_model.model.visual.merger.linear_fc2.weight": "model-00001-of-00003.safetensors",
726
+ "backbone.qwen_model.model.visual.merger.norm.bias": "model-00001-of-00003.safetensors",
727
+ "backbone.qwen_model.model.visual.merger.norm.weight": "model-00001-of-00003.safetensors",
728
+ "backbone.qwen_model.model.visual.patch_embed.proj.bias": "model-00001-of-00003.safetensors",
729
+ "backbone.qwen_model.model.visual.patch_embed.proj.weight": "model-00001-of-00003.safetensors",
730
+ "backbone.qwen_model.model.visual.pos_embed.weight": "model-00001-of-00003.safetensors"
731
+ }
732
+ }
checkpoint-25000/processor_config.json ADDED
@@ -0,0 +1,3250 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "processor_class": "AlinVLAv0Processor",
3
+ "processor_kwargs": {
4
+ "modality_configs": {
5
+ "humanoid_everyday_g1": {
6
+ "video": {
7
+ "delta_indices": [
8
+ -6,
9
+ -4,
10
+ -2,
11
+ 0
12
+ ],
13
+ "modality_keys": [
14
+ "egocentric_resized"
15
+ ],
16
+ "sin_cos_embedding_keys": null,
17
+ "mean_std_embedding_keys": null,
18
+ "action_configs": null
19
+ },
20
+ "state": {
21
+ "delta_indices": [
22
+ 0
23
+ ],
24
+ "modality_keys": [
25
+ "left_arm",
26
+ "left_hand",
27
+ "right_arm",
28
+ "right_hand"
29
+ ],
30
+ "sin_cos_embedding_keys": null,
31
+ "mean_std_embedding_keys": null,
32
+ "action_configs": null
33
+ },
34
+ "action": {
35
+ "delta_indices": [
36
+ 0,
37
+ 1,
38
+ 2,
39
+ 3,
40
+ 4,
41
+ 5,
42
+ 6,
43
+ 7,
44
+ 8,
45
+ 9,
46
+ 10,
47
+ 11,
48
+ 12,
49
+ 13,
50
+ 14,
51
+ 15
52
+ ],
53
+ "modality_keys": [
54
+ "left_arm",
55
+ "left_hand",
56
+ "right_arm",
57
+ "right_hand"
58
+ ],
59
+ "sin_cos_embedding_keys": null,
60
+ "mean_std_embedding_keys": null,
61
+ "action_configs": [
62
+ {
63
+ "rep": "ABSOLUTE",
64
+ "type": "NON_EEF",
65
+ "format": "DEFAULT",
66
+ "state_key": null
67
+ },
68
+ {
69
+ "rep": "ABSOLUTE",
70
+ "type": "NON_EEF",
71
+ "format": "DEFAULT",
72
+ "state_key": null
73
+ },
74
+ {
75
+ "rep": "ABSOLUTE",
76
+ "type": "NON_EEF",
77
+ "format": "DEFAULT",
78
+ "state_key": null
79
+ },
80
+ {
81
+ "rep": "ABSOLUTE",
82
+ "type": "NON_EEF",
83
+ "format": "DEFAULT",
84
+ "state_key": null
85
+ }
86
+ ]
87
+ },
88
+ "language": {
89
+ "delta_indices": [
90
+ 0
91
+ ],
92
+ "modality_keys": [
93
+ "annotation.human.action.task_description"
94
+ ],
95
+ "sin_cos_embedding_keys": null,
96
+ "mean_std_embedding_keys": null,
97
+ "action_configs": null
98
+ }
99
+ },
100
+ "kuka": {
101
+ "video": {
102
+ "delta_indices": [
103
+ -6,
104
+ -4,
105
+ -2,
106
+ 0
107
+ ],
108
+ "modality_keys": [
109
+ "primary"
110
+ ],
111
+ "sin_cos_embedding_keys": null,
112
+ "mean_std_embedding_keys": null,
113
+ "action_configs": null
114
+ },
115
+ "state": {
116
+ "delta_indices": [
117
+ 0
118
+ ],
119
+ "modality_keys": [
120
+ "end_effector_position",
121
+ "end_effector_rotation",
122
+ "gripper_position"
123
+ ],
124
+ "sin_cos_embedding_keys": null,
125
+ "mean_std_embedding_keys": null,
126
+ "action_configs": null
127
+ },
128
+ "action": {
129
+ "delta_indices": [
130
+ 0,
131
+ 1,
132
+ 2,
133
+ 3,
134
+ 4,
135
+ 5,
136
+ 6,
137
+ 7,
138
+ 8,
139
+ 9,
140
+ 10,
141
+ 11,
142
+ 12,
143
+ 13,
144
+ 14,
145
+ 15
146
+ ],
147
+ "modality_keys": [
148
+ "end_effector_position",
149
+ "end_effector_rotation",
150
+ "gripper_close"
151
+ ],
152
+ "sin_cos_embedding_keys": null,
153
+ "mean_std_embedding_keys": null,
154
+ "action_configs": [
155
+ {
156
+ "rep": "DELTA",
157
+ "type": "EEF",
158
+ "format": "DEFAULT",
159
+ "state_key": null
160
+ },
161
+ {
162
+ "rep": "DELTA",
163
+ "type": "EEF",
164
+ "format": "DEFAULT",
165
+ "state_key": null
166
+ },
167
+ {
168
+ "rep": "ABSOLUTE",
169
+ "type": "NON_EEF",
170
+ "format": "DEFAULT",
171
+ "state_key": null
172
+ }
173
+ ]
174
+ },
175
+ "language": {
176
+ "delta_indices": [
177
+ 0
178
+ ],
179
+ "modality_keys": [
180
+ "annotation.human.action.task_description"
181
+ ],
182
+ "sin_cos_embedding_keys": null,
183
+ "mean_std_embedding_keys": null,
184
+ "action_configs": null
185
+ }
186
+ },
187
+ "cmu_stretch": {
188
+ "video": {
189
+ "delta_indices": [
190
+ -6,
191
+ -4,
192
+ -2,
193
+ 0
194
+ ],
195
+ "modality_keys": [
196
+ "primary"
197
+ ],
198
+ "sin_cos_embedding_keys": null,
199
+ "mean_std_embedding_keys": null,
200
+ "action_configs": null
201
+ },
202
+ "state": {
203
+ "delta_indices": [
204
+ 0
205
+ ],
206
+ "modality_keys": [
207
+ "end_effector_position",
208
+ "end_effector_rotation",
209
+ "gripper_position"
210
+ ],
211
+ "sin_cos_embedding_keys": null,
212
+ "mean_std_embedding_keys": null,
213
+ "action_configs": null
214
+ },
215
+ "action": {
216
+ "delta_indices": [
217
+ 0,
218
+ 1,
219
+ 2,
220
+ 3,
221
+ 4,
222
+ 5,
223
+ 6,
224
+ 7,
225
+ 8,
226
+ 9,
227
+ 10,
228
+ 11,
229
+ 12,
230
+ 13,
231
+ 14,
232
+ 15
233
+ ],
234
+ "modality_keys": [
235
+ "end_effector_position",
236
+ "end_effector_rotation",
237
+ "gripper_close"
238
+ ],
239
+ "sin_cos_embedding_keys": null,
240
+ "mean_std_embedding_keys": null,
241
+ "action_configs": [
242
+ {
243
+ "rep": "DELTA",
244
+ "type": "EEF",
245
+ "format": "DEFAULT",
246
+ "state_key": null
247
+ },
248
+ {
249
+ "rep": "DELTA",
250
+ "type": "EEF",
251
+ "format": "DEFAULT",
252
+ "state_key": null
253
+ },
254
+ {
255
+ "rep": "ABSOLUTE",
256
+ "type": "NON_EEF",
257
+ "format": "DEFAULT",
258
+ "state_key": null
259
+ }
260
+ ]
261
+ },
262
+ "language": {
263
+ "delta_indices": [
264
+ 0
265
+ ],
266
+ "modality_keys": [
267
+ "annotation.human.action.task_description"
268
+ ],
269
+ "sin_cos_embedding_keys": null,
270
+ "mean_std_embedding_keys": null,
271
+ "action_configs": null
272
+ }
273
+ },
274
+ "stanford_hydra_dataset_converted_externally_to_rlds": {
275
+ "video": {
276
+ "delta_indices": [
277
+ -6,
278
+ -4,
279
+ -2,
280
+ 0
281
+ ],
282
+ "modality_keys": [
283
+ "primary",
284
+ "wrist"
285
+ ],
286
+ "sin_cos_embedding_keys": null,
287
+ "mean_std_embedding_keys": null,
288
+ "action_configs": null
289
+ },
290
+ "state": {
291
+ "delta_indices": [
292
+ 0
293
+ ],
294
+ "modality_keys": [
295
+ "end_effector_position",
296
+ "end_effector_rotation",
297
+ "gripper_position"
298
+ ],
299
+ "sin_cos_embedding_keys": null,
300
+ "mean_std_embedding_keys": null,
301
+ "action_configs": null
302
+ },
303
+ "action": {
304
+ "delta_indices": [
305
+ 0,
306
+ 1,
307
+ 2,
308
+ 3,
309
+ 4,
310
+ 5,
311
+ 6,
312
+ 7,
313
+ 8,
314
+ 9,
315
+ 10,
316
+ 11,
317
+ 12,
318
+ 13,
319
+ 14,
320
+ 15
321
+ ],
322
+ "modality_keys": [
323
+ "end_effector_position",
324
+ "end_effector_rotation",
325
+ "gripper_close"
326
+ ],
327
+ "sin_cos_embedding_keys": null,
328
+ "mean_std_embedding_keys": null,
329
+ "action_configs": [
330
+ {
331
+ "rep": "DELTA",
332
+ "type": "EEF",
333
+ "format": "DEFAULT",
334
+ "state_key": null
335
+ },
336
+ {
337
+ "rep": "DELTA",
338
+ "type": "EEF",
339
+ "format": "DEFAULT",
340
+ "state_key": null
341
+ },
342
+ {
343
+ "rep": "ABSOLUTE",
344
+ "type": "NON_EEF",
345
+ "format": "DEFAULT",
346
+ "state_key": null
347
+ }
348
+ ]
349
+ },
350
+ "language": {
351
+ "delta_indices": [
352
+ 0
353
+ ],
354
+ "modality_keys": [
355
+ "annotation.human.action.task_description"
356
+ ],
357
+ "sin_cos_embedding_keys": null,
358
+ "mean_std_embedding_keys": null,
359
+ "action_configs": null
360
+ }
361
+ },
362
+ "iamlab_cmu_pickup_insert_converted_externally_to_rlds": {
363
+ "video": {
364
+ "delta_indices": [
365
+ -6,
366
+ -4,
367
+ -2,
368
+ 0
369
+ ],
370
+ "modality_keys": [
371
+ "primary",
372
+ "wrist"
373
+ ],
374
+ "sin_cos_embedding_keys": null,
375
+ "mean_std_embedding_keys": null,
376
+ "action_configs": null
377
+ },
378
+ "state": {
379
+ "delta_indices": [
380
+ 0
381
+ ],
382
+ "modality_keys": [
383
+ "end_effector_position",
384
+ "end_effector_rotation",
385
+ "gripper_position"
386
+ ],
387
+ "sin_cos_embedding_keys": null,
388
+ "mean_std_embedding_keys": null,
389
+ "action_configs": null
390
+ },
391
+ "action": {
392
+ "delta_indices": [
393
+ 0,
394
+ 1,
395
+ 2,
396
+ 3,
397
+ 4,
398
+ 5,
399
+ 6,
400
+ 7,
401
+ 8,
402
+ 9,
403
+ 10,
404
+ 11,
405
+ 12,
406
+ 13,
407
+ 14,
408
+ 15
409
+ ],
410
+ "modality_keys": [
411
+ "end_effector_position",
412
+ "end_effector_rotation",
413
+ "gripper_close"
414
+ ],
415
+ "sin_cos_embedding_keys": null,
416
+ "mean_std_embedding_keys": null,
417
+ "action_configs": [
418
+ {
419
+ "rep": "DELTA",
420
+ "type": "EEF",
421
+ "format": "DEFAULT",
422
+ "state_key": null
423
+ },
424
+ {
425
+ "rep": "DELTA",
426
+ "type": "EEF",
427
+ "format": "DEFAULT",
428
+ "state_key": null
429
+ },
430
+ {
431
+ "rep": "ABSOLUTE",
432
+ "type": "NON_EEF",
433
+ "format": "DEFAULT",
434
+ "state_key": null
435
+ }
436
+ ]
437
+ },
438
+ "language": {
439
+ "delta_indices": [
440
+ 0
441
+ ],
442
+ "modality_keys": [
443
+ "annotation.human.action.task_description"
444
+ ],
445
+ "sin_cos_embedding_keys": null,
446
+ "mean_std_embedding_keys": null,
447
+ "action_configs": null
448
+ }
449
+ },
450
+ "berkeley_fanuc_manipulation": {
451
+ "video": {
452
+ "delta_indices": [
453
+ -6,
454
+ -4,
455
+ -2,
456
+ 0
457
+ ],
458
+ "modality_keys": [
459
+ "primary",
460
+ "wrist"
461
+ ],
462
+ "sin_cos_embedding_keys": null,
463
+ "mean_std_embedding_keys": null,
464
+ "action_configs": null
465
+ },
466
+ "state": {
467
+ "delta_indices": [
468
+ 0
469
+ ],
470
+ "modality_keys": [
471
+ "joint_position",
472
+ "gripper_position"
473
+ ],
474
+ "sin_cos_embedding_keys": null,
475
+ "mean_std_embedding_keys": null,
476
+ "action_configs": null
477
+ },
478
+ "action": {
479
+ "delta_indices": [
480
+ 0,
481
+ 1,
482
+ 2,
483
+ 3,
484
+ 4,
485
+ 5,
486
+ 6,
487
+ 7,
488
+ 8,
489
+ 9,
490
+ 10,
491
+ 11,
492
+ 12,
493
+ 13,
494
+ 14,
495
+ 15
496
+ ],
497
+ "modality_keys": [
498
+ "end_effector_position",
499
+ "end_effector_rotation",
500
+ "gripper_close"
501
+ ],
502
+ "sin_cos_embedding_keys": null,
503
+ "mean_std_embedding_keys": null,
504
+ "action_configs": [
505
+ {
506
+ "rep": "DELTA",
507
+ "type": "EEF",
508
+ "format": "DEFAULT",
509
+ "state_key": null
510
+ },
511
+ {
512
+ "rep": "DELTA",
513
+ "type": "EEF",
514
+ "format": "DEFAULT",
515
+ "state_key": null
516
+ },
517
+ {
518
+ "rep": "ABSOLUTE",
519
+ "type": "NON_EEF",
520
+ "format": "DEFAULT",
521
+ "state_key": null
522
+ }
523
+ ]
524
+ },
525
+ "language": {
526
+ "delta_indices": [
527
+ 0
528
+ ],
529
+ "modality_keys": [
530
+ "annotation.human.action.task_description"
531
+ ],
532
+ "sin_cos_embedding_keys": null,
533
+ "mean_std_embedding_keys": null,
534
+ "action_configs": null
535
+ }
536
+ },
537
+ "viola": {
538
+ "video": {
539
+ "delta_indices": [
540
+ -6,
541
+ -4,
542
+ -2,
543
+ 0
544
+ ],
545
+ "modality_keys": [
546
+ "primary",
547
+ "wrist"
548
+ ],
549
+ "sin_cos_embedding_keys": null,
550
+ "mean_std_embedding_keys": null,
551
+ "action_configs": null
552
+ },
553
+ "state": {
554
+ "delta_indices": [
555
+ 0
556
+ ],
557
+ "modality_keys": [
558
+ "joint_position",
559
+ "gripper_position"
560
+ ],
561
+ "sin_cos_embedding_keys": null,
562
+ "mean_std_embedding_keys": null,
563
+ "action_configs": null
564
+ },
565
+ "action": {
566
+ "delta_indices": [
567
+ 0,
568
+ 1,
569
+ 2,
570
+ 3,
571
+ 4,
572
+ 5,
573
+ 6,
574
+ 7,
575
+ 8,
576
+ 9,
577
+ 10,
578
+ 11,
579
+ 12,
580
+ 13,
581
+ 14,
582
+ 15
583
+ ],
584
+ "modality_keys": [
585
+ "end_effector_position",
586
+ "end_effector_rotation",
587
+ "gripper_close"
588
+ ],
589
+ "sin_cos_embedding_keys": null,
590
+ "mean_std_embedding_keys": null,
591
+ "action_configs": [
592
+ {
593
+ "rep": "DELTA",
594
+ "type": "EEF",
595
+ "format": "DEFAULT",
596
+ "state_key": null
597
+ },
598
+ {
599
+ "rep": "DELTA",
600
+ "type": "EEF",
601
+ "format": "DEFAULT",
602
+ "state_key": null
603
+ },
604
+ {
605
+ "rep": "ABSOLUTE",
606
+ "type": "NON_EEF",
607
+ "format": "DEFAULT",
608
+ "state_key": null
609
+ }
610
+ ]
611
+ },
612
+ "language": {
613
+ "delta_indices": [
614
+ 0
615
+ ],
616
+ "modality_keys": [
617
+ "annotation.human.action.task_description"
618
+ ],
619
+ "sin_cos_embedding_keys": null,
620
+ "mean_std_embedding_keys": null,
621
+ "action_configs": null
622
+ }
623
+ },
624
+ "galaxea": {
625
+ "video": {
626
+ "delta_indices": [
627
+ -6,
628
+ -4,
629
+ -2,
630
+ 0
631
+ ],
632
+ "modality_keys": [
633
+ "primary",
634
+ "wrist_left",
635
+ "wrist_right"
636
+ ],
637
+ "sin_cos_embedding_keys": null,
638
+ "mean_std_embedding_keys": null,
639
+ "action_configs": null
640
+ },
641
+ "state": {
642
+ "delta_indices": [
643
+ 0
644
+ ],
645
+ "modality_keys": [
646
+ "state"
647
+ ],
648
+ "sin_cos_embedding_keys": null,
649
+ "mean_std_embedding_keys": null,
650
+ "action_configs": null
651
+ },
652
+ "action": {
653
+ "delta_indices": [
654
+ 0,
655
+ 1,
656
+ 2,
657
+ 3,
658
+ 4,
659
+ 5,
660
+ 6,
661
+ 7,
662
+ 8,
663
+ 9,
664
+ 10,
665
+ 11,
666
+ 12,
667
+ 13,
668
+ 14,
669
+ 15
670
+ ],
671
+ "modality_keys": [
672
+ "action"
673
+ ],
674
+ "sin_cos_embedding_keys": null,
675
+ "mean_std_embedding_keys": null,
676
+ "action_configs": [
677
+ {
678
+ "rep": "ABSOLUTE",
679
+ "type": "NON_EEF",
680
+ "format": "DEFAULT",
681
+ "state_key": null
682
+ }
683
+ ]
684
+ },
685
+ "language": {
686
+ "delta_indices": [
687
+ 0
688
+ ],
689
+ "modality_keys": [
690
+ "annotation.human.action.task_description"
691
+ ],
692
+ "sin_cos_embedding_keys": null,
693
+ "mean_std_embedding_keys": null,
694
+ "action_configs": null
695
+ }
696
+ },
697
+ "utaustin_mutex": {
698
+ "video": {
699
+ "delta_indices": [
700
+ -6,
701
+ -4,
702
+ -2,
703
+ 0
704
+ ],
705
+ "modality_keys": [
706
+ "primary",
707
+ "wrist"
708
+ ],
709
+ "sin_cos_embedding_keys": null,
710
+ "mean_std_embedding_keys": null,
711
+ "action_configs": null
712
+ },
713
+ "state": {
714
+ "delta_indices": [
715
+ 0
716
+ ],
717
+ "modality_keys": [
718
+ "joint_position",
719
+ "gripper_position"
720
+ ],
721
+ "sin_cos_embedding_keys": null,
722
+ "mean_std_embedding_keys": null,
723
+ "action_configs": null
724
+ },
725
+ "action": {
726
+ "delta_indices": [
727
+ 0,
728
+ 1,
729
+ 2,
730
+ 3,
731
+ 4,
732
+ 5,
733
+ 6,
734
+ 7,
735
+ 8,
736
+ 9,
737
+ 10,
738
+ 11,
739
+ 12,
740
+ 13,
741
+ 14,
742
+ 15
743
+ ],
744
+ "modality_keys": [
745
+ "end_effector_position",
746
+ "end_effector_rotation",
747
+ "gripper_close"
748
+ ],
749
+ "sin_cos_embedding_keys": null,
750
+ "mean_std_embedding_keys": null,
751
+ "action_configs": [
752
+ {
753
+ "rep": "DELTA",
754
+ "type": "EEF",
755
+ "format": "DEFAULT",
756
+ "state_key": null
757
+ },
758
+ {
759
+ "rep": "DELTA",
760
+ "type": "EEF",
761
+ "format": "DEFAULT",
762
+ "state_key": null
763
+ },
764
+ {
765
+ "rep": "ABSOLUTE",
766
+ "type": "NON_EEF",
767
+ "format": "DEFAULT",
768
+ "state_key": null
769
+ }
770
+ ]
771
+ },
772
+ "language": {
773
+ "delta_indices": [
774
+ 0
775
+ ],
776
+ "modality_keys": [
777
+ "annotation.human.action.task_description"
778
+ ],
779
+ "sin_cos_embedding_keys": null,
780
+ "mean_std_embedding_keys": null,
781
+ "action_configs": null
782
+ }
783
+ },
784
+ "dobbe": {
785
+ "video": {
786
+ "delta_indices": [
787
+ -6,
788
+ -4,
789
+ -2,
790
+ 0
791
+ ],
792
+ "modality_keys": [
793
+ "wrist"
794
+ ],
795
+ "sin_cos_embedding_keys": null,
796
+ "mean_std_embedding_keys": null,
797
+ "action_configs": null
798
+ },
799
+ "state": {
800
+ "delta_indices": [
801
+ 0
802
+ ],
803
+ "modality_keys": [
804
+ "end_effector_position",
805
+ "end_effector_rotation",
806
+ "gripper_position"
807
+ ],
808
+ "sin_cos_embedding_keys": null,
809
+ "mean_std_embedding_keys": null,
810
+ "action_configs": null
811
+ },
812
+ "action": {
813
+ "delta_indices": [
814
+ 0,
815
+ 1,
816
+ 2,
817
+ 3,
818
+ 4,
819
+ 5,
820
+ 6,
821
+ 7,
822
+ 8,
823
+ 9,
824
+ 10,
825
+ 11,
826
+ 12,
827
+ 13,
828
+ 14,
829
+ 15
830
+ ],
831
+ "modality_keys": [
832
+ "end_effector_position",
833
+ "end_effector_rotation",
834
+ "gripper_close"
835
+ ],
836
+ "sin_cos_embedding_keys": null,
837
+ "mean_std_embedding_keys": null,
838
+ "action_configs": [
839
+ {
840
+ "rep": "DELTA",
841
+ "type": "EEF",
842
+ "format": "DEFAULT",
843
+ "state_key": null
844
+ },
845
+ {
846
+ "rep": "DELTA",
847
+ "type": "EEF",
848
+ "format": "DEFAULT",
849
+ "state_key": null
850
+ },
851
+ {
852
+ "rep": "ABSOLUTE",
853
+ "type": "NON_EEF",
854
+ "format": "DEFAULT",
855
+ "state_key": null
856
+ }
857
+ ]
858
+ },
859
+ "language": {
860
+ "delta_indices": [
861
+ 0
862
+ ],
863
+ "modality_keys": [
864
+ "annotation.human.action.task_description"
865
+ ],
866
+ "sin_cos_embedding_keys": null,
867
+ "mean_std_embedding_keys": null,
868
+ "action_configs": null
869
+ }
870
+ },
871
+ "taco_play": {
872
+ "video": {
873
+ "delta_indices": [
874
+ -6,
875
+ -4,
876
+ -2,
877
+ 0
878
+ ],
879
+ "modality_keys": [
880
+ "primary",
881
+ "wrist"
882
+ ],
883
+ "sin_cos_embedding_keys": null,
884
+ "mean_std_embedding_keys": null,
885
+ "action_configs": null
886
+ },
887
+ "state": {
888
+ "delta_indices": [
889
+ 0
890
+ ],
891
+ "modality_keys": [
892
+ "end_effector_position",
893
+ "end_effector_rotation",
894
+ "gripper_position"
895
+ ],
896
+ "sin_cos_embedding_keys": null,
897
+ "mean_std_embedding_keys": null,
898
+ "action_configs": null
899
+ },
900
+ "action": {
901
+ "delta_indices": [
902
+ 0,
903
+ 1,
904
+ 2,
905
+ 3,
906
+ 4,
907
+ 5,
908
+ 6,
909
+ 7,
910
+ 8,
911
+ 9,
912
+ 10,
913
+ 11,
914
+ 12,
915
+ 13,
916
+ 14,
917
+ 15
918
+ ],
919
+ "modality_keys": [
920
+ "end_effector_position",
921
+ "end_effector_rotation",
922
+ "gripper_close"
923
+ ],
924
+ "sin_cos_embedding_keys": null,
925
+ "mean_std_embedding_keys": null,
926
+ "action_configs": [
927
+ {
928
+ "rep": "DELTA",
929
+ "type": "EEF",
930
+ "format": "DEFAULT",
931
+ "state_key": null
932
+ },
933
+ {
934
+ "rep": "DELTA",
935
+ "type": "EEF",
936
+ "format": "DEFAULT",
937
+ "state_key": null
938
+ },
939
+ {
940
+ "rep": "ABSOLUTE",
941
+ "type": "NON_EEF",
942
+ "format": "DEFAULT",
943
+ "state_key": null
944
+ }
945
+ ]
946
+ },
947
+ "language": {
948
+ "delta_indices": [
949
+ 0
950
+ ],
951
+ "modality_keys": [
952
+ "annotation.human.action.task_description"
953
+ ],
954
+ "sin_cos_embedding_keys": null,
955
+ "mean_std_embedding_keys": null,
956
+ "action_configs": null
957
+ }
958
+ },
959
+ "humanoid_everyday_h1": {
960
+ "video": {
961
+ "delta_indices": [
962
+ -6,
963
+ -4,
964
+ -2,
965
+ 0
966
+ ],
967
+ "modality_keys": [
968
+ "egocentric_resized"
969
+ ],
970
+ "sin_cos_embedding_keys": null,
971
+ "mean_std_embedding_keys": null,
972
+ "action_configs": null
973
+ },
974
+ "state": {
975
+ "delta_indices": [
976
+ 0
977
+ ],
978
+ "modality_keys": [
979
+ "left_arm",
980
+ "left_hand",
981
+ "right_arm",
982
+ "right_hand"
983
+ ],
984
+ "sin_cos_embedding_keys": null,
985
+ "mean_std_embedding_keys": null,
986
+ "action_configs": null
987
+ },
988
+ "action": {
989
+ "delta_indices": [
990
+ 0,
991
+ 1,
992
+ 2,
993
+ 3,
994
+ 4,
995
+ 5,
996
+ 6,
997
+ 7,
998
+ 8,
999
+ 9,
1000
+ 10,
1001
+ 11,
1002
+ 12,
1003
+ 13,
1004
+ 14,
1005
+ 15
1006
+ ],
1007
+ "modality_keys": [
1008
+ "left_arm",
1009
+ "left_hand",
1010
+ "right_arm",
1011
+ "right_hand"
1012
+ ],
1013
+ "sin_cos_embedding_keys": null,
1014
+ "mean_std_embedding_keys": null,
1015
+ "action_configs": [
1016
+ {
1017
+ "rep": "ABSOLUTE",
1018
+ "type": "NON_EEF",
1019
+ "format": "DEFAULT",
1020
+ "state_key": null
1021
+ },
1022
+ {
1023
+ "rep": "ABSOLUTE",
1024
+ "type": "NON_EEF",
1025
+ "format": "DEFAULT",
1026
+ "state_key": null
1027
+ },
1028
+ {
1029
+ "rep": "ABSOLUTE",
1030
+ "type": "NON_EEF",
1031
+ "format": "DEFAULT",
1032
+ "state_key": null
1033
+ },
1034
+ {
1035
+ "rep": "ABSOLUTE",
1036
+ "type": "NON_EEF",
1037
+ "format": "DEFAULT",
1038
+ "state_key": null
1039
+ }
1040
+ ]
1041
+ },
1042
+ "language": {
1043
+ "delta_indices": [
1044
+ 0
1045
+ ],
1046
+ "modality_keys": [
1047
+ "annotation.human.action.task_description"
1048
+ ],
1049
+ "sin_cos_embedding_keys": null,
1050
+ "mean_std_embedding_keys": null,
1051
+ "action_configs": null
1052
+ }
1053
+ },
1054
+ "berkeley_autolab_ur5": {
1055
+ "video": {
1056
+ "delta_indices": [
1057
+ -6,
1058
+ -4,
1059
+ -2,
1060
+ 0
1061
+ ],
1062
+ "modality_keys": [
1063
+ "primary",
1064
+ "wrist"
1065
+ ],
1066
+ "sin_cos_embedding_keys": null,
1067
+ "mean_std_embedding_keys": null,
1068
+ "action_configs": null
1069
+ },
1070
+ "state": {
1071
+ "delta_indices": [
1072
+ 0
1073
+ ],
1074
+ "modality_keys": [
1075
+ "end_effector_position",
1076
+ "end_effector_rotation",
1077
+ "gripper_position"
1078
+ ],
1079
+ "sin_cos_embedding_keys": null,
1080
+ "mean_std_embedding_keys": null,
1081
+ "action_configs": null
1082
+ },
1083
+ "action": {
1084
+ "delta_indices": [
1085
+ 0,
1086
+ 1,
1087
+ 2,
1088
+ 3,
1089
+ 4,
1090
+ 5,
1091
+ 6,
1092
+ 7,
1093
+ 8,
1094
+ 9,
1095
+ 10,
1096
+ 11,
1097
+ 12,
1098
+ 13,
1099
+ 14,
1100
+ 15
1101
+ ],
1102
+ "modality_keys": [
1103
+ "end_effector_position",
1104
+ "end_effector_rotation",
1105
+ "gripper_close"
1106
+ ],
1107
+ "sin_cos_embedding_keys": null,
1108
+ "mean_std_embedding_keys": null,
1109
+ "action_configs": [
1110
+ {
1111
+ "rep": "DELTA",
1112
+ "type": "EEF",
1113
+ "format": "DEFAULT",
1114
+ "state_key": null
1115
+ },
1116
+ {
1117
+ "rep": "DELTA",
1118
+ "type": "EEF",
1119
+ "format": "DEFAULT",
1120
+ "state_key": null
1121
+ },
1122
+ {
1123
+ "rep": "ABSOLUTE",
1124
+ "type": "NON_EEF",
1125
+ "format": "DEFAULT",
1126
+ "state_key": null
1127
+ }
1128
+ ]
1129
+ },
1130
+ "language": {
1131
+ "delta_indices": [
1132
+ 0
1133
+ ],
1134
+ "modality_keys": [
1135
+ "annotation.human.action.task_description"
1136
+ ],
1137
+ "sin_cos_embedding_keys": null,
1138
+ "mean_std_embedding_keys": null,
1139
+ "action_configs": null
1140
+ }
1141
+ },
1142
+ "jaco_play": {
1143
+ "video": {
1144
+ "delta_indices": [
1145
+ -6,
1146
+ -4,
1147
+ -2,
1148
+ 0
1149
+ ],
1150
+ "modality_keys": [
1151
+ "primary",
1152
+ "wrist"
1153
+ ],
1154
+ "sin_cos_embedding_keys": null,
1155
+ "mean_std_embedding_keys": null,
1156
+ "action_configs": null
1157
+ },
1158
+ "state": {
1159
+ "delta_indices": [
1160
+ 0
1161
+ ],
1162
+ "modality_keys": [
1163
+ "end_effector_position",
1164
+ "end_effector_rotation",
1165
+ "gripper_position"
1166
+ ],
1167
+ "sin_cos_embedding_keys": null,
1168
+ "mean_std_embedding_keys": null,
1169
+ "action_configs": null
1170
+ },
1171
+ "action": {
1172
+ "delta_indices": [
1173
+ 0,
1174
+ 1,
1175
+ 2,
1176
+ 3,
1177
+ 4,
1178
+ 5,
1179
+ 6,
1180
+ 7,
1181
+ 8,
1182
+ 9,
1183
+ 10,
1184
+ 11,
1185
+ 12,
1186
+ 13,
1187
+ 14,
1188
+ 15
1189
+ ],
1190
+ "modality_keys": [
1191
+ "end_effector_position",
1192
+ "end_effector_rotation",
1193
+ "gripper_close"
1194
+ ],
1195
+ "sin_cos_embedding_keys": null,
1196
+ "mean_std_embedding_keys": null,
1197
+ "action_configs": [
1198
+ {
1199
+ "rep": "DELTA",
1200
+ "type": "EEF",
1201
+ "format": "DEFAULT",
1202
+ "state_key": null
1203
+ },
1204
+ {
1205
+ "rep": "DELTA",
1206
+ "type": "EEF",
1207
+ "format": "DEFAULT",
1208
+ "state_key": null
1209
+ },
1210
+ {
1211
+ "rep": "ABSOLUTE",
1212
+ "type": "NON_EEF",
1213
+ "format": "DEFAULT",
1214
+ "state_key": null
1215
+ }
1216
+ ]
1217
+ },
1218
+ "language": {
1219
+ "delta_indices": [
1220
+ 0
1221
+ ],
1222
+ "modality_keys": [
1223
+ "annotation.human.action.task_description"
1224
+ ],
1225
+ "sin_cos_embedding_keys": null,
1226
+ "mean_std_embedding_keys": null,
1227
+ "action_configs": null
1228
+ }
1229
+ },
1230
+ "furniture_bench_dataset_converted_externally_to_rlds": {
1231
+ "video": {
1232
+ "delta_indices": [
1233
+ -6,
1234
+ -4,
1235
+ -2,
1236
+ 0
1237
+ ],
1238
+ "modality_keys": [
1239
+ "primary",
1240
+ "wrist"
1241
+ ],
1242
+ "sin_cos_embedding_keys": null,
1243
+ "mean_std_embedding_keys": null,
1244
+ "action_configs": null
1245
+ },
1246
+ "state": {
1247
+ "delta_indices": [
1248
+ 0
1249
+ ],
1250
+ "modality_keys": [
1251
+ "end_effector_position",
1252
+ "end_effector_rotation",
1253
+ "gripper_position"
1254
+ ],
1255
+ "sin_cos_embedding_keys": null,
1256
+ "mean_std_embedding_keys": null,
1257
+ "action_configs": null
1258
+ },
1259
+ "action": {
1260
+ "delta_indices": [
1261
+ 0,
1262
+ 1,
1263
+ 2,
1264
+ 3,
1265
+ 4,
1266
+ 5,
1267
+ 6,
1268
+ 7,
1269
+ 8,
1270
+ 9,
1271
+ 10,
1272
+ 11,
1273
+ 12,
1274
+ 13,
1275
+ 14,
1276
+ 15
1277
+ ],
1278
+ "modality_keys": [
1279
+ "end_effector_position",
1280
+ "end_effector_rotation",
1281
+ "gripper_close"
1282
+ ],
1283
+ "sin_cos_embedding_keys": null,
1284
+ "mean_std_embedding_keys": null,
1285
+ "action_configs": [
1286
+ {
1287
+ "rep": "DELTA",
1288
+ "type": "EEF",
1289
+ "format": "DEFAULT",
1290
+ "state_key": null
1291
+ },
1292
+ {
1293
+ "rep": "DELTA",
1294
+ "type": "EEF",
1295
+ "format": "DEFAULT",
1296
+ "state_key": null
1297
+ },
1298
+ {
1299
+ "rep": "ABSOLUTE",
1300
+ "type": "NON_EEF",
1301
+ "format": "DEFAULT",
1302
+ "state_key": null
1303
+ }
1304
+ ]
1305
+ },
1306
+ "language": {
1307
+ "delta_indices": [
1308
+ 0
1309
+ ],
1310
+ "modality_keys": [
1311
+ "annotation.human.action.task_description"
1312
+ ],
1313
+ "sin_cos_embedding_keys": null,
1314
+ "mean_std_embedding_keys": null,
1315
+ "action_configs": null
1316
+ }
1317
+ },
1318
+ "berkeley_cable_routing": {
1319
+ "video": {
1320
+ "delta_indices": [
1321
+ -6,
1322
+ -4,
1323
+ -2,
1324
+ 0
1325
+ ],
1326
+ "modality_keys": [
1327
+ "primary",
1328
+ "secondary",
1329
+ "wrist"
1330
+ ],
1331
+ "sin_cos_embedding_keys": null,
1332
+ "mean_std_embedding_keys": null,
1333
+ "action_configs": null
1334
+ },
1335
+ "state": {
1336
+ "delta_indices": [
1337
+ 0
1338
+ ],
1339
+ "modality_keys": [
1340
+ "joint_position"
1341
+ ],
1342
+ "sin_cos_embedding_keys": null,
1343
+ "mean_std_embedding_keys": null,
1344
+ "action_configs": null
1345
+ },
1346
+ "action": {
1347
+ "delta_indices": [
1348
+ 0,
1349
+ 1,
1350
+ 2,
1351
+ 3,
1352
+ 4,
1353
+ 5,
1354
+ 6,
1355
+ 7,
1356
+ 8,
1357
+ 9,
1358
+ 10,
1359
+ 11,
1360
+ 12,
1361
+ 13,
1362
+ 14,
1363
+ 15
1364
+ ],
1365
+ "modality_keys": [
1366
+ "end_effector_position",
1367
+ "end_effector_rotation",
1368
+ "gripper_close"
1369
+ ],
1370
+ "sin_cos_embedding_keys": null,
1371
+ "mean_std_embedding_keys": null,
1372
+ "action_configs": [
1373
+ {
1374
+ "rep": "DELTA",
1375
+ "type": "EEF",
1376
+ "format": "DEFAULT",
1377
+ "state_key": null
1378
+ },
1379
+ {
1380
+ "rep": "DELTA",
1381
+ "type": "EEF",
1382
+ "format": "DEFAULT",
1383
+ "state_key": null
1384
+ },
1385
+ {
1386
+ "rep": "ABSOLUTE",
1387
+ "type": "NON_EEF",
1388
+ "format": "DEFAULT",
1389
+ "state_key": null
1390
+ }
1391
+ ]
1392
+ },
1393
+ "language": {
1394
+ "delta_indices": [
1395
+ 0
1396
+ ],
1397
+ "modality_keys": [
1398
+ "annotation.human.action.task_description"
1399
+ ],
1400
+ "sin_cos_embedding_keys": null,
1401
+ "mean_std_embedding_keys": null,
1402
+ "action_configs": null
1403
+ }
1404
+ },
1405
+ "nyu_franka_play_dataset_converted_externally_to_rlds": {
1406
+ "video": {
1407
+ "delta_indices": [
1408
+ -6,
1409
+ -4,
1410
+ -2,
1411
+ 0
1412
+ ],
1413
+ "modality_keys": [
1414
+ "primary",
1415
+ "secondary"
1416
+ ],
1417
+ "sin_cos_embedding_keys": null,
1418
+ "mean_std_embedding_keys": null,
1419
+ "action_configs": null
1420
+ },
1421
+ "state": {
1422
+ "delta_indices": [
1423
+ 0
1424
+ ],
1425
+ "modality_keys": [
1426
+ "end_effector_position",
1427
+ "end_effector_rotation",
1428
+ "gripper_position"
1429
+ ],
1430
+ "sin_cos_embedding_keys": null,
1431
+ "mean_std_embedding_keys": null,
1432
+ "action_configs": null
1433
+ },
1434
+ "action": {
1435
+ "delta_indices": [
1436
+ 0,
1437
+ 1,
1438
+ 2,
1439
+ 3,
1440
+ 4,
1441
+ 5,
1442
+ 6,
1443
+ 7,
1444
+ 8,
1445
+ 9,
1446
+ 10,
1447
+ 11,
1448
+ 12,
1449
+ 13,
1450
+ 14,
1451
+ 15
1452
+ ],
1453
+ "modality_keys": [
1454
+ "end_effector_position",
1455
+ "end_effector_rotation",
1456
+ "gripper_close"
1457
+ ],
1458
+ "sin_cos_embedding_keys": null,
1459
+ "mean_std_embedding_keys": null,
1460
+ "action_configs": [
1461
+ {
1462
+ "rep": "DELTA",
1463
+ "type": "EEF",
1464
+ "format": "DEFAULT",
1465
+ "state_key": null
1466
+ },
1467
+ {
1468
+ "rep": "DELTA",
1469
+ "type": "EEF",
1470
+ "format": "DEFAULT",
1471
+ "state_key": null
1472
+ },
1473
+ {
1474
+ "rep": "ABSOLUTE",
1475
+ "type": "NON_EEF",
1476
+ "format": "DEFAULT",
1477
+ "state_key": null
1478
+ }
1479
+ ]
1480
+ },
1481
+ "language": {
1482
+ "delta_indices": [
1483
+ 0
1484
+ ],
1485
+ "modality_keys": [
1486
+ "annotation.human.action.task_description"
1487
+ ],
1488
+ "sin_cos_embedding_keys": null,
1489
+ "mean_std_embedding_keys": null,
1490
+ "action_configs": null
1491
+ }
1492
+ },
1493
+ "bridge_orig": {
1494
+ "video": {
1495
+ "delta_indices": [
1496
+ -6,
1497
+ -4,
1498
+ -2,
1499
+ 0
1500
+ ],
1501
+ "modality_keys": [
1502
+ "primary",
1503
+ "secondary"
1504
+ ],
1505
+ "sin_cos_embedding_keys": null,
1506
+ "mean_std_embedding_keys": null,
1507
+ "action_configs": null
1508
+ },
1509
+ "state": {
1510
+ "delta_indices": [
1511
+ 0
1512
+ ],
1513
+ "modality_keys": [
1514
+ "end_effector_position",
1515
+ "end_effector_rotation",
1516
+ "gripper_position"
1517
+ ],
1518
+ "sin_cos_embedding_keys": null,
1519
+ "mean_std_embedding_keys": null,
1520
+ "action_configs": null
1521
+ },
1522
+ "action": {
1523
+ "delta_indices": [
1524
+ 0,
1525
+ 1,
1526
+ 2,
1527
+ 3,
1528
+ 4,
1529
+ 5,
1530
+ 6,
1531
+ 7,
1532
+ 8,
1533
+ 9,
1534
+ 10,
1535
+ 11,
1536
+ 12,
1537
+ 13,
1538
+ 14,
1539
+ 15
1540
+ ],
1541
+ "modality_keys": [
1542
+ "end_effector_position",
1543
+ "end_effector_rotation",
1544
+ "gripper_close"
1545
+ ],
1546
+ "sin_cos_embedding_keys": null,
1547
+ "mean_std_embedding_keys": null,
1548
+ "action_configs": [
1549
+ {
1550
+ "rep": "DELTA",
1551
+ "type": "EEF",
1552
+ "format": "DEFAULT",
1553
+ "state_key": null
1554
+ },
1555
+ {
1556
+ "rep": "DELTA",
1557
+ "type": "EEF",
1558
+ "format": "DEFAULT",
1559
+ "state_key": null
1560
+ },
1561
+ {
1562
+ "rep": "ABSOLUTE",
1563
+ "type": "NON_EEF",
1564
+ "format": "DEFAULT",
1565
+ "state_key": null
1566
+ }
1567
+ ]
1568
+ },
1569
+ "language": {
1570
+ "delta_indices": [
1571
+ 0
1572
+ ],
1573
+ "modality_keys": [
1574
+ "annotation.human.action.task_description"
1575
+ ],
1576
+ "sin_cos_embedding_keys": null,
1577
+ "mean_std_embedding_keys": null,
1578
+ "action_configs": null
1579
+ }
1580
+ },
1581
+ "droid": {
1582
+ "video": {
1583
+ "delta_indices": [
1584
+ -6,
1585
+ -4,
1586
+ -2,
1587
+ 0
1588
+ ],
1589
+ "modality_keys": [
1590
+ "primary",
1591
+ "secondary",
1592
+ "wrist"
1593
+ ],
1594
+ "sin_cos_embedding_keys": null,
1595
+ "mean_std_embedding_keys": null,
1596
+ "action_configs": null
1597
+ },
1598
+ "state": {
1599
+ "delta_indices": [
1600
+ 0
1601
+ ],
1602
+ "modality_keys": [
1603
+ "end_effector_position",
1604
+ "end_effector_rotation",
1605
+ "gripper_position"
1606
+ ],
1607
+ "sin_cos_embedding_keys": null,
1608
+ "mean_std_embedding_keys": null,
1609
+ "action_configs": null
1610
+ },
1611
+ "action": {
1612
+ "delta_indices": [
1613
+ 0,
1614
+ 1,
1615
+ 2,
1616
+ 3,
1617
+ 4,
1618
+ 5,
1619
+ 6,
1620
+ 7,
1621
+ 8,
1622
+ 9,
1623
+ 10,
1624
+ 11,
1625
+ 12,
1626
+ 13,
1627
+ 14,
1628
+ 15
1629
+ ],
1630
+ "modality_keys": [
1631
+ "end_effector_position",
1632
+ "end_effector_rotation",
1633
+ "gripper_close"
1634
+ ],
1635
+ "sin_cos_embedding_keys": null,
1636
+ "mean_std_embedding_keys": null,
1637
+ "action_configs": [
1638
+ {
1639
+ "rep": "DELTA",
1640
+ "type": "EEF",
1641
+ "format": "DEFAULT",
1642
+ "state_key": null
1643
+ },
1644
+ {
1645
+ "rep": "DELTA",
1646
+ "type": "EEF",
1647
+ "format": "DEFAULT",
1648
+ "state_key": null
1649
+ },
1650
+ {
1651
+ "rep": "ABSOLUTE",
1652
+ "type": "NON_EEF",
1653
+ "format": "DEFAULT",
1654
+ "state_key": null
1655
+ }
1656
+ ]
1657
+ },
1658
+ "language": {
1659
+ "delta_indices": [
1660
+ 0
1661
+ ],
1662
+ "modality_keys": [
1663
+ "annotation.human.action.task_description"
1664
+ ],
1665
+ "sin_cos_embedding_keys": null,
1666
+ "mean_std_embedding_keys": null,
1667
+ "action_configs": null
1668
+ }
1669
+ },
1670
+ "agibot_gripper": {
1671
+ "video": {
1672
+ "delta_indices": [
1673
+ -6,
1674
+ -4,
1675
+ -2,
1676
+ 0
1677
+ ],
1678
+ "modality_keys": [
1679
+ "primary",
1680
+ "wrist_left",
1681
+ "wrist_right"
1682
+ ],
1683
+ "sin_cos_embedding_keys": null,
1684
+ "mean_std_embedding_keys": null,
1685
+ "action_configs": null
1686
+ },
1687
+ "state": {
1688
+ "delta_indices": [
1689
+ 0
1690
+ ],
1691
+ "modality_keys": [
1692
+ "state"
1693
+ ],
1694
+ "sin_cos_embedding_keys": null,
1695
+ "mean_std_embedding_keys": null,
1696
+ "action_configs": null
1697
+ },
1698
+ "action": {
1699
+ "delta_indices": [
1700
+ 0,
1701
+ 1,
1702
+ 2,
1703
+ 3,
1704
+ 4,
1705
+ 5,
1706
+ 6,
1707
+ 7,
1708
+ 8,
1709
+ 9,
1710
+ 10,
1711
+ 11,
1712
+ 12,
1713
+ 13,
1714
+ 14,
1715
+ 15
1716
+ ],
1717
+ "modality_keys": [
1718
+ "action"
1719
+ ],
1720
+ "sin_cos_embedding_keys": null,
1721
+ "mean_std_embedding_keys": null,
1722
+ "action_configs": [
1723
+ {
1724
+ "rep": "ABSOLUTE",
1725
+ "type": "NON_EEF",
1726
+ "format": "DEFAULT",
1727
+ "state_key": null
1728
+ }
1729
+ ]
1730
+ },
1731
+ "language": {
1732
+ "delta_indices": [
1733
+ 0
1734
+ ],
1735
+ "modality_keys": [
1736
+ "annotation.human.action.task_description"
1737
+ ],
1738
+ "sin_cos_embedding_keys": null,
1739
+ "mean_std_embedding_keys": null,
1740
+ "action_configs": null
1741
+ }
1742
+ },
1743
+ "simulation_gr1": {
1744
+ "video": {
1745
+ "delta_indices": [
1746
+ -6,
1747
+ -4,
1748
+ -2,
1749
+ 0
1750
+ ],
1751
+ "modality_keys": [
1752
+ "ego_view"
1753
+ ],
1754
+ "sin_cos_embedding_keys": null,
1755
+ "mean_std_embedding_keys": null,
1756
+ "action_configs": null
1757
+ },
1758
+ "state": {
1759
+ "delta_indices": [
1760
+ 0
1761
+ ],
1762
+ "modality_keys": [
1763
+ "left_arm",
1764
+ "left_hand",
1765
+ "left_leg",
1766
+ "neck",
1767
+ "right_arm",
1768
+ "right_hand",
1769
+ "right_leg",
1770
+ "waist"
1771
+ ],
1772
+ "sin_cos_embedding_keys": null,
1773
+ "mean_std_embedding_keys": null,
1774
+ "action_configs": null
1775
+ },
1776
+ "action": {
1777
+ "delta_indices": [
1778
+ 0,
1779
+ 1,
1780
+ 2,
1781
+ 3,
1782
+ 4,
1783
+ 5,
1784
+ 6,
1785
+ 7,
1786
+ 8,
1787
+ 9,
1788
+ 10,
1789
+ 11,
1790
+ 12,
1791
+ 13,
1792
+ 14,
1793
+ 15
1794
+ ],
1795
+ "modality_keys": [
1796
+ "left_arm",
1797
+ "left_hand",
1798
+ "left_leg",
1799
+ "neck",
1800
+ "right_arm",
1801
+ "right_hand",
1802
+ "right_leg",
1803
+ "waist"
1804
+ ],
1805
+ "sin_cos_embedding_keys": null,
1806
+ "mean_std_embedding_keys": null,
1807
+ "action_configs": [
1808
+ {
1809
+ "rep": "ABSOLUTE",
1810
+ "type": "NON_EEF",
1811
+ "format": "DEFAULT",
1812
+ "state_key": null
1813
+ },
1814
+ {
1815
+ "rep": "ABSOLUTE",
1816
+ "type": "NON_EEF",
1817
+ "format": "DEFAULT",
1818
+ "state_key": null
1819
+ },
1820
+ {
1821
+ "rep": "ABSOLUTE",
1822
+ "type": "NON_EEF",
1823
+ "format": "DEFAULT",
1824
+ "state_key": null
1825
+ },
1826
+ {
1827
+ "rep": "ABSOLUTE",
1828
+ "type": "NON_EEF",
1829
+ "format": "DEFAULT",
1830
+ "state_key": null
1831
+ },
1832
+ {
1833
+ "rep": "ABSOLUTE",
1834
+ "type": "NON_EEF",
1835
+ "format": "DEFAULT",
1836
+ "state_key": null
1837
+ },
1838
+ {
1839
+ "rep": "ABSOLUTE",
1840
+ "type": "NON_EEF",
1841
+ "format": "DEFAULT",
1842
+ "state_key": null
1843
+ },
1844
+ {
1845
+ "rep": "ABSOLUTE",
1846
+ "type": "NON_EEF",
1847
+ "format": "DEFAULT",
1848
+ "state_key": null
1849
+ },
1850
+ {
1851
+ "rep": "ABSOLUTE",
1852
+ "type": "NON_EEF",
1853
+ "format": "DEFAULT",
1854
+ "state_key": null
1855
+ }
1856
+ ]
1857
+ },
1858
+ "language": {
1859
+ "delta_indices": [
1860
+ 0
1861
+ ],
1862
+ "modality_keys": [
1863
+ "annotation.human.action.task_description"
1864
+ ],
1865
+ "sin_cos_embedding_keys": null,
1866
+ "mean_std_embedding_keys": null,
1867
+ "action_configs": null
1868
+ }
1869
+ },
1870
+ "austin_sirius_dataset_converted_externally_to_rlds": {
1871
+ "video": {
1872
+ "delta_indices": [
1873
+ -6,
1874
+ -4,
1875
+ -2,
1876
+ 0
1877
+ ],
1878
+ "modality_keys": [
1879
+ "primary",
1880
+ "wrist"
1881
+ ],
1882
+ "sin_cos_embedding_keys": null,
1883
+ "mean_std_embedding_keys": null,
1884
+ "action_configs": null
1885
+ },
1886
+ "state": {
1887
+ "delta_indices": [
1888
+ 0
1889
+ ],
1890
+ "modality_keys": [
1891
+ "end_effector_position",
1892
+ "end_effector_rotation",
1893
+ "gripper_position"
1894
+ ],
1895
+ "sin_cos_embedding_keys": null,
1896
+ "mean_std_embedding_keys": null,
1897
+ "action_configs": null
1898
+ },
1899
+ "action": {
1900
+ "delta_indices": [
1901
+ 0,
1902
+ 1,
1903
+ 2,
1904
+ 3,
1905
+ 4,
1906
+ 5,
1907
+ 6,
1908
+ 7,
1909
+ 8,
1910
+ 9,
1911
+ 10,
1912
+ 11,
1913
+ 12,
1914
+ 13,
1915
+ 14,
1916
+ 15
1917
+ ],
1918
+ "modality_keys": [
1919
+ "end_effector_position",
1920
+ "end_effector_rotation",
1921
+ "gripper_close"
1922
+ ],
1923
+ "sin_cos_embedding_keys": null,
1924
+ "mean_std_embedding_keys": null,
1925
+ "action_configs": [
1926
+ {
1927
+ "rep": "DELTA",
1928
+ "type": "EEF",
1929
+ "format": "DEFAULT",
1930
+ "state_key": null
1931
+ },
1932
+ {
1933
+ "rep": "DELTA",
1934
+ "type": "EEF",
1935
+ "format": "DEFAULT",
1936
+ "state_key": null
1937
+ },
1938
+ {
1939
+ "rep": "ABSOLUTE",
1940
+ "type": "NON_EEF",
1941
+ "format": "DEFAULT",
1942
+ "state_key": null
1943
+ }
1944
+ ]
1945
+ },
1946
+ "language": {
1947
+ "delta_indices": [
1948
+ 0
1949
+ ],
1950
+ "modality_keys": [
1951
+ "annotation.human.action.task_description"
1952
+ ],
1953
+ "sin_cos_embedding_keys": null,
1954
+ "mean_std_embedding_keys": null,
1955
+ "action_configs": null
1956
+ }
1957
+ },
1958
+ "austin_sailor_dataset_converted_externally_to_rlds": {
1959
+ "video": {
1960
+ "delta_indices": [
1961
+ -6,
1962
+ -4,
1963
+ -2,
1964
+ 0
1965
+ ],
1966
+ "modality_keys": [
1967
+ "primary",
1968
+ "wrist"
1969
+ ],
1970
+ "sin_cos_embedding_keys": null,
1971
+ "mean_std_embedding_keys": null,
1972
+ "action_configs": null
1973
+ },
1974
+ "state": {
1975
+ "delta_indices": [
1976
+ 0
1977
+ ],
1978
+ "modality_keys": [
1979
+ "end_effector_position",
1980
+ "end_effector_rotation",
1981
+ "gripper_position"
1982
+ ],
1983
+ "sin_cos_embedding_keys": null,
1984
+ "mean_std_embedding_keys": null,
1985
+ "action_configs": null
1986
+ },
1987
+ "action": {
1988
+ "delta_indices": [
1989
+ 0,
1990
+ 1,
1991
+ 2,
1992
+ 3,
1993
+ 4,
1994
+ 5,
1995
+ 6,
1996
+ 7,
1997
+ 8,
1998
+ 9,
1999
+ 10,
2000
+ 11,
2001
+ 12,
2002
+ 13,
2003
+ 14,
2004
+ 15
2005
+ ],
2006
+ "modality_keys": [
2007
+ "end_effector_position",
2008
+ "end_effector_rotation",
2009
+ "gripper_close"
2010
+ ],
2011
+ "sin_cos_embedding_keys": null,
2012
+ "mean_std_embedding_keys": null,
2013
+ "action_configs": [
2014
+ {
2015
+ "rep": "DELTA",
2016
+ "type": "EEF",
2017
+ "format": "DEFAULT",
2018
+ "state_key": null
2019
+ },
2020
+ {
2021
+ "rep": "DELTA",
2022
+ "type": "EEF",
2023
+ "format": "DEFAULT",
2024
+ "state_key": null
2025
+ },
2026
+ {
2027
+ "rep": "ABSOLUTE",
2028
+ "type": "NON_EEF",
2029
+ "format": "DEFAULT",
2030
+ "state_key": null
2031
+ }
2032
+ ]
2033
+ },
2034
+ "language": {
2035
+ "delta_indices": [
2036
+ 0
2037
+ ],
2038
+ "modality_keys": [
2039
+ "annotation.human.action.task_description"
2040
+ ],
2041
+ "sin_cos_embedding_keys": null,
2042
+ "mean_std_embedding_keys": null,
2043
+ "action_configs": null
2044
+ }
2045
+ },
2046
+ "language_table": {
2047
+ "video": {
2048
+ "delta_indices": [
2049
+ -6,
2050
+ -4,
2051
+ -2,
2052
+ 0
2053
+ ],
2054
+ "modality_keys": [
2055
+ "primary"
2056
+ ],
2057
+ "sin_cos_embedding_keys": null,
2058
+ "mean_std_embedding_keys": null,
2059
+ "action_configs": null
2060
+ },
2061
+ "state": {
2062
+ "delta_indices": [
2063
+ 0
2064
+ ],
2065
+ "modality_keys": [
2066
+ "end_effector_position"
2067
+ ],
2068
+ "sin_cos_embedding_keys": null,
2069
+ "mean_std_embedding_keys": null,
2070
+ "action_configs": null
2071
+ },
2072
+ "action": {
2073
+ "delta_indices": [
2074
+ 0,
2075
+ 1,
2076
+ 2,
2077
+ 3,
2078
+ 4,
2079
+ 5,
2080
+ 6,
2081
+ 7,
2082
+ 8,
2083
+ 9,
2084
+ 10,
2085
+ 11,
2086
+ 12,
2087
+ 13,
2088
+ 14,
2089
+ 15
2090
+ ],
2091
+ "modality_keys": [
2092
+ "end_effector_position"
2093
+ ],
2094
+ "sin_cos_embedding_keys": null,
2095
+ "mean_std_embedding_keys": null,
2096
+ "action_configs": [
2097
+ {
2098
+ "rep": "DELTA",
2099
+ "type": "EEF",
2100
+ "format": "DEFAULT",
2101
+ "state_key": null
2102
+ }
2103
+ ]
2104
+ },
2105
+ "language": {
2106
+ "delta_indices": [
2107
+ 0
2108
+ ],
2109
+ "modality_keys": [
2110
+ "annotation.human.action.task_description"
2111
+ ],
2112
+ "sin_cos_embedding_keys": null,
2113
+ "mean_std_embedding_keys": null,
2114
+ "action_configs": null
2115
+ }
2116
+ },
2117
+ "ucsd_kitchen_dataset_converted_externally_to_rlds": {
2118
+ "video": {
2119
+ "delta_indices": [
2120
+ -6,
2121
+ -4,
2122
+ -2,
2123
+ 0
2124
+ ],
2125
+ "modality_keys": [
2126
+ "primary"
2127
+ ],
2128
+ "sin_cos_embedding_keys": null,
2129
+ "mean_std_embedding_keys": null,
2130
+ "action_configs": null
2131
+ },
2132
+ "state": {
2133
+ "delta_indices": [
2134
+ 0
2135
+ ],
2136
+ "modality_keys": [
2137
+ "joint_position"
2138
+ ],
2139
+ "sin_cos_embedding_keys": null,
2140
+ "mean_std_embedding_keys": null,
2141
+ "action_configs": null
2142
+ },
2143
+ "action": {
2144
+ "delta_indices": [
2145
+ 0,
2146
+ 1,
2147
+ 2,
2148
+ 3,
2149
+ 4,
2150
+ 5,
2151
+ 6,
2152
+ 7,
2153
+ 8,
2154
+ 9,
2155
+ 10,
2156
+ 11,
2157
+ 12,
2158
+ 13,
2159
+ 14,
2160
+ 15
2161
+ ],
2162
+ "modality_keys": [
2163
+ "end_effector_position",
2164
+ "end_effector_rotation",
2165
+ "gripper_close"
2166
+ ],
2167
+ "sin_cos_embedding_keys": null,
2168
+ "mean_std_embedding_keys": null,
2169
+ "action_configs": [
2170
+ {
2171
+ "rep": "DELTA",
2172
+ "type": "EEF",
2173
+ "format": "DEFAULT",
2174
+ "state_key": null
2175
+ },
2176
+ {
2177
+ "rep": "DELTA",
2178
+ "type": "EEF",
2179
+ "format": "DEFAULT",
2180
+ "state_key": null
2181
+ },
2182
+ {
2183
+ "rep": "ABSOLUTE",
2184
+ "type": "NON_EEF",
2185
+ "format": "DEFAULT",
2186
+ "state_key": null
2187
+ }
2188
+ ]
2189
+ },
2190
+ "language": {
2191
+ "delta_indices": [
2192
+ 0
2193
+ ],
2194
+ "modality_keys": [
2195
+ "annotation.human.action.task_description"
2196
+ ],
2197
+ "sin_cos_embedding_keys": null,
2198
+ "mean_std_embedding_keys": null,
2199
+ "action_configs": null
2200
+ }
2201
+ },
2202
+ "dlr_edan_shared_control_converted_externally_to_rlds": {
2203
+ "video": {
2204
+ "delta_indices": [
2205
+ -6,
2206
+ -4,
2207
+ -2,
2208
+ 0
2209
+ ],
2210
+ "modality_keys": [
2211
+ "primary"
2212
+ ],
2213
+ "sin_cos_embedding_keys": null,
2214
+ "mean_std_embedding_keys": null,
2215
+ "action_configs": null
2216
+ },
2217
+ "state": {
2218
+ "delta_indices": [
2219
+ 0
2220
+ ],
2221
+ "modality_keys": [
2222
+ "end_effector_position",
2223
+ "end_effector_rotation",
2224
+ "gripper_position"
2225
+ ],
2226
+ "sin_cos_embedding_keys": null,
2227
+ "mean_std_embedding_keys": null,
2228
+ "action_configs": null
2229
+ },
2230
+ "action": {
2231
+ "delta_indices": [
2232
+ 0,
2233
+ 1,
2234
+ 2,
2235
+ 3,
2236
+ 4,
2237
+ 5,
2238
+ 6,
2239
+ 7,
2240
+ 8,
2241
+ 9,
2242
+ 10,
2243
+ 11,
2244
+ 12,
2245
+ 13,
2246
+ 14,
2247
+ 15
2248
+ ],
2249
+ "modality_keys": [
2250
+ "end_effector_position",
2251
+ "end_effector_rotation",
2252
+ "gripper_close"
2253
+ ],
2254
+ "sin_cos_embedding_keys": null,
2255
+ "mean_std_embedding_keys": null,
2256
+ "action_configs": [
2257
+ {
2258
+ "rep": "DELTA",
2259
+ "type": "EEF",
2260
+ "format": "DEFAULT",
2261
+ "state_key": null
2262
+ },
2263
+ {
2264
+ "rep": "DELTA",
2265
+ "type": "EEF",
2266
+ "format": "DEFAULT",
2267
+ "state_key": null
2268
+ },
2269
+ {
2270
+ "rep": "ABSOLUTE",
2271
+ "type": "NON_EEF",
2272
+ "format": "DEFAULT",
2273
+ "state_key": null
2274
+ }
2275
+ ]
2276
+ },
2277
+ "language": {
2278
+ "delta_indices": [
2279
+ 0
2280
+ ],
2281
+ "modality_keys": [
2282
+ "annotation.human.action.task_description"
2283
+ ],
2284
+ "sin_cos_embedding_keys": null,
2285
+ "mean_std_embedding_keys": null,
2286
+ "action_configs": null
2287
+ }
2288
+ },
2289
+ "bc_z": {
2290
+ "video": {
2291
+ "delta_indices": [
2292
+ -6,
2293
+ -4,
2294
+ -2,
2295
+ 0
2296
+ ],
2297
+ "modality_keys": [
2298
+ "primary"
2299
+ ],
2300
+ "sin_cos_embedding_keys": null,
2301
+ "mean_std_embedding_keys": null,
2302
+ "action_configs": null
2303
+ },
2304
+ "state": {
2305
+ "delta_indices": [
2306
+ 0
2307
+ ],
2308
+ "modality_keys": [
2309
+ "end_effector_position",
2310
+ "end_effector_rotation",
2311
+ "gripper_position"
2312
+ ],
2313
+ "sin_cos_embedding_keys": null,
2314
+ "mean_std_embedding_keys": null,
2315
+ "action_configs": null
2316
+ },
2317
+ "action": {
2318
+ "delta_indices": [
2319
+ 0,
2320
+ 1,
2321
+ 2,
2322
+ 3,
2323
+ 4,
2324
+ 5,
2325
+ 6,
2326
+ 7,
2327
+ 8,
2328
+ 9,
2329
+ 10,
2330
+ 11,
2331
+ 12,
2332
+ 13,
2333
+ 14,
2334
+ 15
2335
+ ],
2336
+ "modality_keys": [
2337
+ "end_effector_position",
2338
+ "end_effector_rotation",
2339
+ "gripper_close"
2340
+ ],
2341
+ "sin_cos_embedding_keys": null,
2342
+ "mean_std_embedding_keys": null,
2343
+ "action_configs": [
2344
+ {
2345
+ "rep": "DELTA",
2346
+ "type": "EEF",
2347
+ "format": "DEFAULT",
2348
+ "state_key": null
2349
+ },
2350
+ {
2351
+ "rep": "DELTA",
2352
+ "type": "EEF",
2353
+ "format": "DEFAULT",
2354
+ "state_key": null
2355
+ },
2356
+ {
2357
+ "rep": "ABSOLUTE",
2358
+ "type": "NON_EEF",
2359
+ "format": "DEFAULT",
2360
+ "state_key": null
2361
+ }
2362
+ ]
2363
+ },
2364
+ "language": {
2365
+ "delta_indices": [
2366
+ 0
2367
+ ],
2368
+ "modality_keys": [
2369
+ "annotation.human.action.task_description"
2370
+ ],
2371
+ "sin_cos_embedding_keys": null,
2372
+ "mean_std_embedding_keys": null,
2373
+ "action_configs": null
2374
+ }
2375
+ },
2376
+ "austin_buds_dataset_converted_externally_to_rlds": {
2377
+ "video": {
2378
+ "delta_indices": [
2379
+ -6,
2380
+ -4,
2381
+ -2,
2382
+ 0
2383
+ ],
2384
+ "modality_keys": [
2385
+ "primary",
2386
+ "wrist"
2387
+ ],
2388
+ "sin_cos_embedding_keys": null,
2389
+ "mean_std_embedding_keys": null,
2390
+ "action_configs": null
2391
+ },
2392
+ "state": {
2393
+ "delta_indices": [
2394
+ 0
2395
+ ],
2396
+ "modality_keys": [
2397
+ "joint_position",
2398
+ "gripper_position"
2399
+ ],
2400
+ "sin_cos_embedding_keys": null,
2401
+ "mean_std_embedding_keys": null,
2402
+ "action_configs": null
2403
+ },
2404
+ "action": {
2405
+ "delta_indices": [
2406
+ 0,
2407
+ 1,
2408
+ 2,
2409
+ 3,
2410
+ 4,
2411
+ 5,
2412
+ 6,
2413
+ 7,
2414
+ 8,
2415
+ 9,
2416
+ 10,
2417
+ 11,
2418
+ 12,
2419
+ 13,
2420
+ 14,
2421
+ 15
2422
+ ],
2423
+ "modality_keys": [
2424
+ "end_effector_position",
2425
+ "end_effector_rotation",
2426
+ "gripper_close"
2427
+ ],
2428
+ "sin_cos_embedding_keys": null,
2429
+ "mean_std_embedding_keys": null,
2430
+ "action_configs": [
2431
+ {
2432
+ "rep": "DELTA",
2433
+ "type": "EEF",
2434
+ "format": "DEFAULT",
2435
+ "state_key": null
2436
+ },
2437
+ {
2438
+ "rep": "DELTA",
2439
+ "type": "EEF",
2440
+ "format": "DEFAULT",
2441
+ "state_key": null
2442
+ },
2443
+ {
2444
+ "rep": "ABSOLUTE",
2445
+ "type": "NON_EEF",
2446
+ "format": "DEFAULT",
2447
+ "state_key": null
2448
+ }
2449
+ ]
2450
+ },
2451
+ "language": {
2452
+ "delta_indices": [
2453
+ 0
2454
+ ],
2455
+ "modality_keys": [
2456
+ "annotation.human.action.task_description"
2457
+ ],
2458
+ "sin_cos_embedding_keys": null,
2459
+ "mean_std_embedding_keys": null,
2460
+ "action_configs": null
2461
+ }
2462
+ },
2463
+ "agibot_dexhand": {
2464
+ "video": {
2465
+ "delta_indices": [
2466
+ -6,
2467
+ -4,
2468
+ -2,
2469
+ 0
2470
+ ],
2471
+ "modality_keys": [
2472
+ "primary"
2473
+ ],
2474
+ "sin_cos_embedding_keys": null,
2475
+ "mean_std_embedding_keys": null,
2476
+ "action_configs": null
2477
+ },
2478
+ "state": {
2479
+ "delta_indices": [
2480
+ 0
2481
+ ],
2482
+ "modality_keys": [
2483
+ "state"
2484
+ ],
2485
+ "sin_cos_embedding_keys": null,
2486
+ "mean_std_embedding_keys": null,
2487
+ "action_configs": null
2488
+ },
2489
+ "action": {
2490
+ "delta_indices": [
2491
+ 0,
2492
+ 1,
2493
+ 2,
2494
+ 3,
2495
+ 4,
2496
+ 5,
2497
+ 6,
2498
+ 7,
2499
+ 8,
2500
+ 9,
2501
+ 10,
2502
+ 11,
2503
+ 12,
2504
+ 13,
2505
+ 14,
2506
+ 15
2507
+ ],
2508
+ "modality_keys": [
2509
+ "action"
2510
+ ],
2511
+ "sin_cos_embedding_keys": null,
2512
+ "mean_std_embedding_keys": null,
2513
+ "action_configs": [
2514
+ {
2515
+ "rep": "ABSOLUTE",
2516
+ "type": "NON_EEF",
2517
+ "format": "DEFAULT",
2518
+ "state_key": null
2519
+ }
2520
+ ]
2521
+ },
2522
+ "language": {
2523
+ "delta_indices": [
2524
+ 0
2525
+ ],
2526
+ "modality_keys": [
2527
+ "annotation.human.action.task_description"
2528
+ ],
2529
+ "sin_cos_embedding_keys": null,
2530
+ "mean_std_embedding_keys": null,
2531
+ "action_configs": null
2532
+ }
2533
+ },
2534
+ "fractal20220817_data": {
2535
+ "video": {
2536
+ "delta_indices": [
2537
+ -6,
2538
+ -4,
2539
+ -2,
2540
+ 0
2541
+ ],
2542
+ "modality_keys": [
2543
+ "primary"
2544
+ ],
2545
+ "sin_cos_embedding_keys": null,
2546
+ "mean_std_embedding_keys": null,
2547
+ "action_configs": null
2548
+ },
2549
+ "state": {
2550
+ "delta_indices": [
2551
+ 0
2552
+ ],
2553
+ "modality_keys": [
2554
+ "end_effector_position",
2555
+ "end_effector_rotation",
2556
+ "gripper_position"
2557
+ ],
2558
+ "sin_cos_embedding_keys": null,
2559
+ "mean_std_embedding_keys": null,
2560
+ "action_configs": null
2561
+ },
2562
+ "action": {
2563
+ "delta_indices": [
2564
+ 0,
2565
+ 1,
2566
+ 2,
2567
+ 3,
2568
+ 4,
2569
+ 5,
2570
+ 6,
2571
+ 7,
2572
+ 8,
2573
+ 9,
2574
+ 10,
2575
+ 11,
2576
+ 12,
2577
+ 13,
2578
+ 14,
2579
+ 15
2580
+ ],
2581
+ "modality_keys": [
2582
+ "end_effector_position",
2583
+ "end_effector_rotation",
2584
+ "gripper_close"
2585
+ ],
2586
+ "sin_cos_embedding_keys": null,
2587
+ "mean_std_embedding_keys": null,
2588
+ "action_configs": [
2589
+ {
2590
+ "rep": "DELTA",
2591
+ "type": "EEF",
2592
+ "format": "DEFAULT",
2593
+ "state_key": null
2594
+ },
2595
+ {
2596
+ "rep": "DELTA",
2597
+ "type": "EEF",
2598
+ "format": "DEFAULT",
2599
+ "state_key": null
2600
+ },
2601
+ {
2602
+ "rep": "ABSOLUTE",
2603
+ "type": "NON_EEF",
2604
+ "format": "DEFAULT",
2605
+ "state_key": null
2606
+ }
2607
+ ]
2608
+ },
2609
+ "language": {
2610
+ "delta_indices": [
2611
+ 0
2612
+ ],
2613
+ "modality_keys": [
2614
+ "annotation.human.action.task_description"
2615
+ ],
2616
+ "sin_cos_embedding_keys": null,
2617
+ "mean_std_embedding_keys": null,
2618
+ "action_configs": null
2619
+ }
2620
+ },
2621
+ "neural_gr1": {
2622
+ "video": {
2623
+ "delta_indices": [
2624
+ -6,
2625
+ -4,
2626
+ -2,
2627
+ 0
2628
+ ],
2629
+ "modality_keys": [
2630
+ "ego_view"
2631
+ ],
2632
+ "sin_cos_embedding_keys": null,
2633
+ "mean_std_embedding_keys": null,
2634
+ "action_configs": null
2635
+ },
2636
+ "state": {
2637
+ "delta_indices": [
2638
+ 0
2639
+ ],
2640
+ "modality_keys": [
2641
+ "left_arm",
2642
+ "left_hand",
2643
+ "left_leg",
2644
+ "neck",
2645
+ "right_arm",
2646
+ "right_hand",
2647
+ "right_leg",
2648
+ "waist"
2649
+ ],
2650
+ "sin_cos_embedding_keys": null,
2651
+ "mean_std_embedding_keys": null,
2652
+ "action_configs": null
2653
+ },
2654
+ "action": {
2655
+ "delta_indices": [
2656
+ 0,
2657
+ 1,
2658
+ 2,
2659
+ 3,
2660
+ 4,
2661
+ 5,
2662
+ 6,
2663
+ 7,
2664
+ 8,
2665
+ 9,
2666
+ 10,
2667
+ 11,
2668
+ 12,
2669
+ 13,
2670
+ 14,
2671
+ 15
2672
+ ],
2673
+ "modality_keys": [
2674
+ "left_arm",
2675
+ "left_hand",
2676
+ "left_leg",
2677
+ "neck",
2678
+ "right_arm",
2679
+ "right_hand",
2680
+ "right_leg",
2681
+ "waist"
2682
+ ],
2683
+ "sin_cos_embedding_keys": null,
2684
+ "mean_std_embedding_keys": null,
2685
+ "action_configs": [
2686
+ {
2687
+ "rep": "ABSOLUTE",
2688
+ "type": "NON_EEF",
2689
+ "format": "DEFAULT",
2690
+ "state_key": null
2691
+ },
2692
+ {
2693
+ "rep": "ABSOLUTE",
2694
+ "type": "NON_EEF",
2695
+ "format": "DEFAULT",
2696
+ "state_key": null
2697
+ },
2698
+ {
2699
+ "rep": "ABSOLUTE",
2700
+ "type": "NON_EEF",
2701
+ "format": "DEFAULT",
2702
+ "state_key": null
2703
+ },
2704
+ {
2705
+ "rep": "ABSOLUTE",
2706
+ "type": "NON_EEF",
2707
+ "format": "DEFAULT",
2708
+ "state_key": null
2709
+ },
2710
+ {
2711
+ "rep": "ABSOLUTE",
2712
+ "type": "NON_EEF",
2713
+ "format": "DEFAULT",
2714
+ "state_key": null
2715
+ },
2716
+ {
2717
+ "rep": "ABSOLUTE",
2718
+ "type": "NON_EEF",
2719
+ "format": "DEFAULT",
2720
+ "state_key": null
2721
+ },
2722
+ {
2723
+ "rep": "ABSOLUTE",
2724
+ "type": "NON_EEF",
2725
+ "format": "DEFAULT",
2726
+ "state_key": null
2727
+ },
2728
+ {
2729
+ "rep": "ABSOLUTE",
2730
+ "type": "NON_EEF",
2731
+ "format": "DEFAULT",
2732
+ "state_key": null
2733
+ }
2734
+ ]
2735
+ },
2736
+ "language": {
2737
+ "delta_indices": [
2738
+ 0
2739
+ ],
2740
+ "modality_keys": [
2741
+ "annotation.human.action.task_description"
2742
+ ],
2743
+ "sin_cos_embedding_keys": null,
2744
+ "mean_std_embedding_keys": null,
2745
+ "action_configs": null
2746
+ }
2747
+ },
2748
+ "roboturk": {
2749
+ "video": {
2750
+ "delta_indices": [
2751
+ -6,
2752
+ -4,
2753
+ -2,
2754
+ 0
2755
+ ],
2756
+ "modality_keys": [
2757
+ "primary"
2758
+ ],
2759
+ "sin_cos_embedding_keys": null,
2760
+ "mean_std_embedding_keys": null,
2761
+ "action_configs": null
2762
+ },
2763
+ "state": {
2764
+ "delta_indices": [
2765
+ 0
2766
+ ],
2767
+ "modality_keys": [
2768
+ "none"
2769
+ ],
2770
+ "sin_cos_embedding_keys": null,
2771
+ "mean_std_embedding_keys": null,
2772
+ "action_configs": null
2773
+ },
2774
+ "action": {
2775
+ "delta_indices": [
2776
+ 0,
2777
+ 1,
2778
+ 2,
2779
+ 3,
2780
+ 4,
2781
+ 5,
2782
+ 6,
2783
+ 7,
2784
+ 8,
2785
+ 9,
2786
+ 10,
2787
+ 11,
2788
+ 12,
2789
+ 13,
2790
+ 14,
2791
+ 15
2792
+ ],
2793
+ "modality_keys": [
2794
+ "end_effector_position",
2795
+ "end_effector_rotation",
2796
+ "gripper_close"
2797
+ ],
2798
+ "sin_cos_embedding_keys": null,
2799
+ "mean_std_embedding_keys": null,
2800
+ "action_configs": [
2801
+ {
2802
+ "rep": "DELTA",
2803
+ "type": "EEF",
2804
+ "format": "DEFAULT",
2805
+ "state_key": null
2806
+ },
2807
+ {
2808
+ "rep": "DELTA",
2809
+ "type": "EEF",
2810
+ "format": "DEFAULT",
2811
+ "state_key": null
2812
+ },
2813
+ {
2814
+ "rep": "ABSOLUTE",
2815
+ "type": "NON_EEF",
2816
+ "format": "DEFAULT",
2817
+ "state_key": null
2818
+ }
2819
+ ]
2820
+ },
2821
+ "language": {
2822
+ "delta_indices": [
2823
+ 0
2824
+ ],
2825
+ "modality_keys": [
2826
+ "annotation.human.action.task_description"
2827
+ ],
2828
+ "sin_cos_embedding_keys": null,
2829
+ "mean_std_embedding_keys": null,
2830
+ "action_configs": null
2831
+ }
2832
+ },
2833
+ "fmb_dataset": {
2834
+ "video": {
2835
+ "delta_indices": [
2836
+ -6,
2837
+ -4,
2838
+ -2,
2839
+ 0
2840
+ ],
2841
+ "modality_keys": [
2842
+ "primary",
2843
+ "secondary",
2844
+ "wrist"
2845
+ ],
2846
+ "sin_cos_embedding_keys": null,
2847
+ "mean_std_embedding_keys": null,
2848
+ "action_configs": null
2849
+ },
2850
+ "state": {
2851
+ "delta_indices": [
2852
+ 0
2853
+ ],
2854
+ "modality_keys": [
2855
+ "end_effector_position",
2856
+ "end_effector_rotation",
2857
+ "gripper_position"
2858
+ ],
2859
+ "sin_cos_embedding_keys": null,
2860
+ "mean_std_embedding_keys": null,
2861
+ "action_configs": null
2862
+ },
2863
+ "action": {
2864
+ "delta_indices": [
2865
+ 0,
2866
+ 1,
2867
+ 2,
2868
+ 3,
2869
+ 4,
2870
+ 5,
2871
+ 6,
2872
+ 7,
2873
+ 8,
2874
+ 9,
2875
+ 10,
2876
+ 11,
2877
+ 12,
2878
+ 13,
2879
+ 14,
2880
+ 15
2881
+ ],
2882
+ "modality_keys": [
2883
+ "end_effector_position",
2884
+ "end_effector_rotation",
2885
+ "gripper_close"
2886
+ ],
2887
+ "sin_cos_embedding_keys": null,
2888
+ "mean_std_embedding_keys": null,
2889
+ "action_configs": [
2890
+ {
2891
+ "rep": "DELTA",
2892
+ "type": "EEF",
2893
+ "format": "DEFAULT",
2894
+ "state_key": null
2895
+ },
2896
+ {
2897
+ "rep": "DELTA",
2898
+ "type": "EEF",
2899
+ "format": "DEFAULT",
2900
+ "state_key": null
2901
+ },
2902
+ {
2903
+ "rep": "ABSOLUTE",
2904
+ "type": "NON_EEF",
2905
+ "format": "DEFAULT",
2906
+ "state_key": null
2907
+ }
2908
+ ]
2909
+ },
2910
+ "language": {
2911
+ "delta_indices": [
2912
+ 0
2913
+ ],
2914
+ "modality_keys": [
2915
+ "annotation.human.action.task_description"
2916
+ ],
2917
+ "sin_cos_embedding_keys": null,
2918
+ "mean_std_embedding_keys": null,
2919
+ "action_configs": null
2920
+ }
2921
+ },
2922
+ "toto": {
2923
+ "video": {
2924
+ "delta_indices": [
2925
+ -6,
2926
+ -4,
2927
+ -2,
2928
+ 0
2929
+ ],
2930
+ "modality_keys": [
2931
+ "primary"
2932
+ ],
2933
+ "sin_cos_embedding_keys": null,
2934
+ "mean_std_embedding_keys": null,
2935
+ "action_configs": null
2936
+ },
2937
+ "state": {
2938
+ "delta_indices": [
2939
+ 0
2940
+ ],
2941
+ "modality_keys": [
2942
+ "joint_position",
2943
+ "gripper_position"
2944
+ ],
2945
+ "sin_cos_embedding_keys": null,
2946
+ "mean_std_embedding_keys": null,
2947
+ "action_configs": null
2948
+ },
2949
+ "action": {
2950
+ "delta_indices": [
2951
+ 0,
2952
+ 1,
2953
+ 2,
2954
+ 3,
2955
+ 4,
2956
+ 5,
2957
+ 6,
2958
+ 7,
2959
+ 8,
2960
+ 9,
2961
+ 10,
2962
+ 11,
2963
+ 12,
2964
+ 13,
2965
+ 14,
2966
+ 15
2967
+ ],
2968
+ "modality_keys": [
2969
+ "end_effector_position",
2970
+ "end_effector_rotation",
2971
+ "gripper_close"
2972
+ ],
2973
+ "sin_cos_embedding_keys": null,
2974
+ "mean_std_embedding_keys": null,
2975
+ "action_configs": [
2976
+ {
2977
+ "rep": "DELTA",
2978
+ "type": "EEF",
2979
+ "format": "DEFAULT",
2980
+ "state_key": null
2981
+ },
2982
+ {
2983
+ "rep": "DELTA",
2984
+ "type": "EEF",
2985
+ "format": "DEFAULT",
2986
+ "state_key": null
2987
+ },
2988
+ {
2989
+ "rep": "ABSOLUTE",
2990
+ "type": "NON_EEF",
2991
+ "format": "DEFAULT",
2992
+ "state_key": null
2993
+ }
2994
+ ]
2995
+ },
2996
+ "language": {
2997
+ "delta_indices": [
2998
+ 0
2999
+ ],
3000
+ "modality_keys": [
3001
+ "annotation.human.action.task_description"
3002
+ ],
3003
+ "sin_cos_embedding_keys": null,
3004
+ "mean_std_embedding_keys": null,
3005
+ "action_configs": null
3006
+ }
3007
+ },
3008
+ "action_net": {
3009
+ "video": {
3010
+ "delta_indices": [
3011
+ -6,
3012
+ -4,
3013
+ -2,
3014
+ 0
3015
+ ],
3016
+ "modality_keys": [
3017
+ "primary"
3018
+ ],
3019
+ "sin_cos_embedding_keys": null,
3020
+ "mean_std_embedding_keys": null,
3021
+ "action_configs": null
3022
+ },
3023
+ "state": {
3024
+ "delta_indices": [
3025
+ 0
3026
+ ],
3027
+ "modality_keys": [
3028
+ "state"
3029
+ ],
3030
+ "sin_cos_embedding_keys": null,
3031
+ "mean_std_embedding_keys": null,
3032
+ "action_configs": null
3033
+ },
3034
+ "action": {
3035
+ "delta_indices": [
3036
+ 0,
3037
+ 1,
3038
+ 2,
3039
+ 3,
3040
+ 4,
3041
+ 5,
3042
+ 6,
3043
+ 7,
3044
+ 8,
3045
+ 9,
3046
+ 10,
3047
+ 11,
3048
+ 12,
3049
+ 13,
3050
+ 14,
3051
+ 15
3052
+ ],
3053
+ "modality_keys": [
3054
+ "action"
3055
+ ],
3056
+ "sin_cos_embedding_keys": null,
3057
+ "mean_std_embedding_keys": null,
3058
+ "action_configs": [
3059
+ {
3060
+ "rep": "ABSOLUTE",
3061
+ "type": "NON_EEF",
3062
+ "format": "DEFAULT",
3063
+ "state_key": null
3064
+ }
3065
+ ]
3066
+ },
3067
+ "language": {
3068
+ "delta_indices": [
3069
+ 0
3070
+ ],
3071
+ "modality_keys": [
3072
+ "annotation.human.action.task_description"
3073
+ ],
3074
+ "sin_cos_embedding_keys": null,
3075
+ "mean_std_embedding_keys": null,
3076
+ "action_configs": null
3077
+ }
3078
+ },
3079
+ "new_embodiment": {
3080
+ "video": {
3081
+ "delta_indices": [
3082
+ -9,
3083
+ -7,
3084
+ -5,
3085
+ -3,
3086
+ -8,
3087
+ -6,
3088
+ -4,
3089
+ -2,
3090
+ -7,
3091
+ -5,
3092
+ -3,
3093
+ -1,
3094
+ -6,
3095
+ -4,
3096
+ -2,
3097
+ 0
3098
+ ],
3099
+ "modality_keys": [
3100
+ "camera_ego_left",
3101
+ "camera_ego_right"
3102
+ ],
3103
+ "sin_cos_embedding_keys": null,
3104
+ "mean_std_embedding_keys": null,
3105
+ "action_configs": null
3106
+ },
3107
+ "state": {
3108
+ "delta_indices": [
3109
+ -3,
3110
+ -2,
3111
+ -1,
3112
+ 0
3113
+ ],
3114
+ "modality_keys": [
3115
+ "right_arm_joints",
3116
+ "left_arm_joints",
3117
+ "right_hand_joints",
3118
+ "left_hand_joints",
3119
+ "neck_joints"
3120
+ ],
3121
+ "sin_cos_embedding_keys": null,
3122
+ "mean_std_embedding_keys": null,
3123
+ "action_configs": null
3124
+ },
3125
+ "action": {
3126
+ "delta_indices": [
3127
+ 0,
3128
+ 1,
3129
+ 2,
3130
+ 3,
3131
+ 4,
3132
+ 5,
3133
+ 6,
3134
+ 7,
3135
+ 8,
3136
+ 9,
3137
+ 10,
3138
+ 11,
3139
+ 12,
3140
+ 13,
3141
+ 14,
3142
+ 15,
3143
+ 16,
3144
+ 17,
3145
+ 18,
3146
+ 19,
3147
+ 20,
3148
+ 21,
3149
+ 22,
3150
+ 23,
3151
+ 24,
3152
+ 25,
3153
+ 26,
3154
+ 27,
3155
+ 28,
3156
+ 29,
3157
+ 30,
3158
+ 31,
3159
+ 32,
3160
+ 33,
3161
+ 34,
3162
+ 35,
3163
+ 36,
3164
+ 37,
3165
+ 38,
3166
+ 39
3167
+ ],
3168
+ "modality_keys": [
3169
+ "right_arm_joints",
3170
+ "left_arm_joints",
3171
+ "right_hand_joints",
3172
+ "left_hand_joints",
3173
+ "neck_joints"
3174
+ ],
3175
+ "sin_cos_embedding_keys": null,
3176
+ "mean_std_embedding_keys": null,
3177
+ "action_configs": [
3178
+ {
3179
+ "rep": "ABSOLUTE",
3180
+ "type": "NON_EEF",
3181
+ "format": "DEFAULT",
3182
+ "state_key": null
3183
+ },
3184
+ {
3185
+ "rep": "ABSOLUTE",
3186
+ "type": "NON_EEF",
3187
+ "format": "DEFAULT",
3188
+ "state_key": null
3189
+ },
3190
+ {
3191
+ "rep": "ABSOLUTE",
3192
+ "type": "NON_EEF",
3193
+ "format": "DEFAULT",
3194
+ "state_key": null
3195
+ },
3196
+ {
3197
+ "rep": "ABSOLUTE",
3198
+ "type": "NON_EEF",
3199
+ "format": "DEFAULT",
3200
+ "state_key": null
3201
+ },
3202
+ {
3203
+ "rep": "ABSOLUTE",
3204
+ "type": "NON_EEF",
3205
+ "format": "DEFAULT",
3206
+ "state_key": null
3207
+ }
3208
+ ]
3209
+ },
3210
+ "language": {
3211
+ "delta_indices": [
3212
+ 0
3213
+ ],
3214
+ "modality_keys": [
3215
+ "annotation.human.task_description"
3216
+ ],
3217
+ "sin_cos_embedding_keys": null,
3218
+ "mean_std_embedding_keys": null,
3219
+ "action_configs": null
3220
+ }
3221
+ }
3222
+ },
3223
+ "image_crop_size": null,
3224
+ "image_target_size": null,
3225
+ "use_albumentations": true,
3226
+ "random_rotation_angle": null,
3227
+ "color_jitter_params": {
3228
+ "brightness": 0.3,
3229
+ "contrast": 0.4,
3230
+ "hue": 0.08,
3231
+ "saturation": 0.5
3232
+ },
3233
+ "shortest_image_edge": null,
3234
+ "crop_fraction": 0.95,
3235
+ "max_area": 65536,
3236
+ "resize_m": 32,
3237
+ "model_name": "huiwon/alinvlm_v1_3",
3238
+ "model_type": "contextvla_qwen3_vl_legacy",
3239
+ "formalize_language": true,
3240
+ "max_state_dim": 64,
3241
+ "max_action_dim": 64,
3242
+ "max_action_horizon": 40,
3243
+ "use_percentiles": true,
3244
+ "clip_outliers": true,
3245
+ "apply_sincos_state_encoding": false,
3246
+ "use_relative_action": true,
3247
+ "memory_length": 1,
3248
+ "new_embodiment_train_ratio": 0
3249
+ }
3250
+ }
checkpoint-25000/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d004e6279a62acb05b996376edf85f97b3dd2a489b9c3dfc08bea9744fcfa1c
3
+ size 15429
checkpoint-25000/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe232cd3e0f7a7e6e3cd86f4c2ef35c6ba4474ca36b1ede1645462da1a14cb87
3
+ size 15429
checkpoint-25000/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a1d5b5d9708266e5843f70a2b10e198cd759c3e18155d87b18c02bb45e17d81
3
+ size 15429
checkpoint-25000/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad65d115e38ad07a2a386a620a8c4bd993eb36b081d71aa9e703023a9afb0014
3
+ size 15429