LucaFrat commited on
Commit
e032156
·
verified ·
1 Parent(s): 2161e75

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. README.md +46 -0
  2. groot-wbc-8/checkpoint-3500/config.json +88 -0
  3. groot-wbc-8/checkpoint-3500/embodiment_id.json +57 -0
  4. groot-wbc-8/checkpoint-3500/experiment_cfg/conf.yaml +253 -0
  5. groot-wbc-8/checkpoint-3500/experiment_cfg/config.yaml +279 -0
  6. groot-wbc-8/checkpoint-3500/experiment_cfg/dataset_statistics.json +907 -0
  7. groot-wbc-8/checkpoint-3500/experiment_cfg/final_model_config.json +55 -0
  8. groot-wbc-8/checkpoint-3500/experiment_cfg/final_processor_config.json +0 -0
  9. groot-wbc-8/checkpoint-3500/model.safetensors.index.json +0 -0
  10. groot-wbc-8/checkpoint-3500/processor_config.json +1159 -0
  11. groot-wbc-8/checkpoint-3500/statistics.json +0 -0
  12. groot-wbc-8/checkpoint-3500/trainer_state.json +2190 -0
  13. groot-wbc-8/checkpoint-3500/wandb_config.json +1 -0
  14. groot-wbc-8/checkpoint-4000/config.json +88 -0
  15. groot-wbc-8/checkpoint-4000/embodiment_id.json +57 -0
  16. groot-wbc-8/checkpoint-4000/experiment_cfg/conf.yaml +253 -0
  17. groot-wbc-8/checkpoint-4000/experiment_cfg/config.yaml +279 -0
  18. groot-wbc-8/checkpoint-4000/experiment_cfg/dataset_statistics.json +907 -0
  19. groot-wbc-8/checkpoint-4000/experiment_cfg/final_model_config.json +55 -0
  20. groot-wbc-8/checkpoint-4000/experiment_cfg/final_processor_config.json +0 -0
  21. groot-wbc-8/checkpoint-4000/model.safetensors.index.json +0 -0
  22. groot-wbc-8/checkpoint-4000/processor_config.json +1159 -0
  23. groot-wbc-8/checkpoint-4000/statistics.json +0 -0
  24. groot-wbc-8/checkpoint-4000/trainer_state.json +2498 -0
  25. groot-wbc-8/checkpoint-4000/wandb_config.json +1 -0
  26. groot-wbc-8/checkpoint-500/model.safetensors.index.json +0 -0
  27. groot-wbc-8/checkpoint-500/statistics.json +0 -0
  28. groot-wbc-8/checkpoint-500/trainer_state.json +342 -0
  29. groot-wbc-8/checkpoint-5000/config.json +88 -0
  30. groot-wbc-8/checkpoint-5000/embodiment_id.json +57 -0
  31. groot-wbc-8/checkpoint-5000/experiment_cfg/conf.yaml +253 -0
  32. groot-wbc-8/checkpoint-5000/experiment_cfg/config.yaml +279 -0
  33. groot-wbc-8/checkpoint-5000/experiment_cfg/dataset_statistics.json +907 -0
  34. groot-wbc-8/checkpoint-5000/experiment_cfg/final_model_config.json +55 -0
  35. groot-wbc-8/checkpoint-5000/experiment_cfg/final_processor_config.json +0 -0
  36. groot-wbc-8/checkpoint-5000/model.safetensors.index.json +0 -0
  37. groot-wbc-8/checkpoint-5000/processor_config.json +1159 -0
  38. groot-wbc-8/checkpoint-5000/statistics.json +0 -0
  39. groot-wbc-8/checkpoint-5000/trainer_state.json +3114 -0
  40. groot-wbc-8/checkpoint-5000/wandb_config.json +1 -0
  41. groot-wbc-8/config.json +88 -0
  42. groot-wbc-8/experiment_cfg/conf.yaml +253 -0
  43. groot-wbc-8/experiment_cfg/config.yaml +279 -0
  44. groot-wbc-8/experiment_cfg/dataset_statistics.json +907 -0
  45. groot-wbc-8/experiment_cfg/final_model_config.json +55 -0
  46. groot-wbc-8/experiment_cfg/final_processor_config.json +0 -0
  47. groot-wbc-8/model.safetensors.index.json +0 -0
  48. groot-wbc-8/wandb_config.json +1 -0
  49. training.log +0 -0
  50. training_params.txt +22 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - robotics
5
+ - gr00t
6
+ - isaac
7
+ - humanoid
8
+ base_model: nvidia/GR00T-N1.7-3B
9
+ ---
10
+
11
+ # GR00T fine-tune
12
+
13
+ Fine-tuned from `nvidia/GR00T-N1.7-3B` on 2026-05-28T11:27:53+00:00.
14
+ Embodiment: `UNITREE_G1_SONIC`. Trained on 1 GPUs.
15
+
16
+ ## Hyperparameters
17
+
18
+ ```
19
+ timestamp = 2026-05-28T10:18:24+00:00
20
+ log_file = /home/ubuntu/groot-files/logs/train-2026-05-28-101824.log
21
+ base_model = nvidia/GR00T-N1.7-3B
22
+ embodiment_tag = UNITREE_G1_SONIC
23
+ dataset_dir = /home/ubuntu/groot-files/dataset_wbc_train
24
+ eval_dataset_dir = /home/ubuntu/groot-files/dataset_wbc_eval
25
+ eval_steps = 250
26
+ eval_num_batches = 50
27
+ checkpoint_dir = /home/ubuntu/groot-files/checkpoints/run-2026-05-28-101824
28
+ num_gpus = 1
29
+ global_batch_size = 8
30
+ max_steps = 10000
31
+ save_steps = 500
32
+ save_total_limit = 20
33
+ learning_rate = 1e-4
34
+ warmup_ratio = 0.05
35
+ weight_decay = 1e-5
36
+ dataloader_workers = 6
37
+ resume = <none>
38
+ use_wandb = 1
39
+ wandb_project = groot-wbc
40
+ wandb_run_name = groot-wbc-8
41
+ ```
42
+
43
+ ## Checkpoints
44
+
45
+ Intermediate checkpoints (`checkpoint-N/`) are pushed incrementally during
46
+ training; the top-level files in this repo are the final model state.
groot-wbc-8/checkpoint-3500/config.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_horizon": 40,
3
+ "add_pos_embed": true,
4
+ "apply_sincos_state_encoding": false,
5
+ "architectures": [
6
+ "Gr00tN1d7"
7
+ ],
8
+ "attn_dropout": 0.2,
9
+ "attn_implementation": null,
10
+ "backbone_embedding_dim": 2048,
11
+ "backbone_trainable_params_fp32": true,
12
+ "color_jitter_params": {
13
+ "brightness": 0.3,
14
+ "contrast": 0.4,
15
+ "hue": 0.08,
16
+ "saturation": 0.5
17
+ },
18
+ "crop_fraction": 0.95,
19
+ "diffusion_model_cfg": {
20
+ "attention_head_dim": 48,
21
+ "dropout": 0.2,
22
+ "final_dropout": true,
23
+ "interleave_self_attention": true,
24
+ "norm_type": "ada_norm",
25
+ "num_attention_heads": 32,
26
+ "num_layers": 32,
27
+ "output_dim": 1024,
28
+ "positional_embeddings": null
29
+ },
30
+ "dtype": "float32",
31
+ "exclude_state": false,
32
+ "formalize_language": true,
33
+ "hidden_size": 1024,
34
+ "image_crop_size": [
35
+ 230,
36
+ 230
37
+ ],
38
+ "image_target_size": [
39
+ 256,
40
+ 256
41
+ ],
42
+ "letter_box_transform": false,
43
+ "load_bf16": false,
44
+ "max_action_dim": 132,
45
+ "max_num_embodiments": 32,
46
+ "max_seq_len": 1024,
47
+ "max_state_dim": 132,
48
+ "model_dtype": "bfloat16",
49
+ "model_name": "nvidia/Cosmos-Reason2-2B",
50
+ "model_type": "Gr00tN1d7",
51
+ "noise_beta_alpha": 1.5,
52
+ "noise_beta_beta": 1.0,
53
+ "noise_s": 0.999,
54
+ "num_inference_timesteps": 4,
55
+ "num_timestep_buckets": 1000,
56
+ "random_history_crop": true,
57
+ "random_rotation_angle": 0,
58
+ "reproject_vision": false,
59
+ "rtc_ramp_rate": 6.0,
60
+ "select_layer": 16,
61
+ "shortest_image_edge": 256,
62
+ "state_dropout_prob": 0.2,
63
+ "state_gaussian_noise_std": 0.0,
64
+ "transformers_version": "4.57.3",
65
+ "tune_diffusion_model": true,
66
+ "tune_linear": true,
67
+ "tune_llm": false,
68
+ "tune_projector": true,
69
+ "tune_top_llm_layers": 0,
70
+ "tune_visual": false,
71
+ "tune_vlln": true,
72
+ "use_albumentations": true,
73
+ "use_alternate_vl_dit": true,
74
+ "use_flash_attention": true,
75
+ "use_future_tokens": false,
76
+ "use_mean_std": false,
77
+ "use_percentiles": true,
78
+ "use_vl_self_attention": true,
79
+ "use_vlln": true,
80
+ "vl_self_attention_cfg": {
81
+ "attention_head_dim": 64,
82
+ "dropout": 0.2,
83
+ "final_dropout": true,
84
+ "num_attention_heads": 32,
85
+ "num_layers": 4,
86
+ "positional_embeddings": null
87
+ }
88
+ }
groot-wbc-8/checkpoint-3500/embodiment_id.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robocasa_panda_omron": 13,
3
+ "oxe_droid": 17,
4
+ "oxe_fractal": 18,
5
+ "oxe_language_table": 19,
6
+ "oxe_bridge": 20,
7
+ "unknown": 22,
8
+ "gr1_unified": 20,
9
+ "agibot": 26,
10
+ "sim_behavior_r1_pro": 23,
11
+ "xdof": 24,
12
+ "xdof_oss_data": 25,
13
+ "unitree_g1_full_body_with_waist_height_nav_cmd": 25,
14
+ "real_r1_pro_sharpa": 27,
15
+ "real_r1_pro_sharpa_add_view": 27,
16
+ "real_r1_pro_sharpa_relative_arm_joint": 26,
17
+ "real_r1_pro_sharpa_delta_eef": 26,
18
+ "real_r1_pro_sharpa_absolute_eef": 26,
19
+ "real_r1_pro_sharpa_meanstd": 26,
20
+ "real_r1_pro_sharpa_relative_eef": 26,
21
+ "real_r1_pro_sharpa_relative_eef_add_view": 26,
22
+ "real_r1_pro_sharpa_relative_eef_relative_hand": 26,
23
+ "real_r1_pro_sharpa_relative_eef_human": 26,
24
+ "real_r1_pro_sharpa_relative_eef_human_add_view": 26,
25
+ "real_r1_pro_sharpa_relative_eef_human_relative_hand": 26,
26
+ "real_r1_pro_sharpa_relative_eef_egodex": 26,
27
+ "real_r1_pro_sharpa_relative_eef_egodex_relative_hand": 26,
28
+ "real_r1_pro_sharpa_relative_eef_egodex_wrist_only": 26,
29
+ "real_r1_pro_sharpa_relative_eef_maxinsights": 26,
30
+ "real_r1_pro_sharpa_relative_eef_maxinsights_relative_hand": 26,
31
+ "real_r1_pro_sharpa_relative_eef_mecka": 26,
32
+ "real_r1_pro_sharpa_relative_eef_mecka_relative_hand": 26,
33
+ "real_g1_relative_eef_absolute_joints": 25,
34
+ "real_g1_relative_eef_absolute_joints_wrist_cam": 25,
35
+ "real_g1_relative_eef_relative_joints": 25,
36
+ "real_r1_pro_sharpa_relative_eef_relative_hand_relative_joint": 26,
37
+ "real_r1_pro_sharpa_relative_joint": 29,
38
+ "oxe_droid_relative_eef_relative_joint": 24,
39
+ "oxe_droid_relative_eef_relative_joint_swapped": 24,
40
+ "oxe_droid_relative_eef_relative_joint_upweight_z": 24,
41
+ "oxe_droid_relative_eef_relative_joint_upweight_z_swapped": 24,
42
+ "oxe_droid_relative_eef_relative_joint_3view": 24,
43
+ "oxe_droid_relative_eef_relative_joint_3view_swapped": 24,
44
+ "oxe_droid_relative_eef": 24,
45
+ "oxe_droid_joint_position_relative": 24,
46
+ "xdof_relative_eef_relative_joint": 27,
47
+ "xdof_relative_eef_relative_joint_subtask": 27,
48
+ "xdof_relative_eef": 27,
49
+ "xdof_relative_joint": 28,
50
+ "simpler_env_google": 0,
51
+ "simpler_env_widowx": 1,
52
+ "libero_sim": 2,
53
+ "droid_sim": 3,
54
+ "unitree_g1_sonic": 11,
55
+ "new_embodiment": 10,
56
+ "robocasa_gr1_tabletop": 10
57
+ }
groot-wbc-8/checkpoint-3500/experiment_cfg/conf.yaml ADDED
@@ -0,0 +1,253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ load_config_path: null
2
+ model:
3
+ model_type: Gr00tN1d7
4
+ model_dtype: bfloat16
5
+ model_name: nvidia/Cosmos-Reason2-2B
6
+ backbone_model_type: qwen
7
+ model_revision: null
8
+ tune_top_llm_layers: 0
9
+ backbone_embedding_dim: 2048
10
+ tune_llm: false
11
+ tune_visual: false
12
+ select_layer: 12
13
+ reproject_vision: false
14
+ use_flash_attention: true
15
+ load_bf16: false
16
+ backbone_trainable_params_fp32: true
17
+ image_crop_size:
18
+ - 230
19
+ - 230
20
+ image_target_size:
21
+ - 256
22
+ - 256
23
+ shortest_image_edge: null
24
+ crop_fraction: null
25
+ random_rotation_angle: null
26
+ color_jitter_params:
27
+ brightness: 0.3
28
+ contrast: 0.4
29
+ saturation: 0.5
30
+ hue: 0.08
31
+ use_albumentations_transforms: true
32
+ extra_augmentation_config: null
33
+ formalize_language: true
34
+ apply_sincos_state_encoding: false
35
+ use_percentiles: true
36
+ use_relative_action: true
37
+ max_state_dim: 132
38
+ max_action_dim: 132
39
+ action_horizon: 40
40
+ hidden_size: 1024
41
+ input_embedding_dim: 1536
42
+ state_history_length: 1
43
+ add_pos_embed: true
44
+ attn_dropout: 0.2
45
+ use_vlln: true
46
+ max_seq_len: 1024
47
+ use_alternate_vl_dit: true
48
+ attend_text_every_n_blocks: 2
49
+ diffusion_model_cfg:
50
+ positional_embeddings: null
51
+ num_layers: 16
52
+ num_attention_heads: 32
53
+ attention_head_dim: 48
54
+ norm_type: ada_norm
55
+ dropout: 0.2
56
+ final_dropout: true
57
+ output_dim: 1024
58
+ interleave_self_attention: true
59
+ num_inference_timesteps: 4
60
+ noise_beta_alpha: 1.5
61
+ noise_beta_beta: 1.0
62
+ noise_s: 0.999
63
+ num_timestep_buckets: 1000
64
+ tune_projector: true
65
+ tune_diffusion_model: true
66
+ tune_vlln: true
67
+ state_dropout_prob: 0.2
68
+ exclude_state: false
69
+ use_mean_std: false
70
+ max_num_embodiments: 32
71
+ data:
72
+ datasets:
73
+ - dataset_paths:
74
+ - /home/ubuntu/groot-files/dataset_wbc_train
75
+ embodiment_tag: unitree_g1_sonic
76
+ mix_ratio: 1.0
77
+ dataset_type: physical_embodiment
78
+ val_dataset_path: null
79
+ modality_configs:
80
+ unitree_g1_sonic:
81
+ video:
82
+ delta_indices:
83
+ - 0
84
+ modality_keys:
85
+ - ego_view
86
+ sin_cos_embedding_keys: null
87
+ mean_std_embedding_keys: null
88
+ action_configs: null
89
+ state:
90
+ delta_indices:
91
+ - 0
92
+ modality_keys:
93
+ - left_leg
94
+ - right_leg
95
+ - waist
96
+ - left_arm
97
+ - right_arm
98
+ - left_hand
99
+ - right_hand
100
+ - projected_gravity
101
+ sin_cos_embedding_keys: null
102
+ mean_std_embedding_keys: null
103
+ action_configs: null
104
+ action:
105
+ delta_indices:
106
+ - 0
107
+ - 1
108
+ - 2
109
+ - 3
110
+ - 4
111
+ - 5
112
+ - 6
113
+ - 7
114
+ - 8
115
+ - 9
116
+ - 10
117
+ - 11
118
+ - 12
119
+ - 13
120
+ - 14
121
+ - 15
122
+ - 16
123
+ - 17
124
+ - 18
125
+ - 19
126
+ - 20
127
+ - 21
128
+ - 22
129
+ - 23
130
+ - 24
131
+ - 25
132
+ - 26
133
+ - 27
134
+ - 28
135
+ - 29
136
+ - 30
137
+ - 31
138
+ - 32
139
+ - 33
140
+ - 34
141
+ - 35
142
+ - 36
143
+ - 37
144
+ - 38
145
+ - 39
146
+ modality_keys:
147
+ - motion_token
148
+ - left_hand_joints
149
+ - right_hand_joints
150
+ sin_cos_embedding_keys: null
151
+ mean_std_embedding_keys: null
152
+ action_configs:
153
+ - rep: ABSOLUTE
154
+ type: NON_EEF
155
+ format: DEFAULT
156
+ state_key: null
157
+ - rep: ABSOLUTE
158
+ type: NON_EEF
159
+ format: DEFAULT
160
+ state_key: null
161
+ - rep: ABSOLUTE
162
+ type: NON_EEF
163
+ format: DEFAULT
164
+ state_key: null
165
+ language:
166
+ delta_indices:
167
+ - 0
168
+ modality_keys:
169
+ - annotation.human.task_description
170
+ sin_cos_embedding_keys: null
171
+ mean_std_embedding_keys: null
172
+ action_configs: null
173
+ download_cache: false
174
+ shard_size: 1024
175
+ episode_sampling_rate: 0.1
176
+ num_shards_per_epoch: 100000
177
+ override_pretraining_statistics: true
178
+ mode: single_turn
179
+ random_chop: 0.0
180
+ mock_dataset_mode: false
181
+ shuffle: true
182
+ seed: 42
183
+ multiprocessing_context: fork
184
+ allow_padding: false
185
+ subsample_ratio: 1.0
186
+ image_crop_size:
187
+ - 244
188
+ - 244
189
+ image_target_size:
190
+ - 224
191
+ - 224
192
+ video_backend: torchcodec
193
+ training:
194
+ output_dir: /home/ubuntu/groot-files/checkpoints/run-2026-05-28-101824
195
+ experiment_name: groot-wbc-8
196
+ max_steps: 10000
197
+ global_batch_size: 8
198
+ batch_size: null
199
+ gradient_accumulation_steps: 1
200
+ learning_rate: 0.0001
201
+ lr_scheduler_type: cosine
202
+ weight_decay: 1.0e-05
203
+ warmup_ratio: 0.05
204
+ warmup_steps: 0
205
+ max_grad_norm: 1.0
206
+ optim: adamw_torch
207
+ start_from_checkpoint: nvidia/GR00T-N1.7-3B
208
+ skip_weight_loading: false
209
+ tf32: true
210
+ fp16: false
211
+ bf16: true
212
+ eval_bf16: true
213
+ logging_steps: 10
214
+ save_steps: 500
215
+ save_total_limit: 20
216
+ save_vl_model: false
217
+ save_only_model: false
218
+ upload_checkpoints: false
219
+ upload_every: 1000
220
+ upload_last_n_checkpoints: 5
221
+ max_concurrent_uploads: 2
222
+ eval_strategy: 'no'
223
+ eval_steps: 250
224
+ eval_set_split_ratio: 0.1
225
+ eval_batch_size: 2
226
+ save_best_eval_metric_name: ''
227
+ save_best_eval_metric_greater_is_better: true
228
+ eval_dataset_path: /home/ubuntu/groot-files/dataset_wbc_eval
229
+ eval_num_batches: 50
230
+ deepspeed_stage: 2
231
+ gradient_checkpointing: false
232
+ transformers_trust_remote_code: true
233
+ transformers_local_files_only: false
234
+ transformers_cache_dir: null
235
+ transformers_access_token: null
236
+ use_ddp: false
237
+ ddp_bucket_cap_mb: 100
238
+ num_gpus: 1
239
+ dataloader_num_workers: 6
240
+ remove_unused_columns: false
241
+ use_wandb: true
242
+ wandb_project: groot-wbc
243
+ enable_profiling: false
244
+ max_retries: 3
245
+ assert_loss_less_than: null
246
+ add_rl_callback: false
247
+ enable_open_loop_eval: false
248
+ open_loop_eval_traj_ids:
249
+ - 0
250
+ open_loop_eval_steps_per_traj: 100
251
+ open_loop_eval_plot_indices: null
252
+ max_steps: 10000
253
+ save_steps: 500
groot-wbc-8/checkpoint-3500/experiment_cfg/config.yaml ADDED
@@ -0,0 +1,279 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ !!python/object:gr00t.configs.base_config.Config
2
+ data: !!python/object:gr00t.configs.data.data_config.DataConfig
3
+ allow_padding: false
4
+ datasets:
5
+ - !!python/object:gr00t.configs.data.data_config.SingleDatasetConfig
6
+ dataset_paths:
7
+ - /home/ubuntu/groot-files/dataset_wbc_train
8
+ dataset_type: physical_embodiment
9
+ embodiment_tag: unitree_g1_sonic
10
+ mix_ratio: 1.0
11
+ val_dataset_path: null
12
+ download_cache: false
13
+ episode_sampling_rate: 0.1
14
+ image_crop_size:
15
+ - 244
16
+ - 244
17
+ image_target_size:
18
+ - 224
19
+ - 224
20
+ mock_dataset_mode: false
21
+ modality_configs:
22
+ unitree_g1_sonic:
23
+ action: !!python/object:gr00t.data.types.ModalityConfig
24
+ action_configs:
25
+ - !!python/object:gr00t.data.types.ActionConfig
26
+ format: &id001 !!python/object/apply:gr00t.data.types.ActionFormat
27
+ - default
28
+ rep: &id002 !!python/object/apply:gr00t.data.types.ActionRepresentation
29
+ - absolute
30
+ state_key: null
31
+ type: &id003 !!python/object/apply:gr00t.data.types.ActionType
32
+ - non_eef
33
+ - !!python/object:gr00t.data.types.ActionConfig
34
+ format: *id001
35
+ rep: *id002
36
+ state_key: null
37
+ type: *id003
38
+ - !!python/object:gr00t.data.types.ActionConfig
39
+ format: *id001
40
+ rep: *id002
41
+ state_key: null
42
+ type: *id003
43
+ delta_indices:
44
+ - 0
45
+ - 1
46
+ - 2
47
+ - 3
48
+ - 4
49
+ - 5
50
+ - 6
51
+ - 7
52
+ - 8
53
+ - 9
54
+ - 10
55
+ - 11
56
+ - 12
57
+ - 13
58
+ - 14
59
+ - 15
60
+ - 16
61
+ - 17
62
+ - 18
63
+ - 19
64
+ - 20
65
+ - 21
66
+ - 22
67
+ - 23
68
+ - 24
69
+ - 25
70
+ - 26
71
+ - 27
72
+ - 28
73
+ - 29
74
+ - 30
75
+ - 31
76
+ - 32
77
+ - 33
78
+ - 34
79
+ - 35
80
+ - 36
81
+ - 37
82
+ - 38
83
+ - 39
84
+ mean_std_embedding_keys: null
85
+ modality_keys:
86
+ - motion_token
87
+ - left_hand_joints
88
+ - right_hand_joints
89
+ sin_cos_embedding_keys: null
90
+ language: !!python/object:gr00t.data.types.ModalityConfig
91
+ action_configs: null
92
+ delta_indices:
93
+ - 0
94
+ mean_std_embedding_keys: null
95
+ modality_keys:
96
+ - annotation.human.task_description
97
+ sin_cos_embedding_keys: null
98
+ state: !!python/object:gr00t.data.types.ModalityConfig
99
+ action_configs: null
100
+ delta_indices:
101
+ - 0
102
+ mean_std_embedding_keys: null
103
+ modality_keys:
104
+ - left_leg
105
+ - right_leg
106
+ - waist
107
+ - left_arm
108
+ - right_arm
109
+ - left_hand
110
+ - right_hand
111
+ - projected_gravity
112
+ sin_cos_embedding_keys: null
113
+ video: !!python/object:gr00t.data.types.ModalityConfig
114
+ action_configs: null
115
+ delta_indices:
116
+ - 0
117
+ mean_std_embedding_keys: null
118
+ modality_keys:
119
+ - ego_view
120
+ sin_cos_embedding_keys: null
121
+ mode: single_turn
122
+ multiprocessing_context: fork
123
+ num_shards_per_epoch: 100000
124
+ override_pretraining_statistics: true
125
+ random_chop: 0.0
126
+ seed: 42
127
+ shard_size: 1024
128
+ shuffle: true
129
+ subsample_ratio: 1.0
130
+ video_backend: torchcodec
131
+ load_config_path: null
132
+ model: !!python/object:gr00t.configs.model.gr00t_n1d7.Gr00tN1d7Config
133
+ _attn_implementation_internal: null
134
+ _commit_hash: null
135
+ _name_or_path: ''
136
+ _output_attentions: false
137
+ add_cross_attention: false
138
+ architectures: null
139
+ backbone_trainable_params_fp32: true
140
+ bad_words_ids: null
141
+ begin_suppress_tokens: null
142
+ bos_token_id: null
143
+ chunk_size_feed_forward: 0
144
+ color_jitter_params:
145
+ brightness: 0.3
146
+ contrast: 0.4
147
+ hue: 0.08
148
+ saturation: 0.5
149
+ cross_attention_hidden_size: null
150
+ decoder_start_token_id: null
151
+ diffusion_model_cfg:
152
+ attention_head_dim: 48
153
+ dropout: 0.2
154
+ final_dropout: true
155
+ interleave_self_attention: true
156
+ norm_type: ada_norm
157
+ num_attention_heads: 32
158
+ num_layers: 16
159
+ output_dim: 1024
160
+ positional_embeddings: null
161
+ diversity_penalty: 0.0
162
+ do_sample: false
163
+ dtype: null
164
+ early_stopping: false
165
+ encoder_no_repeat_ngram_size: 0
166
+ eos_token_id: null
167
+ exponential_decay_length_penalty: null
168
+ extra_augmentation_config: null
169
+ finetuning_task: null
170
+ forced_bos_token_id: null
171
+ forced_eos_token_id: null
172
+ id2label:
173
+ 0: LABEL_0
174
+ 1: LABEL_1
175
+ is_decoder: false
176
+ is_encoder_decoder: false
177
+ label2id:
178
+ LABEL_0: 0
179
+ LABEL_1: 1
180
+ length_penalty: 1.0
181
+ load_bf16: false
182
+ max_length: 20
183
+ min_length: 0
184
+ model_name: nvidia/Cosmos-Reason2-2B
185
+ no_repeat_ngram_size: 0
186
+ num_beam_groups: 1
187
+ num_beams: 1
188
+ num_return_sequences: 1
189
+ output_hidden_states: false
190
+ output_scores: false
191
+ pad_token_id: null
192
+ prefix: null
193
+ problem_type: null
194
+ pruned_heads: {}
195
+ random_rotation_angle: null
196
+ remove_invalid_values: false
197
+ repetition_penalty: 1.0
198
+ reproject_vision: false
199
+ return_dict: true
200
+ return_dict_in_generate: false
201
+ sep_token_id: null
202
+ state_dropout_prob: 0.2
203
+ suppress_tokens: null
204
+ task_specific_params: null
205
+ temperature: 1.0
206
+ tf_legacy_loss: false
207
+ tie_encoder_decoder: false
208
+ tie_word_embeddings: true
209
+ tokenizer_class: null
210
+ top_k: 50
211
+ top_p: 1.0
212
+ torchscript: false
213
+ transformers_version: null
214
+ tune_diffusion_model: true
215
+ tune_llm: false
216
+ tune_projector: true
217
+ tune_visual: false
218
+ typical_p: 1.0
219
+ use_bfloat16: false
220
+ use_relative_action: true
221
+ training: !!python/object:gr00t.configs.training.training_config.TrainingConfig
222
+ add_rl_callback: false
223
+ assert_loss_less_than: null
224
+ batch_size: null
225
+ bf16: true
226
+ dataloader_num_workers: 6
227
+ ddp_bucket_cap_mb: 100
228
+ deepspeed_stage: 2
229
+ enable_open_loop_eval: false
230
+ enable_profiling: false
231
+ eval_batch_size: 2
232
+ eval_bf16: true
233
+ eval_dataset_path: /home/ubuntu/groot-files/dataset_wbc_eval
234
+ eval_num_batches: 50
235
+ eval_set_split_ratio: 0.1
236
+ eval_steps: 250
237
+ eval_strategy: 'no'
238
+ experiment_name: groot-wbc-8
239
+ fp16: false
240
+ global_batch_size: 8
241
+ gradient_accumulation_steps: 1
242
+ gradient_checkpointing: false
243
+ learning_rate: 0.0001
244
+ logging_steps: 10
245
+ lr_scheduler_type: cosine
246
+ max_concurrent_uploads: 2
247
+ max_grad_norm: 1.0
248
+ max_retries: 3
249
+ max_steps: 10000
250
+ num_gpus: 1
251
+ open_loop_eval_plot_indices: null
252
+ open_loop_eval_steps_per_traj: 100
253
+ open_loop_eval_traj_ids:
254
+ - 0
255
+ optim: adamw_torch
256
+ output_dir: /home/ubuntu/groot-files/checkpoints/run-2026-05-28-101824
257
+ remove_unused_columns: false
258
+ save_best_eval_metric_greater_is_better: true
259
+ save_best_eval_metric_name: ''
260
+ save_only_model: false
261
+ save_steps: 500
262
+ save_total_limit: 20
263
+ save_vl_model: false
264
+ skip_weight_loading: false
265
+ start_from_checkpoint: nvidia/GR00T-N1.7-3B
266
+ tf32: true
267
+ transformers_access_token: null
268
+ transformers_cache_dir: null
269
+ transformers_local_files_only: false
270
+ transformers_trust_remote_code: true
271
+ upload_checkpoints: false
272
+ upload_every: 1000
273
+ upload_last_n_checkpoints: 5
274
+ use_ddp: false
275
+ use_wandb: true
276
+ wandb_project: groot-wbc
277
+ warmup_ratio: 0.05
278
+ warmup_steps: 0
279
+ weight_decay: 1.0e-05
groot-wbc-8/checkpoint-3500/experiment_cfg/dataset_statistics.json ADDED
@@ -0,0 +1,907 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "unitree_g1_sonic": {
3
+ "state": {
4
+ "left_leg": {
5
+ "min": [
6
+ -0.5145056843757629,
7
+ -0.18529635667800903,
8
+ -0.5630622506141663,
9
+ 0.10770249366760254,
10
+ -0.6103389859199524,
11
+ -0.21104247868061066
12
+ ],
13
+ "max": [
14
+ 0.4081326425075531,
15
+ 0.4657762050628662,
16
+ 0.9445304274559021,
17
+ 1.6440609693527222,
18
+ 0.2812706232070923,
19
+ 0.24254725873470306
20
+ ],
21
+ "mean": [
22
+ -0.012148142792284489,
23
+ 0.049336664378643036,
24
+ 0.22622817754745483,
25
+ 0.3236576318740845,
26
+ -0.1981654316186905,
27
+ -0.0009371974156238139
28
+ ],
29
+ "std": [
30
+ 0.15010829269886017,
31
+ 0.09162046015262604,
32
+ 0.13689051568508148,
33
+ 0.18744750320911407,
34
+ 0.0900125801563263,
35
+ 0.07028596103191376
36
+ ],
37
+ "q01": [
38
+ -0.3930038321018219,
39
+ -0.13217630386352539,
40
+ -0.10907109707593918,
41
+ 0.13054380238056182,
42
+ -0.45879220962524414,
43
+ -0.152383496761322
44
+ ],
45
+ "q99": [
46
+ 0.23233672738075234,
47
+ 0.3159625411033626,
48
+ 0.5810866618156422,
49
+ 1.0221275281906117,
50
+ 0.03577460661530483,
51
+ 0.16769260168075562
52
+ ]
53
+ },
54
+ "right_leg": {
55
+ "min": [
56
+ -0.777660071849823,
57
+ -0.49602121114730835,
58
+ -1.0866719484329224,
59
+ 0.07200334966182709,
60
+ -0.623672366142273,
61
+ -0.23122255504131317
62
+ ],
63
+ "max": [
64
+ 0.36446529626846313,
65
+ 0.15863065421581268,
66
+ 0.29946956038475037,
67
+ 2.0259454250335693,
68
+ 0.24596133828163147,
69
+ 0.18925869464874268
70
+ ],
71
+ "mean": [
72
+ 0.010633867233991623,
73
+ -0.07383165508508682,
74
+ -0.21287542581558228,
75
+ 0.3419981598854065,
76
+ -0.22440023720264435,
77
+ 0.013267790898680687
78
+ ],
79
+ "std": [
80
+ 0.1268979012966156,
81
+ 0.08248293399810791,
82
+ 0.1612742692232132,
83
+ 0.20557346940040588,
84
+ 0.10104448348283768,
85
+ 0.055336352437734604
86
+ ],
87
+ "q01": [
88
+ -0.3428873121738434,
89
+ -0.3137379336357117,
90
+ -0.702793300151825,
91
+ 0.14524445354938506,
92
+ -0.49535272479057313,
93
+ -0.1368582433462143
94
+ ],
95
+ "q99": [
96
+ 0.22101355910301154,
97
+ 0.0916959154605865,
98
+ 0.13021636724472033,
99
+ 1.031281275749206,
100
+ 0.004563198033720189,
101
+ 0.11666926741600031
102
+ ]
103
+ },
104
+ "waist": {
105
+ "min": [
106
+ -0.37403565645217896,
107
+ -0.243158221244812,
108
+ -0.05312114581465721
109
+ ],
110
+ "max": [
111
+ 0.2474018782377243,
112
+ 0.17617863416671753,
113
+ 0.04943050444126129
114
+ ],
115
+ "mean": [
116
+ -0.03901316970586777,
117
+ -0.02152136340737343,
118
+ 0.0024535013362765312
119
+ ],
120
+ "std": [
121
+ 0.07381759583950043,
122
+ 0.046153053641319275,
123
+ 0.008072787895798683
124
+ ],
125
+ "q01": [
126
+ -0.2433778864145279,
127
+ -0.13698728382587433,
128
+ -0.01672225959599018
129
+ ],
130
+ "q99": [
131
+ 0.15031063556671143,
132
+ 0.08901623487472521,
133
+ 0.023261465877294534
134
+ ]
135
+ },
136
+ "left_arm": {
137
+ "min": [
138
+ -0.8068499565124512,
139
+ -0.01750895380973816,
140
+ -0.7458622455596924,
141
+ -0.5916731953620911,
142
+ -1.302229881286621,
143
+ -0.2953871786594391,
144
+ -0.9342422485351562
145
+ ],
146
+ "max": [
147
+ 0.4923958480358124,
148
+ 0.540572464466095,
149
+ 0.35323503613471985,
150
+ 1.320529818534851,
151
+ 1.2396363019943237,
152
+ 0.5774239301681519,
153
+ 0.6715000867843628
154
+ ],
155
+ "mean": [
156
+ -0.10333303362131119,
157
+ 0.189546599984169,
158
+ -0.12471432983875275,
159
+ 0.28616011142730713,
160
+ -0.3353458344936371,
161
+ 0.15808047354221344,
162
+ -0.03580402210354805
163
+ ],
164
+ "std": [
165
+ 0.2009865939617157,
166
+ 0.07324191927909851,
167
+ 0.1315729022026062,
168
+ 0.47473788261413574,
169
+ 0.2912229895591736,
170
+ 0.12051952630281448,
171
+ 0.1922927051782608
172
+ ],
173
+ "q01": [
174
+ -0.545279369354248,
175
+ 0.02649999812245369,
176
+ -0.463615984916687,
177
+ -0.338695775270462,
178
+ -0.9348985409736633,
179
+ -0.12025019407272339,
180
+ -0.5021582007408142
181
+ ],
182
+ "q99": [
183
+ 0.2839887523651115,
184
+ 0.3847482764720913,
185
+ 0.16759651601314537,
186
+ 1.2634340524673462,
187
+ 0.6452915716171259,
188
+ 0.4740810847282409,
189
+ 0.40644835114479044
190
+ ]
191
+ },
192
+ "right_arm": {
193
+ "min": [
194
+ -0.913030207157135,
195
+ -0.6399815678596497,
196
+ -0.3427368700504303,
197
+ -0.39627039432525635,
198
+ -1.251069188117981,
199
+ -0.2754094898700714,
200
+ -0.8207756280899048
201
+ ],
202
+ "max": [
203
+ 0.45103830099105835,
204
+ -0.01125318743288517,
205
+ 0.6279014945030212,
206
+ 1.2988982200622559,
207
+ 1.0332199335098267,
208
+ 0.5550373792648315,
209
+ 0.9986335039138794
210
+ ],
211
+ "mean": [
212
+ -0.0982118472456932,
213
+ -0.20830810070037842,
214
+ 0.08582146465778351,
215
+ 0.22871090471744537,
216
+ 0.1546783298254013,
217
+ 0.14763931930065155,
218
+ -0.04254811629652977
219
+ ],
220
+ "std": [
221
+ 0.22019562125205994,
222
+ 0.06811994314193726,
223
+ 0.1300000548362732,
224
+ 0.46189504861831665,
225
+ 0.2503209114074707,
226
+ 0.10672769695520401,
227
+ 0.18367928266525269
228
+ ],
229
+ "q01": [
230
+ -0.6061021685600281,
231
+ -0.39821806669235227,
232
+ -0.21507561206817627,
233
+ -0.3157608461380005,
234
+ -0.7030838251113891,
235
+ -0.12177794367074966,
236
+ -0.5326336216926575
237
+ ],
238
+ "q99": [
239
+ 0.32033881783485385,
240
+ -0.07859542340040213,
241
+ 0.34321335792541496,
242
+ 1.2582597732543945,
243
+ 0.6935366868972775,
244
+ 0.41980740427970886,
245
+ 0.3515860009193411
246
+ ]
247
+ },
248
+ "left_hand": {
249
+ "min": [
250
+ 0.0,
251
+ 0.0,
252
+ 0.0,
253
+ 0.0,
254
+ 0.0,
255
+ 0.0,
256
+ 0.0
257
+ ],
258
+ "max": [
259
+ 0.0,
260
+ 0.0,
261
+ 0.0,
262
+ 0.0,
263
+ 0.0,
264
+ 0.0,
265
+ 0.0
266
+ ],
267
+ "mean": [
268
+ 0.0,
269
+ 0.0,
270
+ 0.0,
271
+ 0.0,
272
+ 0.0,
273
+ 0.0,
274
+ 0.0
275
+ ],
276
+ "std": [
277
+ 0.0,
278
+ 0.0,
279
+ 0.0,
280
+ 0.0,
281
+ 0.0,
282
+ 0.0,
283
+ 0.0
284
+ ],
285
+ "q01": [
286
+ 0.0,
287
+ 0.0,
288
+ 0.0,
289
+ 0.0,
290
+ 0.0,
291
+ 0.0,
292
+ 0.0
293
+ ],
294
+ "q99": [
295
+ 0.0,
296
+ 0.0,
297
+ 0.0,
298
+ 0.0,
299
+ 0.0,
300
+ 0.0,
301
+ 0.0
302
+ ]
303
+ },
304
+ "right_hand": {
305
+ "min": [
306
+ 0.0,
307
+ 0.0,
308
+ 0.0,
309
+ 0.0,
310
+ 0.0,
311
+ 0.0,
312
+ 0.0
313
+ ],
314
+ "max": [
315
+ 0.0,
316
+ 0.0,
317
+ 0.0,
318
+ 0.0,
319
+ 0.0,
320
+ 0.0,
321
+ 0.0
322
+ ],
323
+ "mean": [
324
+ 0.0,
325
+ 0.0,
326
+ 0.0,
327
+ 0.0,
328
+ 0.0,
329
+ 0.0,
330
+ 0.0
331
+ ],
332
+ "std": [
333
+ 0.0,
334
+ 0.0,
335
+ 0.0,
336
+ 0.0,
337
+ 0.0,
338
+ 0.0,
339
+ 0.0
340
+ ],
341
+ "q01": [
342
+ 0.0,
343
+ 0.0,
344
+ 0.0,
345
+ 0.0,
346
+ 0.0,
347
+ 0.0,
348
+ 0.0
349
+ ],
350
+ "q99": [
351
+ 0.0,
352
+ 0.0,
353
+ 0.0,
354
+ 0.0,
355
+ 0.0,
356
+ 0.0,
357
+ 0.0
358
+ ]
359
+ },
360
+ "projected_gravity": {
361
+ "min": [
362
+ -0.2364102452993393,
363
+ -0.14225876331329346,
364
+ -0.9999999403953552
365
+ ],
366
+ "max": [
367
+ 0.1328846514225006,
368
+ 0.1775456815958023,
369
+ -0.9715155363082886
370
+ ],
371
+ "mean": [
372
+ -0.04713863134384155,
373
+ -0.00449190242215991,
374
+ -0.997578501701355
375
+ ],
376
+ "std": [
377
+ 0.044011253863573074,
378
+ 0.0352567620575428,
379
+ 0.0029932048637504607
380
+ ],
381
+ "q01": [
382
+ -0.16278759896755218,
383
+ -0.08589273869991303,
384
+ -0.9999748921394348
385
+ ],
386
+ "q99": [
387
+ 0.05313032269477822,
388
+ 0.0724137070775032,
389
+ -0.9858456301689148
390
+ ]
391
+ }
392
+ },
393
+ "action": {
394
+ "motion_token": {
395
+ "min": [
396
+ -0.3125,
397
+ -0.4375,
398
+ -0.5,
399
+ -0.5,
400
+ -0.5625,
401
+ -0.25,
402
+ -0.375,
403
+ -0.1875,
404
+ -0.1875,
405
+ -0.5,
406
+ -0.375,
407
+ -0.4375,
408
+ -0.3125,
409
+ -0.4375,
410
+ -0.5,
411
+ -0.5,
412
+ -0.1875,
413
+ -0.3125,
414
+ -0.4375,
415
+ -0.5625,
416
+ -0.4375,
417
+ -0.5625,
418
+ -0.375,
419
+ -0.5,
420
+ -0.3125,
421
+ -0.375,
422
+ -0.375,
423
+ -0.5,
424
+ -0.25,
425
+ -0.25,
426
+ -0.1875,
427
+ -0.375,
428
+ -0.5,
429
+ -0.25,
430
+ -0.4375,
431
+ -0.5,
432
+ -0.5625,
433
+ -0.375,
434
+ -0.125,
435
+ -0.25,
436
+ -0.375,
437
+ -0.5,
438
+ -0.375,
439
+ -0.5,
440
+ -0.5,
441
+ -0.5625,
442
+ -0.4375,
443
+ -0.375,
444
+ -0.3125,
445
+ -0.4375,
446
+ -0.3125,
447
+ -0.4375,
448
+ -0.125,
449
+ -0.5625,
450
+ -0.375,
451
+ -0.25,
452
+ -0.4375,
453
+ -0.5,
454
+ -0.1875,
455
+ -0.5,
456
+ -0.375,
457
+ -0.375,
458
+ -0.375,
459
+ -0.375
460
+ ],
461
+ "max": [
462
+ 0.25,
463
+ 0.25,
464
+ 0.1875,
465
+ 0.125,
466
+ 0.25,
467
+ 0.4375,
468
+ 0.375,
469
+ 0.4375,
470
+ 0.4375,
471
+ 0.375,
472
+ 0.375,
473
+ 0.25,
474
+ 0.4375,
475
+ 0.1875,
476
+ 0.125,
477
+ 0.375,
478
+ 0.375,
479
+ 0.25,
480
+ 0.375,
481
+ 0.3125,
482
+ 0.3125,
483
+ 0.0625,
484
+ 0.3125,
485
+ 0.1875,
486
+ 0.3125,
487
+ 0.4375,
488
+ 0.3125,
489
+ 0.375,
490
+ 0.375,
491
+ 0.375,
492
+ 0.4375,
493
+ 0.375,
494
+ 0.5,
495
+ 0.3125,
496
+ 0.25,
497
+ 0.375,
498
+ 0.4375,
499
+ 0.1875,
500
+ 0.375,
501
+ 0.25,
502
+ 0.1875,
503
+ 0.4375,
504
+ 0.3125,
505
+ 0.25,
506
+ 0.375,
507
+ 0.25,
508
+ 0.25,
509
+ 0.25,
510
+ 0.375,
511
+ 0.25,
512
+ 0.375,
513
+ 0.4375,
514
+ 0.5625,
515
+ 0.3125,
516
+ 0.375,
517
+ 0.375,
518
+ 0.4375,
519
+ 0.5,
520
+ 0.375,
521
+ 0.5,
522
+ 0.4375,
523
+ 0.375,
524
+ 0.375,
525
+ 0.375
526
+ ],
527
+ "mean": [
528
+ -0.06439097970724106,
529
+ -0.06521879881620407,
530
+ -0.125,
531
+ -0.1847969889640808,
532
+ -0.1373879760503769,
533
+ 0.04822782054543495,
534
+ 0.027975188568234444,
535
+ 0.15312707424163818,
536
+ 0.11575789749622345,
537
+ -0.07767443358898163,
538
+ 0.03542105108499527,
539
+ -0.05307518690824509,
540
+ -0.06384360790252686,
541
+ -0.18314436078071594,
542
+ -0.19289849698543549,
543
+ -0.03389473631978035,
544
+ 0.09458722174167633,
545
+ -0.04276691749691963,
546
+ -0.03826015070080757,
547
+ -0.10829849541187286,
548
+ -0.071824811398983,
549
+ -0.22079698741436005,
550
+ -0.04714285582304001,
551
+ -0.22834135591983795,
552
+ -0.01947067677974701,
553
+ 0.0074248118326067924,
554
+ 0.00573834590613842,
555
+ -0.060690224170684814,
556
+ 0.06471353024244308,
557
+ 0.06146090105175972,
558
+ 0.16022330522537231,
559
+ -0.01657293178141117,
560
+ 0.0007180451066233218,
561
+ 0.10714511573314667,
562
+ -0.07185939699411392,
563
+ 0.012763909995555878,
564
+ -0.09171729534864426,
565
+ -0.0794999971985817,
566
+ 0.15587669610977173,
567
+ -0.011427067220211029,
568
+ -0.07081428915262222,
569
+ 0.0370473675429821,
570
+ -0.020825562998652458,
571
+ -0.10491052269935608,
572
+ -0.07982255518436432,
573
+ -0.03099849633872509,
574
+ -0.0554308257997036,
575
+ -0.12368496507406235,
576
+ 0.07534285634756088,
577
+ -0.03026992455124855,
578
+ 0.061053384095430374,
579
+ -0.0092924814671278,
580
+ 0.17143608629703522,
581
+ -0.051742855459451675,
582
+ -0.017972933128476143,
583
+ 0.07894811779260635,
584
+ -0.0036270676646381617,
585
+ -0.0006766917067579925,
586
+ 0.07701954990625381,
587
+ -0.003338345792144537,
588
+ 0.10077368468046188,
589
+ 0.048967670649290085,
590
+ 0.049851126968860626,
591
+ 0.04476090148091316
592
+ ],
593
+ "std": [
594
+ 0.07011081278324127,
595
+ 0.10070349276065826,
596
+ 0.10618823021650314,
597
+ 0.1040232703089714,
598
+ 0.1346515566110611,
599
+ 0.12035326659679413,
600
+ 0.17316193878650665,
601
+ 0.08347848802804947,
602
+ 0.0856991782784462,
603
+ 0.14361310005187988,
604
+ 0.07408461719751358,
605
+ 0.14225201308727264,
606
+ 0.08691011369228363,
607
+ 0.09022863209247589,
608
+ 0.08300687372684479,
609
+ 0.10174085199832916,
610
+ 0.09679042547941208,
611
+ 0.06325257569551468,
612
+ 0.08858565986156464,
613
+ 0.1711788922548294,
614
+ 0.1577969342470169,
615
+ 0.10648369044065475,
616
+ 0.1129717081785202,
617
+ 0.1149425283074379,
618
+ 0.08891275525093079,
619
+ 0.12593857944011688,
620
+ 0.09133600443601608,
621
+ 0.19993668794631958,
622
+ 0.08262906223535538,
623
+ 0.11261534690856934,
624
+ 0.08883041143417358,
625
+ 0.1162080317735672,
626
+ 0.20441272854804993,
627
+ 0.06782399863004684,
628
+ 0.09499737620353699,
629
+ 0.19293878972530365,
630
+ 0.1464645266532898,
631
+ 0.09174318611621857,
632
+ 0.07088606059551239,
633
+ 0.07447929680347443,
634
+ 0.0700845718383789,
635
+ 0.2343086153268814,
636
+ 0.10589630156755447,
637
+ 0.1032341793179512,
638
+ 0.1765136867761612,
639
+ 0.10248377919197083,
640
+ 0.12065689265727997,
641
+ 0.07768698036670685,
642
+ 0.09366670250892639,
643
+ 0.09704228490591049,
644
+ 0.10575727373361588,
645
+ 0.12160521745681763,
646
+ 0.08417858183383942,
647
+ 0.12966477870941162,
648
+ 0.1364697813987732,
649
+ 0.1211245134472847,
650
+ 0.15620125830173492,
651
+ 0.22729310393333435,
652
+ 0.09351138025522232,
653
+ 0.22351068258285522,
654
+ 0.13720352947711945,
655
+ 0.09697328507900238,
656
+ 0.12150005251169205,
657
+ 0.09913279861211777
658
+ ],
659
+ "q01": [
660
+ -0.1875,
661
+ -0.3125,
662
+ -0.4375,
663
+ -0.4375,
664
+ -0.4375,
665
+ -0.1875,
666
+ -0.25,
667
+ -0.0625,
668
+ -0.125,
669
+ -0.4375,
670
+ -0.1875,
671
+ -0.375,
672
+ -0.1875,
673
+ -0.375,
674
+ -0.375,
675
+ -0.3125,
676
+ -0.125,
677
+ -0.1875,
678
+ -0.25,
679
+ -0.4375,
680
+ -0.375,
681
+ -0.4375,
682
+ -0.3125,
683
+ -0.4375,
684
+ -0.1875,
685
+ -0.25,
686
+ -0.1875,
687
+ -0.5,
688
+ -0.125,
689
+ -0.125,
690
+ -0.0625,
691
+ -0.25,
692
+ -0.375,
693
+ -0.0625,
694
+ -0.3125,
695
+ -0.4375,
696
+ -0.4375,
697
+ -0.25,
698
+ 0.0,
699
+ -0.1875,
700
+ -0.25,
701
+ -0.5,
702
+ -0.25,
703
+ -0.375,
704
+ -0.4375,
705
+ -0.375,
706
+ -0.3125,
707
+ -0.25,
708
+ -0.1875,
709
+ -0.3125,
710
+ -0.1875,
711
+ -0.3125,
712
+ -0.0625,
713
+ -0.375,
714
+ -0.3125,
715
+ -0.1875,
716
+ -0.375,
717
+ -0.375,
718
+ -0.125,
719
+ -0.4375,
720
+ -0.25,
721
+ -0.25,
722
+ -0.25,
723
+ -0.1875
724
+ ],
725
+ "q99": [
726
+ 0.125,
727
+ 0.1875,
728
+ 0.0625,
729
+ 0.0,
730
+ 0.125,
731
+ 0.3125,
732
+ 0.375,
733
+ 0.3125,
734
+ 0.3125,
735
+ 0.25,
736
+ 0.1875,
737
+ 0.1875,
738
+ 0.1875,
739
+ 0.0625,
740
+ 0.0,
741
+ 0.1875,
742
+ 0.3125,
743
+ 0.125,
744
+ 0.1875,
745
+ 0.1875,
746
+ 0.25,
747
+ 0.0,
748
+ 0.1875,
749
+ 0.0625,
750
+ 0.25,
751
+ 0.3125,
752
+ 0.1875,
753
+ 0.25,
754
+ 0.25,
755
+ 0.3125,
756
+ 0.3125,
757
+ 0.3125,
758
+ 0.375,
759
+ 0.25,
760
+ 0.125,
761
+ 0.3125,
762
+ 0.25,
763
+ 0.125,
764
+ 0.3125,
765
+ 0.125,
766
+ 0.125,
767
+ 0.375,
768
+ 0.1875,
769
+ 0.125,
770
+ 0.25,
771
+ 0.125,
772
+ 0.1875,
773
+ 0.0625,
774
+ 0.25,
775
+ 0.1875,
776
+ 0.25,
777
+ 0.25,
778
+ 0.375,
779
+ 0.1875,
780
+ 0.25,
781
+ 0.3125,
782
+ 0.375,
783
+ 0.4375,
784
+ 0.25,
785
+ 0.375,
786
+ 0.375,
787
+ 0.25,
788
+ 0.25,
789
+ 0.25
790
+ ]
791
+ },
792
+ "left_hand_joints": {
793
+ "min": [
794
+ 0.0,
795
+ 0.0,
796
+ 0.0,
797
+ 0.0,
798
+ 0.0,
799
+ 0.0,
800
+ 0.0
801
+ ],
802
+ "max": [
803
+ 0.0,
804
+ 0.0,
805
+ 0.0,
806
+ 0.0,
807
+ 0.0,
808
+ 0.0,
809
+ 0.0
810
+ ],
811
+ "mean": [
812
+ 0.0,
813
+ 0.0,
814
+ 0.0,
815
+ 0.0,
816
+ 0.0,
817
+ 0.0,
818
+ 0.0
819
+ ],
820
+ "std": [
821
+ 0.0,
822
+ 0.0,
823
+ 0.0,
824
+ 0.0,
825
+ 0.0,
826
+ 0.0,
827
+ 0.0
828
+ ],
829
+ "q01": [
830
+ 0.0,
831
+ 0.0,
832
+ 0.0,
833
+ 0.0,
834
+ 0.0,
835
+ 0.0,
836
+ 0.0
837
+ ],
838
+ "q99": [
839
+ 0.0,
840
+ 0.0,
841
+ 0.0,
842
+ 0.0,
843
+ 0.0,
844
+ 0.0,
845
+ 0.0
846
+ ]
847
+ },
848
+ "right_hand_joints": {
849
+ "min": [
850
+ 0.0,
851
+ 0.0,
852
+ 0.0,
853
+ 0.0,
854
+ 0.0,
855
+ 0.0,
856
+ 0.0
857
+ ],
858
+ "max": [
859
+ 0.0,
860
+ 0.0,
861
+ 0.0,
862
+ 0.0,
863
+ 0.0,
864
+ 0.0,
865
+ 0.0
866
+ ],
867
+ "mean": [
868
+ 0.0,
869
+ 0.0,
870
+ 0.0,
871
+ 0.0,
872
+ 0.0,
873
+ 0.0,
874
+ 0.0
875
+ ],
876
+ "std": [
877
+ 0.0,
878
+ 0.0,
879
+ 0.0,
880
+ 0.0,
881
+ 0.0,
882
+ 0.0,
883
+ 0.0
884
+ ],
885
+ "q01": [
886
+ 0.0,
887
+ 0.0,
888
+ 0.0,
889
+ 0.0,
890
+ 0.0,
891
+ 0.0,
892
+ 0.0
893
+ ],
894
+ "q99": [
895
+ 0.0,
896
+ 0.0,
897
+ 0.0,
898
+ 0.0,
899
+ 0.0,
900
+ 0.0,
901
+ 0.0
902
+ ]
903
+ }
904
+ },
905
+ "relative_action": {}
906
+ }
907
+ }
groot-wbc-8/checkpoint-3500/experiment_cfg/final_model_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "Gr00tN1d7",
3
+ "model_dtype": "bfloat16",
4
+ "model_name": "nvidia/Cosmos-Reason2-2B",
5
+ "backbone_model_type": "qwen",
6
+ "model_revision": null,
7
+ "tune_top_llm_layers": 0,
8
+ "backbone_embedding_dim": 2048,
9
+ "tune_llm": false,
10
+ "tune_visual": false,
11
+ "select_layer": 16,
12
+ "reproject_vision": false,
13
+ "use_flash_attention": true,
14
+ "load_bf16": false,
15
+ "backbone_trainable_params_fp32": true,
16
+ "extra_augmentation_config": null,
17
+ "apply_sincos_state_encoding": false,
18
+ "use_percentiles": true,
19
+ "use_relative_action": false,
20
+ "max_state_dim": 132,
21
+ "max_action_dim": 132,
22
+ "action_horizon": 40,
23
+ "hidden_size": 1024,
24
+ "input_embedding_dim": 1536,
25
+ "state_history_length": 1,
26
+ "add_pos_embed": true,
27
+ "attn_dropout": 0.2,
28
+ "use_vlln": true,
29
+ "max_seq_len": 1024,
30
+ "use_alternate_vl_dit": true,
31
+ "attend_text_every_n_blocks": 2,
32
+ "diffusion_model_cfg": {
33
+ "attention_head_dim": 48,
34
+ "dropout": 0.2,
35
+ "final_dropout": true,
36
+ "interleave_self_attention": true,
37
+ "norm_type": "ada_norm",
38
+ "num_attention_heads": 32,
39
+ "num_layers": 32,
40
+ "output_dim": 1024,
41
+ "positional_embeddings": null
42
+ },
43
+ "num_inference_timesteps": 4,
44
+ "noise_beta_alpha": 1.5,
45
+ "noise_beta_beta": 1.0,
46
+ "noise_s": 0.999,
47
+ "num_timestep_buckets": 1000,
48
+ "tune_projector": true,
49
+ "tune_diffusion_model": true,
50
+ "tune_vlln": true,
51
+ "state_dropout_prob": 0.2,
52
+ "exclude_state": false,
53
+ "use_mean_std": false,
54
+ "max_num_embodiments": 32
55
+ }
groot-wbc-8/checkpoint-3500/experiment_cfg/final_processor_config.json ADDED
The diff for this file is too large to render. See raw diff
 
groot-wbc-8/checkpoint-3500/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
groot-wbc-8/checkpoint-3500/processor_config.json ADDED
@@ -0,0 +1,1159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "processor_class": "Gr00tN1d7Processor",
3
+ "processor_kwargs": {
4
+ "modality_configs": {
5
+ "real_g1_relative_eef_relative_joints": {
6
+ "video": {
7
+ "delta_indices": [
8
+ -20,
9
+ 0
10
+ ],
11
+ "modality_keys": [
12
+ "ego_view"
13
+ ],
14
+ "sin_cos_embedding_keys": null,
15
+ "mean_std_embedding_keys": null,
16
+ "action_configs": null
17
+ },
18
+ "state": {
19
+ "delta_indices": [
20
+ 0
21
+ ],
22
+ "modality_keys": [
23
+ "left_wrist_eef_9d",
24
+ "right_wrist_eef_9d",
25
+ "left_hand",
26
+ "right_hand",
27
+ "left_arm",
28
+ "right_arm",
29
+ "waist"
30
+ ],
31
+ "sin_cos_embedding_keys": null,
32
+ "mean_std_embedding_keys": null,
33
+ "action_configs": null
34
+ },
35
+ "action": {
36
+ "delta_indices": [
37
+ 0,
38
+ 1,
39
+ 2,
40
+ 3,
41
+ 4,
42
+ 5,
43
+ 6,
44
+ 7,
45
+ 8,
46
+ 9,
47
+ 10,
48
+ 11,
49
+ 12,
50
+ 13,
51
+ 14,
52
+ 15,
53
+ 16,
54
+ 17,
55
+ 18,
56
+ 19,
57
+ 20,
58
+ 21,
59
+ 22,
60
+ 23,
61
+ 24,
62
+ 25,
63
+ 26,
64
+ 27,
65
+ 28,
66
+ 29,
67
+ 30,
68
+ 31,
69
+ 32,
70
+ 33,
71
+ 34,
72
+ 35,
73
+ 36,
74
+ 37,
75
+ 38,
76
+ 39
77
+ ],
78
+ "modality_keys": [
79
+ "left_wrist_eef_9d",
80
+ "right_wrist_eef_9d",
81
+ "left_hand",
82
+ "right_hand",
83
+ "left_arm",
84
+ "right_arm",
85
+ "waist",
86
+ "base_height_command",
87
+ "navigate_command"
88
+ ],
89
+ "sin_cos_embedding_keys": null,
90
+ "mean_std_embedding_keys": null,
91
+ "action_configs": [
92
+ {
93
+ "rep": "RELATIVE",
94
+ "type": "EEF",
95
+ "format": "XYZ_ROT6D",
96
+ "state_key": "left_wrist_eef_9d"
97
+ },
98
+ {
99
+ "rep": "RELATIVE",
100
+ "type": "EEF",
101
+ "format": "XYZ_ROT6D",
102
+ "state_key": "right_wrist_eef_9d"
103
+ },
104
+ {
105
+ "rep": "ABSOLUTE",
106
+ "type": "NON_EEF",
107
+ "format": "DEFAULT",
108
+ "state_key": "left_hand"
109
+ },
110
+ {
111
+ "rep": "ABSOLUTE",
112
+ "type": "NON_EEF",
113
+ "format": "DEFAULT",
114
+ "state_key": "right_hand"
115
+ },
116
+ {
117
+ "rep": "RELATIVE",
118
+ "type": "NON_EEF",
119
+ "format": "DEFAULT",
120
+ "state_key": "left_arm"
121
+ },
122
+ {
123
+ "rep": "RELATIVE",
124
+ "type": "NON_EEF",
125
+ "format": "DEFAULT",
126
+ "state_key": "right_arm"
127
+ },
128
+ {
129
+ "rep": "ABSOLUTE",
130
+ "type": "NON_EEF",
131
+ "format": "DEFAULT",
132
+ "state_key": "waist"
133
+ },
134
+ {
135
+ "rep": "ABSOLUTE",
136
+ "type": "NON_EEF",
137
+ "format": "DEFAULT",
138
+ "state_key": "base_height_command"
139
+ },
140
+ {
141
+ "rep": "ABSOLUTE",
142
+ "type": "NON_EEF",
143
+ "format": "DEFAULT",
144
+ "state_key": "navigate_command"
145
+ }
146
+ ]
147
+ },
148
+ "language": {
149
+ "delta_indices": [
150
+ 0
151
+ ],
152
+ "modality_keys": [
153
+ "annotation.human.task_description"
154
+ ],
155
+ "sin_cos_embedding_keys": null,
156
+ "mean_std_embedding_keys": null,
157
+ "action_configs": null
158
+ }
159
+ },
160
+ "real_r1_pro_sharpa_relative_eef_mecka": {
161
+ "video": {
162
+ "delta_indices": [
163
+ -30,
164
+ 0
165
+ ],
166
+ "modality_keys": [
167
+ "ego_view_cropratio_res320x240_freq30"
168
+ ],
169
+ "sin_cos_embedding_keys": null,
170
+ "mean_std_embedding_keys": null,
171
+ "action_configs": null
172
+ },
173
+ "state": {
174
+ "delta_indices": [
175
+ 0
176
+ ],
177
+ "modality_keys": [
178
+ "left_wrist_eef",
179
+ "right_wrist_eef",
180
+ "left_hand_joints",
181
+ "right_hand_joints"
182
+ ],
183
+ "sin_cos_embedding_keys": null,
184
+ "mean_std_embedding_keys": null,
185
+ "action_configs": null
186
+ },
187
+ "action": {
188
+ "delta_indices": [
189
+ 0,
190
+ 1,
191
+ 2,
192
+ 3,
193
+ 4,
194
+ 5,
195
+ 6,
196
+ 7,
197
+ 8,
198
+ 9,
199
+ 10,
200
+ 11,
201
+ 12,
202
+ 13,
203
+ 14,
204
+ 15,
205
+ 16,
206
+ 17,
207
+ 18,
208
+ 19,
209
+ 20,
210
+ 21,
211
+ 22,
212
+ 23,
213
+ 24,
214
+ 25,
215
+ 26,
216
+ 27,
217
+ 28,
218
+ 29,
219
+ 30,
220
+ 31,
221
+ 32,
222
+ 33,
223
+ 34,
224
+ 35,
225
+ 36,
226
+ 37,
227
+ 38,
228
+ 39
229
+ ],
230
+ "modality_keys": [
231
+ "left_wrist_eef",
232
+ "right_wrist_eef",
233
+ "left_hand_joints",
234
+ "right_hand_joints"
235
+ ],
236
+ "sin_cos_embedding_keys": null,
237
+ "mean_std_embedding_keys": null,
238
+ "action_configs": [
239
+ {
240
+ "rep": "RELATIVE",
241
+ "type": "EEF",
242
+ "format": "XYZ_ROT6D",
243
+ "state_key": "left_wrist_eef"
244
+ },
245
+ {
246
+ "rep": "RELATIVE",
247
+ "type": "EEF",
248
+ "format": "XYZ_ROT6D",
249
+ "state_key": "right_wrist_eef"
250
+ },
251
+ {
252
+ "rep": "ABSOLUTE",
253
+ "type": "NON_EEF",
254
+ "format": "DEFAULT",
255
+ "state_key": "left_hand_joints"
256
+ },
257
+ {
258
+ "rep": "ABSOLUTE",
259
+ "type": "NON_EEF",
260
+ "format": "DEFAULT",
261
+ "state_key": "right_hand_joints"
262
+ }
263
+ ]
264
+ },
265
+ "language": {
266
+ "delta_indices": [
267
+ 0
268
+ ],
269
+ "modality_keys": [
270
+ "annotation.human.coarse_action"
271
+ ],
272
+ "sin_cos_embedding_keys": null,
273
+ "mean_std_embedding_keys": null,
274
+ "action_configs": null
275
+ }
276
+ },
277
+ "real_r1_pro_sharpa_relative_eef_human": {
278
+ "video": {
279
+ "delta_indices": [
280
+ -20,
281
+ 0
282
+ ],
283
+ "modality_keys": [
284
+ "ego_view_res320x240_freq20",
285
+ "left_wrist_view_res320x240_freq20",
286
+ "right_wrist_view_res320x240_freq20"
287
+ ],
288
+ "sin_cos_embedding_keys": null,
289
+ "mean_std_embedding_keys": null,
290
+ "action_configs": null
291
+ },
292
+ "state": {
293
+ "delta_indices": [
294
+ 0
295
+ ],
296
+ "modality_keys": [
297
+ "left_wrist_eef",
298
+ "right_wrist_eef",
299
+ "left_hand_joints",
300
+ "right_hand_joints"
301
+ ],
302
+ "sin_cos_embedding_keys": null,
303
+ "mean_std_embedding_keys": null,
304
+ "action_configs": null
305
+ },
306
+ "action": {
307
+ "delta_indices": [
308
+ 0,
309
+ 1,
310
+ 2,
311
+ 3,
312
+ 4,
313
+ 5,
314
+ 6,
315
+ 7,
316
+ 8,
317
+ 9,
318
+ 10,
319
+ 11,
320
+ 12,
321
+ 13,
322
+ 14,
323
+ 15,
324
+ 16,
325
+ 17,
326
+ 18,
327
+ 19,
328
+ 20,
329
+ 21,
330
+ 22,
331
+ 23,
332
+ 24,
333
+ 25,
334
+ 26,
335
+ 27,
336
+ 28,
337
+ 29,
338
+ 30,
339
+ 31,
340
+ 32,
341
+ 33,
342
+ 34,
343
+ 35,
344
+ 36,
345
+ 37,
346
+ 38,
347
+ 39
348
+ ],
349
+ "modality_keys": [
350
+ "left_wrist_eef",
351
+ "right_wrist_eef",
352
+ "left_hand_joints",
353
+ "right_hand_joints"
354
+ ],
355
+ "sin_cos_embedding_keys": null,
356
+ "mean_std_embedding_keys": null,
357
+ "action_configs": [
358
+ {
359
+ "rep": "RELATIVE",
360
+ "type": "EEF",
361
+ "format": "XYZ_ROT6D",
362
+ "state_key": "left_wrist_eef"
363
+ },
364
+ {
365
+ "rep": "RELATIVE",
366
+ "type": "EEF",
367
+ "format": "XYZ_ROT6D",
368
+ "state_key": "right_wrist_eef"
369
+ },
370
+ {
371
+ "rep": "ABSOLUTE",
372
+ "type": "NON_EEF",
373
+ "format": "DEFAULT",
374
+ "state_key": "left_hand_joints"
375
+ },
376
+ {
377
+ "rep": "ABSOLUTE",
378
+ "type": "NON_EEF",
379
+ "format": "DEFAULT",
380
+ "state_key": "right_hand_joints"
381
+ }
382
+ ]
383
+ },
384
+ "language": {
385
+ "delta_indices": [
386
+ 0
387
+ ],
388
+ "modality_keys": [
389
+ "annotation.human.coarse_action"
390
+ ],
391
+ "sin_cos_embedding_keys": null,
392
+ "mean_std_embedding_keys": null,
393
+ "action_configs": null
394
+ }
395
+ },
396
+ "real_r1_pro_sharpa_relative_eef": {
397
+ "video": {
398
+ "delta_indices": [
399
+ -20,
400
+ 0
401
+ ],
402
+ "modality_keys": [
403
+ "ego_view_res320x240_freq20",
404
+ "left_wrist_view_res320x240_freq20",
405
+ "right_wrist_view_res320x240_freq20"
406
+ ],
407
+ "sin_cos_embedding_keys": null,
408
+ "mean_std_embedding_keys": null,
409
+ "action_configs": null
410
+ },
411
+ "state": {
412
+ "delta_indices": [
413
+ 0
414
+ ],
415
+ "modality_keys": [
416
+ "left_wrist_eef",
417
+ "right_wrist_eef",
418
+ "left_hand_joints",
419
+ "right_hand_joints"
420
+ ],
421
+ "sin_cos_embedding_keys": null,
422
+ "mean_std_embedding_keys": null,
423
+ "action_configs": null
424
+ },
425
+ "action": {
426
+ "delta_indices": [
427
+ 0,
428
+ 1,
429
+ 2,
430
+ 3,
431
+ 4,
432
+ 5,
433
+ 6,
434
+ 7,
435
+ 8,
436
+ 9,
437
+ 10,
438
+ 11,
439
+ 12,
440
+ 13,
441
+ 14,
442
+ 15,
443
+ 16,
444
+ 17,
445
+ 18,
446
+ 19,
447
+ 20,
448
+ 21,
449
+ 22,
450
+ 23,
451
+ 24,
452
+ 25,
453
+ 26,
454
+ 27,
455
+ 28,
456
+ 29,
457
+ 30,
458
+ 31,
459
+ 32,
460
+ 33,
461
+ 34,
462
+ 35,
463
+ 36,
464
+ 37,
465
+ 38,
466
+ 39
467
+ ],
468
+ "modality_keys": [
469
+ "left_wrist_eef",
470
+ "right_wrist_eef",
471
+ "left_hand_joints",
472
+ "right_hand_joints"
473
+ ],
474
+ "sin_cos_embedding_keys": null,
475
+ "mean_std_embedding_keys": null,
476
+ "action_configs": [
477
+ {
478
+ "rep": "RELATIVE",
479
+ "type": "EEF",
480
+ "format": "XYZ_ROT6D",
481
+ "state_key": "left_wrist_eef"
482
+ },
483
+ {
484
+ "rep": "RELATIVE",
485
+ "type": "EEF",
486
+ "format": "XYZ_ROT6D",
487
+ "state_key": "right_wrist_eef"
488
+ },
489
+ {
490
+ "rep": "ABSOLUTE",
491
+ "type": "NON_EEF",
492
+ "format": "DEFAULT",
493
+ "state_key": "left_hand_joints"
494
+ },
495
+ {
496
+ "rep": "ABSOLUTE",
497
+ "type": "NON_EEF",
498
+ "format": "DEFAULT",
499
+ "state_key": "right_hand_joints"
500
+ }
501
+ ]
502
+ },
503
+ "language": {
504
+ "delta_indices": [
505
+ 0
506
+ ],
507
+ "modality_keys": [
508
+ "annotation.human.coarse_action"
509
+ ],
510
+ "sin_cos_embedding_keys": null,
511
+ "mean_std_embedding_keys": null,
512
+ "action_configs": null
513
+ }
514
+ },
515
+ "xdof_relative_eef_relative_joint": {
516
+ "video": {
517
+ "delta_indices": [
518
+ -30,
519
+ 0
520
+ ],
521
+ "modality_keys": [
522
+ "top_camera-images-rgb_320_240",
523
+ "left_camera-images-rgb_320_240",
524
+ "right_camera-images-rgb_320_240"
525
+ ],
526
+ "sin_cos_embedding_keys": null,
527
+ "mean_std_embedding_keys": null,
528
+ "action_configs": null
529
+ },
530
+ "state": {
531
+ "delta_indices": [
532
+ 0
533
+ ],
534
+ "modality_keys": [
535
+ "left_wrist_eef",
536
+ "right_wrist_eef",
537
+ "left_gripper_pos",
538
+ "right_gripper_pos",
539
+ "left_joint_pos",
540
+ "right_joint_pos"
541
+ ],
542
+ "sin_cos_embedding_keys": null,
543
+ "mean_std_embedding_keys": null,
544
+ "action_configs": null
545
+ },
546
+ "action": {
547
+ "delta_indices": [
548
+ 0,
549
+ 1,
550
+ 2,
551
+ 3,
552
+ 4,
553
+ 5,
554
+ 6,
555
+ 7,
556
+ 8,
557
+ 9,
558
+ 10,
559
+ 11,
560
+ 12,
561
+ 13,
562
+ 14,
563
+ 15,
564
+ 16,
565
+ 17,
566
+ 18,
567
+ 19,
568
+ 20,
569
+ 21,
570
+ 22,
571
+ 23,
572
+ 24,
573
+ 25,
574
+ 26,
575
+ 27,
576
+ 28,
577
+ 29,
578
+ 30,
579
+ 31,
580
+ 32,
581
+ 33,
582
+ 34,
583
+ 35,
584
+ 36,
585
+ 37,
586
+ 38,
587
+ 39
588
+ ],
589
+ "modality_keys": [
590
+ "left_wrist_eef",
591
+ "right_wrist_eef",
592
+ "left_gripper_pos",
593
+ "right_gripper_pos",
594
+ "left_joint_pos",
595
+ "right_joint_pos"
596
+ ],
597
+ "sin_cos_embedding_keys": null,
598
+ "mean_std_embedding_keys": null,
599
+ "action_configs": [
600
+ {
601
+ "rep": "RELATIVE",
602
+ "type": "EEF",
603
+ "format": "XYZ_ROT6D",
604
+ "state_key": "left_wrist_eef"
605
+ },
606
+ {
607
+ "rep": "RELATIVE",
608
+ "type": "EEF",
609
+ "format": "XYZ_ROT6D",
610
+ "state_key": "right_wrist_eef"
611
+ },
612
+ {
613
+ "rep": "ABSOLUTE",
614
+ "type": "NON_EEF",
615
+ "format": "DEFAULT",
616
+ "state_key": "left_gripper_pos"
617
+ },
618
+ {
619
+ "rep": "ABSOLUTE",
620
+ "type": "NON_EEF",
621
+ "format": "DEFAULT",
622
+ "state_key": "right_gripper_pos"
623
+ },
624
+ {
625
+ "rep": "RELATIVE",
626
+ "type": "NON_EEF",
627
+ "format": "DEFAULT",
628
+ "state_key": "left_joint_pos"
629
+ },
630
+ {
631
+ "rep": "RELATIVE",
632
+ "type": "NON_EEF",
633
+ "format": "DEFAULT",
634
+ "state_key": "right_joint_pos"
635
+ }
636
+ ]
637
+ },
638
+ "language": {
639
+ "delta_indices": [
640
+ 0
641
+ ],
642
+ "modality_keys": [
643
+ "annotation.task"
644
+ ],
645
+ "sin_cos_embedding_keys": null,
646
+ "mean_std_embedding_keys": null,
647
+ "action_configs": null
648
+ }
649
+ },
650
+ "real_r1_pro_sharpa_relative_eef_maxinsights": {
651
+ "video": {
652
+ "delta_indices": [
653
+ -30,
654
+ 0
655
+ ],
656
+ "modality_keys": [
657
+ "ego_view_cropratio_res320x240_freq30"
658
+ ],
659
+ "sin_cos_embedding_keys": null,
660
+ "mean_std_embedding_keys": null,
661
+ "action_configs": null
662
+ },
663
+ "state": {
664
+ "delta_indices": [
665
+ 0
666
+ ],
667
+ "modality_keys": [
668
+ "left_wrist_eef",
669
+ "right_wrist_eef",
670
+ "left_hand_joints",
671
+ "right_hand_joints"
672
+ ],
673
+ "sin_cos_embedding_keys": null,
674
+ "mean_std_embedding_keys": null,
675
+ "action_configs": null
676
+ },
677
+ "action": {
678
+ "delta_indices": [
679
+ 0,
680
+ 1,
681
+ 2,
682
+ 3,
683
+ 4,
684
+ 5,
685
+ 6,
686
+ 7,
687
+ 8,
688
+ 9,
689
+ 10,
690
+ 11,
691
+ 12,
692
+ 13,
693
+ 14,
694
+ 15,
695
+ 16,
696
+ 17,
697
+ 18,
698
+ 19,
699
+ 20,
700
+ 21,
701
+ 22,
702
+ 23,
703
+ 24,
704
+ 25,
705
+ 26,
706
+ 27,
707
+ 28,
708
+ 29,
709
+ 30,
710
+ 31,
711
+ 32,
712
+ 33,
713
+ 34,
714
+ 35,
715
+ 36,
716
+ 37,
717
+ 38,
718
+ 39
719
+ ],
720
+ "modality_keys": [
721
+ "left_wrist_eef",
722
+ "right_wrist_eef",
723
+ "left_hand_joints",
724
+ "right_hand_joints"
725
+ ],
726
+ "sin_cos_embedding_keys": null,
727
+ "mean_std_embedding_keys": null,
728
+ "action_configs": [
729
+ {
730
+ "rep": "RELATIVE",
731
+ "type": "EEF",
732
+ "format": "XYZ_ROT6D",
733
+ "state_key": "left_wrist_eef"
734
+ },
735
+ {
736
+ "rep": "RELATIVE",
737
+ "type": "EEF",
738
+ "format": "XYZ_ROT6D",
739
+ "state_key": "right_wrist_eef"
740
+ },
741
+ {
742
+ "rep": "ABSOLUTE",
743
+ "type": "NON_EEF",
744
+ "format": "DEFAULT",
745
+ "state_key": "left_hand_joints"
746
+ },
747
+ {
748
+ "rep": "ABSOLUTE",
749
+ "type": "NON_EEF",
750
+ "format": "DEFAULT",
751
+ "state_key": "right_hand_joints"
752
+ }
753
+ ]
754
+ },
755
+ "language": {
756
+ "delta_indices": [
757
+ 0
758
+ ],
759
+ "modality_keys": [
760
+ "annotation.human.coarse_action"
761
+ ],
762
+ "sin_cos_embedding_keys": null,
763
+ "mean_std_embedding_keys": null,
764
+ "action_configs": null
765
+ }
766
+ },
767
+ "xdof_relative_eef_relative_joint_subtask": {
768
+ "video": {
769
+ "delta_indices": [
770
+ -30,
771
+ 0
772
+ ],
773
+ "modality_keys": [
774
+ "top_camera-images-rgb_320_240",
775
+ "left_camera-images-rgb_320_240",
776
+ "right_camera-images-rgb_320_240"
777
+ ],
778
+ "sin_cos_embedding_keys": null,
779
+ "mean_std_embedding_keys": null,
780
+ "action_configs": null
781
+ },
782
+ "state": {
783
+ "delta_indices": [
784
+ 0
785
+ ],
786
+ "modality_keys": [
787
+ "left_wrist_eef",
788
+ "right_wrist_eef",
789
+ "left_gripper_pos",
790
+ "right_gripper_pos",
791
+ "left_joint_pos",
792
+ "right_joint_pos"
793
+ ],
794
+ "sin_cos_embedding_keys": null,
795
+ "mean_std_embedding_keys": null,
796
+ "action_configs": null
797
+ },
798
+ "action": {
799
+ "delta_indices": [
800
+ 0,
801
+ 1,
802
+ 2,
803
+ 3,
804
+ 4,
805
+ 5,
806
+ 6,
807
+ 7,
808
+ 8,
809
+ 9,
810
+ 10,
811
+ 11,
812
+ 12,
813
+ 13,
814
+ 14,
815
+ 15,
816
+ 16,
817
+ 17,
818
+ 18,
819
+ 19,
820
+ 20,
821
+ 21,
822
+ 22,
823
+ 23,
824
+ 24,
825
+ 25,
826
+ 26,
827
+ 27,
828
+ 28,
829
+ 29,
830
+ 30,
831
+ 31,
832
+ 32,
833
+ 33,
834
+ 34,
835
+ 35,
836
+ 36,
837
+ 37,
838
+ 38,
839
+ 39
840
+ ],
841
+ "modality_keys": [
842
+ "left_wrist_eef",
843
+ "right_wrist_eef",
844
+ "left_gripper_pos",
845
+ "right_gripper_pos",
846
+ "left_joint_pos",
847
+ "right_joint_pos"
848
+ ],
849
+ "sin_cos_embedding_keys": null,
850
+ "mean_std_embedding_keys": null,
851
+ "action_configs": [
852
+ {
853
+ "rep": "RELATIVE",
854
+ "type": "EEF",
855
+ "format": "XYZ_ROT6D",
856
+ "state_key": "left_wrist_eef"
857
+ },
858
+ {
859
+ "rep": "RELATIVE",
860
+ "type": "EEF",
861
+ "format": "XYZ_ROT6D",
862
+ "state_key": "right_wrist_eef"
863
+ },
864
+ {
865
+ "rep": "ABSOLUTE",
866
+ "type": "NON_EEF",
867
+ "format": "DEFAULT",
868
+ "state_key": "left_gripper_pos"
869
+ },
870
+ {
871
+ "rep": "ABSOLUTE",
872
+ "type": "NON_EEF",
873
+ "format": "DEFAULT",
874
+ "state_key": "right_gripper_pos"
875
+ },
876
+ {
877
+ "rep": "RELATIVE",
878
+ "type": "NON_EEF",
879
+ "format": "DEFAULT",
880
+ "state_key": "left_joint_pos"
881
+ },
882
+ {
883
+ "rep": "RELATIVE",
884
+ "type": "NON_EEF",
885
+ "format": "DEFAULT",
886
+ "state_key": "right_joint_pos"
887
+ }
888
+ ]
889
+ },
890
+ "language": {
891
+ "delta_indices": [
892
+ 0
893
+ ],
894
+ "modality_keys": [
895
+ "annotation.sub_task"
896
+ ],
897
+ "sin_cos_embedding_keys": null,
898
+ "mean_std_embedding_keys": null,
899
+ "action_configs": null
900
+ }
901
+ },
902
+ "oxe_droid_relative_eef_relative_joint": {
903
+ "video": {
904
+ "delta_indices": [
905
+ -15,
906
+ 0
907
+ ],
908
+ "modality_keys": [
909
+ "exterior_image_1_left",
910
+ "wrist_image_left"
911
+ ],
912
+ "sin_cos_embedding_keys": null,
913
+ "mean_std_embedding_keys": null,
914
+ "action_configs": null
915
+ },
916
+ "state": {
917
+ "delta_indices": [
918
+ 0
919
+ ],
920
+ "modality_keys": [
921
+ "eef_9d",
922
+ "gripper_position",
923
+ "joint_position"
924
+ ],
925
+ "sin_cos_embedding_keys": null,
926
+ "mean_std_embedding_keys": null,
927
+ "action_configs": null
928
+ },
929
+ "action": {
930
+ "delta_indices": [
931
+ 0,
932
+ 1,
933
+ 2,
934
+ 3,
935
+ 4,
936
+ 5,
937
+ 6,
938
+ 7,
939
+ 8,
940
+ 9,
941
+ 10,
942
+ 11,
943
+ 12,
944
+ 13,
945
+ 14,
946
+ 15,
947
+ 16,
948
+ 17,
949
+ 18,
950
+ 19,
951
+ 20,
952
+ 21,
953
+ 22,
954
+ 23,
955
+ 24,
956
+ 25,
957
+ 26,
958
+ 27,
959
+ 28,
960
+ 29,
961
+ 30,
962
+ 31,
963
+ 32,
964
+ 33,
965
+ 34,
966
+ 35,
967
+ 36,
968
+ 37,
969
+ 38,
970
+ 39
971
+ ],
972
+ "modality_keys": [
973
+ "eef_9d",
974
+ "gripper_position",
975
+ "joint_position"
976
+ ],
977
+ "sin_cos_embedding_keys": null,
978
+ "mean_std_embedding_keys": null,
979
+ "action_configs": [
980
+ {
981
+ "rep": "RELATIVE",
982
+ "type": "EEF",
983
+ "format": "XYZ_ROT6D",
984
+ "state_key": "eef_9d"
985
+ },
986
+ {
987
+ "rep": "ABSOLUTE",
988
+ "type": "NON_EEF",
989
+ "format": "DEFAULT",
990
+ "state_key": "gripper_position"
991
+ },
992
+ {
993
+ "rep": "RELATIVE",
994
+ "type": "NON_EEF",
995
+ "format": "DEFAULT",
996
+ "state_key": "joint_position"
997
+ }
998
+ ]
999
+ },
1000
+ "language": {
1001
+ "delta_indices": [
1002
+ 0
1003
+ ],
1004
+ "modality_keys": [
1005
+ "annotation.language.language_instruction"
1006
+ ],
1007
+ "sin_cos_embedding_keys": null,
1008
+ "mean_std_embedding_keys": null,
1009
+ "action_configs": null
1010
+ }
1011
+ },
1012
+ "unitree_g1_sonic": {
1013
+ "video": {
1014
+ "delta_indices": [
1015
+ 0
1016
+ ],
1017
+ "modality_keys": [
1018
+ "ego_view"
1019
+ ],
1020
+ "sin_cos_embedding_keys": null,
1021
+ "mean_std_embedding_keys": null,
1022
+ "action_configs": null
1023
+ },
1024
+ "state": {
1025
+ "delta_indices": [
1026
+ 0
1027
+ ],
1028
+ "modality_keys": [
1029
+ "left_leg",
1030
+ "right_leg",
1031
+ "waist",
1032
+ "left_arm",
1033
+ "right_arm",
1034
+ "left_hand",
1035
+ "right_hand",
1036
+ "projected_gravity"
1037
+ ],
1038
+ "sin_cos_embedding_keys": null,
1039
+ "mean_std_embedding_keys": null,
1040
+ "action_configs": null
1041
+ },
1042
+ "action": {
1043
+ "delta_indices": [
1044
+ 0,
1045
+ 1,
1046
+ 2,
1047
+ 3,
1048
+ 4,
1049
+ 5,
1050
+ 6,
1051
+ 7,
1052
+ 8,
1053
+ 9,
1054
+ 10,
1055
+ 11,
1056
+ 12,
1057
+ 13,
1058
+ 14,
1059
+ 15,
1060
+ 16,
1061
+ 17,
1062
+ 18,
1063
+ 19,
1064
+ 20,
1065
+ 21,
1066
+ 22,
1067
+ 23,
1068
+ 24,
1069
+ 25,
1070
+ 26,
1071
+ 27,
1072
+ 28,
1073
+ 29,
1074
+ 30,
1075
+ 31,
1076
+ 32,
1077
+ 33,
1078
+ 34,
1079
+ 35,
1080
+ 36,
1081
+ 37,
1082
+ 38,
1083
+ 39
1084
+ ],
1085
+ "modality_keys": [
1086
+ "motion_token",
1087
+ "left_hand_joints",
1088
+ "right_hand_joints"
1089
+ ],
1090
+ "sin_cos_embedding_keys": null,
1091
+ "mean_std_embedding_keys": null,
1092
+ "action_configs": [
1093
+ {
1094
+ "rep": "ABSOLUTE",
1095
+ "type": "NON_EEF",
1096
+ "format": "DEFAULT",
1097
+ "state_key": null
1098
+ },
1099
+ {
1100
+ "rep": "ABSOLUTE",
1101
+ "type": "NON_EEF",
1102
+ "format": "DEFAULT",
1103
+ "state_key": null
1104
+ },
1105
+ {
1106
+ "rep": "ABSOLUTE",
1107
+ "type": "NON_EEF",
1108
+ "format": "DEFAULT",
1109
+ "state_key": null
1110
+ }
1111
+ ]
1112
+ },
1113
+ "language": {
1114
+ "delta_indices": [
1115
+ 0
1116
+ ],
1117
+ "modality_keys": [
1118
+ "annotation.human.task_description"
1119
+ ],
1120
+ "sin_cos_embedding_keys": null,
1121
+ "mean_std_embedding_keys": null,
1122
+ "action_configs": null
1123
+ }
1124
+ }
1125
+ },
1126
+ "image_crop_size": [
1127
+ 230,
1128
+ 230
1129
+ ],
1130
+ "image_target_size": [
1131
+ 256,
1132
+ 256
1133
+ ],
1134
+ "use_albumentations": true,
1135
+ "random_rotation_angle": 0,
1136
+ "color_jitter_params": {
1137
+ "brightness": 0.3,
1138
+ "contrast": 0.4,
1139
+ "saturation": 0.5,
1140
+ "hue": 0.08
1141
+ },
1142
+ "shortest_image_edge": 256,
1143
+ "crop_fraction": 0.95,
1144
+ "letter_box_transform": false,
1145
+ "model_name": "nvidia/Cosmos-Reason2-2B",
1146
+ "model_type": "qwen",
1147
+ "formalize_language": true,
1148
+ "max_state_dim": 132,
1149
+ "max_action_dim": 132,
1150
+ "max_action_horizon": 40,
1151
+ "use_percentiles": true,
1152
+ "use_mean_std": false,
1153
+ "clip_outliers": true,
1154
+ "apply_sincos_state_encoding": false,
1155
+ "use_relative_action": true,
1156
+ "exclude_state": false,
1157
+ "state_dropout_prob": 0.2
1158
+ }
1159
+ }
groot-wbc-8/checkpoint-3500/statistics.json ADDED
The diff for this file is too large to render. See raw diff
 
groot-wbc-8/checkpoint-3500/trainer_state.json ADDED
@@ -0,0 +1,2190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.35,
6
+ "eval_steps": 250,
7
+ "global_step": 3500,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "grad_norm": 0.18529030680656433,
14
+ "learning_rate": 1.8e-06,
15
+ "loss": 1.1811,
16
+ "step": 10
17
+ },
18
+ {
19
+ "grad_norm": 0.17696067690849304,
20
+ "learning_rate": 3.8e-06,
21
+ "loss": 1.1821,
22
+ "step": 20
23
+ },
24
+ {
25
+ "grad_norm": 0.13590584695339203,
26
+ "learning_rate": 5.8e-06,
27
+ "loss": 1.1694,
28
+ "step": 30
29
+ },
30
+ {
31
+ "grad_norm": 0.279568612575531,
32
+ "learning_rate": 7.8e-06,
33
+ "loss": 1.1571,
34
+ "step": 40
35
+ },
36
+ {
37
+ "grad_norm": 0.43323907256126404,
38
+ "learning_rate": 9.800000000000001e-06,
39
+ "loss": 1.1533,
40
+ "step": 50
41
+ },
42
+ {
43
+ "grad_norm": 0.31671810150146484,
44
+ "learning_rate": 1.18e-05,
45
+ "loss": 1.1449,
46
+ "step": 60
47
+ },
48
+ {
49
+ "grad_norm": 0.3651115596294403,
50
+ "learning_rate": 1.3800000000000002e-05,
51
+ "loss": 1.1184,
52
+ "step": 70
53
+ },
54
+ {
55
+ "grad_norm": 0.44200313091278076,
56
+ "learning_rate": 1.58e-05,
57
+ "loss": 1.1275,
58
+ "step": 80
59
+ },
60
+ {
61
+ "grad_norm": 0.5552253723144531,
62
+ "learning_rate": 1.78e-05,
63
+ "loss": 1.1258,
64
+ "step": 90
65
+ },
66
+ {
67
+ "grad_norm": 0.3365529477596283,
68
+ "learning_rate": 1.9800000000000004e-05,
69
+ "loss": 1.1249,
70
+ "step": 100
71
+ },
72
+ {
73
+ "grad_norm": 0.3924192488193512,
74
+ "learning_rate": 2.18e-05,
75
+ "loss": 1.1179,
76
+ "step": 110
77
+ },
78
+ {
79
+ "grad_norm": 0.5948011875152588,
80
+ "learning_rate": 2.38e-05,
81
+ "loss": 1.1116,
82
+ "step": 120
83
+ },
84
+ {
85
+ "grad_norm": 0.3768727779388428,
86
+ "learning_rate": 2.58e-05,
87
+ "loss": 1.1039,
88
+ "step": 130
89
+ },
90
+ {
91
+ "grad_norm": 0.24624425172805786,
92
+ "learning_rate": 2.7800000000000005e-05,
93
+ "loss": 1.098,
94
+ "step": 140
95
+ },
96
+ {
97
+ "grad_norm": 0.3038891851902008,
98
+ "learning_rate": 2.98e-05,
99
+ "loss": 1.1183,
100
+ "step": 150
101
+ },
102
+ {
103
+ "grad_norm": 0.5524261593818665,
104
+ "learning_rate": 3.18e-05,
105
+ "loss": 1.1043,
106
+ "step": 160
107
+ },
108
+ {
109
+ "grad_norm": 0.4240923821926117,
110
+ "learning_rate": 3.38e-05,
111
+ "loss": 1.1116,
112
+ "step": 170
113
+ },
114
+ {
115
+ "grad_norm": 0.3693060874938965,
116
+ "learning_rate": 3.58e-05,
117
+ "loss": 1.1087,
118
+ "step": 180
119
+ },
120
+ {
121
+ "grad_norm": 0.7437363266944885,
122
+ "learning_rate": 3.7800000000000004e-05,
123
+ "loss": 1.0929,
124
+ "step": 190
125
+ },
126
+ {
127
+ "grad_norm": 0.5727037787437439,
128
+ "learning_rate": 3.9800000000000005e-05,
129
+ "loss": 1.0779,
130
+ "step": 200
131
+ },
132
+ {
133
+ "grad_norm": 0.6432830095291138,
134
+ "learning_rate": 4.18e-05,
135
+ "loss": 1.0419,
136
+ "step": 210
137
+ },
138
+ {
139
+ "grad_norm": 0.7623288035392761,
140
+ "learning_rate": 4.38e-05,
141
+ "loss": 1.0195,
142
+ "step": 220
143
+ },
144
+ {
145
+ "grad_norm": 0.9106892347335815,
146
+ "learning_rate": 4.58e-05,
147
+ "loss": 1.0032,
148
+ "step": 230
149
+ },
150
+ {
151
+ "grad_norm": 0.6734551787376404,
152
+ "learning_rate": 4.78e-05,
153
+ "loss": 0.9891,
154
+ "step": 240
155
+ },
156
+ {
157
+ "eval/loss": 0.9483568727970123,
158
+ "step": 250
159
+ },
160
+ {
161
+ "grad_norm": 0.8862823843955994,
162
+ "learning_rate": 4.9800000000000004e-05,
163
+ "loss": 0.9565,
164
+ "step": 250
165
+ },
166
+ {
167
+ "grad_norm": 0.8855322003364563,
168
+ "learning_rate": 5.1800000000000005e-05,
169
+ "loss": 0.9401,
170
+ "step": 260
171
+ },
172
+ {
173
+ "grad_norm": 0.6994087100028992,
174
+ "learning_rate": 5.380000000000001e-05,
175
+ "loss": 0.9177,
176
+ "step": 270
177
+ },
178
+ {
179
+ "grad_norm": 0.8596734404563904,
180
+ "learning_rate": 5.580000000000001e-05,
181
+ "loss": 0.8871,
182
+ "step": 280
183
+ },
184
+ {
185
+ "grad_norm": 0.7085843682289124,
186
+ "learning_rate": 5.7799999999999995e-05,
187
+ "loss": 0.8865,
188
+ "step": 290
189
+ },
190
+ {
191
+ "grad_norm": 0.7338278889656067,
192
+ "learning_rate": 5.9800000000000003e-05,
193
+ "loss": 0.8617,
194
+ "step": 300
195
+ },
196
+ {
197
+ "grad_norm": 1.1336745023727417,
198
+ "learning_rate": 6.18e-05,
199
+ "loss": 0.8596,
200
+ "step": 310
201
+ },
202
+ {
203
+ "grad_norm": 0.7997697591781616,
204
+ "learning_rate": 6.38e-05,
205
+ "loss": 0.8446,
206
+ "step": 320
207
+ },
208
+ {
209
+ "grad_norm": 0.797099232673645,
210
+ "learning_rate": 6.58e-05,
211
+ "loss": 0.837,
212
+ "step": 330
213
+ },
214
+ {
215
+ "grad_norm": 0.9630879759788513,
216
+ "learning_rate": 6.780000000000001e-05,
217
+ "loss": 0.8112,
218
+ "step": 340
219
+ },
220
+ {
221
+ "grad_norm": 1.303208589553833,
222
+ "learning_rate": 6.98e-05,
223
+ "loss": 0.8131,
224
+ "step": 350
225
+ },
226
+ {
227
+ "grad_norm": 1.0860744714736938,
228
+ "learning_rate": 7.18e-05,
229
+ "loss": 0.8073,
230
+ "step": 360
231
+ },
232
+ {
233
+ "grad_norm": 0.9043018221855164,
234
+ "learning_rate": 7.38e-05,
235
+ "loss": 0.8007,
236
+ "step": 370
237
+ },
238
+ {
239
+ "grad_norm": 0.8608036041259766,
240
+ "learning_rate": 7.58e-05,
241
+ "loss": 0.793,
242
+ "step": 380
243
+ },
244
+ {
245
+ "grad_norm": 1.2061337232589722,
246
+ "learning_rate": 7.780000000000001e-05,
247
+ "loss": 0.7669,
248
+ "step": 390
249
+ },
250
+ {
251
+ "grad_norm": 0.7855536341667175,
252
+ "learning_rate": 7.98e-05,
253
+ "loss": 0.7702,
254
+ "step": 400
255
+ },
256
+ {
257
+ "grad_norm": 0.7040292620658875,
258
+ "learning_rate": 8.18e-05,
259
+ "loss": 0.7713,
260
+ "step": 410
261
+ },
262
+ {
263
+ "grad_norm": 0.7931767106056213,
264
+ "learning_rate": 8.38e-05,
265
+ "loss": 0.7545,
266
+ "step": 420
267
+ },
268
+ {
269
+ "grad_norm": 0.7801165580749512,
270
+ "learning_rate": 8.58e-05,
271
+ "loss": 0.7419,
272
+ "step": 430
273
+ },
274
+ {
275
+ "grad_norm": 0.8844775557518005,
276
+ "learning_rate": 8.78e-05,
277
+ "loss": 0.7437,
278
+ "step": 440
279
+ },
280
+ {
281
+ "grad_norm": 0.9408592581748962,
282
+ "learning_rate": 8.98e-05,
283
+ "loss": 0.719,
284
+ "step": 450
285
+ },
286
+ {
287
+ "grad_norm": 1.0986884832382202,
288
+ "learning_rate": 9.180000000000001e-05,
289
+ "loss": 0.7393,
290
+ "step": 460
291
+ },
292
+ {
293
+ "grad_norm": 0.7132677435874939,
294
+ "learning_rate": 9.38e-05,
295
+ "loss": 0.7328,
296
+ "step": 470
297
+ },
298
+ {
299
+ "grad_norm": 0.8457934856414795,
300
+ "learning_rate": 9.58e-05,
301
+ "loss": 0.7285,
302
+ "step": 480
303
+ },
304
+ {
305
+ "grad_norm": 0.8056934475898743,
306
+ "learning_rate": 9.78e-05,
307
+ "loss": 0.6974,
308
+ "step": 490
309
+ },
310
+ {
311
+ "eval/loss": 0.7051396405696869,
312
+ "step": 500
313
+ },
314
+ {
315
+ "grad_norm": 0.7358251214027405,
316
+ "learning_rate": 9.98e-05,
317
+ "loss": 0.7045,
318
+ "step": 500
319
+ },
320
+ {
321
+ "grad_norm": 0.7621918320655823,
322
+ "learning_rate": 9.9999778549206e-05,
323
+ "loss": 0.7006,
324
+ "step": 510
325
+ },
326
+ {
327
+ "grad_norm": 0.7946559190750122,
328
+ "learning_rate": 9.999901304280685e-05,
329
+ "loss": 0.7058,
330
+ "step": 520
331
+ },
332
+ {
333
+ "grad_norm": 0.7282401323318481,
334
+ "learning_rate": 9.999770075521164e-05,
335
+ "loss": 0.7028,
336
+ "step": 530
337
+ },
338
+ {
339
+ "grad_norm": 0.8195558786392212,
340
+ "learning_rate": 9.99958417007713e-05,
341
+ "loss": 0.6907,
342
+ "step": 540
343
+ },
344
+ {
345
+ "grad_norm": 0.7697458863258362,
346
+ "learning_rate": 9.999343589981615e-05,
347
+ "loss": 0.6736,
348
+ "step": 550
349
+ },
350
+ {
351
+ "grad_norm": 0.8372205495834351,
352
+ "learning_rate": 9.999048337865568e-05,
353
+ "loss": 0.6946,
354
+ "step": 560
355
+ },
356
+ {
357
+ "grad_norm": 0.7512030601501465,
358
+ "learning_rate": 9.998698416957815e-05,
359
+ "loss": 0.6724,
360
+ "step": 570
361
+ },
362
+ {
363
+ "grad_norm": 0.6948479413986206,
364
+ "learning_rate": 9.998293831085037e-05,
365
+ "loss": 0.6794,
366
+ "step": 580
367
+ },
368
+ {
369
+ "grad_norm": 0.8155792951583862,
370
+ "learning_rate": 9.997834584671719e-05,
371
+ "loss": 0.6794,
372
+ "step": 590
373
+ },
374
+ {
375
+ "grad_norm": 0.7938534617424011,
376
+ "learning_rate": 9.997320682740107e-05,
377
+ "loss": 0.6785,
378
+ "step": 600
379
+ },
380
+ {
381
+ "grad_norm": 1.145626187324524,
382
+ "learning_rate": 9.996752130910149e-05,
383
+ "loss": 0.6651,
384
+ "step": 610
385
+ },
386
+ {
387
+ "grad_norm": 0.9207320213317871,
388
+ "learning_rate": 9.99612893539944e-05,
389
+ "loss": 0.6574,
390
+ "step": 620
391
+ },
392
+ {
393
+ "grad_norm": 0.9522314667701721,
394
+ "learning_rate": 9.995451103023144e-05,
395
+ "loss": 0.6537,
396
+ "step": 630
397
+ },
398
+ {
399
+ "grad_norm": 1.0301637649536133,
400
+ "learning_rate": 9.994718641193928e-05,
401
+ "loss": 0.6349,
402
+ "step": 640
403
+ },
404
+ {
405
+ "grad_norm": 0.8331605195999146,
406
+ "learning_rate": 9.993931557921874e-05,
407
+ "loss": 0.6512,
408
+ "step": 650
409
+ },
410
+ {
411
+ "grad_norm": 0.8266019225120544,
412
+ "learning_rate": 9.993089861814402e-05,
413
+ "loss": 0.6331,
414
+ "step": 660
415
+ },
416
+ {
417
+ "grad_norm": 1.0271166563034058,
418
+ "learning_rate": 9.992193562076166e-05,
419
+ "loss": 0.6369,
420
+ "step": 670
421
+ },
422
+ {
423
+ "grad_norm": 0.7763676643371582,
424
+ "learning_rate": 9.991242668508954e-05,
425
+ "loss": 0.6464,
426
+ "step": 680
427
+ },
428
+ {
429
+ "grad_norm": 0.9032822251319885,
430
+ "learning_rate": 9.990237191511587e-05,
431
+ "loss": 0.6167,
432
+ "step": 690
433
+ },
434
+ {
435
+ "grad_norm": 0.7536276578903198,
436
+ "learning_rate": 9.989177142079802e-05,
437
+ "loss": 0.6234,
438
+ "step": 700
439
+ },
440
+ {
441
+ "grad_norm": 0.7976689338684082,
442
+ "learning_rate": 9.988062531806126e-05,
443
+ "loss": 0.6182,
444
+ "step": 710
445
+ },
446
+ {
447
+ "grad_norm": 0.8874609470367432,
448
+ "learning_rate": 9.986893372879762e-05,
449
+ "loss": 0.6194,
450
+ "step": 720
451
+ },
452
+ {
453
+ "grad_norm": 0.8329346179962158,
454
+ "learning_rate": 9.985669678086443e-05,
455
+ "loss": 0.622,
456
+ "step": 730
457
+ },
458
+ {
459
+ "grad_norm": 1.1681642532348633,
460
+ "learning_rate": 9.984391460808298e-05,
461
+ "loss": 0.6179,
462
+ "step": 740
463
+ },
464
+ {
465
+ "eval/loss": 0.6140390932559967,
466
+ "step": 750
467
+ },
468
+ {
469
+ "grad_norm": 0.7663777470588684,
470
+ "learning_rate": 9.983058735023709e-05,
471
+ "loss": 0.6225,
472
+ "step": 750
473
+ },
474
+ {
475
+ "grad_norm": 1.088477611541748,
476
+ "learning_rate": 9.98167151530715e-05,
477
+ "loss": 0.6143,
478
+ "step": 760
479
+ },
480
+ {
481
+ "grad_norm": 0.681723415851593,
482
+ "learning_rate": 9.980229816829034e-05,
483
+ "loss": 0.5978,
484
+ "step": 770
485
+ },
486
+ {
487
+ "grad_norm": 0.8217130303382874,
488
+ "learning_rate": 9.978733655355544e-05,
489
+ "loss": 0.61,
490
+ "step": 780
491
+ },
492
+ {
493
+ "grad_norm": 0.7286795377731323,
494
+ "learning_rate": 9.977183047248464e-05,
495
+ "loss": 0.6067,
496
+ "step": 790
497
+ },
498
+ {
499
+ "grad_norm": 0.6988299489021301,
500
+ "learning_rate": 9.975578009464992e-05,
501
+ "loss": 0.5884,
502
+ "step": 800
503
+ },
504
+ {
505
+ "grad_norm": 1.0712876319885254,
506
+ "learning_rate": 9.97391855955757e-05,
507
+ "loss": 0.5876,
508
+ "step": 810
509
+ },
510
+ {
511
+ "grad_norm": 0.7668588161468506,
512
+ "learning_rate": 9.972204715673669e-05,
513
+ "loss": 0.6029,
514
+ "step": 820
515
+ },
516
+ {
517
+ "grad_norm": 0.9838575720787048,
518
+ "learning_rate": 9.970436496555617e-05,
519
+ "loss": 0.5796,
520
+ "step": 830
521
+ },
522
+ {
523
+ "grad_norm": 0.8770014047622681,
524
+ "learning_rate": 9.968613921540373e-05,
525
+ "loss": 0.5831,
526
+ "step": 840
527
+ },
528
+ {
529
+ "grad_norm": 0.935934841632843,
530
+ "learning_rate": 9.966737010559326e-05,
531
+ "loss": 0.5828,
532
+ "step": 850
533
+ },
534
+ {
535
+ "grad_norm": 0.8480046391487122,
536
+ "learning_rate": 9.964805784138072e-05,
537
+ "loss": 0.5872,
538
+ "step": 860
539
+ },
540
+ {
541
+ "grad_norm": 0.7544788122177124,
542
+ "learning_rate": 9.962820263396195e-05,
543
+ "loss": 0.5963,
544
+ "step": 870
545
+ },
546
+ {
547
+ "grad_norm": 0.9721704125404358,
548
+ "learning_rate": 9.960780470047033e-05,
549
+ "loss": 0.5789,
550
+ "step": 880
551
+ },
552
+ {
553
+ "grad_norm": 0.7874745726585388,
554
+ "learning_rate": 9.958686426397437e-05,
555
+ "loss": 0.5674,
556
+ "step": 890
557
+ },
558
+ {
559
+ "grad_norm": 0.9333078861236572,
560
+ "learning_rate": 9.956538155347534e-05,
561
+ "loss": 0.5837,
562
+ "step": 900
563
+ },
564
+ {
565
+ "grad_norm": 0.8755942583084106,
566
+ "learning_rate": 9.95433568039047e-05,
567
+ "loss": 0.5892,
568
+ "step": 910
569
+ },
570
+ {
571
+ "grad_norm": 0.914348304271698,
572
+ "learning_rate": 9.952079025612162e-05,
573
+ "loss": 0.5908,
574
+ "step": 920
575
+ },
576
+ {
577
+ "grad_norm": 0.7876885533332825,
578
+ "learning_rate": 9.949768215691022e-05,
579
+ "loss": 0.5838,
580
+ "step": 930
581
+ },
582
+ {
583
+ "grad_norm": 0.7325435280799866,
584
+ "learning_rate": 9.9474032758977e-05,
585
+ "loss": 0.5608,
586
+ "step": 940
587
+ },
588
+ {
589
+ "grad_norm": 0.6841356754302979,
590
+ "learning_rate": 9.944984232094794e-05,
591
+ "loss": 0.544,
592
+ "step": 950
593
+ },
594
+ {
595
+ "grad_norm": 1.0104835033416748,
596
+ "learning_rate": 9.942511110736584e-05,
597
+ "loss": 0.5795,
598
+ "step": 960
599
+ },
600
+ {
601
+ "grad_norm": 0.756842851638794,
602
+ "learning_rate": 9.939983938868726e-05,
603
+ "loss": 0.5541,
604
+ "step": 970
605
+ },
606
+ {
607
+ "grad_norm": 0.8415982127189636,
608
+ "learning_rate": 9.93740274412797e-05,
609
+ "loss": 0.5495,
610
+ "step": 980
611
+ },
612
+ {
613
+ "grad_norm": 0.9179241061210632,
614
+ "learning_rate": 9.934767554741846e-05,
615
+ "loss": 0.569,
616
+ "step": 990
617
+ },
618
+ {
619
+ "eval/loss": 0.5366230100393296,
620
+ "step": 1000
621
+ },
622
+ {
623
+ "grad_norm": 0.8125057220458984,
624
+ "learning_rate": 9.932078399528361e-05,
625
+ "loss": 0.5625,
626
+ "step": 1000
627
+ },
628
+ {
629
+ "grad_norm": 0.9515894651412964,
630
+ "learning_rate": 9.929335307895689e-05,
631
+ "loss": 0.5586,
632
+ "step": 1010
633
+ },
634
+ {
635
+ "grad_norm": 0.8592225909233093,
636
+ "learning_rate": 9.926538309841839e-05,
637
+ "loss": 0.5423,
638
+ "step": 1020
639
+ },
640
+ {
641
+ "grad_norm": 0.9244703054428101,
642
+ "learning_rate": 9.923687435954334e-05,
643
+ "loss": 0.5434,
644
+ "step": 1030
645
+ },
646
+ {
647
+ "grad_norm": 0.9668888449668884,
648
+ "learning_rate": 9.920782717409873e-05,
649
+ "loss": 0.5401,
650
+ "step": 1040
651
+ },
652
+ {
653
+ "grad_norm": 0.7562168836593628,
654
+ "learning_rate": 9.917824185973994e-05,
655
+ "loss": 0.5231,
656
+ "step": 1050
657
+ },
658
+ {
659
+ "grad_norm": 0.6973814368247986,
660
+ "learning_rate": 9.914811874000723e-05,
661
+ "loss": 0.527,
662
+ "step": 1060
663
+ },
664
+ {
665
+ "grad_norm": 0.959357500076294,
666
+ "learning_rate": 9.911745814432218e-05,
667
+ "loss": 0.5114,
668
+ "step": 1070
669
+ },
670
+ {
671
+ "grad_norm": 0.8211817741394043,
672
+ "learning_rate": 9.90862604079842e-05,
673
+ "loss": 0.5138,
674
+ "step": 1080
675
+ },
676
+ {
677
+ "grad_norm": 0.8965429663658142,
678
+ "learning_rate": 9.90545258721667e-05,
679
+ "loss": 0.5104,
680
+ "step": 1090
681
+ },
682
+ {
683
+ "grad_norm": 0.9305912852287292,
684
+ "learning_rate": 9.90222548839135e-05,
685
+ "loss": 0.5073,
686
+ "step": 1100
687
+ },
688
+ {
689
+ "grad_norm": 0.7826094627380371,
690
+ "learning_rate": 9.898944779613495e-05,
691
+ "loss": 0.5068,
692
+ "step": 1110
693
+ },
694
+ {
695
+ "grad_norm": 0.9407208561897278,
696
+ "learning_rate": 9.89561049676041e-05,
697
+ "loss": 0.5091,
698
+ "step": 1120
699
+ },
700
+ {
701
+ "grad_norm": 0.9975925087928772,
702
+ "learning_rate": 9.89222267629528e-05,
703
+ "loss": 0.4983,
704
+ "step": 1130
705
+ },
706
+ {
707
+ "grad_norm": 0.8524509072303772,
708
+ "learning_rate": 9.888781355266763e-05,
709
+ "loss": 0.4989,
710
+ "step": 1140
711
+ },
712
+ {
713
+ "grad_norm": 0.9640136957168579,
714
+ "learning_rate": 9.885286571308598e-05,
715
+ "loss": 0.5124,
716
+ "step": 1150
717
+ },
718
+ {
719
+ "grad_norm": 0.8477168083190918,
720
+ "learning_rate": 9.881738362639182e-05,
721
+ "loss": 0.4945,
722
+ "step": 1160
723
+ },
724
+ {
725
+ "grad_norm": 1.033988356590271,
726
+ "learning_rate": 9.878136768061154e-05,
727
+ "loss": 0.4827,
728
+ "step": 1170
729
+ },
730
+ {
731
+ "grad_norm": 0.9084174633026123,
732
+ "learning_rate": 9.874481826960979e-05,
733
+ "loss": 0.478,
734
+ "step": 1180
735
+ },
736
+ {
737
+ "grad_norm": 0.8890127539634705,
738
+ "learning_rate": 9.870773579308503e-05,
739
+ "loss": 0.4874,
740
+ "step": 1190
741
+ },
742
+ {
743
+ "grad_norm": 0.936534583568573,
744
+ "learning_rate": 9.867012065656533e-05,
745
+ "loss": 0.4648,
746
+ "step": 1200
747
+ },
748
+ {
749
+ "grad_norm": 0.7788175344467163,
750
+ "learning_rate": 9.863197327140376e-05,
751
+ "loss": 0.4771,
752
+ "step": 1210
753
+ },
754
+ {
755
+ "grad_norm": 0.7344397902488708,
756
+ "learning_rate": 9.859329405477403e-05,
757
+ "loss": 0.4759,
758
+ "step": 1220
759
+ },
760
+ {
761
+ "grad_norm": 0.9831973910331726,
762
+ "learning_rate": 9.855408342966585e-05,
763
+ "loss": 0.4582,
764
+ "step": 1230
765
+ },
766
+ {
767
+ "grad_norm": 0.7773613929748535,
768
+ "learning_rate": 9.851434182488033e-05,
769
+ "loss": 0.4693,
770
+ "step": 1240
771
+ },
772
+ {
773
+ "eval/loss": 0.45862768292427064,
774
+ "step": 1250
775
+ },
776
+ {
777
+ "grad_norm": 0.7989398241043091,
778
+ "learning_rate": 9.84740696750253e-05,
779
+ "loss": 0.4781,
780
+ "step": 1250
781
+ },
782
+ {
783
+ "grad_norm": 0.8139141201972961,
784
+ "learning_rate": 9.843326742051055e-05,
785
+ "loss": 0.4516,
786
+ "step": 1260
787
+ },
788
+ {
789
+ "grad_norm": 0.9229570031166077,
790
+ "learning_rate": 9.839193550754297e-05,
791
+ "loss": 0.4651,
792
+ "step": 1270
793
+ },
794
+ {
795
+ "grad_norm": 1.2144124507904053,
796
+ "learning_rate": 9.835007438812177e-05,
797
+ "loss": 0.4733,
798
+ "step": 1280
799
+ },
800
+ {
801
+ "grad_norm": 0.951970100402832,
802
+ "learning_rate": 9.830768452003341e-05,
803
+ "loss": 0.4698,
804
+ "step": 1290
805
+ },
806
+ {
807
+ "grad_norm": 1.0694864988327026,
808
+ "learning_rate": 9.826476636684671e-05,
809
+ "loss": 0.4578,
810
+ "step": 1300
811
+ },
812
+ {
813
+ "grad_norm": 0.8484354019165039,
814
+ "learning_rate": 9.822132039790773e-05,
815
+ "loss": 0.466,
816
+ "step": 1310
817
+ },
818
+ {
819
+ "grad_norm": 0.8231856226921082,
820
+ "learning_rate": 9.817734708833461e-05,
821
+ "loss": 0.4316,
822
+ "step": 1320
823
+ },
824
+ {
825
+ "grad_norm": 0.9760980606079102,
826
+ "learning_rate": 9.813284691901243e-05,
827
+ "loss": 0.4522,
828
+ "step": 1330
829
+ },
830
+ {
831
+ "grad_norm": 0.9553073644638062,
832
+ "learning_rate": 9.808782037658792e-05,
833
+ "loss": 0.453,
834
+ "step": 1340
835
+ },
836
+ {
837
+ "grad_norm": 0.9428948760032654,
838
+ "learning_rate": 9.804226795346411e-05,
839
+ "loss": 0.427,
840
+ "step": 1350
841
+ },
842
+ {
843
+ "grad_norm": 0.9390555620193481,
844
+ "learning_rate": 9.799619014779503e-05,
845
+ "loss": 0.4177,
846
+ "step": 1360
847
+ },
848
+ {
849
+ "grad_norm": 1.0052635669708252,
850
+ "learning_rate": 9.794958746348013e-05,
851
+ "loss": 0.4445,
852
+ "step": 1370
853
+ },
854
+ {
855
+ "grad_norm": 0.8766794800758362,
856
+ "learning_rate": 9.790246041015896e-05,
857
+ "loss": 0.439,
858
+ "step": 1380
859
+ },
860
+ {
861
+ "grad_norm": 1.072033405303955,
862
+ "learning_rate": 9.785480950320538e-05,
863
+ "loss": 0.4313,
864
+ "step": 1390
865
+ },
866
+ {
867
+ "grad_norm": 0.9433143734931946,
868
+ "learning_rate": 9.78066352637221e-05,
869
+ "loss": 0.4323,
870
+ "step": 1400
871
+ },
872
+ {
873
+ "grad_norm": 0.9185171723365784,
874
+ "learning_rate": 9.775793821853488e-05,
875
+ "loss": 0.4224,
876
+ "step": 1410
877
+ },
878
+ {
879
+ "grad_norm": 1.4804445505142212,
880
+ "learning_rate": 9.77087189001868e-05,
881
+ "loss": 0.4136,
882
+ "step": 1420
883
+ },
884
+ {
885
+ "grad_norm": 0.8452776670455933,
886
+ "learning_rate": 9.765897784693243e-05,
887
+ "loss": 0.4152,
888
+ "step": 1430
889
+ },
890
+ {
891
+ "grad_norm": 0.9437452554702759,
892
+ "learning_rate": 9.760871560273197e-05,
893
+ "loss": 0.4121,
894
+ "step": 1440
895
+ },
896
+ {
897
+ "grad_norm": 0.9407142400741577,
898
+ "learning_rate": 9.755793271724526e-05,
899
+ "loss": 0.4032,
900
+ "step": 1450
901
+ },
902
+ {
903
+ "grad_norm": 1.034866213798523,
904
+ "learning_rate": 9.750662974582584e-05,
905
+ "loss": 0.418,
906
+ "step": 1460
907
+ },
908
+ {
909
+ "grad_norm": 0.8009440302848816,
910
+ "learning_rate": 9.745480724951473e-05,
911
+ "loss": 0.4,
912
+ "step": 1470
913
+ },
914
+ {
915
+ "grad_norm": 0.9475518465042114,
916
+ "learning_rate": 9.740246579503447e-05,
917
+ "loss": 0.3896,
918
+ "step": 1480
919
+ },
920
+ {
921
+ "grad_norm": 0.9906937479972839,
922
+ "learning_rate": 9.734960595478284e-05,
923
+ "loss": 0.3797,
924
+ "step": 1490
925
+ },
926
+ {
927
+ "eval/loss": 0.3839936423301697,
928
+ "step": 1500
929
+ },
930
+ {
931
+ "grad_norm": 0.9057230949401855,
932
+ "learning_rate": 9.729622830682657e-05,
933
+ "loss": 0.4033,
934
+ "step": 1500
935
+ },
936
+ {
937
+ "grad_norm": 1.2511104345321655,
938
+ "learning_rate": 9.724233343489504e-05,
939
+ "loss": 0.3957,
940
+ "step": 1510
941
+ },
942
+ {
943
+ "grad_norm": 0.9278829097747803,
944
+ "learning_rate": 9.718792192837396e-05,
945
+ "loss": 0.4016,
946
+ "step": 1520
947
+ },
948
+ {
949
+ "grad_norm": 0.893507719039917,
950
+ "learning_rate": 9.713299438229886e-05,
951
+ "loss": 0.3875,
952
+ "step": 1530
953
+ },
954
+ {
955
+ "grad_norm": 0.9839492440223694,
956
+ "learning_rate": 9.707755139734855e-05,
957
+ "loss": 0.3942,
958
+ "step": 1540
959
+ },
960
+ {
961
+ "grad_norm": 0.9847416877746582,
962
+ "learning_rate": 9.702159357983866e-05,
963
+ "loss": 0.4019,
964
+ "step": 1550
965
+ },
966
+ {
967
+ "grad_norm": 0.9709538817405701,
968
+ "learning_rate": 9.696512154171492e-05,
969
+ "loss": 0.392,
970
+ "step": 1560
971
+ },
972
+ {
973
+ "grad_norm": 0.856467068195343,
974
+ "learning_rate": 9.690813590054645e-05,
975
+ "loss": 0.364,
976
+ "step": 1570
977
+ },
978
+ {
979
+ "grad_norm": 0.8411120772361755,
980
+ "learning_rate": 9.685063727951914e-05,
981
+ "loss": 0.3697,
982
+ "step": 1580
983
+ },
984
+ {
985
+ "grad_norm": 0.7915524244308472,
986
+ "learning_rate": 9.679262630742865e-05,
987
+ "loss": 0.3483,
988
+ "step": 1590
989
+ },
990
+ {
991
+ "grad_norm": 1.0969499349594116,
992
+ "learning_rate": 9.673410361867373e-05,
993
+ "loss": 0.3561,
994
+ "step": 1600
995
+ },
996
+ {
997
+ "grad_norm": 1.0488473176956177,
998
+ "learning_rate": 9.667506985324909e-05,
999
+ "loss": 0.3883,
1000
+ "step": 1610
1001
+ },
1002
+ {
1003
+ "grad_norm": 0.7647603154182434,
1004
+ "learning_rate": 9.661552565673855e-05,
1005
+ "loss": 0.3605,
1006
+ "step": 1620
1007
+ },
1008
+ {
1009
+ "grad_norm": 0.9906419515609741,
1010
+ "learning_rate": 9.655547168030789e-05,
1011
+ "loss": 0.3428,
1012
+ "step": 1630
1013
+ },
1014
+ {
1015
+ "grad_norm": 0.8446850180625916,
1016
+ "learning_rate": 9.649490858069777e-05,
1017
+ "loss": 0.3647,
1018
+ "step": 1640
1019
+ },
1020
+ {
1021
+ "grad_norm": 1.0439382791519165,
1022
+ "learning_rate": 9.643383702021658e-05,
1023
+ "loss": 0.3334,
1024
+ "step": 1650
1025
+ },
1026
+ {
1027
+ "grad_norm": 0.9220156669616699,
1028
+ "learning_rate": 9.637225766673307e-05,
1029
+ "loss": 0.3786,
1030
+ "step": 1660
1031
+ },
1032
+ {
1033
+ "grad_norm": 0.9172224998474121,
1034
+ "learning_rate": 9.631017119366922e-05,
1035
+ "loss": 0.3324,
1036
+ "step": 1670
1037
+ },
1038
+ {
1039
+ "grad_norm": 1.1384994983673096,
1040
+ "learning_rate": 9.624757827999273e-05,
1041
+ "loss": 0.3499,
1042
+ "step": 1680
1043
+ },
1044
+ {
1045
+ "grad_norm": 0.9601126909255981,
1046
+ "learning_rate": 9.618447961020971e-05,
1047
+ "loss": 0.3232,
1048
+ "step": 1690
1049
+ },
1050
+ {
1051
+ "grad_norm": 1.112043857574463,
1052
+ "learning_rate": 9.612087587435707e-05,
1053
+ "loss": 0.3381,
1054
+ "step": 1700
1055
+ },
1056
+ {
1057
+ "grad_norm": 1.0856786966323853,
1058
+ "learning_rate": 9.605676776799508e-05,
1059
+ "loss": 0.3576,
1060
+ "step": 1710
1061
+ },
1062
+ {
1063
+ "grad_norm": 1.177982211112976,
1064
+ "learning_rate": 9.599215599219973e-05,
1065
+ "loss": 0.3251,
1066
+ "step": 1720
1067
+ },
1068
+ {
1069
+ "grad_norm": 1.0804262161254883,
1070
+ "learning_rate": 9.592704125355505e-05,
1071
+ "loss": 0.3118,
1072
+ "step": 1730
1073
+ },
1074
+ {
1075
+ "grad_norm": 1.109397530555725,
1076
+ "learning_rate": 9.586142426414538e-05,
1077
+ "loss": 0.3224,
1078
+ "step": 1740
1079
+ },
1080
+ {
1081
+ "eval/loss": 0.3135662466287613,
1082
+ "step": 1750
1083
+ },
1084
+ {
1085
+ "grad_norm": 0.8143112659454346,
1086
+ "learning_rate": 9.57953057415476e-05,
1087
+ "loss": 0.3219,
1088
+ "step": 1750
1089
+ },
1090
+ {
1091
+ "grad_norm": 1.075909972190857,
1092
+ "learning_rate": 9.572868640882328e-05,
1093
+ "loss": 0.3365,
1094
+ "step": 1760
1095
+ },
1096
+ {
1097
+ "grad_norm": 1.0702075958251953,
1098
+ "learning_rate": 9.56615669945108e-05,
1099
+ "loss": 0.2947,
1100
+ "step": 1770
1101
+ },
1102
+ {
1103
+ "grad_norm": 0.82491534948349,
1104
+ "learning_rate": 9.55939482326173e-05,
1105
+ "loss": 0.3039,
1106
+ "step": 1780
1107
+ },
1108
+ {
1109
+ "grad_norm": 1.2845618724822998,
1110
+ "learning_rate": 9.552583086261069e-05,
1111
+ "loss": 0.2975,
1112
+ "step": 1790
1113
+ },
1114
+ {
1115
+ "grad_norm": 1.335937738418579,
1116
+ "learning_rate": 9.545721562941168e-05,
1117
+ "loss": 0.3152,
1118
+ "step": 1800
1119
+ },
1120
+ {
1121
+ "grad_norm": 0.8990812301635742,
1122
+ "learning_rate": 9.538810328338543e-05,
1123
+ "loss": 0.2936,
1124
+ "step": 1810
1125
+ },
1126
+ {
1127
+ "grad_norm": 1.1800341606140137,
1128
+ "learning_rate": 9.531849458033349e-05,
1129
+ "loss": 0.2922,
1130
+ "step": 1820
1131
+ },
1132
+ {
1133
+ "grad_norm": 1.051785945892334,
1134
+ "learning_rate": 9.524839028148547e-05,
1135
+ "loss": 0.3025,
1136
+ "step": 1830
1137
+ },
1138
+ {
1139
+ "grad_norm": 1.2061504125595093,
1140
+ "learning_rate": 9.517779115349077e-05,
1141
+ "loss": 0.277,
1142
+ "step": 1840
1143
+ },
1144
+ {
1145
+ "grad_norm": 0.9401715397834778,
1146
+ "learning_rate": 9.510669796841014e-05,
1147
+ "loss": 0.2793,
1148
+ "step": 1850
1149
+ },
1150
+ {
1151
+ "grad_norm": 1.1173608303070068,
1152
+ "learning_rate": 9.503511150370727e-05,
1153
+ "loss": 0.2738,
1154
+ "step": 1860
1155
+ },
1156
+ {
1157
+ "grad_norm": 1.2399342060089111,
1158
+ "learning_rate": 9.496303254224024e-05,
1159
+ "loss": 0.2599,
1160
+ "step": 1870
1161
+ },
1162
+ {
1163
+ "grad_norm": 0.9564872980117798,
1164
+ "learning_rate": 9.489046187225306e-05,
1165
+ "loss": 0.269,
1166
+ "step": 1880
1167
+ },
1168
+ {
1169
+ "grad_norm": 1.0643640756607056,
1170
+ "learning_rate": 9.481740028736692e-05,
1171
+ "loss": 0.2661,
1172
+ "step": 1890
1173
+ },
1174
+ {
1175
+ "grad_norm": 0.8369889855384827,
1176
+ "learning_rate": 9.474384858657164e-05,
1177
+ "loss": 0.2823,
1178
+ "step": 1900
1179
+ },
1180
+ {
1181
+ "grad_norm": 1.0115993022918701,
1182
+ "learning_rate": 9.466980757421679e-05,
1183
+ "loss": 0.2491,
1184
+ "step": 1910
1185
+ },
1186
+ {
1187
+ "grad_norm": 0.8186662197113037,
1188
+ "learning_rate": 9.459527806000305e-05,
1189
+ "loss": 0.2503,
1190
+ "step": 1920
1191
+ },
1192
+ {
1193
+ "grad_norm": 1.0530577898025513,
1194
+ "learning_rate": 9.452026085897325e-05,
1195
+ "loss": 0.2481,
1196
+ "step": 1930
1197
+ },
1198
+ {
1199
+ "grad_norm": 0.9877114295959473,
1200
+ "learning_rate": 9.444475679150348e-05,
1201
+ "loss": 0.2858,
1202
+ "step": 1940
1203
+ },
1204
+ {
1205
+ "grad_norm": 1.2159459590911865,
1206
+ "learning_rate": 9.436876668329411e-05,
1207
+ "loss": 0.2358,
1208
+ "step": 1950
1209
+ },
1210
+ {
1211
+ "grad_norm": 1.2078099250793457,
1212
+ "learning_rate": 9.429229136536079e-05,
1213
+ "loss": 0.2496,
1214
+ "step": 1960
1215
+ },
1216
+ {
1217
+ "grad_norm": 1.0169525146484375,
1218
+ "learning_rate": 9.421533167402534e-05,
1219
+ "loss": 0.2355,
1220
+ "step": 1970
1221
+ },
1222
+ {
1223
+ "grad_norm": 0.8852677345275879,
1224
+ "learning_rate": 9.413788845090666e-05,
1225
+ "loss": 0.2747,
1226
+ "step": 1980
1227
+ },
1228
+ {
1229
+ "grad_norm": 0.889837384223938,
1230
+ "learning_rate": 9.405996254291136e-05,
1231
+ "loss": 0.2432,
1232
+ "step": 1990
1233
+ },
1234
+ {
1235
+ "eval/loss": 0.24940221577882768,
1236
+ "step": 2000
1237
+ },
1238
+ {
1239
+ "grad_norm": 1.0552875995635986,
1240
+ "learning_rate": 9.398155480222474e-05,
1241
+ "loss": 0.2499,
1242
+ "step": 2000
1243
+ },
1244
+ {
1245
+ "grad_norm": 1.0169700384140015,
1246
+ "learning_rate": 9.390266608630128e-05,
1247
+ "loss": 0.2445,
1248
+ "step": 2010
1249
+ },
1250
+ {
1251
+ "grad_norm": 1.0074092149734497,
1252
+ "learning_rate": 9.38232972578553e-05,
1253
+ "loss": 0.2815,
1254
+ "step": 2020
1255
+ },
1256
+ {
1257
+ "grad_norm": 0.7891824841499329,
1258
+ "learning_rate": 9.374344918485164e-05,
1259
+ "loss": 0.2451,
1260
+ "step": 2030
1261
+ },
1262
+ {
1263
+ "grad_norm": 1.070995807647705,
1264
+ "learning_rate": 9.366312274049602e-05,
1265
+ "loss": 0.2451,
1266
+ "step": 2040
1267
+ },
1268
+ {
1269
+ "grad_norm": 1.061820149421692,
1270
+ "learning_rate": 9.358231880322554e-05,
1271
+ "loss": 0.2402,
1272
+ "step": 2050
1273
+ },
1274
+ {
1275
+ "grad_norm": 0.9319249987602234,
1276
+ "learning_rate": 9.350103825669916e-05,
1277
+ "loss": 0.2076,
1278
+ "step": 2060
1279
+ },
1280
+ {
1281
+ "grad_norm": 1.0968592166900635,
1282
+ "learning_rate": 9.341928198978787e-05,
1283
+ "loss": 0.2107,
1284
+ "step": 2070
1285
+ },
1286
+ {
1287
+ "grad_norm": 1.1328935623168945,
1288
+ "learning_rate": 9.333705089656512e-05,
1289
+ "loss": 0.2404,
1290
+ "step": 2080
1291
+ },
1292
+ {
1293
+ "grad_norm": 0.9278451800346375,
1294
+ "learning_rate": 9.325434587629698e-05,
1295
+ "loss": 0.2182,
1296
+ "step": 2090
1297
+ },
1298
+ {
1299
+ "grad_norm": 1.0966594219207764,
1300
+ "learning_rate": 9.31711678334323e-05,
1301
+ "loss": 0.2073,
1302
+ "step": 2100
1303
+ },
1304
+ {
1305
+ "grad_norm": 1.1040889024734497,
1306
+ "learning_rate": 9.308751767759282e-05,
1307
+ "loss": 0.2127,
1308
+ "step": 2110
1309
+ },
1310
+ {
1311
+ "grad_norm": 1.078241229057312,
1312
+ "learning_rate": 9.300339632356325e-05,
1313
+ "loss": 0.2117,
1314
+ "step": 2120
1315
+ },
1316
+ {
1317
+ "grad_norm": 0.823150634765625,
1318
+ "learning_rate": 9.291880469128124e-05,
1319
+ "loss": 0.1997,
1320
+ "step": 2130
1321
+ },
1322
+ {
1323
+ "grad_norm": 1.0198922157287598,
1324
+ "learning_rate": 9.283374370582732e-05,
1325
+ "loss": 0.2117,
1326
+ "step": 2140
1327
+ },
1328
+ {
1329
+ "grad_norm": 1.0626434087753296,
1330
+ "learning_rate": 9.274821429741482e-05,
1331
+ "loss": 0.2165,
1332
+ "step": 2150
1333
+ },
1334
+ {
1335
+ "grad_norm": 1.301125407218933,
1336
+ "learning_rate": 9.266221740137961e-05,
1337
+ "loss": 0.2239,
1338
+ "step": 2160
1339
+ },
1340
+ {
1341
+ "grad_norm": 0.8458558917045593,
1342
+ "learning_rate": 9.257575395817001e-05,
1343
+ "loss": 0.21,
1344
+ "step": 2170
1345
+ },
1346
+ {
1347
+ "grad_norm": 1.014033317565918,
1348
+ "learning_rate": 9.248882491333637e-05,
1349
+ "loss": 0.2004,
1350
+ "step": 2180
1351
+ },
1352
+ {
1353
+ "grad_norm": 0.8399479389190674,
1354
+ "learning_rate": 9.240143121752076e-05,
1355
+ "loss": 0.1954,
1356
+ "step": 2190
1357
+ },
1358
+ {
1359
+ "grad_norm": 0.8896646499633789,
1360
+ "learning_rate": 9.23135738264467e-05,
1361
+ "loss": 0.2041,
1362
+ "step": 2200
1363
+ },
1364
+ {
1365
+ "grad_norm": 0.8813541531562805,
1366
+ "learning_rate": 9.222525370090849e-05,
1367
+ "loss": 0.2122,
1368
+ "step": 2210
1369
+ },
1370
+ {
1371
+ "grad_norm": 1.1454514265060425,
1372
+ "learning_rate": 9.213647180676088e-05,
1373
+ "loss": 0.1819,
1374
+ "step": 2220
1375
+ },
1376
+ {
1377
+ "grad_norm": 0.8740575909614563,
1378
+ "learning_rate": 9.204722911490846e-05,
1379
+ "loss": 0.1911,
1380
+ "step": 2230
1381
+ },
1382
+ {
1383
+ "grad_norm": 1.2543132305145264,
1384
+ "learning_rate": 9.1957526601295e-05,
1385
+ "loss": 0.2159,
1386
+ "step": 2240
1387
+ },
1388
+ {
1389
+ "eval/loss": 0.20508012861013414,
1390
+ "step": 2250
1391
+ },
1392
+ {
1393
+ "grad_norm": 0.9959540963172913,
1394
+ "learning_rate": 9.186736524689281e-05,
1395
+ "loss": 0.1933,
1396
+ "step": 2250
1397
+ },
1398
+ {
1399
+ "grad_norm": 1.1042733192443848,
1400
+ "learning_rate": 9.177674603769204e-05,
1401
+ "loss": 0.175,
1402
+ "step": 2260
1403
+ },
1404
+ {
1405
+ "grad_norm": 1.072825312614441,
1406
+ "learning_rate": 9.168566996468983e-05,
1407
+ "loss": 0.2019,
1408
+ "step": 2270
1409
+ },
1410
+ {
1411
+ "grad_norm": 1.0621412992477417,
1412
+ "learning_rate": 9.159413802387951e-05,
1413
+ "loss": 0.1909,
1414
+ "step": 2280
1415
+ },
1416
+ {
1417
+ "grad_norm": 0.9369071125984192,
1418
+ "learning_rate": 9.150215121623974e-05,
1419
+ "loss": 0.1745,
1420
+ "step": 2290
1421
+ },
1422
+ {
1423
+ "grad_norm": 1.0990582704544067,
1424
+ "learning_rate": 9.140971054772349e-05,
1425
+ "loss": 0.1748,
1426
+ "step": 2300
1427
+ },
1428
+ {
1429
+ "grad_norm": 1.368462085723877,
1430
+ "learning_rate": 9.131681702924713e-05,
1431
+ "loss": 0.1735,
1432
+ "step": 2310
1433
+ },
1434
+ {
1435
+ "grad_norm": 0.9651881456375122,
1436
+ "learning_rate": 9.122347167667926e-05,
1437
+ "loss": 0.1704,
1438
+ "step": 2320
1439
+ },
1440
+ {
1441
+ "grad_norm": 1.1591694355010986,
1442
+ "learning_rate": 9.112967551082973e-05,
1443
+ "loss": 0.188,
1444
+ "step": 2330
1445
+ },
1446
+ {
1447
+ "grad_norm": 1.324039101600647,
1448
+ "learning_rate": 9.103542955743835e-05,
1449
+ "loss": 0.1817,
1450
+ "step": 2340
1451
+ },
1452
+ {
1453
+ "grad_norm": 1.2204004526138306,
1454
+ "learning_rate": 9.094073484716381e-05,
1455
+ "loss": 0.1676,
1456
+ "step": 2350
1457
+ },
1458
+ {
1459
+ "grad_norm": 1.1595203876495361,
1460
+ "learning_rate": 9.084559241557226e-05,
1461
+ "loss": 0.2055,
1462
+ "step": 2360
1463
+ },
1464
+ {
1465
+ "grad_norm": 0.8688874244689941,
1466
+ "learning_rate": 9.075000330312608e-05,
1467
+ "loss": 0.1841,
1468
+ "step": 2370
1469
+ },
1470
+ {
1471
+ "grad_norm": 1.3413269519805908,
1472
+ "learning_rate": 9.065396855517253e-05,
1473
+ "loss": 0.1625,
1474
+ "step": 2380
1475
+ },
1476
+ {
1477
+ "grad_norm": 0.9392638206481934,
1478
+ "learning_rate": 9.055748922193219e-05,
1479
+ "loss": 0.1871,
1480
+ "step": 2390
1481
+ },
1482
+ {
1483
+ "grad_norm": 0.8570424318313599,
1484
+ "learning_rate": 9.046056635848761e-05,
1485
+ "loss": 0.1804,
1486
+ "step": 2400
1487
+ },
1488
+ {
1489
+ "grad_norm": 0.9605122208595276,
1490
+ "learning_rate": 9.036320102477169e-05,
1491
+ "loss": 0.1691,
1492
+ "step": 2410
1493
+ },
1494
+ {
1495
+ "grad_norm": 1.0445197820663452,
1496
+ "learning_rate": 9.02653942855561e-05,
1497
+ "loss": 0.1551,
1498
+ "step": 2420
1499
+ },
1500
+ {
1501
+ "grad_norm": 1.0570682287216187,
1502
+ "learning_rate": 9.016714721043971e-05,
1503
+ "loss": 0.1552,
1504
+ "step": 2430
1505
+ },
1506
+ {
1507
+ "grad_norm": 0.9345755577087402,
1508
+ "learning_rate": 9.006846087383675e-05,
1509
+ "loss": 0.1598,
1510
+ "step": 2440
1511
+ },
1512
+ {
1513
+ "grad_norm": 1.0995776653289795,
1514
+ "learning_rate": 8.996933635496523e-05,
1515
+ "loss": 0.1641,
1516
+ "step": 2450
1517
+ },
1518
+ {
1519
+ "grad_norm": 1.0021930932998657,
1520
+ "learning_rate": 8.986977473783498e-05,
1521
+ "loss": 0.1542,
1522
+ "step": 2460
1523
+ },
1524
+ {
1525
+ "grad_norm": 0.9481048583984375,
1526
+ "learning_rate": 8.97697771112359e-05,
1527
+ "loss": 0.1706,
1528
+ "step": 2470
1529
+ },
1530
+ {
1531
+ "grad_norm": 1.0423139333724976,
1532
+ "learning_rate": 8.966934456872602e-05,
1533
+ "loss": 0.1255,
1534
+ "step": 2480
1535
+ },
1536
+ {
1537
+ "grad_norm": 1.2045890092849731,
1538
+ "learning_rate": 8.95684782086195e-05,
1539
+ "loss": 0.1451,
1540
+ "step": 2490
1541
+ },
1542
+ {
1543
+ "eval/loss": 0.15020873740315438,
1544
+ "step": 2500
1545
+ },
1546
+ {
1547
+ "grad_norm": 1.0377858877182007,
1548
+ "learning_rate": 8.946717913397476e-05,
1549
+ "loss": 0.1425,
1550
+ "step": 2500
1551
+ },
1552
+ {
1553
+ "grad_norm": 0.9814800024032593,
1554
+ "learning_rate": 8.93654484525822e-05,
1555
+ "loss": 0.1535,
1556
+ "step": 2510
1557
+ },
1558
+ {
1559
+ "grad_norm": 0.9192479252815247,
1560
+ "learning_rate": 8.926328727695226e-05,
1561
+ "loss": 0.1536,
1562
+ "step": 2520
1563
+ },
1564
+ {
1565
+ "grad_norm": 1.0358673334121704,
1566
+ "learning_rate": 8.916069672430319e-05,
1567
+ "loss": 0.1452,
1568
+ "step": 2530
1569
+ },
1570
+ {
1571
+ "grad_norm": 0.9884759783744812,
1572
+ "learning_rate": 8.905767791654884e-05,
1573
+ "loss": 0.1713,
1574
+ "step": 2540
1575
+ },
1576
+ {
1577
+ "grad_norm": 0.9764975309371948,
1578
+ "learning_rate": 8.895423198028638e-05,
1579
+ "loss": 0.1312,
1580
+ "step": 2550
1581
+ },
1582
+ {
1583
+ "grad_norm": 1.0950679779052734,
1584
+ "learning_rate": 8.885036004678402e-05,
1585
+ "loss": 0.1267,
1586
+ "step": 2560
1587
+ },
1588
+ {
1589
+ "grad_norm": 1.0493266582489014,
1590
+ "learning_rate": 8.874606325196857e-05,
1591
+ "loss": 0.1538,
1592
+ "step": 2570
1593
+ },
1594
+ {
1595
+ "grad_norm": 1.2003095149993896,
1596
+ "learning_rate": 8.864134273641304e-05,
1597
+ "loss": 0.137,
1598
+ "step": 2580
1599
+ },
1600
+ {
1601
+ "grad_norm": 1.1008723974227905,
1602
+ "learning_rate": 8.853619964532427e-05,
1603
+ "loss": 0.1479,
1604
+ "step": 2590
1605
+ },
1606
+ {
1607
+ "grad_norm": 0.8453201651573181,
1608
+ "learning_rate": 8.843063512853019e-05,
1609
+ "loss": 0.1257,
1610
+ "step": 2600
1611
+ },
1612
+ {
1613
+ "grad_norm": 0.9597755670547485,
1614
+ "learning_rate": 8.832465034046749e-05,
1615
+ "loss": 0.1196,
1616
+ "step": 2610
1617
+ },
1618
+ {
1619
+ "grad_norm": 0.9915949106216431,
1620
+ "learning_rate": 8.821824644016882e-05,
1621
+ "loss": 0.1184,
1622
+ "step": 2620
1623
+ },
1624
+ {
1625
+ "grad_norm": 0.9470176100730896,
1626
+ "learning_rate": 8.811142459125019e-05,
1627
+ "loss": 0.1212,
1628
+ "step": 2630
1629
+ },
1630
+ {
1631
+ "grad_norm": 1.1138802766799927,
1632
+ "learning_rate": 8.800418596189822e-05,
1633
+ "loss": 0.1327,
1634
+ "step": 2640
1635
+ },
1636
+ {
1637
+ "grad_norm": 0.9608763456344604,
1638
+ "learning_rate": 8.789653172485737e-05,
1639
+ "loss": 0.1264,
1640
+ "step": 2650
1641
+ },
1642
+ {
1643
+ "grad_norm": 1.4438965320587158,
1644
+ "learning_rate": 8.778846305741715e-05,
1645
+ "loss": 0.1361,
1646
+ "step": 2660
1647
+ },
1648
+ {
1649
+ "grad_norm": 1.0725312232971191,
1650
+ "learning_rate": 8.767998114139918e-05,
1651
+ "loss": 0.1227,
1652
+ "step": 2670
1653
+ },
1654
+ {
1655
+ "grad_norm": 0.9315901398658752,
1656
+ "learning_rate": 8.757108716314429e-05,
1657
+ "loss": 0.1592,
1658
+ "step": 2680
1659
+ },
1660
+ {
1661
+ "grad_norm": 0.9864495992660522,
1662
+ "learning_rate": 8.746178231349962e-05,
1663
+ "loss": 0.1276,
1664
+ "step": 2690
1665
+ },
1666
+ {
1667
+ "grad_norm": 0.9456494450569153,
1668
+ "learning_rate": 8.735206778780549e-05,
1669
+ "loss": 0.1336,
1670
+ "step": 2700
1671
+ },
1672
+ {
1673
+ "grad_norm": 0.9761070609092712,
1674
+ "learning_rate": 8.724194478588234e-05,
1675
+ "loss": 0.1214,
1676
+ "step": 2710
1677
+ },
1678
+ {
1679
+ "grad_norm": 1.310697317123413,
1680
+ "learning_rate": 8.713141451201772e-05,
1681
+ "loss": 0.1593,
1682
+ "step": 2720
1683
+ },
1684
+ {
1685
+ "grad_norm": 0.9047120809555054,
1686
+ "learning_rate": 8.702047817495295e-05,
1687
+ "loss": 0.1433,
1688
+ "step": 2730
1689
+ },
1690
+ {
1691
+ "grad_norm": 0.9631437063217163,
1692
+ "learning_rate": 8.69091369878701e-05,
1693
+ "loss": 0.1166,
1694
+ "step": 2740
1695
+ },
1696
+ {
1697
+ "eval/loss": 0.11213411718606948,
1698
+ "step": 2750
1699
+ },
1700
+ {
1701
+ "grad_norm": 0.8545982837677002,
1702
+ "learning_rate": 8.679739216837849e-05,
1703
+ "loss": 0.132,
1704
+ "step": 2750
1705
+ },
1706
+ {
1707
+ "grad_norm": 0.8017613291740417,
1708
+ "learning_rate": 8.66852449385016e-05,
1709
+ "loss": 0.141,
1710
+ "step": 2760
1711
+ },
1712
+ {
1713
+ "grad_norm": 0.974586546421051,
1714
+ "learning_rate": 8.657269652466356e-05,
1715
+ "loss": 0.1479,
1716
+ "step": 2770
1717
+ },
1718
+ {
1719
+ "grad_norm": 1.026877999305725,
1720
+ "learning_rate": 8.645974815767577e-05,
1721
+ "loss": 0.13,
1722
+ "step": 2780
1723
+ },
1724
+ {
1725
+ "grad_norm": 0.9218412041664124,
1726
+ "learning_rate": 8.634640107272351e-05,
1727
+ "loss": 0.1255,
1728
+ "step": 2790
1729
+ },
1730
+ {
1731
+ "grad_norm": 0.9164907932281494,
1732
+ "learning_rate": 8.623265650935234e-05,
1733
+ "loss": 0.1236,
1734
+ "step": 2800
1735
+ },
1736
+ {
1737
+ "grad_norm": 0.921433687210083,
1738
+ "learning_rate": 8.611851571145456e-05,
1739
+ "loss": 0.1152,
1740
+ "step": 2810
1741
+ },
1742
+ {
1743
+ "grad_norm": 0.8561160564422607,
1744
+ "learning_rate": 8.600397992725566e-05,
1745
+ "loss": 0.1304,
1746
+ "step": 2820
1747
+ },
1748
+ {
1749
+ "grad_norm": 1.0351293087005615,
1750
+ "learning_rate": 8.588905040930061e-05,
1751
+ "loss": 0.1608,
1752
+ "step": 2830
1753
+ },
1754
+ {
1755
+ "grad_norm": 1.076572299003601,
1756
+ "learning_rate": 8.577372841444022e-05,
1757
+ "loss": 0.132,
1758
+ "step": 2840
1759
+ },
1760
+ {
1761
+ "grad_norm": 1.0728052854537964,
1762
+ "learning_rate": 8.565801520381736e-05,
1763
+ "loss": 0.1359,
1764
+ "step": 2850
1765
+ },
1766
+ {
1767
+ "grad_norm": 0.939300537109375,
1768
+ "learning_rate": 8.554191204285313e-05,
1769
+ "loss": 0.1302,
1770
+ "step": 2860
1771
+ },
1772
+ {
1773
+ "grad_norm": 0.9795148372650146,
1774
+ "learning_rate": 8.542542020123315e-05,
1775
+ "loss": 0.1109,
1776
+ "step": 2870
1777
+ },
1778
+ {
1779
+ "grad_norm": 0.8189222812652588,
1780
+ "learning_rate": 8.530854095289347e-05,
1781
+ "loss": 0.1254,
1782
+ "step": 2880
1783
+ },
1784
+ {
1785
+ "grad_norm": 0.8327005505561829,
1786
+ "learning_rate": 8.519127557600688e-05,
1787
+ "loss": 0.1363,
1788
+ "step": 2890
1789
+ },
1790
+ {
1791
+ "grad_norm": 0.8563022613525391,
1792
+ "learning_rate": 8.507362535296871e-05,
1793
+ "loss": 0.1232,
1794
+ "step": 2900
1795
+ },
1796
+ {
1797
+ "grad_norm": 0.9863463640213013,
1798
+ "learning_rate": 8.495559157038299e-05,
1799
+ "loss": 0.1252,
1800
+ "step": 2910
1801
+ },
1802
+ {
1803
+ "grad_norm": 0.8366366624832153,
1804
+ "learning_rate": 8.483717551904823e-05,
1805
+ "loss": 0.1242,
1806
+ "step": 2920
1807
+ },
1808
+ {
1809
+ "grad_norm": 0.7308292388916016,
1810
+ "learning_rate": 8.47183784939434e-05,
1811
+ "loss": 0.1281,
1812
+ "step": 2930
1813
+ },
1814
+ {
1815
+ "grad_norm": 1.0988391637802124,
1816
+ "learning_rate": 8.459920179421374e-05,
1817
+ "loss": 0.1122,
1818
+ "step": 2940
1819
+ },
1820
+ {
1821
+ "grad_norm": 1.247576355934143,
1822
+ "learning_rate": 8.447964672315656e-05,
1823
+ "loss": 0.1186,
1824
+ "step": 2950
1825
+ },
1826
+ {
1827
+ "grad_norm": 0.8852250576019287,
1828
+ "learning_rate": 8.435971458820692e-05,
1829
+ "loss": 0.1111,
1830
+ "step": 2960
1831
+ },
1832
+ {
1833
+ "grad_norm": 0.8364087343215942,
1834
+ "learning_rate": 8.423940670092345e-05,
1835
+ "loss": 0.1321,
1836
+ "step": 2970
1837
+ },
1838
+ {
1839
+ "grad_norm": 1.136894941329956,
1840
+ "learning_rate": 8.411872437697394e-05,
1841
+ "loss": 0.1107,
1842
+ "step": 2980
1843
+ },
1844
+ {
1845
+ "grad_norm": 1.0125927925109863,
1846
+ "learning_rate": 8.399766893612096e-05,
1847
+ "loss": 0.1292,
1848
+ "step": 2990
1849
+ },
1850
+ {
1851
+ "eval/loss": 0.128515242934227,
1852
+ "step": 3000
1853
+ },
1854
+ {
1855
+ "grad_norm": 0.9666236639022827,
1856
+ "learning_rate": 8.38762417022074e-05,
1857
+ "loss": 0.1211,
1858
+ "step": 3000
1859
+ },
1860
+ {
1861
+ "grad_norm": 1.2558808326721191,
1862
+ "learning_rate": 8.375444400314204e-05,
1863
+ "loss": 0.1364,
1864
+ "step": 3010
1865
+ },
1866
+ {
1867
+ "grad_norm": 1.1646627187728882,
1868
+ "learning_rate": 8.3632277170885e-05,
1869
+ "loss": 0.1402,
1870
+ "step": 3020
1871
+ },
1872
+ {
1873
+ "grad_norm": 1.0914292335510254,
1874
+ "learning_rate": 8.350974254143318e-05,
1875
+ "loss": 0.1082,
1876
+ "step": 3030
1877
+ },
1878
+ {
1879
+ "grad_norm": 0.9643756747245789,
1880
+ "learning_rate": 8.338684145480566e-05,
1881
+ "loss": 0.124,
1882
+ "step": 3040
1883
+ },
1884
+ {
1885
+ "grad_norm": 0.9664937257766724,
1886
+ "learning_rate": 8.326357525502904e-05,
1887
+ "loss": 0.1239,
1888
+ "step": 3050
1889
+ },
1890
+ {
1891
+ "grad_norm": 0.9044674038887024,
1892
+ "learning_rate": 8.313994529012273e-05,
1893
+ "loss": 0.1396,
1894
+ "step": 3060
1895
+ },
1896
+ {
1897
+ "grad_norm": 1.1713777780532837,
1898
+ "learning_rate": 8.301595291208422e-05,
1899
+ "loss": 0.1501,
1900
+ "step": 3070
1901
+ },
1902
+ {
1903
+ "grad_norm": 1.2287262678146362,
1904
+ "learning_rate": 8.289159947687427e-05,
1905
+ "loss": 0.1382,
1906
+ "step": 3080
1907
+ },
1908
+ {
1909
+ "grad_norm": 1.033851981163025,
1910
+ "learning_rate": 8.276688634440216e-05,
1911
+ "loss": 0.1288,
1912
+ "step": 3090
1913
+ },
1914
+ {
1915
+ "grad_norm": 0.9128175973892212,
1916
+ "learning_rate": 8.26418148785107e-05,
1917
+ "loss": 0.1198,
1918
+ "step": 3100
1919
+ },
1920
+ {
1921
+ "grad_norm": 0.936797559261322,
1922
+ "learning_rate": 8.251638644696141e-05,
1923
+ "loss": 0.1201,
1924
+ "step": 3110
1925
+ },
1926
+ {
1927
+ "grad_norm": 1.0767229795455933,
1928
+ "learning_rate": 8.23906024214195e-05,
1929
+ "loss": 0.1247,
1930
+ "step": 3120
1931
+ },
1932
+ {
1933
+ "grad_norm": 0.8495104908943176,
1934
+ "learning_rate": 8.226446417743897e-05,
1935
+ "loss": 0.1109,
1936
+ "step": 3130
1937
+ },
1938
+ {
1939
+ "grad_norm": 0.7839323878288269,
1940
+ "learning_rate": 8.213797309444742e-05,
1941
+ "loss": 0.117,
1942
+ "step": 3140
1943
+ },
1944
+ {
1945
+ "grad_norm": 0.9342600703239441,
1946
+ "learning_rate": 8.201113055573105e-05,
1947
+ "loss": 0.1151,
1948
+ "step": 3150
1949
+ },
1950
+ {
1951
+ "grad_norm": 1.1531493663787842,
1952
+ "learning_rate": 8.188393794841958e-05,
1953
+ "loss": 0.0979,
1954
+ "step": 3160
1955
+ },
1956
+ {
1957
+ "grad_norm": 0.8980389833450317,
1958
+ "learning_rate": 8.175639666347094e-05,
1959
+ "loss": 0.1482,
1960
+ "step": 3170
1961
+ },
1962
+ {
1963
+ "grad_norm": 0.8610150218009949,
1964
+ "learning_rate": 8.162850809565623e-05,
1965
+ "loss": 0.1137,
1966
+ "step": 3180
1967
+ },
1968
+ {
1969
+ "grad_norm": 0.7497333884239197,
1970
+ "learning_rate": 8.150027364354431e-05,
1971
+ "loss": 0.1221,
1972
+ "step": 3190
1973
+ },
1974
+ {
1975
+ "grad_norm": 1.1180144548416138,
1976
+ "learning_rate": 8.137169470948662e-05,
1977
+ "loss": 0.134,
1978
+ "step": 3200
1979
+ },
1980
+ {
1981
+ "grad_norm": 1.0294067859649658,
1982
+ "learning_rate": 8.124277269960179e-05,
1983
+ "loss": 0.1062,
1984
+ "step": 3210
1985
+ },
1986
+ {
1987
+ "grad_norm": 0.9504128098487854,
1988
+ "learning_rate": 8.111350902376023e-05,
1989
+ "loss": 0.1265,
1990
+ "step": 3220
1991
+ },
1992
+ {
1993
+ "grad_norm": 1.010556936264038,
1994
+ "learning_rate": 8.098390509556883e-05,
1995
+ "loss": 0.1119,
1996
+ "step": 3230
1997
+ },
1998
+ {
1999
+ "grad_norm": 1.0278180837631226,
2000
+ "learning_rate": 8.085396233235536e-05,
2001
+ "loss": 0.1096,
2002
+ "step": 3240
2003
+ },
2004
+ {
2005
+ "eval/loss": 0.12216655388474465,
2006
+ "step": 3250
2007
+ },
2008
+ {
2009
+ "grad_norm": 0.6960654258728027,
2010
+ "learning_rate": 8.072368215515306e-05,
2011
+ "loss": 0.1318,
2012
+ "step": 3250
2013
+ },
2014
+ {
2015
+ "grad_norm": 0.7151311635971069,
2016
+ "learning_rate": 8.059306598868506e-05,
2017
+ "loss": 0.1055,
2018
+ "step": 3260
2019
+ },
2020
+ {
2021
+ "grad_norm": 0.9820314645767212,
2022
+ "learning_rate": 8.046211526134888e-05,
2023
+ "loss": 0.1293,
2024
+ "step": 3270
2025
+ },
2026
+ {
2027
+ "grad_norm": 0.9405840039253235,
2028
+ "learning_rate": 8.033083140520065e-05,
2029
+ "loss": 0.1228,
2030
+ "step": 3280
2031
+ },
2032
+ {
2033
+ "grad_norm": 0.9371180534362793,
2034
+ "learning_rate": 8.019921585593962e-05,
2035
+ "loss": 0.1358,
2036
+ "step": 3290
2037
+ },
2038
+ {
2039
+ "grad_norm": 1.0023906230926514,
2040
+ "learning_rate": 8.006727005289232e-05,
2041
+ "loss": 0.1264,
2042
+ "step": 3300
2043
+ },
2044
+ {
2045
+ "grad_norm": 0.8279885053634644,
2046
+ "learning_rate": 7.993499543899692e-05,
2047
+ "loss": 0.1151,
2048
+ "step": 3310
2049
+ },
2050
+ {
2051
+ "grad_norm": 1.0948735475540161,
2052
+ "learning_rate": 7.980239346078742e-05,
2053
+ "loss": 0.1238,
2054
+ "step": 3320
2055
+ },
2056
+ {
2057
+ "grad_norm": 1.0525538921356201,
2058
+ "learning_rate": 7.966946556837778e-05,
2059
+ "loss": 0.1049,
2060
+ "step": 3330
2061
+ },
2062
+ {
2063
+ "grad_norm": 1.0738564729690552,
2064
+ "learning_rate": 7.953621321544616e-05,
2065
+ "loss": 0.1375,
2066
+ "step": 3340
2067
+ },
2068
+ {
2069
+ "grad_norm": 0.9360809326171875,
2070
+ "learning_rate": 7.940263785921896e-05,
2071
+ "loss": 0.121,
2072
+ "step": 3350
2073
+ },
2074
+ {
2075
+ "grad_norm": 0.9762896299362183,
2076
+ "learning_rate": 7.926874096045482e-05,
2077
+ "loss": 0.1143,
2078
+ "step": 3360
2079
+ },
2080
+ {
2081
+ "grad_norm": 1.1752498149871826,
2082
+ "learning_rate": 7.913452398342881e-05,
2083
+ "loss": 0.1239,
2084
+ "step": 3370
2085
+ },
2086
+ {
2087
+ "grad_norm": 1.0548765659332275,
2088
+ "learning_rate": 7.89999883959163e-05,
2089
+ "loss": 0.124,
2090
+ "step": 3380
2091
+ },
2092
+ {
2093
+ "grad_norm": 0.670444905757904,
2094
+ "learning_rate": 7.886513566917687e-05,
2095
+ "loss": 0.0932,
2096
+ "step": 3390
2097
+ },
2098
+ {
2099
+ "grad_norm": 1.0821609497070312,
2100
+ "learning_rate": 7.872996727793838e-05,
2101
+ "loss": 0.128,
2102
+ "step": 3400
2103
+ },
2104
+ {
2105
+ "grad_norm": 1.0120450258255005,
2106
+ "learning_rate": 7.859448470038069e-05,
2107
+ "loss": 0.1146,
2108
+ "step": 3410
2109
+ },
2110
+ {
2111
+ "grad_norm": 0.856132447719574,
2112
+ "learning_rate": 7.845868941811956e-05,
2113
+ "loss": 0.1189,
2114
+ "step": 3420
2115
+ },
2116
+ {
2117
+ "grad_norm": 0.8527117967605591,
2118
+ "learning_rate": 7.832258291619043e-05,
2119
+ "loss": 0.1111,
2120
+ "step": 3430
2121
+ },
2122
+ {
2123
+ "grad_norm": 0.9233558177947998,
2124
+ "learning_rate": 7.81861666830322e-05,
2125
+ "loss": 0.1071,
2126
+ "step": 3440
2127
+ },
2128
+ {
2129
+ "grad_norm": 0.8561029434204102,
2130
+ "learning_rate": 7.804944221047097e-05,
2131
+ "loss": 0.097,
2132
+ "step": 3450
2133
+ },
2134
+ {
2135
+ "grad_norm": 0.9383890628814697,
2136
+ "learning_rate": 7.791241099370364e-05,
2137
+ "loss": 0.1255,
2138
+ "step": 3460
2139
+ },
2140
+ {
2141
+ "grad_norm": 0.9625961780548096,
2142
+ "learning_rate": 7.777507453128163e-05,
2143
+ "loss": 0.1183,
2144
+ "step": 3470
2145
+ },
2146
+ {
2147
+ "grad_norm": 1.0405118465423584,
2148
+ "learning_rate": 7.763743432509451e-05,
2149
+ "loss": 0.1187,
2150
+ "step": 3480
2151
+ },
2152
+ {
2153
+ "grad_norm": 0.9360929131507874,
2154
+ "learning_rate": 7.749949188035353e-05,
2155
+ "loss": 0.1205,
2156
+ "step": 3490
2157
+ },
2158
+ {
2159
+ "eval/loss": 0.11394951969385148,
2160
+ "step": 3500
2161
+ },
2162
+ {
2163
+ "grad_norm": 0.9875292181968689,
2164
+ "learning_rate": 7.736124870557516e-05,
2165
+ "loss": 0.1344,
2166
+ "step": 3500
2167
+ }
2168
+ ],
2169
+ "logging_steps": 10,
2170
+ "max_steps": 10000,
2171
+ "num_input_tokens_seen": 0,
2172
+ "num_train_epochs": 9223372036854775807,
2173
+ "save_steps": 500,
2174
+ "stateful_callbacks": {
2175
+ "TrainerControl": {
2176
+ "args": {
2177
+ "should_epoch_stop": false,
2178
+ "should_evaluate": false,
2179
+ "should_log": false,
2180
+ "should_save": true,
2181
+ "should_training_stop": false
2182
+ },
2183
+ "attributes": {}
2184
+ }
2185
+ },
2186
+ "total_flos": 0.0,
2187
+ "train_batch_size": 8,
2188
+ "trial_name": null,
2189
+ "trial_params": null
2190
+ }
groot-wbc-8/checkpoint-3500/wandb_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"project": "groot-wbc", "run_id": "groot-wbc-8"}
groot-wbc-8/checkpoint-4000/config.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_horizon": 40,
3
+ "add_pos_embed": true,
4
+ "apply_sincos_state_encoding": false,
5
+ "architectures": [
6
+ "Gr00tN1d7"
7
+ ],
8
+ "attn_dropout": 0.2,
9
+ "attn_implementation": null,
10
+ "backbone_embedding_dim": 2048,
11
+ "backbone_trainable_params_fp32": true,
12
+ "color_jitter_params": {
13
+ "brightness": 0.3,
14
+ "contrast": 0.4,
15
+ "hue": 0.08,
16
+ "saturation": 0.5
17
+ },
18
+ "crop_fraction": 0.95,
19
+ "diffusion_model_cfg": {
20
+ "attention_head_dim": 48,
21
+ "dropout": 0.2,
22
+ "final_dropout": true,
23
+ "interleave_self_attention": true,
24
+ "norm_type": "ada_norm",
25
+ "num_attention_heads": 32,
26
+ "num_layers": 32,
27
+ "output_dim": 1024,
28
+ "positional_embeddings": null
29
+ },
30
+ "dtype": "float32",
31
+ "exclude_state": false,
32
+ "formalize_language": true,
33
+ "hidden_size": 1024,
34
+ "image_crop_size": [
35
+ 230,
36
+ 230
37
+ ],
38
+ "image_target_size": [
39
+ 256,
40
+ 256
41
+ ],
42
+ "letter_box_transform": false,
43
+ "load_bf16": false,
44
+ "max_action_dim": 132,
45
+ "max_num_embodiments": 32,
46
+ "max_seq_len": 1024,
47
+ "max_state_dim": 132,
48
+ "model_dtype": "bfloat16",
49
+ "model_name": "nvidia/Cosmos-Reason2-2B",
50
+ "model_type": "Gr00tN1d7",
51
+ "noise_beta_alpha": 1.5,
52
+ "noise_beta_beta": 1.0,
53
+ "noise_s": 0.999,
54
+ "num_inference_timesteps": 4,
55
+ "num_timestep_buckets": 1000,
56
+ "random_history_crop": true,
57
+ "random_rotation_angle": 0,
58
+ "reproject_vision": false,
59
+ "rtc_ramp_rate": 6.0,
60
+ "select_layer": 16,
61
+ "shortest_image_edge": 256,
62
+ "state_dropout_prob": 0.2,
63
+ "state_gaussian_noise_std": 0.0,
64
+ "transformers_version": "4.57.3",
65
+ "tune_diffusion_model": true,
66
+ "tune_linear": true,
67
+ "tune_llm": false,
68
+ "tune_projector": true,
69
+ "tune_top_llm_layers": 0,
70
+ "tune_visual": false,
71
+ "tune_vlln": true,
72
+ "use_albumentations": true,
73
+ "use_alternate_vl_dit": true,
74
+ "use_flash_attention": true,
75
+ "use_future_tokens": false,
76
+ "use_mean_std": false,
77
+ "use_percentiles": true,
78
+ "use_vl_self_attention": true,
79
+ "use_vlln": true,
80
+ "vl_self_attention_cfg": {
81
+ "attention_head_dim": 64,
82
+ "dropout": 0.2,
83
+ "final_dropout": true,
84
+ "num_attention_heads": 32,
85
+ "num_layers": 4,
86
+ "positional_embeddings": null
87
+ }
88
+ }
groot-wbc-8/checkpoint-4000/embodiment_id.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robocasa_panda_omron": 13,
3
+ "oxe_droid": 17,
4
+ "oxe_fractal": 18,
5
+ "oxe_language_table": 19,
6
+ "oxe_bridge": 20,
7
+ "unknown": 22,
8
+ "gr1_unified": 20,
9
+ "agibot": 26,
10
+ "sim_behavior_r1_pro": 23,
11
+ "xdof": 24,
12
+ "xdof_oss_data": 25,
13
+ "unitree_g1_full_body_with_waist_height_nav_cmd": 25,
14
+ "real_r1_pro_sharpa": 27,
15
+ "real_r1_pro_sharpa_add_view": 27,
16
+ "real_r1_pro_sharpa_relative_arm_joint": 26,
17
+ "real_r1_pro_sharpa_delta_eef": 26,
18
+ "real_r1_pro_sharpa_absolute_eef": 26,
19
+ "real_r1_pro_sharpa_meanstd": 26,
20
+ "real_r1_pro_sharpa_relative_eef": 26,
21
+ "real_r1_pro_sharpa_relative_eef_add_view": 26,
22
+ "real_r1_pro_sharpa_relative_eef_relative_hand": 26,
23
+ "real_r1_pro_sharpa_relative_eef_human": 26,
24
+ "real_r1_pro_sharpa_relative_eef_human_add_view": 26,
25
+ "real_r1_pro_sharpa_relative_eef_human_relative_hand": 26,
26
+ "real_r1_pro_sharpa_relative_eef_egodex": 26,
27
+ "real_r1_pro_sharpa_relative_eef_egodex_relative_hand": 26,
28
+ "real_r1_pro_sharpa_relative_eef_egodex_wrist_only": 26,
29
+ "real_r1_pro_sharpa_relative_eef_maxinsights": 26,
30
+ "real_r1_pro_sharpa_relative_eef_maxinsights_relative_hand": 26,
31
+ "real_r1_pro_sharpa_relative_eef_mecka": 26,
32
+ "real_r1_pro_sharpa_relative_eef_mecka_relative_hand": 26,
33
+ "real_g1_relative_eef_absolute_joints": 25,
34
+ "real_g1_relative_eef_absolute_joints_wrist_cam": 25,
35
+ "real_g1_relative_eef_relative_joints": 25,
36
+ "real_r1_pro_sharpa_relative_eef_relative_hand_relative_joint": 26,
37
+ "real_r1_pro_sharpa_relative_joint": 29,
38
+ "oxe_droid_relative_eef_relative_joint": 24,
39
+ "oxe_droid_relative_eef_relative_joint_swapped": 24,
40
+ "oxe_droid_relative_eef_relative_joint_upweight_z": 24,
41
+ "oxe_droid_relative_eef_relative_joint_upweight_z_swapped": 24,
42
+ "oxe_droid_relative_eef_relative_joint_3view": 24,
43
+ "oxe_droid_relative_eef_relative_joint_3view_swapped": 24,
44
+ "oxe_droid_relative_eef": 24,
45
+ "oxe_droid_joint_position_relative": 24,
46
+ "xdof_relative_eef_relative_joint": 27,
47
+ "xdof_relative_eef_relative_joint_subtask": 27,
48
+ "xdof_relative_eef": 27,
49
+ "xdof_relative_joint": 28,
50
+ "simpler_env_google": 0,
51
+ "simpler_env_widowx": 1,
52
+ "libero_sim": 2,
53
+ "droid_sim": 3,
54
+ "unitree_g1_sonic": 11,
55
+ "new_embodiment": 10,
56
+ "robocasa_gr1_tabletop": 10
57
+ }
groot-wbc-8/checkpoint-4000/experiment_cfg/conf.yaml ADDED
@@ -0,0 +1,253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ load_config_path: null
2
+ model:
3
+ model_type: Gr00tN1d7
4
+ model_dtype: bfloat16
5
+ model_name: nvidia/Cosmos-Reason2-2B
6
+ backbone_model_type: qwen
7
+ model_revision: null
8
+ tune_top_llm_layers: 0
9
+ backbone_embedding_dim: 2048
10
+ tune_llm: false
11
+ tune_visual: false
12
+ select_layer: 12
13
+ reproject_vision: false
14
+ use_flash_attention: true
15
+ load_bf16: false
16
+ backbone_trainable_params_fp32: true
17
+ image_crop_size:
18
+ - 230
19
+ - 230
20
+ image_target_size:
21
+ - 256
22
+ - 256
23
+ shortest_image_edge: null
24
+ crop_fraction: null
25
+ random_rotation_angle: null
26
+ color_jitter_params:
27
+ brightness: 0.3
28
+ contrast: 0.4
29
+ saturation: 0.5
30
+ hue: 0.08
31
+ use_albumentations_transforms: true
32
+ extra_augmentation_config: null
33
+ formalize_language: true
34
+ apply_sincos_state_encoding: false
35
+ use_percentiles: true
36
+ use_relative_action: true
37
+ max_state_dim: 132
38
+ max_action_dim: 132
39
+ action_horizon: 40
40
+ hidden_size: 1024
41
+ input_embedding_dim: 1536
42
+ state_history_length: 1
43
+ add_pos_embed: true
44
+ attn_dropout: 0.2
45
+ use_vlln: true
46
+ max_seq_len: 1024
47
+ use_alternate_vl_dit: true
48
+ attend_text_every_n_blocks: 2
49
+ diffusion_model_cfg:
50
+ positional_embeddings: null
51
+ num_layers: 16
52
+ num_attention_heads: 32
53
+ attention_head_dim: 48
54
+ norm_type: ada_norm
55
+ dropout: 0.2
56
+ final_dropout: true
57
+ output_dim: 1024
58
+ interleave_self_attention: true
59
+ num_inference_timesteps: 4
60
+ noise_beta_alpha: 1.5
61
+ noise_beta_beta: 1.0
62
+ noise_s: 0.999
63
+ num_timestep_buckets: 1000
64
+ tune_projector: true
65
+ tune_diffusion_model: true
66
+ tune_vlln: true
67
+ state_dropout_prob: 0.2
68
+ exclude_state: false
69
+ use_mean_std: false
70
+ max_num_embodiments: 32
71
+ data:
72
+ datasets:
73
+ - dataset_paths:
74
+ - /home/ubuntu/groot-files/dataset_wbc_train
75
+ embodiment_tag: unitree_g1_sonic
76
+ mix_ratio: 1.0
77
+ dataset_type: physical_embodiment
78
+ val_dataset_path: null
79
+ modality_configs:
80
+ unitree_g1_sonic:
81
+ video:
82
+ delta_indices:
83
+ - 0
84
+ modality_keys:
85
+ - ego_view
86
+ sin_cos_embedding_keys: null
87
+ mean_std_embedding_keys: null
88
+ action_configs: null
89
+ state:
90
+ delta_indices:
91
+ - 0
92
+ modality_keys:
93
+ - left_leg
94
+ - right_leg
95
+ - waist
96
+ - left_arm
97
+ - right_arm
98
+ - left_hand
99
+ - right_hand
100
+ - projected_gravity
101
+ sin_cos_embedding_keys: null
102
+ mean_std_embedding_keys: null
103
+ action_configs: null
104
+ action:
105
+ delta_indices:
106
+ - 0
107
+ - 1
108
+ - 2
109
+ - 3
110
+ - 4
111
+ - 5
112
+ - 6
113
+ - 7
114
+ - 8
115
+ - 9
116
+ - 10
117
+ - 11
118
+ - 12
119
+ - 13
120
+ - 14
121
+ - 15
122
+ - 16
123
+ - 17
124
+ - 18
125
+ - 19
126
+ - 20
127
+ - 21
128
+ - 22
129
+ - 23
130
+ - 24
131
+ - 25
132
+ - 26
133
+ - 27
134
+ - 28
135
+ - 29
136
+ - 30
137
+ - 31
138
+ - 32
139
+ - 33
140
+ - 34
141
+ - 35
142
+ - 36
143
+ - 37
144
+ - 38
145
+ - 39
146
+ modality_keys:
147
+ - motion_token
148
+ - left_hand_joints
149
+ - right_hand_joints
150
+ sin_cos_embedding_keys: null
151
+ mean_std_embedding_keys: null
152
+ action_configs:
153
+ - rep: ABSOLUTE
154
+ type: NON_EEF
155
+ format: DEFAULT
156
+ state_key: null
157
+ - rep: ABSOLUTE
158
+ type: NON_EEF
159
+ format: DEFAULT
160
+ state_key: null
161
+ - rep: ABSOLUTE
162
+ type: NON_EEF
163
+ format: DEFAULT
164
+ state_key: null
165
+ language:
166
+ delta_indices:
167
+ - 0
168
+ modality_keys:
169
+ - annotation.human.task_description
170
+ sin_cos_embedding_keys: null
171
+ mean_std_embedding_keys: null
172
+ action_configs: null
173
+ download_cache: false
174
+ shard_size: 1024
175
+ episode_sampling_rate: 0.1
176
+ num_shards_per_epoch: 100000
177
+ override_pretraining_statistics: true
178
+ mode: single_turn
179
+ random_chop: 0.0
180
+ mock_dataset_mode: false
181
+ shuffle: true
182
+ seed: 42
183
+ multiprocessing_context: fork
184
+ allow_padding: false
185
+ subsample_ratio: 1.0
186
+ image_crop_size:
187
+ - 244
188
+ - 244
189
+ image_target_size:
190
+ - 224
191
+ - 224
192
+ video_backend: torchcodec
193
+ training:
194
+ output_dir: /home/ubuntu/groot-files/checkpoints/run-2026-05-28-101824
195
+ experiment_name: groot-wbc-8
196
+ max_steps: 10000
197
+ global_batch_size: 8
198
+ batch_size: null
199
+ gradient_accumulation_steps: 1
200
+ learning_rate: 0.0001
201
+ lr_scheduler_type: cosine
202
+ weight_decay: 1.0e-05
203
+ warmup_ratio: 0.05
204
+ warmup_steps: 0
205
+ max_grad_norm: 1.0
206
+ optim: adamw_torch
207
+ start_from_checkpoint: nvidia/GR00T-N1.7-3B
208
+ skip_weight_loading: false
209
+ tf32: true
210
+ fp16: false
211
+ bf16: true
212
+ eval_bf16: true
213
+ logging_steps: 10
214
+ save_steps: 500
215
+ save_total_limit: 20
216
+ save_vl_model: false
217
+ save_only_model: false
218
+ upload_checkpoints: false
219
+ upload_every: 1000
220
+ upload_last_n_checkpoints: 5
221
+ max_concurrent_uploads: 2
222
+ eval_strategy: 'no'
223
+ eval_steps: 250
224
+ eval_set_split_ratio: 0.1
225
+ eval_batch_size: 2
226
+ save_best_eval_metric_name: ''
227
+ save_best_eval_metric_greater_is_better: true
228
+ eval_dataset_path: /home/ubuntu/groot-files/dataset_wbc_eval
229
+ eval_num_batches: 50
230
+ deepspeed_stage: 2
231
+ gradient_checkpointing: false
232
+ transformers_trust_remote_code: true
233
+ transformers_local_files_only: false
234
+ transformers_cache_dir: null
235
+ transformers_access_token: null
236
+ use_ddp: false
237
+ ddp_bucket_cap_mb: 100
238
+ num_gpus: 1
239
+ dataloader_num_workers: 6
240
+ remove_unused_columns: false
241
+ use_wandb: true
242
+ wandb_project: groot-wbc
243
+ enable_profiling: false
244
+ max_retries: 3
245
+ assert_loss_less_than: null
246
+ add_rl_callback: false
247
+ enable_open_loop_eval: false
248
+ open_loop_eval_traj_ids:
249
+ - 0
250
+ open_loop_eval_steps_per_traj: 100
251
+ open_loop_eval_plot_indices: null
252
+ max_steps: 10000
253
+ save_steps: 500
groot-wbc-8/checkpoint-4000/experiment_cfg/config.yaml ADDED
@@ -0,0 +1,279 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ !!python/object:gr00t.configs.base_config.Config
2
+ data: !!python/object:gr00t.configs.data.data_config.DataConfig
3
+ allow_padding: false
4
+ datasets:
5
+ - !!python/object:gr00t.configs.data.data_config.SingleDatasetConfig
6
+ dataset_paths:
7
+ - /home/ubuntu/groot-files/dataset_wbc_train
8
+ dataset_type: physical_embodiment
9
+ embodiment_tag: unitree_g1_sonic
10
+ mix_ratio: 1.0
11
+ val_dataset_path: null
12
+ download_cache: false
13
+ episode_sampling_rate: 0.1
14
+ image_crop_size:
15
+ - 244
16
+ - 244
17
+ image_target_size:
18
+ - 224
19
+ - 224
20
+ mock_dataset_mode: false
21
+ modality_configs:
22
+ unitree_g1_sonic:
23
+ action: !!python/object:gr00t.data.types.ModalityConfig
24
+ action_configs:
25
+ - !!python/object:gr00t.data.types.ActionConfig
26
+ format: &id001 !!python/object/apply:gr00t.data.types.ActionFormat
27
+ - default
28
+ rep: &id002 !!python/object/apply:gr00t.data.types.ActionRepresentation
29
+ - absolute
30
+ state_key: null
31
+ type: &id003 !!python/object/apply:gr00t.data.types.ActionType
32
+ - non_eef
33
+ - !!python/object:gr00t.data.types.ActionConfig
34
+ format: *id001
35
+ rep: *id002
36
+ state_key: null
37
+ type: *id003
38
+ - !!python/object:gr00t.data.types.ActionConfig
39
+ format: *id001
40
+ rep: *id002
41
+ state_key: null
42
+ type: *id003
43
+ delta_indices:
44
+ - 0
45
+ - 1
46
+ - 2
47
+ - 3
48
+ - 4
49
+ - 5
50
+ - 6
51
+ - 7
52
+ - 8
53
+ - 9
54
+ - 10
55
+ - 11
56
+ - 12
57
+ - 13
58
+ - 14
59
+ - 15
60
+ - 16
61
+ - 17
62
+ - 18
63
+ - 19
64
+ - 20
65
+ - 21
66
+ - 22
67
+ - 23
68
+ - 24
69
+ - 25
70
+ - 26
71
+ - 27
72
+ - 28
73
+ - 29
74
+ - 30
75
+ - 31
76
+ - 32
77
+ - 33
78
+ - 34
79
+ - 35
80
+ - 36
81
+ - 37
82
+ - 38
83
+ - 39
84
+ mean_std_embedding_keys: null
85
+ modality_keys:
86
+ - motion_token
87
+ - left_hand_joints
88
+ - right_hand_joints
89
+ sin_cos_embedding_keys: null
90
+ language: !!python/object:gr00t.data.types.ModalityConfig
91
+ action_configs: null
92
+ delta_indices:
93
+ - 0
94
+ mean_std_embedding_keys: null
95
+ modality_keys:
96
+ - annotation.human.task_description
97
+ sin_cos_embedding_keys: null
98
+ state: !!python/object:gr00t.data.types.ModalityConfig
99
+ action_configs: null
100
+ delta_indices:
101
+ - 0
102
+ mean_std_embedding_keys: null
103
+ modality_keys:
104
+ - left_leg
105
+ - right_leg
106
+ - waist
107
+ - left_arm
108
+ - right_arm
109
+ - left_hand
110
+ - right_hand
111
+ - projected_gravity
112
+ sin_cos_embedding_keys: null
113
+ video: !!python/object:gr00t.data.types.ModalityConfig
114
+ action_configs: null
115
+ delta_indices:
116
+ - 0
117
+ mean_std_embedding_keys: null
118
+ modality_keys:
119
+ - ego_view
120
+ sin_cos_embedding_keys: null
121
+ mode: single_turn
122
+ multiprocessing_context: fork
123
+ num_shards_per_epoch: 100000
124
+ override_pretraining_statistics: true
125
+ random_chop: 0.0
126
+ seed: 42
127
+ shard_size: 1024
128
+ shuffle: true
129
+ subsample_ratio: 1.0
130
+ video_backend: torchcodec
131
+ load_config_path: null
132
+ model: !!python/object:gr00t.configs.model.gr00t_n1d7.Gr00tN1d7Config
133
+ _attn_implementation_internal: null
134
+ _commit_hash: null
135
+ _name_or_path: ''
136
+ _output_attentions: false
137
+ add_cross_attention: false
138
+ architectures: null
139
+ backbone_trainable_params_fp32: true
140
+ bad_words_ids: null
141
+ begin_suppress_tokens: null
142
+ bos_token_id: null
143
+ chunk_size_feed_forward: 0
144
+ color_jitter_params:
145
+ brightness: 0.3
146
+ contrast: 0.4
147
+ hue: 0.08
148
+ saturation: 0.5
149
+ cross_attention_hidden_size: null
150
+ decoder_start_token_id: null
151
+ diffusion_model_cfg:
152
+ attention_head_dim: 48
153
+ dropout: 0.2
154
+ final_dropout: true
155
+ interleave_self_attention: true
156
+ norm_type: ada_norm
157
+ num_attention_heads: 32
158
+ num_layers: 16
159
+ output_dim: 1024
160
+ positional_embeddings: null
161
+ diversity_penalty: 0.0
162
+ do_sample: false
163
+ dtype: null
164
+ early_stopping: false
165
+ encoder_no_repeat_ngram_size: 0
166
+ eos_token_id: null
167
+ exponential_decay_length_penalty: null
168
+ extra_augmentation_config: null
169
+ finetuning_task: null
170
+ forced_bos_token_id: null
171
+ forced_eos_token_id: null
172
+ id2label:
173
+ 0: LABEL_0
174
+ 1: LABEL_1
175
+ is_decoder: false
176
+ is_encoder_decoder: false
177
+ label2id:
178
+ LABEL_0: 0
179
+ LABEL_1: 1
180
+ length_penalty: 1.0
181
+ load_bf16: false
182
+ max_length: 20
183
+ min_length: 0
184
+ model_name: nvidia/Cosmos-Reason2-2B
185
+ no_repeat_ngram_size: 0
186
+ num_beam_groups: 1
187
+ num_beams: 1
188
+ num_return_sequences: 1
189
+ output_hidden_states: false
190
+ output_scores: false
191
+ pad_token_id: null
192
+ prefix: null
193
+ problem_type: null
194
+ pruned_heads: {}
195
+ random_rotation_angle: null
196
+ remove_invalid_values: false
197
+ repetition_penalty: 1.0
198
+ reproject_vision: false
199
+ return_dict: true
200
+ return_dict_in_generate: false
201
+ sep_token_id: null
202
+ state_dropout_prob: 0.2
203
+ suppress_tokens: null
204
+ task_specific_params: null
205
+ temperature: 1.0
206
+ tf_legacy_loss: false
207
+ tie_encoder_decoder: false
208
+ tie_word_embeddings: true
209
+ tokenizer_class: null
210
+ top_k: 50
211
+ top_p: 1.0
212
+ torchscript: false
213
+ transformers_version: null
214
+ tune_diffusion_model: true
215
+ tune_llm: false
216
+ tune_projector: true
217
+ tune_visual: false
218
+ typical_p: 1.0
219
+ use_bfloat16: false
220
+ use_relative_action: true
221
+ training: !!python/object:gr00t.configs.training.training_config.TrainingConfig
222
+ add_rl_callback: false
223
+ assert_loss_less_than: null
224
+ batch_size: null
225
+ bf16: true
226
+ dataloader_num_workers: 6
227
+ ddp_bucket_cap_mb: 100
228
+ deepspeed_stage: 2
229
+ enable_open_loop_eval: false
230
+ enable_profiling: false
231
+ eval_batch_size: 2
232
+ eval_bf16: true
233
+ eval_dataset_path: /home/ubuntu/groot-files/dataset_wbc_eval
234
+ eval_num_batches: 50
235
+ eval_set_split_ratio: 0.1
236
+ eval_steps: 250
237
+ eval_strategy: 'no'
238
+ experiment_name: groot-wbc-8
239
+ fp16: false
240
+ global_batch_size: 8
241
+ gradient_accumulation_steps: 1
242
+ gradient_checkpointing: false
243
+ learning_rate: 0.0001
244
+ logging_steps: 10
245
+ lr_scheduler_type: cosine
246
+ max_concurrent_uploads: 2
247
+ max_grad_norm: 1.0
248
+ max_retries: 3
249
+ max_steps: 10000
250
+ num_gpus: 1
251
+ open_loop_eval_plot_indices: null
252
+ open_loop_eval_steps_per_traj: 100
253
+ open_loop_eval_traj_ids:
254
+ - 0
255
+ optim: adamw_torch
256
+ output_dir: /home/ubuntu/groot-files/checkpoints/run-2026-05-28-101824
257
+ remove_unused_columns: false
258
+ save_best_eval_metric_greater_is_better: true
259
+ save_best_eval_metric_name: ''
260
+ save_only_model: false
261
+ save_steps: 500
262
+ save_total_limit: 20
263
+ save_vl_model: false
264
+ skip_weight_loading: false
265
+ start_from_checkpoint: nvidia/GR00T-N1.7-3B
266
+ tf32: true
267
+ transformers_access_token: null
268
+ transformers_cache_dir: null
269
+ transformers_local_files_only: false
270
+ transformers_trust_remote_code: true
271
+ upload_checkpoints: false
272
+ upload_every: 1000
273
+ upload_last_n_checkpoints: 5
274
+ use_ddp: false
275
+ use_wandb: true
276
+ wandb_project: groot-wbc
277
+ warmup_ratio: 0.05
278
+ warmup_steps: 0
279
+ weight_decay: 1.0e-05
groot-wbc-8/checkpoint-4000/experiment_cfg/dataset_statistics.json ADDED
@@ -0,0 +1,907 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "unitree_g1_sonic": {
3
+ "state": {
4
+ "left_leg": {
5
+ "min": [
6
+ -0.5145056843757629,
7
+ -0.18529635667800903,
8
+ -0.5630622506141663,
9
+ 0.10770249366760254,
10
+ -0.6103389859199524,
11
+ -0.21104247868061066
12
+ ],
13
+ "max": [
14
+ 0.4081326425075531,
15
+ 0.4657762050628662,
16
+ 0.9445304274559021,
17
+ 1.6440609693527222,
18
+ 0.2812706232070923,
19
+ 0.24254725873470306
20
+ ],
21
+ "mean": [
22
+ -0.012148142792284489,
23
+ 0.049336664378643036,
24
+ 0.22622817754745483,
25
+ 0.3236576318740845,
26
+ -0.1981654316186905,
27
+ -0.0009371974156238139
28
+ ],
29
+ "std": [
30
+ 0.15010829269886017,
31
+ 0.09162046015262604,
32
+ 0.13689051568508148,
33
+ 0.18744750320911407,
34
+ 0.0900125801563263,
35
+ 0.07028596103191376
36
+ ],
37
+ "q01": [
38
+ -0.3930038321018219,
39
+ -0.13217630386352539,
40
+ -0.10907109707593918,
41
+ 0.13054380238056182,
42
+ -0.45879220962524414,
43
+ -0.152383496761322
44
+ ],
45
+ "q99": [
46
+ 0.23233672738075234,
47
+ 0.3159625411033626,
48
+ 0.5810866618156422,
49
+ 1.0221275281906117,
50
+ 0.03577460661530483,
51
+ 0.16769260168075562
52
+ ]
53
+ },
54
+ "right_leg": {
55
+ "min": [
56
+ -0.777660071849823,
57
+ -0.49602121114730835,
58
+ -1.0866719484329224,
59
+ 0.07200334966182709,
60
+ -0.623672366142273,
61
+ -0.23122255504131317
62
+ ],
63
+ "max": [
64
+ 0.36446529626846313,
65
+ 0.15863065421581268,
66
+ 0.29946956038475037,
67
+ 2.0259454250335693,
68
+ 0.24596133828163147,
69
+ 0.18925869464874268
70
+ ],
71
+ "mean": [
72
+ 0.010633867233991623,
73
+ -0.07383165508508682,
74
+ -0.21287542581558228,
75
+ 0.3419981598854065,
76
+ -0.22440023720264435,
77
+ 0.013267790898680687
78
+ ],
79
+ "std": [
80
+ 0.1268979012966156,
81
+ 0.08248293399810791,
82
+ 0.1612742692232132,
83
+ 0.20557346940040588,
84
+ 0.10104448348283768,
85
+ 0.055336352437734604
86
+ ],
87
+ "q01": [
88
+ -0.3428873121738434,
89
+ -0.3137379336357117,
90
+ -0.702793300151825,
91
+ 0.14524445354938506,
92
+ -0.49535272479057313,
93
+ -0.1368582433462143
94
+ ],
95
+ "q99": [
96
+ 0.22101355910301154,
97
+ 0.0916959154605865,
98
+ 0.13021636724472033,
99
+ 1.031281275749206,
100
+ 0.004563198033720189,
101
+ 0.11666926741600031
102
+ ]
103
+ },
104
+ "waist": {
105
+ "min": [
106
+ -0.37403565645217896,
107
+ -0.243158221244812,
108
+ -0.05312114581465721
109
+ ],
110
+ "max": [
111
+ 0.2474018782377243,
112
+ 0.17617863416671753,
113
+ 0.04943050444126129
114
+ ],
115
+ "mean": [
116
+ -0.03901316970586777,
117
+ -0.02152136340737343,
118
+ 0.0024535013362765312
119
+ ],
120
+ "std": [
121
+ 0.07381759583950043,
122
+ 0.046153053641319275,
123
+ 0.008072787895798683
124
+ ],
125
+ "q01": [
126
+ -0.2433778864145279,
127
+ -0.13698728382587433,
128
+ -0.01672225959599018
129
+ ],
130
+ "q99": [
131
+ 0.15031063556671143,
132
+ 0.08901623487472521,
133
+ 0.023261465877294534
134
+ ]
135
+ },
136
+ "left_arm": {
137
+ "min": [
138
+ -0.8068499565124512,
139
+ -0.01750895380973816,
140
+ -0.7458622455596924,
141
+ -0.5916731953620911,
142
+ -1.302229881286621,
143
+ -0.2953871786594391,
144
+ -0.9342422485351562
145
+ ],
146
+ "max": [
147
+ 0.4923958480358124,
148
+ 0.540572464466095,
149
+ 0.35323503613471985,
150
+ 1.320529818534851,
151
+ 1.2396363019943237,
152
+ 0.5774239301681519,
153
+ 0.6715000867843628
154
+ ],
155
+ "mean": [
156
+ -0.10333303362131119,
157
+ 0.189546599984169,
158
+ -0.12471432983875275,
159
+ 0.28616011142730713,
160
+ -0.3353458344936371,
161
+ 0.15808047354221344,
162
+ -0.03580402210354805
163
+ ],
164
+ "std": [
165
+ 0.2009865939617157,
166
+ 0.07324191927909851,
167
+ 0.1315729022026062,
168
+ 0.47473788261413574,
169
+ 0.2912229895591736,
170
+ 0.12051952630281448,
171
+ 0.1922927051782608
172
+ ],
173
+ "q01": [
174
+ -0.545279369354248,
175
+ 0.02649999812245369,
176
+ -0.463615984916687,
177
+ -0.338695775270462,
178
+ -0.9348985409736633,
179
+ -0.12025019407272339,
180
+ -0.5021582007408142
181
+ ],
182
+ "q99": [
183
+ 0.2839887523651115,
184
+ 0.3847482764720913,
185
+ 0.16759651601314537,
186
+ 1.2634340524673462,
187
+ 0.6452915716171259,
188
+ 0.4740810847282409,
189
+ 0.40644835114479044
190
+ ]
191
+ },
192
+ "right_arm": {
193
+ "min": [
194
+ -0.913030207157135,
195
+ -0.6399815678596497,
196
+ -0.3427368700504303,
197
+ -0.39627039432525635,
198
+ -1.251069188117981,
199
+ -0.2754094898700714,
200
+ -0.8207756280899048
201
+ ],
202
+ "max": [
203
+ 0.45103830099105835,
204
+ -0.01125318743288517,
205
+ 0.6279014945030212,
206
+ 1.2988982200622559,
207
+ 1.0332199335098267,
208
+ 0.5550373792648315,
209
+ 0.9986335039138794
210
+ ],
211
+ "mean": [
212
+ -0.0982118472456932,
213
+ -0.20830810070037842,
214
+ 0.08582146465778351,
215
+ 0.22871090471744537,
216
+ 0.1546783298254013,
217
+ 0.14763931930065155,
218
+ -0.04254811629652977
219
+ ],
220
+ "std": [
221
+ 0.22019562125205994,
222
+ 0.06811994314193726,
223
+ 0.1300000548362732,
224
+ 0.46189504861831665,
225
+ 0.2503209114074707,
226
+ 0.10672769695520401,
227
+ 0.18367928266525269
228
+ ],
229
+ "q01": [
230
+ -0.6061021685600281,
231
+ -0.39821806669235227,
232
+ -0.21507561206817627,
233
+ -0.3157608461380005,
234
+ -0.7030838251113891,
235
+ -0.12177794367074966,
236
+ -0.5326336216926575
237
+ ],
238
+ "q99": [
239
+ 0.32033881783485385,
240
+ -0.07859542340040213,
241
+ 0.34321335792541496,
242
+ 1.2582597732543945,
243
+ 0.6935366868972775,
244
+ 0.41980740427970886,
245
+ 0.3515860009193411
246
+ ]
247
+ },
248
+ "left_hand": {
249
+ "min": [
250
+ 0.0,
251
+ 0.0,
252
+ 0.0,
253
+ 0.0,
254
+ 0.0,
255
+ 0.0,
256
+ 0.0
257
+ ],
258
+ "max": [
259
+ 0.0,
260
+ 0.0,
261
+ 0.0,
262
+ 0.0,
263
+ 0.0,
264
+ 0.0,
265
+ 0.0
266
+ ],
267
+ "mean": [
268
+ 0.0,
269
+ 0.0,
270
+ 0.0,
271
+ 0.0,
272
+ 0.0,
273
+ 0.0,
274
+ 0.0
275
+ ],
276
+ "std": [
277
+ 0.0,
278
+ 0.0,
279
+ 0.0,
280
+ 0.0,
281
+ 0.0,
282
+ 0.0,
283
+ 0.0
284
+ ],
285
+ "q01": [
286
+ 0.0,
287
+ 0.0,
288
+ 0.0,
289
+ 0.0,
290
+ 0.0,
291
+ 0.0,
292
+ 0.0
293
+ ],
294
+ "q99": [
295
+ 0.0,
296
+ 0.0,
297
+ 0.0,
298
+ 0.0,
299
+ 0.0,
300
+ 0.0,
301
+ 0.0
302
+ ]
303
+ },
304
+ "right_hand": {
305
+ "min": [
306
+ 0.0,
307
+ 0.0,
308
+ 0.0,
309
+ 0.0,
310
+ 0.0,
311
+ 0.0,
312
+ 0.0
313
+ ],
314
+ "max": [
315
+ 0.0,
316
+ 0.0,
317
+ 0.0,
318
+ 0.0,
319
+ 0.0,
320
+ 0.0,
321
+ 0.0
322
+ ],
323
+ "mean": [
324
+ 0.0,
325
+ 0.0,
326
+ 0.0,
327
+ 0.0,
328
+ 0.0,
329
+ 0.0,
330
+ 0.0
331
+ ],
332
+ "std": [
333
+ 0.0,
334
+ 0.0,
335
+ 0.0,
336
+ 0.0,
337
+ 0.0,
338
+ 0.0,
339
+ 0.0
340
+ ],
341
+ "q01": [
342
+ 0.0,
343
+ 0.0,
344
+ 0.0,
345
+ 0.0,
346
+ 0.0,
347
+ 0.0,
348
+ 0.0
349
+ ],
350
+ "q99": [
351
+ 0.0,
352
+ 0.0,
353
+ 0.0,
354
+ 0.0,
355
+ 0.0,
356
+ 0.0,
357
+ 0.0
358
+ ]
359
+ },
360
+ "projected_gravity": {
361
+ "min": [
362
+ -0.2364102452993393,
363
+ -0.14225876331329346,
364
+ -0.9999999403953552
365
+ ],
366
+ "max": [
367
+ 0.1328846514225006,
368
+ 0.1775456815958023,
369
+ -0.9715155363082886
370
+ ],
371
+ "mean": [
372
+ -0.04713863134384155,
373
+ -0.00449190242215991,
374
+ -0.997578501701355
375
+ ],
376
+ "std": [
377
+ 0.044011253863573074,
378
+ 0.0352567620575428,
379
+ 0.0029932048637504607
380
+ ],
381
+ "q01": [
382
+ -0.16278759896755218,
383
+ -0.08589273869991303,
384
+ -0.9999748921394348
385
+ ],
386
+ "q99": [
387
+ 0.05313032269477822,
388
+ 0.0724137070775032,
389
+ -0.9858456301689148
390
+ ]
391
+ }
392
+ },
393
+ "action": {
394
+ "motion_token": {
395
+ "min": [
396
+ -0.3125,
397
+ -0.4375,
398
+ -0.5,
399
+ -0.5,
400
+ -0.5625,
401
+ -0.25,
402
+ -0.375,
403
+ -0.1875,
404
+ -0.1875,
405
+ -0.5,
406
+ -0.375,
407
+ -0.4375,
408
+ -0.3125,
409
+ -0.4375,
410
+ -0.5,
411
+ -0.5,
412
+ -0.1875,
413
+ -0.3125,
414
+ -0.4375,
415
+ -0.5625,
416
+ -0.4375,
417
+ -0.5625,
418
+ -0.375,
419
+ -0.5,
420
+ -0.3125,
421
+ -0.375,
422
+ -0.375,
423
+ -0.5,
424
+ -0.25,
425
+ -0.25,
426
+ -0.1875,
427
+ -0.375,
428
+ -0.5,
429
+ -0.25,
430
+ -0.4375,
431
+ -0.5,
432
+ -0.5625,
433
+ -0.375,
434
+ -0.125,
435
+ -0.25,
436
+ -0.375,
437
+ -0.5,
438
+ -0.375,
439
+ -0.5,
440
+ -0.5,
441
+ -0.5625,
442
+ -0.4375,
443
+ -0.375,
444
+ -0.3125,
445
+ -0.4375,
446
+ -0.3125,
447
+ -0.4375,
448
+ -0.125,
449
+ -0.5625,
450
+ -0.375,
451
+ -0.25,
452
+ -0.4375,
453
+ -0.5,
454
+ -0.1875,
455
+ -0.5,
456
+ -0.375,
457
+ -0.375,
458
+ -0.375,
459
+ -0.375
460
+ ],
461
+ "max": [
462
+ 0.25,
463
+ 0.25,
464
+ 0.1875,
465
+ 0.125,
466
+ 0.25,
467
+ 0.4375,
468
+ 0.375,
469
+ 0.4375,
470
+ 0.4375,
471
+ 0.375,
472
+ 0.375,
473
+ 0.25,
474
+ 0.4375,
475
+ 0.1875,
476
+ 0.125,
477
+ 0.375,
478
+ 0.375,
479
+ 0.25,
480
+ 0.375,
481
+ 0.3125,
482
+ 0.3125,
483
+ 0.0625,
484
+ 0.3125,
485
+ 0.1875,
486
+ 0.3125,
487
+ 0.4375,
488
+ 0.3125,
489
+ 0.375,
490
+ 0.375,
491
+ 0.375,
492
+ 0.4375,
493
+ 0.375,
494
+ 0.5,
495
+ 0.3125,
496
+ 0.25,
497
+ 0.375,
498
+ 0.4375,
499
+ 0.1875,
500
+ 0.375,
501
+ 0.25,
502
+ 0.1875,
503
+ 0.4375,
504
+ 0.3125,
505
+ 0.25,
506
+ 0.375,
507
+ 0.25,
508
+ 0.25,
509
+ 0.25,
510
+ 0.375,
511
+ 0.25,
512
+ 0.375,
513
+ 0.4375,
514
+ 0.5625,
515
+ 0.3125,
516
+ 0.375,
517
+ 0.375,
518
+ 0.4375,
519
+ 0.5,
520
+ 0.375,
521
+ 0.5,
522
+ 0.4375,
523
+ 0.375,
524
+ 0.375,
525
+ 0.375
526
+ ],
527
+ "mean": [
528
+ -0.06439097970724106,
529
+ -0.06521879881620407,
530
+ -0.125,
531
+ -0.1847969889640808,
532
+ -0.1373879760503769,
533
+ 0.04822782054543495,
534
+ 0.027975188568234444,
535
+ 0.15312707424163818,
536
+ 0.11575789749622345,
537
+ -0.07767443358898163,
538
+ 0.03542105108499527,
539
+ -0.05307518690824509,
540
+ -0.06384360790252686,
541
+ -0.18314436078071594,
542
+ -0.19289849698543549,
543
+ -0.03389473631978035,
544
+ 0.09458722174167633,
545
+ -0.04276691749691963,
546
+ -0.03826015070080757,
547
+ -0.10829849541187286,
548
+ -0.071824811398983,
549
+ -0.22079698741436005,
550
+ -0.04714285582304001,
551
+ -0.22834135591983795,
552
+ -0.01947067677974701,
553
+ 0.0074248118326067924,
554
+ 0.00573834590613842,
555
+ -0.060690224170684814,
556
+ 0.06471353024244308,
557
+ 0.06146090105175972,
558
+ 0.16022330522537231,
559
+ -0.01657293178141117,
560
+ 0.0007180451066233218,
561
+ 0.10714511573314667,
562
+ -0.07185939699411392,
563
+ 0.012763909995555878,
564
+ -0.09171729534864426,
565
+ -0.0794999971985817,
566
+ 0.15587669610977173,
567
+ -0.011427067220211029,
568
+ -0.07081428915262222,
569
+ 0.0370473675429821,
570
+ -0.020825562998652458,
571
+ -0.10491052269935608,
572
+ -0.07982255518436432,
573
+ -0.03099849633872509,
574
+ -0.0554308257997036,
575
+ -0.12368496507406235,
576
+ 0.07534285634756088,
577
+ -0.03026992455124855,
578
+ 0.061053384095430374,
579
+ -0.0092924814671278,
580
+ 0.17143608629703522,
581
+ -0.051742855459451675,
582
+ -0.017972933128476143,
583
+ 0.07894811779260635,
584
+ -0.0036270676646381617,
585
+ -0.0006766917067579925,
586
+ 0.07701954990625381,
587
+ -0.003338345792144537,
588
+ 0.10077368468046188,
589
+ 0.048967670649290085,
590
+ 0.049851126968860626,
591
+ 0.04476090148091316
592
+ ],
593
+ "std": [
594
+ 0.07011081278324127,
595
+ 0.10070349276065826,
596
+ 0.10618823021650314,
597
+ 0.1040232703089714,
598
+ 0.1346515566110611,
599
+ 0.12035326659679413,
600
+ 0.17316193878650665,
601
+ 0.08347848802804947,
602
+ 0.0856991782784462,
603
+ 0.14361310005187988,
604
+ 0.07408461719751358,
605
+ 0.14225201308727264,
606
+ 0.08691011369228363,
607
+ 0.09022863209247589,
608
+ 0.08300687372684479,
609
+ 0.10174085199832916,
610
+ 0.09679042547941208,
611
+ 0.06325257569551468,
612
+ 0.08858565986156464,
613
+ 0.1711788922548294,
614
+ 0.1577969342470169,
615
+ 0.10648369044065475,
616
+ 0.1129717081785202,
617
+ 0.1149425283074379,
618
+ 0.08891275525093079,
619
+ 0.12593857944011688,
620
+ 0.09133600443601608,
621
+ 0.19993668794631958,
622
+ 0.08262906223535538,
623
+ 0.11261534690856934,
624
+ 0.08883041143417358,
625
+ 0.1162080317735672,
626
+ 0.20441272854804993,
627
+ 0.06782399863004684,
628
+ 0.09499737620353699,
629
+ 0.19293878972530365,
630
+ 0.1464645266532898,
631
+ 0.09174318611621857,
632
+ 0.07088606059551239,
633
+ 0.07447929680347443,
634
+ 0.0700845718383789,
635
+ 0.2343086153268814,
636
+ 0.10589630156755447,
637
+ 0.1032341793179512,
638
+ 0.1765136867761612,
639
+ 0.10248377919197083,
640
+ 0.12065689265727997,
641
+ 0.07768698036670685,
642
+ 0.09366670250892639,
643
+ 0.09704228490591049,
644
+ 0.10575727373361588,
645
+ 0.12160521745681763,
646
+ 0.08417858183383942,
647
+ 0.12966477870941162,
648
+ 0.1364697813987732,
649
+ 0.1211245134472847,
650
+ 0.15620125830173492,
651
+ 0.22729310393333435,
652
+ 0.09351138025522232,
653
+ 0.22351068258285522,
654
+ 0.13720352947711945,
655
+ 0.09697328507900238,
656
+ 0.12150005251169205,
657
+ 0.09913279861211777
658
+ ],
659
+ "q01": [
660
+ -0.1875,
661
+ -0.3125,
662
+ -0.4375,
663
+ -0.4375,
664
+ -0.4375,
665
+ -0.1875,
666
+ -0.25,
667
+ -0.0625,
668
+ -0.125,
669
+ -0.4375,
670
+ -0.1875,
671
+ -0.375,
672
+ -0.1875,
673
+ -0.375,
674
+ -0.375,
675
+ -0.3125,
676
+ -0.125,
677
+ -0.1875,
678
+ -0.25,
679
+ -0.4375,
680
+ -0.375,
681
+ -0.4375,
682
+ -0.3125,
683
+ -0.4375,
684
+ -0.1875,
685
+ -0.25,
686
+ -0.1875,
687
+ -0.5,
688
+ -0.125,
689
+ -0.125,
690
+ -0.0625,
691
+ -0.25,
692
+ -0.375,
693
+ -0.0625,
694
+ -0.3125,
695
+ -0.4375,
696
+ -0.4375,
697
+ -0.25,
698
+ 0.0,
699
+ -0.1875,
700
+ -0.25,
701
+ -0.5,
702
+ -0.25,
703
+ -0.375,
704
+ -0.4375,
705
+ -0.375,
706
+ -0.3125,
707
+ -0.25,
708
+ -0.1875,
709
+ -0.3125,
710
+ -0.1875,
711
+ -0.3125,
712
+ -0.0625,
713
+ -0.375,
714
+ -0.3125,
715
+ -0.1875,
716
+ -0.375,
717
+ -0.375,
718
+ -0.125,
719
+ -0.4375,
720
+ -0.25,
721
+ -0.25,
722
+ -0.25,
723
+ -0.1875
724
+ ],
725
+ "q99": [
726
+ 0.125,
727
+ 0.1875,
728
+ 0.0625,
729
+ 0.0,
730
+ 0.125,
731
+ 0.3125,
732
+ 0.375,
733
+ 0.3125,
734
+ 0.3125,
735
+ 0.25,
736
+ 0.1875,
737
+ 0.1875,
738
+ 0.1875,
739
+ 0.0625,
740
+ 0.0,
741
+ 0.1875,
742
+ 0.3125,
743
+ 0.125,
744
+ 0.1875,
745
+ 0.1875,
746
+ 0.25,
747
+ 0.0,
748
+ 0.1875,
749
+ 0.0625,
750
+ 0.25,
751
+ 0.3125,
752
+ 0.1875,
753
+ 0.25,
754
+ 0.25,
755
+ 0.3125,
756
+ 0.3125,
757
+ 0.3125,
758
+ 0.375,
759
+ 0.25,
760
+ 0.125,
761
+ 0.3125,
762
+ 0.25,
763
+ 0.125,
764
+ 0.3125,
765
+ 0.125,
766
+ 0.125,
767
+ 0.375,
768
+ 0.1875,
769
+ 0.125,
770
+ 0.25,
771
+ 0.125,
772
+ 0.1875,
773
+ 0.0625,
774
+ 0.25,
775
+ 0.1875,
776
+ 0.25,
777
+ 0.25,
778
+ 0.375,
779
+ 0.1875,
780
+ 0.25,
781
+ 0.3125,
782
+ 0.375,
783
+ 0.4375,
784
+ 0.25,
785
+ 0.375,
786
+ 0.375,
787
+ 0.25,
788
+ 0.25,
789
+ 0.25
790
+ ]
791
+ },
792
+ "left_hand_joints": {
793
+ "min": [
794
+ 0.0,
795
+ 0.0,
796
+ 0.0,
797
+ 0.0,
798
+ 0.0,
799
+ 0.0,
800
+ 0.0
801
+ ],
802
+ "max": [
803
+ 0.0,
804
+ 0.0,
805
+ 0.0,
806
+ 0.0,
807
+ 0.0,
808
+ 0.0,
809
+ 0.0
810
+ ],
811
+ "mean": [
812
+ 0.0,
813
+ 0.0,
814
+ 0.0,
815
+ 0.0,
816
+ 0.0,
817
+ 0.0,
818
+ 0.0
819
+ ],
820
+ "std": [
821
+ 0.0,
822
+ 0.0,
823
+ 0.0,
824
+ 0.0,
825
+ 0.0,
826
+ 0.0,
827
+ 0.0
828
+ ],
829
+ "q01": [
830
+ 0.0,
831
+ 0.0,
832
+ 0.0,
833
+ 0.0,
834
+ 0.0,
835
+ 0.0,
836
+ 0.0
837
+ ],
838
+ "q99": [
839
+ 0.0,
840
+ 0.0,
841
+ 0.0,
842
+ 0.0,
843
+ 0.0,
844
+ 0.0,
845
+ 0.0
846
+ ]
847
+ },
848
+ "right_hand_joints": {
849
+ "min": [
850
+ 0.0,
851
+ 0.0,
852
+ 0.0,
853
+ 0.0,
854
+ 0.0,
855
+ 0.0,
856
+ 0.0
857
+ ],
858
+ "max": [
859
+ 0.0,
860
+ 0.0,
861
+ 0.0,
862
+ 0.0,
863
+ 0.0,
864
+ 0.0,
865
+ 0.0
866
+ ],
867
+ "mean": [
868
+ 0.0,
869
+ 0.0,
870
+ 0.0,
871
+ 0.0,
872
+ 0.0,
873
+ 0.0,
874
+ 0.0
875
+ ],
876
+ "std": [
877
+ 0.0,
878
+ 0.0,
879
+ 0.0,
880
+ 0.0,
881
+ 0.0,
882
+ 0.0,
883
+ 0.0
884
+ ],
885
+ "q01": [
886
+ 0.0,
887
+ 0.0,
888
+ 0.0,
889
+ 0.0,
890
+ 0.0,
891
+ 0.0,
892
+ 0.0
893
+ ],
894
+ "q99": [
895
+ 0.0,
896
+ 0.0,
897
+ 0.0,
898
+ 0.0,
899
+ 0.0,
900
+ 0.0,
901
+ 0.0
902
+ ]
903
+ }
904
+ },
905
+ "relative_action": {}
906
+ }
907
+ }
groot-wbc-8/checkpoint-4000/experiment_cfg/final_model_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "Gr00tN1d7",
3
+ "model_dtype": "bfloat16",
4
+ "model_name": "nvidia/Cosmos-Reason2-2B",
5
+ "backbone_model_type": "qwen",
6
+ "model_revision": null,
7
+ "tune_top_llm_layers": 0,
8
+ "backbone_embedding_dim": 2048,
9
+ "tune_llm": false,
10
+ "tune_visual": false,
11
+ "select_layer": 16,
12
+ "reproject_vision": false,
13
+ "use_flash_attention": true,
14
+ "load_bf16": false,
15
+ "backbone_trainable_params_fp32": true,
16
+ "extra_augmentation_config": null,
17
+ "apply_sincos_state_encoding": false,
18
+ "use_percentiles": true,
19
+ "use_relative_action": false,
20
+ "max_state_dim": 132,
21
+ "max_action_dim": 132,
22
+ "action_horizon": 40,
23
+ "hidden_size": 1024,
24
+ "input_embedding_dim": 1536,
25
+ "state_history_length": 1,
26
+ "add_pos_embed": true,
27
+ "attn_dropout": 0.2,
28
+ "use_vlln": true,
29
+ "max_seq_len": 1024,
30
+ "use_alternate_vl_dit": true,
31
+ "attend_text_every_n_blocks": 2,
32
+ "diffusion_model_cfg": {
33
+ "attention_head_dim": 48,
34
+ "dropout": 0.2,
35
+ "final_dropout": true,
36
+ "interleave_self_attention": true,
37
+ "norm_type": "ada_norm",
38
+ "num_attention_heads": 32,
39
+ "num_layers": 32,
40
+ "output_dim": 1024,
41
+ "positional_embeddings": null
42
+ },
43
+ "num_inference_timesteps": 4,
44
+ "noise_beta_alpha": 1.5,
45
+ "noise_beta_beta": 1.0,
46
+ "noise_s": 0.999,
47
+ "num_timestep_buckets": 1000,
48
+ "tune_projector": true,
49
+ "tune_diffusion_model": true,
50
+ "tune_vlln": true,
51
+ "state_dropout_prob": 0.2,
52
+ "exclude_state": false,
53
+ "use_mean_std": false,
54
+ "max_num_embodiments": 32
55
+ }
groot-wbc-8/checkpoint-4000/experiment_cfg/final_processor_config.json ADDED
The diff for this file is too large to render. See raw diff
 
groot-wbc-8/checkpoint-4000/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
groot-wbc-8/checkpoint-4000/processor_config.json ADDED
@@ -0,0 +1,1159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "processor_class": "Gr00tN1d7Processor",
3
+ "processor_kwargs": {
4
+ "modality_configs": {
5
+ "real_g1_relative_eef_relative_joints": {
6
+ "video": {
7
+ "delta_indices": [
8
+ -20,
9
+ 0
10
+ ],
11
+ "modality_keys": [
12
+ "ego_view"
13
+ ],
14
+ "sin_cos_embedding_keys": null,
15
+ "mean_std_embedding_keys": null,
16
+ "action_configs": null
17
+ },
18
+ "state": {
19
+ "delta_indices": [
20
+ 0
21
+ ],
22
+ "modality_keys": [
23
+ "left_wrist_eef_9d",
24
+ "right_wrist_eef_9d",
25
+ "left_hand",
26
+ "right_hand",
27
+ "left_arm",
28
+ "right_arm",
29
+ "waist"
30
+ ],
31
+ "sin_cos_embedding_keys": null,
32
+ "mean_std_embedding_keys": null,
33
+ "action_configs": null
34
+ },
35
+ "action": {
36
+ "delta_indices": [
37
+ 0,
38
+ 1,
39
+ 2,
40
+ 3,
41
+ 4,
42
+ 5,
43
+ 6,
44
+ 7,
45
+ 8,
46
+ 9,
47
+ 10,
48
+ 11,
49
+ 12,
50
+ 13,
51
+ 14,
52
+ 15,
53
+ 16,
54
+ 17,
55
+ 18,
56
+ 19,
57
+ 20,
58
+ 21,
59
+ 22,
60
+ 23,
61
+ 24,
62
+ 25,
63
+ 26,
64
+ 27,
65
+ 28,
66
+ 29,
67
+ 30,
68
+ 31,
69
+ 32,
70
+ 33,
71
+ 34,
72
+ 35,
73
+ 36,
74
+ 37,
75
+ 38,
76
+ 39
77
+ ],
78
+ "modality_keys": [
79
+ "left_wrist_eef_9d",
80
+ "right_wrist_eef_9d",
81
+ "left_hand",
82
+ "right_hand",
83
+ "left_arm",
84
+ "right_arm",
85
+ "waist",
86
+ "base_height_command",
87
+ "navigate_command"
88
+ ],
89
+ "sin_cos_embedding_keys": null,
90
+ "mean_std_embedding_keys": null,
91
+ "action_configs": [
92
+ {
93
+ "rep": "RELATIVE",
94
+ "type": "EEF",
95
+ "format": "XYZ_ROT6D",
96
+ "state_key": "left_wrist_eef_9d"
97
+ },
98
+ {
99
+ "rep": "RELATIVE",
100
+ "type": "EEF",
101
+ "format": "XYZ_ROT6D",
102
+ "state_key": "right_wrist_eef_9d"
103
+ },
104
+ {
105
+ "rep": "ABSOLUTE",
106
+ "type": "NON_EEF",
107
+ "format": "DEFAULT",
108
+ "state_key": "left_hand"
109
+ },
110
+ {
111
+ "rep": "ABSOLUTE",
112
+ "type": "NON_EEF",
113
+ "format": "DEFAULT",
114
+ "state_key": "right_hand"
115
+ },
116
+ {
117
+ "rep": "RELATIVE",
118
+ "type": "NON_EEF",
119
+ "format": "DEFAULT",
120
+ "state_key": "left_arm"
121
+ },
122
+ {
123
+ "rep": "RELATIVE",
124
+ "type": "NON_EEF",
125
+ "format": "DEFAULT",
126
+ "state_key": "right_arm"
127
+ },
128
+ {
129
+ "rep": "ABSOLUTE",
130
+ "type": "NON_EEF",
131
+ "format": "DEFAULT",
132
+ "state_key": "waist"
133
+ },
134
+ {
135
+ "rep": "ABSOLUTE",
136
+ "type": "NON_EEF",
137
+ "format": "DEFAULT",
138
+ "state_key": "base_height_command"
139
+ },
140
+ {
141
+ "rep": "ABSOLUTE",
142
+ "type": "NON_EEF",
143
+ "format": "DEFAULT",
144
+ "state_key": "navigate_command"
145
+ }
146
+ ]
147
+ },
148
+ "language": {
149
+ "delta_indices": [
150
+ 0
151
+ ],
152
+ "modality_keys": [
153
+ "annotation.human.task_description"
154
+ ],
155
+ "sin_cos_embedding_keys": null,
156
+ "mean_std_embedding_keys": null,
157
+ "action_configs": null
158
+ }
159
+ },
160
+ "real_r1_pro_sharpa_relative_eef_mecka": {
161
+ "video": {
162
+ "delta_indices": [
163
+ -30,
164
+ 0
165
+ ],
166
+ "modality_keys": [
167
+ "ego_view_cropratio_res320x240_freq30"
168
+ ],
169
+ "sin_cos_embedding_keys": null,
170
+ "mean_std_embedding_keys": null,
171
+ "action_configs": null
172
+ },
173
+ "state": {
174
+ "delta_indices": [
175
+ 0
176
+ ],
177
+ "modality_keys": [
178
+ "left_wrist_eef",
179
+ "right_wrist_eef",
180
+ "left_hand_joints",
181
+ "right_hand_joints"
182
+ ],
183
+ "sin_cos_embedding_keys": null,
184
+ "mean_std_embedding_keys": null,
185
+ "action_configs": null
186
+ },
187
+ "action": {
188
+ "delta_indices": [
189
+ 0,
190
+ 1,
191
+ 2,
192
+ 3,
193
+ 4,
194
+ 5,
195
+ 6,
196
+ 7,
197
+ 8,
198
+ 9,
199
+ 10,
200
+ 11,
201
+ 12,
202
+ 13,
203
+ 14,
204
+ 15,
205
+ 16,
206
+ 17,
207
+ 18,
208
+ 19,
209
+ 20,
210
+ 21,
211
+ 22,
212
+ 23,
213
+ 24,
214
+ 25,
215
+ 26,
216
+ 27,
217
+ 28,
218
+ 29,
219
+ 30,
220
+ 31,
221
+ 32,
222
+ 33,
223
+ 34,
224
+ 35,
225
+ 36,
226
+ 37,
227
+ 38,
228
+ 39
229
+ ],
230
+ "modality_keys": [
231
+ "left_wrist_eef",
232
+ "right_wrist_eef",
233
+ "left_hand_joints",
234
+ "right_hand_joints"
235
+ ],
236
+ "sin_cos_embedding_keys": null,
237
+ "mean_std_embedding_keys": null,
238
+ "action_configs": [
239
+ {
240
+ "rep": "RELATIVE",
241
+ "type": "EEF",
242
+ "format": "XYZ_ROT6D",
243
+ "state_key": "left_wrist_eef"
244
+ },
245
+ {
246
+ "rep": "RELATIVE",
247
+ "type": "EEF",
248
+ "format": "XYZ_ROT6D",
249
+ "state_key": "right_wrist_eef"
250
+ },
251
+ {
252
+ "rep": "ABSOLUTE",
253
+ "type": "NON_EEF",
254
+ "format": "DEFAULT",
255
+ "state_key": "left_hand_joints"
256
+ },
257
+ {
258
+ "rep": "ABSOLUTE",
259
+ "type": "NON_EEF",
260
+ "format": "DEFAULT",
261
+ "state_key": "right_hand_joints"
262
+ }
263
+ ]
264
+ },
265
+ "language": {
266
+ "delta_indices": [
267
+ 0
268
+ ],
269
+ "modality_keys": [
270
+ "annotation.human.coarse_action"
271
+ ],
272
+ "sin_cos_embedding_keys": null,
273
+ "mean_std_embedding_keys": null,
274
+ "action_configs": null
275
+ }
276
+ },
277
+ "real_r1_pro_sharpa_relative_eef_human": {
278
+ "video": {
279
+ "delta_indices": [
280
+ -20,
281
+ 0
282
+ ],
283
+ "modality_keys": [
284
+ "ego_view_res320x240_freq20",
285
+ "left_wrist_view_res320x240_freq20",
286
+ "right_wrist_view_res320x240_freq20"
287
+ ],
288
+ "sin_cos_embedding_keys": null,
289
+ "mean_std_embedding_keys": null,
290
+ "action_configs": null
291
+ },
292
+ "state": {
293
+ "delta_indices": [
294
+ 0
295
+ ],
296
+ "modality_keys": [
297
+ "left_wrist_eef",
298
+ "right_wrist_eef",
299
+ "left_hand_joints",
300
+ "right_hand_joints"
301
+ ],
302
+ "sin_cos_embedding_keys": null,
303
+ "mean_std_embedding_keys": null,
304
+ "action_configs": null
305
+ },
306
+ "action": {
307
+ "delta_indices": [
308
+ 0,
309
+ 1,
310
+ 2,
311
+ 3,
312
+ 4,
313
+ 5,
314
+ 6,
315
+ 7,
316
+ 8,
317
+ 9,
318
+ 10,
319
+ 11,
320
+ 12,
321
+ 13,
322
+ 14,
323
+ 15,
324
+ 16,
325
+ 17,
326
+ 18,
327
+ 19,
328
+ 20,
329
+ 21,
330
+ 22,
331
+ 23,
332
+ 24,
333
+ 25,
334
+ 26,
335
+ 27,
336
+ 28,
337
+ 29,
338
+ 30,
339
+ 31,
340
+ 32,
341
+ 33,
342
+ 34,
343
+ 35,
344
+ 36,
345
+ 37,
346
+ 38,
347
+ 39
348
+ ],
349
+ "modality_keys": [
350
+ "left_wrist_eef",
351
+ "right_wrist_eef",
352
+ "left_hand_joints",
353
+ "right_hand_joints"
354
+ ],
355
+ "sin_cos_embedding_keys": null,
356
+ "mean_std_embedding_keys": null,
357
+ "action_configs": [
358
+ {
359
+ "rep": "RELATIVE",
360
+ "type": "EEF",
361
+ "format": "XYZ_ROT6D",
362
+ "state_key": "left_wrist_eef"
363
+ },
364
+ {
365
+ "rep": "RELATIVE",
366
+ "type": "EEF",
367
+ "format": "XYZ_ROT6D",
368
+ "state_key": "right_wrist_eef"
369
+ },
370
+ {
371
+ "rep": "ABSOLUTE",
372
+ "type": "NON_EEF",
373
+ "format": "DEFAULT",
374
+ "state_key": "left_hand_joints"
375
+ },
376
+ {
377
+ "rep": "ABSOLUTE",
378
+ "type": "NON_EEF",
379
+ "format": "DEFAULT",
380
+ "state_key": "right_hand_joints"
381
+ }
382
+ ]
383
+ },
384
+ "language": {
385
+ "delta_indices": [
386
+ 0
387
+ ],
388
+ "modality_keys": [
389
+ "annotation.human.coarse_action"
390
+ ],
391
+ "sin_cos_embedding_keys": null,
392
+ "mean_std_embedding_keys": null,
393
+ "action_configs": null
394
+ }
395
+ },
396
+ "real_r1_pro_sharpa_relative_eef": {
397
+ "video": {
398
+ "delta_indices": [
399
+ -20,
400
+ 0
401
+ ],
402
+ "modality_keys": [
403
+ "ego_view_res320x240_freq20",
404
+ "left_wrist_view_res320x240_freq20",
405
+ "right_wrist_view_res320x240_freq20"
406
+ ],
407
+ "sin_cos_embedding_keys": null,
408
+ "mean_std_embedding_keys": null,
409
+ "action_configs": null
410
+ },
411
+ "state": {
412
+ "delta_indices": [
413
+ 0
414
+ ],
415
+ "modality_keys": [
416
+ "left_wrist_eef",
417
+ "right_wrist_eef",
418
+ "left_hand_joints",
419
+ "right_hand_joints"
420
+ ],
421
+ "sin_cos_embedding_keys": null,
422
+ "mean_std_embedding_keys": null,
423
+ "action_configs": null
424
+ },
425
+ "action": {
426
+ "delta_indices": [
427
+ 0,
428
+ 1,
429
+ 2,
430
+ 3,
431
+ 4,
432
+ 5,
433
+ 6,
434
+ 7,
435
+ 8,
436
+ 9,
437
+ 10,
438
+ 11,
439
+ 12,
440
+ 13,
441
+ 14,
442
+ 15,
443
+ 16,
444
+ 17,
445
+ 18,
446
+ 19,
447
+ 20,
448
+ 21,
449
+ 22,
450
+ 23,
451
+ 24,
452
+ 25,
453
+ 26,
454
+ 27,
455
+ 28,
456
+ 29,
457
+ 30,
458
+ 31,
459
+ 32,
460
+ 33,
461
+ 34,
462
+ 35,
463
+ 36,
464
+ 37,
465
+ 38,
466
+ 39
467
+ ],
468
+ "modality_keys": [
469
+ "left_wrist_eef",
470
+ "right_wrist_eef",
471
+ "left_hand_joints",
472
+ "right_hand_joints"
473
+ ],
474
+ "sin_cos_embedding_keys": null,
475
+ "mean_std_embedding_keys": null,
476
+ "action_configs": [
477
+ {
478
+ "rep": "RELATIVE",
479
+ "type": "EEF",
480
+ "format": "XYZ_ROT6D",
481
+ "state_key": "left_wrist_eef"
482
+ },
483
+ {
484
+ "rep": "RELATIVE",
485
+ "type": "EEF",
486
+ "format": "XYZ_ROT6D",
487
+ "state_key": "right_wrist_eef"
488
+ },
489
+ {
490
+ "rep": "ABSOLUTE",
491
+ "type": "NON_EEF",
492
+ "format": "DEFAULT",
493
+ "state_key": "left_hand_joints"
494
+ },
495
+ {
496
+ "rep": "ABSOLUTE",
497
+ "type": "NON_EEF",
498
+ "format": "DEFAULT",
499
+ "state_key": "right_hand_joints"
500
+ }
501
+ ]
502
+ },
503
+ "language": {
504
+ "delta_indices": [
505
+ 0
506
+ ],
507
+ "modality_keys": [
508
+ "annotation.human.coarse_action"
509
+ ],
510
+ "sin_cos_embedding_keys": null,
511
+ "mean_std_embedding_keys": null,
512
+ "action_configs": null
513
+ }
514
+ },
515
+ "xdof_relative_eef_relative_joint": {
516
+ "video": {
517
+ "delta_indices": [
518
+ -30,
519
+ 0
520
+ ],
521
+ "modality_keys": [
522
+ "top_camera-images-rgb_320_240",
523
+ "left_camera-images-rgb_320_240",
524
+ "right_camera-images-rgb_320_240"
525
+ ],
526
+ "sin_cos_embedding_keys": null,
527
+ "mean_std_embedding_keys": null,
528
+ "action_configs": null
529
+ },
530
+ "state": {
531
+ "delta_indices": [
532
+ 0
533
+ ],
534
+ "modality_keys": [
535
+ "left_wrist_eef",
536
+ "right_wrist_eef",
537
+ "left_gripper_pos",
538
+ "right_gripper_pos",
539
+ "left_joint_pos",
540
+ "right_joint_pos"
541
+ ],
542
+ "sin_cos_embedding_keys": null,
543
+ "mean_std_embedding_keys": null,
544
+ "action_configs": null
545
+ },
546
+ "action": {
547
+ "delta_indices": [
548
+ 0,
549
+ 1,
550
+ 2,
551
+ 3,
552
+ 4,
553
+ 5,
554
+ 6,
555
+ 7,
556
+ 8,
557
+ 9,
558
+ 10,
559
+ 11,
560
+ 12,
561
+ 13,
562
+ 14,
563
+ 15,
564
+ 16,
565
+ 17,
566
+ 18,
567
+ 19,
568
+ 20,
569
+ 21,
570
+ 22,
571
+ 23,
572
+ 24,
573
+ 25,
574
+ 26,
575
+ 27,
576
+ 28,
577
+ 29,
578
+ 30,
579
+ 31,
580
+ 32,
581
+ 33,
582
+ 34,
583
+ 35,
584
+ 36,
585
+ 37,
586
+ 38,
587
+ 39
588
+ ],
589
+ "modality_keys": [
590
+ "left_wrist_eef",
591
+ "right_wrist_eef",
592
+ "left_gripper_pos",
593
+ "right_gripper_pos",
594
+ "left_joint_pos",
595
+ "right_joint_pos"
596
+ ],
597
+ "sin_cos_embedding_keys": null,
598
+ "mean_std_embedding_keys": null,
599
+ "action_configs": [
600
+ {
601
+ "rep": "RELATIVE",
602
+ "type": "EEF",
603
+ "format": "XYZ_ROT6D",
604
+ "state_key": "left_wrist_eef"
605
+ },
606
+ {
607
+ "rep": "RELATIVE",
608
+ "type": "EEF",
609
+ "format": "XYZ_ROT6D",
610
+ "state_key": "right_wrist_eef"
611
+ },
612
+ {
613
+ "rep": "ABSOLUTE",
614
+ "type": "NON_EEF",
615
+ "format": "DEFAULT",
616
+ "state_key": "left_gripper_pos"
617
+ },
618
+ {
619
+ "rep": "ABSOLUTE",
620
+ "type": "NON_EEF",
621
+ "format": "DEFAULT",
622
+ "state_key": "right_gripper_pos"
623
+ },
624
+ {
625
+ "rep": "RELATIVE",
626
+ "type": "NON_EEF",
627
+ "format": "DEFAULT",
628
+ "state_key": "left_joint_pos"
629
+ },
630
+ {
631
+ "rep": "RELATIVE",
632
+ "type": "NON_EEF",
633
+ "format": "DEFAULT",
634
+ "state_key": "right_joint_pos"
635
+ }
636
+ ]
637
+ },
638
+ "language": {
639
+ "delta_indices": [
640
+ 0
641
+ ],
642
+ "modality_keys": [
643
+ "annotation.task"
644
+ ],
645
+ "sin_cos_embedding_keys": null,
646
+ "mean_std_embedding_keys": null,
647
+ "action_configs": null
648
+ }
649
+ },
650
+ "real_r1_pro_sharpa_relative_eef_maxinsights": {
651
+ "video": {
652
+ "delta_indices": [
653
+ -30,
654
+ 0
655
+ ],
656
+ "modality_keys": [
657
+ "ego_view_cropratio_res320x240_freq30"
658
+ ],
659
+ "sin_cos_embedding_keys": null,
660
+ "mean_std_embedding_keys": null,
661
+ "action_configs": null
662
+ },
663
+ "state": {
664
+ "delta_indices": [
665
+ 0
666
+ ],
667
+ "modality_keys": [
668
+ "left_wrist_eef",
669
+ "right_wrist_eef",
670
+ "left_hand_joints",
671
+ "right_hand_joints"
672
+ ],
673
+ "sin_cos_embedding_keys": null,
674
+ "mean_std_embedding_keys": null,
675
+ "action_configs": null
676
+ },
677
+ "action": {
678
+ "delta_indices": [
679
+ 0,
680
+ 1,
681
+ 2,
682
+ 3,
683
+ 4,
684
+ 5,
685
+ 6,
686
+ 7,
687
+ 8,
688
+ 9,
689
+ 10,
690
+ 11,
691
+ 12,
692
+ 13,
693
+ 14,
694
+ 15,
695
+ 16,
696
+ 17,
697
+ 18,
698
+ 19,
699
+ 20,
700
+ 21,
701
+ 22,
702
+ 23,
703
+ 24,
704
+ 25,
705
+ 26,
706
+ 27,
707
+ 28,
708
+ 29,
709
+ 30,
710
+ 31,
711
+ 32,
712
+ 33,
713
+ 34,
714
+ 35,
715
+ 36,
716
+ 37,
717
+ 38,
718
+ 39
719
+ ],
720
+ "modality_keys": [
721
+ "left_wrist_eef",
722
+ "right_wrist_eef",
723
+ "left_hand_joints",
724
+ "right_hand_joints"
725
+ ],
726
+ "sin_cos_embedding_keys": null,
727
+ "mean_std_embedding_keys": null,
728
+ "action_configs": [
729
+ {
730
+ "rep": "RELATIVE",
731
+ "type": "EEF",
732
+ "format": "XYZ_ROT6D",
733
+ "state_key": "left_wrist_eef"
734
+ },
735
+ {
736
+ "rep": "RELATIVE",
737
+ "type": "EEF",
738
+ "format": "XYZ_ROT6D",
739
+ "state_key": "right_wrist_eef"
740
+ },
741
+ {
742
+ "rep": "ABSOLUTE",
743
+ "type": "NON_EEF",
744
+ "format": "DEFAULT",
745
+ "state_key": "left_hand_joints"
746
+ },
747
+ {
748
+ "rep": "ABSOLUTE",
749
+ "type": "NON_EEF",
750
+ "format": "DEFAULT",
751
+ "state_key": "right_hand_joints"
752
+ }
753
+ ]
754
+ },
755
+ "language": {
756
+ "delta_indices": [
757
+ 0
758
+ ],
759
+ "modality_keys": [
760
+ "annotation.human.coarse_action"
761
+ ],
762
+ "sin_cos_embedding_keys": null,
763
+ "mean_std_embedding_keys": null,
764
+ "action_configs": null
765
+ }
766
+ },
767
+ "xdof_relative_eef_relative_joint_subtask": {
768
+ "video": {
769
+ "delta_indices": [
770
+ -30,
771
+ 0
772
+ ],
773
+ "modality_keys": [
774
+ "top_camera-images-rgb_320_240",
775
+ "left_camera-images-rgb_320_240",
776
+ "right_camera-images-rgb_320_240"
777
+ ],
778
+ "sin_cos_embedding_keys": null,
779
+ "mean_std_embedding_keys": null,
780
+ "action_configs": null
781
+ },
782
+ "state": {
783
+ "delta_indices": [
784
+ 0
785
+ ],
786
+ "modality_keys": [
787
+ "left_wrist_eef",
788
+ "right_wrist_eef",
789
+ "left_gripper_pos",
790
+ "right_gripper_pos",
791
+ "left_joint_pos",
792
+ "right_joint_pos"
793
+ ],
794
+ "sin_cos_embedding_keys": null,
795
+ "mean_std_embedding_keys": null,
796
+ "action_configs": null
797
+ },
798
+ "action": {
799
+ "delta_indices": [
800
+ 0,
801
+ 1,
802
+ 2,
803
+ 3,
804
+ 4,
805
+ 5,
806
+ 6,
807
+ 7,
808
+ 8,
809
+ 9,
810
+ 10,
811
+ 11,
812
+ 12,
813
+ 13,
814
+ 14,
815
+ 15,
816
+ 16,
817
+ 17,
818
+ 18,
819
+ 19,
820
+ 20,
821
+ 21,
822
+ 22,
823
+ 23,
824
+ 24,
825
+ 25,
826
+ 26,
827
+ 27,
828
+ 28,
829
+ 29,
830
+ 30,
831
+ 31,
832
+ 32,
833
+ 33,
834
+ 34,
835
+ 35,
836
+ 36,
837
+ 37,
838
+ 38,
839
+ 39
840
+ ],
841
+ "modality_keys": [
842
+ "left_wrist_eef",
843
+ "right_wrist_eef",
844
+ "left_gripper_pos",
845
+ "right_gripper_pos",
846
+ "left_joint_pos",
847
+ "right_joint_pos"
848
+ ],
849
+ "sin_cos_embedding_keys": null,
850
+ "mean_std_embedding_keys": null,
851
+ "action_configs": [
852
+ {
853
+ "rep": "RELATIVE",
854
+ "type": "EEF",
855
+ "format": "XYZ_ROT6D",
856
+ "state_key": "left_wrist_eef"
857
+ },
858
+ {
859
+ "rep": "RELATIVE",
860
+ "type": "EEF",
861
+ "format": "XYZ_ROT6D",
862
+ "state_key": "right_wrist_eef"
863
+ },
864
+ {
865
+ "rep": "ABSOLUTE",
866
+ "type": "NON_EEF",
867
+ "format": "DEFAULT",
868
+ "state_key": "left_gripper_pos"
869
+ },
870
+ {
871
+ "rep": "ABSOLUTE",
872
+ "type": "NON_EEF",
873
+ "format": "DEFAULT",
874
+ "state_key": "right_gripper_pos"
875
+ },
876
+ {
877
+ "rep": "RELATIVE",
878
+ "type": "NON_EEF",
879
+ "format": "DEFAULT",
880
+ "state_key": "left_joint_pos"
881
+ },
882
+ {
883
+ "rep": "RELATIVE",
884
+ "type": "NON_EEF",
885
+ "format": "DEFAULT",
886
+ "state_key": "right_joint_pos"
887
+ }
888
+ ]
889
+ },
890
+ "language": {
891
+ "delta_indices": [
892
+ 0
893
+ ],
894
+ "modality_keys": [
895
+ "annotation.sub_task"
896
+ ],
897
+ "sin_cos_embedding_keys": null,
898
+ "mean_std_embedding_keys": null,
899
+ "action_configs": null
900
+ }
901
+ },
902
+ "oxe_droid_relative_eef_relative_joint": {
903
+ "video": {
904
+ "delta_indices": [
905
+ -15,
906
+ 0
907
+ ],
908
+ "modality_keys": [
909
+ "exterior_image_1_left",
910
+ "wrist_image_left"
911
+ ],
912
+ "sin_cos_embedding_keys": null,
913
+ "mean_std_embedding_keys": null,
914
+ "action_configs": null
915
+ },
916
+ "state": {
917
+ "delta_indices": [
918
+ 0
919
+ ],
920
+ "modality_keys": [
921
+ "eef_9d",
922
+ "gripper_position",
923
+ "joint_position"
924
+ ],
925
+ "sin_cos_embedding_keys": null,
926
+ "mean_std_embedding_keys": null,
927
+ "action_configs": null
928
+ },
929
+ "action": {
930
+ "delta_indices": [
931
+ 0,
932
+ 1,
933
+ 2,
934
+ 3,
935
+ 4,
936
+ 5,
937
+ 6,
938
+ 7,
939
+ 8,
940
+ 9,
941
+ 10,
942
+ 11,
943
+ 12,
944
+ 13,
945
+ 14,
946
+ 15,
947
+ 16,
948
+ 17,
949
+ 18,
950
+ 19,
951
+ 20,
952
+ 21,
953
+ 22,
954
+ 23,
955
+ 24,
956
+ 25,
957
+ 26,
958
+ 27,
959
+ 28,
960
+ 29,
961
+ 30,
962
+ 31,
963
+ 32,
964
+ 33,
965
+ 34,
966
+ 35,
967
+ 36,
968
+ 37,
969
+ 38,
970
+ 39
971
+ ],
972
+ "modality_keys": [
973
+ "eef_9d",
974
+ "gripper_position",
975
+ "joint_position"
976
+ ],
977
+ "sin_cos_embedding_keys": null,
978
+ "mean_std_embedding_keys": null,
979
+ "action_configs": [
980
+ {
981
+ "rep": "RELATIVE",
982
+ "type": "EEF",
983
+ "format": "XYZ_ROT6D",
984
+ "state_key": "eef_9d"
985
+ },
986
+ {
987
+ "rep": "ABSOLUTE",
988
+ "type": "NON_EEF",
989
+ "format": "DEFAULT",
990
+ "state_key": "gripper_position"
991
+ },
992
+ {
993
+ "rep": "RELATIVE",
994
+ "type": "NON_EEF",
995
+ "format": "DEFAULT",
996
+ "state_key": "joint_position"
997
+ }
998
+ ]
999
+ },
1000
+ "language": {
1001
+ "delta_indices": [
1002
+ 0
1003
+ ],
1004
+ "modality_keys": [
1005
+ "annotation.language.language_instruction"
1006
+ ],
1007
+ "sin_cos_embedding_keys": null,
1008
+ "mean_std_embedding_keys": null,
1009
+ "action_configs": null
1010
+ }
1011
+ },
1012
+ "unitree_g1_sonic": {
1013
+ "video": {
1014
+ "delta_indices": [
1015
+ 0
1016
+ ],
1017
+ "modality_keys": [
1018
+ "ego_view"
1019
+ ],
1020
+ "sin_cos_embedding_keys": null,
1021
+ "mean_std_embedding_keys": null,
1022
+ "action_configs": null
1023
+ },
1024
+ "state": {
1025
+ "delta_indices": [
1026
+ 0
1027
+ ],
1028
+ "modality_keys": [
1029
+ "left_leg",
1030
+ "right_leg",
1031
+ "waist",
1032
+ "left_arm",
1033
+ "right_arm",
1034
+ "left_hand",
1035
+ "right_hand",
1036
+ "projected_gravity"
1037
+ ],
1038
+ "sin_cos_embedding_keys": null,
1039
+ "mean_std_embedding_keys": null,
1040
+ "action_configs": null
1041
+ },
1042
+ "action": {
1043
+ "delta_indices": [
1044
+ 0,
1045
+ 1,
1046
+ 2,
1047
+ 3,
1048
+ 4,
1049
+ 5,
1050
+ 6,
1051
+ 7,
1052
+ 8,
1053
+ 9,
1054
+ 10,
1055
+ 11,
1056
+ 12,
1057
+ 13,
1058
+ 14,
1059
+ 15,
1060
+ 16,
1061
+ 17,
1062
+ 18,
1063
+ 19,
1064
+ 20,
1065
+ 21,
1066
+ 22,
1067
+ 23,
1068
+ 24,
1069
+ 25,
1070
+ 26,
1071
+ 27,
1072
+ 28,
1073
+ 29,
1074
+ 30,
1075
+ 31,
1076
+ 32,
1077
+ 33,
1078
+ 34,
1079
+ 35,
1080
+ 36,
1081
+ 37,
1082
+ 38,
1083
+ 39
1084
+ ],
1085
+ "modality_keys": [
1086
+ "motion_token",
1087
+ "left_hand_joints",
1088
+ "right_hand_joints"
1089
+ ],
1090
+ "sin_cos_embedding_keys": null,
1091
+ "mean_std_embedding_keys": null,
1092
+ "action_configs": [
1093
+ {
1094
+ "rep": "ABSOLUTE",
1095
+ "type": "NON_EEF",
1096
+ "format": "DEFAULT",
1097
+ "state_key": null
1098
+ },
1099
+ {
1100
+ "rep": "ABSOLUTE",
1101
+ "type": "NON_EEF",
1102
+ "format": "DEFAULT",
1103
+ "state_key": null
1104
+ },
1105
+ {
1106
+ "rep": "ABSOLUTE",
1107
+ "type": "NON_EEF",
1108
+ "format": "DEFAULT",
1109
+ "state_key": null
1110
+ }
1111
+ ]
1112
+ },
1113
+ "language": {
1114
+ "delta_indices": [
1115
+ 0
1116
+ ],
1117
+ "modality_keys": [
1118
+ "annotation.human.task_description"
1119
+ ],
1120
+ "sin_cos_embedding_keys": null,
1121
+ "mean_std_embedding_keys": null,
1122
+ "action_configs": null
1123
+ }
1124
+ }
1125
+ },
1126
+ "image_crop_size": [
1127
+ 230,
1128
+ 230
1129
+ ],
1130
+ "image_target_size": [
1131
+ 256,
1132
+ 256
1133
+ ],
1134
+ "use_albumentations": true,
1135
+ "random_rotation_angle": 0,
1136
+ "color_jitter_params": {
1137
+ "brightness": 0.3,
1138
+ "contrast": 0.4,
1139
+ "saturation": 0.5,
1140
+ "hue": 0.08
1141
+ },
1142
+ "shortest_image_edge": 256,
1143
+ "crop_fraction": 0.95,
1144
+ "letter_box_transform": false,
1145
+ "model_name": "nvidia/Cosmos-Reason2-2B",
1146
+ "model_type": "qwen",
1147
+ "formalize_language": true,
1148
+ "max_state_dim": 132,
1149
+ "max_action_dim": 132,
1150
+ "max_action_horizon": 40,
1151
+ "use_percentiles": true,
1152
+ "use_mean_std": false,
1153
+ "clip_outliers": true,
1154
+ "apply_sincos_state_encoding": false,
1155
+ "use_relative_action": true,
1156
+ "exclude_state": false,
1157
+ "state_dropout_prob": 0.2
1158
+ }
1159
+ }
groot-wbc-8/checkpoint-4000/statistics.json ADDED
The diff for this file is too large to render. See raw diff
 
groot-wbc-8/checkpoint-4000/trainer_state.json ADDED
@@ -0,0 +1,2498 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.4,
6
+ "eval_steps": 250,
7
+ "global_step": 4000,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "grad_norm": 0.18529030680656433,
14
+ "learning_rate": 1.8e-06,
15
+ "loss": 1.1811,
16
+ "step": 10
17
+ },
18
+ {
19
+ "grad_norm": 0.17696067690849304,
20
+ "learning_rate": 3.8e-06,
21
+ "loss": 1.1821,
22
+ "step": 20
23
+ },
24
+ {
25
+ "grad_norm": 0.13590584695339203,
26
+ "learning_rate": 5.8e-06,
27
+ "loss": 1.1694,
28
+ "step": 30
29
+ },
30
+ {
31
+ "grad_norm": 0.279568612575531,
32
+ "learning_rate": 7.8e-06,
33
+ "loss": 1.1571,
34
+ "step": 40
35
+ },
36
+ {
37
+ "grad_norm": 0.43323907256126404,
38
+ "learning_rate": 9.800000000000001e-06,
39
+ "loss": 1.1533,
40
+ "step": 50
41
+ },
42
+ {
43
+ "grad_norm": 0.31671810150146484,
44
+ "learning_rate": 1.18e-05,
45
+ "loss": 1.1449,
46
+ "step": 60
47
+ },
48
+ {
49
+ "grad_norm": 0.3651115596294403,
50
+ "learning_rate": 1.3800000000000002e-05,
51
+ "loss": 1.1184,
52
+ "step": 70
53
+ },
54
+ {
55
+ "grad_norm": 0.44200313091278076,
56
+ "learning_rate": 1.58e-05,
57
+ "loss": 1.1275,
58
+ "step": 80
59
+ },
60
+ {
61
+ "grad_norm": 0.5552253723144531,
62
+ "learning_rate": 1.78e-05,
63
+ "loss": 1.1258,
64
+ "step": 90
65
+ },
66
+ {
67
+ "grad_norm": 0.3365529477596283,
68
+ "learning_rate": 1.9800000000000004e-05,
69
+ "loss": 1.1249,
70
+ "step": 100
71
+ },
72
+ {
73
+ "grad_norm": 0.3924192488193512,
74
+ "learning_rate": 2.18e-05,
75
+ "loss": 1.1179,
76
+ "step": 110
77
+ },
78
+ {
79
+ "grad_norm": 0.5948011875152588,
80
+ "learning_rate": 2.38e-05,
81
+ "loss": 1.1116,
82
+ "step": 120
83
+ },
84
+ {
85
+ "grad_norm": 0.3768727779388428,
86
+ "learning_rate": 2.58e-05,
87
+ "loss": 1.1039,
88
+ "step": 130
89
+ },
90
+ {
91
+ "grad_norm": 0.24624425172805786,
92
+ "learning_rate": 2.7800000000000005e-05,
93
+ "loss": 1.098,
94
+ "step": 140
95
+ },
96
+ {
97
+ "grad_norm": 0.3038891851902008,
98
+ "learning_rate": 2.98e-05,
99
+ "loss": 1.1183,
100
+ "step": 150
101
+ },
102
+ {
103
+ "grad_norm": 0.5524261593818665,
104
+ "learning_rate": 3.18e-05,
105
+ "loss": 1.1043,
106
+ "step": 160
107
+ },
108
+ {
109
+ "grad_norm": 0.4240923821926117,
110
+ "learning_rate": 3.38e-05,
111
+ "loss": 1.1116,
112
+ "step": 170
113
+ },
114
+ {
115
+ "grad_norm": 0.3693060874938965,
116
+ "learning_rate": 3.58e-05,
117
+ "loss": 1.1087,
118
+ "step": 180
119
+ },
120
+ {
121
+ "grad_norm": 0.7437363266944885,
122
+ "learning_rate": 3.7800000000000004e-05,
123
+ "loss": 1.0929,
124
+ "step": 190
125
+ },
126
+ {
127
+ "grad_norm": 0.5727037787437439,
128
+ "learning_rate": 3.9800000000000005e-05,
129
+ "loss": 1.0779,
130
+ "step": 200
131
+ },
132
+ {
133
+ "grad_norm": 0.6432830095291138,
134
+ "learning_rate": 4.18e-05,
135
+ "loss": 1.0419,
136
+ "step": 210
137
+ },
138
+ {
139
+ "grad_norm": 0.7623288035392761,
140
+ "learning_rate": 4.38e-05,
141
+ "loss": 1.0195,
142
+ "step": 220
143
+ },
144
+ {
145
+ "grad_norm": 0.9106892347335815,
146
+ "learning_rate": 4.58e-05,
147
+ "loss": 1.0032,
148
+ "step": 230
149
+ },
150
+ {
151
+ "grad_norm": 0.6734551787376404,
152
+ "learning_rate": 4.78e-05,
153
+ "loss": 0.9891,
154
+ "step": 240
155
+ },
156
+ {
157
+ "eval/loss": 0.9483568727970123,
158
+ "step": 250
159
+ },
160
+ {
161
+ "grad_norm": 0.8862823843955994,
162
+ "learning_rate": 4.9800000000000004e-05,
163
+ "loss": 0.9565,
164
+ "step": 250
165
+ },
166
+ {
167
+ "grad_norm": 0.8855322003364563,
168
+ "learning_rate": 5.1800000000000005e-05,
169
+ "loss": 0.9401,
170
+ "step": 260
171
+ },
172
+ {
173
+ "grad_norm": 0.6994087100028992,
174
+ "learning_rate": 5.380000000000001e-05,
175
+ "loss": 0.9177,
176
+ "step": 270
177
+ },
178
+ {
179
+ "grad_norm": 0.8596734404563904,
180
+ "learning_rate": 5.580000000000001e-05,
181
+ "loss": 0.8871,
182
+ "step": 280
183
+ },
184
+ {
185
+ "grad_norm": 0.7085843682289124,
186
+ "learning_rate": 5.7799999999999995e-05,
187
+ "loss": 0.8865,
188
+ "step": 290
189
+ },
190
+ {
191
+ "grad_norm": 0.7338278889656067,
192
+ "learning_rate": 5.9800000000000003e-05,
193
+ "loss": 0.8617,
194
+ "step": 300
195
+ },
196
+ {
197
+ "grad_norm": 1.1336745023727417,
198
+ "learning_rate": 6.18e-05,
199
+ "loss": 0.8596,
200
+ "step": 310
201
+ },
202
+ {
203
+ "grad_norm": 0.7997697591781616,
204
+ "learning_rate": 6.38e-05,
205
+ "loss": 0.8446,
206
+ "step": 320
207
+ },
208
+ {
209
+ "grad_norm": 0.797099232673645,
210
+ "learning_rate": 6.58e-05,
211
+ "loss": 0.837,
212
+ "step": 330
213
+ },
214
+ {
215
+ "grad_norm": 0.9630879759788513,
216
+ "learning_rate": 6.780000000000001e-05,
217
+ "loss": 0.8112,
218
+ "step": 340
219
+ },
220
+ {
221
+ "grad_norm": 1.303208589553833,
222
+ "learning_rate": 6.98e-05,
223
+ "loss": 0.8131,
224
+ "step": 350
225
+ },
226
+ {
227
+ "grad_norm": 1.0860744714736938,
228
+ "learning_rate": 7.18e-05,
229
+ "loss": 0.8073,
230
+ "step": 360
231
+ },
232
+ {
233
+ "grad_norm": 0.9043018221855164,
234
+ "learning_rate": 7.38e-05,
235
+ "loss": 0.8007,
236
+ "step": 370
237
+ },
238
+ {
239
+ "grad_norm": 0.8608036041259766,
240
+ "learning_rate": 7.58e-05,
241
+ "loss": 0.793,
242
+ "step": 380
243
+ },
244
+ {
245
+ "grad_norm": 1.2061337232589722,
246
+ "learning_rate": 7.780000000000001e-05,
247
+ "loss": 0.7669,
248
+ "step": 390
249
+ },
250
+ {
251
+ "grad_norm": 0.7855536341667175,
252
+ "learning_rate": 7.98e-05,
253
+ "loss": 0.7702,
254
+ "step": 400
255
+ },
256
+ {
257
+ "grad_norm": 0.7040292620658875,
258
+ "learning_rate": 8.18e-05,
259
+ "loss": 0.7713,
260
+ "step": 410
261
+ },
262
+ {
263
+ "grad_norm": 0.7931767106056213,
264
+ "learning_rate": 8.38e-05,
265
+ "loss": 0.7545,
266
+ "step": 420
267
+ },
268
+ {
269
+ "grad_norm": 0.7801165580749512,
270
+ "learning_rate": 8.58e-05,
271
+ "loss": 0.7419,
272
+ "step": 430
273
+ },
274
+ {
275
+ "grad_norm": 0.8844775557518005,
276
+ "learning_rate": 8.78e-05,
277
+ "loss": 0.7437,
278
+ "step": 440
279
+ },
280
+ {
281
+ "grad_norm": 0.9408592581748962,
282
+ "learning_rate": 8.98e-05,
283
+ "loss": 0.719,
284
+ "step": 450
285
+ },
286
+ {
287
+ "grad_norm": 1.0986884832382202,
288
+ "learning_rate": 9.180000000000001e-05,
289
+ "loss": 0.7393,
290
+ "step": 460
291
+ },
292
+ {
293
+ "grad_norm": 0.7132677435874939,
294
+ "learning_rate": 9.38e-05,
295
+ "loss": 0.7328,
296
+ "step": 470
297
+ },
298
+ {
299
+ "grad_norm": 0.8457934856414795,
300
+ "learning_rate": 9.58e-05,
301
+ "loss": 0.7285,
302
+ "step": 480
303
+ },
304
+ {
305
+ "grad_norm": 0.8056934475898743,
306
+ "learning_rate": 9.78e-05,
307
+ "loss": 0.6974,
308
+ "step": 490
309
+ },
310
+ {
311
+ "eval/loss": 0.7051396405696869,
312
+ "step": 500
313
+ },
314
+ {
315
+ "grad_norm": 0.7358251214027405,
316
+ "learning_rate": 9.98e-05,
317
+ "loss": 0.7045,
318
+ "step": 500
319
+ },
320
+ {
321
+ "grad_norm": 0.7621918320655823,
322
+ "learning_rate": 9.9999778549206e-05,
323
+ "loss": 0.7006,
324
+ "step": 510
325
+ },
326
+ {
327
+ "grad_norm": 0.7946559190750122,
328
+ "learning_rate": 9.999901304280685e-05,
329
+ "loss": 0.7058,
330
+ "step": 520
331
+ },
332
+ {
333
+ "grad_norm": 0.7282401323318481,
334
+ "learning_rate": 9.999770075521164e-05,
335
+ "loss": 0.7028,
336
+ "step": 530
337
+ },
338
+ {
339
+ "grad_norm": 0.8195558786392212,
340
+ "learning_rate": 9.99958417007713e-05,
341
+ "loss": 0.6907,
342
+ "step": 540
343
+ },
344
+ {
345
+ "grad_norm": 0.7697458863258362,
346
+ "learning_rate": 9.999343589981615e-05,
347
+ "loss": 0.6736,
348
+ "step": 550
349
+ },
350
+ {
351
+ "grad_norm": 0.8372205495834351,
352
+ "learning_rate": 9.999048337865568e-05,
353
+ "loss": 0.6946,
354
+ "step": 560
355
+ },
356
+ {
357
+ "grad_norm": 0.7512030601501465,
358
+ "learning_rate": 9.998698416957815e-05,
359
+ "loss": 0.6724,
360
+ "step": 570
361
+ },
362
+ {
363
+ "grad_norm": 0.6948479413986206,
364
+ "learning_rate": 9.998293831085037e-05,
365
+ "loss": 0.6794,
366
+ "step": 580
367
+ },
368
+ {
369
+ "grad_norm": 0.8155792951583862,
370
+ "learning_rate": 9.997834584671719e-05,
371
+ "loss": 0.6794,
372
+ "step": 590
373
+ },
374
+ {
375
+ "grad_norm": 0.7938534617424011,
376
+ "learning_rate": 9.997320682740107e-05,
377
+ "loss": 0.6785,
378
+ "step": 600
379
+ },
380
+ {
381
+ "grad_norm": 1.145626187324524,
382
+ "learning_rate": 9.996752130910149e-05,
383
+ "loss": 0.6651,
384
+ "step": 610
385
+ },
386
+ {
387
+ "grad_norm": 0.9207320213317871,
388
+ "learning_rate": 9.99612893539944e-05,
389
+ "loss": 0.6574,
390
+ "step": 620
391
+ },
392
+ {
393
+ "grad_norm": 0.9522314667701721,
394
+ "learning_rate": 9.995451103023144e-05,
395
+ "loss": 0.6537,
396
+ "step": 630
397
+ },
398
+ {
399
+ "grad_norm": 1.0301637649536133,
400
+ "learning_rate": 9.994718641193928e-05,
401
+ "loss": 0.6349,
402
+ "step": 640
403
+ },
404
+ {
405
+ "grad_norm": 0.8331605195999146,
406
+ "learning_rate": 9.993931557921874e-05,
407
+ "loss": 0.6512,
408
+ "step": 650
409
+ },
410
+ {
411
+ "grad_norm": 0.8266019225120544,
412
+ "learning_rate": 9.993089861814402e-05,
413
+ "loss": 0.6331,
414
+ "step": 660
415
+ },
416
+ {
417
+ "grad_norm": 1.0271166563034058,
418
+ "learning_rate": 9.992193562076166e-05,
419
+ "loss": 0.6369,
420
+ "step": 670
421
+ },
422
+ {
423
+ "grad_norm": 0.7763676643371582,
424
+ "learning_rate": 9.991242668508954e-05,
425
+ "loss": 0.6464,
426
+ "step": 680
427
+ },
428
+ {
429
+ "grad_norm": 0.9032822251319885,
430
+ "learning_rate": 9.990237191511587e-05,
431
+ "loss": 0.6167,
432
+ "step": 690
433
+ },
434
+ {
435
+ "grad_norm": 0.7536276578903198,
436
+ "learning_rate": 9.989177142079802e-05,
437
+ "loss": 0.6234,
438
+ "step": 700
439
+ },
440
+ {
441
+ "grad_norm": 0.7976689338684082,
442
+ "learning_rate": 9.988062531806126e-05,
443
+ "loss": 0.6182,
444
+ "step": 710
445
+ },
446
+ {
447
+ "grad_norm": 0.8874609470367432,
448
+ "learning_rate": 9.986893372879762e-05,
449
+ "loss": 0.6194,
450
+ "step": 720
451
+ },
452
+ {
453
+ "grad_norm": 0.8329346179962158,
454
+ "learning_rate": 9.985669678086443e-05,
455
+ "loss": 0.622,
456
+ "step": 730
457
+ },
458
+ {
459
+ "grad_norm": 1.1681642532348633,
460
+ "learning_rate": 9.984391460808298e-05,
461
+ "loss": 0.6179,
462
+ "step": 740
463
+ },
464
+ {
465
+ "eval/loss": 0.6140390932559967,
466
+ "step": 750
467
+ },
468
+ {
469
+ "grad_norm": 0.7663777470588684,
470
+ "learning_rate": 9.983058735023709e-05,
471
+ "loss": 0.6225,
472
+ "step": 750
473
+ },
474
+ {
475
+ "grad_norm": 1.088477611541748,
476
+ "learning_rate": 9.98167151530715e-05,
477
+ "loss": 0.6143,
478
+ "step": 760
479
+ },
480
+ {
481
+ "grad_norm": 0.681723415851593,
482
+ "learning_rate": 9.980229816829034e-05,
483
+ "loss": 0.5978,
484
+ "step": 770
485
+ },
486
+ {
487
+ "grad_norm": 0.8217130303382874,
488
+ "learning_rate": 9.978733655355544e-05,
489
+ "loss": 0.61,
490
+ "step": 780
491
+ },
492
+ {
493
+ "grad_norm": 0.7286795377731323,
494
+ "learning_rate": 9.977183047248464e-05,
495
+ "loss": 0.6067,
496
+ "step": 790
497
+ },
498
+ {
499
+ "grad_norm": 0.6988299489021301,
500
+ "learning_rate": 9.975578009464992e-05,
501
+ "loss": 0.5884,
502
+ "step": 800
503
+ },
504
+ {
505
+ "grad_norm": 1.0712876319885254,
506
+ "learning_rate": 9.97391855955757e-05,
507
+ "loss": 0.5876,
508
+ "step": 810
509
+ },
510
+ {
511
+ "grad_norm": 0.7668588161468506,
512
+ "learning_rate": 9.972204715673669e-05,
513
+ "loss": 0.6029,
514
+ "step": 820
515
+ },
516
+ {
517
+ "grad_norm": 0.9838575720787048,
518
+ "learning_rate": 9.970436496555617e-05,
519
+ "loss": 0.5796,
520
+ "step": 830
521
+ },
522
+ {
523
+ "grad_norm": 0.8770014047622681,
524
+ "learning_rate": 9.968613921540373e-05,
525
+ "loss": 0.5831,
526
+ "step": 840
527
+ },
528
+ {
529
+ "grad_norm": 0.935934841632843,
530
+ "learning_rate": 9.966737010559326e-05,
531
+ "loss": 0.5828,
532
+ "step": 850
533
+ },
534
+ {
535
+ "grad_norm": 0.8480046391487122,
536
+ "learning_rate": 9.964805784138072e-05,
537
+ "loss": 0.5872,
538
+ "step": 860
539
+ },
540
+ {
541
+ "grad_norm": 0.7544788122177124,
542
+ "learning_rate": 9.962820263396195e-05,
543
+ "loss": 0.5963,
544
+ "step": 870
545
+ },
546
+ {
547
+ "grad_norm": 0.9721704125404358,
548
+ "learning_rate": 9.960780470047033e-05,
549
+ "loss": 0.5789,
550
+ "step": 880
551
+ },
552
+ {
553
+ "grad_norm": 0.7874745726585388,
554
+ "learning_rate": 9.958686426397437e-05,
555
+ "loss": 0.5674,
556
+ "step": 890
557
+ },
558
+ {
559
+ "grad_norm": 0.9333078861236572,
560
+ "learning_rate": 9.956538155347534e-05,
561
+ "loss": 0.5837,
562
+ "step": 900
563
+ },
564
+ {
565
+ "grad_norm": 0.8755942583084106,
566
+ "learning_rate": 9.95433568039047e-05,
567
+ "loss": 0.5892,
568
+ "step": 910
569
+ },
570
+ {
571
+ "grad_norm": 0.914348304271698,
572
+ "learning_rate": 9.952079025612162e-05,
573
+ "loss": 0.5908,
574
+ "step": 920
575
+ },
576
+ {
577
+ "grad_norm": 0.7876885533332825,
578
+ "learning_rate": 9.949768215691022e-05,
579
+ "loss": 0.5838,
580
+ "step": 930
581
+ },
582
+ {
583
+ "grad_norm": 0.7325435280799866,
584
+ "learning_rate": 9.9474032758977e-05,
585
+ "loss": 0.5608,
586
+ "step": 940
587
+ },
588
+ {
589
+ "grad_norm": 0.6841356754302979,
590
+ "learning_rate": 9.944984232094794e-05,
591
+ "loss": 0.544,
592
+ "step": 950
593
+ },
594
+ {
595
+ "grad_norm": 1.0104835033416748,
596
+ "learning_rate": 9.942511110736584e-05,
597
+ "loss": 0.5795,
598
+ "step": 960
599
+ },
600
+ {
601
+ "grad_norm": 0.756842851638794,
602
+ "learning_rate": 9.939983938868726e-05,
603
+ "loss": 0.5541,
604
+ "step": 970
605
+ },
606
+ {
607
+ "grad_norm": 0.8415982127189636,
608
+ "learning_rate": 9.93740274412797e-05,
609
+ "loss": 0.5495,
610
+ "step": 980
611
+ },
612
+ {
613
+ "grad_norm": 0.9179241061210632,
614
+ "learning_rate": 9.934767554741846e-05,
615
+ "loss": 0.569,
616
+ "step": 990
617
+ },
618
+ {
619
+ "eval/loss": 0.5366230100393296,
620
+ "step": 1000
621
+ },
622
+ {
623
+ "grad_norm": 0.8125057220458984,
624
+ "learning_rate": 9.932078399528361e-05,
625
+ "loss": 0.5625,
626
+ "step": 1000
627
+ },
628
+ {
629
+ "grad_norm": 0.9515894651412964,
630
+ "learning_rate": 9.929335307895689e-05,
631
+ "loss": 0.5586,
632
+ "step": 1010
633
+ },
634
+ {
635
+ "grad_norm": 0.8592225909233093,
636
+ "learning_rate": 9.926538309841839e-05,
637
+ "loss": 0.5423,
638
+ "step": 1020
639
+ },
640
+ {
641
+ "grad_norm": 0.9244703054428101,
642
+ "learning_rate": 9.923687435954334e-05,
643
+ "loss": 0.5434,
644
+ "step": 1030
645
+ },
646
+ {
647
+ "grad_norm": 0.9668888449668884,
648
+ "learning_rate": 9.920782717409873e-05,
649
+ "loss": 0.5401,
650
+ "step": 1040
651
+ },
652
+ {
653
+ "grad_norm": 0.7562168836593628,
654
+ "learning_rate": 9.917824185973994e-05,
655
+ "loss": 0.5231,
656
+ "step": 1050
657
+ },
658
+ {
659
+ "grad_norm": 0.6973814368247986,
660
+ "learning_rate": 9.914811874000723e-05,
661
+ "loss": 0.527,
662
+ "step": 1060
663
+ },
664
+ {
665
+ "grad_norm": 0.959357500076294,
666
+ "learning_rate": 9.911745814432218e-05,
667
+ "loss": 0.5114,
668
+ "step": 1070
669
+ },
670
+ {
671
+ "grad_norm": 0.8211817741394043,
672
+ "learning_rate": 9.90862604079842e-05,
673
+ "loss": 0.5138,
674
+ "step": 1080
675
+ },
676
+ {
677
+ "grad_norm": 0.8965429663658142,
678
+ "learning_rate": 9.90545258721667e-05,
679
+ "loss": 0.5104,
680
+ "step": 1090
681
+ },
682
+ {
683
+ "grad_norm": 0.9305912852287292,
684
+ "learning_rate": 9.90222548839135e-05,
685
+ "loss": 0.5073,
686
+ "step": 1100
687
+ },
688
+ {
689
+ "grad_norm": 0.7826094627380371,
690
+ "learning_rate": 9.898944779613495e-05,
691
+ "loss": 0.5068,
692
+ "step": 1110
693
+ },
694
+ {
695
+ "grad_norm": 0.9407208561897278,
696
+ "learning_rate": 9.89561049676041e-05,
697
+ "loss": 0.5091,
698
+ "step": 1120
699
+ },
700
+ {
701
+ "grad_norm": 0.9975925087928772,
702
+ "learning_rate": 9.89222267629528e-05,
703
+ "loss": 0.4983,
704
+ "step": 1130
705
+ },
706
+ {
707
+ "grad_norm": 0.8524509072303772,
708
+ "learning_rate": 9.888781355266763e-05,
709
+ "loss": 0.4989,
710
+ "step": 1140
711
+ },
712
+ {
713
+ "grad_norm": 0.9640136957168579,
714
+ "learning_rate": 9.885286571308598e-05,
715
+ "loss": 0.5124,
716
+ "step": 1150
717
+ },
718
+ {
719
+ "grad_norm": 0.8477168083190918,
720
+ "learning_rate": 9.881738362639182e-05,
721
+ "loss": 0.4945,
722
+ "step": 1160
723
+ },
724
+ {
725
+ "grad_norm": 1.033988356590271,
726
+ "learning_rate": 9.878136768061154e-05,
727
+ "loss": 0.4827,
728
+ "step": 1170
729
+ },
730
+ {
731
+ "grad_norm": 0.9084174633026123,
732
+ "learning_rate": 9.874481826960979e-05,
733
+ "loss": 0.478,
734
+ "step": 1180
735
+ },
736
+ {
737
+ "grad_norm": 0.8890127539634705,
738
+ "learning_rate": 9.870773579308503e-05,
739
+ "loss": 0.4874,
740
+ "step": 1190
741
+ },
742
+ {
743
+ "grad_norm": 0.936534583568573,
744
+ "learning_rate": 9.867012065656533e-05,
745
+ "loss": 0.4648,
746
+ "step": 1200
747
+ },
748
+ {
749
+ "grad_norm": 0.7788175344467163,
750
+ "learning_rate": 9.863197327140376e-05,
751
+ "loss": 0.4771,
752
+ "step": 1210
753
+ },
754
+ {
755
+ "grad_norm": 0.7344397902488708,
756
+ "learning_rate": 9.859329405477403e-05,
757
+ "loss": 0.4759,
758
+ "step": 1220
759
+ },
760
+ {
761
+ "grad_norm": 0.9831973910331726,
762
+ "learning_rate": 9.855408342966585e-05,
763
+ "loss": 0.4582,
764
+ "step": 1230
765
+ },
766
+ {
767
+ "grad_norm": 0.7773613929748535,
768
+ "learning_rate": 9.851434182488033e-05,
769
+ "loss": 0.4693,
770
+ "step": 1240
771
+ },
772
+ {
773
+ "eval/loss": 0.45862768292427064,
774
+ "step": 1250
775
+ },
776
+ {
777
+ "grad_norm": 0.7989398241043091,
778
+ "learning_rate": 9.84740696750253e-05,
779
+ "loss": 0.4781,
780
+ "step": 1250
781
+ },
782
+ {
783
+ "grad_norm": 0.8139141201972961,
784
+ "learning_rate": 9.843326742051055e-05,
785
+ "loss": 0.4516,
786
+ "step": 1260
787
+ },
788
+ {
789
+ "grad_norm": 0.9229570031166077,
790
+ "learning_rate": 9.839193550754297e-05,
791
+ "loss": 0.4651,
792
+ "step": 1270
793
+ },
794
+ {
795
+ "grad_norm": 1.2144124507904053,
796
+ "learning_rate": 9.835007438812177e-05,
797
+ "loss": 0.4733,
798
+ "step": 1280
799
+ },
800
+ {
801
+ "grad_norm": 0.951970100402832,
802
+ "learning_rate": 9.830768452003341e-05,
803
+ "loss": 0.4698,
804
+ "step": 1290
805
+ },
806
+ {
807
+ "grad_norm": 1.0694864988327026,
808
+ "learning_rate": 9.826476636684671e-05,
809
+ "loss": 0.4578,
810
+ "step": 1300
811
+ },
812
+ {
813
+ "grad_norm": 0.8484354019165039,
814
+ "learning_rate": 9.822132039790773e-05,
815
+ "loss": 0.466,
816
+ "step": 1310
817
+ },
818
+ {
819
+ "grad_norm": 0.8231856226921082,
820
+ "learning_rate": 9.817734708833461e-05,
821
+ "loss": 0.4316,
822
+ "step": 1320
823
+ },
824
+ {
825
+ "grad_norm": 0.9760980606079102,
826
+ "learning_rate": 9.813284691901243e-05,
827
+ "loss": 0.4522,
828
+ "step": 1330
829
+ },
830
+ {
831
+ "grad_norm": 0.9553073644638062,
832
+ "learning_rate": 9.808782037658792e-05,
833
+ "loss": 0.453,
834
+ "step": 1340
835
+ },
836
+ {
837
+ "grad_norm": 0.9428948760032654,
838
+ "learning_rate": 9.804226795346411e-05,
839
+ "loss": 0.427,
840
+ "step": 1350
841
+ },
842
+ {
843
+ "grad_norm": 0.9390555620193481,
844
+ "learning_rate": 9.799619014779503e-05,
845
+ "loss": 0.4177,
846
+ "step": 1360
847
+ },
848
+ {
849
+ "grad_norm": 1.0052635669708252,
850
+ "learning_rate": 9.794958746348013e-05,
851
+ "loss": 0.4445,
852
+ "step": 1370
853
+ },
854
+ {
855
+ "grad_norm": 0.8766794800758362,
856
+ "learning_rate": 9.790246041015896e-05,
857
+ "loss": 0.439,
858
+ "step": 1380
859
+ },
860
+ {
861
+ "grad_norm": 1.072033405303955,
862
+ "learning_rate": 9.785480950320538e-05,
863
+ "loss": 0.4313,
864
+ "step": 1390
865
+ },
866
+ {
867
+ "grad_norm": 0.9433143734931946,
868
+ "learning_rate": 9.78066352637221e-05,
869
+ "loss": 0.4323,
870
+ "step": 1400
871
+ },
872
+ {
873
+ "grad_norm": 0.9185171723365784,
874
+ "learning_rate": 9.775793821853488e-05,
875
+ "loss": 0.4224,
876
+ "step": 1410
877
+ },
878
+ {
879
+ "grad_norm": 1.4804445505142212,
880
+ "learning_rate": 9.77087189001868e-05,
881
+ "loss": 0.4136,
882
+ "step": 1420
883
+ },
884
+ {
885
+ "grad_norm": 0.8452776670455933,
886
+ "learning_rate": 9.765897784693243e-05,
887
+ "loss": 0.4152,
888
+ "step": 1430
889
+ },
890
+ {
891
+ "grad_norm": 0.9437452554702759,
892
+ "learning_rate": 9.760871560273197e-05,
893
+ "loss": 0.4121,
894
+ "step": 1440
895
+ },
896
+ {
897
+ "grad_norm": 0.9407142400741577,
898
+ "learning_rate": 9.755793271724526e-05,
899
+ "loss": 0.4032,
900
+ "step": 1450
901
+ },
902
+ {
903
+ "grad_norm": 1.034866213798523,
904
+ "learning_rate": 9.750662974582584e-05,
905
+ "loss": 0.418,
906
+ "step": 1460
907
+ },
908
+ {
909
+ "grad_norm": 0.8009440302848816,
910
+ "learning_rate": 9.745480724951473e-05,
911
+ "loss": 0.4,
912
+ "step": 1470
913
+ },
914
+ {
915
+ "grad_norm": 0.9475518465042114,
916
+ "learning_rate": 9.740246579503447e-05,
917
+ "loss": 0.3896,
918
+ "step": 1480
919
+ },
920
+ {
921
+ "grad_norm": 0.9906937479972839,
922
+ "learning_rate": 9.734960595478284e-05,
923
+ "loss": 0.3797,
924
+ "step": 1490
925
+ },
926
+ {
927
+ "eval/loss": 0.3839936423301697,
928
+ "step": 1500
929
+ },
930
+ {
931
+ "grad_norm": 0.9057230949401855,
932
+ "learning_rate": 9.729622830682657e-05,
933
+ "loss": 0.4033,
934
+ "step": 1500
935
+ },
936
+ {
937
+ "grad_norm": 1.2511104345321655,
938
+ "learning_rate": 9.724233343489504e-05,
939
+ "loss": 0.3957,
940
+ "step": 1510
941
+ },
942
+ {
943
+ "grad_norm": 0.9278829097747803,
944
+ "learning_rate": 9.718792192837396e-05,
945
+ "loss": 0.4016,
946
+ "step": 1520
947
+ },
948
+ {
949
+ "grad_norm": 0.893507719039917,
950
+ "learning_rate": 9.713299438229886e-05,
951
+ "loss": 0.3875,
952
+ "step": 1530
953
+ },
954
+ {
955
+ "grad_norm": 0.9839492440223694,
956
+ "learning_rate": 9.707755139734855e-05,
957
+ "loss": 0.3942,
958
+ "step": 1540
959
+ },
960
+ {
961
+ "grad_norm": 0.9847416877746582,
962
+ "learning_rate": 9.702159357983866e-05,
963
+ "loss": 0.4019,
964
+ "step": 1550
965
+ },
966
+ {
967
+ "grad_norm": 0.9709538817405701,
968
+ "learning_rate": 9.696512154171492e-05,
969
+ "loss": 0.392,
970
+ "step": 1560
971
+ },
972
+ {
973
+ "grad_norm": 0.856467068195343,
974
+ "learning_rate": 9.690813590054645e-05,
975
+ "loss": 0.364,
976
+ "step": 1570
977
+ },
978
+ {
979
+ "grad_norm": 0.8411120772361755,
980
+ "learning_rate": 9.685063727951914e-05,
981
+ "loss": 0.3697,
982
+ "step": 1580
983
+ },
984
+ {
985
+ "grad_norm": 0.7915524244308472,
986
+ "learning_rate": 9.679262630742865e-05,
987
+ "loss": 0.3483,
988
+ "step": 1590
989
+ },
990
+ {
991
+ "grad_norm": 1.0969499349594116,
992
+ "learning_rate": 9.673410361867373e-05,
993
+ "loss": 0.3561,
994
+ "step": 1600
995
+ },
996
+ {
997
+ "grad_norm": 1.0488473176956177,
998
+ "learning_rate": 9.667506985324909e-05,
999
+ "loss": 0.3883,
1000
+ "step": 1610
1001
+ },
1002
+ {
1003
+ "grad_norm": 0.7647603154182434,
1004
+ "learning_rate": 9.661552565673855e-05,
1005
+ "loss": 0.3605,
1006
+ "step": 1620
1007
+ },
1008
+ {
1009
+ "grad_norm": 0.9906419515609741,
1010
+ "learning_rate": 9.655547168030789e-05,
1011
+ "loss": 0.3428,
1012
+ "step": 1630
1013
+ },
1014
+ {
1015
+ "grad_norm": 0.8446850180625916,
1016
+ "learning_rate": 9.649490858069777e-05,
1017
+ "loss": 0.3647,
1018
+ "step": 1640
1019
+ },
1020
+ {
1021
+ "grad_norm": 1.0439382791519165,
1022
+ "learning_rate": 9.643383702021658e-05,
1023
+ "loss": 0.3334,
1024
+ "step": 1650
1025
+ },
1026
+ {
1027
+ "grad_norm": 0.9220156669616699,
1028
+ "learning_rate": 9.637225766673307e-05,
1029
+ "loss": 0.3786,
1030
+ "step": 1660
1031
+ },
1032
+ {
1033
+ "grad_norm": 0.9172224998474121,
1034
+ "learning_rate": 9.631017119366922e-05,
1035
+ "loss": 0.3324,
1036
+ "step": 1670
1037
+ },
1038
+ {
1039
+ "grad_norm": 1.1384994983673096,
1040
+ "learning_rate": 9.624757827999273e-05,
1041
+ "loss": 0.3499,
1042
+ "step": 1680
1043
+ },
1044
+ {
1045
+ "grad_norm": 0.9601126909255981,
1046
+ "learning_rate": 9.618447961020971e-05,
1047
+ "loss": 0.3232,
1048
+ "step": 1690
1049
+ },
1050
+ {
1051
+ "grad_norm": 1.112043857574463,
1052
+ "learning_rate": 9.612087587435707e-05,
1053
+ "loss": 0.3381,
1054
+ "step": 1700
1055
+ },
1056
+ {
1057
+ "grad_norm": 1.0856786966323853,
1058
+ "learning_rate": 9.605676776799508e-05,
1059
+ "loss": 0.3576,
1060
+ "step": 1710
1061
+ },
1062
+ {
1063
+ "grad_norm": 1.177982211112976,
1064
+ "learning_rate": 9.599215599219973e-05,
1065
+ "loss": 0.3251,
1066
+ "step": 1720
1067
+ },
1068
+ {
1069
+ "grad_norm": 1.0804262161254883,
1070
+ "learning_rate": 9.592704125355505e-05,
1071
+ "loss": 0.3118,
1072
+ "step": 1730
1073
+ },
1074
+ {
1075
+ "grad_norm": 1.109397530555725,
1076
+ "learning_rate": 9.586142426414538e-05,
1077
+ "loss": 0.3224,
1078
+ "step": 1740
1079
+ },
1080
+ {
1081
+ "eval/loss": 0.3135662466287613,
1082
+ "step": 1750
1083
+ },
1084
+ {
1085
+ "grad_norm": 0.8143112659454346,
1086
+ "learning_rate": 9.57953057415476e-05,
1087
+ "loss": 0.3219,
1088
+ "step": 1750
1089
+ },
1090
+ {
1091
+ "grad_norm": 1.075909972190857,
1092
+ "learning_rate": 9.572868640882328e-05,
1093
+ "loss": 0.3365,
1094
+ "step": 1760
1095
+ },
1096
+ {
1097
+ "grad_norm": 1.0702075958251953,
1098
+ "learning_rate": 9.56615669945108e-05,
1099
+ "loss": 0.2947,
1100
+ "step": 1770
1101
+ },
1102
+ {
1103
+ "grad_norm": 0.82491534948349,
1104
+ "learning_rate": 9.55939482326173e-05,
1105
+ "loss": 0.3039,
1106
+ "step": 1780
1107
+ },
1108
+ {
1109
+ "grad_norm": 1.2845618724822998,
1110
+ "learning_rate": 9.552583086261069e-05,
1111
+ "loss": 0.2975,
1112
+ "step": 1790
1113
+ },
1114
+ {
1115
+ "grad_norm": 1.335937738418579,
1116
+ "learning_rate": 9.545721562941168e-05,
1117
+ "loss": 0.3152,
1118
+ "step": 1800
1119
+ },
1120
+ {
1121
+ "grad_norm": 0.8990812301635742,
1122
+ "learning_rate": 9.538810328338543e-05,
1123
+ "loss": 0.2936,
1124
+ "step": 1810
1125
+ },
1126
+ {
1127
+ "grad_norm": 1.1800341606140137,
1128
+ "learning_rate": 9.531849458033349e-05,
1129
+ "loss": 0.2922,
1130
+ "step": 1820
1131
+ },
1132
+ {
1133
+ "grad_norm": 1.051785945892334,
1134
+ "learning_rate": 9.524839028148547e-05,
1135
+ "loss": 0.3025,
1136
+ "step": 1830
1137
+ },
1138
+ {
1139
+ "grad_norm": 1.2061504125595093,
1140
+ "learning_rate": 9.517779115349077e-05,
1141
+ "loss": 0.277,
1142
+ "step": 1840
1143
+ },
1144
+ {
1145
+ "grad_norm": 0.9401715397834778,
1146
+ "learning_rate": 9.510669796841014e-05,
1147
+ "loss": 0.2793,
1148
+ "step": 1850
1149
+ },
1150
+ {
1151
+ "grad_norm": 1.1173608303070068,
1152
+ "learning_rate": 9.503511150370727e-05,
1153
+ "loss": 0.2738,
1154
+ "step": 1860
1155
+ },
1156
+ {
1157
+ "grad_norm": 1.2399342060089111,
1158
+ "learning_rate": 9.496303254224024e-05,
1159
+ "loss": 0.2599,
1160
+ "step": 1870
1161
+ },
1162
+ {
1163
+ "grad_norm": 0.9564872980117798,
1164
+ "learning_rate": 9.489046187225306e-05,
1165
+ "loss": 0.269,
1166
+ "step": 1880
1167
+ },
1168
+ {
1169
+ "grad_norm": 1.0643640756607056,
1170
+ "learning_rate": 9.481740028736692e-05,
1171
+ "loss": 0.2661,
1172
+ "step": 1890
1173
+ },
1174
+ {
1175
+ "grad_norm": 0.8369889855384827,
1176
+ "learning_rate": 9.474384858657164e-05,
1177
+ "loss": 0.2823,
1178
+ "step": 1900
1179
+ },
1180
+ {
1181
+ "grad_norm": 1.0115993022918701,
1182
+ "learning_rate": 9.466980757421679e-05,
1183
+ "loss": 0.2491,
1184
+ "step": 1910
1185
+ },
1186
+ {
1187
+ "grad_norm": 0.8186662197113037,
1188
+ "learning_rate": 9.459527806000305e-05,
1189
+ "loss": 0.2503,
1190
+ "step": 1920
1191
+ },
1192
+ {
1193
+ "grad_norm": 1.0530577898025513,
1194
+ "learning_rate": 9.452026085897325e-05,
1195
+ "loss": 0.2481,
1196
+ "step": 1930
1197
+ },
1198
+ {
1199
+ "grad_norm": 0.9877114295959473,
1200
+ "learning_rate": 9.444475679150348e-05,
1201
+ "loss": 0.2858,
1202
+ "step": 1940
1203
+ },
1204
+ {
1205
+ "grad_norm": 1.2159459590911865,
1206
+ "learning_rate": 9.436876668329411e-05,
1207
+ "loss": 0.2358,
1208
+ "step": 1950
1209
+ },
1210
+ {
1211
+ "grad_norm": 1.2078099250793457,
1212
+ "learning_rate": 9.429229136536079e-05,
1213
+ "loss": 0.2496,
1214
+ "step": 1960
1215
+ },
1216
+ {
1217
+ "grad_norm": 1.0169525146484375,
1218
+ "learning_rate": 9.421533167402534e-05,
1219
+ "loss": 0.2355,
1220
+ "step": 1970
1221
+ },
1222
+ {
1223
+ "grad_norm": 0.8852677345275879,
1224
+ "learning_rate": 9.413788845090666e-05,
1225
+ "loss": 0.2747,
1226
+ "step": 1980
1227
+ },
1228
+ {
1229
+ "grad_norm": 0.889837384223938,
1230
+ "learning_rate": 9.405996254291136e-05,
1231
+ "loss": 0.2432,
1232
+ "step": 1990
1233
+ },
1234
+ {
1235
+ "eval/loss": 0.24940221577882768,
1236
+ "step": 2000
1237
+ },
1238
+ {
1239
+ "grad_norm": 1.0552875995635986,
1240
+ "learning_rate": 9.398155480222474e-05,
1241
+ "loss": 0.2499,
1242
+ "step": 2000
1243
+ },
1244
+ {
1245
+ "grad_norm": 1.0169700384140015,
1246
+ "learning_rate": 9.390266608630128e-05,
1247
+ "loss": 0.2445,
1248
+ "step": 2010
1249
+ },
1250
+ {
1251
+ "grad_norm": 1.0074092149734497,
1252
+ "learning_rate": 9.38232972578553e-05,
1253
+ "loss": 0.2815,
1254
+ "step": 2020
1255
+ },
1256
+ {
1257
+ "grad_norm": 0.7891824841499329,
1258
+ "learning_rate": 9.374344918485164e-05,
1259
+ "loss": 0.2451,
1260
+ "step": 2030
1261
+ },
1262
+ {
1263
+ "grad_norm": 1.070995807647705,
1264
+ "learning_rate": 9.366312274049602e-05,
1265
+ "loss": 0.2451,
1266
+ "step": 2040
1267
+ },
1268
+ {
1269
+ "grad_norm": 1.061820149421692,
1270
+ "learning_rate": 9.358231880322554e-05,
1271
+ "loss": 0.2402,
1272
+ "step": 2050
1273
+ },
1274
+ {
1275
+ "grad_norm": 0.9319249987602234,
1276
+ "learning_rate": 9.350103825669916e-05,
1277
+ "loss": 0.2076,
1278
+ "step": 2060
1279
+ },
1280
+ {
1281
+ "grad_norm": 1.0968592166900635,
1282
+ "learning_rate": 9.341928198978787e-05,
1283
+ "loss": 0.2107,
1284
+ "step": 2070
1285
+ },
1286
+ {
1287
+ "grad_norm": 1.1328935623168945,
1288
+ "learning_rate": 9.333705089656512e-05,
1289
+ "loss": 0.2404,
1290
+ "step": 2080
1291
+ },
1292
+ {
1293
+ "grad_norm": 0.9278451800346375,
1294
+ "learning_rate": 9.325434587629698e-05,
1295
+ "loss": 0.2182,
1296
+ "step": 2090
1297
+ },
1298
+ {
1299
+ "grad_norm": 1.0966594219207764,
1300
+ "learning_rate": 9.31711678334323e-05,
1301
+ "loss": 0.2073,
1302
+ "step": 2100
1303
+ },
1304
+ {
1305
+ "grad_norm": 1.1040889024734497,
1306
+ "learning_rate": 9.308751767759282e-05,
1307
+ "loss": 0.2127,
1308
+ "step": 2110
1309
+ },
1310
+ {
1311
+ "grad_norm": 1.078241229057312,
1312
+ "learning_rate": 9.300339632356325e-05,
1313
+ "loss": 0.2117,
1314
+ "step": 2120
1315
+ },
1316
+ {
1317
+ "grad_norm": 0.823150634765625,
1318
+ "learning_rate": 9.291880469128124e-05,
1319
+ "loss": 0.1997,
1320
+ "step": 2130
1321
+ },
1322
+ {
1323
+ "grad_norm": 1.0198922157287598,
1324
+ "learning_rate": 9.283374370582732e-05,
1325
+ "loss": 0.2117,
1326
+ "step": 2140
1327
+ },
1328
+ {
1329
+ "grad_norm": 1.0626434087753296,
1330
+ "learning_rate": 9.274821429741482e-05,
1331
+ "loss": 0.2165,
1332
+ "step": 2150
1333
+ },
1334
+ {
1335
+ "grad_norm": 1.301125407218933,
1336
+ "learning_rate": 9.266221740137961e-05,
1337
+ "loss": 0.2239,
1338
+ "step": 2160
1339
+ },
1340
+ {
1341
+ "grad_norm": 0.8458558917045593,
1342
+ "learning_rate": 9.257575395817001e-05,
1343
+ "loss": 0.21,
1344
+ "step": 2170
1345
+ },
1346
+ {
1347
+ "grad_norm": 1.014033317565918,
1348
+ "learning_rate": 9.248882491333637e-05,
1349
+ "loss": 0.2004,
1350
+ "step": 2180
1351
+ },
1352
+ {
1353
+ "grad_norm": 0.8399479389190674,
1354
+ "learning_rate": 9.240143121752076e-05,
1355
+ "loss": 0.1954,
1356
+ "step": 2190
1357
+ },
1358
+ {
1359
+ "grad_norm": 0.8896646499633789,
1360
+ "learning_rate": 9.23135738264467e-05,
1361
+ "loss": 0.2041,
1362
+ "step": 2200
1363
+ },
1364
+ {
1365
+ "grad_norm": 0.8813541531562805,
1366
+ "learning_rate": 9.222525370090849e-05,
1367
+ "loss": 0.2122,
1368
+ "step": 2210
1369
+ },
1370
+ {
1371
+ "grad_norm": 1.1454514265060425,
1372
+ "learning_rate": 9.213647180676088e-05,
1373
+ "loss": 0.1819,
1374
+ "step": 2220
1375
+ },
1376
+ {
1377
+ "grad_norm": 0.8740575909614563,
1378
+ "learning_rate": 9.204722911490846e-05,
1379
+ "loss": 0.1911,
1380
+ "step": 2230
1381
+ },
1382
+ {
1383
+ "grad_norm": 1.2543132305145264,
1384
+ "learning_rate": 9.1957526601295e-05,
1385
+ "loss": 0.2159,
1386
+ "step": 2240
1387
+ },
1388
+ {
1389
+ "eval/loss": 0.20508012861013414,
1390
+ "step": 2250
1391
+ },
1392
+ {
1393
+ "grad_norm": 0.9959540963172913,
1394
+ "learning_rate": 9.186736524689281e-05,
1395
+ "loss": 0.1933,
1396
+ "step": 2250
1397
+ },
1398
+ {
1399
+ "grad_norm": 1.1042733192443848,
1400
+ "learning_rate": 9.177674603769204e-05,
1401
+ "loss": 0.175,
1402
+ "step": 2260
1403
+ },
1404
+ {
1405
+ "grad_norm": 1.072825312614441,
1406
+ "learning_rate": 9.168566996468983e-05,
1407
+ "loss": 0.2019,
1408
+ "step": 2270
1409
+ },
1410
+ {
1411
+ "grad_norm": 1.0621412992477417,
1412
+ "learning_rate": 9.159413802387951e-05,
1413
+ "loss": 0.1909,
1414
+ "step": 2280
1415
+ },
1416
+ {
1417
+ "grad_norm": 0.9369071125984192,
1418
+ "learning_rate": 9.150215121623974e-05,
1419
+ "loss": 0.1745,
1420
+ "step": 2290
1421
+ },
1422
+ {
1423
+ "grad_norm": 1.0990582704544067,
1424
+ "learning_rate": 9.140971054772349e-05,
1425
+ "loss": 0.1748,
1426
+ "step": 2300
1427
+ },
1428
+ {
1429
+ "grad_norm": 1.368462085723877,
1430
+ "learning_rate": 9.131681702924713e-05,
1431
+ "loss": 0.1735,
1432
+ "step": 2310
1433
+ },
1434
+ {
1435
+ "grad_norm": 0.9651881456375122,
1436
+ "learning_rate": 9.122347167667926e-05,
1437
+ "loss": 0.1704,
1438
+ "step": 2320
1439
+ },
1440
+ {
1441
+ "grad_norm": 1.1591694355010986,
1442
+ "learning_rate": 9.112967551082973e-05,
1443
+ "loss": 0.188,
1444
+ "step": 2330
1445
+ },
1446
+ {
1447
+ "grad_norm": 1.324039101600647,
1448
+ "learning_rate": 9.103542955743835e-05,
1449
+ "loss": 0.1817,
1450
+ "step": 2340
1451
+ },
1452
+ {
1453
+ "grad_norm": 1.2204004526138306,
1454
+ "learning_rate": 9.094073484716381e-05,
1455
+ "loss": 0.1676,
1456
+ "step": 2350
1457
+ },
1458
+ {
1459
+ "grad_norm": 1.1595203876495361,
1460
+ "learning_rate": 9.084559241557226e-05,
1461
+ "loss": 0.2055,
1462
+ "step": 2360
1463
+ },
1464
+ {
1465
+ "grad_norm": 0.8688874244689941,
1466
+ "learning_rate": 9.075000330312608e-05,
1467
+ "loss": 0.1841,
1468
+ "step": 2370
1469
+ },
1470
+ {
1471
+ "grad_norm": 1.3413269519805908,
1472
+ "learning_rate": 9.065396855517253e-05,
1473
+ "loss": 0.1625,
1474
+ "step": 2380
1475
+ },
1476
+ {
1477
+ "grad_norm": 0.9392638206481934,
1478
+ "learning_rate": 9.055748922193219e-05,
1479
+ "loss": 0.1871,
1480
+ "step": 2390
1481
+ },
1482
+ {
1483
+ "grad_norm": 0.8570424318313599,
1484
+ "learning_rate": 9.046056635848761e-05,
1485
+ "loss": 0.1804,
1486
+ "step": 2400
1487
+ },
1488
+ {
1489
+ "grad_norm": 0.9605122208595276,
1490
+ "learning_rate": 9.036320102477169e-05,
1491
+ "loss": 0.1691,
1492
+ "step": 2410
1493
+ },
1494
+ {
1495
+ "grad_norm": 1.0445197820663452,
1496
+ "learning_rate": 9.02653942855561e-05,
1497
+ "loss": 0.1551,
1498
+ "step": 2420
1499
+ },
1500
+ {
1501
+ "grad_norm": 1.0570682287216187,
1502
+ "learning_rate": 9.016714721043971e-05,
1503
+ "loss": 0.1552,
1504
+ "step": 2430
1505
+ },
1506
+ {
1507
+ "grad_norm": 0.9345755577087402,
1508
+ "learning_rate": 9.006846087383675e-05,
1509
+ "loss": 0.1598,
1510
+ "step": 2440
1511
+ },
1512
+ {
1513
+ "grad_norm": 1.0995776653289795,
1514
+ "learning_rate": 8.996933635496523e-05,
1515
+ "loss": 0.1641,
1516
+ "step": 2450
1517
+ },
1518
+ {
1519
+ "grad_norm": 1.0021930932998657,
1520
+ "learning_rate": 8.986977473783498e-05,
1521
+ "loss": 0.1542,
1522
+ "step": 2460
1523
+ },
1524
+ {
1525
+ "grad_norm": 0.9481048583984375,
1526
+ "learning_rate": 8.97697771112359e-05,
1527
+ "loss": 0.1706,
1528
+ "step": 2470
1529
+ },
1530
+ {
1531
+ "grad_norm": 1.0423139333724976,
1532
+ "learning_rate": 8.966934456872602e-05,
1533
+ "loss": 0.1255,
1534
+ "step": 2480
1535
+ },
1536
+ {
1537
+ "grad_norm": 1.2045890092849731,
1538
+ "learning_rate": 8.95684782086195e-05,
1539
+ "loss": 0.1451,
1540
+ "step": 2490
1541
+ },
1542
+ {
1543
+ "eval/loss": 0.15020873740315438,
1544
+ "step": 2500
1545
+ },
1546
+ {
1547
+ "grad_norm": 1.0377858877182007,
1548
+ "learning_rate": 8.946717913397476e-05,
1549
+ "loss": 0.1425,
1550
+ "step": 2500
1551
+ },
1552
+ {
1553
+ "grad_norm": 0.9814800024032593,
1554
+ "learning_rate": 8.93654484525822e-05,
1555
+ "loss": 0.1535,
1556
+ "step": 2510
1557
+ },
1558
+ {
1559
+ "grad_norm": 0.9192479252815247,
1560
+ "learning_rate": 8.926328727695226e-05,
1561
+ "loss": 0.1536,
1562
+ "step": 2520
1563
+ },
1564
+ {
1565
+ "grad_norm": 1.0358673334121704,
1566
+ "learning_rate": 8.916069672430319e-05,
1567
+ "loss": 0.1452,
1568
+ "step": 2530
1569
+ },
1570
+ {
1571
+ "grad_norm": 0.9884759783744812,
1572
+ "learning_rate": 8.905767791654884e-05,
1573
+ "loss": 0.1713,
1574
+ "step": 2540
1575
+ },
1576
+ {
1577
+ "grad_norm": 0.9764975309371948,
1578
+ "learning_rate": 8.895423198028638e-05,
1579
+ "loss": 0.1312,
1580
+ "step": 2550
1581
+ },
1582
+ {
1583
+ "grad_norm": 1.0950679779052734,
1584
+ "learning_rate": 8.885036004678402e-05,
1585
+ "loss": 0.1267,
1586
+ "step": 2560
1587
+ },
1588
+ {
1589
+ "grad_norm": 1.0493266582489014,
1590
+ "learning_rate": 8.874606325196857e-05,
1591
+ "loss": 0.1538,
1592
+ "step": 2570
1593
+ },
1594
+ {
1595
+ "grad_norm": 1.2003095149993896,
1596
+ "learning_rate": 8.864134273641304e-05,
1597
+ "loss": 0.137,
1598
+ "step": 2580
1599
+ },
1600
+ {
1601
+ "grad_norm": 1.1008723974227905,
1602
+ "learning_rate": 8.853619964532427e-05,
1603
+ "loss": 0.1479,
1604
+ "step": 2590
1605
+ },
1606
+ {
1607
+ "grad_norm": 0.8453201651573181,
1608
+ "learning_rate": 8.843063512853019e-05,
1609
+ "loss": 0.1257,
1610
+ "step": 2600
1611
+ },
1612
+ {
1613
+ "grad_norm": 0.9597755670547485,
1614
+ "learning_rate": 8.832465034046749e-05,
1615
+ "loss": 0.1196,
1616
+ "step": 2610
1617
+ },
1618
+ {
1619
+ "grad_norm": 0.9915949106216431,
1620
+ "learning_rate": 8.821824644016882e-05,
1621
+ "loss": 0.1184,
1622
+ "step": 2620
1623
+ },
1624
+ {
1625
+ "grad_norm": 0.9470176100730896,
1626
+ "learning_rate": 8.811142459125019e-05,
1627
+ "loss": 0.1212,
1628
+ "step": 2630
1629
+ },
1630
+ {
1631
+ "grad_norm": 1.1138802766799927,
1632
+ "learning_rate": 8.800418596189822e-05,
1633
+ "loss": 0.1327,
1634
+ "step": 2640
1635
+ },
1636
+ {
1637
+ "grad_norm": 0.9608763456344604,
1638
+ "learning_rate": 8.789653172485737e-05,
1639
+ "loss": 0.1264,
1640
+ "step": 2650
1641
+ },
1642
+ {
1643
+ "grad_norm": 1.4438965320587158,
1644
+ "learning_rate": 8.778846305741715e-05,
1645
+ "loss": 0.1361,
1646
+ "step": 2660
1647
+ },
1648
+ {
1649
+ "grad_norm": 1.0725312232971191,
1650
+ "learning_rate": 8.767998114139918e-05,
1651
+ "loss": 0.1227,
1652
+ "step": 2670
1653
+ },
1654
+ {
1655
+ "grad_norm": 0.9315901398658752,
1656
+ "learning_rate": 8.757108716314429e-05,
1657
+ "loss": 0.1592,
1658
+ "step": 2680
1659
+ },
1660
+ {
1661
+ "grad_norm": 0.9864495992660522,
1662
+ "learning_rate": 8.746178231349962e-05,
1663
+ "loss": 0.1276,
1664
+ "step": 2690
1665
+ },
1666
+ {
1667
+ "grad_norm": 0.9456494450569153,
1668
+ "learning_rate": 8.735206778780549e-05,
1669
+ "loss": 0.1336,
1670
+ "step": 2700
1671
+ },
1672
+ {
1673
+ "grad_norm": 0.9761070609092712,
1674
+ "learning_rate": 8.724194478588234e-05,
1675
+ "loss": 0.1214,
1676
+ "step": 2710
1677
+ },
1678
+ {
1679
+ "grad_norm": 1.310697317123413,
1680
+ "learning_rate": 8.713141451201772e-05,
1681
+ "loss": 0.1593,
1682
+ "step": 2720
1683
+ },
1684
+ {
1685
+ "grad_norm": 0.9047120809555054,
1686
+ "learning_rate": 8.702047817495295e-05,
1687
+ "loss": 0.1433,
1688
+ "step": 2730
1689
+ },
1690
+ {
1691
+ "grad_norm": 0.9631437063217163,
1692
+ "learning_rate": 8.69091369878701e-05,
1693
+ "loss": 0.1166,
1694
+ "step": 2740
1695
+ },
1696
+ {
1697
+ "eval/loss": 0.11213411718606948,
1698
+ "step": 2750
1699
+ },
1700
+ {
1701
+ "grad_norm": 0.8545982837677002,
1702
+ "learning_rate": 8.679739216837849e-05,
1703
+ "loss": 0.132,
1704
+ "step": 2750
1705
+ },
1706
+ {
1707
+ "grad_norm": 0.8017613291740417,
1708
+ "learning_rate": 8.66852449385016e-05,
1709
+ "loss": 0.141,
1710
+ "step": 2760
1711
+ },
1712
+ {
1713
+ "grad_norm": 0.974586546421051,
1714
+ "learning_rate": 8.657269652466356e-05,
1715
+ "loss": 0.1479,
1716
+ "step": 2770
1717
+ },
1718
+ {
1719
+ "grad_norm": 1.026877999305725,
1720
+ "learning_rate": 8.645974815767577e-05,
1721
+ "loss": 0.13,
1722
+ "step": 2780
1723
+ },
1724
+ {
1725
+ "grad_norm": 0.9218412041664124,
1726
+ "learning_rate": 8.634640107272351e-05,
1727
+ "loss": 0.1255,
1728
+ "step": 2790
1729
+ },
1730
+ {
1731
+ "grad_norm": 0.9164907932281494,
1732
+ "learning_rate": 8.623265650935234e-05,
1733
+ "loss": 0.1236,
1734
+ "step": 2800
1735
+ },
1736
+ {
1737
+ "grad_norm": 0.921433687210083,
1738
+ "learning_rate": 8.611851571145456e-05,
1739
+ "loss": 0.1152,
1740
+ "step": 2810
1741
+ },
1742
+ {
1743
+ "grad_norm": 0.8561160564422607,
1744
+ "learning_rate": 8.600397992725566e-05,
1745
+ "loss": 0.1304,
1746
+ "step": 2820
1747
+ },
1748
+ {
1749
+ "grad_norm": 1.0351293087005615,
1750
+ "learning_rate": 8.588905040930061e-05,
1751
+ "loss": 0.1608,
1752
+ "step": 2830
1753
+ },
1754
+ {
1755
+ "grad_norm": 1.076572299003601,
1756
+ "learning_rate": 8.577372841444022e-05,
1757
+ "loss": 0.132,
1758
+ "step": 2840
1759
+ },
1760
+ {
1761
+ "grad_norm": 1.0728052854537964,
1762
+ "learning_rate": 8.565801520381736e-05,
1763
+ "loss": 0.1359,
1764
+ "step": 2850
1765
+ },
1766
+ {
1767
+ "grad_norm": 0.939300537109375,
1768
+ "learning_rate": 8.554191204285313e-05,
1769
+ "loss": 0.1302,
1770
+ "step": 2860
1771
+ },
1772
+ {
1773
+ "grad_norm": 0.9795148372650146,
1774
+ "learning_rate": 8.542542020123315e-05,
1775
+ "loss": 0.1109,
1776
+ "step": 2870
1777
+ },
1778
+ {
1779
+ "grad_norm": 0.8189222812652588,
1780
+ "learning_rate": 8.530854095289347e-05,
1781
+ "loss": 0.1254,
1782
+ "step": 2880
1783
+ },
1784
+ {
1785
+ "grad_norm": 0.8327005505561829,
1786
+ "learning_rate": 8.519127557600688e-05,
1787
+ "loss": 0.1363,
1788
+ "step": 2890
1789
+ },
1790
+ {
1791
+ "grad_norm": 0.8563022613525391,
1792
+ "learning_rate": 8.507362535296871e-05,
1793
+ "loss": 0.1232,
1794
+ "step": 2900
1795
+ },
1796
+ {
1797
+ "grad_norm": 0.9863463640213013,
1798
+ "learning_rate": 8.495559157038299e-05,
1799
+ "loss": 0.1252,
1800
+ "step": 2910
1801
+ },
1802
+ {
1803
+ "grad_norm": 0.8366366624832153,
1804
+ "learning_rate": 8.483717551904823e-05,
1805
+ "loss": 0.1242,
1806
+ "step": 2920
1807
+ },
1808
+ {
1809
+ "grad_norm": 0.7308292388916016,
1810
+ "learning_rate": 8.47183784939434e-05,
1811
+ "loss": 0.1281,
1812
+ "step": 2930
1813
+ },
1814
+ {
1815
+ "grad_norm": 1.0988391637802124,
1816
+ "learning_rate": 8.459920179421374e-05,
1817
+ "loss": 0.1122,
1818
+ "step": 2940
1819
+ },
1820
+ {
1821
+ "grad_norm": 1.247576355934143,
1822
+ "learning_rate": 8.447964672315656e-05,
1823
+ "loss": 0.1186,
1824
+ "step": 2950
1825
+ },
1826
+ {
1827
+ "grad_norm": 0.8852250576019287,
1828
+ "learning_rate": 8.435971458820692e-05,
1829
+ "loss": 0.1111,
1830
+ "step": 2960
1831
+ },
1832
+ {
1833
+ "grad_norm": 0.8364087343215942,
1834
+ "learning_rate": 8.423940670092345e-05,
1835
+ "loss": 0.1321,
1836
+ "step": 2970
1837
+ },
1838
+ {
1839
+ "grad_norm": 1.136894941329956,
1840
+ "learning_rate": 8.411872437697394e-05,
1841
+ "loss": 0.1107,
1842
+ "step": 2980
1843
+ },
1844
+ {
1845
+ "grad_norm": 1.0125927925109863,
1846
+ "learning_rate": 8.399766893612096e-05,
1847
+ "loss": 0.1292,
1848
+ "step": 2990
1849
+ },
1850
+ {
1851
+ "eval/loss": 0.128515242934227,
1852
+ "step": 3000
1853
+ },
1854
+ {
1855
+ "grad_norm": 0.9666236639022827,
1856
+ "learning_rate": 8.38762417022074e-05,
1857
+ "loss": 0.1211,
1858
+ "step": 3000
1859
+ },
1860
+ {
1861
+ "grad_norm": 1.2558808326721191,
1862
+ "learning_rate": 8.375444400314204e-05,
1863
+ "loss": 0.1364,
1864
+ "step": 3010
1865
+ },
1866
+ {
1867
+ "grad_norm": 1.1646627187728882,
1868
+ "learning_rate": 8.3632277170885e-05,
1869
+ "loss": 0.1402,
1870
+ "step": 3020
1871
+ },
1872
+ {
1873
+ "grad_norm": 1.0914292335510254,
1874
+ "learning_rate": 8.350974254143318e-05,
1875
+ "loss": 0.1082,
1876
+ "step": 3030
1877
+ },
1878
+ {
1879
+ "grad_norm": 0.9643756747245789,
1880
+ "learning_rate": 8.338684145480566e-05,
1881
+ "loss": 0.124,
1882
+ "step": 3040
1883
+ },
1884
+ {
1885
+ "grad_norm": 0.9664937257766724,
1886
+ "learning_rate": 8.326357525502904e-05,
1887
+ "loss": 0.1239,
1888
+ "step": 3050
1889
+ },
1890
+ {
1891
+ "grad_norm": 0.9044674038887024,
1892
+ "learning_rate": 8.313994529012273e-05,
1893
+ "loss": 0.1396,
1894
+ "step": 3060
1895
+ },
1896
+ {
1897
+ "grad_norm": 1.1713777780532837,
1898
+ "learning_rate": 8.301595291208422e-05,
1899
+ "loss": 0.1501,
1900
+ "step": 3070
1901
+ },
1902
+ {
1903
+ "grad_norm": 1.2287262678146362,
1904
+ "learning_rate": 8.289159947687427e-05,
1905
+ "loss": 0.1382,
1906
+ "step": 3080
1907
+ },
1908
+ {
1909
+ "grad_norm": 1.033851981163025,
1910
+ "learning_rate": 8.276688634440216e-05,
1911
+ "loss": 0.1288,
1912
+ "step": 3090
1913
+ },
1914
+ {
1915
+ "grad_norm": 0.9128175973892212,
1916
+ "learning_rate": 8.26418148785107e-05,
1917
+ "loss": 0.1198,
1918
+ "step": 3100
1919
+ },
1920
+ {
1921
+ "grad_norm": 0.936797559261322,
1922
+ "learning_rate": 8.251638644696141e-05,
1923
+ "loss": 0.1201,
1924
+ "step": 3110
1925
+ },
1926
+ {
1927
+ "grad_norm": 1.0767229795455933,
1928
+ "learning_rate": 8.23906024214195e-05,
1929
+ "loss": 0.1247,
1930
+ "step": 3120
1931
+ },
1932
+ {
1933
+ "grad_norm": 0.8495104908943176,
1934
+ "learning_rate": 8.226446417743897e-05,
1935
+ "loss": 0.1109,
1936
+ "step": 3130
1937
+ },
1938
+ {
1939
+ "grad_norm": 0.7839323878288269,
1940
+ "learning_rate": 8.213797309444742e-05,
1941
+ "loss": 0.117,
1942
+ "step": 3140
1943
+ },
1944
+ {
1945
+ "grad_norm": 0.9342600703239441,
1946
+ "learning_rate": 8.201113055573105e-05,
1947
+ "loss": 0.1151,
1948
+ "step": 3150
1949
+ },
1950
+ {
1951
+ "grad_norm": 1.1531493663787842,
1952
+ "learning_rate": 8.188393794841958e-05,
1953
+ "loss": 0.0979,
1954
+ "step": 3160
1955
+ },
1956
+ {
1957
+ "grad_norm": 0.8980389833450317,
1958
+ "learning_rate": 8.175639666347094e-05,
1959
+ "loss": 0.1482,
1960
+ "step": 3170
1961
+ },
1962
+ {
1963
+ "grad_norm": 0.8610150218009949,
1964
+ "learning_rate": 8.162850809565623e-05,
1965
+ "loss": 0.1137,
1966
+ "step": 3180
1967
+ },
1968
+ {
1969
+ "grad_norm": 0.7497333884239197,
1970
+ "learning_rate": 8.150027364354431e-05,
1971
+ "loss": 0.1221,
1972
+ "step": 3190
1973
+ },
1974
+ {
1975
+ "grad_norm": 1.1180144548416138,
1976
+ "learning_rate": 8.137169470948662e-05,
1977
+ "loss": 0.134,
1978
+ "step": 3200
1979
+ },
1980
+ {
1981
+ "grad_norm": 1.0294067859649658,
1982
+ "learning_rate": 8.124277269960179e-05,
1983
+ "loss": 0.1062,
1984
+ "step": 3210
1985
+ },
1986
+ {
1987
+ "grad_norm": 0.9504128098487854,
1988
+ "learning_rate": 8.111350902376023e-05,
1989
+ "loss": 0.1265,
1990
+ "step": 3220
1991
+ },
1992
+ {
1993
+ "grad_norm": 1.010556936264038,
1994
+ "learning_rate": 8.098390509556883e-05,
1995
+ "loss": 0.1119,
1996
+ "step": 3230
1997
+ },
1998
+ {
1999
+ "grad_norm": 1.0278180837631226,
2000
+ "learning_rate": 8.085396233235536e-05,
2001
+ "loss": 0.1096,
2002
+ "step": 3240
2003
+ },
2004
+ {
2005
+ "eval/loss": 0.12216655388474465,
2006
+ "step": 3250
2007
+ },
2008
+ {
2009
+ "grad_norm": 0.6960654258728027,
2010
+ "learning_rate": 8.072368215515306e-05,
2011
+ "loss": 0.1318,
2012
+ "step": 3250
2013
+ },
2014
+ {
2015
+ "grad_norm": 0.7151311635971069,
2016
+ "learning_rate": 8.059306598868506e-05,
2017
+ "loss": 0.1055,
2018
+ "step": 3260
2019
+ },
2020
+ {
2021
+ "grad_norm": 0.9820314645767212,
2022
+ "learning_rate": 8.046211526134888e-05,
2023
+ "loss": 0.1293,
2024
+ "step": 3270
2025
+ },
2026
+ {
2027
+ "grad_norm": 0.9405840039253235,
2028
+ "learning_rate": 8.033083140520065e-05,
2029
+ "loss": 0.1228,
2030
+ "step": 3280
2031
+ },
2032
+ {
2033
+ "grad_norm": 0.9371180534362793,
2034
+ "learning_rate": 8.019921585593962e-05,
2035
+ "loss": 0.1358,
2036
+ "step": 3290
2037
+ },
2038
+ {
2039
+ "grad_norm": 1.0023906230926514,
2040
+ "learning_rate": 8.006727005289232e-05,
2041
+ "loss": 0.1264,
2042
+ "step": 3300
2043
+ },
2044
+ {
2045
+ "grad_norm": 0.8279885053634644,
2046
+ "learning_rate": 7.993499543899692e-05,
2047
+ "loss": 0.1151,
2048
+ "step": 3310
2049
+ },
2050
+ {
2051
+ "grad_norm": 1.0948735475540161,
2052
+ "learning_rate": 7.980239346078742e-05,
2053
+ "loss": 0.1238,
2054
+ "step": 3320
2055
+ },
2056
+ {
2057
+ "grad_norm": 1.0525538921356201,
2058
+ "learning_rate": 7.966946556837778e-05,
2059
+ "loss": 0.1049,
2060
+ "step": 3330
2061
+ },
2062
+ {
2063
+ "grad_norm": 1.0738564729690552,
2064
+ "learning_rate": 7.953621321544616e-05,
2065
+ "loss": 0.1375,
2066
+ "step": 3340
2067
+ },
2068
+ {
2069
+ "grad_norm": 0.9360809326171875,
2070
+ "learning_rate": 7.940263785921896e-05,
2071
+ "loss": 0.121,
2072
+ "step": 3350
2073
+ },
2074
+ {
2075
+ "grad_norm": 0.9762896299362183,
2076
+ "learning_rate": 7.926874096045482e-05,
2077
+ "loss": 0.1143,
2078
+ "step": 3360
2079
+ },
2080
+ {
2081
+ "grad_norm": 1.1752498149871826,
2082
+ "learning_rate": 7.913452398342881e-05,
2083
+ "loss": 0.1239,
2084
+ "step": 3370
2085
+ },
2086
+ {
2087
+ "grad_norm": 1.0548765659332275,
2088
+ "learning_rate": 7.89999883959163e-05,
2089
+ "loss": 0.124,
2090
+ "step": 3380
2091
+ },
2092
+ {
2093
+ "grad_norm": 0.670444905757904,
2094
+ "learning_rate": 7.886513566917687e-05,
2095
+ "loss": 0.0932,
2096
+ "step": 3390
2097
+ },
2098
+ {
2099
+ "grad_norm": 1.0821609497070312,
2100
+ "learning_rate": 7.872996727793838e-05,
2101
+ "loss": 0.128,
2102
+ "step": 3400
2103
+ },
2104
+ {
2105
+ "grad_norm": 1.0120450258255005,
2106
+ "learning_rate": 7.859448470038069e-05,
2107
+ "loss": 0.1146,
2108
+ "step": 3410
2109
+ },
2110
+ {
2111
+ "grad_norm": 0.856132447719574,
2112
+ "learning_rate": 7.845868941811956e-05,
2113
+ "loss": 0.1189,
2114
+ "step": 3420
2115
+ },
2116
+ {
2117
+ "grad_norm": 0.8527117967605591,
2118
+ "learning_rate": 7.832258291619043e-05,
2119
+ "loss": 0.1111,
2120
+ "step": 3430
2121
+ },
2122
+ {
2123
+ "grad_norm": 0.9233558177947998,
2124
+ "learning_rate": 7.81861666830322e-05,
2125
+ "loss": 0.1071,
2126
+ "step": 3440
2127
+ },
2128
+ {
2129
+ "grad_norm": 0.8561029434204102,
2130
+ "learning_rate": 7.804944221047097e-05,
2131
+ "loss": 0.097,
2132
+ "step": 3450
2133
+ },
2134
+ {
2135
+ "grad_norm": 0.9383890628814697,
2136
+ "learning_rate": 7.791241099370364e-05,
2137
+ "loss": 0.1255,
2138
+ "step": 3460
2139
+ },
2140
+ {
2141
+ "grad_norm": 0.9625961780548096,
2142
+ "learning_rate": 7.777507453128163e-05,
2143
+ "loss": 0.1183,
2144
+ "step": 3470
2145
+ },
2146
+ {
2147
+ "grad_norm": 1.0405118465423584,
2148
+ "learning_rate": 7.763743432509451e-05,
2149
+ "loss": 0.1187,
2150
+ "step": 3480
2151
+ },
2152
+ {
2153
+ "grad_norm": 0.9360929131507874,
2154
+ "learning_rate": 7.749949188035353e-05,
2155
+ "loss": 0.1205,
2156
+ "step": 3490
2157
+ },
2158
+ {
2159
+ "eval/loss": 0.11394951969385148,
2160
+ "step": 3500
2161
+ },
2162
+ {
2163
+ "grad_norm": 0.9875292181968689,
2164
+ "learning_rate": 7.736124870557516e-05,
2165
+ "loss": 0.1344,
2166
+ "step": 3500
2167
+ },
2168
+ {
2169
+ "grad_norm": 0.917805016040802,
2170
+ "learning_rate": 7.722270631256459e-05,
2171
+ "loss": 0.1154,
2172
+ "step": 3510
2173
+ },
2174
+ {
2175
+ "grad_norm": 0.9355779886245728,
2176
+ "learning_rate": 7.708386621639925e-05,
2177
+ "loss": 0.1281,
2178
+ "step": 3520
2179
+ },
2180
+ {
2181
+ "grad_norm": 0.8040031790733337,
2182
+ "learning_rate": 7.694472993541219e-05,
2183
+ "loss": 0.1466,
2184
+ "step": 3530
2185
+ },
2186
+ {
2187
+ "grad_norm": 1.2459099292755127,
2188
+ "learning_rate": 7.680529899117547e-05,
2189
+ "loss": 0.1243,
2190
+ "step": 3540
2191
+ },
2192
+ {
2193
+ "grad_norm": 0.9648393392562866,
2194
+ "learning_rate": 7.666557490848358e-05,
2195
+ "loss": 0.1369,
2196
+ "step": 3550
2197
+ },
2198
+ {
2199
+ "grad_norm": 0.9019229412078857,
2200
+ "learning_rate": 7.65255592153367e-05,
2201
+ "loss": 0.1155,
2202
+ "step": 3560
2203
+ },
2204
+ {
2205
+ "grad_norm": 0.8202961087226868,
2206
+ "learning_rate": 7.638525344292402e-05,
2207
+ "loss": 0.1198,
2208
+ "step": 3570
2209
+ },
2210
+ {
2211
+ "grad_norm": 0.9881982803344727,
2212
+ "learning_rate": 7.624465912560697e-05,
2213
+ "loss": 0.1071,
2214
+ "step": 3580
2215
+ },
2216
+ {
2217
+ "grad_norm": 0.7380572557449341,
2218
+ "learning_rate": 7.610377780090249e-05,
2219
+ "loss": 0.1037,
2220
+ "step": 3590
2221
+ },
2222
+ {
2223
+ "grad_norm": 0.7854310274124146,
2224
+ "learning_rate": 7.596261100946618e-05,
2225
+ "loss": 0.0933,
2226
+ "step": 3600
2227
+ },
2228
+ {
2229
+ "grad_norm": 1.0953775644302368,
2230
+ "learning_rate": 7.582116029507542e-05,
2231
+ "loss": 0.1182,
2232
+ "step": 3610
2233
+ },
2234
+ {
2235
+ "grad_norm": 0.8806854486465454,
2236
+ "learning_rate": 7.56794272046126e-05,
2237
+ "loss": 0.1425,
2238
+ "step": 3620
2239
+ },
2240
+ {
2241
+ "grad_norm": 0.853931188583374,
2242
+ "learning_rate": 7.55374132880481e-05,
2243
+ "loss": 0.0969,
2244
+ "step": 3630
2245
+ },
2246
+ {
2247
+ "grad_norm": 0.8848007321357727,
2248
+ "learning_rate": 7.539512009842333e-05,
2249
+ "loss": 0.1014,
2250
+ "step": 3640
2251
+ },
2252
+ {
2253
+ "grad_norm": 0.7920210957527161,
2254
+ "learning_rate": 7.525254919183382e-05,
2255
+ "loss": 0.0897,
2256
+ "step": 3650
2257
+ },
2258
+ {
2259
+ "grad_norm": 0.8340643644332886,
2260
+ "learning_rate": 7.510970212741215e-05,
2261
+ "loss": 0.0995,
2262
+ "step": 3660
2263
+ },
2264
+ {
2265
+ "grad_norm": 0.8769537806510925,
2266
+ "learning_rate": 7.496658046731096e-05,
2267
+ "loss": 0.1052,
2268
+ "step": 3670
2269
+ },
2270
+ {
2271
+ "grad_norm": 1.1584025621414185,
2272
+ "learning_rate": 7.482318577668578e-05,
2273
+ "loss": 0.1116,
2274
+ "step": 3680
2275
+ },
2276
+ {
2277
+ "grad_norm": 0.9424688816070557,
2278
+ "learning_rate": 7.467951962367796e-05,
2279
+ "loss": 0.1053,
2280
+ "step": 3690
2281
+ },
2282
+ {
2283
+ "grad_norm": 0.8237622976303101,
2284
+ "learning_rate": 7.453558357939755e-05,
2285
+ "loss": 0.1226,
2286
+ "step": 3700
2287
+ },
2288
+ {
2289
+ "grad_norm": 0.9490163326263428,
2290
+ "learning_rate": 7.439137921790606e-05,
2291
+ "loss": 0.1013,
2292
+ "step": 3710
2293
+ },
2294
+ {
2295
+ "grad_norm": 0.8553034067153931,
2296
+ "learning_rate": 7.42469081161993e-05,
2297
+ "loss": 0.141,
2298
+ "step": 3720
2299
+ },
2300
+ {
2301
+ "grad_norm": 0.8201740384101868,
2302
+ "learning_rate": 7.410217185419006e-05,
2303
+ "loss": 0.1057,
2304
+ "step": 3730
2305
+ },
2306
+ {
2307
+ "grad_norm": 0.7229145169258118,
2308
+ "learning_rate": 7.395717201469095e-05,
2309
+ "loss": 0.1049,
2310
+ "step": 3740
2311
+ },
2312
+ {
2313
+ "eval/loss": 0.11716468192636967,
2314
+ "step": 3750
2315
+ },
2316
+ {
2317
+ "grad_norm": 0.7403004169464111,
2318
+ "learning_rate": 7.381191018339696e-05,
2319
+ "loss": 0.133,
2320
+ "step": 3750
2321
+ },
2322
+ {
2323
+ "grad_norm": 0.9609218239784241,
2324
+ "learning_rate": 7.36663879488682e-05,
2325
+ "loss": 0.1424,
2326
+ "step": 3760
2327
+ },
2328
+ {
2329
+ "grad_norm": 0.8832553625106812,
2330
+ "learning_rate": 7.352060690251254e-05,
2331
+ "loss": 0.1077,
2332
+ "step": 3770
2333
+ },
2334
+ {
2335
+ "grad_norm": 0.8751207590103149,
2336
+ "learning_rate": 7.337456863856811e-05,
2337
+ "loss": 0.1112,
2338
+ "step": 3780
2339
+ },
2340
+ {
2341
+ "grad_norm": 0.7030627727508545,
2342
+ "learning_rate": 7.3228274754086e-05,
2343
+ "loss": 0.1392,
2344
+ "step": 3790
2345
+ },
2346
+ {
2347
+ "grad_norm": 0.8281252384185791,
2348
+ "learning_rate": 7.308172684891267e-05,
2349
+ "loss": 0.1034,
2350
+ "step": 3800
2351
+ },
2352
+ {
2353
+ "grad_norm": 0.8161336779594421,
2354
+ "learning_rate": 7.293492652567255e-05,
2355
+ "loss": 0.1076,
2356
+ "step": 3810
2357
+ },
2358
+ {
2359
+ "grad_norm": 0.8957645297050476,
2360
+ "learning_rate": 7.278787538975043e-05,
2361
+ "loss": 0.1255,
2362
+ "step": 3820
2363
+ },
2364
+ {
2365
+ "grad_norm": 0.8216802477836609,
2366
+ "learning_rate": 7.2640575049274e-05,
2367
+ "loss": 0.1076,
2368
+ "step": 3830
2369
+ },
2370
+ {
2371
+ "grad_norm": 0.8624475598335266,
2372
+ "learning_rate": 7.249302711509616e-05,
2373
+ "loss": 0.1085,
2374
+ "step": 3840
2375
+ },
2376
+ {
2377
+ "grad_norm": 0.8596972227096558,
2378
+ "learning_rate": 7.23452332007775e-05,
2379
+ "loss": 0.1014,
2380
+ "step": 3850
2381
+ },
2382
+ {
2383
+ "grad_norm": 0.8467769622802734,
2384
+ "learning_rate": 7.219719492256858e-05,
2385
+ "loss": 0.115,
2386
+ "step": 3860
2387
+ },
2388
+ {
2389
+ "grad_norm": 0.8898311853408813,
2390
+ "learning_rate": 7.20489138993923e-05,
2391
+ "loss": 0.0906,
2392
+ "step": 3870
2393
+ },
2394
+ {
2395
+ "grad_norm": 1.0945919752120972,
2396
+ "learning_rate": 7.190039175282614e-05,
2397
+ "loss": 0.137,
2398
+ "step": 3880
2399
+ },
2400
+ {
2401
+ "grad_norm": 0.7952854633331299,
2402
+ "learning_rate": 7.175163010708455e-05,
2403
+ "loss": 0.1141,
2404
+ "step": 3890
2405
+ },
2406
+ {
2407
+ "grad_norm": 0.9095091819763184,
2408
+ "learning_rate": 7.1602630589001e-05,
2409
+ "loss": 0.1011,
2410
+ "step": 3900
2411
+ },
2412
+ {
2413
+ "grad_norm": 0.8677197098731995,
2414
+ "learning_rate": 7.14533948280104e-05,
2415
+ "loss": 0.103,
2416
+ "step": 3910
2417
+ },
2418
+ {
2419
+ "grad_norm": 0.8985068202018738,
2420
+ "learning_rate": 7.130392445613109e-05,
2421
+ "loss": 0.1048,
2422
+ "step": 3920
2423
+ },
2424
+ {
2425
+ "grad_norm": 0.8469200730323792,
2426
+ "learning_rate": 7.115422110794711e-05,
2427
+ "loss": 0.1139,
2428
+ "step": 3930
2429
+ },
2430
+ {
2431
+ "grad_norm": 0.7152714729309082,
2432
+ "learning_rate": 7.100428642059033e-05,
2433
+ "loss": 0.1122,
2434
+ "step": 3940
2435
+ },
2436
+ {
2437
+ "grad_norm": 0.9668436646461487,
2438
+ "learning_rate": 7.08541220337224e-05,
2439
+ "loss": 0.1041,
2440
+ "step": 3950
2441
+ },
2442
+ {
2443
+ "grad_norm": 0.9783576130867004,
2444
+ "learning_rate": 7.070372958951706e-05,
2445
+ "loss": 0.106,
2446
+ "step": 3960
2447
+ },
2448
+ {
2449
+ "grad_norm": 0.9123092889785767,
2450
+ "learning_rate": 7.055311073264194e-05,
2451
+ "loss": 0.1044,
2452
+ "step": 3970
2453
+ },
2454
+ {
2455
+ "grad_norm": 0.7978675961494446,
2456
+ "learning_rate": 7.040226711024077e-05,
2457
+ "loss": 0.124,
2458
+ "step": 3980
2459
+ },
2460
+ {
2461
+ "grad_norm": 0.8108384013175964,
2462
+ "learning_rate": 7.02512003719152e-05,
2463
+ "loss": 0.1107,
2464
+ "step": 3990
2465
+ },
2466
+ {
2467
+ "eval/loss": 0.12265970066189766,
2468
+ "step": 4000
2469
+ },
2470
+ {
2471
+ "grad_norm": 0.9918605089187622,
2472
+ "learning_rate": 7.00999121697069e-05,
2473
+ "loss": 0.1091,
2474
+ "step": 4000
2475
+ }
2476
+ ],
2477
+ "logging_steps": 10,
2478
+ "max_steps": 10000,
2479
+ "num_input_tokens_seen": 0,
2480
+ "num_train_epochs": 9223372036854775807,
2481
+ "save_steps": 500,
2482
+ "stateful_callbacks": {
2483
+ "TrainerControl": {
2484
+ "args": {
2485
+ "should_epoch_stop": false,
2486
+ "should_evaluate": false,
2487
+ "should_log": false,
2488
+ "should_save": true,
2489
+ "should_training_stop": false
2490
+ },
2491
+ "attributes": {}
2492
+ }
2493
+ },
2494
+ "total_flos": 0.0,
2495
+ "train_batch_size": 8,
2496
+ "trial_name": null,
2497
+ "trial_params": null
2498
+ }
groot-wbc-8/checkpoint-4000/wandb_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"project": "groot-wbc", "run_id": "groot-wbc-8"}
groot-wbc-8/checkpoint-500/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
groot-wbc-8/checkpoint-500/statistics.json ADDED
The diff for this file is too large to render. See raw diff
 
groot-wbc-8/checkpoint-500/trainer_state.json ADDED
@@ -0,0 +1,342 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.05,
6
+ "eval_steps": 250,
7
+ "global_step": 500,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "grad_norm": 0.18529030680656433,
14
+ "learning_rate": 1.8e-06,
15
+ "loss": 1.1811,
16
+ "step": 10
17
+ },
18
+ {
19
+ "grad_norm": 0.17696067690849304,
20
+ "learning_rate": 3.8e-06,
21
+ "loss": 1.1821,
22
+ "step": 20
23
+ },
24
+ {
25
+ "grad_norm": 0.13590584695339203,
26
+ "learning_rate": 5.8e-06,
27
+ "loss": 1.1694,
28
+ "step": 30
29
+ },
30
+ {
31
+ "grad_norm": 0.279568612575531,
32
+ "learning_rate": 7.8e-06,
33
+ "loss": 1.1571,
34
+ "step": 40
35
+ },
36
+ {
37
+ "grad_norm": 0.43323907256126404,
38
+ "learning_rate": 9.800000000000001e-06,
39
+ "loss": 1.1533,
40
+ "step": 50
41
+ },
42
+ {
43
+ "grad_norm": 0.31671810150146484,
44
+ "learning_rate": 1.18e-05,
45
+ "loss": 1.1449,
46
+ "step": 60
47
+ },
48
+ {
49
+ "grad_norm": 0.3651115596294403,
50
+ "learning_rate": 1.3800000000000002e-05,
51
+ "loss": 1.1184,
52
+ "step": 70
53
+ },
54
+ {
55
+ "grad_norm": 0.44200313091278076,
56
+ "learning_rate": 1.58e-05,
57
+ "loss": 1.1275,
58
+ "step": 80
59
+ },
60
+ {
61
+ "grad_norm": 0.5552253723144531,
62
+ "learning_rate": 1.78e-05,
63
+ "loss": 1.1258,
64
+ "step": 90
65
+ },
66
+ {
67
+ "grad_norm": 0.3365529477596283,
68
+ "learning_rate": 1.9800000000000004e-05,
69
+ "loss": 1.1249,
70
+ "step": 100
71
+ },
72
+ {
73
+ "grad_norm": 0.3924192488193512,
74
+ "learning_rate": 2.18e-05,
75
+ "loss": 1.1179,
76
+ "step": 110
77
+ },
78
+ {
79
+ "grad_norm": 0.5948011875152588,
80
+ "learning_rate": 2.38e-05,
81
+ "loss": 1.1116,
82
+ "step": 120
83
+ },
84
+ {
85
+ "grad_norm": 0.3768727779388428,
86
+ "learning_rate": 2.58e-05,
87
+ "loss": 1.1039,
88
+ "step": 130
89
+ },
90
+ {
91
+ "grad_norm": 0.24624425172805786,
92
+ "learning_rate": 2.7800000000000005e-05,
93
+ "loss": 1.098,
94
+ "step": 140
95
+ },
96
+ {
97
+ "grad_norm": 0.3038891851902008,
98
+ "learning_rate": 2.98e-05,
99
+ "loss": 1.1183,
100
+ "step": 150
101
+ },
102
+ {
103
+ "grad_norm": 0.5524261593818665,
104
+ "learning_rate": 3.18e-05,
105
+ "loss": 1.1043,
106
+ "step": 160
107
+ },
108
+ {
109
+ "grad_norm": 0.4240923821926117,
110
+ "learning_rate": 3.38e-05,
111
+ "loss": 1.1116,
112
+ "step": 170
113
+ },
114
+ {
115
+ "grad_norm": 0.3693060874938965,
116
+ "learning_rate": 3.58e-05,
117
+ "loss": 1.1087,
118
+ "step": 180
119
+ },
120
+ {
121
+ "grad_norm": 0.7437363266944885,
122
+ "learning_rate": 3.7800000000000004e-05,
123
+ "loss": 1.0929,
124
+ "step": 190
125
+ },
126
+ {
127
+ "grad_norm": 0.5727037787437439,
128
+ "learning_rate": 3.9800000000000005e-05,
129
+ "loss": 1.0779,
130
+ "step": 200
131
+ },
132
+ {
133
+ "grad_norm": 0.6432830095291138,
134
+ "learning_rate": 4.18e-05,
135
+ "loss": 1.0419,
136
+ "step": 210
137
+ },
138
+ {
139
+ "grad_norm": 0.7623288035392761,
140
+ "learning_rate": 4.38e-05,
141
+ "loss": 1.0195,
142
+ "step": 220
143
+ },
144
+ {
145
+ "grad_norm": 0.9106892347335815,
146
+ "learning_rate": 4.58e-05,
147
+ "loss": 1.0032,
148
+ "step": 230
149
+ },
150
+ {
151
+ "grad_norm": 0.6734551787376404,
152
+ "learning_rate": 4.78e-05,
153
+ "loss": 0.9891,
154
+ "step": 240
155
+ },
156
+ {
157
+ "eval/loss": 0.9483568727970123,
158
+ "step": 250
159
+ },
160
+ {
161
+ "grad_norm": 0.8862823843955994,
162
+ "learning_rate": 4.9800000000000004e-05,
163
+ "loss": 0.9565,
164
+ "step": 250
165
+ },
166
+ {
167
+ "grad_norm": 0.8855322003364563,
168
+ "learning_rate": 5.1800000000000005e-05,
169
+ "loss": 0.9401,
170
+ "step": 260
171
+ },
172
+ {
173
+ "grad_norm": 0.6994087100028992,
174
+ "learning_rate": 5.380000000000001e-05,
175
+ "loss": 0.9177,
176
+ "step": 270
177
+ },
178
+ {
179
+ "grad_norm": 0.8596734404563904,
180
+ "learning_rate": 5.580000000000001e-05,
181
+ "loss": 0.8871,
182
+ "step": 280
183
+ },
184
+ {
185
+ "grad_norm": 0.7085843682289124,
186
+ "learning_rate": 5.7799999999999995e-05,
187
+ "loss": 0.8865,
188
+ "step": 290
189
+ },
190
+ {
191
+ "grad_norm": 0.7338278889656067,
192
+ "learning_rate": 5.9800000000000003e-05,
193
+ "loss": 0.8617,
194
+ "step": 300
195
+ },
196
+ {
197
+ "grad_norm": 1.1336745023727417,
198
+ "learning_rate": 6.18e-05,
199
+ "loss": 0.8596,
200
+ "step": 310
201
+ },
202
+ {
203
+ "grad_norm": 0.7997697591781616,
204
+ "learning_rate": 6.38e-05,
205
+ "loss": 0.8446,
206
+ "step": 320
207
+ },
208
+ {
209
+ "grad_norm": 0.797099232673645,
210
+ "learning_rate": 6.58e-05,
211
+ "loss": 0.837,
212
+ "step": 330
213
+ },
214
+ {
215
+ "grad_norm": 0.9630879759788513,
216
+ "learning_rate": 6.780000000000001e-05,
217
+ "loss": 0.8112,
218
+ "step": 340
219
+ },
220
+ {
221
+ "grad_norm": 1.303208589553833,
222
+ "learning_rate": 6.98e-05,
223
+ "loss": 0.8131,
224
+ "step": 350
225
+ },
226
+ {
227
+ "grad_norm": 1.0860744714736938,
228
+ "learning_rate": 7.18e-05,
229
+ "loss": 0.8073,
230
+ "step": 360
231
+ },
232
+ {
233
+ "grad_norm": 0.9043018221855164,
234
+ "learning_rate": 7.38e-05,
235
+ "loss": 0.8007,
236
+ "step": 370
237
+ },
238
+ {
239
+ "grad_norm": 0.8608036041259766,
240
+ "learning_rate": 7.58e-05,
241
+ "loss": 0.793,
242
+ "step": 380
243
+ },
244
+ {
245
+ "grad_norm": 1.2061337232589722,
246
+ "learning_rate": 7.780000000000001e-05,
247
+ "loss": 0.7669,
248
+ "step": 390
249
+ },
250
+ {
251
+ "grad_norm": 0.7855536341667175,
252
+ "learning_rate": 7.98e-05,
253
+ "loss": 0.7702,
254
+ "step": 400
255
+ },
256
+ {
257
+ "grad_norm": 0.7040292620658875,
258
+ "learning_rate": 8.18e-05,
259
+ "loss": 0.7713,
260
+ "step": 410
261
+ },
262
+ {
263
+ "grad_norm": 0.7931767106056213,
264
+ "learning_rate": 8.38e-05,
265
+ "loss": 0.7545,
266
+ "step": 420
267
+ },
268
+ {
269
+ "grad_norm": 0.7801165580749512,
270
+ "learning_rate": 8.58e-05,
271
+ "loss": 0.7419,
272
+ "step": 430
273
+ },
274
+ {
275
+ "grad_norm": 0.8844775557518005,
276
+ "learning_rate": 8.78e-05,
277
+ "loss": 0.7437,
278
+ "step": 440
279
+ },
280
+ {
281
+ "grad_norm": 0.9408592581748962,
282
+ "learning_rate": 8.98e-05,
283
+ "loss": 0.719,
284
+ "step": 450
285
+ },
286
+ {
287
+ "grad_norm": 1.0986884832382202,
288
+ "learning_rate": 9.180000000000001e-05,
289
+ "loss": 0.7393,
290
+ "step": 460
291
+ },
292
+ {
293
+ "grad_norm": 0.7132677435874939,
294
+ "learning_rate": 9.38e-05,
295
+ "loss": 0.7328,
296
+ "step": 470
297
+ },
298
+ {
299
+ "grad_norm": 0.8457934856414795,
300
+ "learning_rate": 9.58e-05,
301
+ "loss": 0.7285,
302
+ "step": 480
303
+ },
304
+ {
305
+ "grad_norm": 0.8056934475898743,
306
+ "learning_rate": 9.78e-05,
307
+ "loss": 0.6974,
308
+ "step": 490
309
+ },
310
+ {
311
+ "eval/loss": 0.7051396405696869,
312
+ "step": 500
313
+ },
314
+ {
315
+ "grad_norm": 0.7358251214027405,
316
+ "learning_rate": 9.98e-05,
317
+ "loss": 0.7045,
318
+ "step": 500
319
+ }
320
+ ],
321
+ "logging_steps": 10,
322
+ "max_steps": 10000,
323
+ "num_input_tokens_seen": 0,
324
+ "num_train_epochs": 9223372036854775807,
325
+ "save_steps": 500,
326
+ "stateful_callbacks": {
327
+ "TrainerControl": {
328
+ "args": {
329
+ "should_epoch_stop": false,
330
+ "should_evaluate": false,
331
+ "should_log": false,
332
+ "should_save": true,
333
+ "should_training_stop": false
334
+ },
335
+ "attributes": {}
336
+ }
337
+ },
338
+ "total_flos": 0.0,
339
+ "train_batch_size": 8,
340
+ "trial_name": null,
341
+ "trial_params": null
342
+ }
groot-wbc-8/checkpoint-5000/config.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_horizon": 40,
3
+ "add_pos_embed": true,
4
+ "apply_sincos_state_encoding": false,
5
+ "architectures": [
6
+ "Gr00tN1d7"
7
+ ],
8
+ "attn_dropout": 0.2,
9
+ "attn_implementation": null,
10
+ "backbone_embedding_dim": 2048,
11
+ "backbone_trainable_params_fp32": true,
12
+ "color_jitter_params": {
13
+ "brightness": 0.3,
14
+ "contrast": 0.4,
15
+ "hue": 0.08,
16
+ "saturation": 0.5
17
+ },
18
+ "crop_fraction": 0.95,
19
+ "diffusion_model_cfg": {
20
+ "attention_head_dim": 48,
21
+ "dropout": 0.2,
22
+ "final_dropout": true,
23
+ "interleave_self_attention": true,
24
+ "norm_type": "ada_norm",
25
+ "num_attention_heads": 32,
26
+ "num_layers": 32,
27
+ "output_dim": 1024,
28
+ "positional_embeddings": null
29
+ },
30
+ "dtype": "float32",
31
+ "exclude_state": false,
32
+ "formalize_language": true,
33
+ "hidden_size": 1024,
34
+ "image_crop_size": [
35
+ 230,
36
+ 230
37
+ ],
38
+ "image_target_size": [
39
+ 256,
40
+ 256
41
+ ],
42
+ "letter_box_transform": false,
43
+ "load_bf16": false,
44
+ "max_action_dim": 132,
45
+ "max_num_embodiments": 32,
46
+ "max_seq_len": 1024,
47
+ "max_state_dim": 132,
48
+ "model_dtype": "bfloat16",
49
+ "model_name": "nvidia/Cosmos-Reason2-2B",
50
+ "model_type": "Gr00tN1d7",
51
+ "noise_beta_alpha": 1.5,
52
+ "noise_beta_beta": 1.0,
53
+ "noise_s": 0.999,
54
+ "num_inference_timesteps": 4,
55
+ "num_timestep_buckets": 1000,
56
+ "random_history_crop": true,
57
+ "random_rotation_angle": 0,
58
+ "reproject_vision": false,
59
+ "rtc_ramp_rate": 6.0,
60
+ "select_layer": 16,
61
+ "shortest_image_edge": 256,
62
+ "state_dropout_prob": 0.2,
63
+ "state_gaussian_noise_std": 0.0,
64
+ "transformers_version": "4.57.3",
65
+ "tune_diffusion_model": true,
66
+ "tune_linear": true,
67
+ "tune_llm": false,
68
+ "tune_projector": true,
69
+ "tune_top_llm_layers": 0,
70
+ "tune_visual": false,
71
+ "tune_vlln": true,
72
+ "use_albumentations": true,
73
+ "use_alternate_vl_dit": true,
74
+ "use_flash_attention": true,
75
+ "use_future_tokens": false,
76
+ "use_mean_std": false,
77
+ "use_percentiles": true,
78
+ "use_vl_self_attention": true,
79
+ "use_vlln": true,
80
+ "vl_self_attention_cfg": {
81
+ "attention_head_dim": 64,
82
+ "dropout": 0.2,
83
+ "final_dropout": true,
84
+ "num_attention_heads": 32,
85
+ "num_layers": 4,
86
+ "positional_embeddings": null
87
+ }
88
+ }
groot-wbc-8/checkpoint-5000/embodiment_id.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robocasa_panda_omron": 13,
3
+ "oxe_droid": 17,
4
+ "oxe_fractal": 18,
5
+ "oxe_language_table": 19,
6
+ "oxe_bridge": 20,
7
+ "unknown": 22,
8
+ "gr1_unified": 20,
9
+ "agibot": 26,
10
+ "sim_behavior_r1_pro": 23,
11
+ "xdof": 24,
12
+ "xdof_oss_data": 25,
13
+ "unitree_g1_full_body_with_waist_height_nav_cmd": 25,
14
+ "real_r1_pro_sharpa": 27,
15
+ "real_r1_pro_sharpa_add_view": 27,
16
+ "real_r1_pro_sharpa_relative_arm_joint": 26,
17
+ "real_r1_pro_sharpa_delta_eef": 26,
18
+ "real_r1_pro_sharpa_absolute_eef": 26,
19
+ "real_r1_pro_sharpa_meanstd": 26,
20
+ "real_r1_pro_sharpa_relative_eef": 26,
21
+ "real_r1_pro_sharpa_relative_eef_add_view": 26,
22
+ "real_r1_pro_sharpa_relative_eef_relative_hand": 26,
23
+ "real_r1_pro_sharpa_relative_eef_human": 26,
24
+ "real_r1_pro_sharpa_relative_eef_human_add_view": 26,
25
+ "real_r1_pro_sharpa_relative_eef_human_relative_hand": 26,
26
+ "real_r1_pro_sharpa_relative_eef_egodex": 26,
27
+ "real_r1_pro_sharpa_relative_eef_egodex_relative_hand": 26,
28
+ "real_r1_pro_sharpa_relative_eef_egodex_wrist_only": 26,
29
+ "real_r1_pro_sharpa_relative_eef_maxinsights": 26,
30
+ "real_r1_pro_sharpa_relative_eef_maxinsights_relative_hand": 26,
31
+ "real_r1_pro_sharpa_relative_eef_mecka": 26,
32
+ "real_r1_pro_sharpa_relative_eef_mecka_relative_hand": 26,
33
+ "real_g1_relative_eef_absolute_joints": 25,
34
+ "real_g1_relative_eef_absolute_joints_wrist_cam": 25,
35
+ "real_g1_relative_eef_relative_joints": 25,
36
+ "real_r1_pro_sharpa_relative_eef_relative_hand_relative_joint": 26,
37
+ "real_r1_pro_sharpa_relative_joint": 29,
38
+ "oxe_droid_relative_eef_relative_joint": 24,
39
+ "oxe_droid_relative_eef_relative_joint_swapped": 24,
40
+ "oxe_droid_relative_eef_relative_joint_upweight_z": 24,
41
+ "oxe_droid_relative_eef_relative_joint_upweight_z_swapped": 24,
42
+ "oxe_droid_relative_eef_relative_joint_3view": 24,
43
+ "oxe_droid_relative_eef_relative_joint_3view_swapped": 24,
44
+ "oxe_droid_relative_eef": 24,
45
+ "oxe_droid_joint_position_relative": 24,
46
+ "xdof_relative_eef_relative_joint": 27,
47
+ "xdof_relative_eef_relative_joint_subtask": 27,
48
+ "xdof_relative_eef": 27,
49
+ "xdof_relative_joint": 28,
50
+ "simpler_env_google": 0,
51
+ "simpler_env_widowx": 1,
52
+ "libero_sim": 2,
53
+ "droid_sim": 3,
54
+ "unitree_g1_sonic": 11,
55
+ "new_embodiment": 10,
56
+ "robocasa_gr1_tabletop": 10
57
+ }
groot-wbc-8/checkpoint-5000/experiment_cfg/conf.yaml ADDED
@@ -0,0 +1,253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ load_config_path: null
2
+ model:
3
+ model_type: Gr00tN1d7
4
+ model_dtype: bfloat16
5
+ model_name: nvidia/Cosmos-Reason2-2B
6
+ backbone_model_type: qwen
7
+ model_revision: null
8
+ tune_top_llm_layers: 0
9
+ backbone_embedding_dim: 2048
10
+ tune_llm: false
11
+ tune_visual: false
12
+ select_layer: 12
13
+ reproject_vision: false
14
+ use_flash_attention: true
15
+ load_bf16: false
16
+ backbone_trainable_params_fp32: true
17
+ image_crop_size:
18
+ - 230
19
+ - 230
20
+ image_target_size:
21
+ - 256
22
+ - 256
23
+ shortest_image_edge: null
24
+ crop_fraction: null
25
+ random_rotation_angle: null
26
+ color_jitter_params:
27
+ brightness: 0.3
28
+ contrast: 0.4
29
+ saturation: 0.5
30
+ hue: 0.08
31
+ use_albumentations_transforms: true
32
+ extra_augmentation_config: null
33
+ formalize_language: true
34
+ apply_sincos_state_encoding: false
35
+ use_percentiles: true
36
+ use_relative_action: true
37
+ max_state_dim: 132
38
+ max_action_dim: 132
39
+ action_horizon: 40
40
+ hidden_size: 1024
41
+ input_embedding_dim: 1536
42
+ state_history_length: 1
43
+ add_pos_embed: true
44
+ attn_dropout: 0.2
45
+ use_vlln: true
46
+ max_seq_len: 1024
47
+ use_alternate_vl_dit: true
48
+ attend_text_every_n_blocks: 2
49
+ diffusion_model_cfg:
50
+ positional_embeddings: null
51
+ num_layers: 16
52
+ num_attention_heads: 32
53
+ attention_head_dim: 48
54
+ norm_type: ada_norm
55
+ dropout: 0.2
56
+ final_dropout: true
57
+ output_dim: 1024
58
+ interleave_self_attention: true
59
+ num_inference_timesteps: 4
60
+ noise_beta_alpha: 1.5
61
+ noise_beta_beta: 1.0
62
+ noise_s: 0.999
63
+ num_timestep_buckets: 1000
64
+ tune_projector: true
65
+ tune_diffusion_model: true
66
+ tune_vlln: true
67
+ state_dropout_prob: 0.2
68
+ exclude_state: false
69
+ use_mean_std: false
70
+ max_num_embodiments: 32
71
+ data:
72
+ datasets:
73
+ - dataset_paths:
74
+ - /home/ubuntu/groot-files/dataset_wbc_train
75
+ embodiment_tag: unitree_g1_sonic
76
+ mix_ratio: 1.0
77
+ dataset_type: physical_embodiment
78
+ val_dataset_path: null
79
+ modality_configs:
80
+ unitree_g1_sonic:
81
+ video:
82
+ delta_indices:
83
+ - 0
84
+ modality_keys:
85
+ - ego_view
86
+ sin_cos_embedding_keys: null
87
+ mean_std_embedding_keys: null
88
+ action_configs: null
89
+ state:
90
+ delta_indices:
91
+ - 0
92
+ modality_keys:
93
+ - left_leg
94
+ - right_leg
95
+ - waist
96
+ - left_arm
97
+ - right_arm
98
+ - left_hand
99
+ - right_hand
100
+ - projected_gravity
101
+ sin_cos_embedding_keys: null
102
+ mean_std_embedding_keys: null
103
+ action_configs: null
104
+ action:
105
+ delta_indices:
106
+ - 0
107
+ - 1
108
+ - 2
109
+ - 3
110
+ - 4
111
+ - 5
112
+ - 6
113
+ - 7
114
+ - 8
115
+ - 9
116
+ - 10
117
+ - 11
118
+ - 12
119
+ - 13
120
+ - 14
121
+ - 15
122
+ - 16
123
+ - 17
124
+ - 18
125
+ - 19
126
+ - 20
127
+ - 21
128
+ - 22
129
+ - 23
130
+ - 24
131
+ - 25
132
+ - 26
133
+ - 27
134
+ - 28
135
+ - 29
136
+ - 30
137
+ - 31
138
+ - 32
139
+ - 33
140
+ - 34
141
+ - 35
142
+ - 36
143
+ - 37
144
+ - 38
145
+ - 39
146
+ modality_keys:
147
+ - motion_token
148
+ - left_hand_joints
149
+ - right_hand_joints
150
+ sin_cos_embedding_keys: null
151
+ mean_std_embedding_keys: null
152
+ action_configs:
153
+ - rep: ABSOLUTE
154
+ type: NON_EEF
155
+ format: DEFAULT
156
+ state_key: null
157
+ - rep: ABSOLUTE
158
+ type: NON_EEF
159
+ format: DEFAULT
160
+ state_key: null
161
+ - rep: ABSOLUTE
162
+ type: NON_EEF
163
+ format: DEFAULT
164
+ state_key: null
165
+ language:
166
+ delta_indices:
167
+ - 0
168
+ modality_keys:
169
+ - annotation.human.task_description
170
+ sin_cos_embedding_keys: null
171
+ mean_std_embedding_keys: null
172
+ action_configs: null
173
+ download_cache: false
174
+ shard_size: 1024
175
+ episode_sampling_rate: 0.1
176
+ num_shards_per_epoch: 100000
177
+ override_pretraining_statistics: true
178
+ mode: single_turn
179
+ random_chop: 0.0
180
+ mock_dataset_mode: false
181
+ shuffle: true
182
+ seed: 42
183
+ multiprocessing_context: fork
184
+ allow_padding: false
185
+ subsample_ratio: 1.0
186
+ image_crop_size:
187
+ - 244
188
+ - 244
189
+ image_target_size:
190
+ - 224
191
+ - 224
192
+ video_backend: torchcodec
193
+ training:
194
+ output_dir: /home/ubuntu/groot-files/checkpoints/run-2026-05-28-101824
195
+ experiment_name: groot-wbc-8
196
+ max_steps: 10000
197
+ global_batch_size: 8
198
+ batch_size: null
199
+ gradient_accumulation_steps: 1
200
+ learning_rate: 0.0001
201
+ lr_scheduler_type: cosine
202
+ weight_decay: 1.0e-05
203
+ warmup_ratio: 0.05
204
+ warmup_steps: 0
205
+ max_grad_norm: 1.0
206
+ optim: adamw_torch
207
+ start_from_checkpoint: nvidia/GR00T-N1.7-3B
208
+ skip_weight_loading: false
209
+ tf32: true
210
+ fp16: false
211
+ bf16: true
212
+ eval_bf16: true
213
+ logging_steps: 10
214
+ save_steps: 500
215
+ save_total_limit: 20
216
+ save_vl_model: false
217
+ save_only_model: false
218
+ upload_checkpoints: false
219
+ upload_every: 1000
220
+ upload_last_n_checkpoints: 5
221
+ max_concurrent_uploads: 2
222
+ eval_strategy: 'no'
223
+ eval_steps: 250
224
+ eval_set_split_ratio: 0.1
225
+ eval_batch_size: 2
226
+ save_best_eval_metric_name: ''
227
+ save_best_eval_metric_greater_is_better: true
228
+ eval_dataset_path: /home/ubuntu/groot-files/dataset_wbc_eval
229
+ eval_num_batches: 50
230
+ deepspeed_stage: 2
231
+ gradient_checkpointing: false
232
+ transformers_trust_remote_code: true
233
+ transformers_local_files_only: false
234
+ transformers_cache_dir: null
235
+ transformers_access_token: null
236
+ use_ddp: false
237
+ ddp_bucket_cap_mb: 100
238
+ num_gpus: 1
239
+ dataloader_num_workers: 6
240
+ remove_unused_columns: false
241
+ use_wandb: true
242
+ wandb_project: groot-wbc
243
+ enable_profiling: false
244
+ max_retries: 3
245
+ assert_loss_less_than: null
246
+ add_rl_callback: false
247
+ enable_open_loop_eval: false
248
+ open_loop_eval_traj_ids:
249
+ - 0
250
+ open_loop_eval_steps_per_traj: 100
251
+ open_loop_eval_plot_indices: null
252
+ max_steps: 10000
253
+ save_steps: 500
groot-wbc-8/checkpoint-5000/experiment_cfg/config.yaml ADDED
@@ -0,0 +1,279 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ !!python/object:gr00t.configs.base_config.Config
2
+ data: !!python/object:gr00t.configs.data.data_config.DataConfig
3
+ allow_padding: false
4
+ datasets:
5
+ - !!python/object:gr00t.configs.data.data_config.SingleDatasetConfig
6
+ dataset_paths:
7
+ - /home/ubuntu/groot-files/dataset_wbc_train
8
+ dataset_type: physical_embodiment
9
+ embodiment_tag: unitree_g1_sonic
10
+ mix_ratio: 1.0
11
+ val_dataset_path: null
12
+ download_cache: false
13
+ episode_sampling_rate: 0.1
14
+ image_crop_size:
15
+ - 244
16
+ - 244
17
+ image_target_size:
18
+ - 224
19
+ - 224
20
+ mock_dataset_mode: false
21
+ modality_configs:
22
+ unitree_g1_sonic:
23
+ action: !!python/object:gr00t.data.types.ModalityConfig
24
+ action_configs:
25
+ - !!python/object:gr00t.data.types.ActionConfig
26
+ format: &id001 !!python/object/apply:gr00t.data.types.ActionFormat
27
+ - default
28
+ rep: &id002 !!python/object/apply:gr00t.data.types.ActionRepresentation
29
+ - absolute
30
+ state_key: null
31
+ type: &id003 !!python/object/apply:gr00t.data.types.ActionType
32
+ - non_eef
33
+ - !!python/object:gr00t.data.types.ActionConfig
34
+ format: *id001
35
+ rep: *id002
36
+ state_key: null
37
+ type: *id003
38
+ - !!python/object:gr00t.data.types.ActionConfig
39
+ format: *id001
40
+ rep: *id002
41
+ state_key: null
42
+ type: *id003
43
+ delta_indices:
44
+ - 0
45
+ - 1
46
+ - 2
47
+ - 3
48
+ - 4
49
+ - 5
50
+ - 6
51
+ - 7
52
+ - 8
53
+ - 9
54
+ - 10
55
+ - 11
56
+ - 12
57
+ - 13
58
+ - 14
59
+ - 15
60
+ - 16
61
+ - 17
62
+ - 18
63
+ - 19
64
+ - 20
65
+ - 21
66
+ - 22
67
+ - 23
68
+ - 24
69
+ - 25
70
+ - 26
71
+ - 27
72
+ - 28
73
+ - 29
74
+ - 30
75
+ - 31
76
+ - 32
77
+ - 33
78
+ - 34
79
+ - 35
80
+ - 36
81
+ - 37
82
+ - 38
83
+ - 39
84
+ mean_std_embedding_keys: null
85
+ modality_keys:
86
+ - motion_token
87
+ - left_hand_joints
88
+ - right_hand_joints
89
+ sin_cos_embedding_keys: null
90
+ language: !!python/object:gr00t.data.types.ModalityConfig
91
+ action_configs: null
92
+ delta_indices:
93
+ - 0
94
+ mean_std_embedding_keys: null
95
+ modality_keys:
96
+ - annotation.human.task_description
97
+ sin_cos_embedding_keys: null
98
+ state: !!python/object:gr00t.data.types.ModalityConfig
99
+ action_configs: null
100
+ delta_indices:
101
+ - 0
102
+ mean_std_embedding_keys: null
103
+ modality_keys:
104
+ - left_leg
105
+ - right_leg
106
+ - waist
107
+ - left_arm
108
+ - right_arm
109
+ - left_hand
110
+ - right_hand
111
+ - projected_gravity
112
+ sin_cos_embedding_keys: null
113
+ video: !!python/object:gr00t.data.types.ModalityConfig
114
+ action_configs: null
115
+ delta_indices:
116
+ - 0
117
+ mean_std_embedding_keys: null
118
+ modality_keys:
119
+ - ego_view
120
+ sin_cos_embedding_keys: null
121
+ mode: single_turn
122
+ multiprocessing_context: fork
123
+ num_shards_per_epoch: 100000
124
+ override_pretraining_statistics: true
125
+ random_chop: 0.0
126
+ seed: 42
127
+ shard_size: 1024
128
+ shuffle: true
129
+ subsample_ratio: 1.0
130
+ video_backend: torchcodec
131
+ load_config_path: null
132
+ model: !!python/object:gr00t.configs.model.gr00t_n1d7.Gr00tN1d7Config
133
+ _attn_implementation_internal: null
134
+ _commit_hash: null
135
+ _name_or_path: ''
136
+ _output_attentions: false
137
+ add_cross_attention: false
138
+ architectures: null
139
+ backbone_trainable_params_fp32: true
140
+ bad_words_ids: null
141
+ begin_suppress_tokens: null
142
+ bos_token_id: null
143
+ chunk_size_feed_forward: 0
144
+ color_jitter_params:
145
+ brightness: 0.3
146
+ contrast: 0.4
147
+ hue: 0.08
148
+ saturation: 0.5
149
+ cross_attention_hidden_size: null
150
+ decoder_start_token_id: null
151
+ diffusion_model_cfg:
152
+ attention_head_dim: 48
153
+ dropout: 0.2
154
+ final_dropout: true
155
+ interleave_self_attention: true
156
+ norm_type: ada_norm
157
+ num_attention_heads: 32
158
+ num_layers: 16
159
+ output_dim: 1024
160
+ positional_embeddings: null
161
+ diversity_penalty: 0.0
162
+ do_sample: false
163
+ dtype: null
164
+ early_stopping: false
165
+ encoder_no_repeat_ngram_size: 0
166
+ eos_token_id: null
167
+ exponential_decay_length_penalty: null
168
+ extra_augmentation_config: null
169
+ finetuning_task: null
170
+ forced_bos_token_id: null
171
+ forced_eos_token_id: null
172
+ id2label:
173
+ 0: LABEL_0
174
+ 1: LABEL_1
175
+ is_decoder: false
176
+ is_encoder_decoder: false
177
+ label2id:
178
+ LABEL_0: 0
179
+ LABEL_1: 1
180
+ length_penalty: 1.0
181
+ load_bf16: false
182
+ max_length: 20
183
+ min_length: 0
184
+ model_name: nvidia/Cosmos-Reason2-2B
185
+ no_repeat_ngram_size: 0
186
+ num_beam_groups: 1
187
+ num_beams: 1
188
+ num_return_sequences: 1
189
+ output_hidden_states: false
190
+ output_scores: false
191
+ pad_token_id: null
192
+ prefix: null
193
+ problem_type: null
194
+ pruned_heads: {}
195
+ random_rotation_angle: null
196
+ remove_invalid_values: false
197
+ repetition_penalty: 1.0
198
+ reproject_vision: false
199
+ return_dict: true
200
+ return_dict_in_generate: false
201
+ sep_token_id: null
202
+ state_dropout_prob: 0.2
203
+ suppress_tokens: null
204
+ task_specific_params: null
205
+ temperature: 1.0
206
+ tf_legacy_loss: false
207
+ tie_encoder_decoder: false
208
+ tie_word_embeddings: true
209
+ tokenizer_class: null
210
+ top_k: 50
211
+ top_p: 1.0
212
+ torchscript: false
213
+ transformers_version: null
214
+ tune_diffusion_model: true
215
+ tune_llm: false
216
+ tune_projector: true
217
+ tune_visual: false
218
+ typical_p: 1.0
219
+ use_bfloat16: false
220
+ use_relative_action: true
221
+ training: !!python/object:gr00t.configs.training.training_config.TrainingConfig
222
+ add_rl_callback: false
223
+ assert_loss_less_than: null
224
+ batch_size: null
225
+ bf16: true
226
+ dataloader_num_workers: 6
227
+ ddp_bucket_cap_mb: 100
228
+ deepspeed_stage: 2
229
+ enable_open_loop_eval: false
230
+ enable_profiling: false
231
+ eval_batch_size: 2
232
+ eval_bf16: true
233
+ eval_dataset_path: /home/ubuntu/groot-files/dataset_wbc_eval
234
+ eval_num_batches: 50
235
+ eval_set_split_ratio: 0.1
236
+ eval_steps: 250
237
+ eval_strategy: 'no'
238
+ experiment_name: groot-wbc-8
239
+ fp16: false
240
+ global_batch_size: 8
241
+ gradient_accumulation_steps: 1
242
+ gradient_checkpointing: false
243
+ learning_rate: 0.0001
244
+ logging_steps: 10
245
+ lr_scheduler_type: cosine
246
+ max_concurrent_uploads: 2
247
+ max_grad_norm: 1.0
248
+ max_retries: 3
249
+ max_steps: 10000
250
+ num_gpus: 1
251
+ open_loop_eval_plot_indices: null
252
+ open_loop_eval_steps_per_traj: 100
253
+ open_loop_eval_traj_ids:
254
+ - 0
255
+ optim: adamw_torch
256
+ output_dir: /home/ubuntu/groot-files/checkpoints/run-2026-05-28-101824
257
+ remove_unused_columns: false
258
+ save_best_eval_metric_greater_is_better: true
259
+ save_best_eval_metric_name: ''
260
+ save_only_model: false
261
+ save_steps: 500
262
+ save_total_limit: 20
263
+ save_vl_model: false
264
+ skip_weight_loading: false
265
+ start_from_checkpoint: nvidia/GR00T-N1.7-3B
266
+ tf32: true
267
+ transformers_access_token: null
268
+ transformers_cache_dir: null
269
+ transformers_local_files_only: false
270
+ transformers_trust_remote_code: true
271
+ upload_checkpoints: false
272
+ upload_every: 1000
273
+ upload_last_n_checkpoints: 5
274
+ use_ddp: false
275
+ use_wandb: true
276
+ wandb_project: groot-wbc
277
+ warmup_ratio: 0.05
278
+ warmup_steps: 0
279
+ weight_decay: 1.0e-05
groot-wbc-8/checkpoint-5000/experiment_cfg/dataset_statistics.json ADDED
@@ -0,0 +1,907 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "unitree_g1_sonic": {
3
+ "state": {
4
+ "left_leg": {
5
+ "min": [
6
+ -0.5145056843757629,
7
+ -0.18529635667800903,
8
+ -0.5630622506141663,
9
+ 0.10770249366760254,
10
+ -0.6103389859199524,
11
+ -0.21104247868061066
12
+ ],
13
+ "max": [
14
+ 0.4081326425075531,
15
+ 0.4657762050628662,
16
+ 0.9445304274559021,
17
+ 1.6440609693527222,
18
+ 0.2812706232070923,
19
+ 0.24254725873470306
20
+ ],
21
+ "mean": [
22
+ -0.012148142792284489,
23
+ 0.049336664378643036,
24
+ 0.22622817754745483,
25
+ 0.3236576318740845,
26
+ -0.1981654316186905,
27
+ -0.0009371974156238139
28
+ ],
29
+ "std": [
30
+ 0.15010829269886017,
31
+ 0.09162046015262604,
32
+ 0.13689051568508148,
33
+ 0.18744750320911407,
34
+ 0.0900125801563263,
35
+ 0.07028596103191376
36
+ ],
37
+ "q01": [
38
+ -0.3930038321018219,
39
+ -0.13217630386352539,
40
+ -0.10907109707593918,
41
+ 0.13054380238056182,
42
+ -0.45879220962524414,
43
+ -0.152383496761322
44
+ ],
45
+ "q99": [
46
+ 0.23233672738075234,
47
+ 0.3159625411033626,
48
+ 0.5810866618156422,
49
+ 1.0221275281906117,
50
+ 0.03577460661530483,
51
+ 0.16769260168075562
52
+ ]
53
+ },
54
+ "right_leg": {
55
+ "min": [
56
+ -0.777660071849823,
57
+ -0.49602121114730835,
58
+ -1.0866719484329224,
59
+ 0.07200334966182709,
60
+ -0.623672366142273,
61
+ -0.23122255504131317
62
+ ],
63
+ "max": [
64
+ 0.36446529626846313,
65
+ 0.15863065421581268,
66
+ 0.29946956038475037,
67
+ 2.0259454250335693,
68
+ 0.24596133828163147,
69
+ 0.18925869464874268
70
+ ],
71
+ "mean": [
72
+ 0.010633867233991623,
73
+ -0.07383165508508682,
74
+ -0.21287542581558228,
75
+ 0.3419981598854065,
76
+ -0.22440023720264435,
77
+ 0.013267790898680687
78
+ ],
79
+ "std": [
80
+ 0.1268979012966156,
81
+ 0.08248293399810791,
82
+ 0.1612742692232132,
83
+ 0.20557346940040588,
84
+ 0.10104448348283768,
85
+ 0.055336352437734604
86
+ ],
87
+ "q01": [
88
+ -0.3428873121738434,
89
+ -0.3137379336357117,
90
+ -0.702793300151825,
91
+ 0.14524445354938506,
92
+ -0.49535272479057313,
93
+ -0.1368582433462143
94
+ ],
95
+ "q99": [
96
+ 0.22101355910301154,
97
+ 0.0916959154605865,
98
+ 0.13021636724472033,
99
+ 1.031281275749206,
100
+ 0.004563198033720189,
101
+ 0.11666926741600031
102
+ ]
103
+ },
104
+ "waist": {
105
+ "min": [
106
+ -0.37403565645217896,
107
+ -0.243158221244812,
108
+ -0.05312114581465721
109
+ ],
110
+ "max": [
111
+ 0.2474018782377243,
112
+ 0.17617863416671753,
113
+ 0.04943050444126129
114
+ ],
115
+ "mean": [
116
+ -0.03901316970586777,
117
+ -0.02152136340737343,
118
+ 0.0024535013362765312
119
+ ],
120
+ "std": [
121
+ 0.07381759583950043,
122
+ 0.046153053641319275,
123
+ 0.008072787895798683
124
+ ],
125
+ "q01": [
126
+ -0.2433778864145279,
127
+ -0.13698728382587433,
128
+ -0.01672225959599018
129
+ ],
130
+ "q99": [
131
+ 0.15031063556671143,
132
+ 0.08901623487472521,
133
+ 0.023261465877294534
134
+ ]
135
+ },
136
+ "left_arm": {
137
+ "min": [
138
+ -0.8068499565124512,
139
+ -0.01750895380973816,
140
+ -0.7458622455596924,
141
+ -0.5916731953620911,
142
+ -1.302229881286621,
143
+ -0.2953871786594391,
144
+ -0.9342422485351562
145
+ ],
146
+ "max": [
147
+ 0.4923958480358124,
148
+ 0.540572464466095,
149
+ 0.35323503613471985,
150
+ 1.320529818534851,
151
+ 1.2396363019943237,
152
+ 0.5774239301681519,
153
+ 0.6715000867843628
154
+ ],
155
+ "mean": [
156
+ -0.10333303362131119,
157
+ 0.189546599984169,
158
+ -0.12471432983875275,
159
+ 0.28616011142730713,
160
+ -0.3353458344936371,
161
+ 0.15808047354221344,
162
+ -0.03580402210354805
163
+ ],
164
+ "std": [
165
+ 0.2009865939617157,
166
+ 0.07324191927909851,
167
+ 0.1315729022026062,
168
+ 0.47473788261413574,
169
+ 0.2912229895591736,
170
+ 0.12051952630281448,
171
+ 0.1922927051782608
172
+ ],
173
+ "q01": [
174
+ -0.545279369354248,
175
+ 0.02649999812245369,
176
+ -0.463615984916687,
177
+ -0.338695775270462,
178
+ -0.9348985409736633,
179
+ -0.12025019407272339,
180
+ -0.5021582007408142
181
+ ],
182
+ "q99": [
183
+ 0.2839887523651115,
184
+ 0.3847482764720913,
185
+ 0.16759651601314537,
186
+ 1.2634340524673462,
187
+ 0.6452915716171259,
188
+ 0.4740810847282409,
189
+ 0.40644835114479044
190
+ ]
191
+ },
192
+ "right_arm": {
193
+ "min": [
194
+ -0.913030207157135,
195
+ -0.6399815678596497,
196
+ -0.3427368700504303,
197
+ -0.39627039432525635,
198
+ -1.251069188117981,
199
+ -0.2754094898700714,
200
+ -0.8207756280899048
201
+ ],
202
+ "max": [
203
+ 0.45103830099105835,
204
+ -0.01125318743288517,
205
+ 0.6279014945030212,
206
+ 1.2988982200622559,
207
+ 1.0332199335098267,
208
+ 0.5550373792648315,
209
+ 0.9986335039138794
210
+ ],
211
+ "mean": [
212
+ -0.0982118472456932,
213
+ -0.20830810070037842,
214
+ 0.08582146465778351,
215
+ 0.22871090471744537,
216
+ 0.1546783298254013,
217
+ 0.14763931930065155,
218
+ -0.04254811629652977
219
+ ],
220
+ "std": [
221
+ 0.22019562125205994,
222
+ 0.06811994314193726,
223
+ 0.1300000548362732,
224
+ 0.46189504861831665,
225
+ 0.2503209114074707,
226
+ 0.10672769695520401,
227
+ 0.18367928266525269
228
+ ],
229
+ "q01": [
230
+ -0.6061021685600281,
231
+ -0.39821806669235227,
232
+ -0.21507561206817627,
233
+ -0.3157608461380005,
234
+ -0.7030838251113891,
235
+ -0.12177794367074966,
236
+ -0.5326336216926575
237
+ ],
238
+ "q99": [
239
+ 0.32033881783485385,
240
+ -0.07859542340040213,
241
+ 0.34321335792541496,
242
+ 1.2582597732543945,
243
+ 0.6935366868972775,
244
+ 0.41980740427970886,
245
+ 0.3515860009193411
246
+ ]
247
+ },
248
+ "left_hand": {
249
+ "min": [
250
+ 0.0,
251
+ 0.0,
252
+ 0.0,
253
+ 0.0,
254
+ 0.0,
255
+ 0.0,
256
+ 0.0
257
+ ],
258
+ "max": [
259
+ 0.0,
260
+ 0.0,
261
+ 0.0,
262
+ 0.0,
263
+ 0.0,
264
+ 0.0,
265
+ 0.0
266
+ ],
267
+ "mean": [
268
+ 0.0,
269
+ 0.0,
270
+ 0.0,
271
+ 0.0,
272
+ 0.0,
273
+ 0.0,
274
+ 0.0
275
+ ],
276
+ "std": [
277
+ 0.0,
278
+ 0.0,
279
+ 0.0,
280
+ 0.0,
281
+ 0.0,
282
+ 0.0,
283
+ 0.0
284
+ ],
285
+ "q01": [
286
+ 0.0,
287
+ 0.0,
288
+ 0.0,
289
+ 0.0,
290
+ 0.0,
291
+ 0.0,
292
+ 0.0
293
+ ],
294
+ "q99": [
295
+ 0.0,
296
+ 0.0,
297
+ 0.0,
298
+ 0.0,
299
+ 0.0,
300
+ 0.0,
301
+ 0.0
302
+ ]
303
+ },
304
+ "right_hand": {
305
+ "min": [
306
+ 0.0,
307
+ 0.0,
308
+ 0.0,
309
+ 0.0,
310
+ 0.0,
311
+ 0.0,
312
+ 0.0
313
+ ],
314
+ "max": [
315
+ 0.0,
316
+ 0.0,
317
+ 0.0,
318
+ 0.0,
319
+ 0.0,
320
+ 0.0,
321
+ 0.0
322
+ ],
323
+ "mean": [
324
+ 0.0,
325
+ 0.0,
326
+ 0.0,
327
+ 0.0,
328
+ 0.0,
329
+ 0.0,
330
+ 0.0
331
+ ],
332
+ "std": [
333
+ 0.0,
334
+ 0.0,
335
+ 0.0,
336
+ 0.0,
337
+ 0.0,
338
+ 0.0,
339
+ 0.0
340
+ ],
341
+ "q01": [
342
+ 0.0,
343
+ 0.0,
344
+ 0.0,
345
+ 0.0,
346
+ 0.0,
347
+ 0.0,
348
+ 0.0
349
+ ],
350
+ "q99": [
351
+ 0.0,
352
+ 0.0,
353
+ 0.0,
354
+ 0.0,
355
+ 0.0,
356
+ 0.0,
357
+ 0.0
358
+ ]
359
+ },
360
+ "projected_gravity": {
361
+ "min": [
362
+ -0.2364102452993393,
363
+ -0.14225876331329346,
364
+ -0.9999999403953552
365
+ ],
366
+ "max": [
367
+ 0.1328846514225006,
368
+ 0.1775456815958023,
369
+ -0.9715155363082886
370
+ ],
371
+ "mean": [
372
+ -0.04713863134384155,
373
+ -0.00449190242215991,
374
+ -0.997578501701355
375
+ ],
376
+ "std": [
377
+ 0.044011253863573074,
378
+ 0.0352567620575428,
379
+ 0.0029932048637504607
380
+ ],
381
+ "q01": [
382
+ -0.16278759896755218,
383
+ -0.08589273869991303,
384
+ -0.9999748921394348
385
+ ],
386
+ "q99": [
387
+ 0.05313032269477822,
388
+ 0.0724137070775032,
389
+ -0.9858456301689148
390
+ ]
391
+ }
392
+ },
393
+ "action": {
394
+ "motion_token": {
395
+ "min": [
396
+ -0.3125,
397
+ -0.4375,
398
+ -0.5,
399
+ -0.5,
400
+ -0.5625,
401
+ -0.25,
402
+ -0.375,
403
+ -0.1875,
404
+ -0.1875,
405
+ -0.5,
406
+ -0.375,
407
+ -0.4375,
408
+ -0.3125,
409
+ -0.4375,
410
+ -0.5,
411
+ -0.5,
412
+ -0.1875,
413
+ -0.3125,
414
+ -0.4375,
415
+ -0.5625,
416
+ -0.4375,
417
+ -0.5625,
418
+ -0.375,
419
+ -0.5,
420
+ -0.3125,
421
+ -0.375,
422
+ -0.375,
423
+ -0.5,
424
+ -0.25,
425
+ -0.25,
426
+ -0.1875,
427
+ -0.375,
428
+ -0.5,
429
+ -0.25,
430
+ -0.4375,
431
+ -0.5,
432
+ -0.5625,
433
+ -0.375,
434
+ -0.125,
435
+ -0.25,
436
+ -0.375,
437
+ -0.5,
438
+ -0.375,
439
+ -0.5,
440
+ -0.5,
441
+ -0.5625,
442
+ -0.4375,
443
+ -0.375,
444
+ -0.3125,
445
+ -0.4375,
446
+ -0.3125,
447
+ -0.4375,
448
+ -0.125,
449
+ -0.5625,
450
+ -0.375,
451
+ -0.25,
452
+ -0.4375,
453
+ -0.5,
454
+ -0.1875,
455
+ -0.5,
456
+ -0.375,
457
+ -0.375,
458
+ -0.375,
459
+ -0.375
460
+ ],
461
+ "max": [
462
+ 0.25,
463
+ 0.25,
464
+ 0.1875,
465
+ 0.125,
466
+ 0.25,
467
+ 0.4375,
468
+ 0.375,
469
+ 0.4375,
470
+ 0.4375,
471
+ 0.375,
472
+ 0.375,
473
+ 0.25,
474
+ 0.4375,
475
+ 0.1875,
476
+ 0.125,
477
+ 0.375,
478
+ 0.375,
479
+ 0.25,
480
+ 0.375,
481
+ 0.3125,
482
+ 0.3125,
483
+ 0.0625,
484
+ 0.3125,
485
+ 0.1875,
486
+ 0.3125,
487
+ 0.4375,
488
+ 0.3125,
489
+ 0.375,
490
+ 0.375,
491
+ 0.375,
492
+ 0.4375,
493
+ 0.375,
494
+ 0.5,
495
+ 0.3125,
496
+ 0.25,
497
+ 0.375,
498
+ 0.4375,
499
+ 0.1875,
500
+ 0.375,
501
+ 0.25,
502
+ 0.1875,
503
+ 0.4375,
504
+ 0.3125,
505
+ 0.25,
506
+ 0.375,
507
+ 0.25,
508
+ 0.25,
509
+ 0.25,
510
+ 0.375,
511
+ 0.25,
512
+ 0.375,
513
+ 0.4375,
514
+ 0.5625,
515
+ 0.3125,
516
+ 0.375,
517
+ 0.375,
518
+ 0.4375,
519
+ 0.5,
520
+ 0.375,
521
+ 0.5,
522
+ 0.4375,
523
+ 0.375,
524
+ 0.375,
525
+ 0.375
526
+ ],
527
+ "mean": [
528
+ -0.06439097970724106,
529
+ -0.06521879881620407,
530
+ -0.125,
531
+ -0.1847969889640808,
532
+ -0.1373879760503769,
533
+ 0.04822782054543495,
534
+ 0.027975188568234444,
535
+ 0.15312707424163818,
536
+ 0.11575789749622345,
537
+ -0.07767443358898163,
538
+ 0.03542105108499527,
539
+ -0.05307518690824509,
540
+ -0.06384360790252686,
541
+ -0.18314436078071594,
542
+ -0.19289849698543549,
543
+ -0.03389473631978035,
544
+ 0.09458722174167633,
545
+ -0.04276691749691963,
546
+ -0.03826015070080757,
547
+ -0.10829849541187286,
548
+ -0.071824811398983,
549
+ -0.22079698741436005,
550
+ -0.04714285582304001,
551
+ -0.22834135591983795,
552
+ -0.01947067677974701,
553
+ 0.0074248118326067924,
554
+ 0.00573834590613842,
555
+ -0.060690224170684814,
556
+ 0.06471353024244308,
557
+ 0.06146090105175972,
558
+ 0.16022330522537231,
559
+ -0.01657293178141117,
560
+ 0.0007180451066233218,
561
+ 0.10714511573314667,
562
+ -0.07185939699411392,
563
+ 0.012763909995555878,
564
+ -0.09171729534864426,
565
+ -0.0794999971985817,
566
+ 0.15587669610977173,
567
+ -0.011427067220211029,
568
+ -0.07081428915262222,
569
+ 0.0370473675429821,
570
+ -0.020825562998652458,
571
+ -0.10491052269935608,
572
+ -0.07982255518436432,
573
+ -0.03099849633872509,
574
+ -0.0554308257997036,
575
+ -0.12368496507406235,
576
+ 0.07534285634756088,
577
+ -0.03026992455124855,
578
+ 0.061053384095430374,
579
+ -0.0092924814671278,
580
+ 0.17143608629703522,
581
+ -0.051742855459451675,
582
+ -0.017972933128476143,
583
+ 0.07894811779260635,
584
+ -0.0036270676646381617,
585
+ -0.0006766917067579925,
586
+ 0.07701954990625381,
587
+ -0.003338345792144537,
588
+ 0.10077368468046188,
589
+ 0.048967670649290085,
590
+ 0.049851126968860626,
591
+ 0.04476090148091316
592
+ ],
593
+ "std": [
594
+ 0.07011081278324127,
595
+ 0.10070349276065826,
596
+ 0.10618823021650314,
597
+ 0.1040232703089714,
598
+ 0.1346515566110611,
599
+ 0.12035326659679413,
600
+ 0.17316193878650665,
601
+ 0.08347848802804947,
602
+ 0.0856991782784462,
603
+ 0.14361310005187988,
604
+ 0.07408461719751358,
605
+ 0.14225201308727264,
606
+ 0.08691011369228363,
607
+ 0.09022863209247589,
608
+ 0.08300687372684479,
609
+ 0.10174085199832916,
610
+ 0.09679042547941208,
611
+ 0.06325257569551468,
612
+ 0.08858565986156464,
613
+ 0.1711788922548294,
614
+ 0.1577969342470169,
615
+ 0.10648369044065475,
616
+ 0.1129717081785202,
617
+ 0.1149425283074379,
618
+ 0.08891275525093079,
619
+ 0.12593857944011688,
620
+ 0.09133600443601608,
621
+ 0.19993668794631958,
622
+ 0.08262906223535538,
623
+ 0.11261534690856934,
624
+ 0.08883041143417358,
625
+ 0.1162080317735672,
626
+ 0.20441272854804993,
627
+ 0.06782399863004684,
628
+ 0.09499737620353699,
629
+ 0.19293878972530365,
630
+ 0.1464645266532898,
631
+ 0.09174318611621857,
632
+ 0.07088606059551239,
633
+ 0.07447929680347443,
634
+ 0.0700845718383789,
635
+ 0.2343086153268814,
636
+ 0.10589630156755447,
637
+ 0.1032341793179512,
638
+ 0.1765136867761612,
639
+ 0.10248377919197083,
640
+ 0.12065689265727997,
641
+ 0.07768698036670685,
642
+ 0.09366670250892639,
643
+ 0.09704228490591049,
644
+ 0.10575727373361588,
645
+ 0.12160521745681763,
646
+ 0.08417858183383942,
647
+ 0.12966477870941162,
648
+ 0.1364697813987732,
649
+ 0.1211245134472847,
650
+ 0.15620125830173492,
651
+ 0.22729310393333435,
652
+ 0.09351138025522232,
653
+ 0.22351068258285522,
654
+ 0.13720352947711945,
655
+ 0.09697328507900238,
656
+ 0.12150005251169205,
657
+ 0.09913279861211777
658
+ ],
659
+ "q01": [
660
+ -0.1875,
661
+ -0.3125,
662
+ -0.4375,
663
+ -0.4375,
664
+ -0.4375,
665
+ -0.1875,
666
+ -0.25,
667
+ -0.0625,
668
+ -0.125,
669
+ -0.4375,
670
+ -0.1875,
671
+ -0.375,
672
+ -0.1875,
673
+ -0.375,
674
+ -0.375,
675
+ -0.3125,
676
+ -0.125,
677
+ -0.1875,
678
+ -0.25,
679
+ -0.4375,
680
+ -0.375,
681
+ -0.4375,
682
+ -0.3125,
683
+ -0.4375,
684
+ -0.1875,
685
+ -0.25,
686
+ -0.1875,
687
+ -0.5,
688
+ -0.125,
689
+ -0.125,
690
+ -0.0625,
691
+ -0.25,
692
+ -0.375,
693
+ -0.0625,
694
+ -0.3125,
695
+ -0.4375,
696
+ -0.4375,
697
+ -0.25,
698
+ 0.0,
699
+ -0.1875,
700
+ -0.25,
701
+ -0.5,
702
+ -0.25,
703
+ -0.375,
704
+ -0.4375,
705
+ -0.375,
706
+ -0.3125,
707
+ -0.25,
708
+ -0.1875,
709
+ -0.3125,
710
+ -0.1875,
711
+ -0.3125,
712
+ -0.0625,
713
+ -0.375,
714
+ -0.3125,
715
+ -0.1875,
716
+ -0.375,
717
+ -0.375,
718
+ -0.125,
719
+ -0.4375,
720
+ -0.25,
721
+ -0.25,
722
+ -0.25,
723
+ -0.1875
724
+ ],
725
+ "q99": [
726
+ 0.125,
727
+ 0.1875,
728
+ 0.0625,
729
+ 0.0,
730
+ 0.125,
731
+ 0.3125,
732
+ 0.375,
733
+ 0.3125,
734
+ 0.3125,
735
+ 0.25,
736
+ 0.1875,
737
+ 0.1875,
738
+ 0.1875,
739
+ 0.0625,
740
+ 0.0,
741
+ 0.1875,
742
+ 0.3125,
743
+ 0.125,
744
+ 0.1875,
745
+ 0.1875,
746
+ 0.25,
747
+ 0.0,
748
+ 0.1875,
749
+ 0.0625,
750
+ 0.25,
751
+ 0.3125,
752
+ 0.1875,
753
+ 0.25,
754
+ 0.25,
755
+ 0.3125,
756
+ 0.3125,
757
+ 0.3125,
758
+ 0.375,
759
+ 0.25,
760
+ 0.125,
761
+ 0.3125,
762
+ 0.25,
763
+ 0.125,
764
+ 0.3125,
765
+ 0.125,
766
+ 0.125,
767
+ 0.375,
768
+ 0.1875,
769
+ 0.125,
770
+ 0.25,
771
+ 0.125,
772
+ 0.1875,
773
+ 0.0625,
774
+ 0.25,
775
+ 0.1875,
776
+ 0.25,
777
+ 0.25,
778
+ 0.375,
779
+ 0.1875,
780
+ 0.25,
781
+ 0.3125,
782
+ 0.375,
783
+ 0.4375,
784
+ 0.25,
785
+ 0.375,
786
+ 0.375,
787
+ 0.25,
788
+ 0.25,
789
+ 0.25
790
+ ]
791
+ },
792
+ "left_hand_joints": {
793
+ "min": [
794
+ 0.0,
795
+ 0.0,
796
+ 0.0,
797
+ 0.0,
798
+ 0.0,
799
+ 0.0,
800
+ 0.0
801
+ ],
802
+ "max": [
803
+ 0.0,
804
+ 0.0,
805
+ 0.0,
806
+ 0.0,
807
+ 0.0,
808
+ 0.0,
809
+ 0.0
810
+ ],
811
+ "mean": [
812
+ 0.0,
813
+ 0.0,
814
+ 0.0,
815
+ 0.0,
816
+ 0.0,
817
+ 0.0,
818
+ 0.0
819
+ ],
820
+ "std": [
821
+ 0.0,
822
+ 0.0,
823
+ 0.0,
824
+ 0.0,
825
+ 0.0,
826
+ 0.0,
827
+ 0.0
828
+ ],
829
+ "q01": [
830
+ 0.0,
831
+ 0.0,
832
+ 0.0,
833
+ 0.0,
834
+ 0.0,
835
+ 0.0,
836
+ 0.0
837
+ ],
838
+ "q99": [
839
+ 0.0,
840
+ 0.0,
841
+ 0.0,
842
+ 0.0,
843
+ 0.0,
844
+ 0.0,
845
+ 0.0
846
+ ]
847
+ },
848
+ "right_hand_joints": {
849
+ "min": [
850
+ 0.0,
851
+ 0.0,
852
+ 0.0,
853
+ 0.0,
854
+ 0.0,
855
+ 0.0,
856
+ 0.0
857
+ ],
858
+ "max": [
859
+ 0.0,
860
+ 0.0,
861
+ 0.0,
862
+ 0.0,
863
+ 0.0,
864
+ 0.0,
865
+ 0.0
866
+ ],
867
+ "mean": [
868
+ 0.0,
869
+ 0.0,
870
+ 0.0,
871
+ 0.0,
872
+ 0.0,
873
+ 0.0,
874
+ 0.0
875
+ ],
876
+ "std": [
877
+ 0.0,
878
+ 0.0,
879
+ 0.0,
880
+ 0.0,
881
+ 0.0,
882
+ 0.0,
883
+ 0.0
884
+ ],
885
+ "q01": [
886
+ 0.0,
887
+ 0.0,
888
+ 0.0,
889
+ 0.0,
890
+ 0.0,
891
+ 0.0,
892
+ 0.0
893
+ ],
894
+ "q99": [
895
+ 0.0,
896
+ 0.0,
897
+ 0.0,
898
+ 0.0,
899
+ 0.0,
900
+ 0.0,
901
+ 0.0
902
+ ]
903
+ }
904
+ },
905
+ "relative_action": {}
906
+ }
907
+ }
groot-wbc-8/checkpoint-5000/experiment_cfg/final_model_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "Gr00tN1d7",
3
+ "model_dtype": "bfloat16",
4
+ "model_name": "nvidia/Cosmos-Reason2-2B",
5
+ "backbone_model_type": "qwen",
6
+ "model_revision": null,
7
+ "tune_top_llm_layers": 0,
8
+ "backbone_embedding_dim": 2048,
9
+ "tune_llm": false,
10
+ "tune_visual": false,
11
+ "select_layer": 16,
12
+ "reproject_vision": false,
13
+ "use_flash_attention": true,
14
+ "load_bf16": false,
15
+ "backbone_trainable_params_fp32": true,
16
+ "extra_augmentation_config": null,
17
+ "apply_sincos_state_encoding": false,
18
+ "use_percentiles": true,
19
+ "use_relative_action": false,
20
+ "max_state_dim": 132,
21
+ "max_action_dim": 132,
22
+ "action_horizon": 40,
23
+ "hidden_size": 1024,
24
+ "input_embedding_dim": 1536,
25
+ "state_history_length": 1,
26
+ "add_pos_embed": true,
27
+ "attn_dropout": 0.2,
28
+ "use_vlln": true,
29
+ "max_seq_len": 1024,
30
+ "use_alternate_vl_dit": true,
31
+ "attend_text_every_n_blocks": 2,
32
+ "diffusion_model_cfg": {
33
+ "attention_head_dim": 48,
34
+ "dropout": 0.2,
35
+ "final_dropout": true,
36
+ "interleave_self_attention": true,
37
+ "norm_type": "ada_norm",
38
+ "num_attention_heads": 32,
39
+ "num_layers": 32,
40
+ "output_dim": 1024,
41
+ "positional_embeddings": null
42
+ },
43
+ "num_inference_timesteps": 4,
44
+ "noise_beta_alpha": 1.5,
45
+ "noise_beta_beta": 1.0,
46
+ "noise_s": 0.999,
47
+ "num_timestep_buckets": 1000,
48
+ "tune_projector": true,
49
+ "tune_diffusion_model": true,
50
+ "tune_vlln": true,
51
+ "state_dropout_prob": 0.2,
52
+ "exclude_state": false,
53
+ "use_mean_std": false,
54
+ "max_num_embodiments": 32
55
+ }
groot-wbc-8/checkpoint-5000/experiment_cfg/final_processor_config.json ADDED
The diff for this file is too large to render. See raw diff
 
groot-wbc-8/checkpoint-5000/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
groot-wbc-8/checkpoint-5000/processor_config.json ADDED
@@ -0,0 +1,1159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "processor_class": "Gr00tN1d7Processor",
3
+ "processor_kwargs": {
4
+ "modality_configs": {
5
+ "real_g1_relative_eef_relative_joints": {
6
+ "video": {
7
+ "delta_indices": [
8
+ -20,
9
+ 0
10
+ ],
11
+ "modality_keys": [
12
+ "ego_view"
13
+ ],
14
+ "sin_cos_embedding_keys": null,
15
+ "mean_std_embedding_keys": null,
16
+ "action_configs": null
17
+ },
18
+ "state": {
19
+ "delta_indices": [
20
+ 0
21
+ ],
22
+ "modality_keys": [
23
+ "left_wrist_eef_9d",
24
+ "right_wrist_eef_9d",
25
+ "left_hand",
26
+ "right_hand",
27
+ "left_arm",
28
+ "right_arm",
29
+ "waist"
30
+ ],
31
+ "sin_cos_embedding_keys": null,
32
+ "mean_std_embedding_keys": null,
33
+ "action_configs": null
34
+ },
35
+ "action": {
36
+ "delta_indices": [
37
+ 0,
38
+ 1,
39
+ 2,
40
+ 3,
41
+ 4,
42
+ 5,
43
+ 6,
44
+ 7,
45
+ 8,
46
+ 9,
47
+ 10,
48
+ 11,
49
+ 12,
50
+ 13,
51
+ 14,
52
+ 15,
53
+ 16,
54
+ 17,
55
+ 18,
56
+ 19,
57
+ 20,
58
+ 21,
59
+ 22,
60
+ 23,
61
+ 24,
62
+ 25,
63
+ 26,
64
+ 27,
65
+ 28,
66
+ 29,
67
+ 30,
68
+ 31,
69
+ 32,
70
+ 33,
71
+ 34,
72
+ 35,
73
+ 36,
74
+ 37,
75
+ 38,
76
+ 39
77
+ ],
78
+ "modality_keys": [
79
+ "left_wrist_eef_9d",
80
+ "right_wrist_eef_9d",
81
+ "left_hand",
82
+ "right_hand",
83
+ "left_arm",
84
+ "right_arm",
85
+ "waist",
86
+ "base_height_command",
87
+ "navigate_command"
88
+ ],
89
+ "sin_cos_embedding_keys": null,
90
+ "mean_std_embedding_keys": null,
91
+ "action_configs": [
92
+ {
93
+ "rep": "RELATIVE",
94
+ "type": "EEF",
95
+ "format": "XYZ_ROT6D",
96
+ "state_key": "left_wrist_eef_9d"
97
+ },
98
+ {
99
+ "rep": "RELATIVE",
100
+ "type": "EEF",
101
+ "format": "XYZ_ROT6D",
102
+ "state_key": "right_wrist_eef_9d"
103
+ },
104
+ {
105
+ "rep": "ABSOLUTE",
106
+ "type": "NON_EEF",
107
+ "format": "DEFAULT",
108
+ "state_key": "left_hand"
109
+ },
110
+ {
111
+ "rep": "ABSOLUTE",
112
+ "type": "NON_EEF",
113
+ "format": "DEFAULT",
114
+ "state_key": "right_hand"
115
+ },
116
+ {
117
+ "rep": "RELATIVE",
118
+ "type": "NON_EEF",
119
+ "format": "DEFAULT",
120
+ "state_key": "left_arm"
121
+ },
122
+ {
123
+ "rep": "RELATIVE",
124
+ "type": "NON_EEF",
125
+ "format": "DEFAULT",
126
+ "state_key": "right_arm"
127
+ },
128
+ {
129
+ "rep": "ABSOLUTE",
130
+ "type": "NON_EEF",
131
+ "format": "DEFAULT",
132
+ "state_key": "waist"
133
+ },
134
+ {
135
+ "rep": "ABSOLUTE",
136
+ "type": "NON_EEF",
137
+ "format": "DEFAULT",
138
+ "state_key": "base_height_command"
139
+ },
140
+ {
141
+ "rep": "ABSOLUTE",
142
+ "type": "NON_EEF",
143
+ "format": "DEFAULT",
144
+ "state_key": "navigate_command"
145
+ }
146
+ ]
147
+ },
148
+ "language": {
149
+ "delta_indices": [
150
+ 0
151
+ ],
152
+ "modality_keys": [
153
+ "annotation.human.task_description"
154
+ ],
155
+ "sin_cos_embedding_keys": null,
156
+ "mean_std_embedding_keys": null,
157
+ "action_configs": null
158
+ }
159
+ },
160
+ "real_r1_pro_sharpa_relative_eef_mecka": {
161
+ "video": {
162
+ "delta_indices": [
163
+ -30,
164
+ 0
165
+ ],
166
+ "modality_keys": [
167
+ "ego_view_cropratio_res320x240_freq30"
168
+ ],
169
+ "sin_cos_embedding_keys": null,
170
+ "mean_std_embedding_keys": null,
171
+ "action_configs": null
172
+ },
173
+ "state": {
174
+ "delta_indices": [
175
+ 0
176
+ ],
177
+ "modality_keys": [
178
+ "left_wrist_eef",
179
+ "right_wrist_eef",
180
+ "left_hand_joints",
181
+ "right_hand_joints"
182
+ ],
183
+ "sin_cos_embedding_keys": null,
184
+ "mean_std_embedding_keys": null,
185
+ "action_configs": null
186
+ },
187
+ "action": {
188
+ "delta_indices": [
189
+ 0,
190
+ 1,
191
+ 2,
192
+ 3,
193
+ 4,
194
+ 5,
195
+ 6,
196
+ 7,
197
+ 8,
198
+ 9,
199
+ 10,
200
+ 11,
201
+ 12,
202
+ 13,
203
+ 14,
204
+ 15,
205
+ 16,
206
+ 17,
207
+ 18,
208
+ 19,
209
+ 20,
210
+ 21,
211
+ 22,
212
+ 23,
213
+ 24,
214
+ 25,
215
+ 26,
216
+ 27,
217
+ 28,
218
+ 29,
219
+ 30,
220
+ 31,
221
+ 32,
222
+ 33,
223
+ 34,
224
+ 35,
225
+ 36,
226
+ 37,
227
+ 38,
228
+ 39
229
+ ],
230
+ "modality_keys": [
231
+ "left_wrist_eef",
232
+ "right_wrist_eef",
233
+ "left_hand_joints",
234
+ "right_hand_joints"
235
+ ],
236
+ "sin_cos_embedding_keys": null,
237
+ "mean_std_embedding_keys": null,
238
+ "action_configs": [
239
+ {
240
+ "rep": "RELATIVE",
241
+ "type": "EEF",
242
+ "format": "XYZ_ROT6D",
243
+ "state_key": "left_wrist_eef"
244
+ },
245
+ {
246
+ "rep": "RELATIVE",
247
+ "type": "EEF",
248
+ "format": "XYZ_ROT6D",
249
+ "state_key": "right_wrist_eef"
250
+ },
251
+ {
252
+ "rep": "ABSOLUTE",
253
+ "type": "NON_EEF",
254
+ "format": "DEFAULT",
255
+ "state_key": "left_hand_joints"
256
+ },
257
+ {
258
+ "rep": "ABSOLUTE",
259
+ "type": "NON_EEF",
260
+ "format": "DEFAULT",
261
+ "state_key": "right_hand_joints"
262
+ }
263
+ ]
264
+ },
265
+ "language": {
266
+ "delta_indices": [
267
+ 0
268
+ ],
269
+ "modality_keys": [
270
+ "annotation.human.coarse_action"
271
+ ],
272
+ "sin_cos_embedding_keys": null,
273
+ "mean_std_embedding_keys": null,
274
+ "action_configs": null
275
+ }
276
+ },
277
+ "real_r1_pro_sharpa_relative_eef_human": {
278
+ "video": {
279
+ "delta_indices": [
280
+ -20,
281
+ 0
282
+ ],
283
+ "modality_keys": [
284
+ "ego_view_res320x240_freq20",
285
+ "left_wrist_view_res320x240_freq20",
286
+ "right_wrist_view_res320x240_freq20"
287
+ ],
288
+ "sin_cos_embedding_keys": null,
289
+ "mean_std_embedding_keys": null,
290
+ "action_configs": null
291
+ },
292
+ "state": {
293
+ "delta_indices": [
294
+ 0
295
+ ],
296
+ "modality_keys": [
297
+ "left_wrist_eef",
298
+ "right_wrist_eef",
299
+ "left_hand_joints",
300
+ "right_hand_joints"
301
+ ],
302
+ "sin_cos_embedding_keys": null,
303
+ "mean_std_embedding_keys": null,
304
+ "action_configs": null
305
+ },
306
+ "action": {
307
+ "delta_indices": [
308
+ 0,
309
+ 1,
310
+ 2,
311
+ 3,
312
+ 4,
313
+ 5,
314
+ 6,
315
+ 7,
316
+ 8,
317
+ 9,
318
+ 10,
319
+ 11,
320
+ 12,
321
+ 13,
322
+ 14,
323
+ 15,
324
+ 16,
325
+ 17,
326
+ 18,
327
+ 19,
328
+ 20,
329
+ 21,
330
+ 22,
331
+ 23,
332
+ 24,
333
+ 25,
334
+ 26,
335
+ 27,
336
+ 28,
337
+ 29,
338
+ 30,
339
+ 31,
340
+ 32,
341
+ 33,
342
+ 34,
343
+ 35,
344
+ 36,
345
+ 37,
346
+ 38,
347
+ 39
348
+ ],
349
+ "modality_keys": [
350
+ "left_wrist_eef",
351
+ "right_wrist_eef",
352
+ "left_hand_joints",
353
+ "right_hand_joints"
354
+ ],
355
+ "sin_cos_embedding_keys": null,
356
+ "mean_std_embedding_keys": null,
357
+ "action_configs": [
358
+ {
359
+ "rep": "RELATIVE",
360
+ "type": "EEF",
361
+ "format": "XYZ_ROT6D",
362
+ "state_key": "left_wrist_eef"
363
+ },
364
+ {
365
+ "rep": "RELATIVE",
366
+ "type": "EEF",
367
+ "format": "XYZ_ROT6D",
368
+ "state_key": "right_wrist_eef"
369
+ },
370
+ {
371
+ "rep": "ABSOLUTE",
372
+ "type": "NON_EEF",
373
+ "format": "DEFAULT",
374
+ "state_key": "left_hand_joints"
375
+ },
376
+ {
377
+ "rep": "ABSOLUTE",
378
+ "type": "NON_EEF",
379
+ "format": "DEFAULT",
380
+ "state_key": "right_hand_joints"
381
+ }
382
+ ]
383
+ },
384
+ "language": {
385
+ "delta_indices": [
386
+ 0
387
+ ],
388
+ "modality_keys": [
389
+ "annotation.human.coarse_action"
390
+ ],
391
+ "sin_cos_embedding_keys": null,
392
+ "mean_std_embedding_keys": null,
393
+ "action_configs": null
394
+ }
395
+ },
396
+ "real_r1_pro_sharpa_relative_eef": {
397
+ "video": {
398
+ "delta_indices": [
399
+ -20,
400
+ 0
401
+ ],
402
+ "modality_keys": [
403
+ "ego_view_res320x240_freq20",
404
+ "left_wrist_view_res320x240_freq20",
405
+ "right_wrist_view_res320x240_freq20"
406
+ ],
407
+ "sin_cos_embedding_keys": null,
408
+ "mean_std_embedding_keys": null,
409
+ "action_configs": null
410
+ },
411
+ "state": {
412
+ "delta_indices": [
413
+ 0
414
+ ],
415
+ "modality_keys": [
416
+ "left_wrist_eef",
417
+ "right_wrist_eef",
418
+ "left_hand_joints",
419
+ "right_hand_joints"
420
+ ],
421
+ "sin_cos_embedding_keys": null,
422
+ "mean_std_embedding_keys": null,
423
+ "action_configs": null
424
+ },
425
+ "action": {
426
+ "delta_indices": [
427
+ 0,
428
+ 1,
429
+ 2,
430
+ 3,
431
+ 4,
432
+ 5,
433
+ 6,
434
+ 7,
435
+ 8,
436
+ 9,
437
+ 10,
438
+ 11,
439
+ 12,
440
+ 13,
441
+ 14,
442
+ 15,
443
+ 16,
444
+ 17,
445
+ 18,
446
+ 19,
447
+ 20,
448
+ 21,
449
+ 22,
450
+ 23,
451
+ 24,
452
+ 25,
453
+ 26,
454
+ 27,
455
+ 28,
456
+ 29,
457
+ 30,
458
+ 31,
459
+ 32,
460
+ 33,
461
+ 34,
462
+ 35,
463
+ 36,
464
+ 37,
465
+ 38,
466
+ 39
467
+ ],
468
+ "modality_keys": [
469
+ "left_wrist_eef",
470
+ "right_wrist_eef",
471
+ "left_hand_joints",
472
+ "right_hand_joints"
473
+ ],
474
+ "sin_cos_embedding_keys": null,
475
+ "mean_std_embedding_keys": null,
476
+ "action_configs": [
477
+ {
478
+ "rep": "RELATIVE",
479
+ "type": "EEF",
480
+ "format": "XYZ_ROT6D",
481
+ "state_key": "left_wrist_eef"
482
+ },
483
+ {
484
+ "rep": "RELATIVE",
485
+ "type": "EEF",
486
+ "format": "XYZ_ROT6D",
487
+ "state_key": "right_wrist_eef"
488
+ },
489
+ {
490
+ "rep": "ABSOLUTE",
491
+ "type": "NON_EEF",
492
+ "format": "DEFAULT",
493
+ "state_key": "left_hand_joints"
494
+ },
495
+ {
496
+ "rep": "ABSOLUTE",
497
+ "type": "NON_EEF",
498
+ "format": "DEFAULT",
499
+ "state_key": "right_hand_joints"
500
+ }
501
+ ]
502
+ },
503
+ "language": {
504
+ "delta_indices": [
505
+ 0
506
+ ],
507
+ "modality_keys": [
508
+ "annotation.human.coarse_action"
509
+ ],
510
+ "sin_cos_embedding_keys": null,
511
+ "mean_std_embedding_keys": null,
512
+ "action_configs": null
513
+ }
514
+ },
515
+ "xdof_relative_eef_relative_joint": {
516
+ "video": {
517
+ "delta_indices": [
518
+ -30,
519
+ 0
520
+ ],
521
+ "modality_keys": [
522
+ "top_camera-images-rgb_320_240",
523
+ "left_camera-images-rgb_320_240",
524
+ "right_camera-images-rgb_320_240"
525
+ ],
526
+ "sin_cos_embedding_keys": null,
527
+ "mean_std_embedding_keys": null,
528
+ "action_configs": null
529
+ },
530
+ "state": {
531
+ "delta_indices": [
532
+ 0
533
+ ],
534
+ "modality_keys": [
535
+ "left_wrist_eef",
536
+ "right_wrist_eef",
537
+ "left_gripper_pos",
538
+ "right_gripper_pos",
539
+ "left_joint_pos",
540
+ "right_joint_pos"
541
+ ],
542
+ "sin_cos_embedding_keys": null,
543
+ "mean_std_embedding_keys": null,
544
+ "action_configs": null
545
+ },
546
+ "action": {
547
+ "delta_indices": [
548
+ 0,
549
+ 1,
550
+ 2,
551
+ 3,
552
+ 4,
553
+ 5,
554
+ 6,
555
+ 7,
556
+ 8,
557
+ 9,
558
+ 10,
559
+ 11,
560
+ 12,
561
+ 13,
562
+ 14,
563
+ 15,
564
+ 16,
565
+ 17,
566
+ 18,
567
+ 19,
568
+ 20,
569
+ 21,
570
+ 22,
571
+ 23,
572
+ 24,
573
+ 25,
574
+ 26,
575
+ 27,
576
+ 28,
577
+ 29,
578
+ 30,
579
+ 31,
580
+ 32,
581
+ 33,
582
+ 34,
583
+ 35,
584
+ 36,
585
+ 37,
586
+ 38,
587
+ 39
588
+ ],
589
+ "modality_keys": [
590
+ "left_wrist_eef",
591
+ "right_wrist_eef",
592
+ "left_gripper_pos",
593
+ "right_gripper_pos",
594
+ "left_joint_pos",
595
+ "right_joint_pos"
596
+ ],
597
+ "sin_cos_embedding_keys": null,
598
+ "mean_std_embedding_keys": null,
599
+ "action_configs": [
600
+ {
601
+ "rep": "RELATIVE",
602
+ "type": "EEF",
603
+ "format": "XYZ_ROT6D",
604
+ "state_key": "left_wrist_eef"
605
+ },
606
+ {
607
+ "rep": "RELATIVE",
608
+ "type": "EEF",
609
+ "format": "XYZ_ROT6D",
610
+ "state_key": "right_wrist_eef"
611
+ },
612
+ {
613
+ "rep": "ABSOLUTE",
614
+ "type": "NON_EEF",
615
+ "format": "DEFAULT",
616
+ "state_key": "left_gripper_pos"
617
+ },
618
+ {
619
+ "rep": "ABSOLUTE",
620
+ "type": "NON_EEF",
621
+ "format": "DEFAULT",
622
+ "state_key": "right_gripper_pos"
623
+ },
624
+ {
625
+ "rep": "RELATIVE",
626
+ "type": "NON_EEF",
627
+ "format": "DEFAULT",
628
+ "state_key": "left_joint_pos"
629
+ },
630
+ {
631
+ "rep": "RELATIVE",
632
+ "type": "NON_EEF",
633
+ "format": "DEFAULT",
634
+ "state_key": "right_joint_pos"
635
+ }
636
+ ]
637
+ },
638
+ "language": {
639
+ "delta_indices": [
640
+ 0
641
+ ],
642
+ "modality_keys": [
643
+ "annotation.task"
644
+ ],
645
+ "sin_cos_embedding_keys": null,
646
+ "mean_std_embedding_keys": null,
647
+ "action_configs": null
648
+ }
649
+ },
650
+ "real_r1_pro_sharpa_relative_eef_maxinsights": {
651
+ "video": {
652
+ "delta_indices": [
653
+ -30,
654
+ 0
655
+ ],
656
+ "modality_keys": [
657
+ "ego_view_cropratio_res320x240_freq30"
658
+ ],
659
+ "sin_cos_embedding_keys": null,
660
+ "mean_std_embedding_keys": null,
661
+ "action_configs": null
662
+ },
663
+ "state": {
664
+ "delta_indices": [
665
+ 0
666
+ ],
667
+ "modality_keys": [
668
+ "left_wrist_eef",
669
+ "right_wrist_eef",
670
+ "left_hand_joints",
671
+ "right_hand_joints"
672
+ ],
673
+ "sin_cos_embedding_keys": null,
674
+ "mean_std_embedding_keys": null,
675
+ "action_configs": null
676
+ },
677
+ "action": {
678
+ "delta_indices": [
679
+ 0,
680
+ 1,
681
+ 2,
682
+ 3,
683
+ 4,
684
+ 5,
685
+ 6,
686
+ 7,
687
+ 8,
688
+ 9,
689
+ 10,
690
+ 11,
691
+ 12,
692
+ 13,
693
+ 14,
694
+ 15,
695
+ 16,
696
+ 17,
697
+ 18,
698
+ 19,
699
+ 20,
700
+ 21,
701
+ 22,
702
+ 23,
703
+ 24,
704
+ 25,
705
+ 26,
706
+ 27,
707
+ 28,
708
+ 29,
709
+ 30,
710
+ 31,
711
+ 32,
712
+ 33,
713
+ 34,
714
+ 35,
715
+ 36,
716
+ 37,
717
+ 38,
718
+ 39
719
+ ],
720
+ "modality_keys": [
721
+ "left_wrist_eef",
722
+ "right_wrist_eef",
723
+ "left_hand_joints",
724
+ "right_hand_joints"
725
+ ],
726
+ "sin_cos_embedding_keys": null,
727
+ "mean_std_embedding_keys": null,
728
+ "action_configs": [
729
+ {
730
+ "rep": "RELATIVE",
731
+ "type": "EEF",
732
+ "format": "XYZ_ROT6D",
733
+ "state_key": "left_wrist_eef"
734
+ },
735
+ {
736
+ "rep": "RELATIVE",
737
+ "type": "EEF",
738
+ "format": "XYZ_ROT6D",
739
+ "state_key": "right_wrist_eef"
740
+ },
741
+ {
742
+ "rep": "ABSOLUTE",
743
+ "type": "NON_EEF",
744
+ "format": "DEFAULT",
745
+ "state_key": "left_hand_joints"
746
+ },
747
+ {
748
+ "rep": "ABSOLUTE",
749
+ "type": "NON_EEF",
750
+ "format": "DEFAULT",
751
+ "state_key": "right_hand_joints"
752
+ }
753
+ ]
754
+ },
755
+ "language": {
756
+ "delta_indices": [
757
+ 0
758
+ ],
759
+ "modality_keys": [
760
+ "annotation.human.coarse_action"
761
+ ],
762
+ "sin_cos_embedding_keys": null,
763
+ "mean_std_embedding_keys": null,
764
+ "action_configs": null
765
+ }
766
+ },
767
+ "xdof_relative_eef_relative_joint_subtask": {
768
+ "video": {
769
+ "delta_indices": [
770
+ -30,
771
+ 0
772
+ ],
773
+ "modality_keys": [
774
+ "top_camera-images-rgb_320_240",
775
+ "left_camera-images-rgb_320_240",
776
+ "right_camera-images-rgb_320_240"
777
+ ],
778
+ "sin_cos_embedding_keys": null,
779
+ "mean_std_embedding_keys": null,
780
+ "action_configs": null
781
+ },
782
+ "state": {
783
+ "delta_indices": [
784
+ 0
785
+ ],
786
+ "modality_keys": [
787
+ "left_wrist_eef",
788
+ "right_wrist_eef",
789
+ "left_gripper_pos",
790
+ "right_gripper_pos",
791
+ "left_joint_pos",
792
+ "right_joint_pos"
793
+ ],
794
+ "sin_cos_embedding_keys": null,
795
+ "mean_std_embedding_keys": null,
796
+ "action_configs": null
797
+ },
798
+ "action": {
799
+ "delta_indices": [
800
+ 0,
801
+ 1,
802
+ 2,
803
+ 3,
804
+ 4,
805
+ 5,
806
+ 6,
807
+ 7,
808
+ 8,
809
+ 9,
810
+ 10,
811
+ 11,
812
+ 12,
813
+ 13,
814
+ 14,
815
+ 15,
816
+ 16,
817
+ 17,
818
+ 18,
819
+ 19,
820
+ 20,
821
+ 21,
822
+ 22,
823
+ 23,
824
+ 24,
825
+ 25,
826
+ 26,
827
+ 27,
828
+ 28,
829
+ 29,
830
+ 30,
831
+ 31,
832
+ 32,
833
+ 33,
834
+ 34,
835
+ 35,
836
+ 36,
837
+ 37,
838
+ 38,
839
+ 39
840
+ ],
841
+ "modality_keys": [
842
+ "left_wrist_eef",
843
+ "right_wrist_eef",
844
+ "left_gripper_pos",
845
+ "right_gripper_pos",
846
+ "left_joint_pos",
847
+ "right_joint_pos"
848
+ ],
849
+ "sin_cos_embedding_keys": null,
850
+ "mean_std_embedding_keys": null,
851
+ "action_configs": [
852
+ {
853
+ "rep": "RELATIVE",
854
+ "type": "EEF",
855
+ "format": "XYZ_ROT6D",
856
+ "state_key": "left_wrist_eef"
857
+ },
858
+ {
859
+ "rep": "RELATIVE",
860
+ "type": "EEF",
861
+ "format": "XYZ_ROT6D",
862
+ "state_key": "right_wrist_eef"
863
+ },
864
+ {
865
+ "rep": "ABSOLUTE",
866
+ "type": "NON_EEF",
867
+ "format": "DEFAULT",
868
+ "state_key": "left_gripper_pos"
869
+ },
870
+ {
871
+ "rep": "ABSOLUTE",
872
+ "type": "NON_EEF",
873
+ "format": "DEFAULT",
874
+ "state_key": "right_gripper_pos"
875
+ },
876
+ {
877
+ "rep": "RELATIVE",
878
+ "type": "NON_EEF",
879
+ "format": "DEFAULT",
880
+ "state_key": "left_joint_pos"
881
+ },
882
+ {
883
+ "rep": "RELATIVE",
884
+ "type": "NON_EEF",
885
+ "format": "DEFAULT",
886
+ "state_key": "right_joint_pos"
887
+ }
888
+ ]
889
+ },
890
+ "language": {
891
+ "delta_indices": [
892
+ 0
893
+ ],
894
+ "modality_keys": [
895
+ "annotation.sub_task"
896
+ ],
897
+ "sin_cos_embedding_keys": null,
898
+ "mean_std_embedding_keys": null,
899
+ "action_configs": null
900
+ }
901
+ },
902
+ "oxe_droid_relative_eef_relative_joint": {
903
+ "video": {
904
+ "delta_indices": [
905
+ -15,
906
+ 0
907
+ ],
908
+ "modality_keys": [
909
+ "exterior_image_1_left",
910
+ "wrist_image_left"
911
+ ],
912
+ "sin_cos_embedding_keys": null,
913
+ "mean_std_embedding_keys": null,
914
+ "action_configs": null
915
+ },
916
+ "state": {
917
+ "delta_indices": [
918
+ 0
919
+ ],
920
+ "modality_keys": [
921
+ "eef_9d",
922
+ "gripper_position",
923
+ "joint_position"
924
+ ],
925
+ "sin_cos_embedding_keys": null,
926
+ "mean_std_embedding_keys": null,
927
+ "action_configs": null
928
+ },
929
+ "action": {
930
+ "delta_indices": [
931
+ 0,
932
+ 1,
933
+ 2,
934
+ 3,
935
+ 4,
936
+ 5,
937
+ 6,
938
+ 7,
939
+ 8,
940
+ 9,
941
+ 10,
942
+ 11,
943
+ 12,
944
+ 13,
945
+ 14,
946
+ 15,
947
+ 16,
948
+ 17,
949
+ 18,
950
+ 19,
951
+ 20,
952
+ 21,
953
+ 22,
954
+ 23,
955
+ 24,
956
+ 25,
957
+ 26,
958
+ 27,
959
+ 28,
960
+ 29,
961
+ 30,
962
+ 31,
963
+ 32,
964
+ 33,
965
+ 34,
966
+ 35,
967
+ 36,
968
+ 37,
969
+ 38,
970
+ 39
971
+ ],
972
+ "modality_keys": [
973
+ "eef_9d",
974
+ "gripper_position",
975
+ "joint_position"
976
+ ],
977
+ "sin_cos_embedding_keys": null,
978
+ "mean_std_embedding_keys": null,
979
+ "action_configs": [
980
+ {
981
+ "rep": "RELATIVE",
982
+ "type": "EEF",
983
+ "format": "XYZ_ROT6D",
984
+ "state_key": "eef_9d"
985
+ },
986
+ {
987
+ "rep": "ABSOLUTE",
988
+ "type": "NON_EEF",
989
+ "format": "DEFAULT",
990
+ "state_key": "gripper_position"
991
+ },
992
+ {
993
+ "rep": "RELATIVE",
994
+ "type": "NON_EEF",
995
+ "format": "DEFAULT",
996
+ "state_key": "joint_position"
997
+ }
998
+ ]
999
+ },
1000
+ "language": {
1001
+ "delta_indices": [
1002
+ 0
1003
+ ],
1004
+ "modality_keys": [
1005
+ "annotation.language.language_instruction"
1006
+ ],
1007
+ "sin_cos_embedding_keys": null,
1008
+ "mean_std_embedding_keys": null,
1009
+ "action_configs": null
1010
+ }
1011
+ },
1012
+ "unitree_g1_sonic": {
1013
+ "video": {
1014
+ "delta_indices": [
1015
+ 0
1016
+ ],
1017
+ "modality_keys": [
1018
+ "ego_view"
1019
+ ],
1020
+ "sin_cos_embedding_keys": null,
1021
+ "mean_std_embedding_keys": null,
1022
+ "action_configs": null
1023
+ },
1024
+ "state": {
1025
+ "delta_indices": [
1026
+ 0
1027
+ ],
1028
+ "modality_keys": [
1029
+ "left_leg",
1030
+ "right_leg",
1031
+ "waist",
1032
+ "left_arm",
1033
+ "right_arm",
1034
+ "left_hand",
1035
+ "right_hand",
1036
+ "projected_gravity"
1037
+ ],
1038
+ "sin_cos_embedding_keys": null,
1039
+ "mean_std_embedding_keys": null,
1040
+ "action_configs": null
1041
+ },
1042
+ "action": {
1043
+ "delta_indices": [
1044
+ 0,
1045
+ 1,
1046
+ 2,
1047
+ 3,
1048
+ 4,
1049
+ 5,
1050
+ 6,
1051
+ 7,
1052
+ 8,
1053
+ 9,
1054
+ 10,
1055
+ 11,
1056
+ 12,
1057
+ 13,
1058
+ 14,
1059
+ 15,
1060
+ 16,
1061
+ 17,
1062
+ 18,
1063
+ 19,
1064
+ 20,
1065
+ 21,
1066
+ 22,
1067
+ 23,
1068
+ 24,
1069
+ 25,
1070
+ 26,
1071
+ 27,
1072
+ 28,
1073
+ 29,
1074
+ 30,
1075
+ 31,
1076
+ 32,
1077
+ 33,
1078
+ 34,
1079
+ 35,
1080
+ 36,
1081
+ 37,
1082
+ 38,
1083
+ 39
1084
+ ],
1085
+ "modality_keys": [
1086
+ "motion_token",
1087
+ "left_hand_joints",
1088
+ "right_hand_joints"
1089
+ ],
1090
+ "sin_cos_embedding_keys": null,
1091
+ "mean_std_embedding_keys": null,
1092
+ "action_configs": [
1093
+ {
1094
+ "rep": "ABSOLUTE",
1095
+ "type": "NON_EEF",
1096
+ "format": "DEFAULT",
1097
+ "state_key": null
1098
+ },
1099
+ {
1100
+ "rep": "ABSOLUTE",
1101
+ "type": "NON_EEF",
1102
+ "format": "DEFAULT",
1103
+ "state_key": null
1104
+ },
1105
+ {
1106
+ "rep": "ABSOLUTE",
1107
+ "type": "NON_EEF",
1108
+ "format": "DEFAULT",
1109
+ "state_key": null
1110
+ }
1111
+ ]
1112
+ },
1113
+ "language": {
1114
+ "delta_indices": [
1115
+ 0
1116
+ ],
1117
+ "modality_keys": [
1118
+ "annotation.human.task_description"
1119
+ ],
1120
+ "sin_cos_embedding_keys": null,
1121
+ "mean_std_embedding_keys": null,
1122
+ "action_configs": null
1123
+ }
1124
+ }
1125
+ },
1126
+ "image_crop_size": [
1127
+ 230,
1128
+ 230
1129
+ ],
1130
+ "image_target_size": [
1131
+ 256,
1132
+ 256
1133
+ ],
1134
+ "use_albumentations": true,
1135
+ "random_rotation_angle": 0,
1136
+ "color_jitter_params": {
1137
+ "brightness": 0.3,
1138
+ "contrast": 0.4,
1139
+ "saturation": 0.5,
1140
+ "hue": 0.08
1141
+ },
1142
+ "shortest_image_edge": 256,
1143
+ "crop_fraction": 0.95,
1144
+ "letter_box_transform": false,
1145
+ "model_name": "nvidia/Cosmos-Reason2-2B",
1146
+ "model_type": "qwen",
1147
+ "formalize_language": true,
1148
+ "max_state_dim": 132,
1149
+ "max_action_dim": 132,
1150
+ "max_action_horizon": 40,
1151
+ "use_percentiles": true,
1152
+ "use_mean_std": false,
1153
+ "clip_outliers": true,
1154
+ "apply_sincos_state_encoding": false,
1155
+ "use_relative_action": true,
1156
+ "exclude_state": false,
1157
+ "state_dropout_prob": 0.2
1158
+ }
1159
+ }
groot-wbc-8/checkpoint-5000/statistics.json ADDED
The diff for this file is too large to render. See raw diff
 
groot-wbc-8/checkpoint-5000/trainer_state.json ADDED
@@ -0,0 +1,3114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.5,
6
+ "eval_steps": 250,
7
+ "global_step": 5000,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "grad_norm": 0.18529030680656433,
14
+ "learning_rate": 1.8e-06,
15
+ "loss": 1.1811,
16
+ "step": 10
17
+ },
18
+ {
19
+ "grad_norm": 0.17696067690849304,
20
+ "learning_rate": 3.8e-06,
21
+ "loss": 1.1821,
22
+ "step": 20
23
+ },
24
+ {
25
+ "grad_norm": 0.13590584695339203,
26
+ "learning_rate": 5.8e-06,
27
+ "loss": 1.1694,
28
+ "step": 30
29
+ },
30
+ {
31
+ "grad_norm": 0.279568612575531,
32
+ "learning_rate": 7.8e-06,
33
+ "loss": 1.1571,
34
+ "step": 40
35
+ },
36
+ {
37
+ "grad_norm": 0.43323907256126404,
38
+ "learning_rate": 9.800000000000001e-06,
39
+ "loss": 1.1533,
40
+ "step": 50
41
+ },
42
+ {
43
+ "grad_norm": 0.31671810150146484,
44
+ "learning_rate": 1.18e-05,
45
+ "loss": 1.1449,
46
+ "step": 60
47
+ },
48
+ {
49
+ "grad_norm": 0.3651115596294403,
50
+ "learning_rate": 1.3800000000000002e-05,
51
+ "loss": 1.1184,
52
+ "step": 70
53
+ },
54
+ {
55
+ "grad_norm": 0.44200313091278076,
56
+ "learning_rate": 1.58e-05,
57
+ "loss": 1.1275,
58
+ "step": 80
59
+ },
60
+ {
61
+ "grad_norm": 0.5552253723144531,
62
+ "learning_rate": 1.78e-05,
63
+ "loss": 1.1258,
64
+ "step": 90
65
+ },
66
+ {
67
+ "grad_norm": 0.3365529477596283,
68
+ "learning_rate": 1.9800000000000004e-05,
69
+ "loss": 1.1249,
70
+ "step": 100
71
+ },
72
+ {
73
+ "grad_norm": 0.3924192488193512,
74
+ "learning_rate": 2.18e-05,
75
+ "loss": 1.1179,
76
+ "step": 110
77
+ },
78
+ {
79
+ "grad_norm": 0.5948011875152588,
80
+ "learning_rate": 2.38e-05,
81
+ "loss": 1.1116,
82
+ "step": 120
83
+ },
84
+ {
85
+ "grad_norm": 0.3768727779388428,
86
+ "learning_rate": 2.58e-05,
87
+ "loss": 1.1039,
88
+ "step": 130
89
+ },
90
+ {
91
+ "grad_norm": 0.24624425172805786,
92
+ "learning_rate": 2.7800000000000005e-05,
93
+ "loss": 1.098,
94
+ "step": 140
95
+ },
96
+ {
97
+ "grad_norm": 0.3038891851902008,
98
+ "learning_rate": 2.98e-05,
99
+ "loss": 1.1183,
100
+ "step": 150
101
+ },
102
+ {
103
+ "grad_norm": 0.5524261593818665,
104
+ "learning_rate": 3.18e-05,
105
+ "loss": 1.1043,
106
+ "step": 160
107
+ },
108
+ {
109
+ "grad_norm": 0.4240923821926117,
110
+ "learning_rate": 3.38e-05,
111
+ "loss": 1.1116,
112
+ "step": 170
113
+ },
114
+ {
115
+ "grad_norm": 0.3693060874938965,
116
+ "learning_rate": 3.58e-05,
117
+ "loss": 1.1087,
118
+ "step": 180
119
+ },
120
+ {
121
+ "grad_norm": 0.7437363266944885,
122
+ "learning_rate": 3.7800000000000004e-05,
123
+ "loss": 1.0929,
124
+ "step": 190
125
+ },
126
+ {
127
+ "grad_norm": 0.5727037787437439,
128
+ "learning_rate": 3.9800000000000005e-05,
129
+ "loss": 1.0779,
130
+ "step": 200
131
+ },
132
+ {
133
+ "grad_norm": 0.6432830095291138,
134
+ "learning_rate": 4.18e-05,
135
+ "loss": 1.0419,
136
+ "step": 210
137
+ },
138
+ {
139
+ "grad_norm": 0.7623288035392761,
140
+ "learning_rate": 4.38e-05,
141
+ "loss": 1.0195,
142
+ "step": 220
143
+ },
144
+ {
145
+ "grad_norm": 0.9106892347335815,
146
+ "learning_rate": 4.58e-05,
147
+ "loss": 1.0032,
148
+ "step": 230
149
+ },
150
+ {
151
+ "grad_norm": 0.6734551787376404,
152
+ "learning_rate": 4.78e-05,
153
+ "loss": 0.9891,
154
+ "step": 240
155
+ },
156
+ {
157
+ "eval/loss": 0.9483568727970123,
158
+ "step": 250
159
+ },
160
+ {
161
+ "grad_norm": 0.8862823843955994,
162
+ "learning_rate": 4.9800000000000004e-05,
163
+ "loss": 0.9565,
164
+ "step": 250
165
+ },
166
+ {
167
+ "grad_norm": 0.8855322003364563,
168
+ "learning_rate": 5.1800000000000005e-05,
169
+ "loss": 0.9401,
170
+ "step": 260
171
+ },
172
+ {
173
+ "grad_norm": 0.6994087100028992,
174
+ "learning_rate": 5.380000000000001e-05,
175
+ "loss": 0.9177,
176
+ "step": 270
177
+ },
178
+ {
179
+ "grad_norm": 0.8596734404563904,
180
+ "learning_rate": 5.580000000000001e-05,
181
+ "loss": 0.8871,
182
+ "step": 280
183
+ },
184
+ {
185
+ "grad_norm": 0.7085843682289124,
186
+ "learning_rate": 5.7799999999999995e-05,
187
+ "loss": 0.8865,
188
+ "step": 290
189
+ },
190
+ {
191
+ "grad_norm": 0.7338278889656067,
192
+ "learning_rate": 5.9800000000000003e-05,
193
+ "loss": 0.8617,
194
+ "step": 300
195
+ },
196
+ {
197
+ "grad_norm": 1.1336745023727417,
198
+ "learning_rate": 6.18e-05,
199
+ "loss": 0.8596,
200
+ "step": 310
201
+ },
202
+ {
203
+ "grad_norm": 0.7997697591781616,
204
+ "learning_rate": 6.38e-05,
205
+ "loss": 0.8446,
206
+ "step": 320
207
+ },
208
+ {
209
+ "grad_norm": 0.797099232673645,
210
+ "learning_rate": 6.58e-05,
211
+ "loss": 0.837,
212
+ "step": 330
213
+ },
214
+ {
215
+ "grad_norm": 0.9630879759788513,
216
+ "learning_rate": 6.780000000000001e-05,
217
+ "loss": 0.8112,
218
+ "step": 340
219
+ },
220
+ {
221
+ "grad_norm": 1.303208589553833,
222
+ "learning_rate": 6.98e-05,
223
+ "loss": 0.8131,
224
+ "step": 350
225
+ },
226
+ {
227
+ "grad_norm": 1.0860744714736938,
228
+ "learning_rate": 7.18e-05,
229
+ "loss": 0.8073,
230
+ "step": 360
231
+ },
232
+ {
233
+ "grad_norm": 0.9043018221855164,
234
+ "learning_rate": 7.38e-05,
235
+ "loss": 0.8007,
236
+ "step": 370
237
+ },
238
+ {
239
+ "grad_norm": 0.8608036041259766,
240
+ "learning_rate": 7.58e-05,
241
+ "loss": 0.793,
242
+ "step": 380
243
+ },
244
+ {
245
+ "grad_norm": 1.2061337232589722,
246
+ "learning_rate": 7.780000000000001e-05,
247
+ "loss": 0.7669,
248
+ "step": 390
249
+ },
250
+ {
251
+ "grad_norm": 0.7855536341667175,
252
+ "learning_rate": 7.98e-05,
253
+ "loss": 0.7702,
254
+ "step": 400
255
+ },
256
+ {
257
+ "grad_norm": 0.7040292620658875,
258
+ "learning_rate": 8.18e-05,
259
+ "loss": 0.7713,
260
+ "step": 410
261
+ },
262
+ {
263
+ "grad_norm": 0.7931767106056213,
264
+ "learning_rate": 8.38e-05,
265
+ "loss": 0.7545,
266
+ "step": 420
267
+ },
268
+ {
269
+ "grad_norm": 0.7801165580749512,
270
+ "learning_rate": 8.58e-05,
271
+ "loss": 0.7419,
272
+ "step": 430
273
+ },
274
+ {
275
+ "grad_norm": 0.8844775557518005,
276
+ "learning_rate": 8.78e-05,
277
+ "loss": 0.7437,
278
+ "step": 440
279
+ },
280
+ {
281
+ "grad_norm": 0.9408592581748962,
282
+ "learning_rate": 8.98e-05,
283
+ "loss": 0.719,
284
+ "step": 450
285
+ },
286
+ {
287
+ "grad_norm": 1.0986884832382202,
288
+ "learning_rate": 9.180000000000001e-05,
289
+ "loss": 0.7393,
290
+ "step": 460
291
+ },
292
+ {
293
+ "grad_norm": 0.7132677435874939,
294
+ "learning_rate": 9.38e-05,
295
+ "loss": 0.7328,
296
+ "step": 470
297
+ },
298
+ {
299
+ "grad_norm": 0.8457934856414795,
300
+ "learning_rate": 9.58e-05,
301
+ "loss": 0.7285,
302
+ "step": 480
303
+ },
304
+ {
305
+ "grad_norm": 0.8056934475898743,
306
+ "learning_rate": 9.78e-05,
307
+ "loss": 0.6974,
308
+ "step": 490
309
+ },
310
+ {
311
+ "eval/loss": 0.7051396405696869,
312
+ "step": 500
313
+ },
314
+ {
315
+ "grad_norm": 0.7358251214027405,
316
+ "learning_rate": 9.98e-05,
317
+ "loss": 0.7045,
318
+ "step": 500
319
+ },
320
+ {
321
+ "grad_norm": 0.7621918320655823,
322
+ "learning_rate": 9.9999778549206e-05,
323
+ "loss": 0.7006,
324
+ "step": 510
325
+ },
326
+ {
327
+ "grad_norm": 0.7946559190750122,
328
+ "learning_rate": 9.999901304280685e-05,
329
+ "loss": 0.7058,
330
+ "step": 520
331
+ },
332
+ {
333
+ "grad_norm": 0.7282401323318481,
334
+ "learning_rate": 9.999770075521164e-05,
335
+ "loss": 0.7028,
336
+ "step": 530
337
+ },
338
+ {
339
+ "grad_norm": 0.8195558786392212,
340
+ "learning_rate": 9.99958417007713e-05,
341
+ "loss": 0.6907,
342
+ "step": 540
343
+ },
344
+ {
345
+ "grad_norm": 0.7697458863258362,
346
+ "learning_rate": 9.999343589981615e-05,
347
+ "loss": 0.6736,
348
+ "step": 550
349
+ },
350
+ {
351
+ "grad_norm": 0.8372205495834351,
352
+ "learning_rate": 9.999048337865568e-05,
353
+ "loss": 0.6946,
354
+ "step": 560
355
+ },
356
+ {
357
+ "grad_norm": 0.7512030601501465,
358
+ "learning_rate": 9.998698416957815e-05,
359
+ "loss": 0.6724,
360
+ "step": 570
361
+ },
362
+ {
363
+ "grad_norm": 0.6948479413986206,
364
+ "learning_rate": 9.998293831085037e-05,
365
+ "loss": 0.6794,
366
+ "step": 580
367
+ },
368
+ {
369
+ "grad_norm": 0.8155792951583862,
370
+ "learning_rate": 9.997834584671719e-05,
371
+ "loss": 0.6794,
372
+ "step": 590
373
+ },
374
+ {
375
+ "grad_norm": 0.7938534617424011,
376
+ "learning_rate": 9.997320682740107e-05,
377
+ "loss": 0.6785,
378
+ "step": 600
379
+ },
380
+ {
381
+ "grad_norm": 1.145626187324524,
382
+ "learning_rate": 9.996752130910149e-05,
383
+ "loss": 0.6651,
384
+ "step": 610
385
+ },
386
+ {
387
+ "grad_norm": 0.9207320213317871,
388
+ "learning_rate": 9.99612893539944e-05,
389
+ "loss": 0.6574,
390
+ "step": 620
391
+ },
392
+ {
393
+ "grad_norm": 0.9522314667701721,
394
+ "learning_rate": 9.995451103023144e-05,
395
+ "loss": 0.6537,
396
+ "step": 630
397
+ },
398
+ {
399
+ "grad_norm": 1.0301637649536133,
400
+ "learning_rate": 9.994718641193928e-05,
401
+ "loss": 0.6349,
402
+ "step": 640
403
+ },
404
+ {
405
+ "grad_norm": 0.8331605195999146,
406
+ "learning_rate": 9.993931557921874e-05,
407
+ "loss": 0.6512,
408
+ "step": 650
409
+ },
410
+ {
411
+ "grad_norm": 0.8266019225120544,
412
+ "learning_rate": 9.993089861814402e-05,
413
+ "loss": 0.6331,
414
+ "step": 660
415
+ },
416
+ {
417
+ "grad_norm": 1.0271166563034058,
418
+ "learning_rate": 9.992193562076166e-05,
419
+ "loss": 0.6369,
420
+ "step": 670
421
+ },
422
+ {
423
+ "grad_norm": 0.7763676643371582,
424
+ "learning_rate": 9.991242668508954e-05,
425
+ "loss": 0.6464,
426
+ "step": 680
427
+ },
428
+ {
429
+ "grad_norm": 0.9032822251319885,
430
+ "learning_rate": 9.990237191511587e-05,
431
+ "loss": 0.6167,
432
+ "step": 690
433
+ },
434
+ {
435
+ "grad_norm": 0.7536276578903198,
436
+ "learning_rate": 9.989177142079802e-05,
437
+ "loss": 0.6234,
438
+ "step": 700
439
+ },
440
+ {
441
+ "grad_norm": 0.7976689338684082,
442
+ "learning_rate": 9.988062531806126e-05,
443
+ "loss": 0.6182,
444
+ "step": 710
445
+ },
446
+ {
447
+ "grad_norm": 0.8874609470367432,
448
+ "learning_rate": 9.986893372879762e-05,
449
+ "loss": 0.6194,
450
+ "step": 720
451
+ },
452
+ {
453
+ "grad_norm": 0.8329346179962158,
454
+ "learning_rate": 9.985669678086443e-05,
455
+ "loss": 0.622,
456
+ "step": 730
457
+ },
458
+ {
459
+ "grad_norm": 1.1681642532348633,
460
+ "learning_rate": 9.984391460808298e-05,
461
+ "loss": 0.6179,
462
+ "step": 740
463
+ },
464
+ {
465
+ "eval/loss": 0.6140390932559967,
466
+ "step": 750
467
+ },
468
+ {
469
+ "grad_norm": 0.7663777470588684,
470
+ "learning_rate": 9.983058735023709e-05,
471
+ "loss": 0.6225,
472
+ "step": 750
473
+ },
474
+ {
475
+ "grad_norm": 1.088477611541748,
476
+ "learning_rate": 9.98167151530715e-05,
477
+ "loss": 0.6143,
478
+ "step": 760
479
+ },
480
+ {
481
+ "grad_norm": 0.681723415851593,
482
+ "learning_rate": 9.980229816829034e-05,
483
+ "loss": 0.5978,
484
+ "step": 770
485
+ },
486
+ {
487
+ "grad_norm": 0.8217130303382874,
488
+ "learning_rate": 9.978733655355544e-05,
489
+ "loss": 0.61,
490
+ "step": 780
491
+ },
492
+ {
493
+ "grad_norm": 0.7286795377731323,
494
+ "learning_rate": 9.977183047248464e-05,
495
+ "loss": 0.6067,
496
+ "step": 790
497
+ },
498
+ {
499
+ "grad_norm": 0.6988299489021301,
500
+ "learning_rate": 9.975578009464992e-05,
501
+ "loss": 0.5884,
502
+ "step": 800
503
+ },
504
+ {
505
+ "grad_norm": 1.0712876319885254,
506
+ "learning_rate": 9.97391855955757e-05,
507
+ "loss": 0.5876,
508
+ "step": 810
509
+ },
510
+ {
511
+ "grad_norm": 0.7668588161468506,
512
+ "learning_rate": 9.972204715673669e-05,
513
+ "loss": 0.6029,
514
+ "step": 820
515
+ },
516
+ {
517
+ "grad_norm": 0.9838575720787048,
518
+ "learning_rate": 9.970436496555617e-05,
519
+ "loss": 0.5796,
520
+ "step": 830
521
+ },
522
+ {
523
+ "grad_norm": 0.8770014047622681,
524
+ "learning_rate": 9.968613921540373e-05,
525
+ "loss": 0.5831,
526
+ "step": 840
527
+ },
528
+ {
529
+ "grad_norm": 0.935934841632843,
530
+ "learning_rate": 9.966737010559326e-05,
531
+ "loss": 0.5828,
532
+ "step": 850
533
+ },
534
+ {
535
+ "grad_norm": 0.8480046391487122,
536
+ "learning_rate": 9.964805784138072e-05,
537
+ "loss": 0.5872,
538
+ "step": 860
539
+ },
540
+ {
541
+ "grad_norm": 0.7544788122177124,
542
+ "learning_rate": 9.962820263396195e-05,
543
+ "loss": 0.5963,
544
+ "step": 870
545
+ },
546
+ {
547
+ "grad_norm": 0.9721704125404358,
548
+ "learning_rate": 9.960780470047033e-05,
549
+ "loss": 0.5789,
550
+ "step": 880
551
+ },
552
+ {
553
+ "grad_norm": 0.7874745726585388,
554
+ "learning_rate": 9.958686426397437e-05,
555
+ "loss": 0.5674,
556
+ "step": 890
557
+ },
558
+ {
559
+ "grad_norm": 0.9333078861236572,
560
+ "learning_rate": 9.956538155347534e-05,
561
+ "loss": 0.5837,
562
+ "step": 900
563
+ },
564
+ {
565
+ "grad_norm": 0.8755942583084106,
566
+ "learning_rate": 9.95433568039047e-05,
567
+ "loss": 0.5892,
568
+ "step": 910
569
+ },
570
+ {
571
+ "grad_norm": 0.914348304271698,
572
+ "learning_rate": 9.952079025612162e-05,
573
+ "loss": 0.5908,
574
+ "step": 920
575
+ },
576
+ {
577
+ "grad_norm": 0.7876885533332825,
578
+ "learning_rate": 9.949768215691022e-05,
579
+ "loss": 0.5838,
580
+ "step": 930
581
+ },
582
+ {
583
+ "grad_norm": 0.7325435280799866,
584
+ "learning_rate": 9.9474032758977e-05,
585
+ "loss": 0.5608,
586
+ "step": 940
587
+ },
588
+ {
589
+ "grad_norm": 0.6841356754302979,
590
+ "learning_rate": 9.944984232094794e-05,
591
+ "loss": 0.544,
592
+ "step": 950
593
+ },
594
+ {
595
+ "grad_norm": 1.0104835033416748,
596
+ "learning_rate": 9.942511110736584e-05,
597
+ "loss": 0.5795,
598
+ "step": 960
599
+ },
600
+ {
601
+ "grad_norm": 0.756842851638794,
602
+ "learning_rate": 9.939983938868726e-05,
603
+ "loss": 0.5541,
604
+ "step": 970
605
+ },
606
+ {
607
+ "grad_norm": 0.8415982127189636,
608
+ "learning_rate": 9.93740274412797e-05,
609
+ "loss": 0.5495,
610
+ "step": 980
611
+ },
612
+ {
613
+ "grad_norm": 0.9179241061210632,
614
+ "learning_rate": 9.934767554741846e-05,
615
+ "loss": 0.569,
616
+ "step": 990
617
+ },
618
+ {
619
+ "eval/loss": 0.5366230100393296,
620
+ "step": 1000
621
+ },
622
+ {
623
+ "grad_norm": 0.8125057220458984,
624
+ "learning_rate": 9.932078399528361e-05,
625
+ "loss": 0.5625,
626
+ "step": 1000
627
+ },
628
+ {
629
+ "grad_norm": 0.9515894651412964,
630
+ "learning_rate": 9.929335307895689e-05,
631
+ "loss": 0.5586,
632
+ "step": 1010
633
+ },
634
+ {
635
+ "grad_norm": 0.8592225909233093,
636
+ "learning_rate": 9.926538309841839e-05,
637
+ "loss": 0.5423,
638
+ "step": 1020
639
+ },
640
+ {
641
+ "grad_norm": 0.9244703054428101,
642
+ "learning_rate": 9.923687435954334e-05,
643
+ "loss": 0.5434,
644
+ "step": 1030
645
+ },
646
+ {
647
+ "grad_norm": 0.9668888449668884,
648
+ "learning_rate": 9.920782717409873e-05,
649
+ "loss": 0.5401,
650
+ "step": 1040
651
+ },
652
+ {
653
+ "grad_norm": 0.7562168836593628,
654
+ "learning_rate": 9.917824185973994e-05,
655
+ "loss": 0.5231,
656
+ "step": 1050
657
+ },
658
+ {
659
+ "grad_norm": 0.6973814368247986,
660
+ "learning_rate": 9.914811874000723e-05,
661
+ "loss": 0.527,
662
+ "step": 1060
663
+ },
664
+ {
665
+ "grad_norm": 0.959357500076294,
666
+ "learning_rate": 9.911745814432218e-05,
667
+ "loss": 0.5114,
668
+ "step": 1070
669
+ },
670
+ {
671
+ "grad_norm": 0.8211817741394043,
672
+ "learning_rate": 9.90862604079842e-05,
673
+ "loss": 0.5138,
674
+ "step": 1080
675
+ },
676
+ {
677
+ "grad_norm": 0.8965429663658142,
678
+ "learning_rate": 9.90545258721667e-05,
679
+ "loss": 0.5104,
680
+ "step": 1090
681
+ },
682
+ {
683
+ "grad_norm": 0.9305912852287292,
684
+ "learning_rate": 9.90222548839135e-05,
685
+ "loss": 0.5073,
686
+ "step": 1100
687
+ },
688
+ {
689
+ "grad_norm": 0.7826094627380371,
690
+ "learning_rate": 9.898944779613495e-05,
691
+ "loss": 0.5068,
692
+ "step": 1110
693
+ },
694
+ {
695
+ "grad_norm": 0.9407208561897278,
696
+ "learning_rate": 9.89561049676041e-05,
697
+ "loss": 0.5091,
698
+ "step": 1120
699
+ },
700
+ {
701
+ "grad_norm": 0.9975925087928772,
702
+ "learning_rate": 9.89222267629528e-05,
703
+ "loss": 0.4983,
704
+ "step": 1130
705
+ },
706
+ {
707
+ "grad_norm": 0.8524509072303772,
708
+ "learning_rate": 9.888781355266763e-05,
709
+ "loss": 0.4989,
710
+ "step": 1140
711
+ },
712
+ {
713
+ "grad_norm": 0.9640136957168579,
714
+ "learning_rate": 9.885286571308598e-05,
715
+ "loss": 0.5124,
716
+ "step": 1150
717
+ },
718
+ {
719
+ "grad_norm": 0.8477168083190918,
720
+ "learning_rate": 9.881738362639182e-05,
721
+ "loss": 0.4945,
722
+ "step": 1160
723
+ },
724
+ {
725
+ "grad_norm": 1.033988356590271,
726
+ "learning_rate": 9.878136768061154e-05,
727
+ "loss": 0.4827,
728
+ "step": 1170
729
+ },
730
+ {
731
+ "grad_norm": 0.9084174633026123,
732
+ "learning_rate": 9.874481826960979e-05,
733
+ "loss": 0.478,
734
+ "step": 1180
735
+ },
736
+ {
737
+ "grad_norm": 0.8890127539634705,
738
+ "learning_rate": 9.870773579308503e-05,
739
+ "loss": 0.4874,
740
+ "step": 1190
741
+ },
742
+ {
743
+ "grad_norm": 0.936534583568573,
744
+ "learning_rate": 9.867012065656533e-05,
745
+ "loss": 0.4648,
746
+ "step": 1200
747
+ },
748
+ {
749
+ "grad_norm": 0.7788175344467163,
750
+ "learning_rate": 9.863197327140376e-05,
751
+ "loss": 0.4771,
752
+ "step": 1210
753
+ },
754
+ {
755
+ "grad_norm": 0.7344397902488708,
756
+ "learning_rate": 9.859329405477403e-05,
757
+ "loss": 0.4759,
758
+ "step": 1220
759
+ },
760
+ {
761
+ "grad_norm": 0.9831973910331726,
762
+ "learning_rate": 9.855408342966585e-05,
763
+ "loss": 0.4582,
764
+ "step": 1230
765
+ },
766
+ {
767
+ "grad_norm": 0.7773613929748535,
768
+ "learning_rate": 9.851434182488033e-05,
769
+ "loss": 0.4693,
770
+ "step": 1240
771
+ },
772
+ {
773
+ "eval/loss": 0.45862768292427064,
774
+ "step": 1250
775
+ },
776
+ {
777
+ "grad_norm": 0.7989398241043091,
778
+ "learning_rate": 9.84740696750253e-05,
779
+ "loss": 0.4781,
780
+ "step": 1250
781
+ },
782
+ {
783
+ "grad_norm": 0.8139141201972961,
784
+ "learning_rate": 9.843326742051055e-05,
785
+ "loss": 0.4516,
786
+ "step": 1260
787
+ },
788
+ {
789
+ "grad_norm": 0.9229570031166077,
790
+ "learning_rate": 9.839193550754297e-05,
791
+ "loss": 0.4651,
792
+ "step": 1270
793
+ },
794
+ {
795
+ "grad_norm": 1.2144124507904053,
796
+ "learning_rate": 9.835007438812177e-05,
797
+ "loss": 0.4733,
798
+ "step": 1280
799
+ },
800
+ {
801
+ "grad_norm": 0.951970100402832,
802
+ "learning_rate": 9.830768452003341e-05,
803
+ "loss": 0.4698,
804
+ "step": 1290
805
+ },
806
+ {
807
+ "grad_norm": 1.0694864988327026,
808
+ "learning_rate": 9.826476636684671e-05,
809
+ "loss": 0.4578,
810
+ "step": 1300
811
+ },
812
+ {
813
+ "grad_norm": 0.8484354019165039,
814
+ "learning_rate": 9.822132039790773e-05,
815
+ "loss": 0.466,
816
+ "step": 1310
817
+ },
818
+ {
819
+ "grad_norm": 0.8231856226921082,
820
+ "learning_rate": 9.817734708833461e-05,
821
+ "loss": 0.4316,
822
+ "step": 1320
823
+ },
824
+ {
825
+ "grad_norm": 0.9760980606079102,
826
+ "learning_rate": 9.813284691901243e-05,
827
+ "loss": 0.4522,
828
+ "step": 1330
829
+ },
830
+ {
831
+ "grad_norm": 0.9553073644638062,
832
+ "learning_rate": 9.808782037658792e-05,
833
+ "loss": 0.453,
834
+ "step": 1340
835
+ },
836
+ {
837
+ "grad_norm": 0.9428948760032654,
838
+ "learning_rate": 9.804226795346411e-05,
839
+ "loss": 0.427,
840
+ "step": 1350
841
+ },
842
+ {
843
+ "grad_norm": 0.9390555620193481,
844
+ "learning_rate": 9.799619014779503e-05,
845
+ "loss": 0.4177,
846
+ "step": 1360
847
+ },
848
+ {
849
+ "grad_norm": 1.0052635669708252,
850
+ "learning_rate": 9.794958746348013e-05,
851
+ "loss": 0.4445,
852
+ "step": 1370
853
+ },
854
+ {
855
+ "grad_norm": 0.8766794800758362,
856
+ "learning_rate": 9.790246041015896e-05,
857
+ "loss": 0.439,
858
+ "step": 1380
859
+ },
860
+ {
861
+ "grad_norm": 1.072033405303955,
862
+ "learning_rate": 9.785480950320538e-05,
863
+ "loss": 0.4313,
864
+ "step": 1390
865
+ },
866
+ {
867
+ "grad_norm": 0.9433143734931946,
868
+ "learning_rate": 9.78066352637221e-05,
869
+ "loss": 0.4323,
870
+ "step": 1400
871
+ },
872
+ {
873
+ "grad_norm": 0.9185171723365784,
874
+ "learning_rate": 9.775793821853488e-05,
875
+ "loss": 0.4224,
876
+ "step": 1410
877
+ },
878
+ {
879
+ "grad_norm": 1.4804445505142212,
880
+ "learning_rate": 9.77087189001868e-05,
881
+ "loss": 0.4136,
882
+ "step": 1420
883
+ },
884
+ {
885
+ "grad_norm": 0.8452776670455933,
886
+ "learning_rate": 9.765897784693243e-05,
887
+ "loss": 0.4152,
888
+ "step": 1430
889
+ },
890
+ {
891
+ "grad_norm": 0.9437452554702759,
892
+ "learning_rate": 9.760871560273197e-05,
893
+ "loss": 0.4121,
894
+ "step": 1440
895
+ },
896
+ {
897
+ "grad_norm": 0.9407142400741577,
898
+ "learning_rate": 9.755793271724526e-05,
899
+ "loss": 0.4032,
900
+ "step": 1450
901
+ },
902
+ {
903
+ "grad_norm": 1.034866213798523,
904
+ "learning_rate": 9.750662974582584e-05,
905
+ "loss": 0.418,
906
+ "step": 1460
907
+ },
908
+ {
909
+ "grad_norm": 0.8009440302848816,
910
+ "learning_rate": 9.745480724951473e-05,
911
+ "loss": 0.4,
912
+ "step": 1470
913
+ },
914
+ {
915
+ "grad_norm": 0.9475518465042114,
916
+ "learning_rate": 9.740246579503447e-05,
917
+ "loss": 0.3896,
918
+ "step": 1480
919
+ },
920
+ {
921
+ "grad_norm": 0.9906937479972839,
922
+ "learning_rate": 9.734960595478284e-05,
923
+ "loss": 0.3797,
924
+ "step": 1490
925
+ },
926
+ {
927
+ "eval/loss": 0.3839936423301697,
928
+ "step": 1500
929
+ },
930
+ {
931
+ "grad_norm": 0.9057230949401855,
932
+ "learning_rate": 9.729622830682657e-05,
933
+ "loss": 0.4033,
934
+ "step": 1500
935
+ },
936
+ {
937
+ "grad_norm": 1.2511104345321655,
938
+ "learning_rate": 9.724233343489504e-05,
939
+ "loss": 0.3957,
940
+ "step": 1510
941
+ },
942
+ {
943
+ "grad_norm": 0.9278829097747803,
944
+ "learning_rate": 9.718792192837396e-05,
945
+ "loss": 0.4016,
946
+ "step": 1520
947
+ },
948
+ {
949
+ "grad_norm": 0.893507719039917,
950
+ "learning_rate": 9.713299438229886e-05,
951
+ "loss": 0.3875,
952
+ "step": 1530
953
+ },
954
+ {
955
+ "grad_norm": 0.9839492440223694,
956
+ "learning_rate": 9.707755139734855e-05,
957
+ "loss": 0.3942,
958
+ "step": 1540
959
+ },
960
+ {
961
+ "grad_norm": 0.9847416877746582,
962
+ "learning_rate": 9.702159357983866e-05,
963
+ "loss": 0.4019,
964
+ "step": 1550
965
+ },
966
+ {
967
+ "grad_norm": 0.9709538817405701,
968
+ "learning_rate": 9.696512154171492e-05,
969
+ "loss": 0.392,
970
+ "step": 1560
971
+ },
972
+ {
973
+ "grad_norm": 0.856467068195343,
974
+ "learning_rate": 9.690813590054645e-05,
975
+ "loss": 0.364,
976
+ "step": 1570
977
+ },
978
+ {
979
+ "grad_norm": 0.8411120772361755,
980
+ "learning_rate": 9.685063727951914e-05,
981
+ "loss": 0.3697,
982
+ "step": 1580
983
+ },
984
+ {
985
+ "grad_norm": 0.7915524244308472,
986
+ "learning_rate": 9.679262630742865e-05,
987
+ "loss": 0.3483,
988
+ "step": 1590
989
+ },
990
+ {
991
+ "grad_norm": 1.0969499349594116,
992
+ "learning_rate": 9.673410361867373e-05,
993
+ "loss": 0.3561,
994
+ "step": 1600
995
+ },
996
+ {
997
+ "grad_norm": 1.0488473176956177,
998
+ "learning_rate": 9.667506985324909e-05,
999
+ "loss": 0.3883,
1000
+ "step": 1610
1001
+ },
1002
+ {
1003
+ "grad_norm": 0.7647603154182434,
1004
+ "learning_rate": 9.661552565673855e-05,
1005
+ "loss": 0.3605,
1006
+ "step": 1620
1007
+ },
1008
+ {
1009
+ "grad_norm": 0.9906419515609741,
1010
+ "learning_rate": 9.655547168030789e-05,
1011
+ "loss": 0.3428,
1012
+ "step": 1630
1013
+ },
1014
+ {
1015
+ "grad_norm": 0.8446850180625916,
1016
+ "learning_rate": 9.649490858069777e-05,
1017
+ "loss": 0.3647,
1018
+ "step": 1640
1019
+ },
1020
+ {
1021
+ "grad_norm": 1.0439382791519165,
1022
+ "learning_rate": 9.643383702021658e-05,
1023
+ "loss": 0.3334,
1024
+ "step": 1650
1025
+ },
1026
+ {
1027
+ "grad_norm": 0.9220156669616699,
1028
+ "learning_rate": 9.637225766673307e-05,
1029
+ "loss": 0.3786,
1030
+ "step": 1660
1031
+ },
1032
+ {
1033
+ "grad_norm": 0.9172224998474121,
1034
+ "learning_rate": 9.631017119366922e-05,
1035
+ "loss": 0.3324,
1036
+ "step": 1670
1037
+ },
1038
+ {
1039
+ "grad_norm": 1.1384994983673096,
1040
+ "learning_rate": 9.624757827999273e-05,
1041
+ "loss": 0.3499,
1042
+ "step": 1680
1043
+ },
1044
+ {
1045
+ "grad_norm": 0.9601126909255981,
1046
+ "learning_rate": 9.618447961020971e-05,
1047
+ "loss": 0.3232,
1048
+ "step": 1690
1049
+ },
1050
+ {
1051
+ "grad_norm": 1.112043857574463,
1052
+ "learning_rate": 9.612087587435707e-05,
1053
+ "loss": 0.3381,
1054
+ "step": 1700
1055
+ },
1056
+ {
1057
+ "grad_norm": 1.0856786966323853,
1058
+ "learning_rate": 9.605676776799508e-05,
1059
+ "loss": 0.3576,
1060
+ "step": 1710
1061
+ },
1062
+ {
1063
+ "grad_norm": 1.177982211112976,
1064
+ "learning_rate": 9.599215599219973e-05,
1065
+ "loss": 0.3251,
1066
+ "step": 1720
1067
+ },
1068
+ {
1069
+ "grad_norm": 1.0804262161254883,
1070
+ "learning_rate": 9.592704125355505e-05,
1071
+ "loss": 0.3118,
1072
+ "step": 1730
1073
+ },
1074
+ {
1075
+ "grad_norm": 1.109397530555725,
1076
+ "learning_rate": 9.586142426414538e-05,
1077
+ "loss": 0.3224,
1078
+ "step": 1740
1079
+ },
1080
+ {
1081
+ "eval/loss": 0.3135662466287613,
1082
+ "step": 1750
1083
+ },
1084
+ {
1085
+ "grad_norm": 0.8143112659454346,
1086
+ "learning_rate": 9.57953057415476e-05,
1087
+ "loss": 0.3219,
1088
+ "step": 1750
1089
+ },
1090
+ {
1091
+ "grad_norm": 1.075909972190857,
1092
+ "learning_rate": 9.572868640882328e-05,
1093
+ "loss": 0.3365,
1094
+ "step": 1760
1095
+ },
1096
+ {
1097
+ "grad_norm": 1.0702075958251953,
1098
+ "learning_rate": 9.56615669945108e-05,
1099
+ "loss": 0.2947,
1100
+ "step": 1770
1101
+ },
1102
+ {
1103
+ "grad_norm": 0.82491534948349,
1104
+ "learning_rate": 9.55939482326173e-05,
1105
+ "loss": 0.3039,
1106
+ "step": 1780
1107
+ },
1108
+ {
1109
+ "grad_norm": 1.2845618724822998,
1110
+ "learning_rate": 9.552583086261069e-05,
1111
+ "loss": 0.2975,
1112
+ "step": 1790
1113
+ },
1114
+ {
1115
+ "grad_norm": 1.335937738418579,
1116
+ "learning_rate": 9.545721562941168e-05,
1117
+ "loss": 0.3152,
1118
+ "step": 1800
1119
+ },
1120
+ {
1121
+ "grad_norm": 0.8990812301635742,
1122
+ "learning_rate": 9.538810328338543e-05,
1123
+ "loss": 0.2936,
1124
+ "step": 1810
1125
+ },
1126
+ {
1127
+ "grad_norm": 1.1800341606140137,
1128
+ "learning_rate": 9.531849458033349e-05,
1129
+ "loss": 0.2922,
1130
+ "step": 1820
1131
+ },
1132
+ {
1133
+ "grad_norm": 1.051785945892334,
1134
+ "learning_rate": 9.524839028148547e-05,
1135
+ "loss": 0.3025,
1136
+ "step": 1830
1137
+ },
1138
+ {
1139
+ "grad_norm": 1.2061504125595093,
1140
+ "learning_rate": 9.517779115349077e-05,
1141
+ "loss": 0.277,
1142
+ "step": 1840
1143
+ },
1144
+ {
1145
+ "grad_norm": 0.9401715397834778,
1146
+ "learning_rate": 9.510669796841014e-05,
1147
+ "loss": 0.2793,
1148
+ "step": 1850
1149
+ },
1150
+ {
1151
+ "grad_norm": 1.1173608303070068,
1152
+ "learning_rate": 9.503511150370727e-05,
1153
+ "loss": 0.2738,
1154
+ "step": 1860
1155
+ },
1156
+ {
1157
+ "grad_norm": 1.2399342060089111,
1158
+ "learning_rate": 9.496303254224024e-05,
1159
+ "loss": 0.2599,
1160
+ "step": 1870
1161
+ },
1162
+ {
1163
+ "grad_norm": 0.9564872980117798,
1164
+ "learning_rate": 9.489046187225306e-05,
1165
+ "loss": 0.269,
1166
+ "step": 1880
1167
+ },
1168
+ {
1169
+ "grad_norm": 1.0643640756607056,
1170
+ "learning_rate": 9.481740028736692e-05,
1171
+ "loss": 0.2661,
1172
+ "step": 1890
1173
+ },
1174
+ {
1175
+ "grad_norm": 0.8369889855384827,
1176
+ "learning_rate": 9.474384858657164e-05,
1177
+ "loss": 0.2823,
1178
+ "step": 1900
1179
+ },
1180
+ {
1181
+ "grad_norm": 1.0115993022918701,
1182
+ "learning_rate": 9.466980757421679e-05,
1183
+ "loss": 0.2491,
1184
+ "step": 1910
1185
+ },
1186
+ {
1187
+ "grad_norm": 0.8186662197113037,
1188
+ "learning_rate": 9.459527806000305e-05,
1189
+ "loss": 0.2503,
1190
+ "step": 1920
1191
+ },
1192
+ {
1193
+ "grad_norm": 1.0530577898025513,
1194
+ "learning_rate": 9.452026085897325e-05,
1195
+ "loss": 0.2481,
1196
+ "step": 1930
1197
+ },
1198
+ {
1199
+ "grad_norm": 0.9877114295959473,
1200
+ "learning_rate": 9.444475679150348e-05,
1201
+ "loss": 0.2858,
1202
+ "step": 1940
1203
+ },
1204
+ {
1205
+ "grad_norm": 1.2159459590911865,
1206
+ "learning_rate": 9.436876668329411e-05,
1207
+ "loss": 0.2358,
1208
+ "step": 1950
1209
+ },
1210
+ {
1211
+ "grad_norm": 1.2078099250793457,
1212
+ "learning_rate": 9.429229136536079e-05,
1213
+ "loss": 0.2496,
1214
+ "step": 1960
1215
+ },
1216
+ {
1217
+ "grad_norm": 1.0169525146484375,
1218
+ "learning_rate": 9.421533167402534e-05,
1219
+ "loss": 0.2355,
1220
+ "step": 1970
1221
+ },
1222
+ {
1223
+ "grad_norm": 0.8852677345275879,
1224
+ "learning_rate": 9.413788845090666e-05,
1225
+ "loss": 0.2747,
1226
+ "step": 1980
1227
+ },
1228
+ {
1229
+ "grad_norm": 0.889837384223938,
1230
+ "learning_rate": 9.405996254291136e-05,
1231
+ "loss": 0.2432,
1232
+ "step": 1990
1233
+ },
1234
+ {
1235
+ "eval/loss": 0.24940221577882768,
1236
+ "step": 2000
1237
+ },
1238
+ {
1239
+ "grad_norm": 1.0552875995635986,
1240
+ "learning_rate": 9.398155480222474e-05,
1241
+ "loss": 0.2499,
1242
+ "step": 2000
1243
+ },
1244
+ {
1245
+ "grad_norm": 1.0169700384140015,
1246
+ "learning_rate": 9.390266608630128e-05,
1247
+ "loss": 0.2445,
1248
+ "step": 2010
1249
+ },
1250
+ {
1251
+ "grad_norm": 1.0074092149734497,
1252
+ "learning_rate": 9.38232972578553e-05,
1253
+ "loss": 0.2815,
1254
+ "step": 2020
1255
+ },
1256
+ {
1257
+ "grad_norm": 0.7891824841499329,
1258
+ "learning_rate": 9.374344918485164e-05,
1259
+ "loss": 0.2451,
1260
+ "step": 2030
1261
+ },
1262
+ {
1263
+ "grad_norm": 1.070995807647705,
1264
+ "learning_rate": 9.366312274049602e-05,
1265
+ "loss": 0.2451,
1266
+ "step": 2040
1267
+ },
1268
+ {
1269
+ "grad_norm": 1.061820149421692,
1270
+ "learning_rate": 9.358231880322554e-05,
1271
+ "loss": 0.2402,
1272
+ "step": 2050
1273
+ },
1274
+ {
1275
+ "grad_norm": 0.9319249987602234,
1276
+ "learning_rate": 9.350103825669916e-05,
1277
+ "loss": 0.2076,
1278
+ "step": 2060
1279
+ },
1280
+ {
1281
+ "grad_norm": 1.0968592166900635,
1282
+ "learning_rate": 9.341928198978787e-05,
1283
+ "loss": 0.2107,
1284
+ "step": 2070
1285
+ },
1286
+ {
1287
+ "grad_norm": 1.1328935623168945,
1288
+ "learning_rate": 9.333705089656512e-05,
1289
+ "loss": 0.2404,
1290
+ "step": 2080
1291
+ },
1292
+ {
1293
+ "grad_norm": 0.9278451800346375,
1294
+ "learning_rate": 9.325434587629698e-05,
1295
+ "loss": 0.2182,
1296
+ "step": 2090
1297
+ },
1298
+ {
1299
+ "grad_norm": 1.0966594219207764,
1300
+ "learning_rate": 9.31711678334323e-05,
1301
+ "loss": 0.2073,
1302
+ "step": 2100
1303
+ },
1304
+ {
1305
+ "grad_norm": 1.1040889024734497,
1306
+ "learning_rate": 9.308751767759282e-05,
1307
+ "loss": 0.2127,
1308
+ "step": 2110
1309
+ },
1310
+ {
1311
+ "grad_norm": 1.078241229057312,
1312
+ "learning_rate": 9.300339632356325e-05,
1313
+ "loss": 0.2117,
1314
+ "step": 2120
1315
+ },
1316
+ {
1317
+ "grad_norm": 0.823150634765625,
1318
+ "learning_rate": 9.291880469128124e-05,
1319
+ "loss": 0.1997,
1320
+ "step": 2130
1321
+ },
1322
+ {
1323
+ "grad_norm": 1.0198922157287598,
1324
+ "learning_rate": 9.283374370582732e-05,
1325
+ "loss": 0.2117,
1326
+ "step": 2140
1327
+ },
1328
+ {
1329
+ "grad_norm": 1.0626434087753296,
1330
+ "learning_rate": 9.274821429741482e-05,
1331
+ "loss": 0.2165,
1332
+ "step": 2150
1333
+ },
1334
+ {
1335
+ "grad_norm": 1.301125407218933,
1336
+ "learning_rate": 9.266221740137961e-05,
1337
+ "loss": 0.2239,
1338
+ "step": 2160
1339
+ },
1340
+ {
1341
+ "grad_norm": 0.8458558917045593,
1342
+ "learning_rate": 9.257575395817001e-05,
1343
+ "loss": 0.21,
1344
+ "step": 2170
1345
+ },
1346
+ {
1347
+ "grad_norm": 1.014033317565918,
1348
+ "learning_rate": 9.248882491333637e-05,
1349
+ "loss": 0.2004,
1350
+ "step": 2180
1351
+ },
1352
+ {
1353
+ "grad_norm": 0.8399479389190674,
1354
+ "learning_rate": 9.240143121752076e-05,
1355
+ "loss": 0.1954,
1356
+ "step": 2190
1357
+ },
1358
+ {
1359
+ "grad_norm": 0.8896646499633789,
1360
+ "learning_rate": 9.23135738264467e-05,
1361
+ "loss": 0.2041,
1362
+ "step": 2200
1363
+ },
1364
+ {
1365
+ "grad_norm": 0.8813541531562805,
1366
+ "learning_rate": 9.222525370090849e-05,
1367
+ "loss": 0.2122,
1368
+ "step": 2210
1369
+ },
1370
+ {
1371
+ "grad_norm": 1.1454514265060425,
1372
+ "learning_rate": 9.213647180676088e-05,
1373
+ "loss": 0.1819,
1374
+ "step": 2220
1375
+ },
1376
+ {
1377
+ "grad_norm": 0.8740575909614563,
1378
+ "learning_rate": 9.204722911490846e-05,
1379
+ "loss": 0.1911,
1380
+ "step": 2230
1381
+ },
1382
+ {
1383
+ "grad_norm": 1.2543132305145264,
1384
+ "learning_rate": 9.1957526601295e-05,
1385
+ "loss": 0.2159,
1386
+ "step": 2240
1387
+ },
1388
+ {
1389
+ "eval/loss": 0.20508012861013414,
1390
+ "step": 2250
1391
+ },
1392
+ {
1393
+ "grad_norm": 0.9959540963172913,
1394
+ "learning_rate": 9.186736524689281e-05,
1395
+ "loss": 0.1933,
1396
+ "step": 2250
1397
+ },
1398
+ {
1399
+ "grad_norm": 1.1042733192443848,
1400
+ "learning_rate": 9.177674603769204e-05,
1401
+ "loss": 0.175,
1402
+ "step": 2260
1403
+ },
1404
+ {
1405
+ "grad_norm": 1.072825312614441,
1406
+ "learning_rate": 9.168566996468983e-05,
1407
+ "loss": 0.2019,
1408
+ "step": 2270
1409
+ },
1410
+ {
1411
+ "grad_norm": 1.0621412992477417,
1412
+ "learning_rate": 9.159413802387951e-05,
1413
+ "loss": 0.1909,
1414
+ "step": 2280
1415
+ },
1416
+ {
1417
+ "grad_norm": 0.9369071125984192,
1418
+ "learning_rate": 9.150215121623974e-05,
1419
+ "loss": 0.1745,
1420
+ "step": 2290
1421
+ },
1422
+ {
1423
+ "grad_norm": 1.0990582704544067,
1424
+ "learning_rate": 9.140971054772349e-05,
1425
+ "loss": 0.1748,
1426
+ "step": 2300
1427
+ },
1428
+ {
1429
+ "grad_norm": 1.368462085723877,
1430
+ "learning_rate": 9.131681702924713e-05,
1431
+ "loss": 0.1735,
1432
+ "step": 2310
1433
+ },
1434
+ {
1435
+ "grad_norm": 0.9651881456375122,
1436
+ "learning_rate": 9.122347167667926e-05,
1437
+ "loss": 0.1704,
1438
+ "step": 2320
1439
+ },
1440
+ {
1441
+ "grad_norm": 1.1591694355010986,
1442
+ "learning_rate": 9.112967551082973e-05,
1443
+ "loss": 0.188,
1444
+ "step": 2330
1445
+ },
1446
+ {
1447
+ "grad_norm": 1.324039101600647,
1448
+ "learning_rate": 9.103542955743835e-05,
1449
+ "loss": 0.1817,
1450
+ "step": 2340
1451
+ },
1452
+ {
1453
+ "grad_norm": 1.2204004526138306,
1454
+ "learning_rate": 9.094073484716381e-05,
1455
+ "loss": 0.1676,
1456
+ "step": 2350
1457
+ },
1458
+ {
1459
+ "grad_norm": 1.1595203876495361,
1460
+ "learning_rate": 9.084559241557226e-05,
1461
+ "loss": 0.2055,
1462
+ "step": 2360
1463
+ },
1464
+ {
1465
+ "grad_norm": 0.8688874244689941,
1466
+ "learning_rate": 9.075000330312608e-05,
1467
+ "loss": 0.1841,
1468
+ "step": 2370
1469
+ },
1470
+ {
1471
+ "grad_norm": 1.3413269519805908,
1472
+ "learning_rate": 9.065396855517253e-05,
1473
+ "loss": 0.1625,
1474
+ "step": 2380
1475
+ },
1476
+ {
1477
+ "grad_norm": 0.9392638206481934,
1478
+ "learning_rate": 9.055748922193219e-05,
1479
+ "loss": 0.1871,
1480
+ "step": 2390
1481
+ },
1482
+ {
1483
+ "grad_norm": 0.8570424318313599,
1484
+ "learning_rate": 9.046056635848761e-05,
1485
+ "loss": 0.1804,
1486
+ "step": 2400
1487
+ },
1488
+ {
1489
+ "grad_norm": 0.9605122208595276,
1490
+ "learning_rate": 9.036320102477169e-05,
1491
+ "loss": 0.1691,
1492
+ "step": 2410
1493
+ },
1494
+ {
1495
+ "grad_norm": 1.0445197820663452,
1496
+ "learning_rate": 9.02653942855561e-05,
1497
+ "loss": 0.1551,
1498
+ "step": 2420
1499
+ },
1500
+ {
1501
+ "grad_norm": 1.0570682287216187,
1502
+ "learning_rate": 9.016714721043971e-05,
1503
+ "loss": 0.1552,
1504
+ "step": 2430
1505
+ },
1506
+ {
1507
+ "grad_norm": 0.9345755577087402,
1508
+ "learning_rate": 9.006846087383675e-05,
1509
+ "loss": 0.1598,
1510
+ "step": 2440
1511
+ },
1512
+ {
1513
+ "grad_norm": 1.0995776653289795,
1514
+ "learning_rate": 8.996933635496523e-05,
1515
+ "loss": 0.1641,
1516
+ "step": 2450
1517
+ },
1518
+ {
1519
+ "grad_norm": 1.0021930932998657,
1520
+ "learning_rate": 8.986977473783498e-05,
1521
+ "loss": 0.1542,
1522
+ "step": 2460
1523
+ },
1524
+ {
1525
+ "grad_norm": 0.9481048583984375,
1526
+ "learning_rate": 8.97697771112359e-05,
1527
+ "loss": 0.1706,
1528
+ "step": 2470
1529
+ },
1530
+ {
1531
+ "grad_norm": 1.0423139333724976,
1532
+ "learning_rate": 8.966934456872602e-05,
1533
+ "loss": 0.1255,
1534
+ "step": 2480
1535
+ },
1536
+ {
1537
+ "grad_norm": 1.2045890092849731,
1538
+ "learning_rate": 8.95684782086195e-05,
1539
+ "loss": 0.1451,
1540
+ "step": 2490
1541
+ },
1542
+ {
1543
+ "eval/loss": 0.15020873740315438,
1544
+ "step": 2500
1545
+ },
1546
+ {
1547
+ "grad_norm": 1.0377858877182007,
1548
+ "learning_rate": 8.946717913397476e-05,
1549
+ "loss": 0.1425,
1550
+ "step": 2500
1551
+ },
1552
+ {
1553
+ "grad_norm": 0.9814800024032593,
1554
+ "learning_rate": 8.93654484525822e-05,
1555
+ "loss": 0.1535,
1556
+ "step": 2510
1557
+ },
1558
+ {
1559
+ "grad_norm": 0.9192479252815247,
1560
+ "learning_rate": 8.926328727695226e-05,
1561
+ "loss": 0.1536,
1562
+ "step": 2520
1563
+ },
1564
+ {
1565
+ "grad_norm": 1.0358673334121704,
1566
+ "learning_rate": 8.916069672430319e-05,
1567
+ "loss": 0.1452,
1568
+ "step": 2530
1569
+ },
1570
+ {
1571
+ "grad_norm": 0.9884759783744812,
1572
+ "learning_rate": 8.905767791654884e-05,
1573
+ "loss": 0.1713,
1574
+ "step": 2540
1575
+ },
1576
+ {
1577
+ "grad_norm": 0.9764975309371948,
1578
+ "learning_rate": 8.895423198028638e-05,
1579
+ "loss": 0.1312,
1580
+ "step": 2550
1581
+ },
1582
+ {
1583
+ "grad_norm": 1.0950679779052734,
1584
+ "learning_rate": 8.885036004678402e-05,
1585
+ "loss": 0.1267,
1586
+ "step": 2560
1587
+ },
1588
+ {
1589
+ "grad_norm": 1.0493266582489014,
1590
+ "learning_rate": 8.874606325196857e-05,
1591
+ "loss": 0.1538,
1592
+ "step": 2570
1593
+ },
1594
+ {
1595
+ "grad_norm": 1.2003095149993896,
1596
+ "learning_rate": 8.864134273641304e-05,
1597
+ "loss": 0.137,
1598
+ "step": 2580
1599
+ },
1600
+ {
1601
+ "grad_norm": 1.1008723974227905,
1602
+ "learning_rate": 8.853619964532427e-05,
1603
+ "loss": 0.1479,
1604
+ "step": 2590
1605
+ },
1606
+ {
1607
+ "grad_norm": 0.8453201651573181,
1608
+ "learning_rate": 8.843063512853019e-05,
1609
+ "loss": 0.1257,
1610
+ "step": 2600
1611
+ },
1612
+ {
1613
+ "grad_norm": 0.9597755670547485,
1614
+ "learning_rate": 8.832465034046749e-05,
1615
+ "loss": 0.1196,
1616
+ "step": 2610
1617
+ },
1618
+ {
1619
+ "grad_norm": 0.9915949106216431,
1620
+ "learning_rate": 8.821824644016882e-05,
1621
+ "loss": 0.1184,
1622
+ "step": 2620
1623
+ },
1624
+ {
1625
+ "grad_norm": 0.9470176100730896,
1626
+ "learning_rate": 8.811142459125019e-05,
1627
+ "loss": 0.1212,
1628
+ "step": 2630
1629
+ },
1630
+ {
1631
+ "grad_norm": 1.1138802766799927,
1632
+ "learning_rate": 8.800418596189822e-05,
1633
+ "loss": 0.1327,
1634
+ "step": 2640
1635
+ },
1636
+ {
1637
+ "grad_norm": 0.9608763456344604,
1638
+ "learning_rate": 8.789653172485737e-05,
1639
+ "loss": 0.1264,
1640
+ "step": 2650
1641
+ },
1642
+ {
1643
+ "grad_norm": 1.4438965320587158,
1644
+ "learning_rate": 8.778846305741715e-05,
1645
+ "loss": 0.1361,
1646
+ "step": 2660
1647
+ },
1648
+ {
1649
+ "grad_norm": 1.0725312232971191,
1650
+ "learning_rate": 8.767998114139918e-05,
1651
+ "loss": 0.1227,
1652
+ "step": 2670
1653
+ },
1654
+ {
1655
+ "grad_norm": 0.9315901398658752,
1656
+ "learning_rate": 8.757108716314429e-05,
1657
+ "loss": 0.1592,
1658
+ "step": 2680
1659
+ },
1660
+ {
1661
+ "grad_norm": 0.9864495992660522,
1662
+ "learning_rate": 8.746178231349962e-05,
1663
+ "loss": 0.1276,
1664
+ "step": 2690
1665
+ },
1666
+ {
1667
+ "grad_norm": 0.9456494450569153,
1668
+ "learning_rate": 8.735206778780549e-05,
1669
+ "loss": 0.1336,
1670
+ "step": 2700
1671
+ },
1672
+ {
1673
+ "grad_norm": 0.9761070609092712,
1674
+ "learning_rate": 8.724194478588234e-05,
1675
+ "loss": 0.1214,
1676
+ "step": 2710
1677
+ },
1678
+ {
1679
+ "grad_norm": 1.310697317123413,
1680
+ "learning_rate": 8.713141451201772e-05,
1681
+ "loss": 0.1593,
1682
+ "step": 2720
1683
+ },
1684
+ {
1685
+ "grad_norm": 0.9047120809555054,
1686
+ "learning_rate": 8.702047817495295e-05,
1687
+ "loss": 0.1433,
1688
+ "step": 2730
1689
+ },
1690
+ {
1691
+ "grad_norm": 0.9631437063217163,
1692
+ "learning_rate": 8.69091369878701e-05,
1693
+ "loss": 0.1166,
1694
+ "step": 2740
1695
+ },
1696
+ {
1697
+ "eval/loss": 0.11213411718606948,
1698
+ "step": 2750
1699
+ },
1700
+ {
1701
+ "grad_norm": 0.8545982837677002,
1702
+ "learning_rate": 8.679739216837849e-05,
1703
+ "loss": 0.132,
1704
+ "step": 2750
1705
+ },
1706
+ {
1707
+ "grad_norm": 0.8017613291740417,
1708
+ "learning_rate": 8.66852449385016e-05,
1709
+ "loss": 0.141,
1710
+ "step": 2760
1711
+ },
1712
+ {
1713
+ "grad_norm": 0.974586546421051,
1714
+ "learning_rate": 8.657269652466356e-05,
1715
+ "loss": 0.1479,
1716
+ "step": 2770
1717
+ },
1718
+ {
1719
+ "grad_norm": 1.026877999305725,
1720
+ "learning_rate": 8.645974815767577e-05,
1721
+ "loss": 0.13,
1722
+ "step": 2780
1723
+ },
1724
+ {
1725
+ "grad_norm": 0.9218412041664124,
1726
+ "learning_rate": 8.634640107272351e-05,
1727
+ "loss": 0.1255,
1728
+ "step": 2790
1729
+ },
1730
+ {
1731
+ "grad_norm": 0.9164907932281494,
1732
+ "learning_rate": 8.623265650935234e-05,
1733
+ "loss": 0.1236,
1734
+ "step": 2800
1735
+ },
1736
+ {
1737
+ "grad_norm": 0.921433687210083,
1738
+ "learning_rate": 8.611851571145456e-05,
1739
+ "loss": 0.1152,
1740
+ "step": 2810
1741
+ },
1742
+ {
1743
+ "grad_norm": 0.8561160564422607,
1744
+ "learning_rate": 8.600397992725566e-05,
1745
+ "loss": 0.1304,
1746
+ "step": 2820
1747
+ },
1748
+ {
1749
+ "grad_norm": 1.0351293087005615,
1750
+ "learning_rate": 8.588905040930061e-05,
1751
+ "loss": 0.1608,
1752
+ "step": 2830
1753
+ },
1754
+ {
1755
+ "grad_norm": 1.076572299003601,
1756
+ "learning_rate": 8.577372841444022e-05,
1757
+ "loss": 0.132,
1758
+ "step": 2840
1759
+ },
1760
+ {
1761
+ "grad_norm": 1.0728052854537964,
1762
+ "learning_rate": 8.565801520381736e-05,
1763
+ "loss": 0.1359,
1764
+ "step": 2850
1765
+ },
1766
+ {
1767
+ "grad_norm": 0.939300537109375,
1768
+ "learning_rate": 8.554191204285313e-05,
1769
+ "loss": 0.1302,
1770
+ "step": 2860
1771
+ },
1772
+ {
1773
+ "grad_norm": 0.9795148372650146,
1774
+ "learning_rate": 8.542542020123315e-05,
1775
+ "loss": 0.1109,
1776
+ "step": 2870
1777
+ },
1778
+ {
1779
+ "grad_norm": 0.8189222812652588,
1780
+ "learning_rate": 8.530854095289347e-05,
1781
+ "loss": 0.1254,
1782
+ "step": 2880
1783
+ },
1784
+ {
1785
+ "grad_norm": 0.8327005505561829,
1786
+ "learning_rate": 8.519127557600688e-05,
1787
+ "loss": 0.1363,
1788
+ "step": 2890
1789
+ },
1790
+ {
1791
+ "grad_norm": 0.8563022613525391,
1792
+ "learning_rate": 8.507362535296871e-05,
1793
+ "loss": 0.1232,
1794
+ "step": 2900
1795
+ },
1796
+ {
1797
+ "grad_norm": 0.9863463640213013,
1798
+ "learning_rate": 8.495559157038299e-05,
1799
+ "loss": 0.1252,
1800
+ "step": 2910
1801
+ },
1802
+ {
1803
+ "grad_norm": 0.8366366624832153,
1804
+ "learning_rate": 8.483717551904823e-05,
1805
+ "loss": 0.1242,
1806
+ "step": 2920
1807
+ },
1808
+ {
1809
+ "grad_norm": 0.7308292388916016,
1810
+ "learning_rate": 8.47183784939434e-05,
1811
+ "loss": 0.1281,
1812
+ "step": 2930
1813
+ },
1814
+ {
1815
+ "grad_norm": 1.0988391637802124,
1816
+ "learning_rate": 8.459920179421374e-05,
1817
+ "loss": 0.1122,
1818
+ "step": 2940
1819
+ },
1820
+ {
1821
+ "grad_norm": 1.247576355934143,
1822
+ "learning_rate": 8.447964672315656e-05,
1823
+ "loss": 0.1186,
1824
+ "step": 2950
1825
+ },
1826
+ {
1827
+ "grad_norm": 0.8852250576019287,
1828
+ "learning_rate": 8.435971458820692e-05,
1829
+ "loss": 0.1111,
1830
+ "step": 2960
1831
+ },
1832
+ {
1833
+ "grad_norm": 0.8364087343215942,
1834
+ "learning_rate": 8.423940670092345e-05,
1835
+ "loss": 0.1321,
1836
+ "step": 2970
1837
+ },
1838
+ {
1839
+ "grad_norm": 1.136894941329956,
1840
+ "learning_rate": 8.411872437697394e-05,
1841
+ "loss": 0.1107,
1842
+ "step": 2980
1843
+ },
1844
+ {
1845
+ "grad_norm": 1.0125927925109863,
1846
+ "learning_rate": 8.399766893612096e-05,
1847
+ "loss": 0.1292,
1848
+ "step": 2990
1849
+ },
1850
+ {
1851
+ "eval/loss": 0.128515242934227,
1852
+ "step": 3000
1853
+ },
1854
+ {
1855
+ "grad_norm": 0.9666236639022827,
1856
+ "learning_rate": 8.38762417022074e-05,
1857
+ "loss": 0.1211,
1858
+ "step": 3000
1859
+ },
1860
+ {
1861
+ "grad_norm": 1.2558808326721191,
1862
+ "learning_rate": 8.375444400314204e-05,
1863
+ "loss": 0.1364,
1864
+ "step": 3010
1865
+ },
1866
+ {
1867
+ "grad_norm": 1.1646627187728882,
1868
+ "learning_rate": 8.3632277170885e-05,
1869
+ "loss": 0.1402,
1870
+ "step": 3020
1871
+ },
1872
+ {
1873
+ "grad_norm": 1.0914292335510254,
1874
+ "learning_rate": 8.350974254143318e-05,
1875
+ "loss": 0.1082,
1876
+ "step": 3030
1877
+ },
1878
+ {
1879
+ "grad_norm": 0.9643756747245789,
1880
+ "learning_rate": 8.338684145480566e-05,
1881
+ "loss": 0.124,
1882
+ "step": 3040
1883
+ },
1884
+ {
1885
+ "grad_norm": 0.9664937257766724,
1886
+ "learning_rate": 8.326357525502904e-05,
1887
+ "loss": 0.1239,
1888
+ "step": 3050
1889
+ },
1890
+ {
1891
+ "grad_norm": 0.9044674038887024,
1892
+ "learning_rate": 8.313994529012273e-05,
1893
+ "loss": 0.1396,
1894
+ "step": 3060
1895
+ },
1896
+ {
1897
+ "grad_norm": 1.1713777780532837,
1898
+ "learning_rate": 8.301595291208422e-05,
1899
+ "loss": 0.1501,
1900
+ "step": 3070
1901
+ },
1902
+ {
1903
+ "grad_norm": 1.2287262678146362,
1904
+ "learning_rate": 8.289159947687427e-05,
1905
+ "loss": 0.1382,
1906
+ "step": 3080
1907
+ },
1908
+ {
1909
+ "grad_norm": 1.033851981163025,
1910
+ "learning_rate": 8.276688634440216e-05,
1911
+ "loss": 0.1288,
1912
+ "step": 3090
1913
+ },
1914
+ {
1915
+ "grad_norm": 0.9128175973892212,
1916
+ "learning_rate": 8.26418148785107e-05,
1917
+ "loss": 0.1198,
1918
+ "step": 3100
1919
+ },
1920
+ {
1921
+ "grad_norm": 0.936797559261322,
1922
+ "learning_rate": 8.251638644696141e-05,
1923
+ "loss": 0.1201,
1924
+ "step": 3110
1925
+ },
1926
+ {
1927
+ "grad_norm": 1.0767229795455933,
1928
+ "learning_rate": 8.23906024214195e-05,
1929
+ "loss": 0.1247,
1930
+ "step": 3120
1931
+ },
1932
+ {
1933
+ "grad_norm": 0.8495104908943176,
1934
+ "learning_rate": 8.226446417743897e-05,
1935
+ "loss": 0.1109,
1936
+ "step": 3130
1937
+ },
1938
+ {
1939
+ "grad_norm": 0.7839323878288269,
1940
+ "learning_rate": 8.213797309444742e-05,
1941
+ "loss": 0.117,
1942
+ "step": 3140
1943
+ },
1944
+ {
1945
+ "grad_norm": 0.9342600703239441,
1946
+ "learning_rate": 8.201113055573105e-05,
1947
+ "loss": 0.1151,
1948
+ "step": 3150
1949
+ },
1950
+ {
1951
+ "grad_norm": 1.1531493663787842,
1952
+ "learning_rate": 8.188393794841958e-05,
1953
+ "loss": 0.0979,
1954
+ "step": 3160
1955
+ },
1956
+ {
1957
+ "grad_norm": 0.8980389833450317,
1958
+ "learning_rate": 8.175639666347094e-05,
1959
+ "loss": 0.1482,
1960
+ "step": 3170
1961
+ },
1962
+ {
1963
+ "grad_norm": 0.8610150218009949,
1964
+ "learning_rate": 8.162850809565623e-05,
1965
+ "loss": 0.1137,
1966
+ "step": 3180
1967
+ },
1968
+ {
1969
+ "grad_norm": 0.7497333884239197,
1970
+ "learning_rate": 8.150027364354431e-05,
1971
+ "loss": 0.1221,
1972
+ "step": 3190
1973
+ },
1974
+ {
1975
+ "grad_norm": 1.1180144548416138,
1976
+ "learning_rate": 8.137169470948662e-05,
1977
+ "loss": 0.134,
1978
+ "step": 3200
1979
+ },
1980
+ {
1981
+ "grad_norm": 1.0294067859649658,
1982
+ "learning_rate": 8.124277269960179e-05,
1983
+ "loss": 0.1062,
1984
+ "step": 3210
1985
+ },
1986
+ {
1987
+ "grad_norm": 0.9504128098487854,
1988
+ "learning_rate": 8.111350902376023e-05,
1989
+ "loss": 0.1265,
1990
+ "step": 3220
1991
+ },
1992
+ {
1993
+ "grad_norm": 1.010556936264038,
1994
+ "learning_rate": 8.098390509556883e-05,
1995
+ "loss": 0.1119,
1996
+ "step": 3230
1997
+ },
1998
+ {
1999
+ "grad_norm": 1.0278180837631226,
2000
+ "learning_rate": 8.085396233235536e-05,
2001
+ "loss": 0.1096,
2002
+ "step": 3240
2003
+ },
2004
+ {
2005
+ "eval/loss": 0.12216655388474465,
2006
+ "step": 3250
2007
+ },
2008
+ {
2009
+ "grad_norm": 0.6960654258728027,
2010
+ "learning_rate": 8.072368215515306e-05,
2011
+ "loss": 0.1318,
2012
+ "step": 3250
2013
+ },
2014
+ {
2015
+ "grad_norm": 0.7151311635971069,
2016
+ "learning_rate": 8.059306598868506e-05,
2017
+ "loss": 0.1055,
2018
+ "step": 3260
2019
+ },
2020
+ {
2021
+ "grad_norm": 0.9820314645767212,
2022
+ "learning_rate": 8.046211526134888e-05,
2023
+ "loss": 0.1293,
2024
+ "step": 3270
2025
+ },
2026
+ {
2027
+ "grad_norm": 0.9405840039253235,
2028
+ "learning_rate": 8.033083140520065e-05,
2029
+ "loss": 0.1228,
2030
+ "step": 3280
2031
+ },
2032
+ {
2033
+ "grad_norm": 0.9371180534362793,
2034
+ "learning_rate": 8.019921585593962e-05,
2035
+ "loss": 0.1358,
2036
+ "step": 3290
2037
+ },
2038
+ {
2039
+ "grad_norm": 1.0023906230926514,
2040
+ "learning_rate": 8.006727005289232e-05,
2041
+ "loss": 0.1264,
2042
+ "step": 3300
2043
+ },
2044
+ {
2045
+ "grad_norm": 0.8279885053634644,
2046
+ "learning_rate": 7.993499543899692e-05,
2047
+ "loss": 0.1151,
2048
+ "step": 3310
2049
+ },
2050
+ {
2051
+ "grad_norm": 1.0948735475540161,
2052
+ "learning_rate": 7.980239346078742e-05,
2053
+ "loss": 0.1238,
2054
+ "step": 3320
2055
+ },
2056
+ {
2057
+ "grad_norm": 1.0525538921356201,
2058
+ "learning_rate": 7.966946556837778e-05,
2059
+ "loss": 0.1049,
2060
+ "step": 3330
2061
+ },
2062
+ {
2063
+ "grad_norm": 1.0738564729690552,
2064
+ "learning_rate": 7.953621321544616e-05,
2065
+ "loss": 0.1375,
2066
+ "step": 3340
2067
+ },
2068
+ {
2069
+ "grad_norm": 0.9360809326171875,
2070
+ "learning_rate": 7.940263785921896e-05,
2071
+ "loss": 0.121,
2072
+ "step": 3350
2073
+ },
2074
+ {
2075
+ "grad_norm": 0.9762896299362183,
2076
+ "learning_rate": 7.926874096045482e-05,
2077
+ "loss": 0.1143,
2078
+ "step": 3360
2079
+ },
2080
+ {
2081
+ "grad_norm": 1.1752498149871826,
2082
+ "learning_rate": 7.913452398342881e-05,
2083
+ "loss": 0.1239,
2084
+ "step": 3370
2085
+ },
2086
+ {
2087
+ "grad_norm": 1.0548765659332275,
2088
+ "learning_rate": 7.89999883959163e-05,
2089
+ "loss": 0.124,
2090
+ "step": 3380
2091
+ },
2092
+ {
2093
+ "grad_norm": 0.670444905757904,
2094
+ "learning_rate": 7.886513566917687e-05,
2095
+ "loss": 0.0932,
2096
+ "step": 3390
2097
+ },
2098
+ {
2099
+ "grad_norm": 1.0821609497070312,
2100
+ "learning_rate": 7.872996727793838e-05,
2101
+ "loss": 0.128,
2102
+ "step": 3400
2103
+ },
2104
+ {
2105
+ "grad_norm": 1.0120450258255005,
2106
+ "learning_rate": 7.859448470038069e-05,
2107
+ "loss": 0.1146,
2108
+ "step": 3410
2109
+ },
2110
+ {
2111
+ "grad_norm": 0.856132447719574,
2112
+ "learning_rate": 7.845868941811956e-05,
2113
+ "loss": 0.1189,
2114
+ "step": 3420
2115
+ },
2116
+ {
2117
+ "grad_norm": 0.8527117967605591,
2118
+ "learning_rate": 7.832258291619043e-05,
2119
+ "loss": 0.1111,
2120
+ "step": 3430
2121
+ },
2122
+ {
2123
+ "grad_norm": 0.9233558177947998,
2124
+ "learning_rate": 7.81861666830322e-05,
2125
+ "loss": 0.1071,
2126
+ "step": 3440
2127
+ },
2128
+ {
2129
+ "grad_norm": 0.8561029434204102,
2130
+ "learning_rate": 7.804944221047097e-05,
2131
+ "loss": 0.097,
2132
+ "step": 3450
2133
+ },
2134
+ {
2135
+ "grad_norm": 0.9383890628814697,
2136
+ "learning_rate": 7.791241099370364e-05,
2137
+ "loss": 0.1255,
2138
+ "step": 3460
2139
+ },
2140
+ {
2141
+ "grad_norm": 0.9625961780548096,
2142
+ "learning_rate": 7.777507453128163e-05,
2143
+ "loss": 0.1183,
2144
+ "step": 3470
2145
+ },
2146
+ {
2147
+ "grad_norm": 1.0405118465423584,
2148
+ "learning_rate": 7.763743432509451e-05,
2149
+ "loss": 0.1187,
2150
+ "step": 3480
2151
+ },
2152
+ {
2153
+ "grad_norm": 0.9360929131507874,
2154
+ "learning_rate": 7.749949188035353e-05,
2155
+ "loss": 0.1205,
2156
+ "step": 3490
2157
+ },
2158
+ {
2159
+ "eval/loss": 0.11394951969385148,
2160
+ "step": 3500
2161
+ },
2162
+ {
2163
+ "grad_norm": 0.9875292181968689,
2164
+ "learning_rate": 7.736124870557516e-05,
2165
+ "loss": 0.1344,
2166
+ "step": 3500
2167
+ },
2168
+ {
2169
+ "grad_norm": 0.917805016040802,
2170
+ "learning_rate": 7.722270631256459e-05,
2171
+ "loss": 0.1154,
2172
+ "step": 3510
2173
+ },
2174
+ {
2175
+ "grad_norm": 0.9355779886245728,
2176
+ "learning_rate": 7.708386621639925e-05,
2177
+ "loss": 0.1281,
2178
+ "step": 3520
2179
+ },
2180
+ {
2181
+ "grad_norm": 0.8040031790733337,
2182
+ "learning_rate": 7.694472993541219e-05,
2183
+ "loss": 0.1466,
2184
+ "step": 3530
2185
+ },
2186
+ {
2187
+ "grad_norm": 1.2459099292755127,
2188
+ "learning_rate": 7.680529899117547e-05,
2189
+ "loss": 0.1243,
2190
+ "step": 3540
2191
+ },
2192
+ {
2193
+ "grad_norm": 0.9648393392562866,
2194
+ "learning_rate": 7.666557490848358e-05,
2195
+ "loss": 0.1369,
2196
+ "step": 3550
2197
+ },
2198
+ {
2199
+ "grad_norm": 0.9019229412078857,
2200
+ "learning_rate": 7.65255592153367e-05,
2201
+ "loss": 0.1155,
2202
+ "step": 3560
2203
+ },
2204
+ {
2205
+ "grad_norm": 0.8202961087226868,
2206
+ "learning_rate": 7.638525344292402e-05,
2207
+ "loss": 0.1198,
2208
+ "step": 3570
2209
+ },
2210
+ {
2211
+ "grad_norm": 0.9881982803344727,
2212
+ "learning_rate": 7.624465912560697e-05,
2213
+ "loss": 0.1071,
2214
+ "step": 3580
2215
+ },
2216
+ {
2217
+ "grad_norm": 0.7380572557449341,
2218
+ "learning_rate": 7.610377780090249e-05,
2219
+ "loss": 0.1037,
2220
+ "step": 3590
2221
+ },
2222
+ {
2223
+ "grad_norm": 0.7854310274124146,
2224
+ "learning_rate": 7.596261100946618e-05,
2225
+ "loss": 0.0933,
2226
+ "step": 3600
2227
+ },
2228
+ {
2229
+ "grad_norm": 1.0953775644302368,
2230
+ "learning_rate": 7.582116029507542e-05,
2231
+ "loss": 0.1182,
2232
+ "step": 3610
2233
+ },
2234
+ {
2235
+ "grad_norm": 0.8806854486465454,
2236
+ "learning_rate": 7.56794272046126e-05,
2237
+ "loss": 0.1425,
2238
+ "step": 3620
2239
+ },
2240
+ {
2241
+ "grad_norm": 0.853931188583374,
2242
+ "learning_rate": 7.55374132880481e-05,
2243
+ "loss": 0.0969,
2244
+ "step": 3630
2245
+ },
2246
+ {
2247
+ "grad_norm": 0.8848007321357727,
2248
+ "learning_rate": 7.539512009842333e-05,
2249
+ "loss": 0.1014,
2250
+ "step": 3640
2251
+ },
2252
+ {
2253
+ "grad_norm": 0.7920210957527161,
2254
+ "learning_rate": 7.525254919183382e-05,
2255
+ "loss": 0.0897,
2256
+ "step": 3650
2257
+ },
2258
+ {
2259
+ "grad_norm": 0.8340643644332886,
2260
+ "learning_rate": 7.510970212741215e-05,
2261
+ "loss": 0.0995,
2262
+ "step": 3660
2263
+ },
2264
+ {
2265
+ "grad_norm": 0.8769537806510925,
2266
+ "learning_rate": 7.496658046731096e-05,
2267
+ "loss": 0.1052,
2268
+ "step": 3670
2269
+ },
2270
+ {
2271
+ "grad_norm": 1.1584025621414185,
2272
+ "learning_rate": 7.482318577668578e-05,
2273
+ "loss": 0.1116,
2274
+ "step": 3680
2275
+ },
2276
+ {
2277
+ "grad_norm": 0.9424688816070557,
2278
+ "learning_rate": 7.467951962367796e-05,
2279
+ "loss": 0.1053,
2280
+ "step": 3690
2281
+ },
2282
+ {
2283
+ "grad_norm": 0.8237622976303101,
2284
+ "learning_rate": 7.453558357939755e-05,
2285
+ "loss": 0.1226,
2286
+ "step": 3700
2287
+ },
2288
+ {
2289
+ "grad_norm": 0.9490163326263428,
2290
+ "learning_rate": 7.439137921790606e-05,
2291
+ "loss": 0.1013,
2292
+ "step": 3710
2293
+ },
2294
+ {
2295
+ "grad_norm": 0.8553034067153931,
2296
+ "learning_rate": 7.42469081161993e-05,
2297
+ "loss": 0.141,
2298
+ "step": 3720
2299
+ },
2300
+ {
2301
+ "grad_norm": 0.8201740384101868,
2302
+ "learning_rate": 7.410217185419006e-05,
2303
+ "loss": 0.1057,
2304
+ "step": 3730
2305
+ },
2306
+ {
2307
+ "grad_norm": 0.7229145169258118,
2308
+ "learning_rate": 7.395717201469095e-05,
2309
+ "loss": 0.1049,
2310
+ "step": 3740
2311
+ },
2312
+ {
2313
+ "eval/loss": 0.11716468192636967,
2314
+ "step": 3750
2315
+ },
2316
+ {
2317
+ "grad_norm": 0.7403004169464111,
2318
+ "learning_rate": 7.381191018339696e-05,
2319
+ "loss": 0.133,
2320
+ "step": 3750
2321
+ },
2322
+ {
2323
+ "grad_norm": 0.9609218239784241,
2324
+ "learning_rate": 7.36663879488682e-05,
2325
+ "loss": 0.1424,
2326
+ "step": 3760
2327
+ },
2328
+ {
2329
+ "grad_norm": 0.8832553625106812,
2330
+ "learning_rate": 7.352060690251254e-05,
2331
+ "loss": 0.1077,
2332
+ "step": 3770
2333
+ },
2334
+ {
2335
+ "grad_norm": 0.8751207590103149,
2336
+ "learning_rate": 7.337456863856811e-05,
2337
+ "loss": 0.1112,
2338
+ "step": 3780
2339
+ },
2340
+ {
2341
+ "grad_norm": 0.7030627727508545,
2342
+ "learning_rate": 7.3228274754086e-05,
2343
+ "loss": 0.1392,
2344
+ "step": 3790
2345
+ },
2346
+ {
2347
+ "grad_norm": 0.8281252384185791,
2348
+ "learning_rate": 7.308172684891267e-05,
2349
+ "loss": 0.1034,
2350
+ "step": 3800
2351
+ },
2352
+ {
2353
+ "grad_norm": 0.8161336779594421,
2354
+ "learning_rate": 7.293492652567255e-05,
2355
+ "loss": 0.1076,
2356
+ "step": 3810
2357
+ },
2358
+ {
2359
+ "grad_norm": 0.8957645297050476,
2360
+ "learning_rate": 7.278787538975043e-05,
2361
+ "loss": 0.1255,
2362
+ "step": 3820
2363
+ },
2364
+ {
2365
+ "grad_norm": 0.8216802477836609,
2366
+ "learning_rate": 7.2640575049274e-05,
2367
+ "loss": 0.1076,
2368
+ "step": 3830
2369
+ },
2370
+ {
2371
+ "grad_norm": 0.8624475598335266,
2372
+ "learning_rate": 7.249302711509616e-05,
2373
+ "loss": 0.1085,
2374
+ "step": 3840
2375
+ },
2376
+ {
2377
+ "grad_norm": 0.8596972227096558,
2378
+ "learning_rate": 7.23452332007775e-05,
2379
+ "loss": 0.1014,
2380
+ "step": 3850
2381
+ },
2382
+ {
2383
+ "grad_norm": 0.8467769622802734,
2384
+ "learning_rate": 7.219719492256858e-05,
2385
+ "loss": 0.115,
2386
+ "step": 3860
2387
+ },
2388
+ {
2389
+ "grad_norm": 0.8898311853408813,
2390
+ "learning_rate": 7.20489138993923e-05,
2391
+ "loss": 0.0906,
2392
+ "step": 3870
2393
+ },
2394
+ {
2395
+ "grad_norm": 1.0945919752120972,
2396
+ "learning_rate": 7.190039175282614e-05,
2397
+ "loss": 0.137,
2398
+ "step": 3880
2399
+ },
2400
+ {
2401
+ "grad_norm": 0.7952854633331299,
2402
+ "learning_rate": 7.175163010708455e-05,
2403
+ "loss": 0.1141,
2404
+ "step": 3890
2405
+ },
2406
+ {
2407
+ "grad_norm": 0.9095091819763184,
2408
+ "learning_rate": 7.1602630589001e-05,
2409
+ "loss": 0.1011,
2410
+ "step": 3900
2411
+ },
2412
+ {
2413
+ "grad_norm": 0.8677197098731995,
2414
+ "learning_rate": 7.14533948280104e-05,
2415
+ "loss": 0.103,
2416
+ "step": 3910
2417
+ },
2418
+ {
2419
+ "grad_norm": 0.8985068202018738,
2420
+ "learning_rate": 7.130392445613109e-05,
2421
+ "loss": 0.1048,
2422
+ "step": 3920
2423
+ },
2424
+ {
2425
+ "grad_norm": 0.8469200730323792,
2426
+ "learning_rate": 7.115422110794711e-05,
2427
+ "loss": 0.1139,
2428
+ "step": 3930
2429
+ },
2430
+ {
2431
+ "grad_norm": 0.7152714729309082,
2432
+ "learning_rate": 7.100428642059033e-05,
2433
+ "loss": 0.1122,
2434
+ "step": 3940
2435
+ },
2436
+ {
2437
+ "grad_norm": 0.9668436646461487,
2438
+ "learning_rate": 7.08541220337224e-05,
2439
+ "loss": 0.1041,
2440
+ "step": 3950
2441
+ },
2442
+ {
2443
+ "grad_norm": 0.9783576130867004,
2444
+ "learning_rate": 7.070372958951706e-05,
2445
+ "loss": 0.106,
2446
+ "step": 3960
2447
+ },
2448
+ {
2449
+ "grad_norm": 0.9123092889785767,
2450
+ "learning_rate": 7.055311073264194e-05,
2451
+ "loss": 0.1044,
2452
+ "step": 3970
2453
+ },
2454
+ {
2455
+ "grad_norm": 0.7978675961494446,
2456
+ "learning_rate": 7.040226711024077e-05,
2457
+ "loss": 0.124,
2458
+ "step": 3980
2459
+ },
2460
+ {
2461
+ "grad_norm": 0.8108384013175964,
2462
+ "learning_rate": 7.02512003719152e-05,
2463
+ "loss": 0.1107,
2464
+ "step": 3990
2465
+ },
2466
+ {
2467
+ "eval/loss": 0.12265970066189766,
2468
+ "step": 4000
2469
+ },
2470
+ {
2471
+ "grad_norm": 0.9918605089187622,
2472
+ "learning_rate": 7.00999121697069e-05,
2473
+ "loss": 0.1091,
2474
+ "step": 4000
2475
+ },
2476
+ {
2477
+ "grad_norm": 0.9199183583259583,
2478
+ "learning_rate": 6.99484041580794e-05,
2479
+ "loss": 0.1086,
2480
+ "step": 4010
2481
+ },
2482
+ {
2483
+ "grad_norm": 0.7610146999359131,
2484
+ "learning_rate": 6.979667799390004e-05,
2485
+ "loss": 0.1223,
2486
+ "step": 4020
2487
+ },
2488
+ {
2489
+ "grad_norm": 1.0439714193344116,
2490
+ "learning_rate": 6.964473533642185e-05,
2491
+ "loss": 0.1169,
2492
+ "step": 4030
2493
+ },
2494
+ {
2495
+ "grad_norm": 0.8141038417816162,
2496
+ "learning_rate": 6.949257784726539e-05,
2497
+ "loss": 0.1203,
2498
+ "step": 4040
2499
+ },
2500
+ {
2501
+ "grad_norm": 0.9207908511161804,
2502
+ "learning_rate": 6.934020719040056e-05,
2503
+ "loss": 0.0946,
2504
+ "step": 4050
2505
+ },
2506
+ {
2507
+ "grad_norm": 0.864277720451355,
2508
+ "learning_rate": 6.918762503212848e-05,
2509
+ "loss": 0.0991,
2510
+ "step": 4060
2511
+ },
2512
+ {
2513
+ "grad_norm": 0.8690436482429504,
2514
+ "learning_rate": 6.903483304106319e-05,
2515
+ "loss": 0.1062,
2516
+ "step": 4070
2517
+ },
2518
+ {
2519
+ "grad_norm": 1.0050075054168701,
2520
+ "learning_rate": 6.888183288811341e-05,
2521
+ "loss": 0.1077,
2522
+ "step": 4080
2523
+ },
2524
+ {
2525
+ "grad_norm": 0.7709590792655945,
2526
+ "learning_rate": 6.87286262464643e-05,
2527
+ "loss": 0.1294,
2528
+ "step": 4090
2529
+ },
2530
+ {
2531
+ "grad_norm": 0.8450242877006531,
2532
+ "learning_rate": 6.857521479155915e-05,
2533
+ "loss": 0.0873,
2534
+ "step": 4100
2535
+ },
2536
+ {
2537
+ "grad_norm": 0.8444051742553711,
2538
+ "learning_rate": 6.842160020108104e-05,
2539
+ "loss": 0.1166,
2540
+ "step": 4110
2541
+ },
2542
+ {
2543
+ "grad_norm": 0.944047212600708,
2544
+ "learning_rate": 6.826778415493455e-05,
2545
+ "loss": 0.1066,
2546
+ "step": 4120
2547
+ },
2548
+ {
2549
+ "grad_norm": 0.8900109529495239,
2550
+ "learning_rate": 6.811376833522729e-05,
2551
+ "loss": 0.0953,
2552
+ "step": 4130
2553
+ },
2554
+ {
2555
+ "grad_norm": 1.1624770164489746,
2556
+ "learning_rate": 6.795955442625159e-05,
2557
+ "loss": 0.0959,
2558
+ "step": 4140
2559
+ },
2560
+ {
2561
+ "grad_norm": 0.7927098274230957,
2562
+ "learning_rate": 6.780514411446608e-05,
2563
+ "loss": 0.1145,
2564
+ "step": 4150
2565
+ },
2566
+ {
2567
+ "grad_norm": 0.9106976985931396,
2568
+ "learning_rate": 6.765053908847716e-05,
2569
+ "loss": 0.1156,
2570
+ "step": 4160
2571
+ },
2572
+ {
2573
+ "grad_norm": 0.8723145127296448,
2574
+ "learning_rate": 6.749574103902064e-05,
2575
+ "loss": 0.1125,
2576
+ "step": 4170
2577
+ },
2578
+ {
2579
+ "grad_norm": 0.7838819622993469,
2580
+ "learning_rate": 6.734075165894317e-05,
2581
+ "loss": 0.1093,
2582
+ "step": 4180
2583
+ },
2584
+ {
2585
+ "grad_norm": 0.6333476901054382,
2586
+ "learning_rate": 6.71855726431838e-05,
2587
+ "loss": 0.1084,
2588
+ "step": 4190
2589
+ },
2590
+ {
2591
+ "grad_norm": 0.7201565504074097,
2592
+ "learning_rate": 6.703020568875538e-05,
2593
+ "loss": 0.1083,
2594
+ "step": 4200
2595
+ },
2596
+ {
2597
+ "grad_norm": 0.8311694860458374,
2598
+ "learning_rate": 6.687465249472603e-05,
2599
+ "loss": 0.0952,
2600
+ "step": 4210
2601
+ },
2602
+ {
2603
+ "grad_norm": 0.8421615362167358,
2604
+ "learning_rate": 6.671891476220055e-05,
2605
+ "loss": 0.1052,
2606
+ "step": 4220
2607
+ },
2608
+ {
2609
+ "grad_norm": 0.9531618356704712,
2610
+ "learning_rate": 6.656299419430183e-05,
2611
+ "loss": 0.0841,
2612
+ "step": 4230
2613
+ },
2614
+ {
2615
+ "grad_norm": 0.8325589895248413,
2616
+ "learning_rate": 6.640689249615223e-05,
2617
+ "loss": 0.0944,
2618
+ "step": 4240
2619
+ },
2620
+ {
2621
+ "eval/loss": 0.10348568812012672,
2622
+ "step": 4250
2623
+ },
2624
+ {
2625
+ "grad_norm": 0.8695216774940491,
2626
+ "learning_rate": 6.625061137485491e-05,
2627
+ "loss": 0.0991,
2628
+ "step": 4250
2629
+ },
2630
+ {
2631
+ "grad_norm": 0.9460748434066772,
2632
+ "learning_rate": 6.609415253947517e-05,
2633
+ "loss": 0.1121,
2634
+ "step": 4260
2635
+ },
2636
+ {
2637
+ "grad_norm": 0.7062116265296936,
2638
+ "learning_rate": 6.593751770102178e-05,
2639
+ "loss": 0.1152,
2640
+ "step": 4270
2641
+ },
2642
+ {
2643
+ "grad_norm": 1.137629508972168,
2644
+ "learning_rate": 6.578070857242823e-05,
2645
+ "loss": 0.1114,
2646
+ "step": 4280
2647
+ },
2648
+ {
2649
+ "grad_norm": 0.9860761761665344,
2650
+ "learning_rate": 6.562372686853402e-05,
2651
+ "loss": 0.103,
2652
+ "step": 4290
2653
+ },
2654
+ {
2655
+ "grad_norm": 0.8624077439308167,
2656
+ "learning_rate": 6.546657430606593e-05,
2657
+ "loss": 0.0888,
2658
+ "step": 4300
2659
+ },
2660
+ {
2661
+ "grad_norm": 1.012800693511963,
2662
+ "learning_rate": 6.530925260361918e-05,
2663
+ "loss": 0.135,
2664
+ "step": 4310
2665
+ },
2666
+ {
2667
+ "grad_norm": 0.9095959663391113,
2668
+ "learning_rate": 6.515176348163871e-05,
2669
+ "loss": 0.0833,
2670
+ "step": 4320
2671
+ },
2672
+ {
2673
+ "grad_norm": 0.8667500019073486,
2674
+ "learning_rate": 6.499410866240032e-05,
2675
+ "loss": 0.0901,
2676
+ "step": 4330
2677
+ },
2678
+ {
2679
+ "grad_norm": 0.9169116616249084,
2680
+ "learning_rate": 6.48362898699919e-05,
2681
+ "loss": 0.1272,
2682
+ "step": 4340
2683
+ },
2684
+ {
2685
+ "grad_norm": 1.095344066619873,
2686
+ "learning_rate": 6.467830883029443e-05,
2687
+ "loss": 0.0892,
2688
+ "step": 4350
2689
+ },
2690
+ {
2691
+ "grad_norm": 0.8654522895812988,
2692
+ "learning_rate": 6.452016727096326e-05,
2693
+ "loss": 0.1063,
2694
+ "step": 4360
2695
+ },
2696
+ {
2697
+ "grad_norm": 0.9861807227134705,
2698
+ "learning_rate": 6.436186692140916e-05,
2699
+ "loss": 0.0923,
2700
+ "step": 4370
2701
+ },
2702
+ {
2703
+ "grad_norm": 0.8531836271286011,
2704
+ "learning_rate": 6.420340951277938e-05,
2705
+ "loss": 0.0915,
2706
+ "step": 4380
2707
+ },
2708
+ {
2709
+ "grad_norm": 0.7771260142326355,
2710
+ "learning_rate": 6.404479677793874e-05,
2711
+ "loss": 0.1058,
2712
+ "step": 4390
2713
+ },
2714
+ {
2715
+ "grad_norm": 0.8296533823013306,
2716
+ "learning_rate": 6.388603045145075e-05,
2717
+ "loss": 0.1123,
2718
+ "step": 4400
2719
+ },
2720
+ {
2721
+ "grad_norm": 0.961249053478241,
2722
+ "learning_rate": 6.372711226955843e-05,
2723
+ "loss": 0.0913,
2724
+ "step": 4410
2725
+ },
2726
+ {
2727
+ "grad_norm": 0.8659205436706543,
2728
+ "learning_rate": 6.356804397016564e-05,
2729
+ "loss": 0.1045,
2730
+ "step": 4420
2731
+ },
2732
+ {
2733
+ "grad_norm": 0.8407870531082153,
2734
+ "learning_rate": 6.340882729281779e-05,
2735
+ "loss": 0.0946,
2736
+ "step": 4430
2737
+ },
2738
+ {
2739
+ "grad_norm": 0.8015242218971252,
2740
+ "learning_rate": 6.324946397868294e-05,
2741
+ "loss": 0.1014,
2742
+ "step": 4440
2743
+ },
2744
+ {
2745
+ "grad_norm": 0.7973492741584778,
2746
+ "learning_rate": 6.308995577053276e-05,
2747
+ "loss": 0.0865,
2748
+ "step": 4450
2749
+ },
2750
+ {
2751
+ "grad_norm": 0.887520432472229,
2752
+ "learning_rate": 6.293030441272347e-05,
2753
+ "loss": 0.0941,
2754
+ "step": 4460
2755
+ },
2756
+ {
2757
+ "grad_norm": 0.7706654667854309,
2758
+ "learning_rate": 6.277051165117677e-05,
2759
+ "loss": 0.1007,
2760
+ "step": 4470
2761
+ },
2762
+ {
2763
+ "grad_norm": 0.7328978776931763,
2764
+ "learning_rate": 6.261057923336064e-05,
2765
+ "loss": 0.0963,
2766
+ "step": 4480
2767
+ },
2768
+ {
2769
+ "grad_norm": 0.8200104832649231,
2770
+ "learning_rate": 6.245050890827042e-05,
2771
+ "loss": 0.0955,
2772
+ "step": 4490
2773
+ },
2774
+ {
2775
+ "eval/loss": 0.10896205954253674,
2776
+ "step": 4500
2777
+ },
2778
+ {
2779
+ "grad_norm": 0.7310347557067871,
2780
+ "learning_rate": 6.229030242640952e-05,
2781
+ "loss": 0.0826,
2782
+ "step": 4500
2783
+ },
2784
+ {
2785
+ "grad_norm": 0.7029056549072266,
2786
+ "learning_rate": 6.212996153977037e-05,
2787
+ "loss": 0.089,
2788
+ "step": 4510
2789
+ },
2790
+ {
2791
+ "grad_norm": 0.8050764203071594,
2792
+ "learning_rate": 6.196948800181523e-05,
2793
+ "loss": 0.0908,
2794
+ "step": 4520
2795
+ },
2796
+ {
2797
+ "grad_norm": 0.9031093120574951,
2798
+ "learning_rate": 6.180888356745695e-05,
2799
+ "loss": 0.0974,
2800
+ "step": 4530
2801
+ },
2802
+ {
2803
+ "grad_norm": 0.993007481098175,
2804
+ "learning_rate": 6.164814999303995e-05,
2805
+ "loss": 0.1063,
2806
+ "step": 4540
2807
+ },
2808
+ {
2809
+ "grad_norm": 0.7977578639984131,
2810
+ "learning_rate": 6.148728903632081e-05,
2811
+ "loss": 0.085,
2812
+ "step": 4550
2813
+ },
2814
+ {
2815
+ "grad_norm": 0.7852060198783875,
2816
+ "learning_rate": 6.132630245644921e-05,
2817
+ "loss": 0.0919,
2818
+ "step": 4560
2819
+ },
2820
+ {
2821
+ "grad_norm": 0.7635006308555603,
2822
+ "learning_rate": 6.116519201394857e-05,
2823
+ "loss": 0.0878,
2824
+ "step": 4570
2825
+ },
2826
+ {
2827
+ "grad_norm": 0.858343243598938,
2828
+ "learning_rate": 6.10039594706969e-05,
2829
+ "loss": 0.0945,
2830
+ "step": 4580
2831
+ },
2832
+ {
2833
+ "grad_norm": 0.7552047967910767,
2834
+ "learning_rate": 6.084260658990744e-05,
2835
+ "loss": 0.0955,
2836
+ "step": 4590
2837
+ },
2838
+ {
2839
+ "grad_norm": 0.81109219789505,
2840
+ "learning_rate": 6.068113513610943e-05,
2841
+ "loss": 0.1092,
2842
+ "step": 4600
2843
+ },
2844
+ {
2845
+ "grad_norm": 0.9269545674324036,
2846
+ "learning_rate": 6.0519546875128876e-05,
2847
+ "loss": 0.1033,
2848
+ "step": 4610
2849
+ },
2850
+ {
2851
+ "grad_norm": 0.7793946266174316,
2852
+ "learning_rate": 6.035784357406906e-05,
2853
+ "loss": 0.0886,
2854
+ "step": 4620
2855
+ },
2856
+ {
2857
+ "grad_norm": 0.8939802646636963,
2858
+ "learning_rate": 6.01960270012914e-05,
2859
+ "loss": 0.0951,
2860
+ "step": 4630
2861
+ },
2862
+ {
2863
+ "grad_norm": 0.7566599249839783,
2864
+ "learning_rate": 6.003409892639599e-05,
2865
+ "loss": 0.0902,
2866
+ "step": 4640
2867
+ },
2868
+ {
2869
+ "grad_norm": 0.9234247207641602,
2870
+ "learning_rate": 5.9872061120202336e-05,
2871
+ "loss": 0.0939,
2872
+ "step": 4650
2873
+ },
2874
+ {
2875
+ "grad_norm": 1.1718734502792358,
2876
+ "learning_rate": 5.9709915354729914e-05,
2877
+ "loss": 0.1075,
2878
+ "step": 4660
2879
+ },
2880
+ {
2881
+ "grad_norm": 0.7688272595405579,
2882
+ "learning_rate": 5.9547663403178824e-05,
2883
+ "loss": 0.1005,
2884
+ "step": 4670
2885
+ },
2886
+ {
2887
+ "grad_norm": 0.9440938234329224,
2888
+ "learning_rate": 5.9385307039910445e-05,
2889
+ "loss": 0.1146,
2890
+ "step": 4680
2891
+ },
2892
+ {
2893
+ "grad_norm": 0.798103928565979,
2894
+ "learning_rate": 5.922284804042792e-05,
2895
+ "loss": 0.1043,
2896
+ "step": 4690
2897
+ },
2898
+ {
2899
+ "grad_norm": 0.9380629658699036,
2900
+ "learning_rate": 5.906028818135687e-05,
2901
+ "loss": 0.1129,
2902
+ "step": 4700
2903
+ },
2904
+ {
2905
+ "grad_norm": 0.8713814616203308,
2906
+ "learning_rate": 5.889762924042585e-05,
2907
+ "loss": 0.1078,
2908
+ "step": 4710
2909
+ },
2910
+ {
2911
+ "grad_norm": 0.8485936522483826,
2912
+ "learning_rate": 5.873487299644699e-05,
2913
+ "loss": 0.095,
2914
+ "step": 4720
2915
+ },
2916
+ {
2917
+ "grad_norm": 0.897530734539032,
2918
+ "learning_rate": 5.857202122929649e-05,
2919
+ "loss": 0.0882,
2920
+ "step": 4730
2921
+ },
2922
+ {
2923
+ "grad_norm": 0.7317162752151489,
2924
+ "learning_rate": 5.840907571989518e-05,
2925
+ "loss": 0.0938,
2926
+ "step": 4740
2927
+ },
2928
+ {
2929
+ "eval/loss": 0.10288754284381867,
2930
+ "step": 4750
2931
+ },
2932
+ {
2933
+ "grad_norm": 0.7318452000617981,
2934
+ "learning_rate": 5.824603825018904e-05,
2935
+ "loss": 0.1161,
2936
+ "step": 4750
2937
+ },
2938
+ {
2939
+ "grad_norm": 0.9321379661560059,
2940
+ "learning_rate": 5.808291060312975e-05,
2941
+ "loss": 0.084,
2942
+ "step": 4760
2943
+ },
2944
+ {
2945
+ "grad_norm": 0.9103684425354004,
2946
+ "learning_rate": 5.7919694562655083e-05,
2947
+ "loss": 0.1211,
2948
+ "step": 4770
2949
+ },
2950
+ {
2951
+ "grad_norm": 0.8509300947189331,
2952
+ "learning_rate": 5.775639191366954e-05,
2953
+ "loss": 0.0972,
2954
+ "step": 4780
2955
+ },
2956
+ {
2957
+ "grad_norm": 1.0333175659179688,
2958
+ "learning_rate": 5.75930044420247e-05,
2959
+ "loss": 0.1109,
2960
+ "step": 4790
2961
+ },
2962
+ {
2963
+ "grad_norm": 0.7124407291412354,
2964
+ "learning_rate": 5.74295339344998e-05,
2965
+ "loss": 0.0978,
2966
+ "step": 4800
2967
+ },
2968
+ {
2969
+ "grad_norm": 0.7871521711349487,
2970
+ "learning_rate": 5.726598217878211e-05,
2971
+ "loss": 0.0918,
2972
+ "step": 4810
2973
+ },
2974
+ {
2975
+ "grad_norm": 0.8016433119773865,
2976
+ "learning_rate": 5.71023509634474e-05,
2977
+ "loss": 0.106,
2978
+ "step": 4820
2979
+ },
2980
+ {
2981
+ "grad_norm": 0.9009758234024048,
2982
+ "learning_rate": 5.693864207794049e-05,
2983
+ "loss": 0.1217,
2984
+ "step": 4830
2985
+ },
2986
+ {
2987
+ "grad_norm": 1.020508050918579,
2988
+ "learning_rate": 5.677485731255545e-05,
2989
+ "loss": 0.1014,
2990
+ "step": 4840
2991
+ },
2992
+ {
2993
+ "grad_norm": 0.759361982345581,
2994
+ "learning_rate": 5.6610998458416296e-05,
2995
+ "loss": 0.1104,
2996
+ "step": 4850
2997
+ },
2998
+ {
2999
+ "grad_norm": 0.9707552790641785,
3000
+ "learning_rate": 5.644706730745716e-05,
3001
+ "loss": 0.0984,
3002
+ "step": 4860
3003
+ },
3004
+ {
3005
+ "grad_norm": 0.7132483720779419,
3006
+ "learning_rate": 5.628306565240287e-05,
3007
+ "loss": 0.1031,
3008
+ "step": 4870
3009
+ },
3010
+ {
3011
+ "grad_norm": 1.0457226037979126,
3012
+ "learning_rate": 5.611899528674923e-05,
3013
+ "loss": 0.1108,
3014
+ "step": 4880
3015
+ },
3016
+ {
3017
+ "grad_norm": 0.8774409890174866,
3018
+ "learning_rate": 5.595485800474349e-05,
3019
+ "loss": 0.1057,
3020
+ "step": 4890
3021
+ },
3022
+ {
3023
+ "grad_norm": 0.8555901050567627,
3024
+ "learning_rate": 5.579065560136467e-05,
3025
+ "loss": 0.0786,
3026
+ "step": 4900
3027
+ },
3028
+ {
3029
+ "grad_norm": 0.9465853571891785,
3030
+ "learning_rate": 5.562638987230392e-05,
3031
+ "loss": 0.1132,
3032
+ "step": 4910
3033
+ },
3034
+ {
3035
+ "grad_norm": 0.8607863783836365,
3036
+ "learning_rate": 5.546206261394498e-05,
3037
+ "loss": 0.1047,
3038
+ "step": 4920
3039
+ },
3040
+ {
3041
+ "grad_norm": 0.8449073433876038,
3042
+ "learning_rate": 5.529767562334437e-05,
3043
+ "loss": 0.1145,
3044
+ "step": 4930
3045
+ },
3046
+ {
3047
+ "grad_norm": 0.95359867811203,
3048
+ "learning_rate": 5.5133230698211926e-05,
3049
+ "loss": 0.0948,
3050
+ "step": 4940
3051
+ },
3052
+ {
3053
+ "grad_norm": 0.9699293971061707,
3054
+ "learning_rate": 5.496872963689096e-05,
3055
+ "loss": 0.1275,
3056
+ "step": 4950
3057
+ },
3058
+ {
3059
+ "grad_norm": 0.7208645343780518,
3060
+ "learning_rate": 5.4804174238338756e-05,
3061
+ "loss": 0.109,
3062
+ "step": 4960
3063
+ },
3064
+ {
3065
+ "grad_norm": 0.8153486847877502,
3066
+ "learning_rate": 5.463956630210678e-05,
3067
+ "loss": 0.0869,
3068
+ "step": 4970
3069
+ },
3070
+ {
3071
+ "grad_norm": 0.7621985673904419,
3072
+ "learning_rate": 5.4474907628321046e-05,
3073
+ "loss": 0.0892,
3074
+ "step": 4980
3075
+ },
3076
+ {
3077
+ "grad_norm": 0.7622295022010803,
3078
+ "learning_rate": 5.431020001766244e-05,
3079
+ "loss": 0.1055,
3080
+ "step": 4990
3081
+ },
3082
+ {
3083
+ "eval/loss": 0.11376096427440643,
3084
+ "step": 5000
3085
+ },
3086
+ {
3087
+ "grad_norm": 0.7612760663032532,
3088
+ "learning_rate": 5.4145445271346986e-05,
3089
+ "loss": 0.0908,
3090
+ "step": 5000
3091
+ }
3092
+ ],
3093
+ "logging_steps": 10,
3094
+ "max_steps": 10000,
3095
+ "num_input_tokens_seen": 0,
3096
+ "num_train_epochs": 9223372036854775807,
3097
+ "save_steps": 500,
3098
+ "stateful_callbacks": {
3099
+ "TrainerControl": {
3100
+ "args": {
3101
+ "should_epoch_stop": false,
3102
+ "should_evaluate": false,
3103
+ "should_log": false,
3104
+ "should_save": true,
3105
+ "should_training_stop": false
3106
+ },
3107
+ "attributes": {}
3108
+ }
3109
+ },
3110
+ "total_flos": 0.0,
3111
+ "train_batch_size": 8,
3112
+ "trial_name": null,
3113
+ "trial_params": null
3114
+ }
groot-wbc-8/checkpoint-5000/wandb_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"project": "groot-wbc", "run_id": "groot-wbc-8"}
groot-wbc-8/config.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_horizon": 40,
3
+ "add_pos_embed": true,
4
+ "apply_sincos_state_encoding": false,
5
+ "architectures": [
6
+ "Gr00tN1d7"
7
+ ],
8
+ "attn_dropout": 0.2,
9
+ "attn_implementation": null,
10
+ "backbone_embedding_dim": 2048,
11
+ "backbone_trainable_params_fp32": true,
12
+ "color_jitter_params": {
13
+ "brightness": 0.3,
14
+ "contrast": 0.4,
15
+ "hue": 0.08,
16
+ "saturation": 0.5
17
+ },
18
+ "crop_fraction": 0.95,
19
+ "diffusion_model_cfg": {
20
+ "attention_head_dim": 48,
21
+ "dropout": 0.2,
22
+ "final_dropout": true,
23
+ "interleave_self_attention": true,
24
+ "norm_type": "ada_norm",
25
+ "num_attention_heads": 32,
26
+ "num_layers": 32,
27
+ "output_dim": 1024,
28
+ "positional_embeddings": null
29
+ },
30
+ "dtype": "float32",
31
+ "exclude_state": false,
32
+ "formalize_language": true,
33
+ "hidden_size": 1024,
34
+ "image_crop_size": [
35
+ 230,
36
+ 230
37
+ ],
38
+ "image_target_size": [
39
+ 256,
40
+ 256
41
+ ],
42
+ "letter_box_transform": false,
43
+ "load_bf16": false,
44
+ "max_action_dim": 132,
45
+ "max_num_embodiments": 32,
46
+ "max_seq_len": 1024,
47
+ "max_state_dim": 132,
48
+ "model_dtype": "bfloat16",
49
+ "model_name": "nvidia/Cosmos-Reason2-2B",
50
+ "model_type": "Gr00tN1d7",
51
+ "noise_beta_alpha": 1.5,
52
+ "noise_beta_beta": 1.0,
53
+ "noise_s": 0.999,
54
+ "num_inference_timesteps": 4,
55
+ "num_timestep_buckets": 1000,
56
+ "random_history_crop": true,
57
+ "random_rotation_angle": 0,
58
+ "reproject_vision": false,
59
+ "rtc_ramp_rate": 6.0,
60
+ "select_layer": 16,
61
+ "shortest_image_edge": 256,
62
+ "state_dropout_prob": 0.2,
63
+ "state_gaussian_noise_std": 0.0,
64
+ "transformers_version": "4.57.3",
65
+ "tune_diffusion_model": true,
66
+ "tune_linear": true,
67
+ "tune_llm": false,
68
+ "tune_projector": true,
69
+ "tune_top_llm_layers": 0,
70
+ "tune_visual": false,
71
+ "tune_vlln": true,
72
+ "use_albumentations": true,
73
+ "use_alternate_vl_dit": true,
74
+ "use_flash_attention": true,
75
+ "use_future_tokens": false,
76
+ "use_mean_std": false,
77
+ "use_percentiles": true,
78
+ "use_vl_self_attention": true,
79
+ "use_vlln": true,
80
+ "vl_self_attention_cfg": {
81
+ "attention_head_dim": 64,
82
+ "dropout": 0.2,
83
+ "final_dropout": true,
84
+ "num_attention_heads": 32,
85
+ "num_layers": 4,
86
+ "positional_embeddings": null
87
+ }
88
+ }
groot-wbc-8/experiment_cfg/conf.yaml ADDED
@@ -0,0 +1,253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ load_config_path: null
2
+ model:
3
+ model_type: Gr00tN1d7
4
+ model_dtype: bfloat16
5
+ model_name: nvidia/Cosmos-Reason2-2B
6
+ backbone_model_type: qwen
7
+ model_revision: null
8
+ tune_top_llm_layers: 0
9
+ backbone_embedding_dim: 2048
10
+ tune_llm: false
11
+ tune_visual: false
12
+ select_layer: 12
13
+ reproject_vision: false
14
+ use_flash_attention: true
15
+ load_bf16: false
16
+ backbone_trainable_params_fp32: true
17
+ image_crop_size:
18
+ - 230
19
+ - 230
20
+ image_target_size:
21
+ - 256
22
+ - 256
23
+ shortest_image_edge: null
24
+ crop_fraction: null
25
+ random_rotation_angle: null
26
+ color_jitter_params:
27
+ brightness: 0.3
28
+ contrast: 0.4
29
+ saturation: 0.5
30
+ hue: 0.08
31
+ use_albumentations_transforms: true
32
+ extra_augmentation_config: null
33
+ formalize_language: true
34
+ apply_sincos_state_encoding: false
35
+ use_percentiles: true
36
+ use_relative_action: true
37
+ max_state_dim: 132
38
+ max_action_dim: 132
39
+ action_horizon: 40
40
+ hidden_size: 1024
41
+ input_embedding_dim: 1536
42
+ state_history_length: 1
43
+ add_pos_embed: true
44
+ attn_dropout: 0.2
45
+ use_vlln: true
46
+ max_seq_len: 1024
47
+ use_alternate_vl_dit: true
48
+ attend_text_every_n_blocks: 2
49
+ diffusion_model_cfg:
50
+ positional_embeddings: null
51
+ num_layers: 16
52
+ num_attention_heads: 32
53
+ attention_head_dim: 48
54
+ norm_type: ada_norm
55
+ dropout: 0.2
56
+ final_dropout: true
57
+ output_dim: 1024
58
+ interleave_self_attention: true
59
+ num_inference_timesteps: 4
60
+ noise_beta_alpha: 1.5
61
+ noise_beta_beta: 1.0
62
+ noise_s: 0.999
63
+ num_timestep_buckets: 1000
64
+ tune_projector: true
65
+ tune_diffusion_model: true
66
+ tune_vlln: true
67
+ state_dropout_prob: 0.2
68
+ exclude_state: false
69
+ use_mean_std: false
70
+ max_num_embodiments: 32
71
+ data:
72
+ datasets:
73
+ - dataset_paths:
74
+ - /home/ubuntu/groot-files/dataset_wbc_train
75
+ embodiment_tag: unitree_g1_sonic
76
+ mix_ratio: 1.0
77
+ dataset_type: physical_embodiment
78
+ val_dataset_path: null
79
+ modality_configs:
80
+ unitree_g1_sonic:
81
+ video:
82
+ delta_indices:
83
+ - 0
84
+ modality_keys:
85
+ - ego_view
86
+ sin_cos_embedding_keys: null
87
+ mean_std_embedding_keys: null
88
+ action_configs: null
89
+ state:
90
+ delta_indices:
91
+ - 0
92
+ modality_keys:
93
+ - left_leg
94
+ - right_leg
95
+ - waist
96
+ - left_arm
97
+ - right_arm
98
+ - left_hand
99
+ - right_hand
100
+ - projected_gravity
101
+ sin_cos_embedding_keys: null
102
+ mean_std_embedding_keys: null
103
+ action_configs: null
104
+ action:
105
+ delta_indices:
106
+ - 0
107
+ - 1
108
+ - 2
109
+ - 3
110
+ - 4
111
+ - 5
112
+ - 6
113
+ - 7
114
+ - 8
115
+ - 9
116
+ - 10
117
+ - 11
118
+ - 12
119
+ - 13
120
+ - 14
121
+ - 15
122
+ - 16
123
+ - 17
124
+ - 18
125
+ - 19
126
+ - 20
127
+ - 21
128
+ - 22
129
+ - 23
130
+ - 24
131
+ - 25
132
+ - 26
133
+ - 27
134
+ - 28
135
+ - 29
136
+ - 30
137
+ - 31
138
+ - 32
139
+ - 33
140
+ - 34
141
+ - 35
142
+ - 36
143
+ - 37
144
+ - 38
145
+ - 39
146
+ modality_keys:
147
+ - motion_token
148
+ - left_hand_joints
149
+ - right_hand_joints
150
+ sin_cos_embedding_keys: null
151
+ mean_std_embedding_keys: null
152
+ action_configs:
153
+ - rep: ABSOLUTE
154
+ type: NON_EEF
155
+ format: DEFAULT
156
+ state_key: null
157
+ - rep: ABSOLUTE
158
+ type: NON_EEF
159
+ format: DEFAULT
160
+ state_key: null
161
+ - rep: ABSOLUTE
162
+ type: NON_EEF
163
+ format: DEFAULT
164
+ state_key: null
165
+ language:
166
+ delta_indices:
167
+ - 0
168
+ modality_keys:
169
+ - annotation.human.task_description
170
+ sin_cos_embedding_keys: null
171
+ mean_std_embedding_keys: null
172
+ action_configs: null
173
+ download_cache: false
174
+ shard_size: 1024
175
+ episode_sampling_rate: 0.1
176
+ num_shards_per_epoch: 100000
177
+ override_pretraining_statistics: true
178
+ mode: single_turn
179
+ random_chop: 0.0
180
+ mock_dataset_mode: false
181
+ shuffle: true
182
+ seed: 42
183
+ multiprocessing_context: fork
184
+ allow_padding: false
185
+ subsample_ratio: 1.0
186
+ image_crop_size:
187
+ - 244
188
+ - 244
189
+ image_target_size:
190
+ - 224
191
+ - 224
192
+ video_backend: torchcodec
193
+ training:
194
+ output_dir: /home/ubuntu/groot-files/checkpoints/run-2026-05-28-101824
195
+ experiment_name: groot-wbc-8
196
+ max_steps: 10000
197
+ global_batch_size: 8
198
+ batch_size: null
199
+ gradient_accumulation_steps: 1
200
+ learning_rate: 0.0001
201
+ lr_scheduler_type: cosine
202
+ weight_decay: 1.0e-05
203
+ warmup_ratio: 0.05
204
+ warmup_steps: 0
205
+ max_grad_norm: 1.0
206
+ optim: adamw_torch
207
+ start_from_checkpoint: nvidia/GR00T-N1.7-3B
208
+ skip_weight_loading: false
209
+ tf32: true
210
+ fp16: false
211
+ bf16: true
212
+ eval_bf16: true
213
+ logging_steps: 10
214
+ save_steps: 500
215
+ save_total_limit: 20
216
+ save_vl_model: false
217
+ save_only_model: false
218
+ upload_checkpoints: false
219
+ upload_every: 1000
220
+ upload_last_n_checkpoints: 5
221
+ max_concurrent_uploads: 2
222
+ eval_strategy: 'no'
223
+ eval_steps: 250
224
+ eval_set_split_ratio: 0.1
225
+ eval_batch_size: 2
226
+ save_best_eval_metric_name: ''
227
+ save_best_eval_metric_greater_is_better: true
228
+ eval_dataset_path: /home/ubuntu/groot-files/dataset_wbc_eval
229
+ eval_num_batches: 50
230
+ deepspeed_stage: 2
231
+ gradient_checkpointing: false
232
+ transformers_trust_remote_code: true
233
+ transformers_local_files_only: false
234
+ transformers_cache_dir: null
235
+ transformers_access_token: null
236
+ use_ddp: false
237
+ ddp_bucket_cap_mb: 100
238
+ num_gpus: 1
239
+ dataloader_num_workers: 6
240
+ remove_unused_columns: false
241
+ use_wandb: true
242
+ wandb_project: groot-wbc
243
+ enable_profiling: false
244
+ max_retries: 3
245
+ assert_loss_less_than: null
246
+ add_rl_callback: false
247
+ enable_open_loop_eval: false
248
+ open_loop_eval_traj_ids:
249
+ - 0
250
+ open_loop_eval_steps_per_traj: 100
251
+ open_loop_eval_plot_indices: null
252
+ max_steps: 10000
253
+ save_steps: 500
groot-wbc-8/experiment_cfg/config.yaml ADDED
@@ -0,0 +1,279 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ !!python/object:gr00t.configs.base_config.Config
2
+ data: !!python/object:gr00t.configs.data.data_config.DataConfig
3
+ allow_padding: false
4
+ datasets:
5
+ - !!python/object:gr00t.configs.data.data_config.SingleDatasetConfig
6
+ dataset_paths:
7
+ - /home/ubuntu/groot-files/dataset_wbc_train
8
+ dataset_type: physical_embodiment
9
+ embodiment_tag: unitree_g1_sonic
10
+ mix_ratio: 1.0
11
+ val_dataset_path: null
12
+ download_cache: false
13
+ episode_sampling_rate: 0.1
14
+ image_crop_size:
15
+ - 244
16
+ - 244
17
+ image_target_size:
18
+ - 224
19
+ - 224
20
+ mock_dataset_mode: false
21
+ modality_configs:
22
+ unitree_g1_sonic:
23
+ action: !!python/object:gr00t.data.types.ModalityConfig
24
+ action_configs:
25
+ - !!python/object:gr00t.data.types.ActionConfig
26
+ format: &id001 !!python/object/apply:gr00t.data.types.ActionFormat
27
+ - default
28
+ rep: &id002 !!python/object/apply:gr00t.data.types.ActionRepresentation
29
+ - absolute
30
+ state_key: null
31
+ type: &id003 !!python/object/apply:gr00t.data.types.ActionType
32
+ - non_eef
33
+ - !!python/object:gr00t.data.types.ActionConfig
34
+ format: *id001
35
+ rep: *id002
36
+ state_key: null
37
+ type: *id003
38
+ - !!python/object:gr00t.data.types.ActionConfig
39
+ format: *id001
40
+ rep: *id002
41
+ state_key: null
42
+ type: *id003
43
+ delta_indices:
44
+ - 0
45
+ - 1
46
+ - 2
47
+ - 3
48
+ - 4
49
+ - 5
50
+ - 6
51
+ - 7
52
+ - 8
53
+ - 9
54
+ - 10
55
+ - 11
56
+ - 12
57
+ - 13
58
+ - 14
59
+ - 15
60
+ - 16
61
+ - 17
62
+ - 18
63
+ - 19
64
+ - 20
65
+ - 21
66
+ - 22
67
+ - 23
68
+ - 24
69
+ - 25
70
+ - 26
71
+ - 27
72
+ - 28
73
+ - 29
74
+ - 30
75
+ - 31
76
+ - 32
77
+ - 33
78
+ - 34
79
+ - 35
80
+ - 36
81
+ - 37
82
+ - 38
83
+ - 39
84
+ mean_std_embedding_keys: null
85
+ modality_keys:
86
+ - motion_token
87
+ - left_hand_joints
88
+ - right_hand_joints
89
+ sin_cos_embedding_keys: null
90
+ language: !!python/object:gr00t.data.types.ModalityConfig
91
+ action_configs: null
92
+ delta_indices:
93
+ - 0
94
+ mean_std_embedding_keys: null
95
+ modality_keys:
96
+ - annotation.human.task_description
97
+ sin_cos_embedding_keys: null
98
+ state: !!python/object:gr00t.data.types.ModalityConfig
99
+ action_configs: null
100
+ delta_indices:
101
+ - 0
102
+ mean_std_embedding_keys: null
103
+ modality_keys:
104
+ - left_leg
105
+ - right_leg
106
+ - waist
107
+ - left_arm
108
+ - right_arm
109
+ - left_hand
110
+ - right_hand
111
+ - projected_gravity
112
+ sin_cos_embedding_keys: null
113
+ video: !!python/object:gr00t.data.types.ModalityConfig
114
+ action_configs: null
115
+ delta_indices:
116
+ - 0
117
+ mean_std_embedding_keys: null
118
+ modality_keys:
119
+ - ego_view
120
+ sin_cos_embedding_keys: null
121
+ mode: single_turn
122
+ multiprocessing_context: fork
123
+ num_shards_per_epoch: 100000
124
+ override_pretraining_statistics: true
125
+ random_chop: 0.0
126
+ seed: 42
127
+ shard_size: 1024
128
+ shuffle: true
129
+ subsample_ratio: 1.0
130
+ video_backend: torchcodec
131
+ load_config_path: null
132
+ model: !!python/object:gr00t.configs.model.gr00t_n1d7.Gr00tN1d7Config
133
+ _attn_implementation_internal: null
134
+ _commit_hash: null
135
+ _name_or_path: ''
136
+ _output_attentions: false
137
+ add_cross_attention: false
138
+ architectures: null
139
+ backbone_trainable_params_fp32: true
140
+ bad_words_ids: null
141
+ begin_suppress_tokens: null
142
+ bos_token_id: null
143
+ chunk_size_feed_forward: 0
144
+ color_jitter_params:
145
+ brightness: 0.3
146
+ contrast: 0.4
147
+ hue: 0.08
148
+ saturation: 0.5
149
+ cross_attention_hidden_size: null
150
+ decoder_start_token_id: null
151
+ diffusion_model_cfg:
152
+ attention_head_dim: 48
153
+ dropout: 0.2
154
+ final_dropout: true
155
+ interleave_self_attention: true
156
+ norm_type: ada_norm
157
+ num_attention_heads: 32
158
+ num_layers: 16
159
+ output_dim: 1024
160
+ positional_embeddings: null
161
+ diversity_penalty: 0.0
162
+ do_sample: false
163
+ dtype: null
164
+ early_stopping: false
165
+ encoder_no_repeat_ngram_size: 0
166
+ eos_token_id: null
167
+ exponential_decay_length_penalty: null
168
+ extra_augmentation_config: null
169
+ finetuning_task: null
170
+ forced_bos_token_id: null
171
+ forced_eos_token_id: null
172
+ id2label:
173
+ 0: LABEL_0
174
+ 1: LABEL_1
175
+ is_decoder: false
176
+ is_encoder_decoder: false
177
+ label2id:
178
+ LABEL_0: 0
179
+ LABEL_1: 1
180
+ length_penalty: 1.0
181
+ load_bf16: false
182
+ max_length: 20
183
+ min_length: 0
184
+ model_name: nvidia/Cosmos-Reason2-2B
185
+ no_repeat_ngram_size: 0
186
+ num_beam_groups: 1
187
+ num_beams: 1
188
+ num_return_sequences: 1
189
+ output_hidden_states: false
190
+ output_scores: false
191
+ pad_token_id: null
192
+ prefix: null
193
+ problem_type: null
194
+ pruned_heads: {}
195
+ random_rotation_angle: null
196
+ remove_invalid_values: false
197
+ repetition_penalty: 1.0
198
+ reproject_vision: false
199
+ return_dict: true
200
+ return_dict_in_generate: false
201
+ sep_token_id: null
202
+ state_dropout_prob: 0.2
203
+ suppress_tokens: null
204
+ task_specific_params: null
205
+ temperature: 1.0
206
+ tf_legacy_loss: false
207
+ tie_encoder_decoder: false
208
+ tie_word_embeddings: true
209
+ tokenizer_class: null
210
+ top_k: 50
211
+ top_p: 1.0
212
+ torchscript: false
213
+ transformers_version: null
214
+ tune_diffusion_model: true
215
+ tune_llm: false
216
+ tune_projector: true
217
+ tune_visual: false
218
+ typical_p: 1.0
219
+ use_bfloat16: false
220
+ use_relative_action: true
221
+ training: !!python/object:gr00t.configs.training.training_config.TrainingConfig
222
+ add_rl_callback: false
223
+ assert_loss_less_than: null
224
+ batch_size: null
225
+ bf16: true
226
+ dataloader_num_workers: 6
227
+ ddp_bucket_cap_mb: 100
228
+ deepspeed_stage: 2
229
+ enable_open_loop_eval: false
230
+ enable_profiling: false
231
+ eval_batch_size: 2
232
+ eval_bf16: true
233
+ eval_dataset_path: /home/ubuntu/groot-files/dataset_wbc_eval
234
+ eval_num_batches: 50
235
+ eval_set_split_ratio: 0.1
236
+ eval_steps: 250
237
+ eval_strategy: 'no'
238
+ experiment_name: groot-wbc-8
239
+ fp16: false
240
+ global_batch_size: 8
241
+ gradient_accumulation_steps: 1
242
+ gradient_checkpointing: false
243
+ learning_rate: 0.0001
244
+ logging_steps: 10
245
+ lr_scheduler_type: cosine
246
+ max_concurrent_uploads: 2
247
+ max_grad_norm: 1.0
248
+ max_retries: 3
249
+ max_steps: 10000
250
+ num_gpus: 1
251
+ open_loop_eval_plot_indices: null
252
+ open_loop_eval_steps_per_traj: 100
253
+ open_loop_eval_traj_ids:
254
+ - 0
255
+ optim: adamw_torch
256
+ output_dir: /home/ubuntu/groot-files/checkpoints/run-2026-05-28-101824
257
+ remove_unused_columns: false
258
+ save_best_eval_metric_greater_is_better: true
259
+ save_best_eval_metric_name: ''
260
+ save_only_model: false
261
+ save_steps: 500
262
+ save_total_limit: 20
263
+ save_vl_model: false
264
+ skip_weight_loading: false
265
+ start_from_checkpoint: nvidia/GR00T-N1.7-3B
266
+ tf32: true
267
+ transformers_access_token: null
268
+ transformers_cache_dir: null
269
+ transformers_local_files_only: false
270
+ transformers_trust_remote_code: true
271
+ upload_checkpoints: false
272
+ upload_every: 1000
273
+ upload_last_n_checkpoints: 5
274
+ use_ddp: false
275
+ use_wandb: true
276
+ wandb_project: groot-wbc
277
+ warmup_ratio: 0.05
278
+ warmup_steps: 0
279
+ weight_decay: 1.0e-05
groot-wbc-8/experiment_cfg/dataset_statistics.json ADDED
@@ -0,0 +1,907 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "unitree_g1_sonic": {
3
+ "state": {
4
+ "left_leg": {
5
+ "min": [
6
+ -0.5145056843757629,
7
+ -0.18529635667800903,
8
+ -0.5630622506141663,
9
+ 0.10770249366760254,
10
+ -0.6103389859199524,
11
+ -0.21104247868061066
12
+ ],
13
+ "max": [
14
+ 0.4081326425075531,
15
+ 0.4657762050628662,
16
+ 0.9445304274559021,
17
+ 1.6440609693527222,
18
+ 0.2812706232070923,
19
+ 0.24254725873470306
20
+ ],
21
+ "mean": [
22
+ -0.012148142792284489,
23
+ 0.049336664378643036,
24
+ 0.22622817754745483,
25
+ 0.3236576318740845,
26
+ -0.1981654316186905,
27
+ -0.0009371974156238139
28
+ ],
29
+ "std": [
30
+ 0.15010829269886017,
31
+ 0.09162046015262604,
32
+ 0.13689051568508148,
33
+ 0.18744750320911407,
34
+ 0.0900125801563263,
35
+ 0.07028596103191376
36
+ ],
37
+ "q01": [
38
+ -0.3930038321018219,
39
+ -0.13217630386352539,
40
+ -0.10907109707593918,
41
+ 0.13054380238056182,
42
+ -0.45879220962524414,
43
+ -0.152383496761322
44
+ ],
45
+ "q99": [
46
+ 0.23233672738075234,
47
+ 0.3159625411033626,
48
+ 0.5810866618156422,
49
+ 1.0221275281906117,
50
+ 0.03577460661530483,
51
+ 0.16769260168075562
52
+ ]
53
+ },
54
+ "right_leg": {
55
+ "min": [
56
+ -0.777660071849823,
57
+ -0.49602121114730835,
58
+ -1.0866719484329224,
59
+ 0.07200334966182709,
60
+ -0.623672366142273,
61
+ -0.23122255504131317
62
+ ],
63
+ "max": [
64
+ 0.36446529626846313,
65
+ 0.15863065421581268,
66
+ 0.29946956038475037,
67
+ 2.0259454250335693,
68
+ 0.24596133828163147,
69
+ 0.18925869464874268
70
+ ],
71
+ "mean": [
72
+ 0.010633867233991623,
73
+ -0.07383165508508682,
74
+ -0.21287542581558228,
75
+ 0.3419981598854065,
76
+ -0.22440023720264435,
77
+ 0.013267790898680687
78
+ ],
79
+ "std": [
80
+ 0.1268979012966156,
81
+ 0.08248293399810791,
82
+ 0.1612742692232132,
83
+ 0.20557346940040588,
84
+ 0.10104448348283768,
85
+ 0.055336352437734604
86
+ ],
87
+ "q01": [
88
+ -0.3428873121738434,
89
+ -0.3137379336357117,
90
+ -0.702793300151825,
91
+ 0.14524445354938506,
92
+ -0.49535272479057313,
93
+ -0.1368582433462143
94
+ ],
95
+ "q99": [
96
+ 0.22101355910301154,
97
+ 0.0916959154605865,
98
+ 0.13021636724472033,
99
+ 1.031281275749206,
100
+ 0.004563198033720189,
101
+ 0.11666926741600031
102
+ ]
103
+ },
104
+ "waist": {
105
+ "min": [
106
+ -0.37403565645217896,
107
+ -0.243158221244812,
108
+ -0.05312114581465721
109
+ ],
110
+ "max": [
111
+ 0.2474018782377243,
112
+ 0.17617863416671753,
113
+ 0.04943050444126129
114
+ ],
115
+ "mean": [
116
+ -0.03901316970586777,
117
+ -0.02152136340737343,
118
+ 0.0024535013362765312
119
+ ],
120
+ "std": [
121
+ 0.07381759583950043,
122
+ 0.046153053641319275,
123
+ 0.008072787895798683
124
+ ],
125
+ "q01": [
126
+ -0.2433778864145279,
127
+ -0.13698728382587433,
128
+ -0.01672225959599018
129
+ ],
130
+ "q99": [
131
+ 0.15031063556671143,
132
+ 0.08901623487472521,
133
+ 0.023261465877294534
134
+ ]
135
+ },
136
+ "left_arm": {
137
+ "min": [
138
+ -0.8068499565124512,
139
+ -0.01750895380973816,
140
+ -0.7458622455596924,
141
+ -0.5916731953620911,
142
+ -1.302229881286621,
143
+ -0.2953871786594391,
144
+ -0.9342422485351562
145
+ ],
146
+ "max": [
147
+ 0.4923958480358124,
148
+ 0.540572464466095,
149
+ 0.35323503613471985,
150
+ 1.320529818534851,
151
+ 1.2396363019943237,
152
+ 0.5774239301681519,
153
+ 0.6715000867843628
154
+ ],
155
+ "mean": [
156
+ -0.10333303362131119,
157
+ 0.189546599984169,
158
+ -0.12471432983875275,
159
+ 0.28616011142730713,
160
+ -0.3353458344936371,
161
+ 0.15808047354221344,
162
+ -0.03580402210354805
163
+ ],
164
+ "std": [
165
+ 0.2009865939617157,
166
+ 0.07324191927909851,
167
+ 0.1315729022026062,
168
+ 0.47473788261413574,
169
+ 0.2912229895591736,
170
+ 0.12051952630281448,
171
+ 0.1922927051782608
172
+ ],
173
+ "q01": [
174
+ -0.545279369354248,
175
+ 0.02649999812245369,
176
+ -0.463615984916687,
177
+ -0.338695775270462,
178
+ -0.9348985409736633,
179
+ -0.12025019407272339,
180
+ -0.5021582007408142
181
+ ],
182
+ "q99": [
183
+ 0.2839887523651115,
184
+ 0.3847482764720913,
185
+ 0.16759651601314537,
186
+ 1.2634340524673462,
187
+ 0.6452915716171259,
188
+ 0.4740810847282409,
189
+ 0.40644835114479044
190
+ ]
191
+ },
192
+ "right_arm": {
193
+ "min": [
194
+ -0.913030207157135,
195
+ -0.6399815678596497,
196
+ -0.3427368700504303,
197
+ -0.39627039432525635,
198
+ -1.251069188117981,
199
+ -0.2754094898700714,
200
+ -0.8207756280899048
201
+ ],
202
+ "max": [
203
+ 0.45103830099105835,
204
+ -0.01125318743288517,
205
+ 0.6279014945030212,
206
+ 1.2988982200622559,
207
+ 1.0332199335098267,
208
+ 0.5550373792648315,
209
+ 0.9986335039138794
210
+ ],
211
+ "mean": [
212
+ -0.0982118472456932,
213
+ -0.20830810070037842,
214
+ 0.08582146465778351,
215
+ 0.22871090471744537,
216
+ 0.1546783298254013,
217
+ 0.14763931930065155,
218
+ -0.04254811629652977
219
+ ],
220
+ "std": [
221
+ 0.22019562125205994,
222
+ 0.06811994314193726,
223
+ 0.1300000548362732,
224
+ 0.46189504861831665,
225
+ 0.2503209114074707,
226
+ 0.10672769695520401,
227
+ 0.18367928266525269
228
+ ],
229
+ "q01": [
230
+ -0.6061021685600281,
231
+ -0.39821806669235227,
232
+ -0.21507561206817627,
233
+ -0.3157608461380005,
234
+ -0.7030838251113891,
235
+ -0.12177794367074966,
236
+ -0.5326336216926575
237
+ ],
238
+ "q99": [
239
+ 0.32033881783485385,
240
+ -0.07859542340040213,
241
+ 0.34321335792541496,
242
+ 1.2582597732543945,
243
+ 0.6935366868972775,
244
+ 0.41980740427970886,
245
+ 0.3515860009193411
246
+ ]
247
+ },
248
+ "left_hand": {
249
+ "min": [
250
+ 0.0,
251
+ 0.0,
252
+ 0.0,
253
+ 0.0,
254
+ 0.0,
255
+ 0.0,
256
+ 0.0
257
+ ],
258
+ "max": [
259
+ 0.0,
260
+ 0.0,
261
+ 0.0,
262
+ 0.0,
263
+ 0.0,
264
+ 0.0,
265
+ 0.0
266
+ ],
267
+ "mean": [
268
+ 0.0,
269
+ 0.0,
270
+ 0.0,
271
+ 0.0,
272
+ 0.0,
273
+ 0.0,
274
+ 0.0
275
+ ],
276
+ "std": [
277
+ 0.0,
278
+ 0.0,
279
+ 0.0,
280
+ 0.0,
281
+ 0.0,
282
+ 0.0,
283
+ 0.0
284
+ ],
285
+ "q01": [
286
+ 0.0,
287
+ 0.0,
288
+ 0.0,
289
+ 0.0,
290
+ 0.0,
291
+ 0.0,
292
+ 0.0
293
+ ],
294
+ "q99": [
295
+ 0.0,
296
+ 0.0,
297
+ 0.0,
298
+ 0.0,
299
+ 0.0,
300
+ 0.0,
301
+ 0.0
302
+ ]
303
+ },
304
+ "right_hand": {
305
+ "min": [
306
+ 0.0,
307
+ 0.0,
308
+ 0.0,
309
+ 0.0,
310
+ 0.0,
311
+ 0.0,
312
+ 0.0
313
+ ],
314
+ "max": [
315
+ 0.0,
316
+ 0.0,
317
+ 0.0,
318
+ 0.0,
319
+ 0.0,
320
+ 0.0,
321
+ 0.0
322
+ ],
323
+ "mean": [
324
+ 0.0,
325
+ 0.0,
326
+ 0.0,
327
+ 0.0,
328
+ 0.0,
329
+ 0.0,
330
+ 0.0
331
+ ],
332
+ "std": [
333
+ 0.0,
334
+ 0.0,
335
+ 0.0,
336
+ 0.0,
337
+ 0.0,
338
+ 0.0,
339
+ 0.0
340
+ ],
341
+ "q01": [
342
+ 0.0,
343
+ 0.0,
344
+ 0.0,
345
+ 0.0,
346
+ 0.0,
347
+ 0.0,
348
+ 0.0
349
+ ],
350
+ "q99": [
351
+ 0.0,
352
+ 0.0,
353
+ 0.0,
354
+ 0.0,
355
+ 0.0,
356
+ 0.0,
357
+ 0.0
358
+ ]
359
+ },
360
+ "projected_gravity": {
361
+ "min": [
362
+ -0.2364102452993393,
363
+ -0.14225876331329346,
364
+ -0.9999999403953552
365
+ ],
366
+ "max": [
367
+ 0.1328846514225006,
368
+ 0.1775456815958023,
369
+ -0.9715155363082886
370
+ ],
371
+ "mean": [
372
+ -0.04713863134384155,
373
+ -0.00449190242215991,
374
+ -0.997578501701355
375
+ ],
376
+ "std": [
377
+ 0.044011253863573074,
378
+ 0.0352567620575428,
379
+ 0.0029932048637504607
380
+ ],
381
+ "q01": [
382
+ -0.16278759896755218,
383
+ -0.08589273869991303,
384
+ -0.9999748921394348
385
+ ],
386
+ "q99": [
387
+ 0.05313032269477822,
388
+ 0.0724137070775032,
389
+ -0.9858456301689148
390
+ ]
391
+ }
392
+ },
393
+ "action": {
394
+ "motion_token": {
395
+ "min": [
396
+ -0.3125,
397
+ -0.4375,
398
+ -0.5,
399
+ -0.5,
400
+ -0.5625,
401
+ -0.25,
402
+ -0.375,
403
+ -0.1875,
404
+ -0.1875,
405
+ -0.5,
406
+ -0.375,
407
+ -0.4375,
408
+ -0.3125,
409
+ -0.4375,
410
+ -0.5,
411
+ -0.5,
412
+ -0.1875,
413
+ -0.3125,
414
+ -0.4375,
415
+ -0.5625,
416
+ -0.4375,
417
+ -0.5625,
418
+ -0.375,
419
+ -0.5,
420
+ -0.3125,
421
+ -0.375,
422
+ -0.375,
423
+ -0.5,
424
+ -0.25,
425
+ -0.25,
426
+ -0.1875,
427
+ -0.375,
428
+ -0.5,
429
+ -0.25,
430
+ -0.4375,
431
+ -0.5,
432
+ -0.5625,
433
+ -0.375,
434
+ -0.125,
435
+ -0.25,
436
+ -0.375,
437
+ -0.5,
438
+ -0.375,
439
+ -0.5,
440
+ -0.5,
441
+ -0.5625,
442
+ -0.4375,
443
+ -0.375,
444
+ -0.3125,
445
+ -0.4375,
446
+ -0.3125,
447
+ -0.4375,
448
+ -0.125,
449
+ -0.5625,
450
+ -0.375,
451
+ -0.25,
452
+ -0.4375,
453
+ -0.5,
454
+ -0.1875,
455
+ -0.5,
456
+ -0.375,
457
+ -0.375,
458
+ -0.375,
459
+ -0.375
460
+ ],
461
+ "max": [
462
+ 0.25,
463
+ 0.25,
464
+ 0.1875,
465
+ 0.125,
466
+ 0.25,
467
+ 0.4375,
468
+ 0.375,
469
+ 0.4375,
470
+ 0.4375,
471
+ 0.375,
472
+ 0.375,
473
+ 0.25,
474
+ 0.4375,
475
+ 0.1875,
476
+ 0.125,
477
+ 0.375,
478
+ 0.375,
479
+ 0.25,
480
+ 0.375,
481
+ 0.3125,
482
+ 0.3125,
483
+ 0.0625,
484
+ 0.3125,
485
+ 0.1875,
486
+ 0.3125,
487
+ 0.4375,
488
+ 0.3125,
489
+ 0.375,
490
+ 0.375,
491
+ 0.375,
492
+ 0.4375,
493
+ 0.375,
494
+ 0.5,
495
+ 0.3125,
496
+ 0.25,
497
+ 0.375,
498
+ 0.4375,
499
+ 0.1875,
500
+ 0.375,
501
+ 0.25,
502
+ 0.1875,
503
+ 0.4375,
504
+ 0.3125,
505
+ 0.25,
506
+ 0.375,
507
+ 0.25,
508
+ 0.25,
509
+ 0.25,
510
+ 0.375,
511
+ 0.25,
512
+ 0.375,
513
+ 0.4375,
514
+ 0.5625,
515
+ 0.3125,
516
+ 0.375,
517
+ 0.375,
518
+ 0.4375,
519
+ 0.5,
520
+ 0.375,
521
+ 0.5,
522
+ 0.4375,
523
+ 0.375,
524
+ 0.375,
525
+ 0.375
526
+ ],
527
+ "mean": [
528
+ -0.06439097970724106,
529
+ -0.06521879881620407,
530
+ -0.125,
531
+ -0.1847969889640808,
532
+ -0.1373879760503769,
533
+ 0.04822782054543495,
534
+ 0.027975188568234444,
535
+ 0.15312707424163818,
536
+ 0.11575789749622345,
537
+ -0.07767443358898163,
538
+ 0.03542105108499527,
539
+ -0.05307518690824509,
540
+ -0.06384360790252686,
541
+ -0.18314436078071594,
542
+ -0.19289849698543549,
543
+ -0.03389473631978035,
544
+ 0.09458722174167633,
545
+ -0.04276691749691963,
546
+ -0.03826015070080757,
547
+ -0.10829849541187286,
548
+ -0.071824811398983,
549
+ -0.22079698741436005,
550
+ -0.04714285582304001,
551
+ -0.22834135591983795,
552
+ -0.01947067677974701,
553
+ 0.0074248118326067924,
554
+ 0.00573834590613842,
555
+ -0.060690224170684814,
556
+ 0.06471353024244308,
557
+ 0.06146090105175972,
558
+ 0.16022330522537231,
559
+ -0.01657293178141117,
560
+ 0.0007180451066233218,
561
+ 0.10714511573314667,
562
+ -0.07185939699411392,
563
+ 0.012763909995555878,
564
+ -0.09171729534864426,
565
+ -0.0794999971985817,
566
+ 0.15587669610977173,
567
+ -0.011427067220211029,
568
+ -0.07081428915262222,
569
+ 0.0370473675429821,
570
+ -0.020825562998652458,
571
+ -0.10491052269935608,
572
+ -0.07982255518436432,
573
+ -0.03099849633872509,
574
+ -0.0554308257997036,
575
+ -0.12368496507406235,
576
+ 0.07534285634756088,
577
+ -0.03026992455124855,
578
+ 0.061053384095430374,
579
+ -0.0092924814671278,
580
+ 0.17143608629703522,
581
+ -0.051742855459451675,
582
+ -0.017972933128476143,
583
+ 0.07894811779260635,
584
+ -0.0036270676646381617,
585
+ -0.0006766917067579925,
586
+ 0.07701954990625381,
587
+ -0.003338345792144537,
588
+ 0.10077368468046188,
589
+ 0.048967670649290085,
590
+ 0.049851126968860626,
591
+ 0.04476090148091316
592
+ ],
593
+ "std": [
594
+ 0.07011081278324127,
595
+ 0.10070349276065826,
596
+ 0.10618823021650314,
597
+ 0.1040232703089714,
598
+ 0.1346515566110611,
599
+ 0.12035326659679413,
600
+ 0.17316193878650665,
601
+ 0.08347848802804947,
602
+ 0.0856991782784462,
603
+ 0.14361310005187988,
604
+ 0.07408461719751358,
605
+ 0.14225201308727264,
606
+ 0.08691011369228363,
607
+ 0.09022863209247589,
608
+ 0.08300687372684479,
609
+ 0.10174085199832916,
610
+ 0.09679042547941208,
611
+ 0.06325257569551468,
612
+ 0.08858565986156464,
613
+ 0.1711788922548294,
614
+ 0.1577969342470169,
615
+ 0.10648369044065475,
616
+ 0.1129717081785202,
617
+ 0.1149425283074379,
618
+ 0.08891275525093079,
619
+ 0.12593857944011688,
620
+ 0.09133600443601608,
621
+ 0.19993668794631958,
622
+ 0.08262906223535538,
623
+ 0.11261534690856934,
624
+ 0.08883041143417358,
625
+ 0.1162080317735672,
626
+ 0.20441272854804993,
627
+ 0.06782399863004684,
628
+ 0.09499737620353699,
629
+ 0.19293878972530365,
630
+ 0.1464645266532898,
631
+ 0.09174318611621857,
632
+ 0.07088606059551239,
633
+ 0.07447929680347443,
634
+ 0.0700845718383789,
635
+ 0.2343086153268814,
636
+ 0.10589630156755447,
637
+ 0.1032341793179512,
638
+ 0.1765136867761612,
639
+ 0.10248377919197083,
640
+ 0.12065689265727997,
641
+ 0.07768698036670685,
642
+ 0.09366670250892639,
643
+ 0.09704228490591049,
644
+ 0.10575727373361588,
645
+ 0.12160521745681763,
646
+ 0.08417858183383942,
647
+ 0.12966477870941162,
648
+ 0.1364697813987732,
649
+ 0.1211245134472847,
650
+ 0.15620125830173492,
651
+ 0.22729310393333435,
652
+ 0.09351138025522232,
653
+ 0.22351068258285522,
654
+ 0.13720352947711945,
655
+ 0.09697328507900238,
656
+ 0.12150005251169205,
657
+ 0.09913279861211777
658
+ ],
659
+ "q01": [
660
+ -0.1875,
661
+ -0.3125,
662
+ -0.4375,
663
+ -0.4375,
664
+ -0.4375,
665
+ -0.1875,
666
+ -0.25,
667
+ -0.0625,
668
+ -0.125,
669
+ -0.4375,
670
+ -0.1875,
671
+ -0.375,
672
+ -0.1875,
673
+ -0.375,
674
+ -0.375,
675
+ -0.3125,
676
+ -0.125,
677
+ -0.1875,
678
+ -0.25,
679
+ -0.4375,
680
+ -0.375,
681
+ -0.4375,
682
+ -0.3125,
683
+ -0.4375,
684
+ -0.1875,
685
+ -0.25,
686
+ -0.1875,
687
+ -0.5,
688
+ -0.125,
689
+ -0.125,
690
+ -0.0625,
691
+ -0.25,
692
+ -0.375,
693
+ -0.0625,
694
+ -0.3125,
695
+ -0.4375,
696
+ -0.4375,
697
+ -0.25,
698
+ 0.0,
699
+ -0.1875,
700
+ -0.25,
701
+ -0.5,
702
+ -0.25,
703
+ -0.375,
704
+ -0.4375,
705
+ -0.375,
706
+ -0.3125,
707
+ -0.25,
708
+ -0.1875,
709
+ -0.3125,
710
+ -0.1875,
711
+ -0.3125,
712
+ -0.0625,
713
+ -0.375,
714
+ -0.3125,
715
+ -0.1875,
716
+ -0.375,
717
+ -0.375,
718
+ -0.125,
719
+ -0.4375,
720
+ -0.25,
721
+ -0.25,
722
+ -0.25,
723
+ -0.1875
724
+ ],
725
+ "q99": [
726
+ 0.125,
727
+ 0.1875,
728
+ 0.0625,
729
+ 0.0,
730
+ 0.125,
731
+ 0.3125,
732
+ 0.375,
733
+ 0.3125,
734
+ 0.3125,
735
+ 0.25,
736
+ 0.1875,
737
+ 0.1875,
738
+ 0.1875,
739
+ 0.0625,
740
+ 0.0,
741
+ 0.1875,
742
+ 0.3125,
743
+ 0.125,
744
+ 0.1875,
745
+ 0.1875,
746
+ 0.25,
747
+ 0.0,
748
+ 0.1875,
749
+ 0.0625,
750
+ 0.25,
751
+ 0.3125,
752
+ 0.1875,
753
+ 0.25,
754
+ 0.25,
755
+ 0.3125,
756
+ 0.3125,
757
+ 0.3125,
758
+ 0.375,
759
+ 0.25,
760
+ 0.125,
761
+ 0.3125,
762
+ 0.25,
763
+ 0.125,
764
+ 0.3125,
765
+ 0.125,
766
+ 0.125,
767
+ 0.375,
768
+ 0.1875,
769
+ 0.125,
770
+ 0.25,
771
+ 0.125,
772
+ 0.1875,
773
+ 0.0625,
774
+ 0.25,
775
+ 0.1875,
776
+ 0.25,
777
+ 0.25,
778
+ 0.375,
779
+ 0.1875,
780
+ 0.25,
781
+ 0.3125,
782
+ 0.375,
783
+ 0.4375,
784
+ 0.25,
785
+ 0.375,
786
+ 0.375,
787
+ 0.25,
788
+ 0.25,
789
+ 0.25
790
+ ]
791
+ },
792
+ "left_hand_joints": {
793
+ "min": [
794
+ 0.0,
795
+ 0.0,
796
+ 0.0,
797
+ 0.0,
798
+ 0.0,
799
+ 0.0,
800
+ 0.0
801
+ ],
802
+ "max": [
803
+ 0.0,
804
+ 0.0,
805
+ 0.0,
806
+ 0.0,
807
+ 0.0,
808
+ 0.0,
809
+ 0.0
810
+ ],
811
+ "mean": [
812
+ 0.0,
813
+ 0.0,
814
+ 0.0,
815
+ 0.0,
816
+ 0.0,
817
+ 0.0,
818
+ 0.0
819
+ ],
820
+ "std": [
821
+ 0.0,
822
+ 0.0,
823
+ 0.0,
824
+ 0.0,
825
+ 0.0,
826
+ 0.0,
827
+ 0.0
828
+ ],
829
+ "q01": [
830
+ 0.0,
831
+ 0.0,
832
+ 0.0,
833
+ 0.0,
834
+ 0.0,
835
+ 0.0,
836
+ 0.0
837
+ ],
838
+ "q99": [
839
+ 0.0,
840
+ 0.0,
841
+ 0.0,
842
+ 0.0,
843
+ 0.0,
844
+ 0.0,
845
+ 0.0
846
+ ]
847
+ },
848
+ "right_hand_joints": {
849
+ "min": [
850
+ 0.0,
851
+ 0.0,
852
+ 0.0,
853
+ 0.0,
854
+ 0.0,
855
+ 0.0,
856
+ 0.0
857
+ ],
858
+ "max": [
859
+ 0.0,
860
+ 0.0,
861
+ 0.0,
862
+ 0.0,
863
+ 0.0,
864
+ 0.0,
865
+ 0.0
866
+ ],
867
+ "mean": [
868
+ 0.0,
869
+ 0.0,
870
+ 0.0,
871
+ 0.0,
872
+ 0.0,
873
+ 0.0,
874
+ 0.0
875
+ ],
876
+ "std": [
877
+ 0.0,
878
+ 0.0,
879
+ 0.0,
880
+ 0.0,
881
+ 0.0,
882
+ 0.0,
883
+ 0.0
884
+ ],
885
+ "q01": [
886
+ 0.0,
887
+ 0.0,
888
+ 0.0,
889
+ 0.0,
890
+ 0.0,
891
+ 0.0,
892
+ 0.0
893
+ ],
894
+ "q99": [
895
+ 0.0,
896
+ 0.0,
897
+ 0.0,
898
+ 0.0,
899
+ 0.0,
900
+ 0.0,
901
+ 0.0
902
+ ]
903
+ }
904
+ },
905
+ "relative_action": {}
906
+ }
907
+ }
groot-wbc-8/experiment_cfg/final_model_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "Gr00tN1d7",
3
+ "model_dtype": "bfloat16",
4
+ "model_name": "nvidia/Cosmos-Reason2-2B",
5
+ "backbone_model_type": "qwen",
6
+ "model_revision": null,
7
+ "tune_top_llm_layers": 0,
8
+ "backbone_embedding_dim": 2048,
9
+ "tune_llm": false,
10
+ "tune_visual": false,
11
+ "select_layer": 16,
12
+ "reproject_vision": false,
13
+ "use_flash_attention": true,
14
+ "load_bf16": false,
15
+ "backbone_trainable_params_fp32": true,
16
+ "extra_augmentation_config": null,
17
+ "apply_sincos_state_encoding": false,
18
+ "use_percentiles": true,
19
+ "use_relative_action": false,
20
+ "max_state_dim": 132,
21
+ "max_action_dim": 132,
22
+ "action_horizon": 40,
23
+ "hidden_size": 1024,
24
+ "input_embedding_dim": 1536,
25
+ "state_history_length": 1,
26
+ "add_pos_embed": true,
27
+ "attn_dropout": 0.2,
28
+ "use_vlln": true,
29
+ "max_seq_len": 1024,
30
+ "use_alternate_vl_dit": true,
31
+ "attend_text_every_n_blocks": 2,
32
+ "diffusion_model_cfg": {
33
+ "attention_head_dim": 48,
34
+ "dropout": 0.2,
35
+ "final_dropout": true,
36
+ "interleave_self_attention": true,
37
+ "norm_type": "ada_norm",
38
+ "num_attention_heads": 32,
39
+ "num_layers": 32,
40
+ "output_dim": 1024,
41
+ "positional_embeddings": null
42
+ },
43
+ "num_inference_timesteps": 4,
44
+ "noise_beta_alpha": 1.5,
45
+ "noise_beta_beta": 1.0,
46
+ "noise_s": 0.999,
47
+ "num_timestep_buckets": 1000,
48
+ "tune_projector": true,
49
+ "tune_diffusion_model": true,
50
+ "tune_vlln": true,
51
+ "state_dropout_prob": 0.2,
52
+ "exclude_state": false,
53
+ "use_mean_std": false,
54
+ "max_num_embodiments": 32
55
+ }
groot-wbc-8/experiment_cfg/final_processor_config.json ADDED
The diff for this file is too large to render. See raw diff
 
groot-wbc-8/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
groot-wbc-8/wandb_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"project": "groot-wbc", "run_id": "groot-wbc-8"}
training.log ADDED
The diff for this file is too large to render. See raw diff
 
training_params.txt ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ timestamp = 2026-05-28T10:18:24+00:00
2
+ log_file = /home/ubuntu/groot-files/logs/train-2026-05-28-101824.log
3
+ base_model = nvidia/GR00T-N1.7-3B
4
+ embodiment_tag = UNITREE_G1_SONIC
5
+ dataset_dir = /home/ubuntu/groot-files/dataset_wbc_train
6
+ eval_dataset_dir = /home/ubuntu/groot-files/dataset_wbc_eval
7
+ eval_steps = 250
8
+ eval_num_batches = 50
9
+ checkpoint_dir = /home/ubuntu/groot-files/checkpoints/run-2026-05-28-101824
10
+ num_gpus = 1
11
+ global_batch_size = 8
12
+ max_steps = 10000
13
+ save_steps = 500
14
+ save_total_limit = 20
15
+ learning_rate = 1e-4
16
+ warmup_ratio = 0.05
17
+ weight_decay = 1e-5
18
+ dataloader_workers = 6
19
+ resume = <none>
20
+ use_wandb = 1
21
+ wandb_project = groot-wbc
22
+ wandb_run_name = groot-wbc-8