ajaysri commited on
Commit
7f0618c
·
verified ·
1 Parent(s): 4fcd21f

Add sanitized training config

Browse files
Files changed (1) hide show
  1. config.json +63 -0
config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_root_dir": null,
3
+ "dataset_statistics_map": null,
4
+ "global_subset_fraction": null,
5
+ "hf_token": null,
6
+ "image_aug": false,
7
+ "is_resume": true,
8
+ "non_action_datasets": null,
9
+ "normalize_data": true,
10
+ "pretrained_checkpoint": null,
11
+ "random_llm_weights": false,
12
+ "resume_epoch": null,
13
+ "resume_step": null,
14
+ "run_id": "base--mg_turn_on_sink_lite",
15
+ "run_id_note": "mg_turn_on_sink_lite",
16
+ "run_root_dir": null,
17
+ "save_interval": 5000,
18
+ "seed": 7,
19
+ "subset_percentages": null,
20
+ "trackers": [
21
+ "jsonl",
22
+ "wandb"
23
+ ],
24
+ "vla": {
25
+ "action_tokenizer": "mg_turn_on_sink_lite_vq_extra_action_tokenizer",
26
+ "base_vlm": "ajaysri/prism-qwen25-extra-dinosiglip-224px-0_5b-stage-finetune-x7",
27
+ "data_mix": "mg_turn_on_sink_lite",
28
+ "ee_pose_2D_stride": 8,
29
+ "enable_gradient_checkpointing": true,
30
+ "enable_mixed_precision_training": true,
31
+ "epochs": 1000,
32
+ "expected_world_size": 8,
33
+ "freeze_llm_backbone": false,
34
+ "freeze_vision_backbone": false,
35
+ "future_2D_trace_window_size": 40,
36
+ "future_obj_pose_window_size": 40,
37
+ "global_batch_size": 256,
38
+ "image_sequence_len": 1,
39
+ "learning_rate": 2e-05,
40
+ "lr_scheduler_type": "constant",
41
+ "max_grad_norm": 1.0,
42
+ "max_steps": 15000,
43
+ "normalize_data": true,
44
+ "obj_pose_stride": 8,
45
+ "past_2D_trace_window_size": 0,
46
+ "past_obj_pose_window_size": 0,
47
+ "per_device_batch_size": 32,
48
+ "reduce_in_full_precision": true,
49
+ "save_every_n_steps": 25000,
50
+ "shuffle_buffer_size": 256000,
51
+ "train_strategy": "fsdp-full-shard",
52
+ "transform_types": "action",
53
+ "transform_weights": null,
54
+ "type": "prism-qwen25-dinosiglip-224px+0_5b+mx-xembod-robocasa-full",
55
+ "unfreeze_last_llm_layer": false,
56
+ "use_wrist_image": false,
57
+ "vla_id": "prism-qwen25-dinosiglip-224px+0_5b+mx-xembod-robocasa-full",
58
+ "warmup_ratio": 0.0,
59
+ "weight_decay": 0.0
60
+ },
61
+ "wandb_entity": "jensen_team",
62
+ "wandb_project": "prismatic-aux"
63
+ }