outsider86 commited on
Commit
9ed6029
·
verified ·
1 Parent(s): 1df972e

Upload fastumi_airhockey_bounce_qwenPI_0522_DiT-S_rtc_ft/config.yaml with huggingface_hub

Browse files
fastumi_airhockey_bounce_qwenPI_0522_DiT-S_rtc_ft/config.yaml ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ datasets:
2
+ vla_data:
3
+ CoT_prompt: Your task is {instruction}. To identify the key objects for your task.
4
+ Locate their bounding boxes in [x1,y1,x2,y2] format.
5
+ data_mix: 3airhockey_dynamic_bounce
6
+ data_root_dir: playground/Datasets/FastUMI
7
+ dataset_py: lerobot_datasets
8
+ per_device_batch_size: 8
9
+ video_backend: torchvision_av
10
+ framework:
11
+ action_model:
12
+ action_dim: 2
13
+ add_pos_embed: true
14
+ diffusion_model_cfg:
15
+ attention_head_dim: 64
16
+ cross_attention_dim: 2048
17
+ dropout: 0.2
18
+ final_dropout: true
19
+ input_embedding_dim: 2048
20
+ interleave_self_attention: true
21
+ norm_type: ada_norm
22
+ num_attention_heads: 32
23
+ num_layers: 36
24
+ output_dim: 1024
25
+ positional_embeddings: null
26
+ future_action_window_size: 31
27
+ max_seq_len: 1024
28
+ noise_beta_alpha: 1.5
29
+ noise_beta_beta: 1.0
30
+ noise_s: 0.999
31
+ num_inference_timesteps: 4
32
+ num_target_vision_tokens: 32
33
+ num_timestep_buckets: 1000
34
+ past_action_window_size: 0
35
+ state_dim: 2
36
+ simulated_delay: 6
37
+ name: QwenPI
38
+ qwenvl:
39
+ attn_implementation: flash_attention_2
40
+ base_vlm: playground/Pretrained_models/Qwen2.5-VL-3B-Instruct-Action
41
+ num_vl_layers: 36
42
+ vl_hidden_dim: 2048
43
+ output_dir: ./results/Checkpoints/fastumi_airhockey_bounce_qwenPI_0522_DiT-S_rtc_ft
44
+ run_id: fastumi_airhockey_bounce_qwenPI_0522_DiT-S_rtc_ft
45
+ run_root_dir: ./results/Checkpoints
46
+ seed: 42
47
+ trainer:
48
+ eval_interval: 100
49
+ freeze_modules: null
50
+ gradient_accumulation_steps: 1
51
+ gradient_clipping: 1.0
52
+ is_resume: true
53
+ learning_rate:
54
+ action_model: 0.0001
55
+ base: 2.5e-05
56
+ qwen_vl_interface: 1.0e-05
57
+ logging_frequency: 50
58
+ lr_scheduler_type: cosine_with_min_lr
59
+ max_train_steps: 5000
60
+ num_warmup_steps: 5000
61
+ optimizer:
62
+ betas:
63
+ - 0.9
64
+ - 0.95
65
+ eps: 1.0e-08
66
+ weight_decay: 1.0e-08
67
+ save_interval: 10000
68
+ scheduler_specific_kwargs:
69
+ min_lr: 1.0e-06
70
+ pretrained_checkpoint: ./results/Checkpoints/fastumi_airhockey_bounce_qwenPI_0522_DiT-S/checkpoints/steps_20000_pytorch_model.pt
71
+ wandb_entity: 2200011093-peking-university
72
+ wandb_project: starVLA_FastUMI_airhockey_bounce_0522_DiTS
73
+ hf_repo_id: outsider86/DiscreteRTC