Frywind commited on
Commit
ffec1f5
·
verified ·
1 Parent(s): b49fb8d

Upload config.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.yaml +72 -0
config.yaml ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ vla_data:
3
+ action_mode: abs
4
+ data_mix: robotwin_all_50
5
+ data_root_dir: playground/Datasets/RoboTwin
6
+ dataset_py: lerobot_datasets
7
+ obs_image_size:
8
+ - 224
9
+ - 224
10
+ per_device_batch_size: 8
11
+ video_backend: pyav
12
+ framework:
13
+ action_model:
14
+ action_dim: 14
15
+ action_horizon: 50
16
+ add_pos_embed: true
17
+ diffusion_model_cfg:
18
+ action_dit_hidden_dim: 1024
19
+ attention_head_dim: 64
20
+ cross_attention_dim: 1024
21
+ dropout: 0.2
22
+ final_dropout: true
23
+ input_embedding_dim: 1024
24
+ interleave_self_attention: true
25
+ norm_type: ada_norm
26
+ num_attention_heads: 16
27
+ num_layers: 28
28
+ output_dim: 2560
29
+ positional_embeddings: null
30
+ max_seq_len: 1024
31
+ noise_beta_alpha: 1.5
32
+ noise_beta_beta: 1.0
33
+ noise_s: 0.999
34
+ num_inference_timesteps: 10
35
+ num_target_vision_tokens: 32
36
+ num_timestep_buckets: 1000
37
+ state_dim: 14
38
+ name: QwenPI_v3
39
+ qwenvl:
40
+ attn_implementation: flash_attention_2
41
+ base_vlm: playground/Pretrained_models/Qwen/Qwen3-VL-2B-Instruct
42
+ num_vl_layers: 28
43
+ vl_hidden_dim: 2048
44
+ output_dir: ./results/Checkpoints/0601_robotwin_all_50_qwen3piv3_all
45
+ run_id: 0601_robotwin_all_50_qwen3piv3_all
46
+ run_root_dir: ./results/Checkpoints
47
+ seed: 42
48
+ trainer:
49
+ eval_batch_size: 8
50
+ eval_interval: 1000
51
+ eval_num_samples: 256
52
+ freeze_modules: true
53
+ gradient_clipping: 1.0
54
+ is_resume: true
55
+ learning_rate:
56
+ action_model: 0.0001
57
+ base: 1.0e-05
58
+ qwen_vl_interface: 1.0e-05
59
+ logging_frequency: 100
60
+ lr_scheduler_type: cosine_with_min_lr
61
+ max_train_steps: 150000
62
+ num_warmup_steps: 5000
63
+ optimizer:
64
+ betas:
65
+ - 0.9
66
+ - 0.95
67
+ eps: 1.0e-08
68
+ weight_decay: 1.0e-08
69
+ save_interval: 10000
70
+ scheduler_specific_kwargs:
71
+ min_lr: 5.0e-07
72
+ wandb_project: starVLA_Robotwin