Chengpengaaa commited on
Commit
ee0066f
·
verified ·
1 Parent(s): 8691d90

Upload folder using huggingface_hub

Browse files
qwen-0126v/checkpoints/steps_32000_pytorch_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:945903208ae5588e598efe5b3eca4764efa4e5819a5830fb16da9930bb5e60d4
3
+ size 6867599621
qwen-0126v/config.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "QwenAdapter-0126v-eep",
3
+ "run_root_dir": "/data/LumosVLA/LumosVLA/results",
4
+ "seed": 42,
5
+ "trackers": [
6
+ "jsonl",
7
+ "wandb"
8
+ ],
9
+ "wandb_entity": "xspadex-nanyang-technological-university-singapore",
10
+ "wandb_project": "qwenvl-0126v-eep",
11
+ "is_debug": false,
12
+ "framework": {
13
+ "name": "QwenAdapter",
14
+ "qwenvl": {
15
+ "base_vlm": "/data/LumosVLA/LumosVLA/playground/Pretrained_models/hub/models--Qwen--Qwen3-VL-2B-Instruct/snapshots/89644892e4d85e24eaac8bacfd4f463576704203",
16
+ "attn_implementation": "flash_attention_2",
17
+ "vl_hidden_dim": 2048
18
+ },
19
+ "action_model": {
20
+ "action_model_type": "VLA-Adapter",
21
+ "hidden_dim": 2048,
22
+ "action_dim": 20,
23
+ "state_dim": 20,
24
+ "action_query_num": 64,
25
+ "use_pro_version": true,
26
+ "use_proprio": true,
27
+ "phase": "Training",
28
+ "num_actions_chunk": 30
29
+ },
30
+ "framework_py": "QwenAdapter"
31
+ },
32
+ "datasets": {
33
+ "vla_data": {
34
+ "dataset_py": "lerobot_datasets",
35
+ "data_root_dir": "/data/LumosVLA/LumosVLA/data/starvla_intern",
36
+ "data_mix": "train_internAdapter",
37
+ "per_device_batch_size": 32,
38
+ "num_workers": 4,
39
+ "action_type": "abs_ee",
40
+ "image_size": 256,
41
+ "video_backend": "pyav"
42
+ }
43
+ },
44
+ "trainer": {
45
+ "epochs": 100,
46
+ "max_train_steps": 55000,
47
+ "num_warmup_steps": 1000,
48
+ "save_interval": 1000,
49
+ "eval_interval": 100000,
50
+ "learning_rate": {
51
+ "base": 4e-06,
52
+ "qwen_vl_interface": 4e-06,
53
+ "action_model": 1e-05
54
+ },
55
+ "lr_scheduler_type": "cosine_with_min_lr",
56
+ "scheduler_specific_kwargs": {
57
+ "min_lr": 5e-07
58
+ },
59
+ "freeze_modules": "qwen_vl_interface.model.model.language_model",
60
+ "loss_scale": {
61
+ "vla": 1.0,
62
+ "vlm": 0.05
63
+ },
64
+ "max_grad_norm": 1.0,
65
+ "warmup_ratio": 0.1,
66
+ "weight_decay": 0.0,
67
+ "logging_frequency": 10,
68
+ "gradient_clipping": 1.0,
69
+ "gradient_accumulation_steps": 1,
70
+ "optimizer": {
71
+ "name": "AdamW",
72
+ "betas": [
73
+ 0.9,
74
+ 0.95
75
+ ],
76
+ "eps": 1e-08,
77
+ "weight_decay": 0
78
+ },
79
+ "is_resume": true,
80
+ "resume_step": 27000
81
+ },
82
+ "is_resume": false,
83
+ "resume_epoch": null,
84
+ "resume_step": null,
85
+ "enable_gradient_checkpointing": true,
86
+ "enable_mixed_precision_training": true,
87
+ "report_to": "wandb",
88
+ "wandb_run_name": "v1",
89
+ "output_dir": "/data/LumosVLA/LumosVLA/results/QwenAdapter-0126v-eep"
90
+ }
qwen-0126v/config.yaml ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ vla_data:
3
+ data_mix: train_internAdapter
4
+ data_root_dir: /data/LumosVLA/LumosVLA/data/starvla_intern
5
+ dataset_py: lerobot_datasets
6
+ per_device_batch_size: 32
7
+ video_backend: pyav
8
+ framework:
9
+ action_model:
10
+ action_dim: 20
11
+ action_query_num: 64
12
+ hidden_dim: 2048
13
+ num_actions_chunk: 30
14
+ phase: Training
15
+ state_dim: 20
16
+ use_pro_version: true
17
+ use_proprio: true
18
+ name: QwenAdapter
19
+ qwenvl:
20
+ base_vlm: /data/LumosVLA/LumosVLA/playground/Pretrained_models/hub/models--Qwen--Qwen3-VL-2B-Instruct/snapshots/89644892e4d85e24eaac8bacfd4f463576704203
21
+ vl_hidden_dim: 2048
22
+ output_dir: /data/LumosVLA/LumosVLA/results/QwenAdapter-0126v-eep
23
+ run_id: QwenAdapter-0126v-eep
24
+ run_root_dir: /data/LumosVLA/LumosVLA/results
25
+ seed: 42
26
+ trainer:
27
+ eval_interval: 100000
28
+ freeze_modules: qwen_vl_interface.model.model.language_model
29
+ gradient_accumulation_steps: 1
30
+ gradient_clipping: 1.0
31
+ is_resume: true
32
+ learning_rate:
33
+ action_model: 1.0e-05
34
+ base: 4.0e-06
35
+ qwen_vl_interface: 4.0e-06
36
+ logging_frequency: 10
37
+ lr_scheduler_type: cosine_with_min_lr
38
+ max_train_steps: 55000
39
+ num_warmup_steps: 1000
40
+ optimizer:
41
+ betas:
42
+ - 0.9
43
+ - 0.95
44
+ eps: 1.0e-08
45
+ weight_decay: 0
46
+ save_interval: 1000
47
+ scheduler_specific_kwargs:
48
+ min_lr: 5.0e-07
49
+ wandb_entity: xspadex-nanyang-technological-university-singapore
50
+ wandb_project: qwenvl-0126v-eep
qwen-0126v/dataset_statistics.json ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "action": {
4
+ "mean": [
5
+ 0.23971196915954351,
6
+ -0.07325393698192784,
7
+ 0.2039592359215021,
8
+ -1.5161913484334946,
9
+ 0.38040905725210905,
10
+ 0.9461286216974258,
11
+ 0.03827051632106304,
12
+ 0.23643459752202034,
13
+ 0.09655647608451545,
14
+ 0.20731287077069283,
15
+ 1.2944340095855296,
16
+ 0.5062535796314478,
17
+ -1.8863605856895447,
18
+ 0.03741371212527156
19
+ ],
20
+ "std": [
21
+ 0.09051698658774786,
22
+ 0.11684912922379904,
23
+ 0.07275034909773587,
24
+ 2.488221130855096,
25
+ 0.34500947795229847,
26
+ 2.7312296948562444,
27
+ 0.02671876115137093,
28
+ 0.09143749808186113,
29
+ 0.07616377902910691,
30
+ 0.05979330309838163,
31
+ 2.6559062722556184,
32
+ 0.30711328684858114,
33
+ 2.077428273369966,
34
+ 0.02728443102320894
35
+ ],
36
+ "max": [
37
+ 0.5393329858779907,
38
+ 0.48442599177360535,
39
+ 0.6967939734458923,
40
+ 3.1415927410125732,
41
+ 1.5707963705062866,
42
+ 3.1415927410125732,
43
+ 0.06384000182151794,
44
+ 0.5489550232887268,
45
+ 0.45939499139785767,
46
+ 0.6456500291824341,
47
+ 3.1415927410125732,
48
+ 1.5707963705062866,
49
+ 3.1415927410125732,
50
+ 0.060339998453855515
51
+ ],
52
+ "min": [
53
+ -0.10788500308990479,
54
+ -0.5191159844398499,
55
+ 0.05315700173377991,
56
+ -3.1410515308380127,
57
+ -1.5302174091339111,
58
+ -3.1410515308380127,
59
+ 0.00014000000373926014,
60
+ -0.02319999970495701,
61
+ -0.26581600308418274,
62
+ 0.06903599947690964,
63
+ -3.1410515308380127,
64
+ -0.6304129362106323,
65
+ -3.1410515308380127,
66
+ 0.0
67
+ ],
68
+ "q01": [
69
+ 0.044102057814598083,
70
+ -0.36912801861763,
71
+ 0.08692353963851929,
72
+ -3.137159585952759,
73
+ -0.20070484280586243,
74
+ -3.137392044067383,
75
+ 0.0003499999875202775,
76
+ 0.053725481033325195,
77
+ -0.15914200246334076,
78
+ 0.10173498094081879,
79
+ -3.138237953186035,
80
+ -0.11282174289226532,
81
+ -3.1348206996917725,
82
+ 7.000000186963007e-05
83
+ ],
84
+ "q99": [
85
+ 0.4720889925956726,
86
+ 0.4121397137641907,
87
+ 0.4779260456562042,
88
+ 3.1415927410125732,
89
+ 1.5365502834320068,
90
+ 3.1415927410125732,
91
+ 0.059780001640319824,
92
+ 0.4840700030326843,
93
+ 0.34832507371902466,
94
+ 0.42531776428222656,
95
+ 3.1415927410125732,
96
+ 1.5435858964920044,
97
+ 3.1415927410125732,
98
+ 0.05992000177502632
99
+ ],
100
+ "mask": [
101
+ true,
102
+ true,
103
+ true,
104
+ true,
105
+ true,
106
+ true,
107
+ false,
108
+ true,
109
+ true,
110
+ true,
111
+ true,
112
+ true,
113
+ true,
114
+ false
115
+ ]
116
+ },
117
+ "state": {
118
+ "mean": [
119
+ 0.23971196915954351,
120
+ -0.07325393698192784,
121
+ 0.2039592359215021,
122
+ -1.5161913484334946,
123
+ 0.38040905725210905,
124
+ 0.9461286216974258,
125
+ 0.03827051632106304,
126
+ 0.23643459752202034,
127
+ 0.09655647608451545,
128
+ 0.20731287077069283,
129
+ 1.2944340095855296,
130
+ 0.5062535796314478,
131
+ -1.8863605856895447,
132
+ 0.03741371212527156
133
+ ],
134
+ "std": [
135
+ 0.09051698658774786,
136
+ 0.11684912922379904,
137
+ 0.07275034909773587,
138
+ 2.488221130855096,
139
+ 0.34500947795229847,
140
+ 2.7312296948562444,
141
+ 0.02671876115137093,
142
+ 0.09143749808186113,
143
+ 0.07616377902910691,
144
+ 0.05979330309838163,
145
+ 2.6559062722556184,
146
+ 0.30711328684858114,
147
+ 2.077428273369966,
148
+ 0.02728443102320894
149
+ ],
150
+ "max": [
151
+ 0.5393329858779907,
152
+ 0.48442599177360535,
153
+ 0.6967939734458923,
154
+ 3.1415927410125732,
155
+ 1.5707963705062866,
156
+ 3.1415927410125732,
157
+ 0.06384000182151794,
158
+ 0.5489550232887268,
159
+ 0.45939499139785767,
160
+ 0.6456500291824341,
161
+ 3.1415927410125732,
162
+ 1.5707963705062866,
163
+ 3.1415927410125732,
164
+ 0.060339998453855515
165
+ ],
166
+ "min": [
167
+ -0.10788500308990479,
168
+ -0.5191159844398499,
169
+ 0.05315700173377991,
170
+ -3.1410515308380127,
171
+ -1.5302174091339111,
172
+ -3.1410515308380127,
173
+ 0.00014000000373926014,
174
+ -0.02319999970495701,
175
+ -0.26581600308418274,
176
+ 0.06903599947690964,
177
+ -3.1410515308380127,
178
+ -0.6304129362106323,
179
+ -3.1410515308380127,
180
+ 0.0
181
+ ],
182
+ "q01": [
183
+ 0.044102057814598083,
184
+ -0.36912801861763,
185
+ 0.08692353963851929,
186
+ -3.137159585952759,
187
+ -0.20070484280586243,
188
+ -3.137392044067383,
189
+ 0.0003499999875202775,
190
+ 0.053725481033325195,
191
+ -0.15914200246334076,
192
+ 0.10173498094081879,
193
+ -3.138237953186035,
194
+ -0.11282174289226532,
195
+ -3.1348206996917725,
196
+ 7.000000186963007e-05
197
+ ],
198
+ "q99": [
199
+ 0.4720889925956726,
200
+ 0.4121397137641907,
201
+ 0.4779260456562042,
202
+ 3.1415927410125732,
203
+ 1.5365502834320068,
204
+ 3.1415927410125732,
205
+ 0.059780001640319824,
206
+ 0.4840700030326843,
207
+ 0.34832507371902466,
208
+ 0.42531776428222656,
209
+ 3.1415927410125732,
210
+ 1.5435858964920044,
211
+ 3.1415927410125732,
212
+ 0.05992000177502632
213
+ ]
214
+ },
215
+ "num_transitions": 1509415,
216
+ "num_trajectories": 1361
217
+ }
218
+ }