pmcheng commited on
Commit
eed056e
·
verified ·
1 Parent(s): 47b7a73

Upload folder using huggingface_hub

Browse files
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:f51028eeca9713eaab4d17140e287e99b1452fb1c40920a7138b2cb2c2a899bb
3
+ size 9302450124
checkpoint.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "type": "ds_model",
3
+ "version": 0.0,
4
+ "checkpoints": "mp_rank_00_model_states.pt"
5
+ }
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "device": "cuda",
3
+ "run_name": "Evo1_metaworld_stage2",
4
+ "vlm_name": "OpenGVLab/InternVL3-1B",
5
+ "action_head": "flowmatching",
6
+ "return_cls_only": false,
7
+ "disable_wandb": true,
8
+ "dataset_type": "lerobot",
9
+ "data_paths": null,
10
+ "dataset_config_path": "dataset/config.yaml",
11
+ "image_size": 448,
12
+ "binarize_gripper": false,
13
+ "use_augmentation": true,
14
+ "lr": 1e-05,
15
+ "batch_size": 4,
16
+ "max_steps": 80000,
17
+ "warmup_steps": 1000,
18
+ "grad_clip_norm": 1.0,
19
+ "weight_decay": 0.001,
20
+ "log_interval": 10,
21
+ "ckpt_interval": 2500,
22
+ "save_dir": "./checkpoints/stage2",
23
+ "resume": true,
24
+ "resume_path": "./checkpoints/stage1/step_2500",
25
+ "resume_pretrain": true,
26
+ "finetune_vlm": true,
27
+ "finetune_action_head": true,
28
+ "per_action_dim": 24,
29
+ "state_dim": 24,
30
+ "horizon": 50,
31
+ "num_layers": 8,
32
+ "num_workers": 4,
33
+ "dropout": 0.2,
34
+ "action_dim": 1200
35
+ }
mp_rank_00_model_states.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45e0395bd61418efc6f92585a93e436075a5cec518cac234f4757818ff650ba0
3
+ size 1552485008
norm_stats.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metaworld_sawyer": {
3
+ "observation.state": {
4
+ "min": [
5
+ -83.67035675048828,
6
+ -41.2705078125,
7
+ -94.53362274169922,
8
+ 24.15875816345215,
9
+ -81.79480743408203,
10
+ 1.0128291845321655
11
+ ],
12
+ "max": [
13
+ 46.66157913208008,
14
+ 60.87505340576172,
15
+ 41.34490203857422,
16
+ 98.87834167480469,
17
+ 44.35587692260742,
18
+ 73.66644287109375
19
+ ]
20
+ },
21
+ "action": {
22
+ "min": [
23
+ -83.580078125,
24
+ -42.29953384399414,
25
+ -98.73188781738281,
26
+ 21.79991340637207,
27
+ -82.13724517822266,
28
+ 0.08278145641088486
29
+ ],
30
+ "max": [
31
+ 46.79228210449219,
32
+ 59.69452667236328,
33
+ 41.213768005371094,
34
+ 100.0,
35
+ 44.63069534301758,
36
+ 74.08940124511719
37
+ ]
38
+ }
39
+ }
40
+ }