ganatrask commited on
Commit
fecc0f2
·
verified ·
1 Parent(s): 8412ad5

Add files using upload-large-folder tool

Browse files
Files changed (43) hide show
  1. checkpoint-12000/config.json +70 -0
  2. checkpoint-12000/experiment_cfg/conf.yaml +203 -0
  3. checkpoint-12000/experiment_cfg/dataset_statistics.json +1020 -0
  4. checkpoint-12000/experiment_cfg/final_model_config.json +53 -0
  5. checkpoint-12000/processor_config.json +453 -0
  6. checkpoint-12000/rng_state.pth +3 -0
  7. checkpoint-12000/statistics.json +0 -0
  8. checkpoint-12000/trainer_state.json +0 -0
  9. checkpoint-12000/wandb_config.json +1 -0
  10. checkpoint-3000/config.json +70 -0
  11. checkpoint-3000/embodiment_id.json +12 -0
  12. checkpoint-3000/experiment_cfg/conf.yaml +203 -0
  13. checkpoint-3000/experiment_cfg/config.yaml +237 -0
  14. checkpoint-3000/experiment_cfg/dataset_statistics.json +1020 -0
  15. checkpoint-3000/experiment_cfg/final_model_config.json +53 -0
  16. checkpoint-3000/experiment_cfg/final_processor_config.json +0 -0
  17. checkpoint-3000/model.safetensors.index.json +0 -0
  18. checkpoint-3000/processor_config.json +453 -0
  19. checkpoint-3000/statistics.json +0 -0
  20. checkpoint-3000/trainer_state.json +1834 -0
  21. checkpoint-3000/wandb_config.json +1 -0
  22. checkpoint-6000/config.json +70 -0
  23. checkpoint-6000/embodiment_id.json +12 -0
  24. checkpoint-6000/experiment_cfg/conf.yaml +203 -0
  25. checkpoint-6000/experiment_cfg/config.yaml +237 -0
  26. checkpoint-6000/experiment_cfg/dataset_statistics.json +1020 -0
  27. checkpoint-6000/experiment_cfg/final_model_config.json +53 -0
  28. checkpoint-6000/experiment_cfg/final_processor_config.json +0 -0
  29. checkpoint-6000/model.safetensors.index.json +0 -0
  30. checkpoint-6000/processor_config.json +453 -0
  31. checkpoint-6000/statistics.json +0 -0
  32. checkpoint-6000/trainer_state.json +3634 -0
  33. checkpoint-6000/wandb_config.json +1 -0
  34. checkpoint-9000/embodiment_id.json +12 -0
  35. checkpoint-9000/experiment_cfg/conf.yaml +203 -0
  36. checkpoint-9000/experiment_cfg/dataset_statistics.json +1020 -0
  37. checkpoint-9000/experiment_cfg/final_model_config.json +53 -0
  38. checkpoint-9000/model.safetensors.index.json +0 -0
  39. checkpoint-9000/processor_config.json +453 -0
  40. checkpoint-9000/statistics.json +0 -0
  41. checkpoint-9000/wandb_config.json +1 -0
  42. experiment_cfg/conf.yaml +7 -7
  43. experiment_cfg/config.yaml +5 -5
checkpoint-12000/config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_horizon": 50,
3
+ "add_pos_embed": true,
4
+ "apply_sincos_state_encoding": true,
5
+ "architectures": [
6
+ "Gr00tN1d6"
7
+ ],
8
+ "attn_dropout": 0.2,
9
+ "attn_implementation": null,
10
+ "backbone_embedding_dim": 2048,
11
+ "backbone_model_type": "eagle",
12
+ "backbone_trainable_params_fp32": true,
13
+ "collator_overwrite_image_inputs": false,
14
+ "color_jitter_params": {
15
+ "brightness": 0.1,
16
+ "contrast": 0.1,
17
+ "hue": 0.1,
18
+ "saturation": 0.1
19
+ },
20
+ "crop_fraction": 0.95,
21
+ "diffusion_model_cfg": {
22
+ "attention_head_dim": 48,
23
+ "dropout": 0.2,
24
+ "final_dropout": true,
25
+ "interleave_self_attention": true,
26
+ "norm_type": "ada_norm",
27
+ "num_attention_heads": 32,
28
+ "num_layers": 32,
29
+ "output_dim": 1024,
30
+ "positional_embeddings": null
31
+ },
32
+ "eagle_collator": true,
33
+ "formalize_language": true,
34
+ "gemma_collator": false,
35
+ "hidden_size": 1024,
36
+ "image_crop_size": null,
37
+ "image_target_size": null,
38
+ "input_embedding_dim": 1536,
39
+ "load_bf16": true,
40
+ "max_action_dim": 128,
41
+ "max_num_embodiments": 32,
42
+ "max_seq_len": 1024,
43
+ "max_state_dim": 128,
44
+ "model_dtype": "bfloat16",
45
+ "model_name": "nvidia/Eagle-Block2A-2B-v2",
46
+ "model_type": "Gr00tN1d6",
47
+ "noise_beta_alpha": 1.5,
48
+ "noise_beta_beta": 1.0,
49
+ "noise_s": 0.999,
50
+ "num_inference_timesteps": 4,
51
+ "num_timestep_buckets": 1000,
52
+ "random_rotation_angle": null,
53
+ "reproject_vision": false,
54
+ "select_layer": 16,
55
+ "shortest_image_edge": 256,
56
+ "state_dropout_prob": 0.0,
57
+ "torch_dtype": "bfloat16",
58
+ "transformers_version": "4.51.3",
59
+ "tune_diffusion_model": true,
60
+ "tune_llm": false,
61
+ "tune_projector": true,
62
+ "tune_top_llm_layers": 4,
63
+ "tune_visual": false,
64
+ "tune_vlln": true,
65
+ "use_albumentations_transforms": true,
66
+ "use_alternate_vl_dit": true,
67
+ "use_flash_attention": true,
68
+ "use_relative_action": true,
69
+ "use_vlln": true
70
+ }
checkpoint-12000/experiment_cfg/conf.yaml ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ load_config_path: null
2
+ model:
3
+ model_type: Gr00tN1d6
4
+ model_dtype: bfloat16
5
+ model_name: nvidia/Eagle-Block2A-2B-v2
6
+ backbone_model_type: eagle
7
+ model_revision: null
8
+ tune_top_llm_layers: 4
9
+ backbone_embedding_dim: 2048
10
+ tune_llm: false
11
+ tune_visual: false
12
+ select_layer: 16
13
+ reproject_vision: false
14
+ use_flash_attention: true
15
+ load_bf16: false
16
+ collator_overwrite_image_inputs: false
17
+ eagle_collator: true
18
+ backbone_trainable_params_fp32: true
19
+ image_crop_size: null
20
+ image_target_size: null
21
+ shortest_image_edge: 256
22
+ crop_fraction: 0.95
23
+ random_rotation_angle: null
24
+ color_jitter_params: null
25
+ use_albumentations_transforms: true
26
+ formalize_language: true
27
+ apply_sincos_state_encoding: false
28
+ use_relative_action: true
29
+ max_state_dim: 29
30
+ max_action_dim: 29
31
+ action_horizon: 16
32
+ hidden_size: 1024
33
+ input_embedding_dim: 1536
34
+ add_pos_embed: true
35
+ attn_dropout: 0.2
36
+ use_vlln: true
37
+ max_seq_len: 1024
38
+ use_alternate_vl_dit: true
39
+ attend_text_every_n_blocks: 2
40
+ diffusion_model_cfg:
41
+ positional_embeddings: null
42
+ num_layers: 32
43
+ num_attention_heads: 32
44
+ attention_head_dim: 48
45
+ norm_type: ada_norm
46
+ dropout: 0.2
47
+ final_dropout: true
48
+ output_dim: 1024
49
+ interleave_self_attention: true
50
+ num_inference_timesteps: 4
51
+ noise_beta_alpha: 1.5
52
+ noise_beta_beta: 1.0
53
+ noise_s: 0.999
54
+ num_timestep_buckets: 1000
55
+ tune_projector: true
56
+ tune_diffusion_model: true
57
+ tune_vlln: true
58
+ state_dropout_prob: 0.0
59
+ state_additive_noise_scale: 0.0
60
+ max_num_embodiments: 32
61
+ data:
62
+ datasets:
63
+ - dataset_paths:
64
+ - ./datasets/reachy2_100
65
+ embodiment_tag: reachy2
66
+ mix_ratio: 1.0
67
+ dataset_type: physical_embodiment
68
+ val_dataset_path: null
69
+ modality_configs:
70
+ reachy2:
71
+ video:
72
+ delta_indices:
73
+ - 0
74
+ modality_keys:
75
+ - front_cam
76
+ sin_cos_embedding_keys: null
77
+ mean_std_embedding_keys: null
78
+ action_configs: null
79
+ state:
80
+ delta_indices:
81
+ - 0
82
+ modality_keys:
83
+ - arm_joints
84
+ sin_cos_embedding_keys: null
85
+ mean_std_embedding_keys: null
86
+ action_configs: null
87
+ action:
88
+ delta_indices:
89
+ - 0
90
+ - 1
91
+ - 2
92
+ - 3
93
+ - 4
94
+ - 5
95
+ - 6
96
+ - 7
97
+ - 8
98
+ - 9
99
+ - 10
100
+ - 11
101
+ - 12
102
+ - 13
103
+ - 14
104
+ - 15
105
+ modality_keys:
106
+ - arm_joints
107
+ - gripper
108
+ sin_cos_embedding_keys: null
109
+ mean_std_embedding_keys: null
110
+ action_configs:
111
+ - rep: RELATIVE
112
+ type: NON_EEF
113
+ format: DEFAULT
114
+ state_key: arm_joints
115
+ - rep: ABSOLUTE
116
+ type: NON_EEF
117
+ format: DEFAULT
118
+ state_key: null
119
+ language:
120
+ delta_indices:
121
+ - 0
122
+ modality_keys:
123
+ - annotation.human.task_description
124
+ sin_cos_embedding_keys: null
125
+ mean_std_embedding_keys: null
126
+ action_configs: null
127
+ download_cache: false
128
+ shard_size: 1024
129
+ episode_sampling_rate: 0.1
130
+ num_shards_per_epoch: 10000
131
+ override_pretraining_statistics: false
132
+ mode: single_turn
133
+ random_chop: 0.0
134
+ mock_dataset_mode: false
135
+ shuffle: true
136
+ seed: 42
137
+ multiprocessing_context: fork
138
+ allow_padding: false
139
+ subsample_ratio: 1.0
140
+ image_crop_size:
141
+ - 244
142
+ - 244
143
+ image_target_size:
144
+ - 224
145
+ - 224
146
+ video_backend: decord
147
+ training:
148
+ output_dir: /tmp/groot_output/reachy2
149
+ experiment_name: null
150
+ max_steps: 30000
151
+ global_batch_size: 64
152
+ batch_size: null
153
+ gradient_accumulation_steps: 1
154
+ learning_rate: 0.0001
155
+ lr_scheduler_type: cosine
156
+ weight_decay: 1.0e-05
157
+ warmup_ratio: 0.05
158
+ warmup_steps: 0
159
+ max_grad_norm: 1.0
160
+ optim: adamw_torch
161
+ start_from_checkpoint: nvidia/GR00T-N1.6-3B
162
+ tf32: true
163
+ fp16: false
164
+ bf16: true
165
+ eval_bf16: true
166
+ logging_steps: 10
167
+ save_steps: 3000
168
+ save_total_limit: 5
169
+ save_vl_model: false
170
+ upload_checkpoints: false
171
+ upload_every: 1000
172
+ upload_last_n_checkpoints: 5
173
+ max_concurrent_uploads: 2
174
+ eval_strategy: 'no'
175
+ eval_steps: 500
176
+ eval_set_split_ratio: 0.1
177
+ eval_batch_size: 2
178
+ save_best_eval_metric_name: ''
179
+ save_best_eval_metric_greater_is_better: true
180
+ deepspeed_stage: 2
181
+ gradient_checkpointing: false
182
+ transformers_trust_remote_code: true
183
+ transformers_local_files_only: false
184
+ transformers_cache_dir: null
185
+ transformers_access_token: null
186
+ use_ddp: false
187
+ ddp_bucket_cap_mb: 100
188
+ num_gpus: 1
189
+ dataloader_num_workers: 8
190
+ remove_unused_columns: false
191
+ use_wandb: false
192
+ wandb_project: finetune-gr00t-n1d6
193
+ enable_profiling: false
194
+ max_retries: 3
195
+ assert_loss_less_than: null
196
+ add_rl_callback: false
197
+ enable_open_loop_eval: false
198
+ open_loop_eval_traj_ids:
199
+ - 0
200
+ open_loop_eval_steps_per_traj: 100
201
+ open_loop_eval_plot_indices: null
202
+ max_steps: 30000
203
+ save_steps: 3000
checkpoint-12000/experiment_cfg/dataset_statistics.json ADDED
@@ -0,0 +1,1020 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "reachy2": {
3
+ "state": {
4
+ "arm_joints": {
5
+ "min": [
6
+ 4.93005895614624,
7
+ -11.668736457824707,
8
+ -42.069515228271484,
9
+ -126.52813720703125,
10
+ -20.27557945251465,
11
+ -20.164306640625,
12
+ -21.239810943603516
13
+ ],
14
+ "max": [
15
+ 41.02817153930664,
16
+ 11.43976879119873,
17
+ 42.18703079223633,
18
+ -74.72509765625,
19
+ 20.33566665649414,
20
+ 16.37257957458496,
21
+ 21.077407836914062
22
+ ],
23
+ "mean": [
24
+ 22.316539764404297,
25
+ -0.3203781247138977,
26
+ 2.417543411254883,
27
+ -109.398681640625,
28
+ -1.9847908020019531,
29
+ -3.484698534011841,
30
+ -0.3555510342121124
31
+ ],
32
+ "std": [
33
+ 7.066186428070068,
34
+ 3.507993459701538,
35
+ 22.217893600463867,
36
+ 14.851909637451172,
37
+ 13.270956039428711,
38
+ 11.239269256591797,
39
+ 11.768560409545898
40
+ ],
41
+ "q01": [
42
+ 8.457822799682617,
43
+ -10.20227336883545,
44
+ -41.3212890625,
45
+ -126.43962860107422,
46
+ -20.06123924255371,
47
+ -20.072999954223633,
48
+ -20.989107131958008
49
+ ],
50
+ "q99": [
51
+ 38.03876876831055,
52
+ 9.723615646362305,
53
+ 41.77986526489258,
54
+ -80.34276580810547,
55
+ 20.061033248901367,
56
+ 14.72492790222168,
57
+ 20.985740661621094
58
+ ]
59
+ }
60
+ },
61
+ "action": {
62
+ "arm_joints": {
63
+ "min": [
64
+ 4.93005895614624,
65
+ -11.668736457824707,
66
+ -42.069515228271484,
67
+ -126.52813720703125,
68
+ -20.27557945251465,
69
+ -20.164306640625,
70
+ -21.239810943603516
71
+ ],
72
+ "max": [
73
+ 41.02817153930664,
74
+ 11.43976879119873,
75
+ 42.18703079223633,
76
+ -74.72509765625,
77
+ 20.33566665649414,
78
+ 16.37257957458496,
79
+ 21.077407836914062
80
+ ],
81
+ "mean": [
82
+ 22.172462463378906,
83
+ -0.3404896557331085,
84
+ 2.3248910903930664,
85
+ -109.23794555664062,
86
+ -1.812583327293396,
87
+ -3.5105223655700684,
88
+ -0.2696441113948822
89
+ ],
90
+ "std": [
91
+ 7.037580966949463,
92
+ 3.620150566101074,
93
+ 22.205087661743164,
94
+ 14.961851119995117,
95
+ 13.164973258972168,
96
+ 11.261707305908203,
97
+ 11.734737396240234
98
+ ],
99
+ "q01": [
100
+ 8.457822799682617,
101
+ -10.20227336883545,
102
+ -41.3212890625,
103
+ -126.43962860107422,
104
+ -20.06123924255371,
105
+ -20.072999954223633,
106
+ -20.989107131958008
107
+ ],
108
+ "q99": [
109
+ 38.03876876831055,
110
+ 9.723625183105469,
111
+ 41.77986526489258,
112
+ -80.34276580810547,
113
+ 20.061033248901367,
114
+ 14.72492790222168,
115
+ 20.985740661621094
116
+ ]
117
+ },
118
+ "gripper": {
119
+ "min": [
120
+ 0.5416929721832275
121
+ ],
122
+ "max": [
123
+ 0.9385063648223877
124
+ ],
125
+ "mean": [
126
+ 0.8345981240272522
127
+ ],
128
+ "std": [
129
+ 0.12303706258535363
130
+ ],
131
+ "q01": [
132
+ 0.6467909216880798
133
+ ],
134
+ "q99": [
135
+ 0.9350630044937134
136
+ ]
137
+ }
138
+ },
139
+ "relative_action": {
140
+ "arm_joints": {
141
+ "min": [
142
+ [
143
+ -20.440982818603516,
144
+ -11.665962219238281,
145
+ -14.02474594116211,
146
+ -20.817272186279297,
147
+ -10.09469223022461,
148
+ -6.401888370513916,
149
+ -8.767365455627441
150
+ ],
151
+ [
152
+ -20.449968338012695,
153
+ -11.677082061767578,
154
+ -25.868675231933594,
155
+ -30.582874298095703,
156
+ -17.461694717407227,
157
+ -11.940333366394043,
158
+ -16.13103485107422
159
+ ],
160
+ [
161
+ -19.697128295898438,
162
+ -10.979728698730469,
163
+ -35.53736114501953,
164
+ -32.2390022277832,
165
+ -22.624008178710938,
166
+ -17.247066497802734,
167
+ -22.225337982177734
168
+ ],
169
+ [
170
+ -20.74054527282715,
171
+ -10.334735870361328,
172
+ -44.72303009033203,
173
+ -33.42095947265625,
174
+ -25.056644439697266,
175
+ -22.322742462158203,
176
+ -27.965492248535156
177
+ ],
178
+ [
179
+ -24.075529098510742,
180
+ -10.338696479797363,
181
+ -50.480987548828125,
182
+ -34.134925842285156,
183
+ -26.33944320678711,
184
+ -25.707611083984375,
185
+ -31.17104721069336
186
+ ],
187
+ [
188
+ -26.567087173461914,
189
+ -10.34083366394043,
190
+ -54.44721603393555,
191
+ -34.8769645690918,
192
+ -26.375856399536133,
193
+ -29.134244918823242,
194
+ -33.48938751220703
195
+ ],
196
+ [
197
+ -27.659536361694336,
198
+ -10.340897560119629,
199
+ -57.30182647705078,
200
+ -36.380828857421875,
201
+ -26.375410079956055,
202
+ -32.329833984375,
203
+ -35.47602081298828
204
+ ],
205
+ [
206
+ -27.924762725830078,
207
+ -11.4292573928833,
208
+ -59.24040603637695,
209
+ -36.7144775390625,
210
+ -26.372446060180664,
211
+ -33.91874313354492,
212
+ -35.908573150634766
213
+ ],
214
+ [
215
+ -27.95497703552246,
216
+ -11.528078079223633,
217
+ -59.352848052978516,
218
+ -36.841575622558594,
219
+ -26.24493980407715,
220
+ -35.34848403930664,
221
+ -36.83350372314453
222
+ ],
223
+ [
224
+ -28.4979248046875,
225
+ -11.443194389343262,
226
+ -59.4117431640625,
227
+ -36.853206634521484,
228
+ -26.16107940673828,
229
+ -36.28956604003906,
230
+ -36.86201858520508
231
+ ],
232
+ [
233
+ -28.523822784423828,
234
+ -11.443158149719238,
235
+ -59.41852951049805,
236
+ -36.85321807861328,
237
+ -26.160951614379883,
238
+ -36.43997573852539,
239
+ -36.88083267211914
240
+ ],
241
+ [
242
+ -28.522306442260742,
243
+ -11.443062782287598,
244
+ -59.424468994140625,
245
+ -37.14503860473633,
246
+ -26.16082763671875,
247
+ -36.443668365478516,
248
+ -36.880828857421875
249
+ ],
250
+ [
251
+ -28.468467712402344,
252
+ -11.44290828704834,
253
+ -59.42174530029297,
254
+ -37.880104064941406,
255
+ -26.160717010498047,
256
+ -36.44268035888672,
257
+ -36.880828857421875
258
+ ],
259
+ [
260
+ -28.41590118408203,
261
+ -11.442895889282227,
262
+ -59.4072265625,
263
+ -38.47637939453125,
264
+ -26.160614013671875,
265
+ -36.4410400390625,
266
+ -36.880828857421875
267
+ ],
268
+ [
269
+ -28.362062454223633,
270
+ -11.442879676818848,
271
+ -59.38927459716797,
272
+ -41.26643371582031,
273
+ -26.160587310791016,
274
+ -36.43976974487305,
275
+ -36.88082504272461
276
+ ],
277
+ [
278
+ -28.244752883911133,
279
+ -11.442869186401367,
280
+ -59.369014739990234,
281
+ -44.968875885009766,
282
+ -26.160572052001953,
283
+ -36.433982849121094,
284
+ -36.880794525146484
285
+ ]
286
+ ],
287
+ "max": [
288
+ [
289
+ 5.384329319000244,
290
+ 11.368682861328125,
291
+ 12.580580711364746,
292
+ 21.664548873901367,
293
+ 22.868919372558594,
294
+ 13.739058494567871,
295
+ 11.726442337036133
296
+ ],
297
+ [
298
+ 9.6729097366333,
299
+ 11.36864185333252,
300
+ 23.997724533081055,
301
+ 21.659494400024414,
302
+ 22.868900299072266,
303
+ 23.967060089111328,
304
+ 14.994425773620605
305
+ ],
306
+ [
307
+ 13.331961631774902,
308
+ 11.190152168273926,
309
+ 33.41366958618164,
310
+ 21.635488510131836,
311
+ 25.30813217163086,
312
+ 26.21414566040039,
313
+ 20.79837417602539
314
+ ],
315
+ [
316
+ 16.202699661254883,
317
+ 10.40443229675293,
318
+ 40.09684753417969,
319
+ 23.701637268066406,
320
+ 28.603330612182617,
321
+ 27.53230857849121,
322
+ 25.446346282958984
323
+ ],
324
+ [
325
+ 19.05048370361328,
326
+ 10.40436840057373,
327
+ 46.37767791748047,
328
+ 28.047138214111328,
329
+ 31.07068634033203,
330
+ 28.03820037841797,
331
+ 29.473896026611328
332
+ ],
333
+ [
334
+ 20.245254516601562,
335
+ 10.402230262756348,
336
+ 51.10308837890625,
337
+ 31.863624572753906,
338
+ 31.10450553894043,
339
+ 29.278892517089844,
340
+ 32.1208381652832
341
+ ],
342
+ [
343
+ 21.428510665893555,
344
+ 10.398269653320312,
345
+ 53.42000961303711,
346
+ 34.682308197021484,
347
+ 31.103679656982422,
348
+ 30.250988006591797,
349
+ 33.45231246948242
350
+ ],
351
+ [
352
+ 21.98176383972168,
353
+ 10.395852088928223,
354
+ 55.17178726196289,
355
+ 36.64023208618164,
356
+ 31.101837158203125,
357
+ 30.935718536376953,
358
+ 34.229305267333984
359
+ ],
360
+ [
361
+ 22.397876739501953,
362
+ 11.4427490234375,
363
+ 55.23532485961914,
364
+ 37.58878707885742,
365
+ 31.096826553344727,
366
+ 31.260026931762695,
367
+ 34.44834899902344
368
+ ],
369
+ [
370
+ 22.6441650390625,
371
+ 11.780808448791504,
372
+ 55.34986114501953,
373
+ 38.26850128173828,
374
+ 31.096656799316406,
375
+ 31.333267211914062,
376
+ 34.469146728515625
377
+ ],
378
+ [
379
+ 22.692224502563477,
380
+ 11.812055587768555,
381
+ 55.36343765258789,
382
+ 38.49715805053711,
383
+ 31.61040687561035,
384
+ 31.37093162536621,
385
+ 34.469146728515625
386
+ ],
387
+ [
388
+ 22.72762107849121,
389
+ 11.678536415100098,
390
+ 55.36940383911133,
391
+ 38.59236526489258,
392
+ 35.083839416503906,
393
+ 31.3709659576416,
394
+ 34.46915054321289
395
+ ],
396
+ [
397
+ 24.14029312133789,
398
+ 11.678519248962402,
399
+ 55.369537353515625,
400
+ 38.63944625854492,
401
+ 38.55842208862305,
402
+ 31.37123680114746,
403
+ 34.46915054321289
404
+ ],
405
+ [
406
+ 24.973907470703125,
407
+ 11.678510665893555,
408
+ 55.36623001098633,
409
+ 38.656288146972656,
410
+ 39.96430587768555,
411
+ 31.371545791625977,
412
+ 34.46915054321289
413
+ ],
414
+ [
415
+ 25.06302261352539,
416
+ 11.678531646728516,
417
+ 55.3525390625,
418
+ 38.694881439208984,
419
+ 40.0225944519043,
420
+ 31.37181854248047,
421
+ 34.468910217285156
422
+ ],
423
+ [
424
+ 25.270801544189453,
425
+ 11.678507804870605,
426
+ 55.302616119384766,
427
+ 38.694969177246094,
428
+ 40.022586822509766,
429
+ 31.37185287475586,
430
+ 34.385284423828125
431
+ ]
432
+ ],
433
+ "mean": [
434
+ [
435
+ -0.09851349890232086,
436
+ -1.3889506362829707e-06,
437
+ -0.021199805662035942,
438
+ -0.0799250528216362,
439
+ 0.1505303829908371,
440
+ 0.11832442134618759,
441
+ 0.13495467603206635
442
+ ],
443
+ [
444
+ -0.17057012021541595,
445
+ 0.004252429585903883,
446
+ -0.008995133452117443,
447
+ -0.22457502782344818,
448
+ 0.261105477809906,
449
+ 0.27207958698272705,
450
+ 0.24137930572032928
451
+ ],
452
+ [
453
+ -0.10028649866580963,
454
+ 0.03141691908240318,
455
+ 0.09048548340797424,
456
+ -0.5493719577789307,
457
+ 0.19902515411376953,
458
+ 0.47134673595428467,
459
+ 0.2771521210670471
460
+ ],
461
+ [
462
+ -0.05444306880235672,
463
+ 0.05378008633852005,
464
+ 0.1796490103006363,
465
+ -0.879206120967865,
466
+ 0.1520315706729889,
467
+ 0.6866292357444763,
468
+ 0.3248023986816406
469
+ ],
470
+ [
471
+ -0.013876532204449177,
472
+ 0.07615811377763748,
473
+ 0.2686113715171814,
474
+ -1.2192035913467407,
475
+ 0.10656605660915375,
476
+ 0.9128072261810303,
477
+ 0.3744547367095947
478
+ ],
479
+ [
480
+ 0.025331225246191025,
481
+ 0.09861738234758377,
482
+ 0.3578471839427948,
483
+ -1.5637919902801514,
484
+ 0.06106000766158104,
485
+ 1.1433591842651367,
486
+ 0.4248007833957672
487
+ ],
488
+ [
489
+ 0.0637386217713356,
490
+ 0.12045339494943619,
491
+ 0.44647839665412903,
492
+ -1.908605933189392,
493
+ 0.016334885731339455,
494
+ 1.3740676641464233,
495
+ 0.4745999872684479
496
+ ],
497
+ [
498
+ 0.10053692013025284,
499
+ 0.13872262835502625,
500
+ 0.5284987092018127,
501
+ -2.2462470531463623,
502
+ -0.02209978550672531,
503
+ 1.5981824398040771,
504
+ 0.518027663230896
505
+ ],
506
+ [
507
+ 0.1247839704155922,
508
+ 0.14948606491088867,
509
+ 0.583483874797821,
510
+ -2.525705337524414,
511
+ -0.04458107799291611,
512
+ 1.7731598615646362,
513
+ 0.5445129871368408
514
+ ],
515
+ [
516
+ 0.12165514379739761,
517
+ 0.14827895164489746,
518
+ 0.602064847946167,
519
+ -2.593496561050415,
520
+ -0.047096796333789825,
521
+ 1.797343134880066,
522
+ 0.5500790476799011
523
+ ],
524
+ [
525
+ 0.1124163493514061,
526
+ 0.14204099774360657,
527
+ 0.6022222638130188,
528
+ -2.55938458442688,
529
+ -0.04651280865073204,
530
+ 1.7794476747512817,
531
+ 0.5512804985046387
532
+ ],
533
+ [
534
+ 0.09131923317909241,
535
+ 0.12857742607593536,
536
+ 0.6059610843658447,
537
+ -2.4963152408599854,
538
+ -0.04961543530225754,
539
+ 1.740905523300171,
540
+ 0.5537145137786865
541
+ ],
542
+ [
543
+ 0.054126936942338943,
544
+ 0.10883964598178864,
545
+ 0.6135755181312561,
546
+ -2.381096601486206,
547
+ -0.056390050798654556,
548
+ 1.6682276725769043,
549
+ 0.5572347044944763
550
+ ],
551
+ [
552
+ -0.001200970378704369,
553
+ 0.08611582219600677,
554
+ 0.6268700361251831,
555
+ -2.207465648651123,
556
+ -0.06850837916135788,
557
+ 1.5567927360534668,
558
+ 0.5623834133148193
559
+ ],
560
+ [
561
+ -0.07379738241434097,
562
+ 0.06273127347230911,
563
+ 0.6453807950019836,
564
+ -1.9786254167556763,
565
+ -0.08601187914609909,
566
+ 1.4089199304580688,
567
+ 0.5690953135490417
568
+ ],
569
+ [
570
+ -0.15925677120685577,
571
+ 0.039619192481040955,
572
+ 0.6695932149887085,
573
+ -1.7069525718688965,
574
+ -0.10912654548883438,
575
+ 1.2322944402694702,
576
+ 0.5775030851364136
577
+ ]
578
+ ],
579
+ "std": [
580
+ [
581
+ 1.9917564392089844,
582
+ 1.1211100816726685,
583
+ 2.417202949523926,
584
+ 2.94158935546875,
585
+ 2.39365291595459,
586
+ 1.874914526939392,
587
+ 1.6537472009658813
588
+ ],
589
+ [
590
+ 3.056582450866699,
591
+ 1.6457527875900269,
592
+ 4.458590507507324,
593
+ 5.178750514984131,
594
+ 3.765504837036133,
595
+ 3.6351206302642822,
596
+ 2.9263687133789062
597
+ ],
598
+ [
599
+ 3.596614122390747,
600
+ 1.8142179250717163,
601
+ 6.294006824493408,
602
+ 7.028163433074951,
603
+ 4.514294147491455,
604
+ 5.296512126922607,
605
+ 4.0286865234375
606
+ ],
607
+ [
608
+ 4.277676582336426,
609
+ 2.040328025817871,
610
+ 8.043697357177734,
611
+ 8.868635177612305,
612
+ 5.327646255493164,
613
+ 6.84896993637085,
614
+ 5.116058349609375
615
+ ],
616
+ [
617
+ 4.939493179321289,
618
+ 2.248694896697998,
619
+ 9.646915435791016,
620
+ 10.583718299865723,
621
+ 6.0862040519714355,
622
+ 8.271647453308105,
623
+ 6.122095584869385
624
+ ],
625
+ [
626
+ 5.552292823791504,
627
+ 2.439715623855591,
628
+ 11.097370147705078,
629
+ 12.150360107421875,
630
+ 6.7813005447387695,
631
+ 9.56061840057373,
632
+ 7.034397125244141
633
+ ],
634
+ [
635
+ 6.109565258026123,
636
+ 2.6163902282714844,
637
+ 12.404134750366211,
638
+ 13.574675559997559,
639
+ 7.419105052947998,
640
+ 10.72553539276123,
641
+ 7.855382919311523
642
+ ],
643
+ [
644
+ 6.608177661895752,
645
+ 2.7779171466827393,
646
+ 13.585582733154297,
647
+ 14.875726699829102,
648
+ 8.011663436889648,
649
+ 11.787652015686035,
650
+ 8.598040580749512
651
+ ],
652
+ [
653
+ 7.046725273132324,
654
+ 2.93743634223938,
655
+ 14.688329696655273,
656
+ 16.078651428222656,
657
+ 8.60019302368164,
658
+ 12.769647598266602,
659
+ 9.277371406555176
660
+ ],
661
+ [
662
+ 7.43002986907959,
663
+ 3.1344540119171143,
664
+ 15.875958442687988,
665
+ 17.27137565612793,
666
+ 9.292807579040527,
667
+ 13.705930709838867,
668
+ 9.92088794708252
669
+ ],
670
+ [
671
+ 7.734869003295898,
672
+ 3.2678585052490234,
673
+ 17.0732421875,
674
+ 18.39610481262207,
675
+ 9.9412841796875,
676
+ 14.559659957885742,
677
+ 10.473697662353516
678
+ ],
679
+ [
680
+ 7.963422775268555,
681
+ 3.390157699584961,
682
+ 18.116336822509766,
683
+ 19.400726318359375,
684
+ 10.5236177444458,
685
+ 15.339380264282227,
686
+ 10.94632339477539
687
+ ],
688
+ [
689
+ 8.121000289916992,
690
+ 3.5208446979522705,
691
+ 19.046070098876953,
692
+ 20.327335357666016,
693
+ 11.053685188293457,
694
+ 16.05907440185547,
695
+ 11.358160972595215
696
+ ],
697
+ [
698
+ 8.218527793884277,
699
+ 3.651193857192993,
700
+ 19.873519897460938,
701
+ 21.182926177978516,
702
+ 11.531027793884277,
703
+ 16.716957092285156,
704
+ 11.718016624450684
705
+ ],
706
+ [
707
+ 8.26684284210205,
708
+ 3.7774546146392822,
709
+ 20.612743377685547,
710
+ 21.96902847290039,
711
+ 11.957940101623535,
712
+ 17.311002731323242,
713
+ 12.034592628479004
714
+ ],
715
+ [
716
+ 8.276911735534668,
717
+ 3.8994669914245605,
718
+ 21.281835556030273,
719
+ 22.691150665283203,
720
+ 12.342350959777832,
721
+ 17.84532928466797,
722
+ 12.317776679992676
723
+ ]
724
+ ],
725
+ "q01": [
726
+ [
727
+ -9.697267532348633,
728
+ -3.6728341579437256,
729
+ -10.083383560180664,
730
+ -7.500851631164551,
731
+ -5.057114124298096,
732
+ -5.191580295562744,
733
+ -5.047628879547119
734
+ ],
735
+ [
736
+ -17.174776077270508,
737
+ -7.670596122741699,
738
+ -15.547335624694824,
739
+ -14.150874137878418,
740
+ -9.842418670654297,
741
+ -9.951410293579102,
742
+ -9.844037055969238
743
+ ],
744
+ [
745
+ -16.49785804748535,
746
+ -9.060977935791016,
747
+ -23.215665817260742,
748
+ -19.967872619628906,
749
+ -13.348301887512207,
750
+ -14.247873306274414,
751
+ -14.610755920410156
752
+ ],
753
+ [
754
+ -16.7535400390625,
755
+ -9.395726203918457,
756
+ -29.43296241760254,
757
+ -25.006587982177734,
758
+ -16.37109375,
759
+ -18.130178451538086,
760
+ -18.5999755859375
761
+ ],
762
+ [
763
+ -17.191621780395508,
764
+ -9.43246078491211,
765
+ -36.27531051635742,
766
+ -28.893749237060547,
767
+ -18.89956283569336,
768
+ -21.859458923339844,
769
+ -22.91756248474121
770
+ ],
771
+ [
772
+ -19.174758911132812,
773
+ -9.506808280944824,
774
+ -40.94317626953125,
775
+ -31.8222713470459,
776
+ -20.72899055480957,
777
+ -24.93976402282715,
778
+ -25.59789276123047
779
+ ],
780
+ [
781
+ -20.843280792236328,
782
+ -9.511780738830566,
783
+ -43.895530700683594,
784
+ -33.7496337890625,
785
+ -21.83380699157715,
786
+ -27.3231201171875,
787
+ -27.804710388183594
788
+ ],
789
+ [
790
+ -22.112207412719727,
791
+ -9.513916015625,
792
+ -47.63551330566406,
793
+ -34.7276611328125,
794
+ -22.691164016723633,
795
+ -29.399824142456055,
796
+ -30.01004981994629
797
+ ],
798
+ [
799
+ -23.385971069335938,
800
+ -9.525580406188965,
801
+ -49.76005172729492,
802
+ -35.31100082397461,
803
+ -23.10930824279785,
804
+ -30.991064071655273,
805
+ -31.236299514770508
806
+ ],
807
+ [
808
+ -23.984119415283203,
809
+ -9.732311248779297,
810
+ -51.624576568603516,
811
+ -35.76605224609375,
812
+ -23.42118263244629,
813
+ -31.96640396118164,
814
+ -32.20992660522461
815
+ ],
816
+ [
817
+ -24.42165184020996,
818
+ -10.062808990478516,
819
+ -52.54084777832031,
820
+ -36.21389389038086,
821
+ -23.58216094970703,
822
+ -32.878292083740234,
823
+ -33.002262115478516
824
+ ],
825
+ [
826
+ -24.806774139404297,
827
+ -10.06833267211914,
828
+ -53.43137741088867,
829
+ -36.29438781738281,
830
+ -23.675121307373047,
831
+ -33.4473876953125,
832
+ -33.2683219909668
833
+ ],
834
+ [
835
+ -24.799230575561523,
836
+ -10.070316314697266,
837
+ -54.24421691894531,
838
+ -36.37746810913086,
839
+ -23.685352325439453,
840
+ -33.9517822265625,
841
+ -33.42109298706055
842
+ ],
843
+ [
844
+ -24.732126235961914,
845
+ -10.07029914855957,
846
+ -54.64339828491211,
847
+ -36.4773063659668,
848
+ -23.682329177856445,
849
+ -34.212223052978516,
850
+ -33.55178451538086
851
+ ],
852
+ [
853
+ -24.3509578704834,
854
+ -10.070287704467773,
855
+ -54.56159210205078,
856
+ -36.60988998413086,
857
+ -23.682201385498047,
858
+ -34.409423828125,
859
+ -33.26326370239258
860
+ ],
861
+ [
862
+ -23.759092330932617,
863
+ -10.070272445678711,
864
+ -54.44050216674805,
865
+ -37.09710693359375,
866
+ -23.682085037231445,
867
+ -34.68149948120117,
868
+ -32.9384765625
869
+ ]
870
+ ],
871
+ "q99": [
872
+ [
873
+ 3.203047752380371,
874
+ 3.7505993843078613,
875
+ 8.72464370727539,
876
+ 9.948126792907715,
877
+ 11.195253372192383,
878
+ 5.477096080780029,
879
+ 7.006125450134277
880
+ ],
881
+ [
882
+ 5.7390570640563965,
883
+ 6.635564804077148,
884
+ 16.971813201904297,
885
+ 18.642690658569336,
886
+ 19.90561294555664,
887
+ 10.401065826416016,
888
+ 11.342881202697754
889
+ ],
890
+ [
891
+ 8.532023429870605,
892
+ 8.251216888427734,
893
+ 24.75363540649414,
894
+ 18.472192764282227,
895
+ 19.774227142333984,
896
+ 14.655866622924805,
897
+ 15.70905590057373
898
+ ],
899
+ [
900
+ 10.869905471801758,
901
+ 9.230382919311523,
902
+ 31.436893463134766,
903
+ 19.715234756469727,
904
+ 19.81361961364746,
905
+ 18.759492874145508,
906
+ 20.138126373291016
907
+ ],
908
+ [
909
+ 12.716119766235352,
910
+ 9.484061241149902,
911
+ 37.04032516479492,
912
+ 23.830785751342773,
913
+ 19.81861114501953,
914
+ 21.909305572509766,
915
+ 23.74039649963379
916
+ ],
917
+ [
918
+ 14.470975875854492,
919
+ 9.510160446166992,
920
+ 41.770057678222656,
921
+ 27.173765182495117,
922
+ 20.0618839263916,
923
+ 24.20587921142578,
924
+ 26.801916122436523
925
+ ],
926
+ [
927
+ 16.024580001831055,
928
+ 9.510558128356934,
929
+ 45.34690475463867,
930
+ 30.040668487548828,
931
+ 21.872987747192383,
932
+ 25.943317413330078,
933
+ 28.912029266357422
934
+ ],
935
+ [
936
+ 16.895124435424805,
937
+ 9.513190269470215,
938
+ 47.93039321899414,
939
+ 32.24497985839844,
940
+ 22.715166091918945,
941
+ 27.396934509277344,
942
+ 30.489883422851562
943
+ ],
944
+ [
945
+ 17.761186599731445,
946
+ 9.570911407470703,
947
+ 50.055416107177734,
948
+ 34.065670013427734,
949
+ 23.788578033447266,
950
+ 28.185653686523438,
951
+ 31.546728134155273
952
+ ],
953
+ [
954
+ 18.391948699951172,
955
+ 9.712384223937988,
956
+ 51.48924255371094,
957
+ 35.40724182128906,
958
+ 24.940738677978516,
959
+ 28.75865364074707,
960
+ 32.44330978393555
961
+ ],
962
+ [
963
+ 19.106931686401367,
964
+ 9.978495597839355,
965
+ 52.564918518066406,
966
+ 36.375064849853516,
967
+ 25.661256790161133,
968
+ 29.218664169311523,
969
+ 33.03133010864258
970
+ ],
971
+ [
972
+ 19.62432861328125,
973
+ 10.027887344360352,
974
+ 53.07897186279297,
975
+ 36.976646423339844,
976
+ 26.609840393066406,
977
+ 29.49842071533203,
978
+ 33.33045959472656
979
+ ],
980
+ [
981
+ 19.768310546875,
982
+ 10.027881622314453,
983
+ 53.27336883544922,
984
+ 37.44525909423828,
985
+ 28.005691528320312,
986
+ 29.92152214050293,
987
+ 33.3731803894043
988
+ ],
989
+ [
990
+ 19.806724548339844,
991
+ 10.027848243713379,
992
+ 53.31312942504883,
993
+ 37.71003341674805,
994
+ 29.430599212646484,
995
+ 29.987842559814453,
996
+ 33.3889274597168
997
+ ],
998
+ [
999
+ 20.140544891357422,
1000
+ 10.027847290039062,
1001
+ 53.163578033447266,
1002
+ 37.966617584228516,
1003
+ 30.082942962646484,
1004
+ 30.24797248840332,
1005
+ 33.202571868896484
1006
+ ],
1007
+ [
1008
+ 20.164806365966797,
1009
+ 10.02784538269043,
1010
+ 52.79570770263672,
1011
+ 38.0666389465332,
1012
+ 30.232667922973633,
1013
+ 30.37464714050293,
1014
+ 32.94834899902344
1015
+ ]
1016
+ ]
1017
+ }
1018
+ }
1019
+ }
1020
+ }
checkpoint-12000/experiment_cfg/final_model_config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "Gr00tN1d6",
3
+ "model_dtype": "bfloat16",
4
+ "model_name": "nvidia/Eagle-Block2A-2B-v2",
5
+ "backbone_model_type": "eagle",
6
+ "model_revision": null,
7
+ "tune_top_llm_layers": 4,
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": true,
15
+ "collator_overwrite_image_inputs": false,
16
+ "eagle_collator": true,
17
+ "backbone_trainable_params_fp32": true,
18
+ "apply_sincos_state_encoding": true,
19
+ "use_relative_action": true,
20
+ "max_state_dim": 128,
21
+ "max_action_dim": 128,
22
+ "action_horizon": 50,
23
+ "hidden_size": 1024,
24
+ "input_embedding_dim": 1536,
25
+ "add_pos_embed": true,
26
+ "attn_dropout": 0.2,
27
+ "use_vlln": true,
28
+ "max_seq_len": 1024,
29
+ "use_alternate_vl_dit": true,
30
+ "attend_text_every_n_blocks": 2,
31
+ "diffusion_model_cfg": {
32
+ "attention_head_dim": 48,
33
+ "dropout": 0.2,
34
+ "final_dropout": true,
35
+ "interleave_self_attention": true,
36
+ "norm_type": "ada_norm",
37
+ "num_attention_heads": 32,
38
+ "num_layers": 32,
39
+ "output_dim": 1024,
40
+ "positional_embeddings": null
41
+ },
42
+ "num_inference_timesteps": 4,
43
+ "noise_beta_alpha": 1.5,
44
+ "noise_beta_beta": 1.0,
45
+ "noise_s": 0.999,
46
+ "num_timestep_buckets": 1000,
47
+ "tune_projector": true,
48
+ "tune_diffusion_model": true,
49
+ "tune_vlln": true,
50
+ "state_dropout_prob": 0.0,
51
+ "state_additive_noise_scale": 0.0,
52
+ "max_num_embodiments": 32
53
+ }
checkpoint-12000/processor_config.json ADDED
@@ -0,0 +1,453 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "processor_class": "Gr00tN1d6Processor",
3
+ "processor_kwargs": {
4
+ "modality_configs": {
5
+ "behavior_r1_pro": {
6
+ "video": {
7
+ "delta_indices": [
8
+ 0
9
+ ],
10
+ "modality_keys": [
11
+ "observation.images.rgb.head_256_256",
12
+ "observation.images.rgb.left_wrist_256_256",
13
+ "observation.images.rgb.right_wrist_256_256"
14
+ ],
15
+ "sin_cos_embedding_keys": null,
16
+ "mean_std_embedding_keys": null,
17
+ "action_configs": null
18
+ },
19
+ "state": {
20
+ "delta_indices": [
21
+ 0
22
+ ],
23
+ "modality_keys": [
24
+ "robot_pos",
25
+ "robot_ori_cos",
26
+ "robot_ori_sin",
27
+ "robot_2d_ori",
28
+ "robot_2d_ori_cos",
29
+ "robot_2d_ori_sin",
30
+ "robot_lin_vel",
31
+ "robot_ang_vel",
32
+ "arm_left_qpos",
33
+ "arm_left_qpos_sin",
34
+ "arm_left_qpos_cos",
35
+ "eef_left_pos",
36
+ "eef_left_quat",
37
+ "gripper_left_qpos",
38
+ "arm_right_qpos",
39
+ "arm_right_qpos_sin",
40
+ "arm_right_qpos_cos",
41
+ "eef_right_pos",
42
+ "eef_right_quat",
43
+ "gripper_right_qpos",
44
+ "trunk_qpos"
45
+ ],
46
+ "sin_cos_embedding_keys": null,
47
+ "mean_std_embedding_keys": null,
48
+ "action_configs": null
49
+ },
50
+ "action": {
51
+ "delta_indices": [
52
+ 0,
53
+ 1,
54
+ 2,
55
+ 3,
56
+ 4,
57
+ 5,
58
+ 6,
59
+ 7,
60
+ 8,
61
+ 9,
62
+ 10,
63
+ 11,
64
+ 12,
65
+ 13,
66
+ 14,
67
+ 15,
68
+ 16,
69
+ 17,
70
+ 18,
71
+ 19,
72
+ 20,
73
+ 21,
74
+ 22,
75
+ 23,
76
+ 24,
77
+ 25,
78
+ 26,
79
+ 27,
80
+ 28,
81
+ 29,
82
+ 30,
83
+ 31
84
+ ],
85
+ "modality_keys": [
86
+ "base",
87
+ "torso",
88
+ "left_arm",
89
+ "left_gripper",
90
+ "right_arm",
91
+ "right_gripper"
92
+ ],
93
+ "sin_cos_embedding_keys": null,
94
+ "mean_std_embedding_keys": null,
95
+ "action_configs": [
96
+ {
97
+ "rep": "ABSOLUTE",
98
+ "type": "NON_EEF",
99
+ "format": "DEFAULT",
100
+ "state_key": null
101
+ },
102
+ {
103
+ "rep": "RELATIVE",
104
+ "type": "NON_EEF",
105
+ "format": "DEFAULT",
106
+ "state_key": "trunk_qpos"
107
+ },
108
+ {
109
+ "rep": "RELATIVE",
110
+ "type": "NON_EEF",
111
+ "format": "DEFAULT",
112
+ "state_key": "arm_left_qpos"
113
+ },
114
+ {
115
+ "rep": "ABSOLUTE",
116
+ "type": "NON_EEF",
117
+ "format": "DEFAULT",
118
+ "state_key": null
119
+ },
120
+ {
121
+ "rep": "RELATIVE",
122
+ "type": "NON_EEF",
123
+ "format": "DEFAULT",
124
+ "state_key": "arm_right_qpos"
125
+ },
126
+ {
127
+ "rep": "ABSOLUTE",
128
+ "type": "NON_EEF",
129
+ "format": "DEFAULT",
130
+ "state_key": null
131
+ }
132
+ ]
133
+ },
134
+ "language": {
135
+ "delta_indices": [
136
+ 0
137
+ ],
138
+ "modality_keys": [
139
+ "annotation.human.coarse_action"
140
+ ],
141
+ "sin_cos_embedding_keys": null,
142
+ "mean_std_embedding_keys": null,
143
+ "action_configs": null
144
+ }
145
+ },
146
+ "gr1": {
147
+ "video": {
148
+ "delta_indices": [
149
+ 0
150
+ ],
151
+ "modality_keys": [
152
+ "ego_view_bg_crop_pad_res256_freq20"
153
+ ],
154
+ "sin_cos_embedding_keys": null,
155
+ "mean_std_embedding_keys": null,
156
+ "action_configs": null
157
+ },
158
+ "state": {
159
+ "delta_indices": [
160
+ 0
161
+ ],
162
+ "modality_keys": [
163
+ "left_arm",
164
+ "right_arm",
165
+ "left_hand",
166
+ "right_hand",
167
+ "waist"
168
+ ],
169
+ "sin_cos_embedding_keys": [
170
+ "left_arm",
171
+ "right_arm",
172
+ "left_hand",
173
+ "right_hand",
174
+ "waist"
175
+ ],
176
+ "mean_std_embedding_keys": null,
177
+ "action_configs": null
178
+ },
179
+ "action": {
180
+ "delta_indices": [
181
+ 0,
182
+ 1,
183
+ 2,
184
+ 3,
185
+ 4,
186
+ 5,
187
+ 6,
188
+ 7,
189
+ 8,
190
+ 9,
191
+ 10,
192
+ 11,
193
+ 12,
194
+ 13,
195
+ 14,
196
+ 15
197
+ ],
198
+ "modality_keys": [
199
+ "left_arm",
200
+ "right_arm",
201
+ "left_hand",
202
+ "right_hand",
203
+ "waist"
204
+ ],
205
+ "sin_cos_embedding_keys": null,
206
+ "mean_std_embedding_keys": null,
207
+ "action_configs": [
208
+ {
209
+ "rep": "RELATIVE",
210
+ "type": "NON_EEF",
211
+ "format": "DEFAULT",
212
+ "state_key": null
213
+ },
214
+ {
215
+ "rep": "RELATIVE",
216
+ "type": "NON_EEF",
217
+ "format": "DEFAULT",
218
+ "state_key": null
219
+ },
220
+ {
221
+ "rep": "RELATIVE",
222
+ "type": "NON_EEF",
223
+ "format": "DEFAULT",
224
+ "state_key": null
225
+ },
226
+ {
227
+ "rep": "RELATIVE",
228
+ "type": "NON_EEF",
229
+ "format": "DEFAULT",
230
+ "state_key": null
231
+ },
232
+ {
233
+ "rep": "ABSOLUTE",
234
+ "type": "NON_EEF",
235
+ "format": "DEFAULT",
236
+ "state_key": null
237
+ }
238
+ ]
239
+ },
240
+ "language": {
241
+ "delta_indices": [
242
+ 0
243
+ ],
244
+ "modality_keys": [
245
+ "task"
246
+ ],
247
+ "sin_cos_embedding_keys": null,
248
+ "mean_std_embedding_keys": null,
249
+ "action_configs": null
250
+ }
251
+ },
252
+ "robocasa_panda_omron": {
253
+ "video": {
254
+ "delta_indices": [
255
+ 0
256
+ ],
257
+ "modality_keys": [
258
+ "res256_image_side_0",
259
+ "res256_image_side_1",
260
+ "res256_image_wrist_0"
261
+ ],
262
+ "sin_cos_embedding_keys": null,
263
+ "mean_std_embedding_keys": null,
264
+ "action_configs": null
265
+ },
266
+ "state": {
267
+ "delta_indices": [
268
+ 0
269
+ ],
270
+ "modality_keys": [
271
+ "end_effector_position_relative",
272
+ "end_effector_rotation_relative",
273
+ "gripper_qpos",
274
+ "base_position",
275
+ "base_rotation"
276
+ ],
277
+ "sin_cos_embedding_keys": null,
278
+ "mean_std_embedding_keys": null,
279
+ "action_configs": null
280
+ },
281
+ "action": {
282
+ "delta_indices": [
283
+ 0,
284
+ 1,
285
+ 2,
286
+ 3,
287
+ 4,
288
+ 5,
289
+ 6,
290
+ 7,
291
+ 8,
292
+ 9,
293
+ 10,
294
+ 11,
295
+ 12,
296
+ 13,
297
+ 14,
298
+ 15
299
+ ],
300
+ "modality_keys": [
301
+ "end_effector_position",
302
+ "end_effector_rotation",
303
+ "gripper_close",
304
+ "base_motion",
305
+ "control_mode"
306
+ ],
307
+ "sin_cos_embedding_keys": null,
308
+ "mean_std_embedding_keys": null,
309
+ "action_configs": [
310
+ {
311
+ "rep": "ABSOLUTE",
312
+ "type": "NON_EEF",
313
+ "format": "DEFAULT",
314
+ "state_key": null
315
+ },
316
+ {
317
+ "rep": "ABSOLUTE",
318
+ "type": "NON_EEF",
319
+ "format": "DEFAULT",
320
+ "state_key": null
321
+ },
322
+ {
323
+ "rep": "ABSOLUTE",
324
+ "type": "NON_EEF",
325
+ "format": "DEFAULT",
326
+ "state_key": null
327
+ },
328
+ {
329
+ "rep": "ABSOLUTE",
330
+ "type": "NON_EEF",
331
+ "format": "DEFAULT",
332
+ "state_key": null
333
+ },
334
+ {
335
+ "rep": "ABSOLUTE",
336
+ "type": "NON_EEF",
337
+ "format": "DEFAULT",
338
+ "state_key": null
339
+ }
340
+ ]
341
+ },
342
+ "language": {
343
+ "delta_indices": [
344
+ 0
345
+ ],
346
+ "modality_keys": [
347
+ "annotation.human.action.task_description"
348
+ ],
349
+ "sin_cos_embedding_keys": null,
350
+ "mean_std_embedding_keys": null,
351
+ "action_configs": null
352
+ }
353
+ },
354
+ "reachy2": {
355
+ "video": {
356
+ "delta_indices": [
357
+ 0
358
+ ],
359
+ "modality_keys": [
360
+ "front_cam"
361
+ ],
362
+ "sin_cos_embedding_keys": null,
363
+ "mean_std_embedding_keys": null,
364
+ "action_configs": null
365
+ },
366
+ "state": {
367
+ "delta_indices": [
368
+ 0
369
+ ],
370
+ "modality_keys": [
371
+ "arm_joints"
372
+ ],
373
+ "sin_cos_embedding_keys": null,
374
+ "mean_std_embedding_keys": null,
375
+ "action_configs": null
376
+ },
377
+ "action": {
378
+ "delta_indices": [
379
+ 0,
380
+ 1,
381
+ 2,
382
+ 3,
383
+ 4,
384
+ 5,
385
+ 6,
386
+ 7,
387
+ 8,
388
+ 9,
389
+ 10,
390
+ 11,
391
+ 12,
392
+ 13,
393
+ 14,
394
+ 15
395
+ ],
396
+ "modality_keys": [
397
+ "arm_joints",
398
+ "gripper"
399
+ ],
400
+ "sin_cos_embedding_keys": null,
401
+ "mean_std_embedding_keys": null,
402
+ "action_configs": [
403
+ {
404
+ "rep": "RELATIVE",
405
+ "type": "NON_EEF",
406
+ "format": "DEFAULT",
407
+ "state_key": "arm_joints"
408
+ },
409
+ {
410
+ "rep": "ABSOLUTE",
411
+ "type": "NON_EEF",
412
+ "format": "DEFAULT",
413
+ "state_key": null
414
+ }
415
+ ]
416
+ },
417
+ "language": {
418
+ "delta_indices": [
419
+ 0
420
+ ],
421
+ "modality_keys": [
422
+ "annotation.human.task_description"
423
+ ],
424
+ "sin_cos_embedding_keys": null,
425
+ "mean_std_embedding_keys": null,
426
+ "action_configs": null
427
+ }
428
+ }
429
+ },
430
+ "image_crop_size": null,
431
+ "image_target_size": null,
432
+ "use_albumentations": true,
433
+ "random_rotation_angle": null,
434
+ "color_jitter_params": {
435
+ "brightness": 0.3,
436
+ "contrast": 0.4,
437
+ "saturation": 0.5,
438
+ "hue": 0.08
439
+ },
440
+ "shortest_image_edge": 256,
441
+ "crop_fraction": 0.95,
442
+ "model_name": "nvidia/Eagle-Block2A-2B-v2",
443
+ "model_type": "eagle",
444
+ "formalize_language": true,
445
+ "max_state_dim": 128,
446
+ "max_action_dim": 128,
447
+ "max_action_horizon": 50,
448
+ "use_percentiles": false,
449
+ "clip_outliers": true,
450
+ "apply_sincos_state_encoding": true,
451
+ "use_relative_action": true
452
+ }
453
+ }
checkpoint-12000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b395dcdc861d79346b3c7581c9aaf016c7ffe6f5719fd7ca638a2cdc58acda9b
3
+ size 14645
checkpoint-12000/statistics.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-12000/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-12000/wandb_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"project": "finetune-gr00t-n1d6", "run_id": "reachy2"}
checkpoint-3000/config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_horizon": 50,
3
+ "add_pos_embed": true,
4
+ "apply_sincos_state_encoding": true,
5
+ "architectures": [
6
+ "Gr00tN1d6"
7
+ ],
8
+ "attn_dropout": 0.2,
9
+ "attn_implementation": null,
10
+ "backbone_embedding_dim": 2048,
11
+ "backbone_model_type": "eagle",
12
+ "backbone_trainable_params_fp32": true,
13
+ "collator_overwrite_image_inputs": false,
14
+ "color_jitter_params": {
15
+ "brightness": 0.1,
16
+ "contrast": 0.1,
17
+ "hue": 0.1,
18
+ "saturation": 0.1
19
+ },
20
+ "crop_fraction": 0.95,
21
+ "diffusion_model_cfg": {
22
+ "attention_head_dim": 48,
23
+ "dropout": 0.2,
24
+ "final_dropout": true,
25
+ "interleave_self_attention": true,
26
+ "norm_type": "ada_norm",
27
+ "num_attention_heads": 32,
28
+ "num_layers": 32,
29
+ "output_dim": 1024,
30
+ "positional_embeddings": null
31
+ },
32
+ "eagle_collator": true,
33
+ "formalize_language": true,
34
+ "gemma_collator": false,
35
+ "hidden_size": 1024,
36
+ "image_crop_size": null,
37
+ "image_target_size": null,
38
+ "input_embedding_dim": 1536,
39
+ "load_bf16": true,
40
+ "max_action_dim": 128,
41
+ "max_num_embodiments": 32,
42
+ "max_seq_len": 1024,
43
+ "max_state_dim": 128,
44
+ "model_dtype": "bfloat16",
45
+ "model_name": "nvidia/Eagle-Block2A-2B-v2",
46
+ "model_type": "Gr00tN1d6",
47
+ "noise_beta_alpha": 1.5,
48
+ "noise_beta_beta": 1.0,
49
+ "noise_s": 0.999,
50
+ "num_inference_timesteps": 4,
51
+ "num_timestep_buckets": 1000,
52
+ "random_rotation_angle": null,
53
+ "reproject_vision": false,
54
+ "select_layer": 16,
55
+ "shortest_image_edge": 256,
56
+ "state_dropout_prob": 0.0,
57
+ "torch_dtype": "bfloat16",
58
+ "transformers_version": "4.51.3",
59
+ "tune_diffusion_model": true,
60
+ "tune_llm": false,
61
+ "tune_projector": true,
62
+ "tune_top_llm_layers": 4,
63
+ "tune_visual": false,
64
+ "tune_vlln": true,
65
+ "use_albumentations_transforms": true,
66
+ "use_alternate_vl_dit": true,
67
+ "use_flash_attention": true,
68
+ "use_relative_action": true,
69
+ "use_vlln": true
70
+ }
checkpoint-3000/embodiment_id.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robocasa_panda_omron": 13,
3
+ "gr1": 20,
4
+ "behavior_r1_pro": 24,
5
+ "unitree_g1": 8,
6
+ "oxe_google": 0,
7
+ "oxe_widowx": 1,
8
+ "libero_panda": 2,
9
+ "oxe_droid": 16,
10
+ "new_embodiment": 10,
11
+ "reachy2": 11
12
+ }
checkpoint-3000/experiment_cfg/conf.yaml ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ load_config_path: null
2
+ model:
3
+ model_type: Gr00tN1d6
4
+ model_dtype: bfloat16
5
+ model_name: nvidia/Eagle-Block2A-2B-v2
6
+ backbone_model_type: eagle
7
+ model_revision: null
8
+ tune_top_llm_layers: 4
9
+ backbone_embedding_dim: 2048
10
+ tune_llm: false
11
+ tune_visual: false
12
+ select_layer: 16
13
+ reproject_vision: false
14
+ use_flash_attention: true
15
+ load_bf16: false
16
+ collator_overwrite_image_inputs: false
17
+ eagle_collator: true
18
+ backbone_trainable_params_fp32: true
19
+ image_crop_size: null
20
+ image_target_size: null
21
+ shortest_image_edge: 256
22
+ crop_fraction: 0.95
23
+ random_rotation_angle: null
24
+ color_jitter_params: null
25
+ use_albumentations_transforms: true
26
+ formalize_language: true
27
+ apply_sincos_state_encoding: false
28
+ use_relative_action: true
29
+ max_state_dim: 29
30
+ max_action_dim: 29
31
+ action_horizon: 16
32
+ hidden_size: 1024
33
+ input_embedding_dim: 1536
34
+ add_pos_embed: true
35
+ attn_dropout: 0.2
36
+ use_vlln: true
37
+ max_seq_len: 1024
38
+ use_alternate_vl_dit: true
39
+ attend_text_every_n_blocks: 2
40
+ diffusion_model_cfg:
41
+ positional_embeddings: null
42
+ num_layers: 32
43
+ num_attention_heads: 32
44
+ attention_head_dim: 48
45
+ norm_type: ada_norm
46
+ dropout: 0.2
47
+ final_dropout: true
48
+ output_dim: 1024
49
+ interleave_self_attention: true
50
+ num_inference_timesteps: 4
51
+ noise_beta_alpha: 1.5
52
+ noise_beta_beta: 1.0
53
+ noise_s: 0.999
54
+ num_timestep_buckets: 1000
55
+ tune_projector: true
56
+ tune_diffusion_model: true
57
+ tune_vlln: true
58
+ state_dropout_prob: 0.0
59
+ state_additive_noise_scale: 0.0
60
+ max_num_embodiments: 32
61
+ data:
62
+ datasets:
63
+ - dataset_paths:
64
+ - ./datasets/reachy2_100
65
+ embodiment_tag: reachy2
66
+ mix_ratio: 1.0
67
+ dataset_type: physical_embodiment
68
+ val_dataset_path: null
69
+ modality_configs:
70
+ reachy2:
71
+ video:
72
+ delta_indices:
73
+ - 0
74
+ modality_keys:
75
+ - front_cam
76
+ sin_cos_embedding_keys: null
77
+ mean_std_embedding_keys: null
78
+ action_configs: null
79
+ state:
80
+ delta_indices:
81
+ - 0
82
+ modality_keys:
83
+ - arm_joints
84
+ sin_cos_embedding_keys: null
85
+ mean_std_embedding_keys: null
86
+ action_configs: null
87
+ action:
88
+ delta_indices:
89
+ - 0
90
+ - 1
91
+ - 2
92
+ - 3
93
+ - 4
94
+ - 5
95
+ - 6
96
+ - 7
97
+ - 8
98
+ - 9
99
+ - 10
100
+ - 11
101
+ - 12
102
+ - 13
103
+ - 14
104
+ - 15
105
+ modality_keys:
106
+ - arm_joints
107
+ - gripper
108
+ sin_cos_embedding_keys: null
109
+ mean_std_embedding_keys: null
110
+ action_configs:
111
+ - rep: RELATIVE
112
+ type: NON_EEF
113
+ format: DEFAULT
114
+ state_key: arm_joints
115
+ - rep: ABSOLUTE
116
+ type: NON_EEF
117
+ format: DEFAULT
118
+ state_key: null
119
+ language:
120
+ delta_indices:
121
+ - 0
122
+ modality_keys:
123
+ - annotation.human.task_description
124
+ sin_cos_embedding_keys: null
125
+ mean_std_embedding_keys: null
126
+ action_configs: null
127
+ download_cache: false
128
+ shard_size: 1024
129
+ episode_sampling_rate: 0.1
130
+ num_shards_per_epoch: 10000
131
+ override_pretraining_statistics: false
132
+ mode: single_turn
133
+ random_chop: 0.0
134
+ mock_dataset_mode: false
135
+ shuffle: true
136
+ seed: 42
137
+ multiprocessing_context: fork
138
+ allow_padding: false
139
+ subsample_ratio: 1.0
140
+ image_crop_size:
141
+ - 244
142
+ - 244
143
+ image_target_size:
144
+ - 224
145
+ - 224
146
+ video_backend: decord
147
+ training:
148
+ output_dir: /tmp/groot_output/reachy2
149
+ experiment_name: null
150
+ max_steps: 30000
151
+ global_batch_size: 64
152
+ batch_size: null
153
+ gradient_accumulation_steps: 1
154
+ learning_rate: 0.0001
155
+ lr_scheduler_type: cosine
156
+ weight_decay: 1.0e-05
157
+ warmup_ratio: 0.05
158
+ warmup_steps: 0
159
+ max_grad_norm: 1.0
160
+ optim: adamw_torch
161
+ start_from_checkpoint: nvidia/GR00T-N1.6-3B
162
+ tf32: true
163
+ fp16: false
164
+ bf16: true
165
+ eval_bf16: true
166
+ logging_steps: 10
167
+ save_steps: 3000
168
+ save_total_limit: 5
169
+ save_vl_model: false
170
+ upload_checkpoints: false
171
+ upload_every: 1000
172
+ upload_last_n_checkpoints: 5
173
+ max_concurrent_uploads: 2
174
+ eval_strategy: 'no'
175
+ eval_steps: 500
176
+ eval_set_split_ratio: 0.1
177
+ eval_batch_size: 2
178
+ save_best_eval_metric_name: ''
179
+ save_best_eval_metric_greater_is_better: true
180
+ deepspeed_stage: 2
181
+ gradient_checkpointing: false
182
+ transformers_trust_remote_code: true
183
+ transformers_local_files_only: false
184
+ transformers_cache_dir: null
185
+ transformers_access_token: null
186
+ use_ddp: false
187
+ ddp_bucket_cap_mb: 100
188
+ num_gpus: 1
189
+ dataloader_num_workers: 8
190
+ remove_unused_columns: false
191
+ use_wandb: false
192
+ wandb_project: finetune-gr00t-n1d6
193
+ enable_profiling: false
194
+ max_retries: 3
195
+ assert_loss_less_than: null
196
+ add_rl_callback: false
197
+ enable_open_loop_eval: false
198
+ open_loop_eval_traj_ids:
199
+ - 0
200
+ open_loop_eval_steps_per_traj: 100
201
+ open_loop_eval_plot_indices: null
202
+ max_steps: 30000
203
+ save_steps: 3000
checkpoint-3000/experiment_cfg/config.yaml ADDED
@@ -0,0 +1,237 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - ./datasets/reachy2_100
8
+ dataset_type: physical_embodiment
9
+ embodiment_tag: reachy2
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
+ reachy2:
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: !!python/object/apply:gr00t.data.types.ActionRepresentation
29
+ - relative
30
+ state_key: arm_joints
31
+ type: &id002 !!python/object/apply:gr00t.data.types.ActionType
32
+ - non_eef
33
+ - !!python/object:gr00t.data.types.ActionConfig
34
+ format: *id001
35
+ rep: !!python/object/apply:gr00t.data.types.ActionRepresentation
36
+ - absolute
37
+ state_key: null
38
+ type: *id002
39
+ delta_indices:
40
+ - 0
41
+ - 1
42
+ - 2
43
+ - 3
44
+ - 4
45
+ - 5
46
+ - 6
47
+ - 7
48
+ - 8
49
+ - 9
50
+ - 10
51
+ - 11
52
+ - 12
53
+ - 13
54
+ - 14
55
+ - 15
56
+ mean_std_embedding_keys: null
57
+ modality_keys:
58
+ - arm_joints
59
+ - gripper
60
+ sin_cos_embedding_keys: null
61
+ language: !!python/object:gr00t.data.types.ModalityConfig
62
+ action_configs: null
63
+ delta_indices:
64
+ - 0
65
+ mean_std_embedding_keys: null
66
+ modality_keys:
67
+ - annotation.human.task_description
68
+ sin_cos_embedding_keys: null
69
+ state: !!python/object:gr00t.data.types.ModalityConfig
70
+ action_configs: null
71
+ delta_indices:
72
+ - 0
73
+ mean_std_embedding_keys: null
74
+ modality_keys:
75
+ - arm_joints
76
+ sin_cos_embedding_keys: null
77
+ video: !!python/object:gr00t.data.types.ModalityConfig
78
+ action_configs: null
79
+ delta_indices:
80
+ - 0
81
+ mean_std_embedding_keys: null
82
+ modality_keys:
83
+ - front_cam
84
+ sin_cos_embedding_keys: null
85
+ mode: single_turn
86
+ multiprocessing_context: fork
87
+ num_shards_per_epoch: 10000
88
+ override_pretraining_statistics: false
89
+ random_chop: 0.0
90
+ seed: 42
91
+ shard_size: 1024
92
+ shuffle: true
93
+ subsample_ratio: 1.0
94
+ video_backend: decord
95
+ load_config_path: null
96
+ model: !!python/object:gr00t.configs.model.gr00t_n1d6.Gr00tN1d6Config
97
+ _attn_implementation_autoset: false
98
+ _attn_implementation_internal: null
99
+ _commit_hash: null
100
+ _name_or_path: ''
101
+ add_cross_attention: false
102
+ architectures: null
103
+ backbone_model_type: eagle
104
+ backbone_trainable_params_fp32: true
105
+ bad_words_ids: null
106
+ begin_suppress_tokens: null
107
+ bos_token_id: null
108
+ chunk_size_feed_forward: 0
109
+ color_jitter_params: null
110
+ cross_attention_hidden_size: null
111
+ decoder_start_token_id: null
112
+ diffusion_model_cfg:
113
+ attention_head_dim: 48
114
+ dropout: 0.2
115
+ final_dropout: true
116
+ interleave_self_attention: true
117
+ norm_type: ada_norm
118
+ num_attention_heads: 32
119
+ num_layers: 32
120
+ output_dim: 1024
121
+ positional_embeddings: null
122
+ diversity_penalty: 0.0
123
+ do_sample: false
124
+ eagle_collator: true
125
+ early_stopping: false
126
+ encoder_no_repeat_ngram_size: 0
127
+ eos_token_id: null
128
+ exponential_decay_length_penalty: null
129
+ finetuning_task: null
130
+ forced_bos_token_id: null
131
+ forced_eos_token_id: null
132
+ id2label:
133
+ 0: LABEL_0
134
+ 1: LABEL_1
135
+ is_decoder: false
136
+ is_encoder_decoder: false
137
+ label2id:
138
+ LABEL_0: 0
139
+ LABEL_1: 1
140
+ length_penalty: 1.0
141
+ load_bf16: false
142
+ max_length: 20
143
+ min_length: 0
144
+ model_name: nvidia/Eagle-Block2A-2B-v2
145
+ no_repeat_ngram_size: 0
146
+ num_beam_groups: 1
147
+ num_beams: 1
148
+ num_return_sequences: 1
149
+ output_attentions: false
150
+ output_hidden_states: false
151
+ output_scores: false
152
+ pad_token_id: null
153
+ prefix: null
154
+ problem_type: null
155
+ pruned_heads: {}
156
+ random_rotation_angle: null
157
+ remove_invalid_values: false
158
+ repetition_penalty: 1.0
159
+ reproject_vision: false
160
+ return_dict: true
161
+ return_dict_in_generate: false
162
+ sep_token_id: null
163
+ state_dropout_prob: 0.0
164
+ suppress_tokens: null
165
+ task_specific_params: null
166
+ temperature: 1.0
167
+ tf_legacy_loss: false
168
+ tie_encoder_decoder: false
169
+ tie_word_embeddings: true
170
+ tokenizer_class: null
171
+ top_k: 50
172
+ top_p: 1.0
173
+ torch_dtype: null
174
+ torchscript: false
175
+ transformers_version: null
176
+ tune_diffusion_model: true
177
+ tune_llm: false
178
+ tune_projector: true
179
+ tune_visual: false
180
+ typical_p: 1.0
181
+ use_bfloat16: false
182
+ use_relative_action: true
183
+ training: !!python/object:gr00t.configs.training.training_config.TrainingConfig
184
+ add_rl_callback: false
185
+ assert_loss_less_than: null
186
+ batch_size: null
187
+ bf16: true
188
+ dataloader_num_workers: 8
189
+ ddp_bucket_cap_mb: 100
190
+ deepspeed_stage: 2
191
+ enable_open_loop_eval: false
192
+ enable_profiling: false
193
+ eval_batch_size: 2
194
+ eval_bf16: true
195
+ eval_set_split_ratio: 0.1
196
+ eval_steps: 500
197
+ eval_strategy: 'no'
198
+ experiment_name: null
199
+ fp16: false
200
+ global_batch_size: 64
201
+ gradient_accumulation_steps: 1
202
+ gradient_checkpointing: false
203
+ learning_rate: 0.0001
204
+ logging_steps: 10
205
+ lr_scheduler_type: cosine
206
+ max_concurrent_uploads: 2
207
+ max_grad_norm: 1.0
208
+ max_retries: 3
209
+ max_steps: 30000
210
+ num_gpus: 1
211
+ open_loop_eval_plot_indices: null
212
+ open_loop_eval_steps_per_traj: 100
213
+ open_loop_eval_traj_ids:
214
+ - 0
215
+ optim: adamw_torch
216
+ output_dir: /tmp/groot_output/reachy2
217
+ remove_unused_columns: false
218
+ save_best_eval_metric_greater_is_better: true
219
+ save_best_eval_metric_name: ''
220
+ save_steps: 3000
221
+ save_total_limit: 5
222
+ save_vl_model: false
223
+ start_from_checkpoint: nvidia/GR00T-N1.6-3B
224
+ tf32: true
225
+ transformers_access_token: null
226
+ transformers_cache_dir: null
227
+ transformers_local_files_only: false
228
+ transformers_trust_remote_code: true
229
+ upload_checkpoints: false
230
+ upload_every: 1000
231
+ upload_last_n_checkpoints: 5
232
+ use_ddp: false
233
+ use_wandb: false
234
+ wandb_project: finetune-gr00t-n1d6
235
+ warmup_ratio: 0.05
236
+ warmup_steps: 0
237
+ weight_decay: 1.0e-05
checkpoint-3000/experiment_cfg/dataset_statistics.json ADDED
@@ -0,0 +1,1020 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "reachy2": {
3
+ "state": {
4
+ "arm_joints": {
5
+ "min": [
6
+ 4.93005895614624,
7
+ -11.668736457824707,
8
+ -42.069515228271484,
9
+ -126.52813720703125,
10
+ -20.27557945251465,
11
+ -20.164306640625,
12
+ -21.239810943603516
13
+ ],
14
+ "max": [
15
+ 41.02817153930664,
16
+ 11.43976879119873,
17
+ 42.18703079223633,
18
+ -74.72509765625,
19
+ 20.33566665649414,
20
+ 16.37257957458496,
21
+ 21.077407836914062
22
+ ],
23
+ "mean": [
24
+ 22.316539764404297,
25
+ -0.3203781247138977,
26
+ 2.417543411254883,
27
+ -109.398681640625,
28
+ -1.9847908020019531,
29
+ -3.484698534011841,
30
+ -0.3555510342121124
31
+ ],
32
+ "std": [
33
+ 7.066186428070068,
34
+ 3.507993459701538,
35
+ 22.217893600463867,
36
+ 14.851909637451172,
37
+ 13.270956039428711,
38
+ 11.239269256591797,
39
+ 11.768560409545898
40
+ ],
41
+ "q01": [
42
+ 8.457822799682617,
43
+ -10.20227336883545,
44
+ -41.3212890625,
45
+ -126.43962860107422,
46
+ -20.06123924255371,
47
+ -20.072999954223633,
48
+ -20.989107131958008
49
+ ],
50
+ "q99": [
51
+ 38.03876876831055,
52
+ 9.723615646362305,
53
+ 41.77986526489258,
54
+ -80.34276580810547,
55
+ 20.061033248901367,
56
+ 14.72492790222168,
57
+ 20.985740661621094
58
+ ]
59
+ }
60
+ },
61
+ "action": {
62
+ "arm_joints": {
63
+ "min": [
64
+ 4.93005895614624,
65
+ -11.668736457824707,
66
+ -42.069515228271484,
67
+ -126.52813720703125,
68
+ -20.27557945251465,
69
+ -20.164306640625,
70
+ -21.239810943603516
71
+ ],
72
+ "max": [
73
+ 41.02817153930664,
74
+ 11.43976879119873,
75
+ 42.18703079223633,
76
+ -74.72509765625,
77
+ 20.33566665649414,
78
+ 16.37257957458496,
79
+ 21.077407836914062
80
+ ],
81
+ "mean": [
82
+ 22.172462463378906,
83
+ -0.3404896557331085,
84
+ 2.3248910903930664,
85
+ -109.23794555664062,
86
+ -1.812583327293396,
87
+ -3.5105223655700684,
88
+ -0.2696441113948822
89
+ ],
90
+ "std": [
91
+ 7.037580966949463,
92
+ 3.620150566101074,
93
+ 22.205087661743164,
94
+ 14.961851119995117,
95
+ 13.164973258972168,
96
+ 11.261707305908203,
97
+ 11.734737396240234
98
+ ],
99
+ "q01": [
100
+ 8.457822799682617,
101
+ -10.20227336883545,
102
+ -41.3212890625,
103
+ -126.43962860107422,
104
+ -20.06123924255371,
105
+ -20.072999954223633,
106
+ -20.989107131958008
107
+ ],
108
+ "q99": [
109
+ 38.03876876831055,
110
+ 9.723625183105469,
111
+ 41.77986526489258,
112
+ -80.34276580810547,
113
+ 20.061033248901367,
114
+ 14.72492790222168,
115
+ 20.985740661621094
116
+ ]
117
+ },
118
+ "gripper": {
119
+ "min": [
120
+ 0.5416929721832275
121
+ ],
122
+ "max": [
123
+ 0.9385063648223877
124
+ ],
125
+ "mean": [
126
+ 0.8345981240272522
127
+ ],
128
+ "std": [
129
+ 0.12303706258535363
130
+ ],
131
+ "q01": [
132
+ 0.6467909216880798
133
+ ],
134
+ "q99": [
135
+ 0.9350630044937134
136
+ ]
137
+ }
138
+ },
139
+ "relative_action": {
140
+ "arm_joints": {
141
+ "min": [
142
+ [
143
+ -20.440982818603516,
144
+ -11.665962219238281,
145
+ -14.02474594116211,
146
+ -20.817272186279297,
147
+ -10.09469223022461,
148
+ -6.401888370513916,
149
+ -8.767365455627441
150
+ ],
151
+ [
152
+ -20.449968338012695,
153
+ -11.677082061767578,
154
+ -25.868675231933594,
155
+ -30.582874298095703,
156
+ -17.461694717407227,
157
+ -11.940333366394043,
158
+ -16.13103485107422
159
+ ],
160
+ [
161
+ -19.697128295898438,
162
+ -10.979728698730469,
163
+ -35.53736114501953,
164
+ -32.2390022277832,
165
+ -22.624008178710938,
166
+ -17.247066497802734,
167
+ -22.225337982177734
168
+ ],
169
+ [
170
+ -20.74054527282715,
171
+ -10.334735870361328,
172
+ -44.72303009033203,
173
+ -33.42095947265625,
174
+ -25.056644439697266,
175
+ -22.322742462158203,
176
+ -27.965492248535156
177
+ ],
178
+ [
179
+ -24.075529098510742,
180
+ -10.338696479797363,
181
+ -50.480987548828125,
182
+ -34.134925842285156,
183
+ -26.33944320678711,
184
+ -25.707611083984375,
185
+ -31.17104721069336
186
+ ],
187
+ [
188
+ -26.567087173461914,
189
+ -10.34083366394043,
190
+ -54.44721603393555,
191
+ -34.8769645690918,
192
+ -26.375856399536133,
193
+ -29.134244918823242,
194
+ -33.48938751220703
195
+ ],
196
+ [
197
+ -27.659536361694336,
198
+ -10.340897560119629,
199
+ -57.30182647705078,
200
+ -36.380828857421875,
201
+ -26.375410079956055,
202
+ -32.329833984375,
203
+ -35.47602081298828
204
+ ],
205
+ [
206
+ -27.924762725830078,
207
+ -11.4292573928833,
208
+ -59.24040603637695,
209
+ -36.7144775390625,
210
+ -26.372446060180664,
211
+ -33.91874313354492,
212
+ -35.908573150634766
213
+ ],
214
+ [
215
+ -27.95497703552246,
216
+ -11.528078079223633,
217
+ -59.352848052978516,
218
+ -36.841575622558594,
219
+ -26.24493980407715,
220
+ -35.34848403930664,
221
+ -36.83350372314453
222
+ ],
223
+ [
224
+ -28.4979248046875,
225
+ -11.443194389343262,
226
+ -59.4117431640625,
227
+ -36.853206634521484,
228
+ -26.16107940673828,
229
+ -36.28956604003906,
230
+ -36.86201858520508
231
+ ],
232
+ [
233
+ -28.523822784423828,
234
+ -11.443158149719238,
235
+ -59.41852951049805,
236
+ -36.85321807861328,
237
+ -26.160951614379883,
238
+ -36.43997573852539,
239
+ -36.88083267211914
240
+ ],
241
+ [
242
+ -28.522306442260742,
243
+ -11.443062782287598,
244
+ -59.424468994140625,
245
+ -37.14503860473633,
246
+ -26.16082763671875,
247
+ -36.443668365478516,
248
+ -36.880828857421875
249
+ ],
250
+ [
251
+ -28.468467712402344,
252
+ -11.44290828704834,
253
+ -59.42174530029297,
254
+ -37.880104064941406,
255
+ -26.160717010498047,
256
+ -36.44268035888672,
257
+ -36.880828857421875
258
+ ],
259
+ [
260
+ -28.41590118408203,
261
+ -11.442895889282227,
262
+ -59.4072265625,
263
+ -38.47637939453125,
264
+ -26.160614013671875,
265
+ -36.4410400390625,
266
+ -36.880828857421875
267
+ ],
268
+ [
269
+ -28.362062454223633,
270
+ -11.442879676818848,
271
+ -59.38927459716797,
272
+ -41.26643371582031,
273
+ -26.160587310791016,
274
+ -36.43976974487305,
275
+ -36.88082504272461
276
+ ],
277
+ [
278
+ -28.244752883911133,
279
+ -11.442869186401367,
280
+ -59.369014739990234,
281
+ -44.968875885009766,
282
+ -26.160572052001953,
283
+ -36.433982849121094,
284
+ -36.880794525146484
285
+ ]
286
+ ],
287
+ "max": [
288
+ [
289
+ 5.384329319000244,
290
+ 11.368682861328125,
291
+ 12.580580711364746,
292
+ 21.664548873901367,
293
+ 22.868919372558594,
294
+ 13.739058494567871,
295
+ 11.726442337036133
296
+ ],
297
+ [
298
+ 9.6729097366333,
299
+ 11.36864185333252,
300
+ 23.997724533081055,
301
+ 21.659494400024414,
302
+ 22.868900299072266,
303
+ 23.967060089111328,
304
+ 14.994425773620605
305
+ ],
306
+ [
307
+ 13.331961631774902,
308
+ 11.190152168273926,
309
+ 33.41366958618164,
310
+ 21.635488510131836,
311
+ 25.30813217163086,
312
+ 26.21414566040039,
313
+ 20.79837417602539
314
+ ],
315
+ [
316
+ 16.202699661254883,
317
+ 10.40443229675293,
318
+ 40.09684753417969,
319
+ 23.701637268066406,
320
+ 28.603330612182617,
321
+ 27.53230857849121,
322
+ 25.446346282958984
323
+ ],
324
+ [
325
+ 19.05048370361328,
326
+ 10.40436840057373,
327
+ 46.37767791748047,
328
+ 28.047138214111328,
329
+ 31.07068634033203,
330
+ 28.03820037841797,
331
+ 29.473896026611328
332
+ ],
333
+ [
334
+ 20.245254516601562,
335
+ 10.402230262756348,
336
+ 51.10308837890625,
337
+ 31.863624572753906,
338
+ 31.10450553894043,
339
+ 29.278892517089844,
340
+ 32.1208381652832
341
+ ],
342
+ [
343
+ 21.428510665893555,
344
+ 10.398269653320312,
345
+ 53.42000961303711,
346
+ 34.682308197021484,
347
+ 31.103679656982422,
348
+ 30.250988006591797,
349
+ 33.45231246948242
350
+ ],
351
+ [
352
+ 21.98176383972168,
353
+ 10.395852088928223,
354
+ 55.17178726196289,
355
+ 36.64023208618164,
356
+ 31.101837158203125,
357
+ 30.935718536376953,
358
+ 34.229305267333984
359
+ ],
360
+ [
361
+ 22.397876739501953,
362
+ 11.4427490234375,
363
+ 55.23532485961914,
364
+ 37.58878707885742,
365
+ 31.096826553344727,
366
+ 31.260026931762695,
367
+ 34.44834899902344
368
+ ],
369
+ [
370
+ 22.6441650390625,
371
+ 11.780808448791504,
372
+ 55.34986114501953,
373
+ 38.26850128173828,
374
+ 31.096656799316406,
375
+ 31.333267211914062,
376
+ 34.469146728515625
377
+ ],
378
+ [
379
+ 22.692224502563477,
380
+ 11.812055587768555,
381
+ 55.36343765258789,
382
+ 38.49715805053711,
383
+ 31.61040687561035,
384
+ 31.37093162536621,
385
+ 34.469146728515625
386
+ ],
387
+ [
388
+ 22.72762107849121,
389
+ 11.678536415100098,
390
+ 55.36940383911133,
391
+ 38.59236526489258,
392
+ 35.083839416503906,
393
+ 31.3709659576416,
394
+ 34.46915054321289
395
+ ],
396
+ [
397
+ 24.14029312133789,
398
+ 11.678519248962402,
399
+ 55.369537353515625,
400
+ 38.63944625854492,
401
+ 38.55842208862305,
402
+ 31.37123680114746,
403
+ 34.46915054321289
404
+ ],
405
+ [
406
+ 24.973907470703125,
407
+ 11.678510665893555,
408
+ 55.36623001098633,
409
+ 38.656288146972656,
410
+ 39.96430587768555,
411
+ 31.371545791625977,
412
+ 34.46915054321289
413
+ ],
414
+ [
415
+ 25.06302261352539,
416
+ 11.678531646728516,
417
+ 55.3525390625,
418
+ 38.694881439208984,
419
+ 40.0225944519043,
420
+ 31.37181854248047,
421
+ 34.468910217285156
422
+ ],
423
+ [
424
+ 25.270801544189453,
425
+ 11.678507804870605,
426
+ 55.302616119384766,
427
+ 38.694969177246094,
428
+ 40.022586822509766,
429
+ 31.37185287475586,
430
+ 34.385284423828125
431
+ ]
432
+ ],
433
+ "mean": [
434
+ [
435
+ -0.09851349890232086,
436
+ -1.3889506362829707e-06,
437
+ -0.021199805662035942,
438
+ -0.0799250528216362,
439
+ 0.1505303829908371,
440
+ 0.11832442134618759,
441
+ 0.13495467603206635
442
+ ],
443
+ [
444
+ -0.17057012021541595,
445
+ 0.004252429585903883,
446
+ -0.008995133452117443,
447
+ -0.22457502782344818,
448
+ 0.261105477809906,
449
+ 0.27207958698272705,
450
+ 0.24137930572032928
451
+ ],
452
+ [
453
+ -0.10028649866580963,
454
+ 0.03141691908240318,
455
+ 0.09048548340797424,
456
+ -0.5493719577789307,
457
+ 0.19902515411376953,
458
+ 0.47134673595428467,
459
+ 0.2771521210670471
460
+ ],
461
+ [
462
+ -0.05444306880235672,
463
+ 0.05378008633852005,
464
+ 0.1796490103006363,
465
+ -0.879206120967865,
466
+ 0.1520315706729889,
467
+ 0.6866292357444763,
468
+ 0.3248023986816406
469
+ ],
470
+ [
471
+ -0.013876532204449177,
472
+ 0.07615811377763748,
473
+ 0.2686113715171814,
474
+ -1.2192035913467407,
475
+ 0.10656605660915375,
476
+ 0.9128072261810303,
477
+ 0.3744547367095947
478
+ ],
479
+ [
480
+ 0.025331225246191025,
481
+ 0.09861738234758377,
482
+ 0.3578471839427948,
483
+ -1.5637919902801514,
484
+ 0.06106000766158104,
485
+ 1.1433591842651367,
486
+ 0.4248007833957672
487
+ ],
488
+ [
489
+ 0.0637386217713356,
490
+ 0.12045339494943619,
491
+ 0.44647839665412903,
492
+ -1.908605933189392,
493
+ 0.016334885731339455,
494
+ 1.3740676641464233,
495
+ 0.4745999872684479
496
+ ],
497
+ [
498
+ 0.10053692013025284,
499
+ 0.13872262835502625,
500
+ 0.5284987092018127,
501
+ -2.2462470531463623,
502
+ -0.02209978550672531,
503
+ 1.5981824398040771,
504
+ 0.518027663230896
505
+ ],
506
+ [
507
+ 0.1247839704155922,
508
+ 0.14948606491088867,
509
+ 0.583483874797821,
510
+ -2.525705337524414,
511
+ -0.04458107799291611,
512
+ 1.7731598615646362,
513
+ 0.5445129871368408
514
+ ],
515
+ [
516
+ 0.12165514379739761,
517
+ 0.14827895164489746,
518
+ 0.602064847946167,
519
+ -2.593496561050415,
520
+ -0.047096796333789825,
521
+ 1.797343134880066,
522
+ 0.5500790476799011
523
+ ],
524
+ [
525
+ 0.1124163493514061,
526
+ 0.14204099774360657,
527
+ 0.6022222638130188,
528
+ -2.55938458442688,
529
+ -0.04651280865073204,
530
+ 1.7794476747512817,
531
+ 0.5512804985046387
532
+ ],
533
+ [
534
+ 0.09131923317909241,
535
+ 0.12857742607593536,
536
+ 0.6059610843658447,
537
+ -2.4963152408599854,
538
+ -0.04961543530225754,
539
+ 1.740905523300171,
540
+ 0.5537145137786865
541
+ ],
542
+ [
543
+ 0.054126936942338943,
544
+ 0.10883964598178864,
545
+ 0.6135755181312561,
546
+ -2.381096601486206,
547
+ -0.056390050798654556,
548
+ 1.6682276725769043,
549
+ 0.5572347044944763
550
+ ],
551
+ [
552
+ -0.001200970378704369,
553
+ 0.08611582219600677,
554
+ 0.6268700361251831,
555
+ -2.207465648651123,
556
+ -0.06850837916135788,
557
+ 1.5567927360534668,
558
+ 0.5623834133148193
559
+ ],
560
+ [
561
+ -0.07379738241434097,
562
+ 0.06273127347230911,
563
+ 0.6453807950019836,
564
+ -1.9786254167556763,
565
+ -0.08601187914609909,
566
+ 1.4089199304580688,
567
+ 0.5690953135490417
568
+ ],
569
+ [
570
+ -0.15925677120685577,
571
+ 0.039619192481040955,
572
+ 0.6695932149887085,
573
+ -1.7069525718688965,
574
+ -0.10912654548883438,
575
+ 1.2322944402694702,
576
+ 0.5775030851364136
577
+ ]
578
+ ],
579
+ "std": [
580
+ [
581
+ 1.9917564392089844,
582
+ 1.1211100816726685,
583
+ 2.417202949523926,
584
+ 2.94158935546875,
585
+ 2.39365291595459,
586
+ 1.874914526939392,
587
+ 1.6537472009658813
588
+ ],
589
+ [
590
+ 3.056582450866699,
591
+ 1.6457527875900269,
592
+ 4.458590507507324,
593
+ 5.178750514984131,
594
+ 3.765504837036133,
595
+ 3.6351206302642822,
596
+ 2.9263687133789062
597
+ ],
598
+ [
599
+ 3.596614122390747,
600
+ 1.8142179250717163,
601
+ 6.294006824493408,
602
+ 7.028163433074951,
603
+ 4.514294147491455,
604
+ 5.296512126922607,
605
+ 4.0286865234375
606
+ ],
607
+ [
608
+ 4.277676582336426,
609
+ 2.040328025817871,
610
+ 8.043697357177734,
611
+ 8.868635177612305,
612
+ 5.327646255493164,
613
+ 6.84896993637085,
614
+ 5.116058349609375
615
+ ],
616
+ [
617
+ 4.939493179321289,
618
+ 2.248694896697998,
619
+ 9.646915435791016,
620
+ 10.583718299865723,
621
+ 6.0862040519714355,
622
+ 8.271647453308105,
623
+ 6.122095584869385
624
+ ],
625
+ [
626
+ 5.552292823791504,
627
+ 2.439715623855591,
628
+ 11.097370147705078,
629
+ 12.150360107421875,
630
+ 6.7813005447387695,
631
+ 9.56061840057373,
632
+ 7.034397125244141
633
+ ],
634
+ [
635
+ 6.109565258026123,
636
+ 2.6163902282714844,
637
+ 12.404134750366211,
638
+ 13.574675559997559,
639
+ 7.419105052947998,
640
+ 10.72553539276123,
641
+ 7.855382919311523
642
+ ],
643
+ [
644
+ 6.608177661895752,
645
+ 2.7779171466827393,
646
+ 13.585582733154297,
647
+ 14.875726699829102,
648
+ 8.011663436889648,
649
+ 11.787652015686035,
650
+ 8.598040580749512
651
+ ],
652
+ [
653
+ 7.046725273132324,
654
+ 2.93743634223938,
655
+ 14.688329696655273,
656
+ 16.078651428222656,
657
+ 8.60019302368164,
658
+ 12.769647598266602,
659
+ 9.277371406555176
660
+ ],
661
+ [
662
+ 7.43002986907959,
663
+ 3.1344540119171143,
664
+ 15.875958442687988,
665
+ 17.27137565612793,
666
+ 9.292807579040527,
667
+ 13.705930709838867,
668
+ 9.92088794708252
669
+ ],
670
+ [
671
+ 7.734869003295898,
672
+ 3.2678585052490234,
673
+ 17.0732421875,
674
+ 18.39610481262207,
675
+ 9.9412841796875,
676
+ 14.559659957885742,
677
+ 10.473697662353516
678
+ ],
679
+ [
680
+ 7.963422775268555,
681
+ 3.390157699584961,
682
+ 18.116336822509766,
683
+ 19.400726318359375,
684
+ 10.5236177444458,
685
+ 15.339380264282227,
686
+ 10.94632339477539
687
+ ],
688
+ [
689
+ 8.121000289916992,
690
+ 3.5208446979522705,
691
+ 19.046070098876953,
692
+ 20.327335357666016,
693
+ 11.053685188293457,
694
+ 16.05907440185547,
695
+ 11.358160972595215
696
+ ],
697
+ [
698
+ 8.218527793884277,
699
+ 3.651193857192993,
700
+ 19.873519897460938,
701
+ 21.182926177978516,
702
+ 11.531027793884277,
703
+ 16.716957092285156,
704
+ 11.718016624450684
705
+ ],
706
+ [
707
+ 8.26684284210205,
708
+ 3.7774546146392822,
709
+ 20.612743377685547,
710
+ 21.96902847290039,
711
+ 11.957940101623535,
712
+ 17.311002731323242,
713
+ 12.034592628479004
714
+ ],
715
+ [
716
+ 8.276911735534668,
717
+ 3.8994669914245605,
718
+ 21.281835556030273,
719
+ 22.691150665283203,
720
+ 12.342350959777832,
721
+ 17.84532928466797,
722
+ 12.317776679992676
723
+ ]
724
+ ],
725
+ "q01": [
726
+ [
727
+ -9.697267532348633,
728
+ -3.6728341579437256,
729
+ -10.083383560180664,
730
+ -7.500851631164551,
731
+ -5.057114124298096,
732
+ -5.191580295562744,
733
+ -5.047628879547119
734
+ ],
735
+ [
736
+ -17.174776077270508,
737
+ -7.670596122741699,
738
+ -15.547335624694824,
739
+ -14.150874137878418,
740
+ -9.842418670654297,
741
+ -9.951410293579102,
742
+ -9.844037055969238
743
+ ],
744
+ [
745
+ -16.49785804748535,
746
+ -9.060977935791016,
747
+ -23.215665817260742,
748
+ -19.967872619628906,
749
+ -13.348301887512207,
750
+ -14.247873306274414,
751
+ -14.610755920410156
752
+ ],
753
+ [
754
+ -16.7535400390625,
755
+ -9.395726203918457,
756
+ -29.43296241760254,
757
+ -25.006587982177734,
758
+ -16.37109375,
759
+ -18.130178451538086,
760
+ -18.5999755859375
761
+ ],
762
+ [
763
+ -17.191621780395508,
764
+ -9.43246078491211,
765
+ -36.27531051635742,
766
+ -28.893749237060547,
767
+ -18.89956283569336,
768
+ -21.859458923339844,
769
+ -22.91756248474121
770
+ ],
771
+ [
772
+ -19.174758911132812,
773
+ -9.506808280944824,
774
+ -40.94317626953125,
775
+ -31.8222713470459,
776
+ -20.72899055480957,
777
+ -24.93976402282715,
778
+ -25.59789276123047
779
+ ],
780
+ [
781
+ -20.843280792236328,
782
+ -9.511780738830566,
783
+ -43.895530700683594,
784
+ -33.7496337890625,
785
+ -21.83380699157715,
786
+ -27.3231201171875,
787
+ -27.804710388183594
788
+ ],
789
+ [
790
+ -22.112207412719727,
791
+ -9.513916015625,
792
+ -47.63551330566406,
793
+ -34.7276611328125,
794
+ -22.691164016723633,
795
+ -29.399824142456055,
796
+ -30.01004981994629
797
+ ],
798
+ [
799
+ -23.385971069335938,
800
+ -9.525580406188965,
801
+ -49.76005172729492,
802
+ -35.31100082397461,
803
+ -23.10930824279785,
804
+ -30.991064071655273,
805
+ -31.236299514770508
806
+ ],
807
+ [
808
+ -23.984119415283203,
809
+ -9.732311248779297,
810
+ -51.624576568603516,
811
+ -35.76605224609375,
812
+ -23.42118263244629,
813
+ -31.96640396118164,
814
+ -32.20992660522461
815
+ ],
816
+ [
817
+ -24.42165184020996,
818
+ -10.062808990478516,
819
+ -52.54084777832031,
820
+ -36.21389389038086,
821
+ -23.58216094970703,
822
+ -32.878292083740234,
823
+ -33.002262115478516
824
+ ],
825
+ [
826
+ -24.806774139404297,
827
+ -10.06833267211914,
828
+ -53.43137741088867,
829
+ -36.29438781738281,
830
+ -23.675121307373047,
831
+ -33.4473876953125,
832
+ -33.2683219909668
833
+ ],
834
+ [
835
+ -24.799230575561523,
836
+ -10.070316314697266,
837
+ -54.24421691894531,
838
+ -36.37746810913086,
839
+ -23.685352325439453,
840
+ -33.9517822265625,
841
+ -33.42109298706055
842
+ ],
843
+ [
844
+ -24.732126235961914,
845
+ -10.07029914855957,
846
+ -54.64339828491211,
847
+ -36.4773063659668,
848
+ -23.682329177856445,
849
+ -34.212223052978516,
850
+ -33.55178451538086
851
+ ],
852
+ [
853
+ -24.3509578704834,
854
+ -10.070287704467773,
855
+ -54.56159210205078,
856
+ -36.60988998413086,
857
+ -23.682201385498047,
858
+ -34.409423828125,
859
+ -33.26326370239258
860
+ ],
861
+ [
862
+ -23.759092330932617,
863
+ -10.070272445678711,
864
+ -54.44050216674805,
865
+ -37.09710693359375,
866
+ -23.682085037231445,
867
+ -34.68149948120117,
868
+ -32.9384765625
869
+ ]
870
+ ],
871
+ "q99": [
872
+ [
873
+ 3.203047752380371,
874
+ 3.7505993843078613,
875
+ 8.72464370727539,
876
+ 9.948126792907715,
877
+ 11.195253372192383,
878
+ 5.477096080780029,
879
+ 7.006125450134277
880
+ ],
881
+ [
882
+ 5.7390570640563965,
883
+ 6.635564804077148,
884
+ 16.971813201904297,
885
+ 18.642690658569336,
886
+ 19.90561294555664,
887
+ 10.401065826416016,
888
+ 11.342881202697754
889
+ ],
890
+ [
891
+ 8.532023429870605,
892
+ 8.251216888427734,
893
+ 24.75363540649414,
894
+ 18.472192764282227,
895
+ 19.774227142333984,
896
+ 14.655866622924805,
897
+ 15.70905590057373
898
+ ],
899
+ [
900
+ 10.869905471801758,
901
+ 9.230382919311523,
902
+ 31.436893463134766,
903
+ 19.715234756469727,
904
+ 19.81361961364746,
905
+ 18.759492874145508,
906
+ 20.138126373291016
907
+ ],
908
+ [
909
+ 12.716119766235352,
910
+ 9.484061241149902,
911
+ 37.04032516479492,
912
+ 23.830785751342773,
913
+ 19.81861114501953,
914
+ 21.909305572509766,
915
+ 23.74039649963379
916
+ ],
917
+ [
918
+ 14.470975875854492,
919
+ 9.510160446166992,
920
+ 41.770057678222656,
921
+ 27.173765182495117,
922
+ 20.0618839263916,
923
+ 24.20587921142578,
924
+ 26.801916122436523
925
+ ],
926
+ [
927
+ 16.024580001831055,
928
+ 9.510558128356934,
929
+ 45.34690475463867,
930
+ 30.040668487548828,
931
+ 21.872987747192383,
932
+ 25.943317413330078,
933
+ 28.912029266357422
934
+ ],
935
+ [
936
+ 16.895124435424805,
937
+ 9.513190269470215,
938
+ 47.93039321899414,
939
+ 32.24497985839844,
940
+ 22.715166091918945,
941
+ 27.396934509277344,
942
+ 30.489883422851562
943
+ ],
944
+ [
945
+ 17.761186599731445,
946
+ 9.570911407470703,
947
+ 50.055416107177734,
948
+ 34.065670013427734,
949
+ 23.788578033447266,
950
+ 28.185653686523438,
951
+ 31.546728134155273
952
+ ],
953
+ [
954
+ 18.391948699951172,
955
+ 9.712384223937988,
956
+ 51.48924255371094,
957
+ 35.40724182128906,
958
+ 24.940738677978516,
959
+ 28.75865364074707,
960
+ 32.44330978393555
961
+ ],
962
+ [
963
+ 19.106931686401367,
964
+ 9.978495597839355,
965
+ 52.564918518066406,
966
+ 36.375064849853516,
967
+ 25.661256790161133,
968
+ 29.218664169311523,
969
+ 33.03133010864258
970
+ ],
971
+ [
972
+ 19.62432861328125,
973
+ 10.027887344360352,
974
+ 53.07897186279297,
975
+ 36.976646423339844,
976
+ 26.609840393066406,
977
+ 29.49842071533203,
978
+ 33.33045959472656
979
+ ],
980
+ [
981
+ 19.768310546875,
982
+ 10.027881622314453,
983
+ 53.27336883544922,
984
+ 37.44525909423828,
985
+ 28.005691528320312,
986
+ 29.92152214050293,
987
+ 33.3731803894043
988
+ ],
989
+ [
990
+ 19.806724548339844,
991
+ 10.027848243713379,
992
+ 53.31312942504883,
993
+ 37.71003341674805,
994
+ 29.430599212646484,
995
+ 29.987842559814453,
996
+ 33.3889274597168
997
+ ],
998
+ [
999
+ 20.140544891357422,
1000
+ 10.027847290039062,
1001
+ 53.163578033447266,
1002
+ 37.966617584228516,
1003
+ 30.082942962646484,
1004
+ 30.24797248840332,
1005
+ 33.202571868896484
1006
+ ],
1007
+ [
1008
+ 20.164806365966797,
1009
+ 10.02784538269043,
1010
+ 52.79570770263672,
1011
+ 38.0666389465332,
1012
+ 30.232667922973633,
1013
+ 30.37464714050293,
1014
+ 32.94834899902344
1015
+ ]
1016
+ ]
1017
+ }
1018
+ }
1019
+ }
1020
+ }
checkpoint-3000/experiment_cfg/final_model_config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "Gr00tN1d6",
3
+ "model_dtype": "bfloat16",
4
+ "model_name": "nvidia/Eagle-Block2A-2B-v2",
5
+ "backbone_model_type": "eagle",
6
+ "model_revision": null,
7
+ "tune_top_llm_layers": 4,
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": true,
15
+ "collator_overwrite_image_inputs": false,
16
+ "eagle_collator": true,
17
+ "backbone_trainable_params_fp32": true,
18
+ "apply_sincos_state_encoding": true,
19
+ "use_relative_action": true,
20
+ "max_state_dim": 128,
21
+ "max_action_dim": 128,
22
+ "action_horizon": 50,
23
+ "hidden_size": 1024,
24
+ "input_embedding_dim": 1536,
25
+ "add_pos_embed": true,
26
+ "attn_dropout": 0.2,
27
+ "use_vlln": true,
28
+ "max_seq_len": 1024,
29
+ "use_alternate_vl_dit": true,
30
+ "attend_text_every_n_blocks": 2,
31
+ "diffusion_model_cfg": {
32
+ "attention_head_dim": 48,
33
+ "dropout": 0.2,
34
+ "final_dropout": true,
35
+ "interleave_self_attention": true,
36
+ "norm_type": "ada_norm",
37
+ "num_attention_heads": 32,
38
+ "num_layers": 32,
39
+ "output_dim": 1024,
40
+ "positional_embeddings": null
41
+ },
42
+ "num_inference_timesteps": 4,
43
+ "noise_beta_alpha": 1.5,
44
+ "noise_beta_beta": 1.0,
45
+ "noise_s": 0.999,
46
+ "num_timestep_buckets": 1000,
47
+ "tune_projector": true,
48
+ "tune_diffusion_model": true,
49
+ "tune_vlln": true,
50
+ "state_dropout_prob": 0.0,
51
+ "state_additive_noise_scale": 0.0,
52
+ "max_num_embodiments": 32
53
+ }
checkpoint-3000/experiment_cfg/final_processor_config.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-3000/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-3000/processor_config.json ADDED
@@ -0,0 +1,453 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "processor_class": "Gr00tN1d6Processor",
3
+ "processor_kwargs": {
4
+ "modality_configs": {
5
+ "behavior_r1_pro": {
6
+ "video": {
7
+ "delta_indices": [
8
+ 0
9
+ ],
10
+ "modality_keys": [
11
+ "observation.images.rgb.head_256_256",
12
+ "observation.images.rgb.left_wrist_256_256",
13
+ "observation.images.rgb.right_wrist_256_256"
14
+ ],
15
+ "sin_cos_embedding_keys": null,
16
+ "mean_std_embedding_keys": null,
17
+ "action_configs": null
18
+ },
19
+ "state": {
20
+ "delta_indices": [
21
+ 0
22
+ ],
23
+ "modality_keys": [
24
+ "robot_pos",
25
+ "robot_ori_cos",
26
+ "robot_ori_sin",
27
+ "robot_2d_ori",
28
+ "robot_2d_ori_cos",
29
+ "robot_2d_ori_sin",
30
+ "robot_lin_vel",
31
+ "robot_ang_vel",
32
+ "arm_left_qpos",
33
+ "arm_left_qpos_sin",
34
+ "arm_left_qpos_cos",
35
+ "eef_left_pos",
36
+ "eef_left_quat",
37
+ "gripper_left_qpos",
38
+ "arm_right_qpos",
39
+ "arm_right_qpos_sin",
40
+ "arm_right_qpos_cos",
41
+ "eef_right_pos",
42
+ "eef_right_quat",
43
+ "gripper_right_qpos",
44
+ "trunk_qpos"
45
+ ],
46
+ "sin_cos_embedding_keys": null,
47
+ "mean_std_embedding_keys": null,
48
+ "action_configs": null
49
+ },
50
+ "action": {
51
+ "delta_indices": [
52
+ 0,
53
+ 1,
54
+ 2,
55
+ 3,
56
+ 4,
57
+ 5,
58
+ 6,
59
+ 7,
60
+ 8,
61
+ 9,
62
+ 10,
63
+ 11,
64
+ 12,
65
+ 13,
66
+ 14,
67
+ 15,
68
+ 16,
69
+ 17,
70
+ 18,
71
+ 19,
72
+ 20,
73
+ 21,
74
+ 22,
75
+ 23,
76
+ 24,
77
+ 25,
78
+ 26,
79
+ 27,
80
+ 28,
81
+ 29,
82
+ 30,
83
+ 31
84
+ ],
85
+ "modality_keys": [
86
+ "base",
87
+ "torso",
88
+ "left_arm",
89
+ "left_gripper",
90
+ "right_arm",
91
+ "right_gripper"
92
+ ],
93
+ "sin_cos_embedding_keys": null,
94
+ "mean_std_embedding_keys": null,
95
+ "action_configs": [
96
+ {
97
+ "rep": "ABSOLUTE",
98
+ "type": "NON_EEF",
99
+ "format": "DEFAULT",
100
+ "state_key": null
101
+ },
102
+ {
103
+ "rep": "RELATIVE",
104
+ "type": "NON_EEF",
105
+ "format": "DEFAULT",
106
+ "state_key": "trunk_qpos"
107
+ },
108
+ {
109
+ "rep": "RELATIVE",
110
+ "type": "NON_EEF",
111
+ "format": "DEFAULT",
112
+ "state_key": "arm_left_qpos"
113
+ },
114
+ {
115
+ "rep": "ABSOLUTE",
116
+ "type": "NON_EEF",
117
+ "format": "DEFAULT",
118
+ "state_key": null
119
+ },
120
+ {
121
+ "rep": "RELATIVE",
122
+ "type": "NON_EEF",
123
+ "format": "DEFAULT",
124
+ "state_key": "arm_right_qpos"
125
+ },
126
+ {
127
+ "rep": "ABSOLUTE",
128
+ "type": "NON_EEF",
129
+ "format": "DEFAULT",
130
+ "state_key": null
131
+ }
132
+ ]
133
+ },
134
+ "language": {
135
+ "delta_indices": [
136
+ 0
137
+ ],
138
+ "modality_keys": [
139
+ "annotation.human.coarse_action"
140
+ ],
141
+ "sin_cos_embedding_keys": null,
142
+ "mean_std_embedding_keys": null,
143
+ "action_configs": null
144
+ }
145
+ },
146
+ "gr1": {
147
+ "video": {
148
+ "delta_indices": [
149
+ 0
150
+ ],
151
+ "modality_keys": [
152
+ "ego_view_bg_crop_pad_res256_freq20"
153
+ ],
154
+ "sin_cos_embedding_keys": null,
155
+ "mean_std_embedding_keys": null,
156
+ "action_configs": null
157
+ },
158
+ "state": {
159
+ "delta_indices": [
160
+ 0
161
+ ],
162
+ "modality_keys": [
163
+ "left_arm",
164
+ "right_arm",
165
+ "left_hand",
166
+ "right_hand",
167
+ "waist"
168
+ ],
169
+ "sin_cos_embedding_keys": [
170
+ "left_arm",
171
+ "right_arm",
172
+ "left_hand",
173
+ "right_hand",
174
+ "waist"
175
+ ],
176
+ "mean_std_embedding_keys": null,
177
+ "action_configs": null
178
+ },
179
+ "action": {
180
+ "delta_indices": [
181
+ 0,
182
+ 1,
183
+ 2,
184
+ 3,
185
+ 4,
186
+ 5,
187
+ 6,
188
+ 7,
189
+ 8,
190
+ 9,
191
+ 10,
192
+ 11,
193
+ 12,
194
+ 13,
195
+ 14,
196
+ 15
197
+ ],
198
+ "modality_keys": [
199
+ "left_arm",
200
+ "right_arm",
201
+ "left_hand",
202
+ "right_hand",
203
+ "waist"
204
+ ],
205
+ "sin_cos_embedding_keys": null,
206
+ "mean_std_embedding_keys": null,
207
+ "action_configs": [
208
+ {
209
+ "rep": "RELATIVE",
210
+ "type": "NON_EEF",
211
+ "format": "DEFAULT",
212
+ "state_key": null
213
+ },
214
+ {
215
+ "rep": "RELATIVE",
216
+ "type": "NON_EEF",
217
+ "format": "DEFAULT",
218
+ "state_key": null
219
+ },
220
+ {
221
+ "rep": "RELATIVE",
222
+ "type": "NON_EEF",
223
+ "format": "DEFAULT",
224
+ "state_key": null
225
+ },
226
+ {
227
+ "rep": "RELATIVE",
228
+ "type": "NON_EEF",
229
+ "format": "DEFAULT",
230
+ "state_key": null
231
+ },
232
+ {
233
+ "rep": "ABSOLUTE",
234
+ "type": "NON_EEF",
235
+ "format": "DEFAULT",
236
+ "state_key": null
237
+ }
238
+ ]
239
+ },
240
+ "language": {
241
+ "delta_indices": [
242
+ 0
243
+ ],
244
+ "modality_keys": [
245
+ "task"
246
+ ],
247
+ "sin_cos_embedding_keys": null,
248
+ "mean_std_embedding_keys": null,
249
+ "action_configs": null
250
+ }
251
+ },
252
+ "robocasa_panda_omron": {
253
+ "video": {
254
+ "delta_indices": [
255
+ 0
256
+ ],
257
+ "modality_keys": [
258
+ "res256_image_side_0",
259
+ "res256_image_side_1",
260
+ "res256_image_wrist_0"
261
+ ],
262
+ "sin_cos_embedding_keys": null,
263
+ "mean_std_embedding_keys": null,
264
+ "action_configs": null
265
+ },
266
+ "state": {
267
+ "delta_indices": [
268
+ 0
269
+ ],
270
+ "modality_keys": [
271
+ "end_effector_position_relative",
272
+ "end_effector_rotation_relative",
273
+ "gripper_qpos",
274
+ "base_position",
275
+ "base_rotation"
276
+ ],
277
+ "sin_cos_embedding_keys": null,
278
+ "mean_std_embedding_keys": null,
279
+ "action_configs": null
280
+ },
281
+ "action": {
282
+ "delta_indices": [
283
+ 0,
284
+ 1,
285
+ 2,
286
+ 3,
287
+ 4,
288
+ 5,
289
+ 6,
290
+ 7,
291
+ 8,
292
+ 9,
293
+ 10,
294
+ 11,
295
+ 12,
296
+ 13,
297
+ 14,
298
+ 15
299
+ ],
300
+ "modality_keys": [
301
+ "end_effector_position",
302
+ "end_effector_rotation",
303
+ "gripper_close",
304
+ "base_motion",
305
+ "control_mode"
306
+ ],
307
+ "sin_cos_embedding_keys": null,
308
+ "mean_std_embedding_keys": null,
309
+ "action_configs": [
310
+ {
311
+ "rep": "ABSOLUTE",
312
+ "type": "NON_EEF",
313
+ "format": "DEFAULT",
314
+ "state_key": null
315
+ },
316
+ {
317
+ "rep": "ABSOLUTE",
318
+ "type": "NON_EEF",
319
+ "format": "DEFAULT",
320
+ "state_key": null
321
+ },
322
+ {
323
+ "rep": "ABSOLUTE",
324
+ "type": "NON_EEF",
325
+ "format": "DEFAULT",
326
+ "state_key": null
327
+ },
328
+ {
329
+ "rep": "ABSOLUTE",
330
+ "type": "NON_EEF",
331
+ "format": "DEFAULT",
332
+ "state_key": null
333
+ },
334
+ {
335
+ "rep": "ABSOLUTE",
336
+ "type": "NON_EEF",
337
+ "format": "DEFAULT",
338
+ "state_key": null
339
+ }
340
+ ]
341
+ },
342
+ "language": {
343
+ "delta_indices": [
344
+ 0
345
+ ],
346
+ "modality_keys": [
347
+ "annotation.human.action.task_description"
348
+ ],
349
+ "sin_cos_embedding_keys": null,
350
+ "mean_std_embedding_keys": null,
351
+ "action_configs": null
352
+ }
353
+ },
354
+ "reachy2": {
355
+ "video": {
356
+ "delta_indices": [
357
+ 0
358
+ ],
359
+ "modality_keys": [
360
+ "front_cam"
361
+ ],
362
+ "sin_cos_embedding_keys": null,
363
+ "mean_std_embedding_keys": null,
364
+ "action_configs": null
365
+ },
366
+ "state": {
367
+ "delta_indices": [
368
+ 0
369
+ ],
370
+ "modality_keys": [
371
+ "arm_joints"
372
+ ],
373
+ "sin_cos_embedding_keys": null,
374
+ "mean_std_embedding_keys": null,
375
+ "action_configs": null
376
+ },
377
+ "action": {
378
+ "delta_indices": [
379
+ 0,
380
+ 1,
381
+ 2,
382
+ 3,
383
+ 4,
384
+ 5,
385
+ 6,
386
+ 7,
387
+ 8,
388
+ 9,
389
+ 10,
390
+ 11,
391
+ 12,
392
+ 13,
393
+ 14,
394
+ 15
395
+ ],
396
+ "modality_keys": [
397
+ "arm_joints",
398
+ "gripper"
399
+ ],
400
+ "sin_cos_embedding_keys": null,
401
+ "mean_std_embedding_keys": null,
402
+ "action_configs": [
403
+ {
404
+ "rep": "RELATIVE",
405
+ "type": "NON_EEF",
406
+ "format": "DEFAULT",
407
+ "state_key": "arm_joints"
408
+ },
409
+ {
410
+ "rep": "ABSOLUTE",
411
+ "type": "NON_EEF",
412
+ "format": "DEFAULT",
413
+ "state_key": null
414
+ }
415
+ ]
416
+ },
417
+ "language": {
418
+ "delta_indices": [
419
+ 0
420
+ ],
421
+ "modality_keys": [
422
+ "annotation.human.task_description"
423
+ ],
424
+ "sin_cos_embedding_keys": null,
425
+ "mean_std_embedding_keys": null,
426
+ "action_configs": null
427
+ }
428
+ }
429
+ },
430
+ "image_crop_size": null,
431
+ "image_target_size": null,
432
+ "use_albumentations": true,
433
+ "random_rotation_angle": null,
434
+ "color_jitter_params": {
435
+ "brightness": 0.3,
436
+ "contrast": 0.4,
437
+ "saturation": 0.5,
438
+ "hue": 0.08
439
+ },
440
+ "shortest_image_edge": 256,
441
+ "crop_fraction": 0.95,
442
+ "model_name": "nvidia/Eagle-Block2A-2B-v2",
443
+ "model_type": "eagle",
444
+ "formalize_language": true,
445
+ "max_state_dim": 128,
446
+ "max_action_dim": 128,
447
+ "max_action_horizon": 50,
448
+ "use_percentiles": false,
449
+ "clip_outliers": true,
450
+ "apply_sincos_state_encoding": true,
451
+ "use_relative_action": true
452
+ }
453
+ }
checkpoint-3000/statistics.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-3000/trainer_state.json ADDED
@@ -0,0 +1,1834 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.1,
6
+ "eval_steps": 500,
7
+ "global_step": 3000,
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": 1.3009417057037354,
14
+ "learning_rate": 6.000000000000001e-07,
15
+ "loss": 1.1749,
16
+ "step": 10
17
+ },
18
+ {
19
+ "grad_norm": 1.2199763059616089,
20
+ "learning_rate": 1.2666666666666667e-06,
21
+ "loss": 1.1792,
22
+ "step": 20
23
+ },
24
+ {
25
+ "grad_norm": 1.2334861755371094,
26
+ "learning_rate": 1.9333333333333336e-06,
27
+ "loss": 1.1634,
28
+ "step": 30
29
+ },
30
+ {
31
+ "grad_norm": 0.49021822214126587,
32
+ "learning_rate": 2.6e-06,
33
+ "loss": 1.1531,
34
+ "step": 40
35
+ },
36
+ {
37
+ "grad_norm": 0.5607965588569641,
38
+ "learning_rate": 3.2666666666666666e-06,
39
+ "loss": 1.1421,
40
+ "step": 50
41
+ },
42
+ {
43
+ "grad_norm": 0.5553359389305115,
44
+ "learning_rate": 3.9333333333333335e-06,
45
+ "loss": 1.1477,
46
+ "step": 60
47
+ },
48
+ {
49
+ "grad_norm": 0.46306923031806946,
50
+ "learning_rate": 4.6e-06,
51
+ "loss": 1.1444,
52
+ "step": 70
53
+ },
54
+ {
55
+ "grad_norm": 0.37802454829216003,
56
+ "learning_rate": 5.266666666666667e-06,
57
+ "loss": 1.141,
58
+ "step": 80
59
+ },
60
+ {
61
+ "grad_norm": 0.30536743998527527,
62
+ "learning_rate": 5.933333333333334e-06,
63
+ "loss": 1.1446,
64
+ "step": 90
65
+ },
66
+ {
67
+ "grad_norm": 0.30887874960899353,
68
+ "learning_rate": 6.6e-06,
69
+ "loss": 1.1291,
70
+ "step": 100
71
+ },
72
+ {
73
+ "grad_norm": 0.3307710289955139,
74
+ "learning_rate": 7.266666666666668e-06,
75
+ "loss": 1.1313,
76
+ "step": 110
77
+ },
78
+ {
79
+ "grad_norm": 0.41364726424217224,
80
+ "learning_rate": 7.933333333333334e-06,
81
+ "loss": 1.1059,
82
+ "step": 120
83
+ },
84
+ {
85
+ "grad_norm": 0.6503350734710693,
86
+ "learning_rate": 8.599999999999999e-06,
87
+ "loss": 1.092,
88
+ "step": 130
89
+ },
90
+ {
91
+ "grad_norm": 0.4717787802219391,
92
+ "learning_rate": 9.266666666666667e-06,
93
+ "loss": 1.0759,
94
+ "step": 140
95
+ },
96
+ {
97
+ "grad_norm": 0.4680929481983185,
98
+ "learning_rate": 9.933333333333334e-06,
99
+ "loss": 1.0662,
100
+ "step": 150
101
+ },
102
+ {
103
+ "grad_norm": 0.5255718231201172,
104
+ "learning_rate": 1.06e-05,
105
+ "loss": 1.0681,
106
+ "step": 160
107
+ },
108
+ {
109
+ "grad_norm": 0.5515910983085632,
110
+ "learning_rate": 1.1266666666666667e-05,
111
+ "loss": 1.0722,
112
+ "step": 170
113
+ },
114
+ {
115
+ "grad_norm": 0.48872169852256775,
116
+ "learning_rate": 1.1933333333333333e-05,
117
+ "loss": 1.0508,
118
+ "step": 180
119
+ },
120
+ {
121
+ "grad_norm": 0.684299111366272,
122
+ "learning_rate": 1.2600000000000001e-05,
123
+ "loss": 1.0376,
124
+ "step": 190
125
+ },
126
+ {
127
+ "grad_norm": 1.1723419427871704,
128
+ "learning_rate": 1.3266666666666666e-05,
129
+ "loss": 1.0092,
130
+ "step": 200
131
+ },
132
+ {
133
+ "grad_norm": 1.824255347251892,
134
+ "learning_rate": 1.3933333333333334e-05,
135
+ "loss": 0.9294,
136
+ "step": 210
137
+ },
138
+ {
139
+ "grad_norm": 1.4841794967651367,
140
+ "learning_rate": 1.4599999999999999e-05,
141
+ "loss": 0.8456,
142
+ "step": 220
143
+ },
144
+ {
145
+ "grad_norm": 2.235757350921631,
146
+ "learning_rate": 1.5266666666666667e-05,
147
+ "loss": 0.7766,
148
+ "step": 230
149
+ },
150
+ {
151
+ "grad_norm": 2.0225579738616943,
152
+ "learning_rate": 1.5933333333333332e-05,
153
+ "loss": 0.7053,
154
+ "step": 240
155
+ },
156
+ {
157
+ "grad_norm": 2.08072829246521,
158
+ "learning_rate": 1.66e-05,
159
+ "loss": 0.6041,
160
+ "step": 250
161
+ },
162
+ {
163
+ "grad_norm": 1.6011135578155518,
164
+ "learning_rate": 1.726666666666667e-05,
165
+ "loss": 0.5229,
166
+ "step": 260
167
+ },
168
+ {
169
+ "grad_norm": 2.2321128845214844,
170
+ "learning_rate": 1.7933333333333337e-05,
171
+ "loss": 0.4281,
172
+ "step": 270
173
+ },
174
+ {
175
+ "grad_norm": 2.5934298038482666,
176
+ "learning_rate": 1.86e-05,
177
+ "loss": 0.3515,
178
+ "step": 280
179
+ },
180
+ {
181
+ "grad_norm": 1.9225094318389893,
182
+ "learning_rate": 1.926666666666667e-05,
183
+ "loss": 0.2963,
184
+ "step": 290
185
+ },
186
+ {
187
+ "grad_norm": 2.2619729042053223,
188
+ "learning_rate": 1.9933333333333334e-05,
189
+ "loss": 0.2743,
190
+ "step": 300
191
+ },
192
+ {
193
+ "grad_norm": 1.548316478729248,
194
+ "learning_rate": 2.06e-05,
195
+ "loss": 0.253,
196
+ "step": 310
197
+ },
198
+ {
199
+ "grad_norm": 2.221480369567871,
200
+ "learning_rate": 2.1266666666666667e-05,
201
+ "loss": 0.2073,
202
+ "step": 320
203
+ },
204
+ {
205
+ "grad_norm": 1.8750739097595215,
206
+ "learning_rate": 2.1933333333333332e-05,
207
+ "loss": 0.2117,
208
+ "step": 330
209
+ },
210
+ {
211
+ "grad_norm": 2.543257236480713,
212
+ "learning_rate": 2.26e-05,
213
+ "loss": 0.2149,
214
+ "step": 340
215
+ },
216
+ {
217
+ "grad_norm": 2.042208433151245,
218
+ "learning_rate": 2.326666666666667e-05,
219
+ "loss": 0.1861,
220
+ "step": 350
221
+ },
222
+ {
223
+ "grad_norm": 2.3000669479370117,
224
+ "learning_rate": 2.3933333333333337e-05,
225
+ "loss": 0.1862,
226
+ "step": 360
227
+ },
228
+ {
229
+ "grad_norm": 1.547419786453247,
230
+ "learning_rate": 2.46e-05,
231
+ "loss": 0.1628,
232
+ "step": 370
233
+ },
234
+ {
235
+ "grad_norm": 2.104421615600586,
236
+ "learning_rate": 2.5266666666666666e-05,
237
+ "loss": 0.161,
238
+ "step": 380
239
+ },
240
+ {
241
+ "grad_norm": 1.269059181213379,
242
+ "learning_rate": 2.5933333333333338e-05,
243
+ "loss": 0.1528,
244
+ "step": 390
245
+ },
246
+ {
247
+ "grad_norm": 1.5469577312469482,
248
+ "learning_rate": 2.6600000000000003e-05,
249
+ "loss": 0.1441,
250
+ "step": 400
251
+ },
252
+ {
253
+ "grad_norm": 1.4905346632003784,
254
+ "learning_rate": 2.7266666666666668e-05,
255
+ "loss": 0.1473,
256
+ "step": 410
257
+ },
258
+ {
259
+ "grad_norm": 1.8448561429977417,
260
+ "learning_rate": 2.7933333333333332e-05,
261
+ "loss": 0.1371,
262
+ "step": 420
263
+ },
264
+ {
265
+ "grad_norm": 1.6076915264129639,
266
+ "learning_rate": 2.86e-05,
267
+ "loss": 0.1409,
268
+ "step": 430
269
+ },
270
+ {
271
+ "grad_norm": 1.9364864826202393,
272
+ "learning_rate": 2.926666666666667e-05,
273
+ "loss": 0.1318,
274
+ "step": 440
275
+ },
276
+ {
277
+ "grad_norm": 1.8688479661941528,
278
+ "learning_rate": 2.9933333333333337e-05,
279
+ "loss": 0.1294,
280
+ "step": 450
281
+ },
282
+ {
283
+ "grad_norm": 1.5966501235961914,
284
+ "learning_rate": 3.06e-05,
285
+ "loss": 0.1204,
286
+ "step": 460
287
+ },
288
+ {
289
+ "grad_norm": 1.4227409362792969,
290
+ "learning_rate": 3.126666666666666e-05,
291
+ "loss": 0.1104,
292
+ "step": 470
293
+ },
294
+ {
295
+ "grad_norm": 1.5022822618484497,
296
+ "learning_rate": 3.1933333333333335e-05,
297
+ "loss": 0.1155,
298
+ "step": 480
299
+ },
300
+ {
301
+ "grad_norm": 1.629330039024353,
302
+ "learning_rate": 3.26e-05,
303
+ "loss": 0.1186,
304
+ "step": 490
305
+ },
306
+ {
307
+ "grad_norm": 1.404849648475647,
308
+ "learning_rate": 3.326666666666667e-05,
309
+ "loss": 0.1172,
310
+ "step": 500
311
+ },
312
+ {
313
+ "grad_norm": 1.5502809286117554,
314
+ "learning_rate": 3.3933333333333336e-05,
315
+ "loss": 0.1093,
316
+ "step": 510
317
+ },
318
+ {
319
+ "grad_norm": 1.4023650884628296,
320
+ "learning_rate": 3.46e-05,
321
+ "loss": 0.111,
322
+ "step": 520
323
+ },
324
+ {
325
+ "grad_norm": 1.4860507249832153,
326
+ "learning_rate": 3.526666666666667e-05,
327
+ "loss": 0.1104,
328
+ "step": 530
329
+ },
330
+ {
331
+ "grad_norm": 1.537412405014038,
332
+ "learning_rate": 3.593333333333334e-05,
333
+ "loss": 0.1084,
334
+ "step": 540
335
+ },
336
+ {
337
+ "grad_norm": 1.4830931425094604,
338
+ "learning_rate": 3.66e-05,
339
+ "loss": 0.0916,
340
+ "step": 550
341
+ },
342
+ {
343
+ "grad_norm": 1.4352984428405762,
344
+ "learning_rate": 3.726666666666667e-05,
345
+ "loss": 0.104,
346
+ "step": 560
347
+ },
348
+ {
349
+ "grad_norm": 1.3771204948425293,
350
+ "learning_rate": 3.793333333333334e-05,
351
+ "loss": 0.1079,
352
+ "step": 570
353
+ },
354
+ {
355
+ "grad_norm": 1.2277265787124634,
356
+ "learning_rate": 3.86e-05,
357
+ "loss": 0.1036,
358
+ "step": 580
359
+ },
360
+ {
361
+ "grad_norm": 1.1596946716308594,
362
+ "learning_rate": 3.926666666666667e-05,
363
+ "loss": 0.0972,
364
+ "step": 590
365
+ },
366
+ {
367
+ "grad_norm": 1.66548752784729,
368
+ "learning_rate": 3.993333333333333e-05,
369
+ "loss": 0.1048,
370
+ "step": 600
371
+ },
372
+ {
373
+ "grad_norm": 1.2037672996520996,
374
+ "learning_rate": 4.0600000000000004e-05,
375
+ "loss": 0.0939,
376
+ "step": 610
377
+ },
378
+ {
379
+ "grad_norm": 1.3335858583450317,
380
+ "learning_rate": 4.126666666666667e-05,
381
+ "loss": 0.0933,
382
+ "step": 620
383
+ },
384
+ {
385
+ "grad_norm": 1.2477325201034546,
386
+ "learning_rate": 4.1933333333333334e-05,
387
+ "loss": 0.0955,
388
+ "step": 630
389
+ },
390
+ {
391
+ "grad_norm": 1.316272497177124,
392
+ "learning_rate": 4.26e-05,
393
+ "loss": 0.0999,
394
+ "step": 640
395
+ },
396
+ {
397
+ "grad_norm": 0.7914609313011169,
398
+ "learning_rate": 4.3266666666666664e-05,
399
+ "loss": 0.1001,
400
+ "step": 650
401
+ },
402
+ {
403
+ "grad_norm": 0.918965756893158,
404
+ "learning_rate": 4.3933333333333335e-05,
405
+ "loss": 0.0919,
406
+ "step": 660
407
+ },
408
+ {
409
+ "grad_norm": 1.0262644290924072,
410
+ "learning_rate": 4.46e-05,
411
+ "loss": 0.084,
412
+ "step": 670
413
+ },
414
+ {
415
+ "grad_norm": 1.2336540222167969,
416
+ "learning_rate": 4.526666666666667e-05,
417
+ "loss": 0.0854,
418
+ "step": 680
419
+ },
420
+ {
421
+ "grad_norm": 0.9136370420455933,
422
+ "learning_rate": 4.5933333333333336e-05,
423
+ "loss": 0.0812,
424
+ "step": 690
425
+ },
426
+ {
427
+ "grad_norm": 1.1595962047576904,
428
+ "learning_rate": 4.660000000000001e-05,
429
+ "loss": 0.083,
430
+ "step": 700
431
+ },
432
+ {
433
+ "grad_norm": 1.0120071172714233,
434
+ "learning_rate": 4.726666666666667e-05,
435
+ "loss": 0.0828,
436
+ "step": 710
437
+ },
438
+ {
439
+ "grad_norm": 0.8206706643104553,
440
+ "learning_rate": 4.793333333333334e-05,
441
+ "loss": 0.0829,
442
+ "step": 720
443
+ },
444
+ {
445
+ "grad_norm": 0.9440912008285522,
446
+ "learning_rate": 4.86e-05,
447
+ "loss": 0.0848,
448
+ "step": 730
449
+ },
450
+ {
451
+ "grad_norm": 0.8843382596969604,
452
+ "learning_rate": 4.926666666666667e-05,
453
+ "loss": 0.0893,
454
+ "step": 740
455
+ },
456
+ {
457
+ "grad_norm": 1.190615177154541,
458
+ "learning_rate": 4.993333333333334e-05,
459
+ "loss": 0.0866,
460
+ "step": 750
461
+ },
462
+ {
463
+ "grad_norm": 0.9545953869819641,
464
+ "learning_rate": 5.0600000000000003e-05,
465
+ "loss": 0.0851,
466
+ "step": 760
467
+ },
468
+ {
469
+ "grad_norm": 1.1350778341293335,
470
+ "learning_rate": 5.1266666666666675e-05,
471
+ "loss": 0.0906,
472
+ "step": 770
473
+ },
474
+ {
475
+ "grad_norm": 0.9359301924705505,
476
+ "learning_rate": 5.193333333333333e-05,
477
+ "loss": 0.0807,
478
+ "step": 780
479
+ },
480
+ {
481
+ "grad_norm": 0.884219765663147,
482
+ "learning_rate": 5.2600000000000005e-05,
483
+ "loss": 0.0775,
484
+ "step": 790
485
+ },
486
+ {
487
+ "grad_norm": 1.1784193515777588,
488
+ "learning_rate": 5.326666666666666e-05,
489
+ "loss": 0.081,
490
+ "step": 800
491
+ },
492
+ {
493
+ "grad_norm": 1.332310438156128,
494
+ "learning_rate": 5.3933333333333334e-05,
495
+ "loss": 0.0772,
496
+ "step": 810
497
+ },
498
+ {
499
+ "grad_norm": 1.1053208112716675,
500
+ "learning_rate": 5.4600000000000006e-05,
501
+ "loss": 0.0773,
502
+ "step": 820
503
+ },
504
+ {
505
+ "grad_norm": 0.779946506023407,
506
+ "learning_rate": 5.5266666666666664e-05,
507
+ "loss": 0.0757,
508
+ "step": 830
509
+ },
510
+ {
511
+ "grad_norm": 0.8009672164916992,
512
+ "learning_rate": 5.5933333333333335e-05,
513
+ "loss": 0.0784,
514
+ "step": 840
515
+ },
516
+ {
517
+ "grad_norm": 1.1611248254776,
518
+ "learning_rate": 5.66e-05,
519
+ "loss": 0.0756,
520
+ "step": 850
521
+ },
522
+ {
523
+ "grad_norm": 0.9510448575019836,
524
+ "learning_rate": 5.726666666666667e-05,
525
+ "loss": 0.0793,
526
+ "step": 860
527
+ },
528
+ {
529
+ "grad_norm": 0.7078857421875,
530
+ "learning_rate": 5.7933333333333337e-05,
531
+ "loss": 0.0724,
532
+ "step": 870
533
+ },
534
+ {
535
+ "grad_norm": 1.2287640571594238,
536
+ "learning_rate": 5.86e-05,
537
+ "loss": 0.0745,
538
+ "step": 880
539
+ },
540
+ {
541
+ "grad_norm": 0.8060562014579773,
542
+ "learning_rate": 5.926666666666667e-05,
543
+ "loss": 0.0723,
544
+ "step": 890
545
+ },
546
+ {
547
+ "grad_norm": 0.6258071660995483,
548
+ "learning_rate": 5.9933333333333345e-05,
549
+ "loss": 0.0752,
550
+ "step": 900
551
+ },
552
+ {
553
+ "grad_norm": 0.5880326628684998,
554
+ "learning_rate": 6.06e-05,
555
+ "loss": 0.0688,
556
+ "step": 910
557
+ },
558
+ {
559
+ "grad_norm": 0.82889723777771,
560
+ "learning_rate": 6.126666666666667e-05,
561
+ "loss": 0.0704,
562
+ "step": 920
563
+ },
564
+ {
565
+ "grad_norm": 0.964141845703125,
566
+ "learning_rate": 6.193333333333333e-05,
567
+ "loss": 0.0734,
568
+ "step": 930
569
+ },
570
+ {
571
+ "grad_norm": 0.6693416237831116,
572
+ "learning_rate": 6.26e-05,
573
+ "loss": 0.0703,
574
+ "step": 940
575
+ },
576
+ {
577
+ "grad_norm": 0.7100448608398438,
578
+ "learning_rate": 6.326666666666667e-05,
579
+ "loss": 0.0731,
580
+ "step": 950
581
+ },
582
+ {
583
+ "grad_norm": 0.6688232421875,
584
+ "learning_rate": 6.393333333333333e-05,
585
+ "loss": 0.0689,
586
+ "step": 960
587
+ },
588
+ {
589
+ "grad_norm": 1.0207332372665405,
590
+ "learning_rate": 6.460000000000001e-05,
591
+ "loss": 0.0701,
592
+ "step": 970
593
+ },
594
+ {
595
+ "grad_norm": 0.649103045463562,
596
+ "learning_rate": 6.526666666666666e-05,
597
+ "loss": 0.0679,
598
+ "step": 980
599
+ },
600
+ {
601
+ "grad_norm": 0.8316885232925415,
602
+ "learning_rate": 6.593333333333334e-05,
603
+ "loss": 0.0755,
604
+ "step": 990
605
+ },
606
+ {
607
+ "grad_norm": 0.5805196762084961,
608
+ "learning_rate": 6.66e-05,
609
+ "loss": 0.0623,
610
+ "step": 1000
611
+ },
612
+ {
613
+ "grad_norm": 0.6480134129524231,
614
+ "learning_rate": 6.726666666666667e-05,
615
+ "loss": 0.0626,
616
+ "step": 1010
617
+ },
618
+ {
619
+ "grad_norm": 0.8561599850654602,
620
+ "learning_rate": 6.793333333333334e-05,
621
+ "loss": 0.0704,
622
+ "step": 1020
623
+ },
624
+ {
625
+ "grad_norm": 0.5639697313308716,
626
+ "learning_rate": 6.860000000000001e-05,
627
+ "loss": 0.0622,
628
+ "step": 1030
629
+ },
630
+ {
631
+ "grad_norm": 0.5264688730239868,
632
+ "learning_rate": 6.926666666666667e-05,
633
+ "loss": 0.0576,
634
+ "step": 1040
635
+ },
636
+ {
637
+ "grad_norm": 0.6329230666160583,
638
+ "learning_rate": 6.993333333333334e-05,
639
+ "loss": 0.0591,
640
+ "step": 1050
641
+ },
642
+ {
643
+ "grad_norm": 0.5251981019973755,
644
+ "learning_rate": 7.06e-05,
645
+ "loss": 0.0569,
646
+ "step": 1060
647
+ },
648
+ {
649
+ "grad_norm": 0.80583655834198,
650
+ "learning_rate": 7.126666666666667e-05,
651
+ "loss": 0.0619,
652
+ "step": 1070
653
+ },
654
+ {
655
+ "grad_norm": 0.7077835202217102,
656
+ "learning_rate": 7.193333333333334e-05,
657
+ "loss": 0.0638,
658
+ "step": 1080
659
+ },
660
+ {
661
+ "grad_norm": 0.6568991541862488,
662
+ "learning_rate": 7.26e-05,
663
+ "loss": 0.0635,
664
+ "step": 1090
665
+ },
666
+ {
667
+ "grad_norm": 0.6936503648757935,
668
+ "learning_rate": 7.326666666666667e-05,
669
+ "loss": 0.0586,
670
+ "step": 1100
671
+ },
672
+ {
673
+ "grad_norm": 0.8385834693908691,
674
+ "learning_rate": 7.393333333333333e-05,
675
+ "loss": 0.0563,
676
+ "step": 1110
677
+ },
678
+ {
679
+ "grad_norm": 0.6665258407592773,
680
+ "learning_rate": 7.46e-05,
681
+ "loss": 0.0598,
682
+ "step": 1120
683
+ },
684
+ {
685
+ "grad_norm": 0.7633928060531616,
686
+ "learning_rate": 7.526666666666668e-05,
687
+ "loss": 0.0682,
688
+ "step": 1130
689
+ },
690
+ {
691
+ "grad_norm": 0.6557093858718872,
692
+ "learning_rate": 7.593333333333334e-05,
693
+ "loss": 0.0622,
694
+ "step": 1140
695
+ },
696
+ {
697
+ "grad_norm": 0.7676181793212891,
698
+ "learning_rate": 7.66e-05,
699
+ "loss": 0.0554,
700
+ "step": 1150
701
+ },
702
+ {
703
+ "grad_norm": 0.49698543548583984,
704
+ "learning_rate": 7.726666666666667e-05,
705
+ "loss": 0.0619,
706
+ "step": 1160
707
+ },
708
+ {
709
+ "grad_norm": 0.658534824848175,
710
+ "learning_rate": 7.793333333333333e-05,
711
+ "loss": 0.0628,
712
+ "step": 1170
713
+ },
714
+ {
715
+ "grad_norm": 0.7802417874336243,
716
+ "learning_rate": 7.860000000000001e-05,
717
+ "loss": 0.0606,
718
+ "step": 1180
719
+ },
720
+ {
721
+ "grad_norm": 0.7362853288650513,
722
+ "learning_rate": 7.926666666666666e-05,
723
+ "loss": 0.057,
724
+ "step": 1190
725
+ },
726
+ {
727
+ "grad_norm": 0.7263256311416626,
728
+ "learning_rate": 7.993333333333334e-05,
729
+ "loss": 0.0658,
730
+ "step": 1200
731
+ },
732
+ {
733
+ "grad_norm": 0.605475902557373,
734
+ "learning_rate": 8.060000000000001e-05,
735
+ "loss": 0.0585,
736
+ "step": 1210
737
+ },
738
+ {
739
+ "grad_norm": 0.6713262796401978,
740
+ "learning_rate": 8.126666666666667e-05,
741
+ "loss": 0.0613,
742
+ "step": 1220
743
+ },
744
+ {
745
+ "grad_norm": 0.9524453282356262,
746
+ "learning_rate": 8.193333333333334e-05,
747
+ "loss": 0.0623,
748
+ "step": 1230
749
+ },
750
+ {
751
+ "grad_norm": 0.7799460887908936,
752
+ "learning_rate": 8.26e-05,
753
+ "loss": 0.0637,
754
+ "step": 1240
755
+ },
756
+ {
757
+ "grad_norm": 0.5529918670654297,
758
+ "learning_rate": 8.326666666666667e-05,
759
+ "loss": 0.0582,
760
+ "step": 1250
761
+ },
762
+ {
763
+ "grad_norm": 0.48169708251953125,
764
+ "learning_rate": 8.393333333333335e-05,
765
+ "loss": 0.0613,
766
+ "step": 1260
767
+ },
768
+ {
769
+ "grad_norm": 0.4488230049610138,
770
+ "learning_rate": 8.46e-05,
771
+ "loss": 0.0533,
772
+ "step": 1270
773
+ },
774
+ {
775
+ "grad_norm": 0.43133044242858887,
776
+ "learning_rate": 8.526666666666667e-05,
777
+ "loss": 0.0619,
778
+ "step": 1280
779
+ },
780
+ {
781
+ "grad_norm": 0.6242606043815613,
782
+ "learning_rate": 8.593333333333333e-05,
783
+ "loss": 0.056,
784
+ "step": 1290
785
+ },
786
+ {
787
+ "grad_norm": 0.48737120628356934,
788
+ "learning_rate": 8.66e-05,
789
+ "loss": 0.056,
790
+ "step": 1300
791
+ },
792
+ {
793
+ "grad_norm": 0.47289788722991943,
794
+ "learning_rate": 8.726666666666667e-05,
795
+ "loss": 0.0547,
796
+ "step": 1310
797
+ },
798
+ {
799
+ "grad_norm": 0.8228473663330078,
800
+ "learning_rate": 8.793333333333333e-05,
801
+ "loss": 0.0539,
802
+ "step": 1320
803
+ },
804
+ {
805
+ "grad_norm": 0.6020798087120056,
806
+ "learning_rate": 8.86e-05,
807
+ "loss": 0.0639,
808
+ "step": 1330
809
+ },
810
+ {
811
+ "grad_norm": 0.6205971837043762,
812
+ "learning_rate": 8.926666666666668e-05,
813
+ "loss": 0.0644,
814
+ "step": 1340
815
+ },
816
+ {
817
+ "grad_norm": 0.5030979514122009,
818
+ "learning_rate": 8.993333333333334e-05,
819
+ "loss": 0.0584,
820
+ "step": 1350
821
+ },
822
+ {
823
+ "grad_norm": 0.7016464471817017,
824
+ "learning_rate": 9.06e-05,
825
+ "loss": 0.0559,
826
+ "step": 1360
827
+ },
828
+ {
829
+ "grad_norm": 0.4915011525154114,
830
+ "learning_rate": 9.126666666666667e-05,
831
+ "loss": 0.0565,
832
+ "step": 1370
833
+ },
834
+ {
835
+ "grad_norm": 0.3934551775455475,
836
+ "learning_rate": 9.193333333333334e-05,
837
+ "loss": 0.052,
838
+ "step": 1380
839
+ },
840
+ {
841
+ "grad_norm": 0.5540144443511963,
842
+ "learning_rate": 9.260000000000001e-05,
843
+ "loss": 0.0523,
844
+ "step": 1390
845
+ },
846
+ {
847
+ "grad_norm": 0.5887146592140198,
848
+ "learning_rate": 9.326666666666667e-05,
849
+ "loss": 0.0528,
850
+ "step": 1400
851
+ },
852
+ {
853
+ "grad_norm": 0.6534768342971802,
854
+ "learning_rate": 9.393333333333334e-05,
855
+ "loss": 0.0518,
856
+ "step": 1410
857
+ },
858
+ {
859
+ "grad_norm": 0.5691227316856384,
860
+ "learning_rate": 9.46e-05,
861
+ "loss": 0.0536,
862
+ "step": 1420
863
+ },
864
+ {
865
+ "grad_norm": 0.3767082691192627,
866
+ "learning_rate": 9.526666666666667e-05,
867
+ "loss": 0.0568,
868
+ "step": 1430
869
+ },
870
+ {
871
+ "grad_norm": 0.47469252347946167,
872
+ "learning_rate": 9.593333333333334e-05,
873
+ "loss": 0.0569,
874
+ "step": 1440
875
+ },
876
+ {
877
+ "grad_norm": 0.5082659125328064,
878
+ "learning_rate": 9.66e-05,
879
+ "loss": 0.0549,
880
+ "step": 1450
881
+ },
882
+ {
883
+ "grad_norm": 0.6236725449562073,
884
+ "learning_rate": 9.726666666666667e-05,
885
+ "loss": 0.0636,
886
+ "step": 1460
887
+ },
888
+ {
889
+ "grad_norm": 0.5344048738479614,
890
+ "learning_rate": 9.793333333333333e-05,
891
+ "loss": 0.0559,
892
+ "step": 1470
893
+ },
894
+ {
895
+ "grad_norm": 0.5537348985671997,
896
+ "learning_rate": 9.86e-05,
897
+ "loss": 0.0573,
898
+ "step": 1480
899
+ },
900
+ {
901
+ "grad_norm": 0.6604304313659668,
902
+ "learning_rate": 9.926666666666668e-05,
903
+ "loss": 0.0559,
904
+ "step": 1490
905
+ },
906
+ {
907
+ "grad_norm": 0.6182398796081543,
908
+ "learning_rate": 9.993333333333334e-05,
909
+ "loss": 0.0526,
910
+ "step": 1500
911
+ },
912
+ {
913
+ "grad_norm": 0.4472421109676361,
914
+ "learning_rate": 9.999997539434007e-05,
915
+ "loss": 0.0554,
916
+ "step": 1510
917
+ },
918
+ {
919
+ "grad_norm": 0.5673554539680481,
920
+ "learning_rate": 9.999989033776898e-05,
921
+ "loss": 0.0498,
922
+ "step": 1520
923
+ },
924
+ {
925
+ "grad_norm": 0.631686806678772,
926
+ "learning_rate": 9.999974452661641e-05,
927
+ "loss": 0.0558,
928
+ "step": 1530
929
+ },
930
+ {
931
+ "grad_norm": 0.5880892276763916,
932
+ "learning_rate": 9.999953796105959e-05,
933
+ "loss": 0.0565,
934
+ "step": 1540
935
+ },
936
+ {
937
+ "grad_norm": 0.386528342962265,
938
+ "learning_rate": 9.999927064134949e-05,
939
+ "loss": 0.0546,
940
+ "step": 1550
941
+ },
942
+ {
943
+ "grad_norm": 0.49979427456855774,
944
+ "learning_rate": 9.999894256781095e-05,
945
+ "loss": 0.0558,
946
+ "step": 1560
947
+ },
948
+ {
949
+ "grad_norm": 0.49290731549263,
950
+ "learning_rate": 9.99985537408426e-05,
951
+ "loss": 0.0559,
952
+ "step": 1570
953
+ },
954
+ {
955
+ "grad_norm": 0.6054269671440125,
956
+ "learning_rate": 9.999810416091688e-05,
957
+ "loss": 0.0537,
958
+ "step": 1580
959
+ },
960
+ {
961
+ "grad_norm": 0.4739155173301697,
962
+ "learning_rate": 9.99975938285801e-05,
963
+ "loss": 0.0525,
964
+ "step": 1590
965
+ },
966
+ {
967
+ "grad_norm": 0.4727555215358734,
968
+ "learning_rate": 9.999702274445236e-05,
969
+ "loss": 0.0562,
970
+ "step": 1600
971
+ },
972
+ {
973
+ "grad_norm": 0.4145797789096832,
974
+ "learning_rate": 9.999639090922756e-05,
975
+ "loss": 0.0518,
976
+ "step": 1610
977
+ },
978
+ {
979
+ "grad_norm": 0.6100338697433472,
980
+ "learning_rate": 9.999569832367346e-05,
981
+ "loss": 0.0482,
982
+ "step": 1620
983
+ },
984
+ {
985
+ "grad_norm": 0.36332374811172485,
986
+ "learning_rate": 9.999494498863162e-05,
987
+ "loss": 0.0575,
988
+ "step": 1630
989
+ },
990
+ {
991
+ "grad_norm": 0.5447846055030823,
992
+ "learning_rate": 9.99941309050174e-05,
993
+ "loss": 0.0525,
994
+ "step": 1640
995
+ },
996
+ {
997
+ "grad_norm": 0.5260499119758606,
998
+ "learning_rate": 9.999325607381999e-05,
999
+ "loss": 0.0486,
1000
+ "step": 1650
1001
+ },
1002
+ {
1003
+ "grad_norm": 0.40509524941444397,
1004
+ "learning_rate": 9.999232049610238e-05,
1005
+ "loss": 0.047,
1006
+ "step": 1660
1007
+ },
1008
+ {
1009
+ "grad_norm": 0.5393689870834351,
1010
+ "learning_rate": 9.999132417300142e-05,
1011
+ "loss": 0.0483,
1012
+ "step": 1670
1013
+ },
1014
+ {
1015
+ "grad_norm": 0.45050477981567383,
1016
+ "learning_rate": 9.99902671057277e-05,
1017
+ "loss": 0.0516,
1018
+ "step": 1680
1019
+ },
1020
+ {
1021
+ "grad_norm": 0.513198971748352,
1022
+ "learning_rate": 9.998914929556569e-05,
1023
+ "loss": 0.0564,
1024
+ "step": 1690
1025
+ },
1026
+ {
1027
+ "grad_norm": 0.5798249840736389,
1028
+ "learning_rate": 9.998797074387361e-05,
1029
+ "loss": 0.055,
1030
+ "step": 1700
1031
+ },
1032
+ {
1033
+ "grad_norm": 0.4425696134567261,
1034
+ "learning_rate": 9.99867314520835e-05,
1035
+ "loss": 0.0515,
1036
+ "step": 1710
1037
+ },
1038
+ {
1039
+ "grad_norm": 0.4912015199661255,
1040
+ "learning_rate": 9.998543142170126e-05,
1041
+ "loss": 0.0494,
1042
+ "step": 1720
1043
+ },
1044
+ {
1045
+ "grad_norm": 0.4842802882194519,
1046
+ "learning_rate": 9.99840706543065e-05,
1047
+ "loss": 0.0473,
1048
+ "step": 1730
1049
+ },
1050
+ {
1051
+ "grad_norm": 0.37719348073005676,
1052
+ "learning_rate": 9.998264915155274e-05,
1053
+ "loss": 0.0478,
1054
+ "step": 1740
1055
+ },
1056
+ {
1057
+ "grad_norm": 0.44606560468673706,
1058
+ "learning_rate": 9.998116691516718e-05,
1059
+ "loss": 0.0496,
1060
+ "step": 1750
1061
+ },
1062
+ {
1063
+ "grad_norm": 0.4420314133167267,
1064
+ "learning_rate": 9.997962394695091e-05,
1065
+ "loss": 0.0489,
1066
+ "step": 1760
1067
+ },
1068
+ {
1069
+ "grad_norm": 0.5374616384506226,
1070
+ "learning_rate": 9.997802024877875e-05,
1071
+ "loss": 0.0508,
1072
+ "step": 1770
1073
+ },
1074
+ {
1075
+ "grad_norm": 0.3837665915489197,
1076
+ "learning_rate": 9.99763558225994e-05,
1077
+ "loss": 0.0491,
1078
+ "step": 1780
1079
+ },
1080
+ {
1081
+ "grad_norm": 0.5809544324874878,
1082
+ "learning_rate": 9.997463067043526e-05,
1083
+ "loss": 0.0531,
1084
+ "step": 1790
1085
+ },
1086
+ {
1087
+ "grad_norm": 0.5693655610084534,
1088
+ "learning_rate": 9.997284479438253e-05,
1089
+ "loss": 0.0495,
1090
+ "step": 1800
1091
+ },
1092
+ {
1093
+ "grad_norm": 0.5101096630096436,
1094
+ "learning_rate": 9.997099819661127e-05,
1095
+ "loss": 0.0498,
1096
+ "step": 1810
1097
+ },
1098
+ {
1099
+ "grad_norm": 0.4212728440761566,
1100
+ "learning_rate": 9.996909087936524e-05,
1101
+ "loss": 0.0521,
1102
+ "step": 1820
1103
+ },
1104
+ {
1105
+ "grad_norm": 0.3066025376319885,
1106
+ "learning_rate": 9.996712284496201e-05,
1107
+ "loss": 0.0497,
1108
+ "step": 1830
1109
+ },
1110
+ {
1111
+ "grad_norm": 0.5426850318908691,
1112
+ "learning_rate": 9.996509409579293e-05,
1113
+ "loss": 0.051,
1114
+ "step": 1840
1115
+ },
1116
+ {
1117
+ "grad_norm": 0.4050694704055786,
1118
+ "learning_rate": 9.996300463432312e-05,
1119
+ "loss": 0.053,
1120
+ "step": 1850
1121
+ },
1122
+ {
1123
+ "grad_norm": 0.3489755094051361,
1124
+ "learning_rate": 9.996085446309148e-05,
1125
+ "loss": 0.0505,
1126
+ "step": 1860
1127
+ },
1128
+ {
1129
+ "grad_norm": 0.31605497002601624,
1130
+ "learning_rate": 9.995864358471066e-05,
1131
+ "loss": 0.0474,
1132
+ "step": 1870
1133
+ },
1134
+ {
1135
+ "grad_norm": 0.352236807346344,
1136
+ "learning_rate": 9.99563720018671e-05,
1137
+ "loss": 0.047,
1138
+ "step": 1880
1139
+ },
1140
+ {
1141
+ "grad_norm": 0.4507584571838379,
1142
+ "learning_rate": 9.995403971732098e-05,
1143
+ "loss": 0.0504,
1144
+ "step": 1890
1145
+ },
1146
+ {
1147
+ "grad_norm": 0.42925962805747986,
1148
+ "learning_rate": 9.995164673390625e-05,
1149
+ "loss": 0.0473,
1150
+ "step": 1900
1151
+ },
1152
+ {
1153
+ "grad_norm": 0.353121280670166,
1154
+ "learning_rate": 9.994919305453059e-05,
1155
+ "loss": 0.0464,
1156
+ "step": 1910
1157
+ },
1158
+ {
1159
+ "grad_norm": 0.49948233366012573,
1160
+ "learning_rate": 9.994667868217548e-05,
1161
+ "loss": 0.0479,
1162
+ "step": 1920
1163
+ },
1164
+ {
1165
+ "grad_norm": 0.4217991828918457,
1166
+ "learning_rate": 9.99441036198961e-05,
1167
+ "loss": 0.0482,
1168
+ "step": 1930
1169
+ },
1170
+ {
1171
+ "grad_norm": 0.31471049785614014,
1172
+ "learning_rate": 9.99414678708214e-05,
1173
+ "loss": 0.0481,
1174
+ "step": 1940
1175
+ },
1176
+ {
1177
+ "grad_norm": 0.3589913845062256,
1178
+ "learning_rate": 9.993877143815407e-05,
1179
+ "loss": 0.0445,
1180
+ "step": 1950
1181
+ },
1182
+ {
1183
+ "grad_norm": 0.2932628095149994,
1184
+ "learning_rate": 9.993601432517053e-05,
1185
+ "loss": 0.046,
1186
+ "step": 1960
1187
+ },
1188
+ {
1189
+ "grad_norm": 0.35649144649505615,
1190
+ "learning_rate": 9.993319653522091e-05,
1191
+ "loss": 0.0456,
1192
+ "step": 1970
1193
+ },
1194
+ {
1195
+ "grad_norm": 0.4936084449291229,
1196
+ "learning_rate": 9.993031807172911e-05,
1197
+ "loss": 0.0475,
1198
+ "step": 1980
1199
+ },
1200
+ {
1201
+ "grad_norm": 0.33784282207489014,
1202
+ "learning_rate": 9.992737893819273e-05,
1203
+ "loss": 0.0485,
1204
+ "step": 1990
1205
+ },
1206
+ {
1207
+ "grad_norm": 0.5015108585357666,
1208
+ "learning_rate": 9.992437913818312e-05,
1209
+ "loss": 0.0449,
1210
+ "step": 2000
1211
+ },
1212
+ {
1213
+ "grad_norm": 0.42584389448165894,
1214
+ "learning_rate": 9.992131867534526e-05,
1215
+ "loss": 0.0444,
1216
+ "step": 2010
1217
+ },
1218
+ {
1219
+ "grad_norm": 0.41565531492233276,
1220
+ "learning_rate": 9.991819755339796e-05,
1221
+ "loss": 0.0483,
1222
+ "step": 2020
1223
+ },
1224
+ {
1225
+ "grad_norm": 0.380255788564682,
1226
+ "learning_rate": 9.991501577613365e-05,
1227
+ "loss": 0.0482,
1228
+ "step": 2030
1229
+ },
1230
+ {
1231
+ "grad_norm": 0.37106555700302124,
1232
+ "learning_rate": 9.99117733474185e-05,
1233
+ "loss": 0.0454,
1234
+ "step": 2040
1235
+ },
1236
+ {
1237
+ "grad_norm": 0.43988800048828125,
1238
+ "learning_rate": 9.990847027119234e-05,
1239
+ "loss": 0.0457,
1240
+ "step": 2050
1241
+ },
1242
+ {
1243
+ "grad_norm": 0.9517943263053894,
1244
+ "learning_rate": 9.990510655146877e-05,
1245
+ "loss": 0.0431,
1246
+ "step": 2060
1247
+ },
1248
+ {
1249
+ "grad_norm": 0.4155087172985077,
1250
+ "learning_rate": 9.990168219233496e-05,
1251
+ "loss": 0.0455,
1252
+ "step": 2070
1253
+ },
1254
+ {
1255
+ "grad_norm": 0.37841394543647766,
1256
+ "learning_rate": 9.989819719795188e-05,
1257
+ "loss": 0.0425,
1258
+ "step": 2080
1259
+ },
1260
+ {
1261
+ "grad_norm": 0.45210036635398865,
1262
+ "learning_rate": 9.989465157255412e-05,
1263
+ "loss": 0.047,
1264
+ "step": 2090
1265
+ },
1266
+ {
1267
+ "grad_norm": 0.3879967927932739,
1268
+ "learning_rate": 9.989104532044994e-05,
1269
+ "loss": 0.0448,
1270
+ "step": 2100
1271
+ },
1272
+ {
1273
+ "grad_norm": 0.3749665319919586,
1274
+ "learning_rate": 9.988737844602128e-05,
1275
+ "loss": 0.0408,
1276
+ "step": 2110
1277
+ },
1278
+ {
1279
+ "grad_norm": 0.38606101274490356,
1280
+ "learning_rate": 9.988365095372372e-05,
1281
+ "loss": 0.0422,
1282
+ "step": 2120
1283
+ },
1284
+ {
1285
+ "grad_norm": 0.45897138118743896,
1286
+ "learning_rate": 9.987986284808654e-05,
1287
+ "loss": 0.0458,
1288
+ "step": 2130
1289
+ },
1290
+ {
1291
+ "grad_norm": 0.3423418402671814,
1292
+ "learning_rate": 9.987601413371264e-05,
1293
+ "loss": 0.0425,
1294
+ "step": 2140
1295
+ },
1296
+ {
1297
+ "grad_norm": 0.43687859177589417,
1298
+ "learning_rate": 9.987210481527855e-05,
1299
+ "loss": 0.04,
1300
+ "step": 2150
1301
+ },
1302
+ {
1303
+ "grad_norm": 0.3930586278438568,
1304
+ "learning_rate": 9.98681348975345e-05,
1305
+ "loss": 0.042,
1306
+ "step": 2160
1307
+ },
1308
+ {
1309
+ "grad_norm": 0.4354424774646759,
1310
+ "learning_rate": 9.986410438530427e-05,
1311
+ "loss": 0.0409,
1312
+ "step": 2170
1313
+ },
1314
+ {
1315
+ "grad_norm": 0.4108027219772339,
1316
+ "learning_rate": 9.986001328348534e-05,
1317
+ "loss": 0.0394,
1318
+ "step": 2180
1319
+ },
1320
+ {
1321
+ "grad_norm": 0.32850104570388794,
1322
+ "learning_rate": 9.985586159704878e-05,
1323
+ "loss": 0.0407,
1324
+ "step": 2190
1325
+ },
1326
+ {
1327
+ "grad_norm": 0.45172032713890076,
1328
+ "learning_rate": 9.985164933103929e-05,
1329
+ "loss": 0.0475,
1330
+ "step": 2200
1331
+ },
1332
+ {
1333
+ "grad_norm": 0.30814841389656067,
1334
+ "learning_rate": 9.984737649057513e-05,
1335
+ "loss": 0.0438,
1336
+ "step": 2210
1337
+ },
1338
+ {
1339
+ "grad_norm": 0.43183210492134094,
1340
+ "learning_rate": 9.984304308084827e-05,
1341
+ "loss": 0.0485,
1342
+ "step": 2220
1343
+ },
1344
+ {
1345
+ "grad_norm": 0.4616735279560089,
1346
+ "learning_rate": 9.983864910712416e-05,
1347
+ "loss": 0.0414,
1348
+ "step": 2230
1349
+ },
1350
+ {
1351
+ "grad_norm": 0.36560776829719543,
1352
+ "learning_rate": 9.98341945747419e-05,
1353
+ "loss": 0.0398,
1354
+ "step": 2240
1355
+ },
1356
+ {
1357
+ "grad_norm": 0.43177369236946106,
1358
+ "learning_rate": 9.98296794891142e-05,
1359
+ "loss": 0.0445,
1360
+ "step": 2250
1361
+ },
1362
+ {
1363
+ "grad_norm": 0.4279302656650543,
1364
+ "learning_rate": 9.982510385572725e-05,
1365
+ "loss": 0.0467,
1366
+ "step": 2260
1367
+ },
1368
+ {
1369
+ "grad_norm": 0.40069276094436646,
1370
+ "learning_rate": 9.982046768014094e-05,
1371
+ "loss": 0.0445,
1372
+ "step": 2270
1373
+ },
1374
+ {
1375
+ "grad_norm": 0.4348323345184326,
1376
+ "learning_rate": 9.981577096798863e-05,
1377
+ "loss": 0.0369,
1378
+ "step": 2280
1379
+ },
1380
+ {
1381
+ "grad_norm": 0.41257351636886597,
1382
+ "learning_rate": 9.981101372497727e-05,
1383
+ "loss": 0.0445,
1384
+ "step": 2290
1385
+ },
1386
+ {
1387
+ "grad_norm": 0.4516085982322693,
1388
+ "learning_rate": 9.980619595688737e-05,
1389
+ "loss": 0.0438,
1390
+ "step": 2300
1391
+ },
1392
+ {
1393
+ "grad_norm": 0.30238786339759827,
1394
+ "learning_rate": 9.980131766957295e-05,
1395
+ "loss": 0.0421,
1396
+ "step": 2310
1397
+ },
1398
+ {
1399
+ "grad_norm": 0.47715190052986145,
1400
+ "learning_rate": 9.979637886896163e-05,
1401
+ "loss": 0.0423,
1402
+ "step": 2320
1403
+ },
1404
+ {
1405
+ "grad_norm": 0.29774099588394165,
1406
+ "learning_rate": 9.979137956105447e-05,
1407
+ "loss": 0.0464,
1408
+ "step": 2330
1409
+ },
1410
+ {
1411
+ "grad_norm": 0.29573264718055725,
1412
+ "learning_rate": 9.978631975192613e-05,
1413
+ "loss": 0.0376,
1414
+ "step": 2340
1415
+ },
1416
+ {
1417
+ "grad_norm": 0.32869309186935425,
1418
+ "learning_rate": 9.978119944772475e-05,
1419
+ "loss": 0.0467,
1420
+ "step": 2350
1421
+ },
1422
+ {
1423
+ "grad_norm": 0.3470063805580139,
1424
+ "learning_rate": 9.977601865467197e-05,
1425
+ "loss": 0.0405,
1426
+ "step": 2360
1427
+ },
1428
+ {
1429
+ "grad_norm": 0.3539649546146393,
1430
+ "learning_rate": 9.977077737906297e-05,
1431
+ "loss": 0.0403,
1432
+ "step": 2370
1433
+ },
1434
+ {
1435
+ "grad_norm": 0.3649725914001465,
1436
+ "learning_rate": 9.976547562726636e-05,
1437
+ "loss": 0.0414,
1438
+ "step": 2380
1439
+ },
1440
+ {
1441
+ "grad_norm": 0.32129499316215515,
1442
+ "learning_rate": 9.976011340572429e-05,
1443
+ "loss": 0.0423,
1444
+ "step": 2390
1445
+ },
1446
+ {
1447
+ "grad_norm": 0.2593826651573181,
1448
+ "learning_rate": 9.975469072095237e-05,
1449
+ "loss": 0.039,
1450
+ "step": 2400
1451
+ },
1452
+ {
1453
+ "grad_norm": 0.3159441351890564,
1454
+ "learning_rate": 9.974920757953965e-05,
1455
+ "loss": 0.0383,
1456
+ "step": 2410
1457
+ },
1458
+ {
1459
+ "grad_norm": 0.39688485860824585,
1460
+ "learning_rate": 9.97436639881487e-05,
1461
+ "loss": 0.046,
1462
+ "step": 2420
1463
+ },
1464
+ {
1465
+ "grad_norm": 0.3365003764629364,
1466
+ "learning_rate": 9.973805995351545e-05,
1467
+ "loss": 0.0404,
1468
+ "step": 2430
1469
+ },
1470
+ {
1471
+ "grad_norm": 0.3504849672317505,
1472
+ "learning_rate": 9.973239548244939e-05,
1473
+ "loss": 0.0431,
1474
+ "step": 2440
1475
+ },
1476
+ {
1477
+ "grad_norm": 0.4077778160572052,
1478
+ "learning_rate": 9.972667058183333e-05,
1479
+ "loss": 0.04,
1480
+ "step": 2450
1481
+ },
1482
+ {
1483
+ "grad_norm": 0.3008902966976166,
1484
+ "learning_rate": 9.972088525862362e-05,
1485
+ "loss": 0.0382,
1486
+ "step": 2460
1487
+ },
1488
+ {
1489
+ "grad_norm": 0.37545672059059143,
1490
+ "learning_rate": 9.971503951984995e-05,
1491
+ "loss": 0.0438,
1492
+ "step": 2470
1493
+ },
1494
+ {
1495
+ "grad_norm": 0.36859822273254395,
1496
+ "learning_rate": 9.970913337261543e-05,
1497
+ "loss": 0.0409,
1498
+ "step": 2480
1499
+ },
1500
+ {
1501
+ "grad_norm": 0.3510163128376007,
1502
+ "learning_rate": 9.97031668240966e-05,
1503
+ "loss": 0.0479,
1504
+ "step": 2490
1505
+ },
1506
+ {
1507
+ "grad_norm": 0.44913795590400696,
1508
+ "learning_rate": 9.969713988154339e-05,
1509
+ "loss": 0.0409,
1510
+ "step": 2500
1511
+ },
1512
+ {
1513
+ "grad_norm": 0.46766766905784607,
1514
+ "learning_rate": 9.969105255227906e-05,
1515
+ "loss": 0.0405,
1516
+ "step": 2510
1517
+ },
1518
+ {
1519
+ "grad_norm": 0.45442551374435425,
1520
+ "learning_rate": 9.968490484370035e-05,
1521
+ "loss": 0.0394,
1522
+ "step": 2520
1523
+ },
1524
+ {
1525
+ "grad_norm": 0.35867244005203247,
1526
+ "learning_rate": 9.967869676327726e-05,
1527
+ "loss": 0.0419,
1528
+ "step": 2530
1529
+ },
1530
+ {
1531
+ "grad_norm": 0.3887830674648285,
1532
+ "learning_rate": 9.96724283185532e-05,
1533
+ "loss": 0.0364,
1534
+ "step": 2540
1535
+ },
1536
+ {
1537
+ "grad_norm": 0.5115375518798828,
1538
+ "learning_rate": 9.966609951714494e-05,
1539
+ "loss": 0.0411,
1540
+ "step": 2550
1541
+ },
1542
+ {
1543
+ "grad_norm": 0.3326650559902191,
1544
+ "learning_rate": 9.965971036674255e-05,
1545
+ "loss": 0.0459,
1546
+ "step": 2560
1547
+ },
1548
+ {
1549
+ "grad_norm": 0.28854164481163025,
1550
+ "learning_rate": 9.965326087510947e-05,
1551
+ "loss": 0.0398,
1552
+ "step": 2570
1553
+ },
1554
+ {
1555
+ "grad_norm": 0.4342745244503021,
1556
+ "learning_rate": 9.964675105008244e-05,
1557
+ "loss": 0.0407,
1558
+ "step": 2580
1559
+ },
1560
+ {
1561
+ "grad_norm": 0.3539927899837494,
1562
+ "learning_rate": 9.964018089957147e-05,
1563
+ "loss": 0.0345,
1564
+ "step": 2590
1565
+ },
1566
+ {
1567
+ "grad_norm": 0.3186177611351013,
1568
+ "learning_rate": 9.963355043155996e-05,
1569
+ "loss": 0.0456,
1570
+ "step": 2600
1571
+ },
1572
+ {
1573
+ "grad_norm": 0.49563562870025635,
1574
+ "learning_rate": 9.962685965410455e-05,
1575
+ "loss": 0.0423,
1576
+ "step": 2610
1577
+ },
1578
+ {
1579
+ "grad_norm": 0.33249884843826294,
1580
+ "learning_rate": 9.962010857533514e-05,
1581
+ "loss": 0.0373,
1582
+ "step": 2620
1583
+ },
1584
+ {
1585
+ "grad_norm": 0.5187269449234009,
1586
+ "learning_rate": 9.961329720345493e-05,
1587
+ "loss": 0.0386,
1588
+ "step": 2630
1589
+ },
1590
+ {
1591
+ "grad_norm": 0.510249137878418,
1592
+ "learning_rate": 9.96064255467404e-05,
1593
+ "loss": 0.0428,
1594
+ "step": 2640
1595
+ },
1596
+ {
1597
+ "grad_norm": 0.35589292645454407,
1598
+ "learning_rate": 9.959949361354126e-05,
1599
+ "loss": 0.0392,
1600
+ "step": 2650
1601
+ },
1602
+ {
1603
+ "grad_norm": 0.48643842339515686,
1604
+ "learning_rate": 9.959250141228045e-05,
1605
+ "loss": 0.0406,
1606
+ "step": 2660
1607
+ },
1608
+ {
1609
+ "grad_norm": 0.4539337158203125,
1610
+ "learning_rate": 9.958544895145414e-05,
1611
+ "loss": 0.0404,
1612
+ "step": 2670
1613
+ },
1614
+ {
1615
+ "grad_norm": 0.29236212372779846,
1616
+ "learning_rate": 9.957833623963177e-05,
1617
+ "loss": 0.041,
1618
+ "step": 2680
1619
+ },
1620
+ {
1621
+ "grad_norm": 0.5335069894790649,
1622
+ "learning_rate": 9.957116328545593e-05,
1623
+ "loss": 0.0424,
1624
+ "step": 2690
1625
+ },
1626
+ {
1627
+ "grad_norm": 0.3695768117904663,
1628
+ "learning_rate": 9.956393009764244e-05,
1629
+ "loss": 0.0388,
1630
+ "step": 2700
1631
+ },
1632
+ {
1633
+ "grad_norm": 0.36372533440589905,
1634
+ "learning_rate": 9.955663668498032e-05,
1635
+ "loss": 0.0385,
1636
+ "step": 2710
1637
+ },
1638
+ {
1639
+ "grad_norm": 0.4580289125442505,
1640
+ "learning_rate": 9.954928305633173e-05,
1641
+ "loss": 0.0389,
1642
+ "step": 2720
1643
+ },
1644
+ {
1645
+ "grad_norm": 0.43339890241622925,
1646
+ "learning_rate": 9.954186922063204e-05,
1647
+ "loss": 0.0399,
1648
+ "step": 2730
1649
+ },
1650
+ {
1651
+ "grad_norm": 0.35029280185699463,
1652
+ "learning_rate": 9.953439518688974e-05,
1653
+ "loss": 0.0377,
1654
+ "step": 2740
1655
+ },
1656
+ {
1657
+ "grad_norm": 0.33518457412719727,
1658
+ "learning_rate": 9.952686096418652e-05,
1659
+ "loss": 0.0355,
1660
+ "step": 2750
1661
+ },
1662
+ {
1663
+ "grad_norm": 0.30202507972717285,
1664
+ "learning_rate": 9.951926656167714e-05,
1665
+ "loss": 0.0372,
1666
+ "step": 2760
1667
+ },
1668
+ {
1669
+ "grad_norm": 0.34633857011795044,
1670
+ "learning_rate": 9.951161198858953e-05,
1671
+ "loss": 0.0412,
1672
+ "step": 2770
1673
+ },
1674
+ {
1675
+ "grad_norm": 0.40867945551872253,
1676
+ "learning_rate": 9.950389725422471e-05,
1677
+ "loss": 0.0372,
1678
+ "step": 2780
1679
+ },
1680
+ {
1681
+ "grad_norm": 0.2682510316371918,
1682
+ "learning_rate": 9.949612236795682e-05,
1683
+ "loss": 0.0365,
1684
+ "step": 2790
1685
+ },
1686
+ {
1687
+ "grad_norm": 0.4570905566215515,
1688
+ "learning_rate": 9.948828733923305e-05,
1689
+ "loss": 0.0393,
1690
+ "step": 2800
1691
+ },
1692
+ {
1693
+ "grad_norm": 0.36744511127471924,
1694
+ "learning_rate": 9.948039217757374e-05,
1695
+ "loss": 0.0412,
1696
+ "step": 2810
1697
+ },
1698
+ {
1699
+ "grad_norm": 0.29317381978034973,
1700
+ "learning_rate": 9.947243689257225e-05,
1701
+ "loss": 0.038,
1702
+ "step": 2820
1703
+ },
1704
+ {
1705
+ "grad_norm": 0.3504505455493927,
1706
+ "learning_rate": 9.946442149389497e-05,
1707
+ "loss": 0.0348,
1708
+ "step": 2830
1709
+ },
1710
+ {
1711
+ "grad_norm": 0.31019940972328186,
1712
+ "learning_rate": 9.945634599128139e-05,
1713
+ "loss": 0.038,
1714
+ "step": 2840
1715
+ },
1716
+ {
1717
+ "grad_norm": 0.437590092420578,
1718
+ "learning_rate": 9.944821039454402e-05,
1719
+ "loss": 0.0387,
1720
+ "step": 2850
1721
+ },
1722
+ {
1723
+ "grad_norm": 0.36887866258621216,
1724
+ "learning_rate": 9.944001471356835e-05,
1725
+ "loss": 0.0405,
1726
+ "step": 2860
1727
+ },
1728
+ {
1729
+ "grad_norm": 0.2392815351486206,
1730
+ "learning_rate": 9.94317589583129e-05,
1731
+ "loss": 0.0435,
1732
+ "step": 2870
1733
+ },
1734
+ {
1735
+ "grad_norm": 0.21329613029956818,
1736
+ "learning_rate": 9.942344313880922e-05,
1737
+ "loss": 0.0365,
1738
+ "step": 2880
1739
+ },
1740
+ {
1741
+ "grad_norm": 0.3033916652202606,
1742
+ "learning_rate": 9.941506726516179e-05,
1743
+ "loss": 0.0385,
1744
+ "step": 2890
1745
+ },
1746
+ {
1747
+ "grad_norm": 0.2520839273929596,
1748
+ "learning_rate": 9.94066313475481e-05,
1749
+ "loss": 0.0363,
1750
+ "step": 2900
1751
+ },
1752
+ {
1753
+ "grad_norm": 0.43853965401649475,
1754
+ "learning_rate": 9.939813539621857e-05,
1755
+ "loss": 0.0363,
1756
+ "step": 2910
1757
+ },
1758
+ {
1759
+ "grad_norm": 0.36329326033592224,
1760
+ "learning_rate": 9.93895794214966e-05,
1761
+ "loss": 0.0402,
1762
+ "step": 2920
1763
+ },
1764
+ {
1765
+ "grad_norm": 0.26854604482650757,
1766
+ "learning_rate": 9.938096343377852e-05,
1767
+ "loss": 0.0459,
1768
+ "step": 2930
1769
+ },
1770
+ {
1771
+ "grad_norm": 0.44420111179351807,
1772
+ "learning_rate": 9.937228744353353e-05,
1773
+ "loss": 0.0432,
1774
+ "step": 2940
1775
+ },
1776
+ {
1777
+ "grad_norm": 0.363777756690979,
1778
+ "learning_rate": 9.936355146130379e-05,
1779
+ "loss": 0.0369,
1780
+ "step": 2950
1781
+ },
1782
+ {
1783
+ "grad_norm": 0.2704271972179413,
1784
+ "learning_rate": 9.935475549770435e-05,
1785
+ "loss": 0.0379,
1786
+ "step": 2960
1787
+ },
1788
+ {
1789
+ "grad_norm": 0.298907071352005,
1790
+ "learning_rate": 9.934589956342315e-05,
1791
+ "loss": 0.0356,
1792
+ "step": 2970
1793
+ },
1794
+ {
1795
+ "grad_norm": 0.31564566493034363,
1796
+ "learning_rate": 9.933698366922093e-05,
1797
+ "loss": 0.0339,
1798
+ "step": 2980
1799
+ },
1800
+ {
1801
+ "grad_norm": 0.36585021018981934,
1802
+ "learning_rate": 9.93280078259314e-05,
1803
+ "loss": 0.0373,
1804
+ "step": 2990
1805
+ },
1806
+ {
1807
+ "grad_norm": 0.33079367876052856,
1808
+ "learning_rate": 9.931897204446104e-05,
1809
+ "loss": 0.0372,
1810
+ "step": 3000
1811
+ }
1812
+ ],
1813
+ "logging_steps": 10,
1814
+ "max_steps": 30000,
1815
+ "num_input_tokens_seen": 0,
1816
+ "num_train_epochs": 9223372036854775807,
1817
+ "save_steps": 3000,
1818
+ "stateful_callbacks": {
1819
+ "TrainerControl": {
1820
+ "args": {
1821
+ "should_epoch_stop": false,
1822
+ "should_evaluate": false,
1823
+ "should_log": false,
1824
+ "should_save": true,
1825
+ "should_training_stop": false
1826
+ },
1827
+ "attributes": {}
1828
+ }
1829
+ },
1830
+ "total_flos": 0.0,
1831
+ "train_batch_size": 64,
1832
+ "trial_name": null,
1833
+ "trial_params": null
1834
+ }
checkpoint-3000/wandb_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"project": "finetune-gr00t-n1d6", "run_id": "reachy2"}
checkpoint-6000/config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_horizon": 50,
3
+ "add_pos_embed": true,
4
+ "apply_sincos_state_encoding": true,
5
+ "architectures": [
6
+ "Gr00tN1d6"
7
+ ],
8
+ "attn_dropout": 0.2,
9
+ "attn_implementation": null,
10
+ "backbone_embedding_dim": 2048,
11
+ "backbone_model_type": "eagle",
12
+ "backbone_trainable_params_fp32": true,
13
+ "collator_overwrite_image_inputs": false,
14
+ "color_jitter_params": {
15
+ "brightness": 0.1,
16
+ "contrast": 0.1,
17
+ "hue": 0.1,
18
+ "saturation": 0.1
19
+ },
20
+ "crop_fraction": 0.95,
21
+ "diffusion_model_cfg": {
22
+ "attention_head_dim": 48,
23
+ "dropout": 0.2,
24
+ "final_dropout": true,
25
+ "interleave_self_attention": true,
26
+ "norm_type": "ada_norm",
27
+ "num_attention_heads": 32,
28
+ "num_layers": 32,
29
+ "output_dim": 1024,
30
+ "positional_embeddings": null
31
+ },
32
+ "eagle_collator": true,
33
+ "formalize_language": true,
34
+ "gemma_collator": false,
35
+ "hidden_size": 1024,
36
+ "image_crop_size": null,
37
+ "image_target_size": null,
38
+ "input_embedding_dim": 1536,
39
+ "load_bf16": true,
40
+ "max_action_dim": 128,
41
+ "max_num_embodiments": 32,
42
+ "max_seq_len": 1024,
43
+ "max_state_dim": 128,
44
+ "model_dtype": "bfloat16",
45
+ "model_name": "nvidia/Eagle-Block2A-2B-v2",
46
+ "model_type": "Gr00tN1d6",
47
+ "noise_beta_alpha": 1.5,
48
+ "noise_beta_beta": 1.0,
49
+ "noise_s": 0.999,
50
+ "num_inference_timesteps": 4,
51
+ "num_timestep_buckets": 1000,
52
+ "random_rotation_angle": null,
53
+ "reproject_vision": false,
54
+ "select_layer": 16,
55
+ "shortest_image_edge": 256,
56
+ "state_dropout_prob": 0.0,
57
+ "torch_dtype": "bfloat16",
58
+ "transformers_version": "4.51.3",
59
+ "tune_diffusion_model": true,
60
+ "tune_llm": false,
61
+ "tune_projector": true,
62
+ "tune_top_llm_layers": 4,
63
+ "tune_visual": false,
64
+ "tune_vlln": true,
65
+ "use_albumentations_transforms": true,
66
+ "use_alternate_vl_dit": true,
67
+ "use_flash_attention": true,
68
+ "use_relative_action": true,
69
+ "use_vlln": true
70
+ }
checkpoint-6000/embodiment_id.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robocasa_panda_omron": 13,
3
+ "gr1": 20,
4
+ "behavior_r1_pro": 24,
5
+ "unitree_g1": 8,
6
+ "oxe_google": 0,
7
+ "oxe_widowx": 1,
8
+ "libero_panda": 2,
9
+ "oxe_droid": 16,
10
+ "new_embodiment": 10,
11
+ "reachy2": 11
12
+ }
checkpoint-6000/experiment_cfg/conf.yaml ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ load_config_path: null
2
+ model:
3
+ model_type: Gr00tN1d6
4
+ model_dtype: bfloat16
5
+ model_name: nvidia/Eagle-Block2A-2B-v2
6
+ backbone_model_type: eagle
7
+ model_revision: null
8
+ tune_top_llm_layers: 4
9
+ backbone_embedding_dim: 2048
10
+ tune_llm: false
11
+ tune_visual: false
12
+ select_layer: 16
13
+ reproject_vision: false
14
+ use_flash_attention: true
15
+ load_bf16: false
16
+ collator_overwrite_image_inputs: false
17
+ eagle_collator: true
18
+ backbone_trainable_params_fp32: true
19
+ image_crop_size: null
20
+ image_target_size: null
21
+ shortest_image_edge: 256
22
+ crop_fraction: 0.95
23
+ random_rotation_angle: null
24
+ color_jitter_params: null
25
+ use_albumentations_transforms: true
26
+ formalize_language: true
27
+ apply_sincos_state_encoding: false
28
+ use_relative_action: true
29
+ max_state_dim: 29
30
+ max_action_dim: 29
31
+ action_horizon: 16
32
+ hidden_size: 1024
33
+ input_embedding_dim: 1536
34
+ add_pos_embed: true
35
+ attn_dropout: 0.2
36
+ use_vlln: true
37
+ max_seq_len: 1024
38
+ use_alternate_vl_dit: true
39
+ attend_text_every_n_blocks: 2
40
+ diffusion_model_cfg:
41
+ positional_embeddings: null
42
+ num_layers: 32
43
+ num_attention_heads: 32
44
+ attention_head_dim: 48
45
+ norm_type: ada_norm
46
+ dropout: 0.2
47
+ final_dropout: true
48
+ output_dim: 1024
49
+ interleave_self_attention: true
50
+ num_inference_timesteps: 4
51
+ noise_beta_alpha: 1.5
52
+ noise_beta_beta: 1.0
53
+ noise_s: 0.999
54
+ num_timestep_buckets: 1000
55
+ tune_projector: true
56
+ tune_diffusion_model: true
57
+ tune_vlln: true
58
+ state_dropout_prob: 0.0
59
+ state_additive_noise_scale: 0.0
60
+ max_num_embodiments: 32
61
+ data:
62
+ datasets:
63
+ - dataset_paths:
64
+ - ./datasets/reachy2_100
65
+ embodiment_tag: reachy2
66
+ mix_ratio: 1.0
67
+ dataset_type: physical_embodiment
68
+ val_dataset_path: null
69
+ modality_configs:
70
+ reachy2:
71
+ video:
72
+ delta_indices:
73
+ - 0
74
+ modality_keys:
75
+ - front_cam
76
+ sin_cos_embedding_keys: null
77
+ mean_std_embedding_keys: null
78
+ action_configs: null
79
+ state:
80
+ delta_indices:
81
+ - 0
82
+ modality_keys:
83
+ - arm_joints
84
+ sin_cos_embedding_keys: null
85
+ mean_std_embedding_keys: null
86
+ action_configs: null
87
+ action:
88
+ delta_indices:
89
+ - 0
90
+ - 1
91
+ - 2
92
+ - 3
93
+ - 4
94
+ - 5
95
+ - 6
96
+ - 7
97
+ - 8
98
+ - 9
99
+ - 10
100
+ - 11
101
+ - 12
102
+ - 13
103
+ - 14
104
+ - 15
105
+ modality_keys:
106
+ - arm_joints
107
+ - gripper
108
+ sin_cos_embedding_keys: null
109
+ mean_std_embedding_keys: null
110
+ action_configs:
111
+ - rep: RELATIVE
112
+ type: NON_EEF
113
+ format: DEFAULT
114
+ state_key: arm_joints
115
+ - rep: ABSOLUTE
116
+ type: NON_EEF
117
+ format: DEFAULT
118
+ state_key: null
119
+ language:
120
+ delta_indices:
121
+ - 0
122
+ modality_keys:
123
+ - annotation.human.task_description
124
+ sin_cos_embedding_keys: null
125
+ mean_std_embedding_keys: null
126
+ action_configs: null
127
+ download_cache: false
128
+ shard_size: 1024
129
+ episode_sampling_rate: 0.1
130
+ num_shards_per_epoch: 10000
131
+ override_pretraining_statistics: false
132
+ mode: single_turn
133
+ random_chop: 0.0
134
+ mock_dataset_mode: false
135
+ shuffle: true
136
+ seed: 42
137
+ multiprocessing_context: fork
138
+ allow_padding: false
139
+ subsample_ratio: 1.0
140
+ image_crop_size:
141
+ - 244
142
+ - 244
143
+ image_target_size:
144
+ - 224
145
+ - 224
146
+ video_backend: decord
147
+ training:
148
+ output_dir: /tmp/groot_output/reachy2
149
+ experiment_name: null
150
+ max_steps: 30000
151
+ global_batch_size: 64
152
+ batch_size: null
153
+ gradient_accumulation_steps: 1
154
+ learning_rate: 0.0001
155
+ lr_scheduler_type: cosine
156
+ weight_decay: 1.0e-05
157
+ warmup_ratio: 0.05
158
+ warmup_steps: 0
159
+ max_grad_norm: 1.0
160
+ optim: adamw_torch
161
+ start_from_checkpoint: nvidia/GR00T-N1.6-3B
162
+ tf32: true
163
+ fp16: false
164
+ bf16: true
165
+ eval_bf16: true
166
+ logging_steps: 10
167
+ save_steps: 3000
168
+ save_total_limit: 5
169
+ save_vl_model: false
170
+ upload_checkpoints: false
171
+ upload_every: 1000
172
+ upload_last_n_checkpoints: 5
173
+ max_concurrent_uploads: 2
174
+ eval_strategy: 'no'
175
+ eval_steps: 500
176
+ eval_set_split_ratio: 0.1
177
+ eval_batch_size: 2
178
+ save_best_eval_metric_name: ''
179
+ save_best_eval_metric_greater_is_better: true
180
+ deepspeed_stage: 2
181
+ gradient_checkpointing: false
182
+ transformers_trust_remote_code: true
183
+ transformers_local_files_only: false
184
+ transformers_cache_dir: null
185
+ transformers_access_token: null
186
+ use_ddp: false
187
+ ddp_bucket_cap_mb: 100
188
+ num_gpus: 1
189
+ dataloader_num_workers: 8
190
+ remove_unused_columns: false
191
+ use_wandb: false
192
+ wandb_project: finetune-gr00t-n1d6
193
+ enable_profiling: false
194
+ max_retries: 3
195
+ assert_loss_less_than: null
196
+ add_rl_callback: false
197
+ enable_open_loop_eval: false
198
+ open_loop_eval_traj_ids:
199
+ - 0
200
+ open_loop_eval_steps_per_traj: 100
201
+ open_loop_eval_plot_indices: null
202
+ max_steps: 30000
203
+ save_steps: 3000
checkpoint-6000/experiment_cfg/config.yaml ADDED
@@ -0,0 +1,237 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - ./datasets/reachy2_100
8
+ dataset_type: physical_embodiment
9
+ embodiment_tag: reachy2
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
+ reachy2:
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: !!python/object/apply:gr00t.data.types.ActionRepresentation
29
+ - relative
30
+ state_key: arm_joints
31
+ type: &id002 !!python/object/apply:gr00t.data.types.ActionType
32
+ - non_eef
33
+ - !!python/object:gr00t.data.types.ActionConfig
34
+ format: *id001
35
+ rep: !!python/object/apply:gr00t.data.types.ActionRepresentation
36
+ - absolute
37
+ state_key: null
38
+ type: *id002
39
+ delta_indices:
40
+ - 0
41
+ - 1
42
+ - 2
43
+ - 3
44
+ - 4
45
+ - 5
46
+ - 6
47
+ - 7
48
+ - 8
49
+ - 9
50
+ - 10
51
+ - 11
52
+ - 12
53
+ - 13
54
+ - 14
55
+ - 15
56
+ mean_std_embedding_keys: null
57
+ modality_keys:
58
+ - arm_joints
59
+ - gripper
60
+ sin_cos_embedding_keys: null
61
+ language: !!python/object:gr00t.data.types.ModalityConfig
62
+ action_configs: null
63
+ delta_indices:
64
+ - 0
65
+ mean_std_embedding_keys: null
66
+ modality_keys:
67
+ - annotation.human.task_description
68
+ sin_cos_embedding_keys: null
69
+ state: !!python/object:gr00t.data.types.ModalityConfig
70
+ action_configs: null
71
+ delta_indices:
72
+ - 0
73
+ mean_std_embedding_keys: null
74
+ modality_keys:
75
+ - arm_joints
76
+ sin_cos_embedding_keys: null
77
+ video: !!python/object:gr00t.data.types.ModalityConfig
78
+ action_configs: null
79
+ delta_indices:
80
+ - 0
81
+ mean_std_embedding_keys: null
82
+ modality_keys:
83
+ - front_cam
84
+ sin_cos_embedding_keys: null
85
+ mode: single_turn
86
+ multiprocessing_context: fork
87
+ num_shards_per_epoch: 10000
88
+ override_pretraining_statistics: false
89
+ random_chop: 0.0
90
+ seed: 42
91
+ shard_size: 1024
92
+ shuffle: true
93
+ subsample_ratio: 1.0
94
+ video_backend: decord
95
+ load_config_path: null
96
+ model: !!python/object:gr00t.configs.model.gr00t_n1d6.Gr00tN1d6Config
97
+ _attn_implementation_autoset: false
98
+ _attn_implementation_internal: null
99
+ _commit_hash: null
100
+ _name_or_path: ''
101
+ add_cross_attention: false
102
+ architectures: null
103
+ backbone_model_type: eagle
104
+ backbone_trainable_params_fp32: true
105
+ bad_words_ids: null
106
+ begin_suppress_tokens: null
107
+ bos_token_id: null
108
+ chunk_size_feed_forward: 0
109
+ color_jitter_params: null
110
+ cross_attention_hidden_size: null
111
+ decoder_start_token_id: null
112
+ diffusion_model_cfg:
113
+ attention_head_dim: 48
114
+ dropout: 0.2
115
+ final_dropout: true
116
+ interleave_self_attention: true
117
+ norm_type: ada_norm
118
+ num_attention_heads: 32
119
+ num_layers: 32
120
+ output_dim: 1024
121
+ positional_embeddings: null
122
+ diversity_penalty: 0.0
123
+ do_sample: false
124
+ eagle_collator: true
125
+ early_stopping: false
126
+ encoder_no_repeat_ngram_size: 0
127
+ eos_token_id: null
128
+ exponential_decay_length_penalty: null
129
+ finetuning_task: null
130
+ forced_bos_token_id: null
131
+ forced_eos_token_id: null
132
+ id2label:
133
+ 0: LABEL_0
134
+ 1: LABEL_1
135
+ is_decoder: false
136
+ is_encoder_decoder: false
137
+ label2id:
138
+ LABEL_0: 0
139
+ LABEL_1: 1
140
+ length_penalty: 1.0
141
+ load_bf16: false
142
+ max_length: 20
143
+ min_length: 0
144
+ model_name: nvidia/Eagle-Block2A-2B-v2
145
+ no_repeat_ngram_size: 0
146
+ num_beam_groups: 1
147
+ num_beams: 1
148
+ num_return_sequences: 1
149
+ output_attentions: false
150
+ output_hidden_states: false
151
+ output_scores: false
152
+ pad_token_id: null
153
+ prefix: null
154
+ problem_type: null
155
+ pruned_heads: {}
156
+ random_rotation_angle: null
157
+ remove_invalid_values: false
158
+ repetition_penalty: 1.0
159
+ reproject_vision: false
160
+ return_dict: true
161
+ return_dict_in_generate: false
162
+ sep_token_id: null
163
+ state_dropout_prob: 0.0
164
+ suppress_tokens: null
165
+ task_specific_params: null
166
+ temperature: 1.0
167
+ tf_legacy_loss: false
168
+ tie_encoder_decoder: false
169
+ tie_word_embeddings: true
170
+ tokenizer_class: null
171
+ top_k: 50
172
+ top_p: 1.0
173
+ torch_dtype: null
174
+ torchscript: false
175
+ transformers_version: null
176
+ tune_diffusion_model: true
177
+ tune_llm: false
178
+ tune_projector: true
179
+ tune_visual: false
180
+ typical_p: 1.0
181
+ use_bfloat16: false
182
+ use_relative_action: true
183
+ training: !!python/object:gr00t.configs.training.training_config.TrainingConfig
184
+ add_rl_callback: false
185
+ assert_loss_less_than: null
186
+ batch_size: null
187
+ bf16: true
188
+ dataloader_num_workers: 8
189
+ ddp_bucket_cap_mb: 100
190
+ deepspeed_stage: 2
191
+ enable_open_loop_eval: false
192
+ enable_profiling: false
193
+ eval_batch_size: 2
194
+ eval_bf16: true
195
+ eval_set_split_ratio: 0.1
196
+ eval_steps: 500
197
+ eval_strategy: 'no'
198
+ experiment_name: null
199
+ fp16: false
200
+ global_batch_size: 64
201
+ gradient_accumulation_steps: 1
202
+ gradient_checkpointing: false
203
+ learning_rate: 0.0001
204
+ logging_steps: 10
205
+ lr_scheduler_type: cosine
206
+ max_concurrent_uploads: 2
207
+ max_grad_norm: 1.0
208
+ max_retries: 3
209
+ max_steps: 30000
210
+ num_gpus: 1
211
+ open_loop_eval_plot_indices: null
212
+ open_loop_eval_steps_per_traj: 100
213
+ open_loop_eval_traj_ids:
214
+ - 0
215
+ optim: adamw_torch
216
+ output_dir: /tmp/groot_output/reachy2
217
+ remove_unused_columns: false
218
+ save_best_eval_metric_greater_is_better: true
219
+ save_best_eval_metric_name: ''
220
+ save_steps: 3000
221
+ save_total_limit: 5
222
+ save_vl_model: false
223
+ start_from_checkpoint: nvidia/GR00T-N1.6-3B
224
+ tf32: true
225
+ transformers_access_token: null
226
+ transformers_cache_dir: null
227
+ transformers_local_files_only: false
228
+ transformers_trust_remote_code: true
229
+ upload_checkpoints: false
230
+ upload_every: 1000
231
+ upload_last_n_checkpoints: 5
232
+ use_ddp: false
233
+ use_wandb: false
234
+ wandb_project: finetune-gr00t-n1d6
235
+ warmup_ratio: 0.05
236
+ warmup_steps: 0
237
+ weight_decay: 1.0e-05
checkpoint-6000/experiment_cfg/dataset_statistics.json ADDED
@@ -0,0 +1,1020 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "reachy2": {
3
+ "state": {
4
+ "arm_joints": {
5
+ "min": [
6
+ 4.93005895614624,
7
+ -11.668736457824707,
8
+ -42.069515228271484,
9
+ -126.52813720703125,
10
+ -20.27557945251465,
11
+ -20.164306640625,
12
+ -21.239810943603516
13
+ ],
14
+ "max": [
15
+ 41.02817153930664,
16
+ 11.43976879119873,
17
+ 42.18703079223633,
18
+ -74.72509765625,
19
+ 20.33566665649414,
20
+ 16.37257957458496,
21
+ 21.077407836914062
22
+ ],
23
+ "mean": [
24
+ 22.316539764404297,
25
+ -0.3203781247138977,
26
+ 2.417543411254883,
27
+ -109.398681640625,
28
+ -1.9847908020019531,
29
+ -3.484698534011841,
30
+ -0.3555510342121124
31
+ ],
32
+ "std": [
33
+ 7.066186428070068,
34
+ 3.507993459701538,
35
+ 22.217893600463867,
36
+ 14.851909637451172,
37
+ 13.270956039428711,
38
+ 11.239269256591797,
39
+ 11.768560409545898
40
+ ],
41
+ "q01": [
42
+ 8.457822799682617,
43
+ -10.20227336883545,
44
+ -41.3212890625,
45
+ -126.43962860107422,
46
+ -20.06123924255371,
47
+ -20.072999954223633,
48
+ -20.989107131958008
49
+ ],
50
+ "q99": [
51
+ 38.03876876831055,
52
+ 9.723615646362305,
53
+ 41.77986526489258,
54
+ -80.34276580810547,
55
+ 20.061033248901367,
56
+ 14.72492790222168,
57
+ 20.985740661621094
58
+ ]
59
+ }
60
+ },
61
+ "action": {
62
+ "arm_joints": {
63
+ "min": [
64
+ 4.93005895614624,
65
+ -11.668736457824707,
66
+ -42.069515228271484,
67
+ -126.52813720703125,
68
+ -20.27557945251465,
69
+ -20.164306640625,
70
+ -21.239810943603516
71
+ ],
72
+ "max": [
73
+ 41.02817153930664,
74
+ 11.43976879119873,
75
+ 42.18703079223633,
76
+ -74.72509765625,
77
+ 20.33566665649414,
78
+ 16.37257957458496,
79
+ 21.077407836914062
80
+ ],
81
+ "mean": [
82
+ 22.172462463378906,
83
+ -0.3404896557331085,
84
+ 2.3248910903930664,
85
+ -109.23794555664062,
86
+ -1.812583327293396,
87
+ -3.5105223655700684,
88
+ -0.2696441113948822
89
+ ],
90
+ "std": [
91
+ 7.037580966949463,
92
+ 3.620150566101074,
93
+ 22.205087661743164,
94
+ 14.961851119995117,
95
+ 13.164973258972168,
96
+ 11.261707305908203,
97
+ 11.734737396240234
98
+ ],
99
+ "q01": [
100
+ 8.457822799682617,
101
+ -10.20227336883545,
102
+ -41.3212890625,
103
+ -126.43962860107422,
104
+ -20.06123924255371,
105
+ -20.072999954223633,
106
+ -20.989107131958008
107
+ ],
108
+ "q99": [
109
+ 38.03876876831055,
110
+ 9.723625183105469,
111
+ 41.77986526489258,
112
+ -80.34276580810547,
113
+ 20.061033248901367,
114
+ 14.72492790222168,
115
+ 20.985740661621094
116
+ ]
117
+ },
118
+ "gripper": {
119
+ "min": [
120
+ 0.5416929721832275
121
+ ],
122
+ "max": [
123
+ 0.9385063648223877
124
+ ],
125
+ "mean": [
126
+ 0.8345981240272522
127
+ ],
128
+ "std": [
129
+ 0.12303706258535363
130
+ ],
131
+ "q01": [
132
+ 0.6467909216880798
133
+ ],
134
+ "q99": [
135
+ 0.9350630044937134
136
+ ]
137
+ }
138
+ },
139
+ "relative_action": {
140
+ "arm_joints": {
141
+ "min": [
142
+ [
143
+ -20.440982818603516,
144
+ -11.665962219238281,
145
+ -14.02474594116211,
146
+ -20.817272186279297,
147
+ -10.09469223022461,
148
+ -6.401888370513916,
149
+ -8.767365455627441
150
+ ],
151
+ [
152
+ -20.449968338012695,
153
+ -11.677082061767578,
154
+ -25.868675231933594,
155
+ -30.582874298095703,
156
+ -17.461694717407227,
157
+ -11.940333366394043,
158
+ -16.13103485107422
159
+ ],
160
+ [
161
+ -19.697128295898438,
162
+ -10.979728698730469,
163
+ -35.53736114501953,
164
+ -32.2390022277832,
165
+ -22.624008178710938,
166
+ -17.247066497802734,
167
+ -22.225337982177734
168
+ ],
169
+ [
170
+ -20.74054527282715,
171
+ -10.334735870361328,
172
+ -44.72303009033203,
173
+ -33.42095947265625,
174
+ -25.056644439697266,
175
+ -22.322742462158203,
176
+ -27.965492248535156
177
+ ],
178
+ [
179
+ -24.075529098510742,
180
+ -10.338696479797363,
181
+ -50.480987548828125,
182
+ -34.134925842285156,
183
+ -26.33944320678711,
184
+ -25.707611083984375,
185
+ -31.17104721069336
186
+ ],
187
+ [
188
+ -26.567087173461914,
189
+ -10.34083366394043,
190
+ -54.44721603393555,
191
+ -34.8769645690918,
192
+ -26.375856399536133,
193
+ -29.134244918823242,
194
+ -33.48938751220703
195
+ ],
196
+ [
197
+ -27.659536361694336,
198
+ -10.340897560119629,
199
+ -57.30182647705078,
200
+ -36.380828857421875,
201
+ -26.375410079956055,
202
+ -32.329833984375,
203
+ -35.47602081298828
204
+ ],
205
+ [
206
+ -27.924762725830078,
207
+ -11.4292573928833,
208
+ -59.24040603637695,
209
+ -36.7144775390625,
210
+ -26.372446060180664,
211
+ -33.91874313354492,
212
+ -35.908573150634766
213
+ ],
214
+ [
215
+ -27.95497703552246,
216
+ -11.528078079223633,
217
+ -59.352848052978516,
218
+ -36.841575622558594,
219
+ -26.24493980407715,
220
+ -35.34848403930664,
221
+ -36.83350372314453
222
+ ],
223
+ [
224
+ -28.4979248046875,
225
+ -11.443194389343262,
226
+ -59.4117431640625,
227
+ -36.853206634521484,
228
+ -26.16107940673828,
229
+ -36.28956604003906,
230
+ -36.86201858520508
231
+ ],
232
+ [
233
+ -28.523822784423828,
234
+ -11.443158149719238,
235
+ -59.41852951049805,
236
+ -36.85321807861328,
237
+ -26.160951614379883,
238
+ -36.43997573852539,
239
+ -36.88083267211914
240
+ ],
241
+ [
242
+ -28.522306442260742,
243
+ -11.443062782287598,
244
+ -59.424468994140625,
245
+ -37.14503860473633,
246
+ -26.16082763671875,
247
+ -36.443668365478516,
248
+ -36.880828857421875
249
+ ],
250
+ [
251
+ -28.468467712402344,
252
+ -11.44290828704834,
253
+ -59.42174530029297,
254
+ -37.880104064941406,
255
+ -26.160717010498047,
256
+ -36.44268035888672,
257
+ -36.880828857421875
258
+ ],
259
+ [
260
+ -28.41590118408203,
261
+ -11.442895889282227,
262
+ -59.4072265625,
263
+ -38.47637939453125,
264
+ -26.160614013671875,
265
+ -36.4410400390625,
266
+ -36.880828857421875
267
+ ],
268
+ [
269
+ -28.362062454223633,
270
+ -11.442879676818848,
271
+ -59.38927459716797,
272
+ -41.26643371582031,
273
+ -26.160587310791016,
274
+ -36.43976974487305,
275
+ -36.88082504272461
276
+ ],
277
+ [
278
+ -28.244752883911133,
279
+ -11.442869186401367,
280
+ -59.369014739990234,
281
+ -44.968875885009766,
282
+ -26.160572052001953,
283
+ -36.433982849121094,
284
+ -36.880794525146484
285
+ ]
286
+ ],
287
+ "max": [
288
+ [
289
+ 5.384329319000244,
290
+ 11.368682861328125,
291
+ 12.580580711364746,
292
+ 21.664548873901367,
293
+ 22.868919372558594,
294
+ 13.739058494567871,
295
+ 11.726442337036133
296
+ ],
297
+ [
298
+ 9.6729097366333,
299
+ 11.36864185333252,
300
+ 23.997724533081055,
301
+ 21.659494400024414,
302
+ 22.868900299072266,
303
+ 23.967060089111328,
304
+ 14.994425773620605
305
+ ],
306
+ [
307
+ 13.331961631774902,
308
+ 11.190152168273926,
309
+ 33.41366958618164,
310
+ 21.635488510131836,
311
+ 25.30813217163086,
312
+ 26.21414566040039,
313
+ 20.79837417602539
314
+ ],
315
+ [
316
+ 16.202699661254883,
317
+ 10.40443229675293,
318
+ 40.09684753417969,
319
+ 23.701637268066406,
320
+ 28.603330612182617,
321
+ 27.53230857849121,
322
+ 25.446346282958984
323
+ ],
324
+ [
325
+ 19.05048370361328,
326
+ 10.40436840057373,
327
+ 46.37767791748047,
328
+ 28.047138214111328,
329
+ 31.07068634033203,
330
+ 28.03820037841797,
331
+ 29.473896026611328
332
+ ],
333
+ [
334
+ 20.245254516601562,
335
+ 10.402230262756348,
336
+ 51.10308837890625,
337
+ 31.863624572753906,
338
+ 31.10450553894043,
339
+ 29.278892517089844,
340
+ 32.1208381652832
341
+ ],
342
+ [
343
+ 21.428510665893555,
344
+ 10.398269653320312,
345
+ 53.42000961303711,
346
+ 34.682308197021484,
347
+ 31.103679656982422,
348
+ 30.250988006591797,
349
+ 33.45231246948242
350
+ ],
351
+ [
352
+ 21.98176383972168,
353
+ 10.395852088928223,
354
+ 55.17178726196289,
355
+ 36.64023208618164,
356
+ 31.101837158203125,
357
+ 30.935718536376953,
358
+ 34.229305267333984
359
+ ],
360
+ [
361
+ 22.397876739501953,
362
+ 11.4427490234375,
363
+ 55.23532485961914,
364
+ 37.58878707885742,
365
+ 31.096826553344727,
366
+ 31.260026931762695,
367
+ 34.44834899902344
368
+ ],
369
+ [
370
+ 22.6441650390625,
371
+ 11.780808448791504,
372
+ 55.34986114501953,
373
+ 38.26850128173828,
374
+ 31.096656799316406,
375
+ 31.333267211914062,
376
+ 34.469146728515625
377
+ ],
378
+ [
379
+ 22.692224502563477,
380
+ 11.812055587768555,
381
+ 55.36343765258789,
382
+ 38.49715805053711,
383
+ 31.61040687561035,
384
+ 31.37093162536621,
385
+ 34.469146728515625
386
+ ],
387
+ [
388
+ 22.72762107849121,
389
+ 11.678536415100098,
390
+ 55.36940383911133,
391
+ 38.59236526489258,
392
+ 35.083839416503906,
393
+ 31.3709659576416,
394
+ 34.46915054321289
395
+ ],
396
+ [
397
+ 24.14029312133789,
398
+ 11.678519248962402,
399
+ 55.369537353515625,
400
+ 38.63944625854492,
401
+ 38.55842208862305,
402
+ 31.37123680114746,
403
+ 34.46915054321289
404
+ ],
405
+ [
406
+ 24.973907470703125,
407
+ 11.678510665893555,
408
+ 55.36623001098633,
409
+ 38.656288146972656,
410
+ 39.96430587768555,
411
+ 31.371545791625977,
412
+ 34.46915054321289
413
+ ],
414
+ [
415
+ 25.06302261352539,
416
+ 11.678531646728516,
417
+ 55.3525390625,
418
+ 38.694881439208984,
419
+ 40.0225944519043,
420
+ 31.37181854248047,
421
+ 34.468910217285156
422
+ ],
423
+ [
424
+ 25.270801544189453,
425
+ 11.678507804870605,
426
+ 55.302616119384766,
427
+ 38.694969177246094,
428
+ 40.022586822509766,
429
+ 31.37185287475586,
430
+ 34.385284423828125
431
+ ]
432
+ ],
433
+ "mean": [
434
+ [
435
+ -0.09851349890232086,
436
+ -1.3889506362829707e-06,
437
+ -0.021199805662035942,
438
+ -0.0799250528216362,
439
+ 0.1505303829908371,
440
+ 0.11832442134618759,
441
+ 0.13495467603206635
442
+ ],
443
+ [
444
+ -0.17057012021541595,
445
+ 0.004252429585903883,
446
+ -0.008995133452117443,
447
+ -0.22457502782344818,
448
+ 0.261105477809906,
449
+ 0.27207958698272705,
450
+ 0.24137930572032928
451
+ ],
452
+ [
453
+ -0.10028649866580963,
454
+ 0.03141691908240318,
455
+ 0.09048548340797424,
456
+ -0.5493719577789307,
457
+ 0.19902515411376953,
458
+ 0.47134673595428467,
459
+ 0.2771521210670471
460
+ ],
461
+ [
462
+ -0.05444306880235672,
463
+ 0.05378008633852005,
464
+ 0.1796490103006363,
465
+ -0.879206120967865,
466
+ 0.1520315706729889,
467
+ 0.6866292357444763,
468
+ 0.3248023986816406
469
+ ],
470
+ [
471
+ -0.013876532204449177,
472
+ 0.07615811377763748,
473
+ 0.2686113715171814,
474
+ -1.2192035913467407,
475
+ 0.10656605660915375,
476
+ 0.9128072261810303,
477
+ 0.3744547367095947
478
+ ],
479
+ [
480
+ 0.025331225246191025,
481
+ 0.09861738234758377,
482
+ 0.3578471839427948,
483
+ -1.5637919902801514,
484
+ 0.06106000766158104,
485
+ 1.1433591842651367,
486
+ 0.4248007833957672
487
+ ],
488
+ [
489
+ 0.0637386217713356,
490
+ 0.12045339494943619,
491
+ 0.44647839665412903,
492
+ -1.908605933189392,
493
+ 0.016334885731339455,
494
+ 1.3740676641464233,
495
+ 0.4745999872684479
496
+ ],
497
+ [
498
+ 0.10053692013025284,
499
+ 0.13872262835502625,
500
+ 0.5284987092018127,
501
+ -2.2462470531463623,
502
+ -0.02209978550672531,
503
+ 1.5981824398040771,
504
+ 0.518027663230896
505
+ ],
506
+ [
507
+ 0.1247839704155922,
508
+ 0.14948606491088867,
509
+ 0.583483874797821,
510
+ -2.525705337524414,
511
+ -0.04458107799291611,
512
+ 1.7731598615646362,
513
+ 0.5445129871368408
514
+ ],
515
+ [
516
+ 0.12165514379739761,
517
+ 0.14827895164489746,
518
+ 0.602064847946167,
519
+ -2.593496561050415,
520
+ -0.047096796333789825,
521
+ 1.797343134880066,
522
+ 0.5500790476799011
523
+ ],
524
+ [
525
+ 0.1124163493514061,
526
+ 0.14204099774360657,
527
+ 0.6022222638130188,
528
+ -2.55938458442688,
529
+ -0.04651280865073204,
530
+ 1.7794476747512817,
531
+ 0.5512804985046387
532
+ ],
533
+ [
534
+ 0.09131923317909241,
535
+ 0.12857742607593536,
536
+ 0.6059610843658447,
537
+ -2.4963152408599854,
538
+ -0.04961543530225754,
539
+ 1.740905523300171,
540
+ 0.5537145137786865
541
+ ],
542
+ [
543
+ 0.054126936942338943,
544
+ 0.10883964598178864,
545
+ 0.6135755181312561,
546
+ -2.381096601486206,
547
+ -0.056390050798654556,
548
+ 1.6682276725769043,
549
+ 0.5572347044944763
550
+ ],
551
+ [
552
+ -0.001200970378704369,
553
+ 0.08611582219600677,
554
+ 0.6268700361251831,
555
+ -2.207465648651123,
556
+ -0.06850837916135788,
557
+ 1.5567927360534668,
558
+ 0.5623834133148193
559
+ ],
560
+ [
561
+ -0.07379738241434097,
562
+ 0.06273127347230911,
563
+ 0.6453807950019836,
564
+ -1.9786254167556763,
565
+ -0.08601187914609909,
566
+ 1.4089199304580688,
567
+ 0.5690953135490417
568
+ ],
569
+ [
570
+ -0.15925677120685577,
571
+ 0.039619192481040955,
572
+ 0.6695932149887085,
573
+ -1.7069525718688965,
574
+ -0.10912654548883438,
575
+ 1.2322944402694702,
576
+ 0.5775030851364136
577
+ ]
578
+ ],
579
+ "std": [
580
+ [
581
+ 1.9917564392089844,
582
+ 1.1211100816726685,
583
+ 2.417202949523926,
584
+ 2.94158935546875,
585
+ 2.39365291595459,
586
+ 1.874914526939392,
587
+ 1.6537472009658813
588
+ ],
589
+ [
590
+ 3.056582450866699,
591
+ 1.6457527875900269,
592
+ 4.458590507507324,
593
+ 5.178750514984131,
594
+ 3.765504837036133,
595
+ 3.6351206302642822,
596
+ 2.9263687133789062
597
+ ],
598
+ [
599
+ 3.596614122390747,
600
+ 1.8142179250717163,
601
+ 6.294006824493408,
602
+ 7.028163433074951,
603
+ 4.514294147491455,
604
+ 5.296512126922607,
605
+ 4.0286865234375
606
+ ],
607
+ [
608
+ 4.277676582336426,
609
+ 2.040328025817871,
610
+ 8.043697357177734,
611
+ 8.868635177612305,
612
+ 5.327646255493164,
613
+ 6.84896993637085,
614
+ 5.116058349609375
615
+ ],
616
+ [
617
+ 4.939493179321289,
618
+ 2.248694896697998,
619
+ 9.646915435791016,
620
+ 10.583718299865723,
621
+ 6.0862040519714355,
622
+ 8.271647453308105,
623
+ 6.122095584869385
624
+ ],
625
+ [
626
+ 5.552292823791504,
627
+ 2.439715623855591,
628
+ 11.097370147705078,
629
+ 12.150360107421875,
630
+ 6.7813005447387695,
631
+ 9.56061840057373,
632
+ 7.034397125244141
633
+ ],
634
+ [
635
+ 6.109565258026123,
636
+ 2.6163902282714844,
637
+ 12.404134750366211,
638
+ 13.574675559997559,
639
+ 7.419105052947998,
640
+ 10.72553539276123,
641
+ 7.855382919311523
642
+ ],
643
+ [
644
+ 6.608177661895752,
645
+ 2.7779171466827393,
646
+ 13.585582733154297,
647
+ 14.875726699829102,
648
+ 8.011663436889648,
649
+ 11.787652015686035,
650
+ 8.598040580749512
651
+ ],
652
+ [
653
+ 7.046725273132324,
654
+ 2.93743634223938,
655
+ 14.688329696655273,
656
+ 16.078651428222656,
657
+ 8.60019302368164,
658
+ 12.769647598266602,
659
+ 9.277371406555176
660
+ ],
661
+ [
662
+ 7.43002986907959,
663
+ 3.1344540119171143,
664
+ 15.875958442687988,
665
+ 17.27137565612793,
666
+ 9.292807579040527,
667
+ 13.705930709838867,
668
+ 9.92088794708252
669
+ ],
670
+ [
671
+ 7.734869003295898,
672
+ 3.2678585052490234,
673
+ 17.0732421875,
674
+ 18.39610481262207,
675
+ 9.9412841796875,
676
+ 14.559659957885742,
677
+ 10.473697662353516
678
+ ],
679
+ [
680
+ 7.963422775268555,
681
+ 3.390157699584961,
682
+ 18.116336822509766,
683
+ 19.400726318359375,
684
+ 10.5236177444458,
685
+ 15.339380264282227,
686
+ 10.94632339477539
687
+ ],
688
+ [
689
+ 8.121000289916992,
690
+ 3.5208446979522705,
691
+ 19.046070098876953,
692
+ 20.327335357666016,
693
+ 11.053685188293457,
694
+ 16.05907440185547,
695
+ 11.358160972595215
696
+ ],
697
+ [
698
+ 8.218527793884277,
699
+ 3.651193857192993,
700
+ 19.873519897460938,
701
+ 21.182926177978516,
702
+ 11.531027793884277,
703
+ 16.716957092285156,
704
+ 11.718016624450684
705
+ ],
706
+ [
707
+ 8.26684284210205,
708
+ 3.7774546146392822,
709
+ 20.612743377685547,
710
+ 21.96902847290039,
711
+ 11.957940101623535,
712
+ 17.311002731323242,
713
+ 12.034592628479004
714
+ ],
715
+ [
716
+ 8.276911735534668,
717
+ 3.8994669914245605,
718
+ 21.281835556030273,
719
+ 22.691150665283203,
720
+ 12.342350959777832,
721
+ 17.84532928466797,
722
+ 12.317776679992676
723
+ ]
724
+ ],
725
+ "q01": [
726
+ [
727
+ -9.697267532348633,
728
+ -3.6728341579437256,
729
+ -10.083383560180664,
730
+ -7.500851631164551,
731
+ -5.057114124298096,
732
+ -5.191580295562744,
733
+ -5.047628879547119
734
+ ],
735
+ [
736
+ -17.174776077270508,
737
+ -7.670596122741699,
738
+ -15.547335624694824,
739
+ -14.150874137878418,
740
+ -9.842418670654297,
741
+ -9.951410293579102,
742
+ -9.844037055969238
743
+ ],
744
+ [
745
+ -16.49785804748535,
746
+ -9.060977935791016,
747
+ -23.215665817260742,
748
+ -19.967872619628906,
749
+ -13.348301887512207,
750
+ -14.247873306274414,
751
+ -14.610755920410156
752
+ ],
753
+ [
754
+ -16.7535400390625,
755
+ -9.395726203918457,
756
+ -29.43296241760254,
757
+ -25.006587982177734,
758
+ -16.37109375,
759
+ -18.130178451538086,
760
+ -18.5999755859375
761
+ ],
762
+ [
763
+ -17.191621780395508,
764
+ -9.43246078491211,
765
+ -36.27531051635742,
766
+ -28.893749237060547,
767
+ -18.89956283569336,
768
+ -21.859458923339844,
769
+ -22.91756248474121
770
+ ],
771
+ [
772
+ -19.174758911132812,
773
+ -9.506808280944824,
774
+ -40.94317626953125,
775
+ -31.8222713470459,
776
+ -20.72899055480957,
777
+ -24.93976402282715,
778
+ -25.59789276123047
779
+ ],
780
+ [
781
+ -20.843280792236328,
782
+ -9.511780738830566,
783
+ -43.895530700683594,
784
+ -33.7496337890625,
785
+ -21.83380699157715,
786
+ -27.3231201171875,
787
+ -27.804710388183594
788
+ ],
789
+ [
790
+ -22.112207412719727,
791
+ -9.513916015625,
792
+ -47.63551330566406,
793
+ -34.7276611328125,
794
+ -22.691164016723633,
795
+ -29.399824142456055,
796
+ -30.01004981994629
797
+ ],
798
+ [
799
+ -23.385971069335938,
800
+ -9.525580406188965,
801
+ -49.76005172729492,
802
+ -35.31100082397461,
803
+ -23.10930824279785,
804
+ -30.991064071655273,
805
+ -31.236299514770508
806
+ ],
807
+ [
808
+ -23.984119415283203,
809
+ -9.732311248779297,
810
+ -51.624576568603516,
811
+ -35.76605224609375,
812
+ -23.42118263244629,
813
+ -31.96640396118164,
814
+ -32.20992660522461
815
+ ],
816
+ [
817
+ -24.42165184020996,
818
+ -10.062808990478516,
819
+ -52.54084777832031,
820
+ -36.21389389038086,
821
+ -23.58216094970703,
822
+ -32.878292083740234,
823
+ -33.002262115478516
824
+ ],
825
+ [
826
+ -24.806774139404297,
827
+ -10.06833267211914,
828
+ -53.43137741088867,
829
+ -36.29438781738281,
830
+ -23.675121307373047,
831
+ -33.4473876953125,
832
+ -33.2683219909668
833
+ ],
834
+ [
835
+ -24.799230575561523,
836
+ -10.070316314697266,
837
+ -54.24421691894531,
838
+ -36.37746810913086,
839
+ -23.685352325439453,
840
+ -33.9517822265625,
841
+ -33.42109298706055
842
+ ],
843
+ [
844
+ -24.732126235961914,
845
+ -10.07029914855957,
846
+ -54.64339828491211,
847
+ -36.4773063659668,
848
+ -23.682329177856445,
849
+ -34.212223052978516,
850
+ -33.55178451538086
851
+ ],
852
+ [
853
+ -24.3509578704834,
854
+ -10.070287704467773,
855
+ -54.56159210205078,
856
+ -36.60988998413086,
857
+ -23.682201385498047,
858
+ -34.409423828125,
859
+ -33.26326370239258
860
+ ],
861
+ [
862
+ -23.759092330932617,
863
+ -10.070272445678711,
864
+ -54.44050216674805,
865
+ -37.09710693359375,
866
+ -23.682085037231445,
867
+ -34.68149948120117,
868
+ -32.9384765625
869
+ ]
870
+ ],
871
+ "q99": [
872
+ [
873
+ 3.203047752380371,
874
+ 3.7505993843078613,
875
+ 8.72464370727539,
876
+ 9.948126792907715,
877
+ 11.195253372192383,
878
+ 5.477096080780029,
879
+ 7.006125450134277
880
+ ],
881
+ [
882
+ 5.7390570640563965,
883
+ 6.635564804077148,
884
+ 16.971813201904297,
885
+ 18.642690658569336,
886
+ 19.90561294555664,
887
+ 10.401065826416016,
888
+ 11.342881202697754
889
+ ],
890
+ [
891
+ 8.532023429870605,
892
+ 8.251216888427734,
893
+ 24.75363540649414,
894
+ 18.472192764282227,
895
+ 19.774227142333984,
896
+ 14.655866622924805,
897
+ 15.70905590057373
898
+ ],
899
+ [
900
+ 10.869905471801758,
901
+ 9.230382919311523,
902
+ 31.436893463134766,
903
+ 19.715234756469727,
904
+ 19.81361961364746,
905
+ 18.759492874145508,
906
+ 20.138126373291016
907
+ ],
908
+ [
909
+ 12.716119766235352,
910
+ 9.484061241149902,
911
+ 37.04032516479492,
912
+ 23.830785751342773,
913
+ 19.81861114501953,
914
+ 21.909305572509766,
915
+ 23.74039649963379
916
+ ],
917
+ [
918
+ 14.470975875854492,
919
+ 9.510160446166992,
920
+ 41.770057678222656,
921
+ 27.173765182495117,
922
+ 20.0618839263916,
923
+ 24.20587921142578,
924
+ 26.801916122436523
925
+ ],
926
+ [
927
+ 16.024580001831055,
928
+ 9.510558128356934,
929
+ 45.34690475463867,
930
+ 30.040668487548828,
931
+ 21.872987747192383,
932
+ 25.943317413330078,
933
+ 28.912029266357422
934
+ ],
935
+ [
936
+ 16.895124435424805,
937
+ 9.513190269470215,
938
+ 47.93039321899414,
939
+ 32.24497985839844,
940
+ 22.715166091918945,
941
+ 27.396934509277344,
942
+ 30.489883422851562
943
+ ],
944
+ [
945
+ 17.761186599731445,
946
+ 9.570911407470703,
947
+ 50.055416107177734,
948
+ 34.065670013427734,
949
+ 23.788578033447266,
950
+ 28.185653686523438,
951
+ 31.546728134155273
952
+ ],
953
+ [
954
+ 18.391948699951172,
955
+ 9.712384223937988,
956
+ 51.48924255371094,
957
+ 35.40724182128906,
958
+ 24.940738677978516,
959
+ 28.75865364074707,
960
+ 32.44330978393555
961
+ ],
962
+ [
963
+ 19.106931686401367,
964
+ 9.978495597839355,
965
+ 52.564918518066406,
966
+ 36.375064849853516,
967
+ 25.661256790161133,
968
+ 29.218664169311523,
969
+ 33.03133010864258
970
+ ],
971
+ [
972
+ 19.62432861328125,
973
+ 10.027887344360352,
974
+ 53.07897186279297,
975
+ 36.976646423339844,
976
+ 26.609840393066406,
977
+ 29.49842071533203,
978
+ 33.33045959472656
979
+ ],
980
+ [
981
+ 19.768310546875,
982
+ 10.027881622314453,
983
+ 53.27336883544922,
984
+ 37.44525909423828,
985
+ 28.005691528320312,
986
+ 29.92152214050293,
987
+ 33.3731803894043
988
+ ],
989
+ [
990
+ 19.806724548339844,
991
+ 10.027848243713379,
992
+ 53.31312942504883,
993
+ 37.71003341674805,
994
+ 29.430599212646484,
995
+ 29.987842559814453,
996
+ 33.3889274597168
997
+ ],
998
+ [
999
+ 20.140544891357422,
1000
+ 10.027847290039062,
1001
+ 53.163578033447266,
1002
+ 37.966617584228516,
1003
+ 30.082942962646484,
1004
+ 30.24797248840332,
1005
+ 33.202571868896484
1006
+ ],
1007
+ [
1008
+ 20.164806365966797,
1009
+ 10.02784538269043,
1010
+ 52.79570770263672,
1011
+ 38.0666389465332,
1012
+ 30.232667922973633,
1013
+ 30.37464714050293,
1014
+ 32.94834899902344
1015
+ ]
1016
+ ]
1017
+ }
1018
+ }
1019
+ }
1020
+ }
checkpoint-6000/experiment_cfg/final_model_config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "Gr00tN1d6",
3
+ "model_dtype": "bfloat16",
4
+ "model_name": "nvidia/Eagle-Block2A-2B-v2",
5
+ "backbone_model_type": "eagle",
6
+ "model_revision": null,
7
+ "tune_top_llm_layers": 4,
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": true,
15
+ "collator_overwrite_image_inputs": false,
16
+ "eagle_collator": true,
17
+ "backbone_trainable_params_fp32": true,
18
+ "apply_sincos_state_encoding": true,
19
+ "use_relative_action": true,
20
+ "max_state_dim": 128,
21
+ "max_action_dim": 128,
22
+ "action_horizon": 50,
23
+ "hidden_size": 1024,
24
+ "input_embedding_dim": 1536,
25
+ "add_pos_embed": true,
26
+ "attn_dropout": 0.2,
27
+ "use_vlln": true,
28
+ "max_seq_len": 1024,
29
+ "use_alternate_vl_dit": true,
30
+ "attend_text_every_n_blocks": 2,
31
+ "diffusion_model_cfg": {
32
+ "attention_head_dim": 48,
33
+ "dropout": 0.2,
34
+ "final_dropout": true,
35
+ "interleave_self_attention": true,
36
+ "norm_type": "ada_norm",
37
+ "num_attention_heads": 32,
38
+ "num_layers": 32,
39
+ "output_dim": 1024,
40
+ "positional_embeddings": null
41
+ },
42
+ "num_inference_timesteps": 4,
43
+ "noise_beta_alpha": 1.5,
44
+ "noise_beta_beta": 1.0,
45
+ "noise_s": 0.999,
46
+ "num_timestep_buckets": 1000,
47
+ "tune_projector": true,
48
+ "tune_diffusion_model": true,
49
+ "tune_vlln": true,
50
+ "state_dropout_prob": 0.0,
51
+ "state_additive_noise_scale": 0.0,
52
+ "max_num_embodiments": 32
53
+ }
checkpoint-6000/experiment_cfg/final_processor_config.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-6000/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-6000/processor_config.json ADDED
@@ -0,0 +1,453 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "processor_class": "Gr00tN1d6Processor",
3
+ "processor_kwargs": {
4
+ "modality_configs": {
5
+ "behavior_r1_pro": {
6
+ "video": {
7
+ "delta_indices": [
8
+ 0
9
+ ],
10
+ "modality_keys": [
11
+ "observation.images.rgb.head_256_256",
12
+ "observation.images.rgb.left_wrist_256_256",
13
+ "observation.images.rgb.right_wrist_256_256"
14
+ ],
15
+ "sin_cos_embedding_keys": null,
16
+ "mean_std_embedding_keys": null,
17
+ "action_configs": null
18
+ },
19
+ "state": {
20
+ "delta_indices": [
21
+ 0
22
+ ],
23
+ "modality_keys": [
24
+ "robot_pos",
25
+ "robot_ori_cos",
26
+ "robot_ori_sin",
27
+ "robot_2d_ori",
28
+ "robot_2d_ori_cos",
29
+ "robot_2d_ori_sin",
30
+ "robot_lin_vel",
31
+ "robot_ang_vel",
32
+ "arm_left_qpos",
33
+ "arm_left_qpos_sin",
34
+ "arm_left_qpos_cos",
35
+ "eef_left_pos",
36
+ "eef_left_quat",
37
+ "gripper_left_qpos",
38
+ "arm_right_qpos",
39
+ "arm_right_qpos_sin",
40
+ "arm_right_qpos_cos",
41
+ "eef_right_pos",
42
+ "eef_right_quat",
43
+ "gripper_right_qpos",
44
+ "trunk_qpos"
45
+ ],
46
+ "sin_cos_embedding_keys": null,
47
+ "mean_std_embedding_keys": null,
48
+ "action_configs": null
49
+ },
50
+ "action": {
51
+ "delta_indices": [
52
+ 0,
53
+ 1,
54
+ 2,
55
+ 3,
56
+ 4,
57
+ 5,
58
+ 6,
59
+ 7,
60
+ 8,
61
+ 9,
62
+ 10,
63
+ 11,
64
+ 12,
65
+ 13,
66
+ 14,
67
+ 15,
68
+ 16,
69
+ 17,
70
+ 18,
71
+ 19,
72
+ 20,
73
+ 21,
74
+ 22,
75
+ 23,
76
+ 24,
77
+ 25,
78
+ 26,
79
+ 27,
80
+ 28,
81
+ 29,
82
+ 30,
83
+ 31
84
+ ],
85
+ "modality_keys": [
86
+ "base",
87
+ "torso",
88
+ "left_arm",
89
+ "left_gripper",
90
+ "right_arm",
91
+ "right_gripper"
92
+ ],
93
+ "sin_cos_embedding_keys": null,
94
+ "mean_std_embedding_keys": null,
95
+ "action_configs": [
96
+ {
97
+ "rep": "ABSOLUTE",
98
+ "type": "NON_EEF",
99
+ "format": "DEFAULT",
100
+ "state_key": null
101
+ },
102
+ {
103
+ "rep": "RELATIVE",
104
+ "type": "NON_EEF",
105
+ "format": "DEFAULT",
106
+ "state_key": "trunk_qpos"
107
+ },
108
+ {
109
+ "rep": "RELATIVE",
110
+ "type": "NON_EEF",
111
+ "format": "DEFAULT",
112
+ "state_key": "arm_left_qpos"
113
+ },
114
+ {
115
+ "rep": "ABSOLUTE",
116
+ "type": "NON_EEF",
117
+ "format": "DEFAULT",
118
+ "state_key": null
119
+ },
120
+ {
121
+ "rep": "RELATIVE",
122
+ "type": "NON_EEF",
123
+ "format": "DEFAULT",
124
+ "state_key": "arm_right_qpos"
125
+ },
126
+ {
127
+ "rep": "ABSOLUTE",
128
+ "type": "NON_EEF",
129
+ "format": "DEFAULT",
130
+ "state_key": null
131
+ }
132
+ ]
133
+ },
134
+ "language": {
135
+ "delta_indices": [
136
+ 0
137
+ ],
138
+ "modality_keys": [
139
+ "annotation.human.coarse_action"
140
+ ],
141
+ "sin_cos_embedding_keys": null,
142
+ "mean_std_embedding_keys": null,
143
+ "action_configs": null
144
+ }
145
+ },
146
+ "gr1": {
147
+ "video": {
148
+ "delta_indices": [
149
+ 0
150
+ ],
151
+ "modality_keys": [
152
+ "ego_view_bg_crop_pad_res256_freq20"
153
+ ],
154
+ "sin_cos_embedding_keys": null,
155
+ "mean_std_embedding_keys": null,
156
+ "action_configs": null
157
+ },
158
+ "state": {
159
+ "delta_indices": [
160
+ 0
161
+ ],
162
+ "modality_keys": [
163
+ "left_arm",
164
+ "right_arm",
165
+ "left_hand",
166
+ "right_hand",
167
+ "waist"
168
+ ],
169
+ "sin_cos_embedding_keys": [
170
+ "left_arm",
171
+ "right_arm",
172
+ "left_hand",
173
+ "right_hand",
174
+ "waist"
175
+ ],
176
+ "mean_std_embedding_keys": null,
177
+ "action_configs": null
178
+ },
179
+ "action": {
180
+ "delta_indices": [
181
+ 0,
182
+ 1,
183
+ 2,
184
+ 3,
185
+ 4,
186
+ 5,
187
+ 6,
188
+ 7,
189
+ 8,
190
+ 9,
191
+ 10,
192
+ 11,
193
+ 12,
194
+ 13,
195
+ 14,
196
+ 15
197
+ ],
198
+ "modality_keys": [
199
+ "left_arm",
200
+ "right_arm",
201
+ "left_hand",
202
+ "right_hand",
203
+ "waist"
204
+ ],
205
+ "sin_cos_embedding_keys": null,
206
+ "mean_std_embedding_keys": null,
207
+ "action_configs": [
208
+ {
209
+ "rep": "RELATIVE",
210
+ "type": "NON_EEF",
211
+ "format": "DEFAULT",
212
+ "state_key": null
213
+ },
214
+ {
215
+ "rep": "RELATIVE",
216
+ "type": "NON_EEF",
217
+ "format": "DEFAULT",
218
+ "state_key": null
219
+ },
220
+ {
221
+ "rep": "RELATIVE",
222
+ "type": "NON_EEF",
223
+ "format": "DEFAULT",
224
+ "state_key": null
225
+ },
226
+ {
227
+ "rep": "RELATIVE",
228
+ "type": "NON_EEF",
229
+ "format": "DEFAULT",
230
+ "state_key": null
231
+ },
232
+ {
233
+ "rep": "ABSOLUTE",
234
+ "type": "NON_EEF",
235
+ "format": "DEFAULT",
236
+ "state_key": null
237
+ }
238
+ ]
239
+ },
240
+ "language": {
241
+ "delta_indices": [
242
+ 0
243
+ ],
244
+ "modality_keys": [
245
+ "task"
246
+ ],
247
+ "sin_cos_embedding_keys": null,
248
+ "mean_std_embedding_keys": null,
249
+ "action_configs": null
250
+ }
251
+ },
252
+ "robocasa_panda_omron": {
253
+ "video": {
254
+ "delta_indices": [
255
+ 0
256
+ ],
257
+ "modality_keys": [
258
+ "res256_image_side_0",
259
+ "res256_image_side_1",
260
+ "res256_image_wrist_0"
261
+ ],
262
+ "sin_cos_embedding_keys": null,
263
+ "mean_std_embedding_keys": null,
264
+ "action_configs": null
265
+ },
266
+ "state": {
267
+ "delta_indices": [
268
+ 0
269
+ ],
270
+ "modality_keys": [
271
+ "end_effector_position_relative",
272
+ "end_effector_rotation_relative",
273
+ "gripper_qpos",
274
+ "base_position",
275
+ "base_rotation"
276
+ ],
277
+ "sin_cos_embedding_keys": null,
278
+ "mean_std_embedding_keys": null,
279
+ "action_configs": null
280
+ },
281
+ "action": {
282
+ "delta_indices": [
283
+ 0,
284
+ 1,
285
+ 2,
286
+ 3,
287
+ 4,
288
+ 5,
289
+ 6,
290
+ 7,
291
+ 8,
292
+ 9,
293
+ 10,
294
+ 11,
295
+ 12,
296
+ 13,
297
+ 14,
298
+ 15
299
+ ],
300
+ "modality_keys": [
301
+ "end_effector_position",
302
+ "end_effector_rotation",
303
+ "gripper_close",
304
+ "base_motion",
305
+ "control_mode"
306
+ ],
307
+ "sin_cos_embedding_keys": null,
308
+ "mean_std_embedding_keys": null,
309
+ "action_configs": [
310
+ {
311
+ "rep": "ABSOLUTE",
312
+ "type": "NON_EEF",
313
+ "format": "DEFAULT",
314
+ "state_key": null
315
+ },
316
+ {
317
+ "rep": "ABSOLUTE",
318
+ "type": "NON_EEF",
319
+ "format": "DEFAULT",
320
+ "state_key": null
321
+ },
322
+ {
323
+ "rep": "ABSOLUTE",
324
+ "type": "NON_EEF",
325
+ "format": "DEFAULT",
326
+ "state_key": null
327
+ },
328
+ {
329
+ "rep": "ABSOLUTE",
330
+ "type": "NON_EEF",
331
+ "format": "DEFAULT",
332
+ "state_key": null
333
+ },
334
+ {
335
+ "rep": "ABSOLUTE",
336
+ "type": "NON_EEF",
337
+ "format": "DEFAULT",
338
+ "state_key": null
339
+ }
340
+ ]
341
+ },
342
+ "language": {
343
+ "delta_indices": [
344
+ 0
345
+ ],
346
+ "modality_keys": [
347
+ "annotation.human.action.task_description"
348
+ ],
349
+ "sin_cos_embedding_keys": null,
350
+ "mean_std_embedding_keys": null,
351
+ "action_configs": null
352
+ }
353
+ },
354
+ "reachy2": {
355
+ "video": {
356
+ "delta_indices": [
357
+ 0
358
+ ],
359
+ "modality_keys": [
360
+ "front_cam"
361
+ ],
362
+ "sin_cos_embedding_keys": null,
363
+ "mean_std_embedding_keys": null,
364
+ "action_configs": null
365
+ },
366
+ "state": {
367
+ "delta_indices": [
368
+ 0
369
+ ],
370
+ "modality_keys": [
371
+ "arm_joints"
372
+ ],
373
+ "sin_cos_embedding_keys": null,
374
+ "mean_std_embedding_keys": null,
375
+ "action_configs": null
376
+ },
377
+ "action": {
378
+ "delta_indices": [
379
+ 0,
380
+ 1,
381
+ 2,
382
+ 3,
383
+ 4,
384
+ 5,
385
+ 6,
386
+ 7,
387
+ 8,
388
+ 9,
389
+ 10,
390
+ 11,
391
+ 12,
392
+ 13,
393
+ 14,
394
+ 15
395
+ ],
396
+ "modality_keys": [
397
+ "arm_joints",
398
+ "gripper"
399
+ ],
400
+ "sin_cos_embedding_keys": null,
401
+ "mean_std_embedding_keys": null,
402
+ "action_configs": [
403
+ {
404
+ "rep": "RELATIVE",
405
+ "type": "NON_EEF",
406
+ "format": "DEFAULT",
407
+ "state_key": "arm_joints"
408
+ },
409
+ {
410
+ "rep": "ABSOLUTE",
411
+ "type": "NON_EEF",
412
+ "format": "DEFAULT",
413
+ "state_key": null
414
+ }
415
+ ]
416
+ },
417
+ "language": {
418
+ "delta_indices": [
419
+ 0
420
+ ],
421
+ "modality_keys": [
422
+ "annotation.human.task_description"
423
+ ],
424
+ "sin_cos_embedding_keys": null,
425
+ "mean_std_embedding_keys": null,
426
+ "action_configs": null
427
+ }
428
+ }
429
+ },
430
+ "image_crop_size": null,
431
+ "image_target_size": null,
432
+ "use_albumentations": true,
433
+ "random_rotation_angle": null,
434
+ "color_jitter_params": {
435
+ "brightness": 0.3,
436
+ "contrast": 0.4,
437
+ "saturation": 0.5,
438
+ "hue": 0.08
439
+ },
440
+ "shortest_image_edge": 256,
441
+ "crop_fraction": 0.95,
442
+ "model_name": "nvidia/Eagle-Block2A-2B-v2",
443
+ "model_type": "eagle",
444
+ "formalize_language": true,
445
+ "max_state_dim": 128,
446
+ "max_action_dim": 128,
447
+ "max_action_horizon": 50,
448
+ "use_percentiles": false,
449
+ "clip_outliers": true,
450
+ "apply_sincos_state_encoding": true,
451
+ "use_relative_action": true
452
+ }
453
+ }
checkpoint-6000/statistics.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-6000/trainer_state.json ADDED
@@ -0,0 +1,3634 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.2,
6
+ "eval_steps": 500,
7
+ "global_step": 6000,
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": 1.3009417057037354,
14
+ "learning_rate": 6.000000000000001e-07,
15
+ "loss": 1.1749,
16
+ "step": 10
17
+ },
18
+ {
19
+ "grad_norm": 1.2199763059616089,
20
+ "learning_rate": 1.2666666666666667e-06,
21
+ "loss": 1.1792,
22
+ "step": 20
23
+ },
24
+ {
25
+ "grad_norm": 1.2334861755371094,
26
+ "learning_rate": 1.9333333333333336e-06,
27
+ "loss": 1.1634,
28
+ "step": 30
29
+ },
30
+ {
31
+ "grad_norm": 0.49021822214126587,
32
+ "learning_rate": 2.6e-06,
33
+ "loss": 1.1531,
34
+ "step": 40
35
+ },
36
+ {
37
+ "grad_norm": 0.5607965588569641,
38
+ "learning_rate": 3.2666666666666666e-06,
39
+ "loss": 1.1421,
40
+ "step": 50
41
+ },
42
+ {
43
+ "grad_norm": 0.5553359389305115,
44
+ "learning_rate": 3.9333333333333335e-06,
45
+ "loss": 1.1477,
46
+ "step": 60
47
+ },
48
+ {
49
+ "grad_norm": 0.46306923031806946,
50
+ "learning_rate": 4.6e-06,
51
+ "loss": 1.1444,
52
+ "step": 70
53
+ },
54
+ {
55
+ "grad_norm": 0.37802454829216003,
56
+ "learning_rate": 5.266666666666667e-06,
57
+ "loss": 1.141,
58
+ "step": 80
59
+ },
60
+ {
61
+ "grad_norm": 0.30536743998527527,
62
+ "learning_rate": 5.933333333333334e-06,
63
+ "loss": 1.1446,
64
+ "step": 90
65
+ },
66
+ {
67
+ "grad_norm": 0.30887874960899353,
68
+ "learning_rate": 6.6e-06,
69
+ "loss": 1.1291,
70
+ "step": 100
71
+ },
72
+ {
73
+ "grad_norm": 0.3307710289955139,
74
+ "learning_rate": 7.266666666666668e-06,
75
+ "loss": 1.1313,
76
+ "step": 110
77
+ },
78
+ {
79
+ "grad_norm": 0.41364726424217224,
80
+ "learning_rate": 7.933333333333334e-06,
81
+ "loss": 1.1059,
82
+ "step": 120
83
+ },
84
+ {
85
+ "grad_norm": 0.6503350734710693,
86
+ "learning_rate": 8.599999999999999e-06,
87
+ "loss": 1.092,
88
+ "step": 130
89
+ },
90
+ {
91
+ "grad_norm": 0.4717787802219391,
92
+ "learning_rate": 9.266666666666667e-06,
93
+ "loss": 1.0759,
94
+ "step": 140
95
+ },
96
+ {
97
+ "grad_norm": 0.4680929481983185,
98
+ "learning_rate": 9.933333333333334e-06,
99
+ "loss": 1.0662,
100
+ "step": 150
101
+ },
102
+ {
103
+ "grad_norm": 0.5255718231201172,
104
+ "learning_rate": 1.06e-05,
105
+ "loss": 1.0681,
106
+ "step": 160
107
+ },
108
+ {
109
+ "grad_norm": 0.5515910983085632,
110
+ "learning_rate": 1.1266666666666667e-05,
111
+ "loss": 1.0722,
112
+ "step": 170
113
+ },
114
+ {
115
+ "grad_norm": 0.48872169852256775,
116
+ "learning_rate": 1.1933333333333333e-05,
117
+ "loss": 1.0508,
118
+ "step": 180
119
+ },
120
+ {
121
+ "grad_norm": 0.684299111366272,
122
+ "learning_rate": 1.2600000000000001e-05,
123
+ "loss": 1.0376,
124
+ "step": 190
125
+ },
126
+ {
127
+ "grad_norm": 1.1723419427871704,
128
+ "learning_rate": 1.3266666666666666e-05,
129
+ "loss": 1.0092,
130
+ "step": 200
131
+ },
132
+ {
133
+ "grad_norm": 1.824255347251892,
134
+ "learning_rate": 1.3933333333333334e-05,
135
+ "loss": 0.9294,
136
+ "step": 210
137
+ },
138
+ {
139
+ "grad_norm": 1.4841794967651367,
140
+ "learning_rate": 1.4599999999999999e-05,
141
+ "loss": 0.8456,
142
+ "step": 220
143
+ },
144
+ {
145
+ "grad_norm": 2.235757350921631,
146
+ "learning_rate": 1.5266666666666667e-05,
147
+ "loss": 0.7766,
148
+ "step": 230
149
+ },
150
+ {
151
+ "grad_norm": 2.0225579738616943,
152
+ "learning_rate": 1.5933333333333332e-05,
153
+ "loss": 0.7053,
154
+ "step": 240
155
+ },
156
+ {
157
+ "grad_norm": 2.08072829246521,
158
+ "learning_rate": 1.66e-05,
159
+ "loss": 0.6041,
160
+ "step": 250
161
+ },
162
+ {
163
+ "grad_norm": 1.6011135578155518,
164
+ "learning_rate": 1.726666666666667e-05,
165
+ "loss": 0.5229,
166
+ "step": 260
167
+ },
168
+ {
169
+ "grad_norm": 2.2321128845214844,
170
+ "learning_rate": 1.7933333333333337e-05,
171
+ "loss": 0.4281,
172
+ "step": 270
173
+ },
174
+ {
175
+ "grad_norm": 2.5934298038482666,
176
+ "learning_rate": 1.86e-05,
177
+ "loss": 0.3515,
178
+ "step": 280
179
+ },
180
+ {
181
+ "grad_norm": 1.9225094318389893,
182
+ "learning_rate": 1.926666666666667e-05,
183
+ "loss": 0.2963,
184
+ "step": 290
185
+ },
186
+ {
187
+ "grad_norm": 2.2619729042053223,
188
+ "learning_rate": 1.9933333333333334e-05,
189
+ "loss": 0.2743,
190
+ "step": 300
191
+ },
192
+ {
193
+ "grad_norm": 1.548316478729248,
194
+ "learning_rate": 2.06e-05,
195
+ "loss": 0.253,
196
+ "step": 310
197
+ },
198
+ {
199
+ "grad_norm": 2.221480369567871,
200
+ "learning_rate": 2.1266666666666667e-05,
201
+ "loss": 0.2073,
202
+ "step": 320
203
+ },
204
+ {
205
+ "grad_norm": 1.8750739097595215,
206
+ "learning_rate": 2.1933333333333332e-05,
207
+ "loss": 0.2117,
208
+ "step": 330
209
+ },
210
+ {
211
+ "grad_norm": 2.543257236480713,
212
+ "learning_rate": 2.26e-05,
213
+ "loss": 0.2149,
214
+ "step": 340
215
+ },
216
+ {
217
+ "grad_norm": 2.042208433151245,
218
+ "learning_rate": 2.326666666666667e-05,
219
+ "loss": 0.1861,
220
+ "step": 350
221
+ },
222
+ {
223
+ "grad_norm": 2.3000669479370117,
224
+ "learning_rate": 2.3933333333333337e-05,
225
+ "loss": 0.1862,
226
+ "step": 360
227
+ },
228
+ {
229
+ "grad_norm": 1.547419786453247,
230
+ "learning_rate": 2.46e-05,
231
+ "loss": 0.1628,
232
+ "step": 370
233
+ },
234
+ {
235
+ "grad_norm": 2.104421615600586,
236
+ "learning_rate": 2.5266666666666666e-05,
237
+ "loss": 0.161,
238
+ "step": 380
239
+ },
240
+ {
241
+ "grad_norm": 1.269059181213379,
242
+ "learning_rate": 2.5933333333333338e-05,
243
+ "loss": 0.1528,
244
+ "step": 390
245
+ },
246
+ {
247
+ "grad_norm": 1.5469577312469482,
248
+ "learning_rate": 2.6600000000000003e-05,
249
+ "loss": 0.1441,
250
+ "step": 400
251
+ },
252
+ {
253
+ "grad_norm": 1.4905346632003784,
254
+ "learning_rate": 2.7266666666666668e-05,
255
+ "loss": 0.1473,
256
+ "step": 410
257
+ },
258
+ {
259
+ "grad_norm": 1.8448561429977417,
260
+ "learning_rate": 2.7933333333333332e-05,
261
+ "loss": 0.1371,
262
+ "step": 420
263
+ },
264
+ {
265
+ "grad_norm": 1.6076915264129639,
266
+ "learning_rate": 2.86e-05,
267
+ "loss": 0.1409,
268
+ "step": 430
269
+ },
270
+ {
271
+ "grad_norm": 1.9364864826202393,
272
+ "learning_rate": 2.926666666666667e-05,
273
+ "loss": 0.1318,
274
+ "step": 440
275
+ },
276
+ {
277
+ "grad_norm": 1.8688479661941528,
278
+ "learning_rate": 2.9933333333333337e-05,
279
+ "loss": 0.1294,
280
+ "step": 450
281
+ },
282
+ {
283
+ "grad_norm": 1.5966501235961914,
284
+ "learning_rate": 3.06e-05,
285
+ "loss": 0.1204,
286
+ "step": 460
287
+ },
288
+ {
289
+ "grad_norm": 1.4227409362792969,
290
+ "learning_rate": 3.126666666666666e-05,
291
+ "loss": 0.1104,
292
+ "step": 470
293
+ },
294
+ {
295
+ "grad_norm": 1.5022822618484497,
296
+ "learning_rate": 3.1933333333333335e-05,
297
+ "loss": 0.1155,
298
+ "step": 480
299
+ },
300
+ {
301
+ "grad_norm": 1.629330039024353,
302
+ "learning_rate": 3.26e-05,
303
+ "loss": 0.1186,
304
+ "step": 490
305
+ },
306
+ {
307
+ "grad_norm": 1.404849648475647,
308
+ "learning_rate": 3.326666666666667e-05,
309
+ "loss": 0.1172,
310
+ "step": 500
311
+ },
312
+ {
313
+ "grad_norm": 1.5502809286117554,
314
+ "learning_rate": 3.3933333333333336e-05,
315
+ "loss": 0.1093,
316
+ "step": 510
317
+ },
318
+ {
319
+ "grad_norm": 1.4023650884628296,
320
+ "learning_rate": 3.46e-05,
321
+ "loss": 0.111,
322
+ "step": 520
323
+ },
324
+ {
325
+ "grad_norm": 1.4860507249832153,
326
+ "learning_rate": 3.526666666666667e-05,
327
+ "loss": 0.1104,
328
+ "step": 530
329
+ },
330
+ {
331
+ "grad_norm": 1.537412405014038,
332
+ "learning_rate": 3.593333333333334e-05,
333
+ "loss": 0.1084,
334
+ "step": 540
335
+ },
336
+ {
337
+ "grad_norm": 1.4830931425094604,
338
+ "learning_rate": 3.66e-05,
339
+ "loss": 0.0916,
340
+ "step": 550
341
+ },
342
+ {
343
+ "grad_norm": 1.4352984428405762,
344
+ "learning_rate": 3.726666666666667e-05,
345
+ "loss": 0.104,
346
+ "step": 560
347
+ },
348
+ {
349
+ "grad_norm": 1.3771204948425293,
350
+ "learning_rate": 3.793333333333334e-05,
351
+ "loss": 0.1079,
352
+ "step": 570
353
+ },
354
+ {
355
+ "grad_norm": 1.2277265787124634,
356
+ "learning_rate": 3.86e-05,
357
+ "loss": 0.1036,
358
+ "step": 580
359
+ },
360
+ {
361
+ "grad_norm": 1.1596946716308594,
362
+ "learning_rate": 3.926666666666667e-05,
363
+ "loss": 0.0972,
364
+ "step": 590
365
+ },
366
+ {
367
+ "grad_norm": 1.66548752784729,
368
+ "learning_rate": 3.993333333333333e-05,
369
+ "loss": 0.1048,
370
+ "step": 600
371
+ },
372
+ {
373
+ "grad_norm": 1.2037672996520996,
374
+ "learning_rate": 4.0600000000000004e-05,
375
+ "loss": 0.0939,
376
+ "step": 610
377
+ },
378
+ {
379
+ "grad_norm": 1.3335858583450317,
380
+ "learning_rate": 4.126666666666667e-05,
381
+ "loss": 0.0933,
382
+ "step": 620
383
+ },
384
+ {
385
+ "grad_norm": 1.2477325201034546,
386
+ "learning_rate": 4.1933333333333334e-05,
387
+ "loss": 0.0955,
388
+ "step": 630
389
+ },
390
+ {
391
+ "grad_norm": 1.316272497177124,
392
+ "learning_rate": 4.26e-05,
393
+ "loss": 0.0999,
394
+ "step": 640
395
+ },
396
+ {
397
+ "grad_norm": 0.7914609313011169,
398
+ "learning_rate": 4.3266666666666664e-05,
399
+ "loss": 0.1001,
400
+ "step": 650
401
+ },
402
+ {
403
+ "grad_norm": 0.918965756893158,
404
+ "learning_rate": 4.3933333333333335e-05,
405
+ "loss": 0.0919,
406
+ "step": 660
407
+ },
408
+ {
409
+ "grad_norm": 1.0262644290924072,
410
+ "learning_rate": 4.46e-05,
411
+ "loss": 0.084,
412
+ "step": 670
413
+ },
414
+ {
415
+ "grad_norm": 1.2336540222167969,
416
+ "learning_rate": 4.526666666666667e-05,
417
+ "loss": 0.0854,
418
+ "step": 680
419
+ },
420
+ {
421
+ "grad_norm": 0.9136370420455933,
422
+ "learning_rate": 4.5933333333333336e-05,
423
+ "loss": 0.0812,
424
+ "step": 690
425
+ },
426
+ {
427
+ "grad_norm": 1.1595962047576904,
428
+ "learning_rate": 4.660000000000001e-05,
429
+ "loss": 0.083,
430
+ "step": 700
431
+ },
432
+ {
433
+ "grad_norm": 1.0120071172714233,
434
+ "learning_rate": 4.726666666666667e-05,
435
+ "loss": 0.0828,
436
+ "step": 710
437
+ },
438
+ {
439
+ "grad_norm": 0.8206706643104553,
440
+ "learning_rate": 4.793333333333334e-05,
441
+ "loss": 0.0829,
442
+ "step": 720
443
+ },
444
+ {
445
+ "grad_norm": 0.9440912008285522,
446
+ "learning_rate": 4.86e-05,
447
+ "loss": 0.0848,
448
+ "step": 730
449
+ },
450
+ {
451
+ "grad_norm": 0.8843382596969604,
452
+ "learning_rate": 4.926666666666667e-05,
453
+ "loss": 0.0893,
454
+ "step": 740
455
+ },
456
+ {
457
+ "grad_norm": 1.190615177154541,
458
+ "learning_rate": 4.993333333333334e-05,
459
+ "loss": 0.0866,
460
+ "step": 750
461
+ },
462
+ {
463
+ "grad_norm": 0.9545953869819641,
464
+ "learning_rate": 5.0600000000000003e-05,
465
+ "loss": 0.0851,
466
+ "step": 760
467
+ },
468
+ {
469
+ "grad_norm": 1.1350778341293335,
470
+ "learning_rate": 5.1266666666666675e-05,
471
+ "loss": 0.0906,
472
+ "step": 770
473
+ },
474
+ {
475
+ "grad_norm": 0.9359301924705505,
476
+ "learning_rate": 5.193333333333333e-05,
477
+ "loss": 0.0807,
478
+ "step": 780
479
+ },
480
+ {
481
+ "grad_norm": 0.884219765663147,
482
+ "learning_rate": 5.2600000000000005e-05,
483
+ "loss": 0.0775,
484
+ "step": 790
485
+ },
486
+ {
487
+ "grad_norm": 1.1784193515777588,
488
+ "learning_rate": 5.326666666666666e-05,
489
+ "loss": 0.081,
490
+ "step": 800
491
+ },
492
+ {
493
+ "grad_norm": 1.332310438156128,
494
+ "learning_rate": 5.3933333333333334e-05,
495
+ "loss": 0.0772,
496
+ "step": 810
497
+ },
498
+ {
499
+ "grad_norm": 1.1053208112716675,
500
+ "learning_rate": 5.4600000000000006e-05,
501
+ "loss": 0.0773,
502
+ "step": 820
503
+ },
504
+ {
505
+ "grad_norm": 0.779946506023407,
506
+ "learning_rate": 5.5266666666666664e-05,
507
+ "loss": 0.0757,
508
+ "step": 830
509
+ },
510
+ {
511
+ "grad_norm": 0.8009672164916992,
512
+ "learning_rate": 5.5933333333333335e-05,
513
+ "loss": 0.0784,
514
+ "step": 840
515
+ },
516
+ {
517
+ "grad_norm": 1.1611248254776,
518
+ "learning_rate": 5.66e-05,
519
+ "loss": 0.0756,
520
+ "step": 850
521
+ },
522
+ {
523
+ "grad_norm": 0.9510448575019836,
524
+ "learning_rate": 5.726666666666667e-05,
525
+ "loss": 0.0793,
526
+ "step": 860
527
+ },
528
+ {
529
+ "grad_norm": 0.7078857421875,
530
+ "learning_rate": 5.7933333333333337e-05,
531
+ "loss": 0.0724,
532
+ "step": 870
533
+ },
534
+ {
535
+ "grad_norm": 1.2287640571594238,
536
+ "learning_rate": 5.86e-05,
537
+ "loss": 0.0745,
538
+ "step": 880
539
+ },
540
+ {
541
+ "grad_norm": 0.8060562014579773,
542
+ "learning_rate": 5.926666666666667e-05,
543
+ "loss": 0.0723,
544
+ "step": 890
545
+ },
546
+ {
547
+ "grad_norm": 0.6258071660995483,
548
+ "learning_rate": 5.9933333333333345e-05,
549
+ "loss": 0.0752,
550
+ "step": 900
551
+ },
552
+ {
553
+ "grad_norm": 0.5880326628684998,
554
+ "learning_rate": 6.06e-05,
555
+ "loss": 0.0688,
556
+ "step": 910
557
+ },
558
+ {
559
+ "grad_norm": 0.82889723777771,
560
+ "learning_rate": 6.126666666666667e-05,
561
+ "loss": 0.0704,
562
+ "step": 920
563
+ },
564
+ {
565
+ "grad_norm": 0.964141845703125,
566
+ "learning_rate": 6.193333333333333e-05,
567
+ "loss": 0.0734,
568
+ "step": 930
569
+ },
570
+ {
571
+ "grad_norm": 0.6693416237831116,
572
+ "learning_rate": 6.26e-05,
573
+ "loss": 0.0703,
574
+ "step": 940
575
+ },
576
+ {
577
+ "grad_norm": 0.7100448608398438,
578
+ "learning_rate": 6.326666666666667e-05,
579
+ "loss": 0.0731,
580
+ "step": 950
581
+ },
582
+ {
583
+ "grad_norm": 0.6688232421875,
584
+ "learning_rate": 6.393333333333333e-05,
585
+ "loss": 0.0689,
586
+ "step": 960
587
+ },
588
+ {
589
+ "grad_norm": 1.0207332372665405,
590
+ "learning_rate": 6.460000000000001e-05,
591
+ "loss": 0.0701,
592
+ "step": 970
593
+ },
594
+ {
595
+ "grad_norm": 0.649103045463562,
596
+ "learning_rate": 6.526666666666666e-05,
597
+ "loss": 0.0679,
598
+ "step": 980
599
+ },
600
+ {
601
+ "grad_norm": 0.8316885232925415,
602
+ "learning_rate": 6.593333333333334e-05,
603
+ "loss": 0.0755,
604
+ "step": 990
605
+ },
606
+ {
607
+ "grad_norm": 0.5805196762084961,
608
+ "learning_rate": 6.66e-05,
609
+ "loss": 0.0623,
610
+ "step": 1000
611
+ },
612
+ {
613
+ "grad_norm": 0.6480134129524231,
614
+ "learning_rate": 6.726666666666667e-05,
615
+ "loss": 0.0626,
616
+ "step": 1010
617
+ },
618
+ {
619
+ "grad_norm": 0.8561599850654602,
620
+ "learning_rate": 6.793333333333334e-05,
621
+ "loss": 0.0704,
622
+ "step": 1020
623
+ },
624
+ {
625
+ "grad_norm": 0.5639697313308716,
626
+ "learning_rate": 6.860000000000001e-05,
627
+ "loss": 0.0622,
628
+ "step": 1030
629
+ },
630
+ {
631
+ "grad_norm": 0.5264688730239868,
632
+ "learning_rate": 6.926666666666667e-05,
633
+ "loss": 0.0576,
634
+ "step": 1040
635
+ },
636
+ {
637
+ "grad_norm": 0.6329230666160583,
638
+ "learning_rate": 6.993333333333334e-05,
639
+ "loss": 0.0591,
640
+ "step": 1050
641
+ },
642
+ {
643
+ "grad_norm": 0.5251981019973755,
644
+ "learning_rate": 7.06e-05,
645
+ "loss": 0.0569,
646
+ "step": 1060
647
+ },
648
+ {
649
+ "grad_norm": 0.80583655834198,
650
+ "learning_rate": 7.126666666666667e-05,
651
+ "loss": 0.0619,
652
+ "step": 1070
653
+ },
654
+ {
655
+ "grad_norm": 0.7077835202217102,
656
+ "learning_rate": 7.193333333333334e-05,
657
+ "loss": 0.0638,
658
+ "step": 1080
659
+ },
660
+ {
661
+ "grad_norm": 0.6568991541862488,
662
+ "learning_rate": 7.26e-05,
663
+ "loss": 0.0635,
664
+ "step": 1090
665
+ },
666
+ {
667
+ "grad_norm": 0.6936503648757935,
668
+ "learning_rate": 7.326666666666667e-05,
669
+ "loss": 0.0586,
670
+ "step": 1100
671
+ },
672
+ {
673
+ "grad_norm": 0.8385834693908691,
674
+ "learning_rate": 7.393333333333333e-05,
675
+ "loss": 0.0563,
676
+ "step": 1110
677
+ },
678
+ {
679
+ "grad_norm": 0.6665258407592773,
680
+ "learning_rate": 7.46e-05,
681
+ "loss": 0.0598,
682
+ "step": 1120
683
+ },
684
+ {
685
+ "grad_norm": 0.7633928060531616,
686
+ "learning_rate": 7.526666666666668e-05,
687
+ "loss": 0.0682,
688
+ "step": 1130
689
+ },
690
+ {
691
+ "grad_norm": 0.6557093858718872,
692
+ "learning_rate": 7.593333333333334e-05,
693
+ "loss": 0.0622,
694
+ "step": 1140
695
+ },
696
+ {
697
+ "grad_norm": 0.7676181793212891,
698
+ "learning_rate": 7.66e-05,
699
+ "loss": 0.0554,
700
+ "step": 1150
701
+ },
702
+ {
703
+ "grad_norm": 0.49698543548583984,
704
+ "learning_rate": 7.726666666666667e-05,
705
+ "loss": 0.0619,
706
+ "step": 1160
707
+ },
708
+ {
709
+ "grad_norm": 0.658534824848175,
710
+ "learning_rate": 7.793333333333333e-05,
711
+ "loss": 0.0628,
712
+ "step": 1170
713
+ },
714
+ {
715
+ "grad_norm": 0.7802417874336243,
716
+ "learning_rate": 7.860000000000001e-05,
717
+ "loss": 0.0606,
718
+ "step": 1180
719
+ },
720
+ {
721
+ "grad_norm": 0.7362853288650513,
722
+ "learning_rate": 7.926666666666666e-05,
723
+ "loss": 0.057,
724
+ "step": 1190
725
+ },
726
+ {
727
+ "grad_norm": 0.7263256311416626,
728
+ "learning_rate": 7.993333333333334e-05,
729
+ "loss": 0.0658,
730
+ "step": 1200
731
+ },
732
+ {
733
+ "grad_norm": 0.605475902557373,
734
+ "learning_rate": 8.060000000000001e-05,
735
+ "loss": 0.0585,
736
+ "step": 1210
737
+ },
738
+ {
739
+ "grad_norm": 0.6713262796401978,
740
+ "learning_rate": 8.126666666666667e-05,
741
+ "loss": 0.0613,
742
+ "step": 1220
743
+ },
744
+ {
745
+ "grad_norm": 0.9524453282356262,
746
+ "learning_rate": 8.193333333333334e-05,
747
+ "loss": 0.0623,
748
+ "step": 1230
749
+ },
750
+ {
751
+ "grad_norm": 0.7799460887908936,
752
+ "learning_rate": 8.26e-05,
753
+ "loss": 0.0637,
754
+ "step": 1240
755
+ },
756
+ {
757
+ "grad_norm": 0.5529918670654297,
758
+ "learning_rate": 8.326666666666667e-05,
759
+ "loss": 0.0582,
760
+ "step": 1250
761
+ },
762
+ {
763
+ "grad_norm": 0.48169708251953125,
764
+ "learning_rate": 8.393333333333335e-05,
765
+ "loss": 0.0613,
766
+ "step": 1260
767
+ },
768
+ {
769
+ "grad_norm": 0.4488230049610138,
770
+ "learning_rate": 8.46e-05,
771
+ "loss": 0.0533,
772
+ "step": 1270
773
+ },
774
+ {
775
+ "grad_norm": 0.43133044242858887,
776
+ "learning_rate": 8.526666666666667e-05,
777
+ "loss": 0.0619,
778
+ "step": 1280
779
+ },
780
+ {
781
+ "grad_norm": 0.6242606043815613,
782
+ "learning_rate": 8.593333333333333e-05,
783
+ "loss": 0.056,
784
+ "step": 1290
785
+ },
786
+ {
787
+ "grad_norm": 0.48737120628356934,
788
+ "learning_rate": 8.66e-05,
789
+ "loss": 0.056,
790
+ "step": 1300
791
+ },
792
+ {
793
+ "grad_norm": 0.47289788722991943,
794
+ "learning_rate": 8.726666666666667e-05,
795
+ "loss": 0.0547,
796
+ "step": 1310
797
+ },
798
+ {
799
+ "grad_norm": 0.8228473663330078,
800
+ "learning_rate": 8.793333333333333e-05,
801
+ "loss": 0.0539,
802
+ "step": 1320
803
+ },
804
+ {
805
+ "grad_norm": 0.6020798087120056,
806
+ "learning_rate": 8.86e-05,
807
+ "loss": 0.0639,
808
+ "step": 1330
809
+ },
810
+ {
811
+ "grad_norm": 0.6205971837043762,
812
+ "learning_rate": 8.926666666666668e-05,
813
+ "loss": 0.0644,
814
+ "step": 1340
815
+ },
816
+ {
817
+ "grad_norm": 0.5030979514122009,
818
+ "learning_rate": 8.993333333333334e-05,
819
+ "loss": 0.0584,
820
+ "step": 1350
821
+ },
822
+ {
823
+ "grad_norm": 0.7016464471817017,
824
+ "learning_rate": 9.06e-05,
825
+ "loss": 0.0559,
826
+ "step": 1360
827
+ },
828
+ {
829
+ "grad_norm": 0.4915011525154114,
830
+ "learning_rate": 9.126666666666667e-05,
831
+ "loss": 0.0565,
832
+ "step": 1370
833
+ },
834
+ {
835
+ "grad_norm": 0.3934551775455475,
836
+ "learning_rate": 9.193333333333334e-05,
837
+ "loss": 0.052,
838
+ "step": 1380
839
+ },
840
+ {
841
+ "grad_norm": 0.5540144443511963,
842
+ "learning_rate": 9.260000000000001e-05,
843
+ "loss": 0.0523,
844
+ "step": 1390
845
+ },
846
+ {
847
+ "grad_norm": 0.5887146592140198,
848
+ "learning_rate": 9.326666666666667e-05,
849
+ "loss": 0.0528,
850
+ "step": 1400
851
+ },
852
+ {
853
+ "grad_norm": 0.6534768342971802,
854
+ "learning_rate": 9.393333333333334e-05,
855
+ "loss": 0.0518,
856
+ "step": 1410
857
+ },
858
+ {
859
+ "grad_norm": 0.5691227316856384,
860
+ "learning_rate": 9.46e-05,
861
+ "loss": 0.0536,
862
+ "step": 1420
863
+ },
864
+ {
865
+ "grad_norm": 0.3767082691192627,
866
+ "learning_rate": 9.526666666666667e-05,
867
+ "loss": 0.0568,
868
+ "step": 1430
869
+ },
870
+ {
871
+ "grad_norm": 0.47469252347946167,
872
+ "learning_rate": 9.593333333333334e-05,
873
+ "loss": 0.0569,
874
+ "step": 1440
875
+ },
876
+ {
877
+ "grad_norm": 0.5082659125328064,
878
+ "learning_rate": 9.66e-05,
879
+ "loss": 0.0549,
880
+ "step": 1450
881
+ },
882
+ {
883
+ "grad_norm": 0.6236725449562073,
884
+ "learning_rate": 9.726666666666667e-05,
885
+ "loss": 0.0636,
886
+ "step": 1460
887
+ },
888
+ {
889
+ "grad_norm": 0.5344048738479614,
890
+ "learning_rate": 9.793333333333333e-05,
891
+ "loss": 0.0559,
892
+ "step": 1470
893
+ },
894
+ {
895
+ "grad_norm": 0.5537348985671997,
896
+ "learning_rate": 9.86e-05,
897
+ "loss": 0.0573,
898
+ "step": 1480
899
+ },
900
+ {
901
+ "grad_norm": 0.6604304313659668,
902
+ "learning_rate": 9.926666666666668e-05,
903
+ "loss": 0.0559,
904
+ "step": 1490
905
+ },
906
+ {
907
+ "grad_norm": 0.6182398796081543,
908
+ "learning_rate": 9.993333333333334e-05,
909
+ "loss": 0.0526,
910
+ "step": 1500
911
+ },
912
+ {
913
+ "grad_norm": 0.4472421109676361,
914
+ "learning_rate": 9.999997539434007e-05,
915
+ "loss": 0.0554,
916
+ "step": 1510
917
+ },
918
+ {
919
+ "grad_norm": 0.5673554539680481,
920
+ "learning_rate": 9.999989033776898e-05,
921
+ "loss": 0.0498,
922
+ "step": 1520
923
+ },
924
+ {
925
+ "grad_norm": 0.631686806678772,
926
+ "learning_rate": 9.999974452661641e-05,
927
+ "loss": 0.0558,
928
+ "step": 1530
929
+ },
930
+ {
931
+ "grad_norm": 0.5880892276763916,
932
+ "learning_rate": 9.999953796105959e-05,
933
+ "loss": 0.0565,
934
+ "step": 1540
935
+ },
936
+ {
937
+ "grad_norm": 0.386528342962265,
938
+ "learning_rate": 9.999927064134949e-05,
939
+ "loss": 0.0546,
940
+ "step": 1550
941
+ },
942
+ {
943
+ "grad_norm": 0.49979427456855774,
944
+ "learning_rate": 9.999894256781095e-05,
945
+ "loss": 0.0558,
946
+ "step": 1560
947
+ },
948
+ {
949
+ "grad_norm": 0.49290731549263,
950
+ "learning_rate": 9.99985537408426e-05,
951
+ "loss": 0.0559,
952
+ "step": 1570
953
+ },
954
+ {
955
+ "grad_norm": 0.6054269671440125,
956
+ "learning_rate": 9.999810416091688e-05,
957
+ "loss": 0.0537,
958
+ "step": 1580
959
+ },
960
+ {
961
+ "grad_norm": 0.4739155173301697,
962
+ "learning_rate": 9.99975938285801e-05,
963
+ "loss": 0.0525,
964
+ "step": 1590
965
+ },
966
+ {
967
+ "grad_norm": 0.4727555215358734,
968
+ "learning_rate": 9.999702274445236e-05,
969
+ "loss": 0.0562,
970
+ "step": 1600
971
+ },
972
+ {
973
+ "grad_norm": 0.4145797789096832,
974
+ "learning_rate": 9.999639090922756e-05,
975
+ "loss": 0.0518,
976
+ "step": 1610
977
+ },
978
+ {
979
+ "grad_norm": 0.6100338697433472,
980
+ "learning_rate": 9.999569832367346e-05,
981
+ "loss": 0.0482,
982
+ "step": 1620
983
+ },
984
+ {
985
+ "grad_norm": 0.36332374811172485,
986
+ "learning_rate": 9.999494498863162e-05,
987
+ "loss": 0.0575,
988
+ "step": 1630
989
+ },
990
+ {
991
+ "grad_norm": 0.5447846055030823,
992
+ "learning_rate": 9.99941309050174e-05,
993
+ "loss": 0.0525,
994
+ "step": 1640
995
+ },
996
+ {
997
+ "grad_norm": 0.5260499119758606,
998
+ "learning_rate": 9.999325607381999e-05,
999
+ "loss": 0.0486,
1000
+ "step": 1650
1001
+ },
1002
+ {
1003
+ "grad_norm": 0.40509524941444397,
1004
+ "learning_rate": 9.999232049610238e-05,
1005
+ "loss": 0.047,
1006
+ "step": 1660
1007
+ },
1008
+ {
1009
+ "grad_norm": 0.5393689870834351,
1010
+ "learning_rate": 9.999132417300142e-05,
1011
+ "loss": 0.0483,
1012
+ "step": 1670
1013
+ },
1014
+ {
1015
+ "grad_norm": 0.45050477981567383,
1016
+ "learning_rate": 9.99902671057277e-05,
1017
+ "loss": 0.0516,
1018
+ "step": 1680
1019
+ },
1020
+ {
1021
+ "grad_norm": 0.513198971748352,
1022
+ "learning_rate": 9.998914929556569e-05,
1023
+ "loss": 0.0564,
1024
+ "step": 1690
1025
+ },
1026
+ {
1027
+ "grad_norm": 0.5798249840736389,
1028
+ "learning_rate": 9.998797074387361e-05,
1029
+ "loss": 0.055,
1030
+ "step": 1700
1031
+ },
1032
+ {
1033
+ "grad_norm": 0.4425696134567261,
1034
+ "learning_rate": 9.99867314520835e-05,
1035
+ "loss": 0.0515,
1036
+ "step": 1710
1037
+ },
1038
+ {
1039
+ "grad_norm": 0.4912015199661255,
1040
+ "learning_rate": 9.998543142170126e-05,
1041
+ "loss": 0.0494,
1042
+ "step": 1720
1043
+ },
1044
+ {
1045
+ "grad_norm": 0.4842802882194519,
1046
+ "learning_rate": 9.99840706543065e-05,
1047
+ "loss": 0.0473,
1048
+ "step": 1730
1049
+ },
1050
+ {
1051
+ "grad_norm": 0.37719348073005676,
1052
+ "learning_rate": 9.998264915155274e-05,
1053
+ "loss": 0.0478,
1054
+ "step": 1740
1055
+ },
1056
+ {
1057
+ "grad_norm": 0.44606560468673706,
1058
+ "learning_rate": 9.998116691516718e-05,
1059
+ "loss": 0.0496,
1060
+ "step": 1750
1061
+ },
1062
+ {
1063
+ "grad_norm": 0.4420314133167267,
1064
+ "learning_rate": 9.997962394695091e-05,
1065
+ "loss": 0.0489,
1066
+ "step": 1760
1067
+ },
1068
+ {
1069
+ "grad_norm": 0.5374616384506226,
1070
+ "learning_rate": 9.997802024877875e-05,
1071
+ "loss": 0.0508,
1072
+ "step": 1770
1073
+ },
1074
+ {
1075
+ "grad_norm": 0.3837665915489197,
1076
+ "learning_rate": 9.99763558225994e-05,
1077
+ "loss": 0.0491,
1078
+ "step": 1780
1079
+ },
1080
+ {
1081
+ "grad_norm": 0.5809544324874878,
1082
+ "learning_rate": 9.997463067043526e-05,
1083
+ "loss": 0.0531,
1084
+ "step": 1790
1085
+ },
1086
+ {
1087
+ "grad_norm": 0.5693655610084534,
1088
+ "learning_rate": 9.997284479438253e-05,
1089
+ "loss": 0.0495,
1090
+ "step": 1800
1091
+ },
1092
+ {
1093
+ "grad_norm": 0.5101096630096436,
1094
+ "learning_rate": 9.997099819661127e-05,
1095
+ "loss": 0.0498,
1096
+ "step": 1810
1097
+ },
1098
+ {
1099
+ "grad_norm": 0.4212728440761566,
1100
+ "learning_rate": 9.996909087936524e-05,
1101
+ "loss": 0.0521,
1102
+ "step": 1820
1103
+ },
1104
+ {
1105
+ "grad_norm": 0.3066025376319885,
1106
+ "learning_rate": 9.996712284496201e-05,
1107
+ "loss": 0.0497,
1108
+ "step": 1830
1109
+ },
1110
+ {
1111
+ "grad_norm": 0.5426850318908691,
1112
+ "learning_rate": 9.996509409579293e-05,
1113
+ "loss": 0.051,
1114
+ "step": 1840
1115
+ },
1116
+ {
1117
+ "grad_norm": 0.4050694704055786,
1118
+ "learning_rate": 9.996300463432312e-05,
1119
+ "loss": 0.053,
1120
+ "step": 1850
1121
+ },
1122
+ {
1123
+ "grad_norm": 0.3489755094051361,
1124
+ "learning_rate": 9.996085446309148e-05,
1125
+ "loss": 0.0505,
1126
+ "step": 1860
1127
+ },
1128
+ {
1129
+ "grad_norm": 0.31605497002601624,
1130
+ "learning_rate": 9.995864358471066e-05,
1131
+ "loss": 0.0474,
1132
+ "step": 1870
1133
+ },
1134
+ {
1135
+ "grad_norm": 0.352236807346344,
1136
+ "learning_rate": 9.99563720018671e-05,
1137
+ "loss": 0.047,
1138
+ "step": 1880
1139
+ },
1140
+ {
1141
+ "grad_norm": 0.4507584571838379,
1142
+ "learning_rate": 9.995403971732098e-05,
1143
+ "loss": 0.0504,
1144
+ "step": 1890
1145
+ },
1146
+ {
1147
+ "grad_norm": 0.42925962805747986,
1148
+ "learning_rate": 9.995164673390625e-05,
1149
+ "loss": 0.0473,
1150
+ "step": 1900
1151
+ },
1152
+ {
1153
+ "grad_norm": 0.353121280670166,
1154
+ "learning_rate": 9.994919305453059e-05,
1155
+ "loss": 0.0464,
1156
+ "step": 1910
1157
+ },
1158
+ {
1159
+ "grad_norm": 0.49948233366012573,
1160
+ "learning_rate": 9.994667868217548e-05,
1161
+ "loss": 0.0479,
1162
+ "step": 1920
1163
+ },
1164
+ {
1165
+ "grad_norm": 0.4217991828918457,
1166
+ "learning_rate": 9.99441036198961e-05,
1167
+ "loss": 0.0482,
1168
+ "step": 1930
1169
+ },
1170
+ {
1171
+ "grad_norm": 0.31471049785614014,
1172
+ "learning_rate": 9.99414678708214e-05,
1173
+ "loss": 0.0481,
1174
+ "step": 1940
1175
+ },
1176
+ {
1177
+ "grad_norm": 0.3589913845062256,
1178
+ "learning_rate": 9.993877143815407e-05,
1179
+ "loss": 0.0445,
1180
+ "step": 1950
1181
+ },
1182
+ {
1183
+ "grad_norm": 0.2932628095149994,
1184
+ "learning_rate": 9.993601432517053e-05,
1185
+ "loss": 0.046,
1186
+ "step": 1960
1187
+ },
1188
+ {
1189
+ "grad_norm": 0.35649144649505615,
1190
+ "learning_rate": 9.993319653522091e-05,
1191
+ "loss": 0.0456,
1192
+ "step": 1970
1193
+ },
1194
+ {
1195
+ "grad_norm": 0.4936084449291229,
1196
+ "learning_rate": 9.993031807172911e-05,
1197
+ "loss": 0.0475,
1198
+ "step": 1980
1199
+ },
1200
+ {
1201
+ "grad_norm": 0.33784282207489014,
1202
+ "learning_rate": 9.992737893819273e-05,
1203
+ "loss": 0.0485,
1204
+ "step": 1990
1205
+ },
1206
+ {
1207
+ "grad_norm": 0.5015108585357666,
1208
+ "learning_rate": 9.992437913818312e-05,
1209
+ "loss": 0.0449,
1210
+ "step": 2000
1211
+ },
1212
+ {
1213
+ "grad_norm": 0.42584389448165894,
1214
+ "learning_rate": 9.992131867534526e-05,
1215
+ "loss": 0.0444,
1216
+ "step": 2010
1217
+ },
1218
+ {
1219
+ "grad_norm": 0.41565531492233276,
1220
+ "learning_rate": 9.991819755339796e-05,
1221
+ "loss": 0.0483,
1222
+ "step": 2020
1223
+ },
1224
+ {
1225
+ "grad_norm": 0.380255788564682,
1226
+ "learning_rate": 9.991501577613365e-05,
1227
+ "loss": 0.0482,
1228
+ "step": 2030
1229
+ },
1230
+ {
1231
+ "grad_norm": 0.37106555700302124,
1232
+ "learning_rate": 9.99117733474185e-05,
1233
+ "loss": 0.0454,
1234
+ "step": 2040
1235
+ },
1236
+ {
1237
+ "grad_norm": 0.43988800048828125,
1238
+ "learning_rate": 9.990847027119234e-05,
1239
+ "loss": 0.0457,
1240
+ "step": 2050
1241
+ },
1242
+ {
1243
+ "grad_norm": 0.9517943263053894,
1244
+ "learning_rate": 9.990510655146877e-05,
1245
+ "loss": 0.0431,
1246
+ "step": 2060
1247
+ },
1248
+ {
1249
+ "grad_norm": 0.4155087172985077,
1250
+ "learning_rate": 9.990168219233496e-05,
1251
+ "loss": 0.0455,
1252
+ "step": 2070
1253
+ },
1254
+ {
1255
+ "grad_norm": 0.37841394543647766,
1256
+ "learning_rate": 9.989819719795188e-05,
1257
+ "loss": 0.0425,
1258
+ "step": 2080
1259
+ },
1260
+ {
1261
+ "grad_norm": 0.45210036635398865,
1262
+ "learning_rate": 9.989465157255412e-05,
1263
+ "loss": 0.047,
1264
+ "step": 2090
1265
+ },
1266
+ {
1267
+ "grad_norm": 0.3879967927932739,
1268
+ "learning_rate": 9.989104532044994e-05,
1269
+ "loss": 0.0448,
1270
+ "step": 2100
1271
+ },
1272
+ {
1273
+ "grad_norm": 0.3749665319919586,
1274
+ "learning_rate": 9.988737844602128e-05,
1275
+ "loss": 0.0408,
1276
+ "step": 2110
1277
+ },
1278
+ {
1279
+ "grad_norm": 0.38606101274490356,
1280
+ "learning_rate": 9.988365095372372e-05,
1281
+ "loss": 0.0422,
1282
+ "step": 2120
1283
+ },
1284
+ {
1285
+ "grad_norm": 0.45897138118743896,
1286
+ "learning_rate": 9.987986284808654e-05,
1287
+ "loss": 0.0458,
1288
+ "step": 2130
1289
+ },
1290
+ {
1291
+ "grad_norm": 0.3423418402671814,
1292
+ "learning_rate": 9.987601413371264e-05,
1293
+ "loss": 0.0425,
1294
+ "step": 2140
1295
+ },
1296
+ {
1297
+ "grad_norm": 0.43687859177589417,
1298
+ "learning_rate": 9.987210481527855e-05,
1299
+ "loss": 0.04,
1300
+ "step": 2150
1301
+ },
1302
+ {
1303
+ "grad_norm": 0.3930586278438568,
1304
+ "learning_rate": 9.98681348975345e-05,
1305
+ "loss": 0.042,
1306
+ "step": 2160
1307
+ },
1308
+ {
1309
+ "grad_norm": 0.4354424774646759,
1310
+ "learning_rate": 9.986410438530427e-05,
1311
+ "loss": 0.0409,
1312
+ "step": 2170
1313
+ },
1314
+ {
1315
+ "grad_norm": 0.4108027219772339,
1316
+ "learning_rate": 9.986001328348534e-05,
1317
+ "loss": 0.0394,
1318
+ "step": 2180
1319
+ },
1320
+ {
1321
+ "grad_norm": 0.32850104570388794,
1322
+ "learning_rate": 9.985586159704878e-05,
1323
+ "loss": 0.0407,
1324
+ "step": 2190
1325
+ },
1326
+ {
1327
+ "grad_norm": 0.45172032713890076,
1328
+ "learning_rate": 9.985164933103929e-05,
1329
+ "loss": 0.0475,
1330
+ "step": 2200
1331
+ },
1332
+ {
1333
+ "grad_norm": 0.30814841389656067,
1334
+ "learning_rate": 9.984737649057513e-05,
1335
+ "loss": 0.0438,
1336
+ "step": 2210
1337
+ },
1338
+ {
1339
+ "grad_norm": 0.43183210492134094,
1340
+ "learning_rate": 9.984304308084827e-05,
1341
+ "loss": 0.0485,
1342
+ "step": 2220
1343
+ },
1344
+ {
1345
+ "grad_norm": 0.4616735279560089,
1346
+ "learning_rate": 9.983864910712416e-05,
1347
+ "loss": 0.0414,
1348
+ "step": 2230
1349
+ },
1350
+ {
1351
+ "grad_norm": 0.36560776829719543,
1352
+ "learning_rate": 9.98341945747419e-05,
1353
+ "loss": 0.0398,
1354
+ "step": 2240
1355
+ },
1356
+ {
1357
+ "grad_norm": 0.43177369236946106,
1358
+ "learning_rate": 9.98296794891142e-05,
1359
+ "loss": 0.0445,
1360
+ "step": 2250
1361
+ },
1362
+ {
1363
+ "grad_norm": 0.4279302656650543,
1364
+ "learning_rate": 9.982510385572725e-05,
1365
+ "loss": 0.0467,
1366
+ "step": 2260
1367
+ },
1368
+ {
1369
+ "grad_norm": 0.40069276094436646,
1370
+ "learning_rate": 9.982046768014094e-05,
1371
+ "loss": 0.0445,
1372
+ "step": 2270
1373
+ },
1374
+ {
1375
+ "grad_norm": 0.4348323345184326,
1376
+ "learning_rate": 9.981577096798863e-05,
1377
+ "loss": 0.0369,
1378
+ "step": 2280
1379
+ },
1380
+ {
1381
+ "grad_norm": 0.41257351636886597,
1382
+ "learning_rate": 9.981101372497727e-05,
1383
+ "loss": 0.0445,
1384
+ "step": 2290
1385
+ },
1386
+ {
1387
+ "grad_norm": 0.4516085982322693,
1388
+ "learning_rate": 9.980619595688737e-05,
1389
+ "loss": 0.0438,
1390
+ "step": 2300
1391
+ },
1392
+ {
1393
+ "grad_norm": 0.30238786339759827,
1394
+ "learning_rate": 9.980131766957295e-05,
1395
+ "loss": 0.0421,
1396
+ "step": 2310
1397
+ },
1398
+ {
1399
+ "grad_norm": 0.47715190052986145,
1400
+ "learning_rate": 9.979637886896163e-05,
1401
+ "loss": 0.0423,
1402
+ "step": 2320
1403
+ },
1404
+ {
1405
+ "grad_norm": 0.29774099588394165,
1406
+ "learning_rate": 9.979137956105447e-05,
1407
+ "loss": 0.0464,
1408
+ "step": 2330
1409
+ },
1410
+ {
1411
+ "grad_norm": 0.29573264718055725,
1412
+ "learning_rate": 9.978631975192613e-05,
1413
+ "loss": 0.0376,
1414
+ "step": 2340
1415
+ },
1416
+ {
1417
+ "grad_norm": 0.32869309186935425,
1418
+ "learning_rate": 9.978119944772475e-05,
1419
+ "loss": 0.0467,
1420
+ "step": 2350
1421
+ },
1422
+ {
1423
+ "grad_norm": 0.3470063805580139,
1424
+ "learning_rate": 9.977601865467197e-05,
1425
+ "loss": 0.0405,
1426
+ "step": 2360
1427
+ },
1428
+ {
1429
+ "grad_norm": 0.3539649546146393,
1430
+ "learning_rate": 9.977077737906297e-05,
1431
+ "loss": 0.0403,
1432
+ "step": 2370
1433
+ },
1434
+ {
1435
+ "grad_norm": 0.3649725914001465,
1436
+ "learning_rate": 9.976547562726636e-05,
1437
+ "loss": 0.0414,
1438
+ "step": 2380
1439
+ },
1440
+ {
1441
+ "grad_norm": 0.32129499316215515,
1442
+ "learning_rate": 9.976011340572429e-05,
1443
+ "loss": 0.0423,
1444
+ "step": 2390
1445
+ },
1446
+ {
1447
+ "grad_norm": 0.2593826651573181,
1448
+ "learning_rate": 9.975469072095237e-05,
1449
+ "loss": 0.039,
1450
+ "step": 2400
1451
+ },
1452
+ {
1453
+ "grad_norm": 0.3159441351890564,
1454
+ "learning_rate": 9.974920757953965e-05,
1455
+ "loss": 0.0383,
1456
+ "step": 2410
1457
+ },
1458
+ {
1459
+ "grad_norm": 0.39688485860824585,
1460
+ "learning_rate": 9.97436639881487e-05,
1461
+ "loss": 0.046,
1462
+ "step": 2420
1463
+ },
1464
+ {
1465
+ "grad_norm": 0.3365003764629364,
1466
+ "learning_rate": 9.973805995351545e-05,
1467
+ "loss": 0.0404,
1468
+ "step": 2430
1469
+ },
1470
+ {
1471
+ "grad_norm": 0.3504849672317505,
1472
+ "learning_rate": 9.973239548244939e-05,
1473
+ "loss": 0.0431,
1474
+ "step": 2440
1475
+ },
1476
+ {
1477
+ "grad_norm": 0.4077778160572052,
1478
+ "learning_rate": 9.972667058183333e-05,
1479
+ "loss": 0.04,
1480
+ "step": 2450
1481
+ },
1482
+ {
1483
+ "grad_norm": 0.3008902966976166,
1484
+ "learning_rate": 9.972088525862362e-05,
1485
+ "loss": 0.0382,
1486
+ "step": 2460
1487
+ },
1488
+ {
1489
+ "grad_norm": 0.37545672059059143,
1490
+ "learning_rate": 9.971503951984995e-05,
1491
+ "loss": 0.0438,
1492
+ "step": 2470
1493
+ },
1494
+ {
1495
+ "grad_norm": 0.36859822273254395,
1496
+ "learning_rate": 9.970913337261543e-05,
1497
+ "loss": 0.0409,
1498
+ "step": 2480
1499
+ },
1500
+ {
1501
+ "grad_norm": 0.3510163128376007,
1502
+ "learning_rate": 9.97031668240966e-05,
1503
+ "loss": 0.0479,
1504
+ "step": 2490
1505
+ },
1506
+ {
1507
+ "grad_norm": 0.44913795590400696,
1508
+ "learning_rate": 9.969713988154339e-05,
1509
+ "loss": 0.0409,
1510
+ "step": 2500
1511
+ },
1512
+ {
1513
+ "grad_norm": 0.46766766905784607,
1514
+ "learning_rate": 9.969105255227906e-05,
1515
+ "loss": 0.0405,
1516
+ "step": 2510
1517
+ },
1518
+ {
1519
+ "grad_norm": 0.45442551374435425,
1520
+ "learning_rate": 9.968490484370035e-05,
1521
+ "loss": 0.0394,
1522
+ "step": 2520
1523
+ },
1524
+ {
1525
+ "grad_norm": 0.35867244005203247,
1526
+ "learning_rate": 9.967869676327726e-05,
1527
+ "loss": 0.0419,
1528
+ "step": 2530
1529
+ },
1530
+ {
1531
+ "grad_norm": 0.3887830674648285,
1532
+ "learning_rate": 9.96724283185532e-05,
1533
+ "loss": 0.0364,
1534
+ "step": 2540
1535
+ },
1536
+ {
1537
+ "grad_norm": 0.5115375518798828,
1538
+ "learning_rate": 9.966609951714494e-05,
1539
+ "loss": 0.0411,
1540
+ "step": 2550
1541
+ },
1542
+ {
1543
+ "grad_norm": 0.3326650559902191,
1544
+ "learning_rate": 9.965971036674255e-05,
1545
+ "loss": 0.0459,
1546
+ "step": 2560
1547
+ },
1548
+ {
1549
+ "grad_norm": 0.28854164481163025,
1550
+ "learning_rate": 9.965326087510947e-05,
1551
+ "loss": 0.0398,
1552
+ "step": 2570
1553
+ },
1554
+ {
1555
+ "grad_norm": 0.4342745244503021,
1556
+ "learning_rate": 9.964675105008244e-05,
1557
+ "loss": 0.0407,
1558
+ "step": 2580
1559
+ },
1560
+ {
1561
+ "grad_norm": 0.3539927899837494,
1562
+ "learning_rate": 9.964018089957147e-05,
1563
+ "loss": 0.0345,
1564
+ "step": 2590
1565
+ },
1566
+ {
1567
+ "grad_norm": 0.3186177611351013,
1568
+ "learning_rate": 9.963355043155996e-05,
1569
+ "loss": 0.0456,
1570
+ "step": 2600
1571
+ },
1572
+ {
1573
+ "grad_norm": 0.49563562870025635,
1574
+ "learning_rate": 9.962685965410455e-05,
1575
+ "loss": 0.0423,
1576
+ "step": 2610
1577
+ },
1578
+ {
1579
+ "grad_norm": 0.33249884843826294,
1580
+ "learning_rate": 9.962010857533514e-05,
1581
+ "loss": 0.0373,
1582
+ "step": 2620
1583
+ },
1584
+ {
1585
+ "grad_norm": 0.5187269449234009,
1586
+ "learning_rate": 9.961329720345493e-05,
1587
+ "loss": 0.0386,
1588
+ "step": 2630
1589
+ },
1590
+ {
1591
+ "grad_norm": 0.510249137878418,
1592
+ "learning_rate": 9.96064255467404e-05,
1593
+ "loss": 0.0428,
1594
+ "step": 2640
1595
+ },
1596
+ {
1597
+ "grad_norm": 0.35589292645454407,
1598
+ "learning_rate": 9.959949361354126e-05,
1599
+ "loss": 0.0392,
1600
+ "step": 2650
1601
+ },
1602
+ {
1603
+ "grad_norm": 0.48643842339515686,
1604
+ "learning_rate": 9.959250141228045e-05,
1605
+ "loss": 0.0406,
1606
+ "step": 2660
1607
+ },
1608
+ {
1609
+ "grad_norm": 0.4539337158203125,
1610
+ "learning_rate": 9.958544895145414e-05,
1611
+ "loss": 0.0404,
1612
+ "step": 2670
1613
+ },
1614
+ {
1615
+ "grad_norm": 0.29236212372779846,
1616
+ "learning_rate": 9.957833623963177e-05,
1617
+ "loss": 0.041,
1618
+ "step": 2680
1619
+ },
1620
+ {
1621
+ "grad_norm": 0.5335069894790649,
1622
+ "learning_rate": 9.957116328545593e-05,
1623
+ "loss": 0.0424,
1624
+ "step": 2690
1625
+ },
1626
+ {
1627
+ "grad_norm": 0.3695768117904663,
1628
+ "learning_rate": 9.956393009764244e-05,
1629
+ "loss": 0.0388,
1630
+ "step": 2700
1631
+ },
1632
+ {
1633
+ "grad_norm": 0.36372533440589905,
1634
+ "learning_rate": 9.955663668498032e-05,
1635
+ "loss": 0.0385,
1636
+ "step": 2710
1637
+ },
1638
+ {
1639
+ "grad_norm": 0.4580289125442505,
1640
+ "learning_rate": 9.954928305633173e-05,
1641
+ "loss": 0.0389,
1642
+ "step": 2720
1643
+ },
1644
+ {
1645
+ "grad_norm": 0.43339890241622925,
1646
+ "learning_rate": 9.954186922063204e-05,
1647
+ "loss": 0.0399,
1648
+ "step": 2730
1649
+ },
1650
+ {
1651
+ "grad_norm": 0.35029280185699463,
1652
+ "learning_rate": 9.953439518688974e-05,
1653
+ "loss": 0.0377,
1654
+ "step": 2740
1655
+ },
1656
+ {
1657
+ "grad_norm": 0.33518457412719727,
1658
+ "learning_rate": 9.952686096418652e-05,
1659
+ "loss": 0.0355,
1660
+ "step": 2750
1661
+ },
1662
+ {
1663
+ "grad_norm": 0.30202507972717285,
1664
+ "learning_rate": 9.951926656167714e-05,
1665
+ "loss": 0.0372,
1666
+ "step": 2760
1667
+ },
1668
+ {
1669
+ "grad_norm": 0.34633857011795044,
1670
+ "learning_rate": 9.951161198858953e-05,
1671
+ "loss": 0.0412,
1672
+ "step": 2770
1673
+ },
1674
+ {
1675
+ "grad_norm": 0.40867945551872253,
1676
+ "learning_rate": 9.950389725422471e-05,
1677
+ "loss": 0.0372,
1678
+ "step": 2780
1679
+ },
1680
+ {
1681
+ "grad_norm": 0.2682510316371918,
1682
+ "learning_rate": 9.949612236795682e-05,
1683
+ "loss": 0.0365,
1684
+ "step": 2790
1685
+ },
1686
+ {
1687
+ "grad_norm": 0.4570905566215515,
1688
+ "learning_rate": 9.948828733923305e-05,
1689
+ "loss": 0.0393,
1690
+ "step": 2800
1691
+ },
1692
+ {
1693
+ "grad_norm": 0.36744511127471924,
1694
+ "learning_rate": 9.948039217757374e-05,
1695
+ "loss": 0.0412,
1696
+ "step": 2810
1697
+ },
1698
+ {
1699
+ "grad_norm": 0.29317381978034973,
1700
+ "learning_rate": 9.947243689257225e-05,
1701
+ "loss": 0.038,
1702
+ "step": 2820
1703
+ },
1704
+ {
1705
+ "grad_norm": 0.3504505455493927,
1706
+ "learning_rate": 9.946442149389497e-05,
1707
+ "loss": 0.0348,
1708
+ "step": 2830
1709
+ },
1710
+ {
1711
+ "grad_norm": 0.31019940972328186,
1712
+ "learning_rate": 9.945634599128139e-05,
1713
+ "loss": 0.038,
1714
+ "step": 2840
1715
+ },
1716
+ {
1717
+ "grad_norm": 0.437590092420578,
1718
+ "learning_rate": 9.944821039454402e-05,
1719
+ "loss": 0.0387,
1720
+ "step": 2850
1721
+ },
1722
+ {
1723
+ "grad_norm": 0.36887866258621216,
1724
+ "learning_rate": 9.944001471356835e-05,
1725
+ "loss": 0.0405,
1726
+ "step": 2860
1727
+ },
1728
+ {
1729
+ "grad_norm": 0.2392815351486206,
1730
+ "learning_rate": 9.94317589583129e-05,
1731
+ "loss": 0.0435,
1732
+ "step": 2870
1733
+ },
1734
+ {
1735
+ "grad_norm": 0.21329613029956818,
1736
+ "learning_rate": 9.942344313880922e-05,
1737
+ "loss": 0.0365,
1738
+ "step": 2880
1739
+ },
1740
+ {
1741
+ "grad_norm": 0.3033916652202606,
1742
+ "learning_rate": 9.941506726516179e-05,
1743
+ "loss": 0.0385,
1744
+ "step": 2890
1745
+ },
1746
+ {
1747
+ "grad_norm": 0.2520839273929596,
1748
+ "learning_rate": 9.94066313475481e-05,
1749
+ "loss": 0.0363,
1750
+ "step": 2900
1751
+ },
1752
+ {
1753
+ "grad_norm": 0.43853965401649475,
1754
+ "learning_rate": 9.939813539621857e-05,
1755
+ "loss": 0.0363,
1756
+ "step": 2910
1757
+ },
1758
+ {
1759
+ "grad_norm": 0.36329326033592224,
1760
+ "learning_rate": 9.93895794214966e-05,
1761
+ "loss": 0.0402,
1762
+ "step": 2920
1763
+ },
1764
+ {
1765
+ "grad_norm": 0.26854604482650757,
1766
+ "learning_rate": 9.938096343377852e-05,
1767
+ "loss": 0.0459,
1768
+ "step": 2930
1769
+ },
1770
+ {
1771
+ "grad_norm": 0.44420111179351807,
1772
+ "learning_rate": 9.937228744353353e-05,
1773
+ "loss": 0.0432,
1774
+ "step": 2940
1775
+ },
1776
+ {
1777
+ "grad_norm": 0.363777756690979,
1778
+ "learning_rate": 9.936355146130379e-05,
1779
+ "loss": 0.0369,
1780
+ "step": 2950
1781
+ },
1782
+ {
1783
+ "grad_norm": 0.2704271972179413,
1784
+ "learning_rate": 9.935475549770435e-05,
1785
+ "loss": 0.0379,
1786
+ "step": 2960
1787
+ },
1788
+ {
1789
+ "grad_norm": 0.298907071352005,
1790
+ "learning_rate": 9.934589956342315e-05,
1791
+ "loss": 0.0356,
1792
+ "step": 2970
1793
+ },
1794
+ {
1795
+ "grad_norm": 0.31564566493034363,
1796
+ "learning_rate": 9.933698366922093e-05,
1797
+ "loss": 0.0339,
1798
+ "step": 2980
1799
+ },
1800
+ {
1801
+ "grad_norm": 0.36585021018981934,
1802
+ "learning_rate": 9.93280078259314e-05,
1803
+ "loss": 0.0373,
1804
+ "step": 2990
1805
+ },
1806
+ {
1807
+ "grad_norm": 0.33079367876052856,
1808
+ "learning_rate": 9.931897204446104e-05,
1809
+ "loss": 0.0372,
1810
+ "step": 3000
1811
+ },
1812
+ {
1813
+ "grad_norm": 0.40933725237846375,
1814
+ "learning_rate": 9.930987633578915e-05,
1815
+ "loss": 0.0366,
1816
+ "step": 3010
1817
+ },
1818
+ {
1819
+ "grad_norm": 0.4112361967563629,
1820
+ "learning_rate": 9.93007207109679e-05,
1821
+ "loss": 0.037,
1822
+ "step": 3020
1823
+ },
1824
+ {
1825
+ "grad_norm": 0.4142875075340271,
1826
+ "learning_rate": 9.929150518112224e-05,
1827
+ "loss": 0.0351,
1828
+ "step": 3030
1829
+ },
1830
+ {
1831
+ "grad_norm": 0.34691959619522095,
1832
+ "learning_rate": 9.928222975744991e-05,
1833
+ "loss": 0.0387,
1834
+ "step": 3040
1835
+ },
1836
+ {
1837
+ "grad_norm": 0.2551492750644684,
1838
+ "learning_rate": 9.92728944512214e-05,
1839
+ "loss": 0.0334,
1840
+ "step": 3050
1841
+ },
1842
+ {
1843
+ "grad_norm": 0.29876184463500977,
1844
+ "learning_rate": 9.926349927378001e-05,
1845
+ "loss": 0.0344,
1846
+ "step": 3060
1847
+ },
1848
+ {
1849
+ "grad_norm": 0.342134565114975,
1850
+ "learning_rate": 9.925404423654174e-05,
1851
+ "loss": 0.0347,
1852
+ "step": 3070
1853
+ },
1854
+ {
1855
+ "grad_norm": 0.37610647082328796,
1856
+ "learning_rate": 9.924452935099537e-05,
1857
+ "loss": 0.0355,
1858
+ "step": 3080
1859
+ },
1860
+ {
1861
+ "grad_norm": 0.28914567828178406,
1862
+ "learning_rate": 9.92349546287024e-05,
1863
+ "loss": 0.0377,
1864
+ "step": 3090
1865
+ },
1866
+ {
1867
+ "grad_norm": 0.2716347277164459,
1868
+ "learning_rate": 9.9225320081297e-05,
1869
+ "loss": 0.0381,
1870
+ "step": 3100
1871
+ },
1872
+ {
1873
+ "grad_norm": 0.2830624580383301,
1874
+ "learning_rate": 9.921562572048606e-05,
1875
+ "loss": 0.038,
1876
+ "step": 3110
1877
+ },
1878
+ {
1879
+ "grad_norm": 0.4740348756313324,
1880
+ "learning_rate": 9.920587155804913e-05,
1881
+ "loss": 0.0377,
1882
+ "step": 3120
1883
+ },
1884
+ {
1885
+ "grad_norm": 0.3273002505302429,
1886
+ "learning_rate": 9.919605760583845e-05,
1887
+ "loss": 0.0393,
1888
+ "step": 3130
1889
+ },
1890
+ {
1891
+ "grad_norm": 0.2517211139202118,
1892
+ "learning_rate": 9.91861838757789e-05,
1893
+ "loss": 0.0371,
1894
+ "step": 3140
1895
+ },
1896
+ {
1897
+ "grad_norm": 0.267072856426239,
1898
+ "learning_rate": 9.917625037986798e-05,
1899
+ "loss": 0.0372,
1900
+ "step": 3150
1901
+ },
1902
+ {
1903
+ "grad_norm": 0.33644410967826843,
1904
+ "learning_rate": 9.916625713017583e-05,
1905
+ "loss": 0.0359,
1906
+ "step": 3160
1907
+ },
1908
+ {
1909
+ "grad_norm": 0.3924078643321991,
1910
+ "learning_rate": 9.915620413884519e-05,
1911
+ "loss": 0.0368,
1912
+ "step": 3170
1913
+ },
1914
+ {
1915
+ "grad_norm": 0.26549962162971497,
1916
+ "learning_rate": 9.914609141809139e-05,
1917
+ "loss": 0.0347,
1918
+ "step": 3180
1919
+ },
1920
+ {
1921
+ "grad_norm": 0.3926424980163574,
1922
+ "learning_rate": 9.913591898020235e-05,
1923
+ "loss": 0.0355,
1924
+ "step": 3190
1925
+ },
1926
+ {
1927
+ "grad_norm": 0.23619306087493896,
1928
+ "learning_rate": 9.912568683753853e-05,
1929
+ "loss": 0.0375,
1930
+ "step": 3200
1931
+ },
1932
+ {
1933
+ "grad_norm": 0.342897891998291,
1934
+ "learning_rate": 9.911539500253295e-05,
1935
+ "loss": 0.036,
1936
+ "step": 3210
1937
+ },
1938
+ {
1939
+ "grad_norm": 0.2978026866912842,
1940
+ "learning_rate": 9.910504348769118e-05,
1941
+ "loss": 0.0346,
1942
+ "step": 3220
1943
+ },
1944
+ {
1945
+ "grad_norm": 0.3328244090080261,
1946
+ "learning_rate": 9.909463230559127e-05,
1947
+ "loss": 0.0316,
1948
+ "step": 3230
1949
+ },
1950
+ {
1951
+ "grad_norm": 0.2802560031414032,
1952
+ "learning_rate": 9.908416146888376e-05,
1953
+ "loss": 0.0342,
1954
+ "step": 3240
1955
+ },
1956
+ {
1957
+ "grad_norm": 0.34282174706459045,
1958
+ "learning_rate": 9.907363099029175e-05,
1959
+ "loss": 0.0332,
1960
+ "step": 3250
1961
+ },
1962
+ {
1963
+ "grad_norm": 0.40915417671203613,
1964
+ "learning_rate": 9.906304088261073e-05,
1965
+ "loss": 0.0398,
1966
+ "step": 3260
1967
+ },
1968
+ {
1969
+ "grad_norm": 0.25955238938331604,
1970
+ "learning_rate": 9.905239115870872e-05,
1971
+ "loss": 0.0362,
1972
+ "step": 3270
1973
+ },
1974
+ {
1975
+ "grad_norm": 0.333028107881546,
1976
+ "learning_rate": 9.90416818315261e-05,
1977
+ "loss": 0.0369,
1978
+ "step": 3280
1979
+ },
1980
+ {
1981
+ "grad_norm": 0.28226780891418457,
1982
+ "learning_rate": 9.903091291407573e-05,
1983
+ "loss": 0.0439,
1984
+ "step": 3290
1985
+ },
1986
+ {
1987
+ "grad_norm": 0.31488144397735596,
1988
+ "learning_rate": 9.902008441944286e-05,
1989
+ "loss": 0.0358,
1990
+ "step": 3300
1991
+ },
1992
+ {
1993
+ "grad_norm": 0.26195263862609863,
1994
+ "learning_rate": 9.900919636078512e-05,
1995
+ "loss": 0.0362,
1996
+ "step": 3310
1997
+ },
1998
+ {
1999
+ "grad_norm": 0.29751327633857727,
2000
+ "learning_rate": 9.899824875133255e-05,
2001
+ "loss": 0.037,
2002
+ "step": 3320
2003
+ },
2004
+ {
2005
+ "grad_norm": 0.4387319087982178,
2006
+ "learning_rate": 9.898724160438749e-05,
2007
+ "loss": 0.0349,
2008
+ "step": 3330
2009
+ },
2010
+ {
2011
+ "grad_norm": 0.2695530652999878,
2012
+ "learning_rate": 9.89761749333247e-05,
2013
+ "loss": 0.0376,
2014
+ "step": 3340
2015
+ },
2016
+ {
2017
+ "grad_norm": 0.36425113677978516,
2018
+ "learning_rate": 9.896504875159122e-05,
2019
+ "loss": 0.0361,
2020
+ "step": 3350
2021
+ },
2022
+ {
2023
+ "grad_norm": 0.29681363701820374,
2024
+ "learning_rate": 9.89538630727064e-05,
2025
+ "loss": 0.0359,
2026
+ "step": 3360
2027
+ },
2028
+ {
2029
+ "grad_norm": 0.2756250500679016,
2030
+ "learning_rate": 9.894261791026189e-05,
2031
+ "loss": 0.0402,
2032
+ "step": 3370
2033
+ },
2034
+ {
2035
+ "grad_norm": 0.3387982249259949,
2036
+ "learning_rate": 9.893131327792165e-05,
2037
+ "loss": 0.0335,
2038
+ "step": 3380
2039
+ },
2040
+ {
2041
+ "grad_norm": 0.3108982741832733,
2042
+ "learning_rate": 9.891994918942182e-05,
2043
+ "loss": 0.0331,
2044
+ "step": 3390
2045
+ },
2046
+ {
2047
+ "grad_norm": 0.4296475052833557,
2048
+ "learning_rate": 9.890852565857092e-05,
2049
+ "loss": 0.038,
2050
+ "step": 3400
2051
+ },
2052
+ {
2053
+ "grad_norm": 0.25025734305381775,
2054
+ "learning_rate": 9.889704269924954e-05,
2055
+ "loss": 0.0304,
2056
+ "step": 3410
2057
+ },
2058
+ {
2059
+ "grad_norm": 0.6248367428779602,
2060
+ "learning_rate": 9.888550032541059e-05,
2061
+ "loss": 0.0316,
2062
+ "step": 3420
2063
+ },
2064
+ {
2065
+ "grad_norm": 0.3411543667316437,
2066
+ "learning_rate": 9.887389855107916e-05,
2067
+ "loss": 0.0353,
2068
+ "step": 3430
2069
+ },
2070
+ {
2071
+ "grad_norm": 0.3803151845932007,
2072
+ "learning_rate": 9.886223739035248e-05,
2073
+ "loss": 0.0399,
2074
+ "step": 3440
2075
+ },
2076
+ {
2077
+ "grad_norm": 0.3013177812099457,
2078
+ "learning_rate": 9.885051685739997e-05,
2079
+ "loss": 0.0382,
2080
+ "step": 3450
2081
+ },
2082
+ {
2083
+ "grad_norm": 0.4035526216030121,
2084
+ "learning_rate": 9.883873696646316e-05,
2085
+ "loss": 0.0423,
2086
+ "step": 3460
2087
+ },
2088
+ {
2089
+ "grad_norm": 0.39729955792427063,
2090
+ "learning_rate": 9.882689773185575e-05,
2091
+ "loss": 0.0342,
2092
+ "step": 3470
2093
+ },
2094
+ {
2095
+ "grad_norm": 0.35385772585868835,
2096
+ "learning_rate": 9.881499916796353e-05,
2097
+ "loss": 0.0387,
2098
+ "step": 3480
2099
+ },
2100
+ {
2101
+ "grad_norm": 0.38120993971824646,
2102
+ "learning_rate": 9.880304128924434e-05,
2103
+ "loss": 0.0346,
2104
+ "step": 3490
2105
+ },
2106
+ {
2107
+ "grad_norm": 0.5219783782958984,
2108
+ "learning_rate": 9.879102411022817e-05,
2109
+ "loss": 0.0359,
2110
+ "step": 3500
2111
+ },
2112
+ {
2113
+ "grad_norm": 0.25719115138053894,
2114
+ "learning_rate": 9.877894764551703e-05,
2115
+ "loss": 0.0347,
2116
+ "step": 3510
2117
+ },
2118
+ {
2119
+ "grad_norm": 0.27055251598358154,
2120
+ "learning_rate": 9.876681190978494e-05,
2121
+ "loss": 0.0362,
2122
+ "step": 3520
2123
+ },
2124
+ {
2125
+ "grad_norm": 0.2928553521633148,
2126
+ "learning_rate": 9.875461691777797e-05,
2127
+ "loss": 0.0357,
2128
+ "step": 3530
2129
+ },
2130
+ {
2131
+ "grad_norm": 0.3087640702724457,
2132
+ "learning_rate": 9.874236268431417e-05,
2133
+ "loss": 0.0341,
2134
+ "step": 3540
2135
+ },
2136
+ {
2137
+ "grad_norm": 0.30907273292541504,
2138
+ "learning_rate": 9.873004922428361e-05,
2139
+ "loss": 0.0326,
2140
+ "step": 3550
2141
+ },
2142
+ {
2143
+ "grad_norm": 0.24913908541202545,
2144
+ "learning_rate": 9.871767655264829e-05,
2145
+ "loss": 0.0341,
2146
+ "step": 3560
2147
+ },
2148
+ {
2149
+ "grad_norm": 0.3109101355075836,
2150
+ "learning_rate": 9.87052446844422e-05,
2151
+ "loss": 0.036,
2152
+ "step": 3570
2153
+ },
2154
+ {
2155
+ "grad_norm": 0.2711428701877594,
2156
+ "learning_rate": 9.869275363477122e-05,
2157
+ "loss": 0.0389,
2158
+ "step": 3580
2159
+ },
2160
+ {
2161
+ "grad_norm": 0.41108351945877075,
2162
+ "learning_rate": 9.868020341881312e-05,
2163
+ "loss": 0.0378,
2164
+ "step": 3590
2165
+ },
2166
+ {
2167
+ "grad_norm": 0.23758524656295776,
2168
+ "learning_rate": 9.866759405181765e-05,
2169
+ "loss": 0.0356,
2170
+ "step": 3600
2171
+ },
2172
+ {
2173
+ "grad_norm": 0.27054616808891296,
2174
+ "learning_rate": 9.865492554910633e-05,
2175
+ "loss": 0.0363,
2176
+ "step": 3610
2177
+ },
2178
+ {
2179
+ "grad_norm": 0.32093489170074463,
2180
+ "learning_rate": 9.864219792607262e-05,
2181
+ "loss": 0.0319,
2182
+ "step": 3620
2183
+ },
2184
+ {
2185
+ "grad_norm": 0.28849124908447266,
2186
+ "learning_rate": 9.862941119818177e-05,
2187
+ "loss": 0.0351,
2188
+ "step": 3630
2189
+ },
2190
+ {
2191
+ "grad_norm": 0.3146919906139374,
2192
+ "learning_rate": 9.861656538097086e-05,
2193
+ "loss": 0.0335,
2194
+ "step": 3640
2195
+ },
2196
+ {
2197
+ "grad_norm": 0.2292512208223343,
2198
+ "learning_rate": 9.860366049004877e-05,
2199
+ "loss": 0.0322,
2200
+ "step": 3650
2201
+ },
2202
+ {
2203
+ "grad_norm": 0.34268423914909363,
2204
+ "learning_rate": 9.859069654109615e-05,
2205
+ "loss": 0.0365,
2206
+ "step": 3660
2207
+ },
2208
+ {
2209
+ "grad_norm": 0.29794055223464966,
2210
+ "learning_rate": 9.857767354986545e-05,
2211
+ "loss": 0.0386,
2212
+ "step": 3670
2213
+ },
2214
+ {
2215
+ "grad_norm": 0.3198016881942749,
2216
+ "learning_rate": 9.856459153218078e-05,
2217
+ "loss": 0.0345,
2218
+ "step": 3680
2219
+ },
2220
+ {
2221
+ "grad_norm": 0.27674734592437744,
2222
+ "learning_rate": 9.855145050393808e-05,
2223
+ "loss": 0.0329,
2224
+ "step": 3690
2225
+ },
2226
+ {
2227
+ "grad_norm": 0.30881065130233765,
2228
+ "learning_rate": 9.85382504811049e-05,
2229
+ "loss": 0.0344,
2230
+ "step": 3700
2231
+ },
2232
+ {
2233
+ "grad_norm": 0.26281753182411194,
2234
+ "learning_rate": 9.852499147972054e-05,
2235
+ "loss": 0.0349,
2236
+ "step": 3710
2237
+ },
2238
+ {
2239
+ "grad_norm": 0.25280869007110596,
2240
+ "learning_rate": 9.851167351589592e-05,
2241
+ "loss": 0.0363,
2242
+ "step": 3720
2243
+ },
2244
+ {
2245
+ "grad_norm": 0.4011027216911316,
2246
+ "learning_rate": 9.849829660581363e-05,
2247
+ "loss": 0.035,
2248
+ "step": 3730
2249
+ },
2250
+ {
2251
+ "grad_norm": 0.2938372492790222,
2252
+ "learning_rate": 9.848486076572787e-05,
2253
+ "loss": 0.0363,
2254
+ "step": 3740
2255
+ },
2256
+ {
2257
+ "grad_norm": 0.4511852562427521,
2258
+ "learning_rate": 9.847136601196446e-05,
2259
+ "loss": 0.0346,
2260
+ "step": 3750
2261
+ },
2262
+ {
2263
+ "grad_norm": 0.355217844247818,
2264
+ "learning_rate": 9.845781236092078e-05,
2265
+ "loss": 0.0348,
2266
+ "step": 3760
2267
+ },
2268
+ {
2269
+ "grad_norm": 0.3419903516769409,
2270
+ "learning_rate": 9.844419982906583e-05,
2271
+ "loss": 0.0333,
2272
+ "step": 3770
2273
+ },
2274
+ {
2275
+ "grad_norm": 0.5065255761146545,
2276
+ "learning_rate": 9.843052843294008e-05,
2277
+ "loss": 0.031,
2278
+ "step": 3780
2279
+ },
2280
+ {
2281
+ "grad_norm": 0.38208192586898804,
2282
+ "learning_rate": 9.841679818915559e-05,
2283
+ "loss": 0.0345,
2284
+ "step": 3790
2285
+ },
2286
+ {
2287
+ "grad_norm": 0.25567400455474854,
2288
+ "learning_rate": 9.840300911439591e-05,
2289
+ "loss": 0.034,
2290
+ "step": 3800
2291
+ },
2292
+ {
2293
+ "grad_norm": 0.3119286596775055,
2294
+ "learning_rate": 9.838916122541603e-05,
2295
+ "loss": 0.0331,
2296
+ "step": 3810
2297
+ },
2298
+ {
2299
+ "grad_norm": 0.27168720960617065,
2300
+ "learning_rate": 9.837525453904246e-05,
2301
+ "loss": 0.0339,
2302
+ "step": 3820
2303
+ },
2304
+ {
2305
+ "grad_norm": 0.26491183042526245,
2306
+ "learning_rate": 9.836128907217314e-05,
2307
+ "loss": 0.0352,
2308
+ "step": 3830
2309
+ },
2310
+ {
2311
+ "grad_norm": 0.2985789179801941,
2312
+ "learning_rate": 9.834726484177743e-05,
2313
+ "loss": 0.0317,
2314
+ "step": 3840
2315
+ },
2316
+ {
2317
+ "grad_norm": 0.2767351567745209,
2318
+ "learning_rate": 9.833318186489609e-05,
2319
+ "loss": 0.0335,
2320
+ "step": 3850
2321
+ },
2322
+ {
2323
+ "grad_norm": 0.3301824927330017,
2324
+ "learning_rate": 9.831904015864126e-05,
2325
+ "loss": 0.0322,
2326
+ "step": 3860
2327
+ },
2328
+ {
2329
+ "grad_norm": 0.45963019132614136,
2330
+ "learning_rate": 9.830483974019645e-05,
2331
+ "loss": 0.0336,
2332
+ "step": 3870
2333
+ },
2334
+ {
2335
+ "grad_norm": 0.30730369687080383,
2336
+ "learning_rate": 9.82905806268165e-05,
2337
+ "loss": 0.0327,
2338
+ "step": 3880
2339
+ },
2340
+ {
2341
+ "grad_norm": 0.2633878290653229,
2342
+ "learning_rate": 9.82762628358276e-05,
2343
+ "loss": 0.031,
2344
+ "step": 3890
2345
+ },
2346
+ {
2347
+ "grad_norm": 0.2650753855705261,
2348
+ "learning_rate": 9.826188638462718e-05,
2349
+ "loss": 0.0327,
2350
+ "step": 3900
2351
+ },
2352
+ {
2353
+ "grad_norm": 0.2208768129348755,
2354
+ "learning_rate": 9.824745129068402e-05,
2355
+ "loss": 0.0352,
2356
+ "step": 3910
2357
+ },
2358
+ {
2359
+ "grad_norm": 0.3218386471271515,
2360
+ "learning_rate": 9.82329575715381e-05,
2361
+ "loss": 0.0382,
2362
+ "step": 3920
2363
+ },
2364
+ {
2365
+ "grad_norm": 0.25913795828819275,
2366
+ "learning_rate": 9.821840524480066e-05,
2367
+ "loss": 0.0317,
2368
+ "step": 3930
2369
+ },
2370
+ {
2371
+ "grad_norm": 0.29261311888694763,
2372
+ "learning_rate": 9.820379432815414e-05,
2373
+ "loss": 0.0315,
2374
+ "step": 3940
2375
+ },
2376
+ {
2377
+ "grad_norm": 0.330141544342041,
2378
+ "learning_rate": 9.81891248393522e-05,
2379
+ "loss": 0.032,
2380
+ "step": 3950
2381
+ },
2382
+ {
2383
+ "grad_norm": 0.44203680753707886,
2384
+ "learning_rate": 9.817439679621963e-05,
2385
+ "loss": 0.0347,
2386
+ "step": 3960
2387
+ },
2388
+ {
2389
+ "grad_norm": 0.31121841073036194,
2390
+ "learning_rate": 9.815961021665243e-05,
2391
+ "loss": 0.0356,
2392
+ "step": 3970
2393
+ },
2394
+ {
2395
+ "grad_norm": 0.4357168674468994,
2396
+ "learning_rate": 9.814476511861763e-05,
2397
+ "loss": 0.0422,
2398
+ "step": 3980
2399
+ },
2400
+ {
2401
+ "grad_norm": 0.39395856857299805,
2402
+ "learning_rate": 9.812986152015348e-05,
2403
+ "loss": 0.036,
2404
+ "step": 3990
2405
+ },
2406
+ {
2407
+ "grad_norm": 0.24850888550281525,
2408
+ "learning_rate": 9.811489943936922e-05,
2409
+ "loss": 0.0334,
2410
+ "step": 4000
2411
+ },
2412
+ {
2413
+ "grad_norm": 0.294154554605484,
2414
+ "learning_rate": 9.809987889444522e-05,
2415
+ "loss": 0.0349,
2416
+ "step": 4010
2417
+ },
2418
+ {
2419
+ "grad_norm": 0.2648806571960449,
2420
+ "learning_rate": 9.808479990363282e-05,
2421
+ "loss": 0.0338,
2422
+ "step": 4020
2423
+ },
2424
+ {
2425
+ "grad_norm": 0.24719461798667908,
2426
+ "learning_rate": 9.806966248525445e-05,
2427
+ "loss": 0.033,
2428
+ "step": 4030
2429
+ },
2430
+ {
2431
+ "grad_norm": 0.2546530067920685,
2432
+ "learning_rate": 9.805446665770348e-05,
2433
+ "loss": 0.0306,
2434
+ "step": 4040
2435
+ },
2436
+ {
2437
+ "grad_norm": 0.25734084844589233,
2438
+ "learning_rate": 9.803921243944429e-05,
2439
+ "loss": 0.0279,
2440
+ "step": 4050
2441
+ },
2442
+ {
2443
+ "grad_norm": 0.27421101927757263,
2444
+ "learning_rate": 9.802389984901218e-05,
2445
+ "loss": 0.0336,
2446
+ "step": 4060
2447
+ },
2448
+ {
2449
+ "grad_norm": 0.2428167313337326,
2450
+ "learning_rate": 9.80085289050134e-05,
2451
+ "loss": 0.0325,
2452
+ "step": 4070
2453
+ },
2454
+ {
2455
+ "grad_norm": 0.3550518751144409,
2456
+ "learning_rate": 9.799309962612508e-05,
2457
+ "loss": 0.0336,
2458
+ "step": 4080
2459
+ },
2460
+ {
2461
+ "grad_norm": 0.29807665944099426,
2462
+ "learning_rate": 9.797761203109527e-05,
2463
+ "loss": 0.0346,
2464
+ "step": 4090
2465
+ },
2466
+ {
2467
+ "grad_norm": 0.4399183392524719,
2468
+ "learning_rate": 9.796206613874283e-05,
2469
+ "loss": 0.0342,
2470
+ "step": 4100
2471
+ },
2472
+ {
2473
+ "grad_norm": 0.25817739963531494,
2474
+ "learning_rate": 9.794646196795754e-05,
2475
+ "loss": 0.0337,
2476
+ "step": 4110
2477
+ },
2478
+ {
2479
+ "grad_norm": 0.5267719626426697,
2480
+ "learning_rate": 9.793079953769987e-05,
2481
+ "loss": 0.031,
2482
+ "step": 4120
2483
+ },
2484
+ {
2485
+ "grad_norm": 0.3641016185283661,
2486
+ "learning_rate": 9.79150788670012e-05,
2487
+ "loss": 0.0327,
2488
+ "step": 4130
2489
+ },
2490
+ {
2491
+ "grad_norm": 0.19937771558761597,
2492
+ "learning_rate": 9.78992999749636e-05,
2493
+ "loss": 0.0358,
2494
+ "step": 4140
2495
+ },
2496
+ {
2497
+ "grad_norm": 0.33499547839164734,
2498
+ "learning_rate": 9.788346288075994e-05,
2499
+ "loss": 0.031,
2500
+ "step": 4150
2501
+ },
2502
+ {
2503
+ "grad_norm": 0.36649659276008606,
2504
+ "learning_rate": 9.786756760363373e-05,
2505
+ "loss": 0.0367,
2506
+ "step": 4160
2507
+ },
2508
+ {
2509
+ "grad_norm": 0.2832200229167938,
2510
+ "learning_rate": 9.78516141628993e-05,
2511
+ "loss": 0.032,
2512
+ "step": 4170
2513
+ },
2514
+ {
2515
+ "grad_norm": 0.27441516518592834,
2516
+ "learning_rate": 9.783560257794154e-05,
2517
+ "loss": 0.0327,
2518
+ "step": 4180
2519
+ },
2520
+ {
2521
+ "grad_norm": 0.2544417977333069,
2522
+ "learning_rate": 9.781953286821603e-05,
2523
+ "loss": 0.0302,
2524
+ "step": 4190
2525
+ },
2526
+ {
2527
+ "grad_norm": 0.28273317217826843,
2528
+ "learning_rate": 9.780340505324901e-05,
2529
+ "loss": 0.0303,
2530
+ "step": 4200
2531
+ },
2532
+ {
2533
+ "grad_norm": 0.4371950328350067,
2534
+ "learning_rate": 9.778721915263727e-05,
2535
+ "loss": 0.0311,
2536
+ "step": 4210
2537
+ },
2538
+ {
2539
+ "grad_norm": 0.31068944931030273,
2540
+ "learning_rate": 9.777097518604824e-05,
2541
+ "loss": 0.0302,
2542
+ "step": 4220
2543
+ },
2544
+ {
2545
+ "grad_norm": 0.21536166965961456,
2546
+ "learning_rate": 9.775467317321984e-05,
2547
+ "loss": 0.0306,
2548
+ "step": 4230
2549
+ },
2550
+ {
2551
+ "grad_norm": 0.2604850232601166,
2552
+ "learning_rate": 9.773831313396055e-05,
2553
+ "loss": 0.0331,
2554
+ "step": 4240
2555
+ },
2556
+ {
2557
+ "grad_norm": 0.32531386613845825,
2558
+ "learning_rate": 9.77218950881494e-05,
2559
+ "loss": 0.0333,
2560
+ "step": 4250
2561
+ },
2562
+ {
2563
+ "grad_norm": 0.2731362283229828,
2564
+ "learning_rate": 9.770541905573583e-05,
2565
+ "loss": 0.0341,
2566
+ "step": 4260
2567
+ },
2568
+ {
2569
+ "grad_norm": 0.2093501091003418,
2570
+ "learning_rate": 9.768888505673976e-05,
2571
+ "loss": 0.029,
2572
+ "step": 4270
2573
+ },
2574
+ {
2575
+ "grad_norm": 0.42711615562438965,
2576
+ "learning_rate": 9.767229311125162e-05,
2577
+ "loss": 0.032,
2578
+ "step": 4280
2579
+ },
2580
+ {
2581
+ "grad_norm": 0.27278879284858704,
2582
+ "learning_rate": 9.765564323943211e-05,
2583
+ "loss": 0.033,
2584
+ "step": 4290
2585
+ },
2586
+ {
2587
+ "grad_norm": 0.2229641228914261,
2588
+ "learning_rate": 9.763893546151244e-05,
2589
+ "loss": 0.0364,
2590
+ "step": 4300
2591
+ },
2592
+ {
2593
+ "grad_norm": 0.3014525771141052,
2594
+ "learning_rate": 9.762216979779412e-05,
2595
+ "loss": 0.0361,
2596
+ "step": 4310
2597
+ },
2598
+ {
2599
+ "grad_norm": 0.24539710581302643,
2600
+ "learning_rate": 9.760534626864902e-05,
2601
+ "loss": 0.0325,
2602
+ "step": 4320
2603
+ },
2604
+ {
2605
+ "grad_norm": 0.2680601477622986,
2606
+ "learning_rate": 9.758846489451931e-05,
2607
+ "loss": 0.0325,
2608
+ "step": 4330
2609
+ },
2610
+ {
2611
+ "grad_norm": 0.3267567455768585,
2612
+ "learning_rate": 9.757152569591748e-05,
2613
+ "loss": 0.0337,
2614
+ "step": 4340
2615
+ },
2616
+ {
2617
+ "grad_norm": 0.25609248876571655,
2618
+ "learning_rate": 9.75545286934262e-05,
2619
+ "loss": 0.0316,
2620
+ "step": 4350
2621
+ },
2622
+ {
2623
+ "grad_norm": 0.3844185471534729,
2624
+ "learning_rate": 9.753747390769847e-05,
2625
+ "loss": 0.03,
2626
+ "step": 4360
2627
+ },
2628
+ {
2629
+ "grad_norm": 0.2432142198085785,
2630
+ "learning_rate": 9.752036135945744e-05,
2631
+ "loss": 0.0332,
2632
+ "step": 4370
2633
+ },
2634
+ {
2635
+ "grad_norm": 0.48657962679862976,
2636
+ "learning_rate": 9.750319106949649e-05,
2637
+ "loss": 0.0357,
2638
+ "step": 4380
2639
+ },
2640
+ {
2641
+ "grad_norm": 0.2904045581817627,
2642
+ "learning_rate": 9.748596305867913e-05,
2643
+ "loss": 0.0337,
2644
+ "step": 4390
2645
+ },
2646
+ {
2647
+ "grad_norm": 0.3355681598186493,
2648
+ "learning_rate": 9.746867734793903e-05,
2649
+ "loss": 0.0351,
2650
+ "step": 4400
2651
+ },
2652
+ {
2653
+ "grad_norm": 0.2996969223022461,
2654
+ "learning_rate": 9.745133395827993e-05,
2655
+ "loss": 0.0342,
2656
+ "step": 4410
2657
+ },
2658
+ {
2659
+ "grad_norm": 0.2818157374858856,
2660
+ "learning_rate": 9.743393291077572e-05,
2661
+ "loss": 0.0306,
2662
+ "step": 4420
2663
+ },
2664
+ {
2665
+ "grad_norm": 0.4198729395866394,
2666
+ "learning_rate": 9.741647422657028e-05,
2667
+ "loss": 0.0357,
2668
+ "step": 4430
2669
+ },
2670
+ {
2671
+ "grad_norm": 0.6452091336250305,
2672
+ "learning_rate": 9.739895792687758e-05,
2673
+ "loss": 0.0328,
2674
+ "step": 4440
2675
+ },
2676
+ {
2677
+ "grad_norm": 0.32312220335006714,
2678
+ "learning_rate": 9.738138403298157e-05,
2679
+ "loss": 0.0344,
2680
+ "step": 4450
2681
+ },
2682
+ {
2683
+ "grad_norm": 0.3436553478240967,
2684
+ "learning_rate": 9.736375256623619e-05,
2685
+ "loss": 0.0308,
2686
+ "step": 4460
2687
+ },
2688
+ {
2689
+ "grad_norm": 0.25958141684532166,
2690
+ "learning_rate": 9.734606354806533e-05,
2691
+ "loss": 0.0318,
2692
+ "step": 4470
2693
+ },
2694
+ {
2695
+ "grad_norm": 0.3319542706012726,
2696
+ "learning_rate": 9.73283169999628e-05,
2697
+ "loss": 0.0338,
2698
+ "step": 4480
2699
+ },
2700
+ {
2701
+ "grad_norm": 0.26436764001846313,
2702
+ "learning_rate": 9.731051294349238e-05,
2703
+ "loss": 0.0327,
2704
+ "step": 4490
2705
+ },
2706
+ {
2707
+ "grad_norm": 0.2518230080604553,
2708
+ "learning_rate": 9.729265140028762e-05,
2709
+ "loss": 0.0341,
2710
+ "step": 4500
2711
+ },
2712
+ {
2713
+ "grad_norm": 0.3020409047603607,
2714
+ "learning_rate": 9.727473239205201e-05,
2715
+ "loss": 0.0294,
2716
+ "step": 4510
2717
+ },
2718
+ {
2719
+ "grad_norm": 0.6439887285232544,
2720
+ "learning_rate": 9.725675594055883e-05,
2721
+ "loss": 0.0302,
2722
+ "step": 4520
2723
+ },
2724
+ {
2725
+ "grad_norm": 0.2171560525894165,
2726
+ "learning_rate": 9.723872206765116e-05,
2727
+ "loss": 0.0329,
2728
+ "step": 4530
2729
+ },
2730
+ {
2731
+ "grad_norm": 0.2762564420700073,
2732
+ "learning_rate": 9.722063079524185e-05,
2733
+ "loss": 0.0318,
2734
+ "step": 4540
2735
+ },
2736
+ {
2737
+ "grad_norm": 0.32399308681488037,
2738
+ "learning_rate": 9.720248214531351e-05,
2739
+ "loss": 0.0318,
2740
+ "step": 4550
2741
+ },
2742
+ {
2743
+ "grad_norm": 0.21756646037101746,
2744
+ "learning_rate": 9.718427613991848e-05,
2745
+ "loss": 0.032,
2746
+ "step": 4560
2747
+ },
2748
+ {
2749
+ "grad_norm": 0.3138534724712372,
2750
+ "learning_rate": 9.716601280117873e-05,
2751
+ "loss": 0.029,
2752
+ "step": 4570
2753
+ },
2754
+ {
2755
+ "grad_norm": 0.2731068730354309,
2756
+ "learning_rate": 9.714769215128596e-05,
2757
+ "loss": 0.0319,
2758
+ "step": 4580
2759
+ },
2760
+ {
2761
+ "grad_norm": 0.3360292613506317,
2762
+ "learning_rate": 9.712931421250152e-05,
2763
+ "loss": 0.0355,
2764
+ "step": 4590
2765
+ },
2766
+ {
2767
+ "grad_norm": 0.21750696003437042,
2768
+ "learning_rate": 9.711087900715627e-05,
2769
+ "loss": 0.0346,
2770
+ "step": 4600
2771
+ },
2772
+ {
2773
+ "grad_norm": 0.22192755341529846,
2774
+ "learning_rate": 9.709238655765078e-05,
2775
+ "loss": 0.0325,
2776
+ "step": 4610
2777
+ },
2778
+ {
2779
+ "grad_norm": 0.21116146445274353,
2780
+ "learning_rate": 9.707383688645511e-05,
2781
+ "loss": 0.0301,
2782
+ "step": 4620
2783
+ },
2784
+ {
2785
+ "grad_norm": 0.28577712178230286,
2786
+ "learning_rate": 9.705523001610883e-05,
2787
+ "loss": 0.0325,
2788
+ "step": 4630
2789
+ },
2790
+ {
2791
+ "grad_norm": 0.2641943097114563,
2792
+ "learning_rate": 9.703656596922107e-05,
2793
+ "loss": 0.0291,
2794
+ "step": 4640
2795
+ },
2796
+ {
2797
+ "grad_norm": 0.23968888819217682,
2798
+ "learning_rate": 9.70178447684704e-05,
2799
+ "loss": 0.0324,
2800
+ "step": 4650
2801
+ },
2802
+ {
2803
+ "grad_norm": 0.31251823902130127,
2804
+ "learning_rate": 9.699906643660483e-05,
2805
+ "loss": 0.0319,
2806
+ "step": 4660
2807
+ },
2808
+ {
2809
+ "grad_norm": 0.24932055175304413,
2810
+ "learning_rate": 9.698023099644185e-05,
2811
+ "loss": 0.0334,
2812
+ "step": 4670
2813
+ },
2814
+ {
2815
+ "grad_norm": 0.30251333117485046,
2816
+ "learning_rate": 9.696133847086823e-05,
2817
+ "loss": 0.0294,
2818
+ "step": 4680
2819
+ },
2820
+ {
2821
+ "grad_norm": 0.43989869952201843,
2822
+ "learning_rate": 9.694238888284022e-05,
2823
+ "loss": 0.0363,
2824
+ "step": 4690
2825
+ },
2826
+ {
2827
+ "grad_norm": 0.342578262090683,
2828
+ "learning_rate": 9.692338225538333e-05,
2829
+ "loss": 0.0329,
2830
+ "step": 4700
2831
+ },
2832
+ {
2833
+ "grad_norm": 0.2391144335269928,
2834
+ "learning_rate": 9.690431861159241e-05,
2835
+ "loss": 0.0324,
2836
+ "step": 4710
2837
+ },
2838
+ {
2839
+ "grad_norm": 0.3693285286426544,
2840
+ "learning_rate": 9.688519797463161e-05,
2841
+ "loss": 0.0311,
2842
+ "step": 4720
2843
+ },
2844
+ {
2845
+ "grad_norm": 0.39516782760620117,
2846
+ "learning_rate": 9.686602036773426e-05,
2847
+ "loss": 0.0331,
2848
+ "step": 4730
2849
+ },
2850
+ {
2851
+ "grad_norm": 0.3209303319454193,
2852
+ "learning_rate": 9.684678581420302e-05,
2853
+ "loss": 0.0325,
2854
+ "step": 4740
2855
+ },
2856
+ {
2857
+ "grad_norm": 0.24821114540100098,
2858
+ "learning_rate": 9.682749433740962e-05,
2859
+ "loss": 0.038,
2860
+ "step": 4750
2861
+ },
2862
+ {
2863
+ "grad_norm": 0.26262345910072327,
2864
+ "learning_rate": 9.680814596079507e-05,
2865
+ "loss": 0.0346,
2866
+ "step": 4760
2867
+ },
2868
+ {
2869
+ "grad_norm": 0.9238157272338867,
2870
+ "learning_rate": 9.678874070786945e-05,
2871
+ "loss": 0.0324,
2872
+ "step": 4770
2873
+ },
2874
+ {
2875
+ "grad_norm": 0.1953527331352234,
2876
+ "learning_rate": 9.676927860221199e-05,
2877
+ "loss": 0.0351,
2878
+ "step": 4780
2879
+ },
2880
+ {
2881
+ "grad_norm": 0.2232116311788559,
2882
+ "learning_rate": 9.674975966747097e-05,
2883
+ "loss": 0.0343,
2884
+ "step": 4790
2885
+ },
2886
+ {
2887
+ "grad_norm": 0.2524062395095825,
2888
+ "learning_rate": 9.673018392736374e-05,
2889
+ "loss": 0.0299,
2890
+ "step": 4800
2891
+ },
2892
+ {
2893
+ "grad_norm": 0.19976535439491272,
2894
+ "learning_rate": 9.671055140567667e-05,
2895
+ "loss": 0.0356,
2896
+ "step": 4810
2897
+ },
2898
+ {
2899
+ "grad_norm": 0.31831347942352295,
2900
+ "learning_rate": 9.669086212626511e-05,
2901
+ "loss": 0.0319,
2902
+ "step": 4820
2903
+ },
2904
+ {
2905
+ "grad_norm": 0.2573797404766083,
2906
+ "learning_rate": 9.667111611305341e-05,
2907
+ "loss": 0.0333,
2908
+ "step": 4830
2909
+ },
2910
+ {
2911
+ "grad_norm": 0.39954403042793274,
2912
+ "learning_rate": 9.665131339003486e-05,
2913
+ "loss": 0.0331,
2914
+ "step": 4840
2915
+ },
2916
+ {
2917
+ "grad_norm": 0.34243258833885193,
2918
+ "learning_rate": 9.663145398127158e-05,
2919
+ "loss": 0.0279,
2920
+ "step": 4850
2921
+ },
2922
+ {
2923
+ "grad_norm": 0.40026620030403137,
2924
+ "learning_rate": 9.661153791089467e-05,
2925
+ "loss": 0.0322,
2926
+ "step": 4860
2927
+ },
2928
+ {
2929
+ "grad_norm": 0.27648770809173584,
2930
+ "learning_rate": 9.659156520310402e-05,
2931
+ "loss": 0.0309,
2932
+ "step": 4870
2933
+ },
2934
+ {
2935
+ "grad_norm": 0.23704074323177338,
2936
+ "learning_rate": 9.657153588216835e-05,
2937
+ "loss": 0.0301,
2938
+ "step": 4880
2939
+ },
2940
+ {
2941
+ "grad_norm": 0.22470659017562866,
2942
+ "learning_rate": 9.655144997242516e-05,
2943
+ "loss": 0.0307,
2944
+ "step": 4890
2945
+ },
2946
+ {
2947
+ "grad_norm": 0.26196277141571045,
2948
+ "learning_rate": 9.653130749828075e-05,
2949
+ "loss": 0.031,
2950
+ "step": 4900
2951
+ },
2952
+ {
2953
+ "grad_norm": 0.43631988763809204,
2954
+ "learning_rate": 9.65111084842101e-05,
2955
+ "loss": 0.0314,
2956
+ "step": 4910
2957
+ },
2958
+ {
2959
+ "grad_norm": 0.2574961185455322,
2960
+ "learning_rate": 9.649085295475695e-05,
2961
+ "loss": 0.0345,
2962
+ "step": 4920
2963
+ },
2964
+ {
2965
+ "grad_norm": 0.26858606934547424,
2966
+ "learning_rate": 9.647054093453365e-05,
2967
+ "loss": 0.0322,
2968
+ "step": 4930
2969
+ },
2970
+ {
2971
+ "grad_norm": 0.23716683685779572,
2972
+ "learning_rate": 9.645017244822123e-05,
2973
+ "loss": 0.0282,
2974
+ "step": 4940
2975
+ },
2976
+ {
2977
+ "grad_norm": 0.2518445551395416,
2978
+ "learning_rate": 9.642974752056931e-05,
2979
+ "loss": 0.0325,
2980
+ "step": 4950
2981
+ },
2982
+ {
2983
+ "grad_norm": 0.3249128460884094,
2984
+ "learning_rate": 9.640926617639613e-05,
2985
+ "loss": 0.0331,
2986
+ "step": 4960
2987
+ },
2988
+ {
2989
+ "grad_norm": 0.22383485734462738,
2990
+ "learning_rate": 9.638872844058843e-05,
2991
+ "loss": 0.0303,
2992
+ "step": 4970
2993
+ },
2994
+ {
2995
+ "grad_norm": 0.26281267404556274,
2996
+ "learning_rate": 9.63681343381015e-05,
2997
+ "loss": 0.0313,
2998
+ "step": 4980
2999
+ },
3000
+ {
3001
+ "grad_norm": 0.238747239112854,
3002
+ "learning_rate": 9.634748389395914e-05,
3003
+ "loss": 0.029,
3004
+ "step": 4990
3005
+ },
3006
+ {
3007
+ "grad_norm": 0.36877527832984924,
3008
+ "learning_rate": 9.632677713325353e-05,
3009
+ "loss": 0.0358,
3010
+ "step": 5000
3011
+ },
3012
+ {
3013
+ "grad_norm": 0.3157718777656555,
3014
+ "learning_rate": 9.63060140811454e-05,
3015
+ "loss": 0.0331,
3016
+ "step": 5010
3017
+ },
3018
+ {
3019
+ "grad_norm": 0.3446662127971649,
3020
+ "learning_rate": 9.628519476286379e-05,
3021
+ "loss": 0.0344,
3022
+ "step": 5020
3023
+ },
3024
+ {
3025
+ "grad_norm": 0.2804613709449768,
3026
+ "learning_rate": 9.626431920370612e-05,
3027
+ "loss": 0.0307,
3028
+ "step": 5030
3029
+ },
3030
+ {
3031
+ "grad_norm": 0.2892847955226898,
3032
+ "learning_rate": 9.624338742903819e-05,
3033
+ "loss": 0.0295,
3034
+ "step": 5040
3035
+ },
3036
+ {
3037
+ "grad_norm": 0.5710871815681458,
3038
+ "learning_rate": 9.622239946429406e-05,
3039
+ "loss": 0.0276,
3040
+ "step": 5050
3041
+ },
3042
+ {
3043
+ "grad_norm": 0.26316478848457336,
3044
+ "learning_rate": 9.620135533497609e-05,
3045
+ "loss": 0.0302,
3046
+ "step": 5060
3047
+ },
3048
+ {
3049
+ "grad_norm": 0.3482988178730011,
3050
+ "learning_rate": 9.61802550666549e-05,
3051
+ "loss": 0.0286,
3052
+ "step": 5070
3053
+ },
3054
+ {
3055
+ "grad_norm": 0.26152899861335754,
3056
+ "learning_rate": 9.615909868496928e-05,
3057
+ "loss": 0.027,
3058
+ "step": 5080
3059
+ },
3060
+ {
3061
+ "grad_norm": 0.317668080329895,
3062
+ "learning_rate": 9.613788621562622e-05,
3063
+ "loss": 0.0296,
3064
+ "step": 5090
3065
+ },
3066
+ {
3067
+ "grad_norm": 0.25961193442344666,
3068
+ "learning_rate": 9.611661768440093e-05,
3069
+ "loss": 0.0312,
3070
+ "step": 5100
3071
+ },
3072
+ {
3073
+ "grad_norm": 0.25917866826057434,
3074
+ "learning_rate": 9.609529311713661e-05,
3075
+ "loss": 0.0304,
3076
+ "step": 5110
3077
+ },
3078
+ {
3079
+ "grad_norm": 0.25132909417152405,
3080
+ "learning_rate": 9.607391253974466e-05,
3081
+ "loss": 0.0296,
3082
+ "step": 5120
3083
+ },
3084
+ {
3085
+ "grad_norm": 0.2505704164505005,
3086
+ "learning_rate": 9.605247597820448e-05,
3087
+ "loss": 0.0316,
3088
+ "step": 5130
3089
+ },
3090
+ {
3091
+ "grad_norm": 0.23508676886558533,
3092
+ "learning_rate": 9.603098345856354e-05,
3093
+ "loss": 0.032,
3094
+ "step": 5140
3095
+ },
3096
+ {
3097
+ "grad_norm": 0.23048117756843567,
3098
+ "learning_rate": 9.600943500693725e-05,
3099
+ "loss": 0.0293,
3100
+ "step": 5150
3101
+ },
3102
+ {
3103
+ "grad_norm": 0.30994167923927307,
3104
+ "learning_rate": 9.598783064950902e-05,
3105
+ "loss": 0.0291,
3106
+ "step": 5160
3107
+ },
3108
+ {
3109
+ "grad_norm": 0.34612396359443665,
3110
+ "learning_rate": 9.596617041253018e-05,
3111
+ "loss": 0.0284,
3112
+ "step": 5170
3113
+ },
3114
+ {
3115
+ "grad_norm": 0.18393488228321075,
3116
+ "learning_rate": 9.594445432231996e-05,
3117
+ "loss": 0.0281,
3118
+ "step": 5180
3119
+ },
3120
+ {
3121
+ "grad_norm": 0.22680553793907166,
3122
+ "learning_rate": 9.592268240526547e-05,
3123
+ "loss": 0.0312,
3124
+ "step": 5190
3125
+ },
3126
+ {
3127
+ "grad_norm": 0.39471128582954407,
3128
+ "learning_rate": 9.590085468782162e-05,
3129
+ "loss": 0.0298,
3130
+ "step": 5200
3131
+ },
3132
+ {
3133
+ "grad_norm": 0.23328055441379547,
3134
+ "learning_rate": 9.587897119651116e-05,
3135
+ "loss": 0.0308,
3136
+ "step": 5210
3137
+ },
3138
+ {
3139
+ "grad_norm": 0.2956632375717163,
3140
+ "learning_rate": 9.585703195792459e-05,
3141
+ "loss": 0.0317,
3142
+ "step": 5220
3143
+ },
3144
+ {
3145
+ "grad_norm": 0.34203052520751953,
3146
+ "learning_rate": 9.583503699872016e-05,
3147
+ "loss": 0.0292,
3148
+ "step": 5230
3149
+ },
3150
+ {
3151
+ "grad_norm": 0.41844645142555237,
3152
+ "learning_rate": 9.581298634562381e-05,
3153
+ "loss": 0.0296,
3154
+ "step": 5240
3155
+ },
3156
+ {
3157
+ "grad_norm": 0.15062275528907776,
3158
+ "learning_rate": 9.579088002542917e-05,
3159
+ "loss": 0.0305,
3160
+ "step": 5250
3161
+ },
3162
+ {
3163
+ "grad_norm": 0.3013925552368164,
3164
+ "learning_rate": 9.57687180649975e-05,
3165
+ "loss": 0.0314,
3166
+ "step": 5260
3167
+ },
3168
+ {
3169
+ "grad_norm": 0.2418990582227707,
3170
+ "learning_rate": 9.574650049125768e-05,
3171
+ "loss": 0.0299,
3172
+ "step": 5270
3173
+ },
3174
+ {
3175
+ "grad_norm": 0.304177850484848,
3176
+ "learning_rate": 9.572422733120614e-05,
3177
+ "loss": 0.0283,
3178
+ "step": 5280
3179
+ },
3180
+ {
3181
+ "grad_norm": 0.23789408802986145,
3182
+ "learning_rate": 9.570189861190689e-05,
3183
+ "loss": 0.0266,
3184
+ "step": 5290
3185
+ },
3186
+ {
3187
+ "grad_norm": 0.28955498337745667,
3188
+ "learning_rate": 9.56795143604914e-05,
3189
+ "loss": 0.0308,
3190
+ "step": 5300
3191
+ },
3192
+ {
3193
+ "grad_norm": 0.16970686614513397,
3194
+ "learning_rate": 9.565707460415869e-05,
3195
+ "loss": 0.0286,
3196
+ "step": 5310
3197
+ },
3198
+ {
3199
+ "grad_norm": 0.33111685514450073,
3200
+ "learning_rate": 9.563457937017515e-05,
3201
+ "loss": 0.0292,
3202
+ "step": 5320
3203
+ },
3204
+ {
3205
+ "grad_norm": 0.2950333058834076,
3206
+ "learning_rate": 9.56120286858746e-05,
3207
+ "loss": 0.0282,
3208
+ "step": 5330
3209
+ },
3210
+ {
3211
+ "grad_norm": 0.2266271710395813,
3212
+ "learning_rate": 9.558942257865829e-05,
3213
+ "loss": 0.0303,
3214
+ "step": 5340
3215
+ },
3216
+ {
3217
+ "grad_norm": 0.27608922123908997,
3218
+ "learning_rate": 9.556676107599472e-05,
3219
+ "loss": 0.03,
3220
+ "step": 5350
3221
+ },
3222
+ {
3223
+ "grad_norm": 0.2176966667175293,
3224
+ "learning_rate": 9.554404420541978e-05,
3225
+ "loss": 0.0308,
3226
+ "step": 5360
3227
+ },
3228
+ {
3229
+ "grad_norm": 0.22792655229568481,
3230
+ "learning_rate": 9.55212719945366e-05,
3231
+ "loss": 0.0281,
3232
+ "step": 5370
3233
+ },
3234
+ {
3235
+ "grad_norm": 0.2198641151189804,
3236
+ "learning_rate": 9.549844447101559e-05,
3237
+ "loss": 0.0277,
3238
+ "step": 5380
3239
+ },
3240
+ {
3241
+ "grad_norm": 0.32253924012184143,
3242
+ "learning_rate": 9.547556166259433e-05,
3243
+ "loss": 0.0288,
3244
+ "step": 5390
3245
+ },
3246
+ {
3247
+ "grad_norm": 0.38950228691101074,
3248
+ "learning_rate": 9.545262359707756e-05,
3249
+ "loss": 0.0285,
3250
+ "step": 5400
3251
+ },
3252
+ {
3253
+ "grad_norm": 0.19937629997730255,
3254
+ "learning_rate": 9.542963030233724e-05,
3255
+ "loss": 0.0305,
3256
+ "step": 5410
3257
+ },
3258
+ {
3259
+ "grad_norm": 0.24631406366825104,
3260
+ "learning_rate": 9.540658180631237e-05,
3261
+ "loss": 0.0301,
3262
+ "step": 5420
3263
+ },
3264
+ {
3265
+ "grad_norm": 0.22192849218845367,
3266
+ "learning_rate": 9.538347813700904e-05,
3267
+ "loss": 0.0281,
3268
+ "step": 5430
3269
+ },
3270
+ {
3271
+ "grad_norm": 0.2845704257488251,
3272
+ "learning_rate": 9.536031932250036e-05,
3273
+ "loss": 0.0277,
3274
+ "step": 5440
3275
+ },
3276
+ {
3277
+ "grad_norm": 0.22213523089885712,
3278
+ "learning_rate": 9.533710539092653e-05,
3279
+ "loss": 0.0279,
3280
+ "step": 5450
3281
+ },
3282
+ {
3283
+ "grad_norm": 0.5807768106460571,
3284
+ "learning_rate": 9.531383637049464e-05,
3285
+ "loss": 0.0258,
3286
+ "step": 5460
3287
+ },
3288
+ {
3289
+ "grad_norm": 0.28621476888656616,
3290
+ "learning_rate": 9.529051228947875e-05,
3291
+ "loss": 0.0305,
3292
+ "step": 5470
3293
+ },
3294
+ {
3295
+ "grad_norm": 0.31888940930366516,
3296
+ "learning_rate": 9.52671331762198e-05,
3297
+ "loss": 0.0282,
3298
+ "step": 5480
3299
+ },
3300
+ {
3301
+ "grad_norm": 0.3353741466999054,
3302
+ "learning_rate": 9.524369905912565e-05,
3303
+ "loss": 0.0279,
3304
+ "step": 5490
3305
+ },
3306
+ {
3307
+ "grad_norm": 0.2915017604827881,
3308
+ "learning_rate": 9.522020996667092e-05,
3309
+ "loss": 0.0339,
3310
+ "step": 5500
3311
+ },
3312
+ {
3313
+ "grad_norm": 0.2807980477809906,
3314
+ "learning_rate": 9.519666592739709e-05,
3315
+ "loss": 0.0283,
3316
+ "step": 5510
3317
+ },
3318
+ {
3319
+ "grad_norm": 0.24497555196285248,
3320
+ "learning_rate": 9.517306696991241e-05,
3321
+ "loss": 0.0296,
3322
+ "step": 5520
3323
+ },
3324
+ {
3325
+ "grad_norm": 0.23863714933395386,
3326
+ "learning_rate": 9.51494131228918e-05,
3327
+ "loss": 0.0277,
3328
+ "step": 5530
3329
+ },
3330
+ {
3331
+ "grad_norm": 0.42585837841033936,
3332
+ "learning_rate": 9.512570441507695e-05,
3333
+ "loss": 0.0301,
3334
+ "step": 5540
3335
+ },
3336
+ {
3337
+ "grad_norm": 0.28657546639442444,
3338
+ "learning_rate": 9.510194087527615e-05,
3339
+ "loss": 0.0273,
3340
+ "step": 5550
3341
+ },
3342
+ {
3343
+ "grad_norm": 0.26880064606666565,
3344
+ "learning_rate": 9.507812253236435e-05,
3345
+ "loss": 0.0292,
3346
+ "step": 5560
3347
+ },
3348
+ {
3349
+ "grad_norm": 0.5710074305534363,
3350
+ "learning_rate": 9.505424941528309e-05,
3351
+ "loss": 0.0311,
3352
+ "step": 5570
3353
+ },
3354
+ {
3355
+ "grad_norm": 0.26207560300827026,
3356
+ "learning_rate": 9.503032155304046e-05,
3357
+ "loss": 0.0346,
3358
+ "step": 5580
3359
+ },
3360
+ {
3361
+ "grad_norm": 0.5927866101264954,
3362
+ "learning_rate": 9.500633897471106e-05,
3363
+ "loss": 0.0298,
3364
+ "step": 5590
3365
+ },
3366
+ {
3367
+ "grad_norm": 0.26272717118263245,
3368
+ "learning_rate": 9.498230170943596e-05,
3369
+ "loss": 0.0351,
3370
+ "step": 5600
3371
+ },
3372
+ {
3373
+ "grad_norm": 0.20593000948429108,
3374
+ "learning_rate": 9.495820978642275e-05,
3375
+ "loss": 0.0326,
3376
+ "step": 5610
3377
+ },
3378
+ {
3379
+ "grad_norm": 0.2362719476222992,
3380
+ "learning_rate": 9.493406323494535e-05,
3381
+ "loss": 0.0291,
3382
+ "step": 5620
3383
+ },
3384
+ {
3385
+ "grad_norm": 0.26528915762901306,
3386
+ "learning_rate": 9.490986208434413e-05,
3387
+ "loss": 0.0307,
3388
+ "step": 5630
3389
+ },
3390
+ {
3391
+ "grad_norm": 0.34711647033691406,
3392
+ "learning_rate": 9.488560636402577e-05,
3393
+ "loss": 0.0261,
3394
+ "step": 5640
3395
+ },
3396
+ {
3397
+ "grad_norm": 0.256011962890625,
3398
+ "learning_rate": 9.486129610346321e-05,
3399
+ "loss": 0.0286,
3400
+ "step": 5650
3401
+ },
3402
+ {
3403
+ "grad_norm": 0.2524960935115814,
3404
+ "learning_rate": 9.483693133219576e-05,
3405
+ "loss": 0.0285,
3406
+ "step": 5660
3407
+ },
3408
+ {
3409
+ "grad_norm": 0.3123167157173157,
3410
+ "learning_rate": 9.481251207982888e-05,
3411
+ "loss": 0.0318,
3412
+ "step": 5670
3413
+ },
3414
+ {
3415
+ "grad_norm": 0.23425480723381042,
3416
+ "learning_rate": 9.47880383760343e-05,
3417
+ "loss": 0.0261,
3418
+ "step": 5680
3419
+ },
3420
+ {
3421
+ "grad_norm": 0.25420740246772766,
3422
+ "learning_rate": 9.476351025054983e-05,
3423
+ "loss": 0.0306,
3424
+ "step": 5690
3425
+ },
3426
+ {
3427
+ "grad_norm": 0.3529684841632843,
3428
+ "learning_rate": 9.473892773317952e-05,
3429
+ "loss": 0.0253,
3430
+ "step": 5700
3431
+ },
3432
+ {
3433
+ "grad_norm": 0.31296902894973755,
3434
+ "learning_rate": 9.471429085379338e-05,
3435
+ "loss": 0.0292,
3436
+ "step": 5710
3437
+ },
3438
+ {
3439
+ "grad_norm": 0.2692904472351074,
3440
+ "learning_rate": 9.468959964232757e-05,
3441
+ "loss": 0.0272,
3442
+ "step": 5720
3443
+ },
3444
+ {
3445
+ "grad_norm": 0.3672389090061188,
3446
+ "learning_rate": 9.466485412878425e-05,
3447
+ "loss": 0.0334,
3448
+ "step": 5730
3449
+ },
3450
+ {
3451
+ "grad_norm": 0.3293924629688263,
3452
+ "learning_rate": 9.464005434323154e-05,
3453
+ "loss": 0.0298,
3454
+ "step": 5740
3455
+ },
3456
+ {
3457
+ "grad_norm": 0.2921695113182068,
3458
+ "learning_rate": 9.461520031580352e-05,
3459
+ "loss": 0.0266,
3460
+ "step": 5750
3461
+ },
3462
+ {
3463
+ "grad_norm": 0.29170626401901245,
3464
+ "learning_rate": 9.459029207670019e-05,
3465
+ "loss": 0.0293,
3466
+ "step": 5760
3467
+ },
3468
+ {
3469
+ "grad_norm": 0.33403706550598145,
3470
+ "learning_rate": 9.456532965618737e-05,
3471
+ "loss": 0.0285,
3472
+ "step": 5770
3473
+ },
3474
+ {
3475
+ "grad_norm": 0.24151206016540527,
3476
+ "learning_rate": 9.454031308459681e-05,
3477
+ "loss": 0.0287,
3478
+ "step": 5780
3479
+ },
3480
+ {
3481
+ "grad_norm": 0.23442505300045013,
3482
+ "learning_rate": 9.451524239232595e-05,
3483
+ "loss": 0.0289,
3484
+ "step": 5790
3485
+ },
3486
+ {
3487
+ "grad_norm": 0.22394013404846191,
3488
+ "learning_rate": 9.449011760983809e-05,
3489
+ "loss": 0.0316,
3490
+ "step": 5800
3491
+ },
3492
+ {
3493
+ "grad_norm": 0.162757009267807,
3494
+ "learning_rate": 9.446493876766218e-05,
3495
+ "loss": 0.03,
3496
+ "step": 5810
3497
+ },
3498
+ {
3499
+ "grad_norm": 0.24485236406326294,
3500
+ "learning_rate": 9.44397058963929e-05,
3501
+ "loss": 0.0308,
3502
+ "step": 5820
3503
+ },
3504
+ {
3505
+ "grad_norm": 0.30540770292282104,
3506
+ "learning_rate": 9.441441902669056e-05,
3507
+ "loss": 0.029,
3508
+ "step": 5830
3509
+ },
3510
+ {
3511
+ "grad_norm": 0.38131895661354065,
3512
+ "learning_rate": 9.43890781892811e-05,
3513
+ "loss": 0.0279,
3514
+ "step": 5840
3515
+ },
3516
+ {
3517
+ "grad_norm": 0.27463778853416443,
3518
+ "learning_rate": 9.436368341495603e-05,
3519
+ "loss": 0.0305,
3520
+ "step": 5850
3521
+ },
3522
+ {
3523
+ "grad_norm": 0.18571634590625763,
3524
+ "learning_rate": 9.43382347345724e-05,
3525
+ "loss": 0.0301,
3526
+ "step": 5860
3527
+ },
3528
+ {
3529
+ "grad_norm": 0.19644570350646973,
3530
+ "learning_rate": 9.431273217905273e-05,
3531
+ "loss": 0.0297,
3532
+ "step": 5870
3533
+ },
3534
+ {
3535
+ "grad_norm": 0.2669595181941986,
3536
+ "learning_rate": 9.428717577938504e-05,
3537
+ "loss": 0.0287,
3538
+ "step": 5880
3539
+ },
3540
+ {
3541
+ "grad_norm": 0.2687034010887146,
3542
+ "learning_rate": 9.426156556662276e-05,
3543
+ "loss": 0.0254,
3544
+ "step": 5890
3545
+ },
3546
+ {
3547
+ "grad_norm": 0.25875869393348694,
3548
+ "learning_rate": 9.423590157188474e-05,
3549
+ "loss": 0.0293,
3550
+ "step": 5900
3551
+ },
3552
+ {
3553
+ "grad_norm": 0.29127827286720276,
3554
+ "learning_rate": 9.421018382635513e-05,
3555
+ "loss": 0.0276,
3556
+ "step": 5910
3557
+ },
3558
+ {
3559
+ "grad_norm": 0.2213948369026184,
3560
+ "learning_rate": 9.418441236128343e-05,
3561
+ "loss": 0.0266,
3562
+ "step": 5920
3563
+ },
3564
+ {
3565
+ "grad_norm": 0.2627449631690979,
3566
+ "learning_rate": 9.41585872079844e-05,
3567
+ "loss": 0.0335,
3568
+ "step": 5930
3569
+ },
3570
+ {
3571
+ "grad_norm": 0.2908029854297638,
3572
+ "learning_rate": 9.413270839783802e-05,
3573
+ "loss": 0.0312,
3574
+ "step": 5940
3575
+ },
3576
+ {
3577
+ "grad_norm": 0.3014381229877472,
3578
+ "learning_rate": 9.41067759622895e-05,
3579
+ "loss": 0.0315,
3580
+ "step": 5950
3581
+ },
3582
+ {
3583
+ "grad_norm": 0.2169884592294693,
3584
+ "learning_rate": 9.408078993284917e-05,
3585
+ "loss": 0.0275,
3586
+ "step": 5960
3587
+ },
3588
+ {
3589
+ "grad_norm": 0.15191787481307983,
3590
+ "learning_rate": 9.405475034109254e-05,
3591
+ "loss": 0.0256,
3592
+ "step": 5970
3593
+ },
3594
+ {
3595
+ "grad_norm": 0.21545839309692383,
3596
+ "learning_rate": 9.402865721866015e-05,
3597
+ "loss": 0.0293,
3598
+ "step": 5980
3599
+ },
3600
+ {
3601
+ "grad_norm": 0.24423319101333618,
3602
+ "learning_rate": 9.400251059725762e-05,
3603
+ "loss": 0.0293,
3604
+ "step": 5990
3605
+ },
3606
+ {
3607
+ "grad_norm": 0.25787439942359924,
3608
+ "learning_rate": 9.397631050865554e-05,
3609
+ "loss": 0.0254,
3610
+ "step": 6000
3611
+ }
3612
+ ],
3613
+ "logging_steps": 10,
3614
+ "max_steps": 30000,
3615
+ "num_input_tokens_seen": 0,
3616
+ "num_train_epochs": 9223372036854775807,
3617
+ "save_steps": 3000,
3618
+ "stateful_callbacks": {
3619
+ "TrainerControl": {
3620
+ "args": {
3621
+ "should_epoch_stop": false,
3622
+ "should_evaluate": false,
3623
+ "should_log": false,
3624
+ "should_save": true,
3625
+ "should_training_stop": false
3626
+ },
3627
+ "attributes": {}
3628
+ }
3629
+ },
3630
+ "total_flos": 0.0,
3631
+ "train_batch_size": 64,
3632
+ "trial_name": null,
3633
+ "trial_params": null
3634
+ }
checkpoint-6000/wandb_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"project": "finetune-gr00t-n1d6", "run_id": "reachy2"}
checkpoint-9000/embodiment_id.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robocasa_panda_omron": 13,
3
+ "gr1": 20,
4
+ "behavior_r1_pro": 24,
5
+ "unitree_g1": 8,
6
+ "oxe_google": 0,
7
+ "oxe_widowx": 1,
8
+ "libero_panda": 2,
9
+ "oxe_droid": 16,
10
+ "new_embodiment": 10,
11
+ "reachy2": 11
12
+ }
checkpoint-9000/experiment_cfg/conf.yaml ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ load_config_path: null
2
+ model:
3
+ model_type: Gr00tN1d6
4
+ model_dtype: bfloat16
5
+ model_name: nvidia/Eagle-Block2A-2B-v2
6
+ backbone_model_type: eagle
7
+ model_revision: null
8
+ tune_top_llm_layers: 4
9
+ backbone_embedding_dim: 2048
10
+ tune_llm: false
11
+ tune_visual: false
12
+ select_layer: 16
13
+ reproject_vision: false
14
+ use_flash_attention: true
15
+ load_bf16: false
16
+ collator_overwrite_image_inputs: false
17
+ eagle_collator: true
18
+ backbone_trainable_params_fp32: true
19
+ image_crop_size: null
20
+ image_target_size: null
21
+ shortest_image_edge: 256
22
+ crop_fraction: 0.95
23
+ random_rotation_angle: null
24
+ color_jitter_params: null
25
+ use_albumentations_transforms: true
26
+ formalize_language: true
27
+ apply_sincos_state_encoding: false
28
+ use_relative_action: true
29
+ max_state_dim: 29
30
+ max_action_dim: 29
31
+ action_horizon: 16
32
+ hidden_size: 1024
33
+ input_embedding_dim: 1536
34
+ add_pos_embed: true
35
+ attn_dropout: 0.2
36
+ use_vlln: true
37
+ max_seq_len: 1024
38
+ use_alternate_vl_dit: true
39
+ attend_text_every_n_blocks: 2
40
+ diffusion_model_cfg:
41
+ positional_embeddings: null
42
+ num_layers: 32
43
+ num_attention_heads: 32
44
+ attention_head_dim: 48
45
+ norm_type: ada_norm
46
+ dropout: 0.2
47
+ final_dropout: true
48
+ output_dim: 1024
49
+ interleave_self_attention: true
50
+ num_inference_timesteps: 4
51
+ noise_beta_alpha: 1.5
52
+ noise_beta_beta: 1.0
53
+ noise_s: 0.999
54
+ num_timestep_buckets: 1000
55
+ tune_projector: true
56
+ tune_diffusion_model: true
57
+ tune_vlln: true
58
+ state_dropout_prob: 0.0
59
+ state_additive_noise_scale: 0.0
60
+ max_num_embodiments: 32
61
+ data:
62
+ datasets:
63
+ - dataset_paths:
64
+ - ./datasets/reachy2_100
65
+ embodiment_tag: reachy2
66
+ mix_ratio: 1.0
67
+ dataset_type: physical_embodiment
68
+ val_dataset_path: null
69
+ modality_configs:
70
+ reachy2:
71
+ video:
72
+ delta_indices:
73
+ - 0
74
+ modality_keys:
75
+ - front_cam
76
+ sin_cos_embedding_keys: null
77
+ mean_std_embedding_keys: null
78
+ action_configs: null
79
+ state:
80
+ delta_indices:
81
+ - 0
82
+ modality_keys:
83
+ - arm_joints
84
+ sin_cos_embedding_keys: null
85
+ mean_std_embedding_keys: null
86
+ action_configs: null
87
+ action:
88
+ delta_indices:
89
+ - 0
90
+ - 1
91
+ - 2
92
+ - 3
93
+ - 4
94
+ - 5
95
+ - 6
96
+ - 7
97
+ - 8
98
+ - 9
99
+ - 10
100
+ - 11
101
+ - 12
102
+ - 13
103
+ - 14
104
+ - 15
105
+ modality_keys:
106
+ - arm_joints
107
+ - gripper
108
+ sin_cos_embedding_keys: null
109
+ mean_std_embedding_keys: null
110
+ action_configs:
111
+ - rep: RELATIVE
112
+ type: NON_EEF
113
+ format: DEFAULT
114
+ state_key: arm_joints
115
+ - rep: ABSOLUTE
116
+ type: NON_EEF
117
+ format: DEFAULT
118
+ state_key: null
119
+ language:
120
+ delta_indices:
121
+ - 0
122
+ modality_keys:
123
+ - annotation.human.task_description
124
+ sin_cos_embedding_keys: null
125
+ mean_std_embedding_keys: null
126
+ action_configs: null
127
+ download_cache: false
128
+ shard_size: 1024
129
+ episode_sampling_rate: 0.1
130
+ num_shards_per_epoch: 10000
131
+ override_pretraining_statistics: false
132
+ mode: single_turn
133
+ random_chop: 0.0
134
+ mock_dataset_mode: false
135
+ shuffle: true
136
+ seed: 42
137
+ multiprocessing_context: fork
138
+ allow_padding: false
139
+ subsample_ratio: 1.0
140
+ image_crop_size:
141
+ - 244
142
+ - 244
143
+ image_target_size:
144
+ - 224
145
+ - 224
146
+ video_backend: decord
147
+ training:
148
+ output_dir: /tmp/groot_output/reachy2
149
+ experiment_name: null
150
+ max_steps: 30000
151
+ global_batch_size: 64
152
+ batch_size: null
153
+ gradient_accumulation_steps: 1
154
+ learning_rate: 0.0001
155
+ lr_scheduler_type: cosine
156
+ weight_decay: 1.0e-05
157
+ warmup_ratio: 0.05
158
+ warmup_steps: 0
159
+ max_grad_norm: 1.0
160
+ optim: adamw_torch
161
+ start_from_checkpoint: nvidia/GR00T-N1.6-3B
162
+ tf32: true
163
+ fp16: false
164
+ bf16: true
165
+ eval_bf16: true
166
+ logging_steps: 10
167
+ save_steps: 3000
168
+ save_total_limit: 5
169
+ save_vl_model: false
170
+ upload_checkpoints: false
171
+ upload_every: 1000
172
+ upload_last_n_checkpoints: 5
173
+ max_concurrent_uploads: 2
174
+ eval_strategy: 'no'
175
+ eval_steps: 500
176
+ eval_set_split_ratio: 0.1
177
+ eval_batch_size: 2
178
+ save_best_eval_metric_name: ''
179
+ save_best_eval_metric_greater_is_better: true
180
+ deepspeed_stage: 2
181
+ gradient_checkpointing: false
182
+ transformers_trust_remote_code: true
183
+ transformers_local_files_only: false
184
+ transformers_cache_dir: null
185
+ transformers_access_token: null
186
+ use_ddp: false
187
+ ddp_bucket_cap_mb: 100
188
+ num_gpus: 1
189
+ dataloader_num_workers: 8
190
+ remove_unused_columns: false
191
+ use_wandb: false
192
+ wandb_project: finetune-gr00t-n1d6
193
+ enable_profiling: false
194
+ max_retries: 3
195
+ assert_loss_less_than: null
196
+ add_rl_callback: false
197
+ enable_open_loop_eval: false
198
+ open_loop_eval_traj_ids:
199
+ - 0
200
+ open_loop_eval_steps_per_traj: 100
201
+ open_loop_eval_plot_indices: null
202
+ max_steps: 30000
203
+ save_steps: 3000
checkpoint-9000/experiment_cfg/dataset_statistics.json ADDED
@@ -0,0 +1,1020 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "reachy2": {
3
+ "state": {
4
+ "arm_joints": {
5
+ "min": [
6
+ 4.93005895614624,
7
+ -11.668736457824707,
8
+ -42.069515228271484,
9
+ -126.52813720703125,
10
+ -20.27557945251465,
11
+ -20.164306640625,
12
+ -21.239810943603516
13
+ ],
14
+ "max": [
15
+ 41.02817153930664,
16
+ 11.43976879119873,
17
+ 42.18703079223633,
18
+ -74.72509765625,
19
+ 20.33566665649414,
20
+ 16.37257957458496,
21
+ 21.077407836914062
22
+ ],
23
+ "mean": [
24
+ 22.316539764404297,
25
+ -0.3203781247138977,
26
+ 2.417543411254883,
27
+ -109.398681640625,
28
+ -1.9847908020019531,
29
+ -3.484698534011841,
30
+ -0.3555510342121124
31
+ ],
32
+ "std": [
33
+ 7.066186428070068,
34
+ 3.507993459701538,
35
+ 22.217893600463867,
36
+ 14.851909637451172,
37
+ 13.270956039428711,
38
+ 11.239269256591797,
39
+ 11.768560409545898
40
+ ],
41
+ "q01": [
42
+ 8.457822799682617,
43
+ -10.20227336883545,
44
+ -41.3212890625,
45
+ -126.43962860107422,
46
+ -20.06123924255371,
47
+ -20.072999954223633,
48
+ -20.989107131958008
49
+ ],
50
+ "q99": [
51
+ 38.03876876831055,
52
+ 9.723615646362305,
53
+ 41.77986526489258,
54
+ -80.34276580810547,
55
+ 20.061033248901367,
56
+ 14.72492790222168,
57
+ 20.985740661621094
58
+ ]
59
+ }
60
+ },
61
+ "action": {
62
+ "arm_joints": {
63
+ "min": [
64
+ 4.93005895614624,
65
+ -11.668736457824707,
66
+ -42.069515228271484,
67
+ -126.52813720703125,
68
+ -20.27557945251465,
69
+ -20.164306640625,
70
+ -21.239810943603516
71
+ ],
72
+ "max": [
73
+ 41.02817153930664,
74
+ 11.43976879119873,
75
+ 42.18703079223633,
76
+ -74.72509765625,
77
+ 20.33566665649414,
78
+ 16.37257957458496,
79
+ 21.077407836914062
80
+ ],
81
+ "mean": [
82
+ 22.172462463378906,
83
+ -0.3404896557331085,
84
+ 2.3248910903930664,
85
+ -109.23794555664062,
86
+ -1.812583327293396,
87
+ -3.5105223655700684,
88
+ -0.2696441113948822
89
+ ],
90
+ "std": [
91
+ 7.037580966949463,
92
+ 3.620150566101074,
93
+ 22.205087661743164,
94
+ 14.961851119995117,
95
+ 13.164973258972168,
96
+ 11.261707305908203,
97
+ 11.734737396240234
98
+ ],
99
+ "q01": [
100
+ 8.457822799682617,
101
+ -10.20227336883545,
102
+ -41.3212890625,
103
+ -126.43962860107422,
104
+ -20.06123924255371,
105
+ -20.072999954223633,
106
+ -20.989107131958008
107
+ ],
108
+ "q99": [
109
+ 38.03876876831055,
110
+ 9.723625183105469,
111
+ 41.77986526489258,
112
+ -80.34276580810547,
113
+ 20.061033248901367,
114
+ 14.72492790222168,
115
+ 20.985740661621094
116
+ ]
117
+ },
118
+ "gripper": {
119
+ "min": [
120
+ 0.5416929721832275
121
+ ],
122
+ "max": [
123
+ 0.9385063648223877
124
+ ],
125
+ "mean": [
126
+ 0.8345981240272522
127
+ ],
128
+ "std": [
129
+ 0.12303706258535363
130
+ ],
131
+ "q01": [
132
+ 0.6467909216880798
133
+ ],
134
+ "q99": [
135
+ 0.9350630044937134
136
+ ]
137
+ }
138
+ },
139
+ "relative_action": {
140
+ "arm_joints": {
141
+ "min": [
142
+ [
143
+ -20.440982818603516,
144
+ -11.665962219238281,
145
+ -14.02474594116211,
146
+ -20.817272186279297,
147
+ -10.09469223022461,
148
+ -6.401888370513916,
149
+ -8.767365455627441
150
+ ],
151
+ [
152
+ -20.449968338012695,
153
+ -11.677082061767578,
154
+ -25.868675231933594,
155
+ -30.582874298095703,
156
+ -17.461694717407227,
157
+ -11.940333366394043,
158
+ -16.13103485107422
159
+ ],
160
+ [
161
+ -19.697128295898438,
162
+ -10.979728698730469,
163
+ -35.53736114501953,
164
+ -32.2390022277832,
165
+ -22.624008178710938,
166
+ -17.247066497802734,
167
+ -22.225337982177734
168
+ ],
169
+ [
170
+ -20.74054527282715,
171
+ -10.334735870361328,
172
+ -44.72303009033203,
173
+ -33.42095947265625,
174
+ -25.056644439697266,
175
+ -22.322742462158203,
176
+ -27.965492248535156
177
+ ],
178
+ [
179
+ -24.075529098510742,
180
+ -10.338696479797363,
181
+ -50.480987548828125,
182
+ -34.134925842285156,
183
+ -26.33944320678711,
184
+ -25.707611083984375,
185
+ -31.17104721069336
186
+ ],
187
+ [
188
+ -26.567087173461914,
189
+ -10.34083366394043,
190
+ -54.44721603393555,
191
+ -34.8769645690918,
192
+ -26.375856399536133,
193
+ -29.134244918823242,
194
+ -33.48938751220703
195
+ ],
196
+ [
197
+ -27.659536361694336,
198
+ -10.340897560119629,
199
+ -57.30182647705078,
200
+ -36.380828857421875,
201
+ -26.375410079956055,
202
+ -32.329833984375,
203
+ -35.47602081298828
204
+ ],
205
+ [
206
+ -27.924762725830078,
207
+ -11.4292573928833,
208
+ -59.24040603637695,
209
+ -36.7144775390625,
210
+ -26.372446060180664,
211
+ -33.91874313354492,
212
+ -35.908573150634766
213
+ ],
214
+ [
215
+ -27.95497703552246,
216
+ -11.528078079223633,
217
+ -59.352848052978516,
218
+ -36.841575622558594,
219
+ -26.24493980407715,
220
+ -35.34848403930664,
221
+ -36.83350372314453
222
+ ],
223
+ [
224
+ -28.4979248046875,
225
+ -11.443194389343262,
226
+ -59.4117431640625,
227
+ -36.853206634521484,
228
+ -26.16107940673828,
229
+ -36.28956604003906,
230
+ -36.86201858520508
231
+ ],
232
+ [
233
+ -28.523822784423828,
234
+ -11.443158149719238,
235
+ -59.41852951049805,
236
+ -36.85321807861328,
237
+ -26.160951614379883,
238
+ -36.43997573852539,
239
+ -36.88083267211914
240
+ ],
241
+ [
242
+ -28.522306442260742,
243
+ -11.443062782287598,
244
+ -59.424468994140625,
245
+ -37.14503860473633,
246
+ -26.16082763671875,
247
+ -36.443668365478516,
248
+ -36.880828857421875
249
+ ],
250
+ [
251
+ -28.468467712402344,
252
+ -11.44290828704834,
253
+ -59.42174530029297,
254
+ -37.880104064941406,
255
+ -26.160717010498047,
256
+ -36.44268035888672,
257
+ -36.880828857421875
258
+ ],
259
+ [
260
+ -28.41590118408203,
261
+ -11.442895889282227,
262
+ -59.4072265625,
263
+ -38.47637939453125,
264
+ -26.160614013671875,
265
+ -36.4410400390625,
266
+ -36.880828857421875
267
+ ],
268
+ [
269
+ -28.362062454223633,
270
+ -11.442879676818848,
271
+ -59.38927459716797,
272
+ -41.26643371582031,
273
+ -26.160587310791016,
274
+ -36.43976974487305,
275
+ -36.88082504272461
276
+ ],
277
+ [
278
+ -28.244752883911133,
279
+ -11.442869186401367,
280
+ -59.369014739990234,
281
+ -44.968875885009766,
282
+ -26.160572052001953,
283
+ -36.433982849121094,
284
+ -36.880794525146484
285
+ ]
286
+ ],
287
+ "max": [
288
+ [
289
+ 5.384329319000244,
290
+ 11.368682861328125,
291
+ 12.580580711364746,
292
+ 21.664548873901367,
293
+ 22.868919372558594,
294
+ 13.739058494567871,
295
+ 11.726442337036133
296
+ ],
297
+ [
298
+ 9.6729097366333,
299
+ 11.36864185333252,
300
+ 23.997724533081055,
301
+ 21.659494400024414,
302
+ 22.868900299072266,
303
+ 23.967060089111328,
304
+ 14.994425773620605
305
+ ],
306
+ [
307
+ 13.331961631774902,
308
+ 11.190152168273926,
309
+ 33.41366958618164,
310
+ 21.635488510131836,
311
+ 25.30813217163086,
312
+ 26.21414566040039,
313
+ 20.79837417602539
314
+ ],
315
+ [
316
+ 16.202699661254883,
317
+ 10.40443229675293,
318
+ 40.09684753417969,
319
+ 23.701637268066406,
320
+ 28.603330612182617,
321
+ 27.53230857849121,
322
+ 25.446346282958984
323
+ ],
324
+ [
325
+ 19.05048370361328,
326
+ 10.40436840057373,
327
+ 46.37767791748047,
328
+ 28.047138214111328,
329
+ 31.07068634033203,
330
+ 28.03820037841797,
331
+ 29.473896026611328
332
+ ],
333
+ [
334
+ 20.245254516601562,
335
+ 10.402230262756348,
336
+ 51.10308837890625,
337
+ 31.863624572753906,
338
+ 31.10450553894043,
339
+ 29.278892517089844,
340
+ 32.1208381652832
341
+ ],
342
+ [
343
+ 21.428510665893555,
344
+ 10.398269653320312,
345
+ 53.42000961303711,
346
+ 34.682308197021484,
347
+ 31.103679656982422,
348
+ 30.250988006591797,
349
+ 33.45231246948242
350
+ ],
351
+ [
352
+ 21.98176383972168,
353
+ 10.395852088928223,
354
+ 55.17178726196289,
355
+ 36.64023208618164,
356
+ 31.101837158203125,
357
+ 30.935718536376953,
358
+ 34.229305267333984
359
+ ],
360
+ [
361
+ 22.397876739501953,
362
+ 11.4427490234375,
363
+ 55.23532485961914,
364
+ 37.58878707885742,
365
+ 31.096826553344727,
366
+ 31.260026931762695,
367
+ 34.44834899902344
368
+ ],
369
+ [
370
+ 22.6441650390625,
371
+ 11.780808448791504,
372
+ 55.34986114501953,
373
+ 38.26850128173828,
374
+ 31.096656799316406,
375
+ 31.333267211914062,
376
+ 34.469146728515625
377
+ ],
378
+ [
379
+ 22.692224502563477,
380
+ 11.812055587768555,
381
+ 55.36343765258789,
382
+ 38.49715805053711,
383
+ 31.61040687561035,
384
+ 31.37093162536621,
385
+ 34.469146728515625
386
+ ],
387
+ [
388
+ 22.72762107849121,
389
+ 11.678536415100098,
390
+ 55.36940383911133,
391
+ 38.59236526489258,
392
+ 35.083839416503906,
393
+ 31.3709659576416,
394
+ 34.46915054321289
395
+ ],
396
+ [
397
+ 24.14029312133789,
398
+ 11.678519248962402,
399
+ 55.369537353515625,
400
+ 38.63944625854492,
401
+ 38.55842208862305,
402
+ 31.37123680114746,
403
+ 34.46915054321289
404
+ ],
405
+ [
406
+ 24.973907470703125,
407
+ 11.678510665893555,
408
+ 55.36623001098633,
409
+ 38.656288146972656,
410
+ 39.96430587768555,
411
+ 31.371545791625977,
412
+ 34.46915054321289
413
+ ],
414
+ [
415
+ 25.06302261352539,
416
+ 11.678531646728516,
417
+ 55.3525390625,
418
+ 38.694881439208984,
419
+ 40.0225944519043,
420
+ 31.37181854248047,
421
+ 34.468910217285156
422
+ ],
423
+ [
424
+ 25.270801544189453,
425
+ 11.678507804870605,
426
+ 55.302616119384766,
427
+ 38.694969177246094,
428
+ 40.022586822509766,
429
+ 31.37185287475586,
430
+ 34.385284423828125
431
+ ]
432
+ ],
433
+ "mean": [
434
+ [
435
+ -0.09851349890232086,
436
+ -1.3889506362829707e-06,
437
+ -0.021199805662035942,
438
+ -0.0799250528216362,
439
+ 0.1505303829908371,
440
+ 0.11832442134618759,
441
+ 0.13495467603206635
442
+ ],
443
+ [
444
+ -0.17057012021541595,
445
+ 0.004252429585903883,
446
+ -0.008995133452117443,
447
+ -0.22457502782344818,
448
+ 0.261105477809906,
449
+ 0.27207958698272705,
450
+ 0.24137930572032928
451
+ ],
452
+ [
453
+ -0.10028649866580963,
454
+ 0.03141691908240318,
455
+ 0.09048548340797424,
456
+ -0.5493719577789307,
457
+ 0.19902515411376953,
458
+ 0.47134673595428467,
459
+ 0.2771521210670471
460
+ ],
461
+ [
462
+ -0.05444306880235672,
463
+ 0.05378008633852005,
464
+ 0.1796490103006363,
465
+ -0.879206120967865,
466
+ 0.1520315706729889,
467
+ 0.6866292357444763,
468
+ 0.3248023986816406
469
+ ],
470
+ [
471
+ -0.013876532204449177,
472
+ 0.07615811377763748,
473
+ 0.2686113715171814,
474
+ -1.2192035913467407,
475
+ 0.10656605660915375,
476
+ 0.9128072261810303,
477
+ 0.3744547367095947
478
+ ],
479
+ [
480
+ 0.025331225246191025,
481
+ 0.09861738234758377,
482
+ 0.3578471839427948,
483
+ -1.5637919902801514,
484
+ 0.06106000766158104,
485
+ 1.1433591842651367,
486
+ 0.4248007833957672
487
+ ],
488
+ [
489
+ 0.0637386217713356,
490
+ 0.12045339494943619,
491
+ 0.44647839665412903,
492
+ -1.908605933189392,
493
+ 0.016334885731339455,
494
+ 1.3740676641464233,
495
+ 0.4745999872684479
496
+ ],
497
+ [
498
+ 0.10053692013025284,
499
+ 0.13872262835502625,
500
+ 0.5284987092018127,
501
+ -2.2462470531463623,
502
+ -0.02209978550672531,
503
+ 1.5981824398040771,
504
+ 0.518027663230896
505
+ ],
506
+ [
507
+ 0.1247839704155922,
508
+ 0.14948606491088867,
509
+ 0.583483874797821,
510
+ -2.525705337524414,
511
+ -0.04458107799291611,
512
+ 1.7731598615646362,
513
+ 0.5445129871368408
514
+ ],
515
+ [
516
+ 0.12165514379739761,
517
+ 0.14827895164489746,
518
+ 0.602064847946167,
519
+ -2.593496561050415,
520
+ -0.047096796333789825,
521
+ 1.797343134880066,
522
+ 0.5500790476799011
523
+ ],
524
+ [
525
+ 0.1124163493514061,
526
+ 0.14204099774360657,
527
+ 0.6022222638130188,
528
+ -2.55938458442688,
529
+ -0.04651280865073204,
530
+ 1.7794476747512817,
531
+ 0.5512804985046387
532
+ ],
533
+ [
534
+ 0.09131923317909241,
535
+ 0.12857742607593536,
536
+ 0.6059610843658447,
537
+ -2.4963152408599854,
538
+ -0.04961543530225754,
539
+ 1.740905523300171,
540
+ 0.5537145137786865
541
+ ],
542
+ [
543
+ 0.054126936942338943,
544
+ 0.10883964598178864,
545
+ 0.6135755181312561,
546
+ -2.381096601486206,
547
+ -0.056390050798654556,
548
+ 1.6682276725769043,
549
+ 0.5572347044944763
550
+ ],
551
+ [
552
+ -0.001200970378704369,
553
+ 0.08611582219600677,
554
+ 0.6268700361251831,
555
+ -2.207465648651123,
556
+ -0.06850837916135788,
557
+ 1.5567927360534668,
558
+ 0.5623834133148193
559
+ ],
560
+ [
561
+ -0.07379738241434097,
562
+ 0.06273127347230911,
563
+ 0.6453807950019836,
564
+ -1.9786254167556763,
565
+ -0.08601187914609909,
566
+ 1.4089199304580688,
567
+ 0.5690953135490417
568
+ ],
569
+ [
570
+ -0.15925677120685577,
571
+ 0.039619192481040955,
572
+ 0.6695932149887085,
573
+ -1.7069525718688965,
574
+ -0.10912654548883438,
575
+ 1.2322944402694702,
576
+ 0.5775030851364136
577
+ ]
578
+ ],
579
+ "std": [
580
+ [
581
+ 1.9917564392089844,
582
+ 1.1211100816726685,
583
+ 2.417202949523926,
584
+ 2.94158935546875,
585
+ 2.39365291595459,
586
+ 1.874914526939392,
587
+ 1.6537472009658813
588
+ ],
589
+ [
590
+ 3.056582450866699,
591
+ 1.6457527875900269,
592
+ 4.458590507507324,
593
+ 5.178750514984131,
594
+ 3.765504837036133,
595
+ 3.6351206302642822,
596
+ 2.9263687133789062
597
+ ],
598
+ [
599
+ 3.596614122390747,
600
+ 1.8142179250717163,
601
+ 6.294006824493408,
602
+ 7.028163433074951,
603
+ 4.514294147491455,
604
+ 5.296512126922607,
605
+ 4.0286865234375
606
+ ],
607
+ [
608
+ 4.277676582336426,
609
+ 2.040328025817871,
610
+ 8.043697357177734,
611
+ 8.868635177612305,
612
+ 5.327646255493164,
613
+ 6.84896993637085,
614
+ 5.116058349609375
615
+ ],
616
+ [
617
+ 4.939493179321289,
618
+ 2.248694896697998,
619
+ 9.646915435791016,
620
+ 10.583718299865723,
621
+ 6.0862040519714355,
622
+ 8.271647453308105,
623
+ 6.122095584869385
624
+ ],
625
+ [
626
+ 5.552292823791504,
627
+ 2.439715623855591,
628
+ 11.097370147705078,
629
+ 12.150360107421875,
630
+ 6.7813005447387695,
631
+ 9.56061840057373,
632
+ 7.034397125244141
633
+ ],
634
+ [
635
+ 6.109565258026123,
636
+ 2.6163902282714844,
637
+ 12.404134750366211,
638
+ 13.574675559997559,
639
+ 7.419105052947998,
640
+ 10.72553539276123,
641
+ 7.855382919311523
642
+ ],
643
+ [
644
+ 6.608177661895752,
645
+ 2.7779171466827393,
646
+ 13.585582733154297,
647
+ 14.875726699829102,
648
+ 8.011663436889648,
649
+ 11.787652015686035,
650
+ 8.598040580749512
651
+ ],
652
+ [
653
+ 7.046725273132324,
654
+ 2.93743634223938,
655
+ 14.688329696655273,
656
+ 16.078651428222656,
657
+ 8.60019302368164,
658
+ 12.769647598266602,
659
+ 9.277371406555176
660
+ ],
661
+ [
662
+ 7.43002986907959,
663
+ 3.1344540119171143,
664
+ 15.875958442687988,
665
+ 17.27137565612793,
666
+ 9.292807579040527,
667
+ 13.705930709838867,
668
+ 9.92088794708252
669
+ ],
670
+ [
671
+ 7.734869003295898,
672
+ 3.2678585052490234,
673
+ 17.0732421875,
674
+ 18.39610481262207,
675
+ 9.9412841796875,
676
+ 14.559659957885742,
677
+ 10.473697662353516
678
+ ],
679
+ [
680
+ 7.963422775268555,
681
+ 3.390157699584961,
682
+ 18.116336822509766,
683
+ 19.400726318359375,
684
+ 10.5236177444458,
685
+ 15.339380264282227,
686
+ 10.94632339477539
687
+ ],
688
+ [
689
+ 8.121000289916992,
690
+ 3.5208446979522705,
691
+ 19.046070098876953,
692
+ 20.327335357666016,
693
+ 11.053685188293457,
694
+ 16.05907440185547,
695
+ 11.358160972595215
696
+ ],
697
+ [
698
+ 8.218527793884277,
699
+ 3.651193857192993,
700
+ 19.873519897460938,
701
+ 21.182926177978516,
702
+ 11.531027793884277,
703
+ 16.716957092285156,
704
+ 11.718016624450684
705
+ ],
706
+ [
707
+ 8.26684284210205,
708
+ 3.7774546146392822,
709
+ 20.612743377685547,
710
+ 21.96902847290039,
711
+ 11.957940101623535,
712
+ 17.311002731323242,
713
+ 12.034592628479004
714
+ ],
715
+ [
716
+ 8.276911735534668,
717
+ 3.8994669914245605,
718
+ 21.281835556030273,
719
+ 22.691150665283203,
720
+ 12.342350959777832,
721
+ 17.84532928466797,
722
+ 12.317776679992676
723
+ ]
724
+ ],
725
+ "q01": [
726
+ [
727
+ -9.697267532348633,
728
+ -3.6728341579437256,
729
+ -10.083383560180664,
730
+ -7.500851631164551,
731
+ -5.057114124298096,
732
+ -5.191580295562744,
733
+ -5.047628879547119
734
+ ],
735
+ [
736
+ -17.174776077270508,
737
+ -7.670596122741699,
738
+ -15.547335624694824,
739
+ -14.150874137878418,
740
+ -9.842418670654297,
741
+ -9.951410293579102,
742
+ -9.844037055969238
743
+ ],
744
+ [
745
+ -16.49785804748535,
746
+ -9.060977935791016,
747
+ -23.215665817260742,
748
+ -19.967872619628906,
749
+ -13.348301887512207,
750
+ -14.247873306274414,
751
+ -14.610755920410156
752
+ ],
753
+ [
754
+ -16.7535400390625,
755
+ -9.395726203918457,
756
+ -29.43296241760254,
757
+ -25.006587982177734,
758
+ -16.37109375,
759
+ -18.130178451538086,
760
+ -18.5999755859375
761
+ ],
762
+ [
763
+ -17.191621780395508,
764
+ -9.43246078491211,
765
+ -36.27531051635742,
766
+ -28.893749237060547,
767
+ -18.89956283569336,
768
+ -21.859458923339844,
769
+ -22.91756248474121
770
+ ],
771
+ [
772
+ -19.174758911132812,
773
+ -9.506808280944824,
774
+ -40.94317626953125,
775
+ -31.8222713470459,
776
+ -20.72899055480957,
777
+ -24.93976402282715,
778
+ -25.59789276123047
779
+ ],
780
+ [
781
+ -20.843280792236328,
782
+ -9.511780738830566,
783
+ -43.895530700683594,
784
+ -33.7496337890625,
785
+ -21.83380699157715,
786
+ -27.3231201171875,
787
+ -27.804710388183594
788
+ ],
789
+ [
790
+ -22.112207412719727,
791
+ -9.513916015625,
792
+ -47.63551330566406,
793
+ -34.7276611328125,
794
+ -22.691164016723633,
795
+ -29.399824142456055,
796
+ -30.01004981994629
797
+ ],
798
+ [
799
+ -23.385971069335938,
800
+ -9.525580406188965,
801
+ -49.76005172729492,
802
+ -35.31100082397461,
803
+ -23.10930824279785,
804
+ -30.991064071655273,
805
+ -31.236299514770508
806
+ ],
807
+ [
808
+ -23.984119415283203,
809
+ -9.732311248779297,
810
+ -51.624576568603516,
811
+ -35.76605224609375,
812
+ -23.42118263244629,
813
+ -31.96640396118164,
814
+ -32.20992660522461
815
+ ],
816
+ [
817
+ -24.42165184020996,
818
+ -10.062808990478516,
819
+ -52.54084777832031,
820
+ -36.21389389038086,
821
+ -23.58216094970703,
822
+ -32.878292083740234,
823
+ -33.002262115478516
824
+ ],
825
+ [
826
+ -24.806774139404297,
827
+ -10.06833267211914,
828
+ -53.43137741088867,
829
+ -36.29438781738281,
830
+ -23.675121307373047,
831
+ -33.4473876953125,
832
+ -33.2683219909668
833
+ ],
834
+ [
835
+ -24.799230575561523,
836
+ -10.070316314697266,
837
+ -54.24421691894531,
838
+ -36.37746810913086,
839
+ -23.685352325439453,
840
+ -33.9517822265625,
841
+ -33.42109298706055
842
+ ],
843
+ [
844
+ -24.732126235961914,
845
+ -10.07029914855957,
846
+ -54.64339828491211,
847
+ -36.4773063659668,
848
+ -23.682329177856445,
849
+ -34.212223052978516,
850
+ -33.55178451538086
851
+ ],
852
+ [
853
+ -24.3509578704834,
854
+ -10.070287704467773,
855
+ -54.56159210205078,
856
+ -36.60988998413086,
857
+ -23.682201385498047,
858
+ -34.409423828125,
859
+ -33.26326370239258
860
+ ],
861
+ [
862
+ -23.759092330932617,
863
+ -10.070272445678711,
864
+ -54.44050216674805,
865
+ -37.09710693359375,
866
+ -23.682085037231445,
867
+ -34.68149948120117,
868
+ -32.9384765625
869
+ ]
870
+ ],
871
+ "q99": [
872
+ [
873
+ 3.203047752380371,
874
+ 3.7505993843078613,
875
+ 8.72464370727539,
876
+ 9.948126792907715,
877
+ 11.195253372192383,
878
+ 5.477096080780029,
879
+ 7.006125450134277
880
+ ],
881
+ [
882
+ 5.7390570640563965,
883
+ 6.635564804077148,
884
+ 16.971813201904297,
885
+ 18.642690658569336,
886
+ 19.90561294555664,
887
+ 10.401065826416016,
888
+ 11.342881202697754
889
+ ],
890
+ [
891
+ 8.532023429870605,
892
+ 8.251216888427734,
893
+ 24.75363540649414,
894
+ 18.472192764282227,
895
+ 19.774227142333984,
896
+ 14.655866622924805,
897
+ 15.70905590057373
898
+ ],
899
+ [
900
+ 10.869905471801758,
901
+ 9.230382919311523,
902
+ 31.436893463134766,
903
+ 19.715234756469727,
904
+ 19.81361961364746,
905
+ 18.759492874145508,
906
+ 20.138126373291016
907
+ ],
908
+ [
909
+ 12.716119766235352,
910
+ 9.484061241149902,
911
+ 37.04032516479492,
912
+ 23.830785751342773,
913
+ 19.81861114501953,
914
+ 21.909305572509766,
915
+ 23.74039649963379
916
+ ],
917
+ [
918
+ 14.470975875854492,
919
+ 9.510160446166992,
920
+ 41.770057678222656,
921
+ 27.173765182495117,
922
+ 20.0618839263916,
923
+ 24.20587921142578,
924
+ 26.801916122436523
925
+ ],
926
+ [
927
+ 16.024580001831055,
928
+ 9.510558128356934,
929
+ 45.34690475463867,
930
+ 30.040668487548828,
931
+ 21.872987747192383,
932
+ 25.943317413330078,
933
+ 28.912029266357422
934
+ ],
935
+ [
936
+ 16.895124435424805,
937
+ 9.513190269470215,
938
+ 47.93039321899414,
939
+ 32.24497985839844,
940
+ 22.715166091918945,
941
+ 27.396934509277344,
942
+ 30.489883422851562
943
+ ],
944
+ [
945
+ 17.761186599731445,
946
+ 9.570911407470703,
947
+ 50.055416107177734,
948
+ 34.065670013427734,
949
+ 23.788578033447266,
950
+ 28.185653686523438,
951
+ 31.546728134155273
952
+ ],
953
+ [
954
+ 18.391948699951172,
955
+ 9.712384223937988,
956
+ 51.48924255371094,
957
+ 35.40724182128906,
958
+ 24.940738677978516,
959
+ 28.75865364074707,
960
+ 32.44330978393555
961
+ ],
962
+ [
963
+ 19.106931686401367,
964
+ 9.978495597839355,
965
+ 52.564918518066406,
966
+ 36.375064849853516,
967
+ 25.661256790161133,
968
+ 29.218664169311523,
969
+ 33.03133010864258
970
+ ],
971
+ [
972
+ 19.62432861328125,
973
+ 10.027887344360352,
974
+ 53.07897186279297,
975
+ 36.976646423339844,
976
+ 26.609840393066406,
977
+ 29.49842071533203,
978
+ 33.33045959472656
979
+ ],
980
+ [
981
+ 19.768310546875,
982
+ 10.027881622314453,
983
+ 53.27336883544922,
984
+ 37.44525909423828,
985
+ 28.005691528320312,
986
+ 29.92152214050293,
987
+ 33.3731803894043
988
+ ],
989
+ [
990
+ 19.806724548339844,
991
+ 10.027848243713379,
992
+ 53.31312942504883,
993
+ 37.71003341674805,
994
+ 29.430599212646484,
995
+ 29.987842559814453,
996
+ 33.3889274597168
997
+ ],
998
+ [
999
+ 20.140544891357422,
1000
+ 10.027847290039062,
1001
+ 53.163578033447266,
1002
+ 37.966617584228516,
1003
+ 30.082942962646484,
1004
+ 30.24797248840332,
1005
+ 33.202571868896484
1006
+ ],
1007
+ [
1008
+ 20.164806365966797,
1009
+ 10.02784538269043,
1010
+ 52.79570770263672,
1011
+ 38.0666389465332,
1012
+ 30.232667922973633,
1013
+ 30.37464714050293,
1014
+ 32.94834899902344
1015
+ ]
1016
+ ]
1017
+ }
1018
+ }
1019
+ }
1020
+ }
checkpoint-9000/experiment_cfg/final_model_config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "Gr00tN1d6",
3
+ "model_dtype": "bfloat16",
4
+ "model_name": "nvidia/Eagle-Block2A-2B-v2",
5
+ "backbone_model_type": "eagle",
6
+ "model_revision": null,
7
+ "tune_top_llm_layers": 4,
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": true,
15
+ "collator_overwrite_image_inputs": false,
16
+ "eagle_collator": true,
17
+ "backbone_trainable_params_fp32": true,
18
+ "apply_sincos_state_encoding": true,
19
+ "use_relative_action": true,
20
+ "max_state_dim": 128,
21
+ "max_action_dim": 128,
22
+ "action_horizon": 50,
23
+ "hidden_size": 1024,
24
+ "input_embedding_dim": 1536,
25
+ "add_pos_embed": true,
26
+ "attn_dropout": 0.2,
27
+ "use_vlln": true,
28
+ "max_seq_len": 1024,
29
+ "use_alternate_vl_dit": true,
30
+ "attend_text_every_n_blocks": 2,
31
+ "diffusion_model_cfg": {
32
+ "attention_head_dim": 48,
33
+ "dropout": 0.2,
34
+ "final_dropout": true,
35
+ "interleave_self_attention": true,
36
+ "norm_type": "ada_norm",
37
+ "num_attention_heads": 32,
38
+ "num_layers": 32,
39
+ "output_dim": 1024,
40
+ "positional_embeddings": null
41
+ },
42
+ "num_inference_timesteps": 4,
43
+ "noise_beta_alpha": 1.5,
44
+ "noise_beta_beta": 1.0,
45
+ "noise_s": 0.999,
46
+ "num_timestep_buckets": 1000,
47
+ "tune_projector": true,
48
+ "tune_diffusion_model": true,
49
+ "tune_vlln": true,
50
+ "state_dropout_prob": 0.0,
51
+ "state_additive_noise_scale": 0.0,
52
+ "max_num_embodiments": 32
53
+ }
checkpoint-9000/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-9000/processor_config.json ADDED
@@ -0,0 +1,453 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "processor_class": "Gr00tN1d6Processor",
3
+ "processor_kwargs": {
4
+ "modality_configs": {
5
+ "behavior_r1_pro": {
6
+ "video": {
7
+ "delta_indices": [
8
+ 0
9
+ ],
10
+ "modality_keys": [
11
+ "observation.images.rgb.head_256_256",
12
+ "observation.images.rgb.left_wrist_256_256",
13
+ "observation.images.rgb.right_wrist_256_256"
14
+ ],
15
+ "sin_cos_embedding_keys": null,
16
+ "mean_std_embedding_keys": null,
17
+ "action_configs": null
18
+ },
19
+ "state": {
20
+ "delta_indices": [
21
+ 0
22
+ ],
23
+ "modality_keys": [
24
+ "robot_pos",
25
+ "robot_ori_cos",
26
+ "robot_ori_sin",
27
+ "robot_2d_ori",
28
+ "robot_2d_ori_cos",
29
+ "robot_2d_ori_sin",
30
+ "robot_lin_vel",
31
+ "robot_ang_vel",
32
+ "arm_left_qpos",
33
+ "arm_left_qpos_sin",
34
+ "arm_left_qpos_cos",
35
+ "eef_left_pos",
36
+ "eef_left_quat",
37
+ "gripper_left_qpos",
38
+ "arm_right_qpos",
39
+ "arm_right_qpos_sin",
40
+ "arm_right_qpos_cos",
41
+ "eef_right_pos",
42
+ "eef_right_quat",
43
+ "gripper_right_qpos",
44
+ "trunk_qpos"
45
+ ],
46
+ "sin_cos_embedding_keys": null,
47
+ "mean_std_embedding_keys": null,
48
+ "action_configs": null
49
+ },
50
+ "action": {
51
+ "delta_indices": [
52
+ 0,
53
+ 1,
54
+ 2,
55
+ 3,
56
+ 4,
57
+ 5,
58
+ 6,
59
+ 7,
60
+ 8,
61
+ 9,
62
+ 10,
63
+ 11,
64
+ 12,
65
+ 13,
66
+ 14,
67
+ 15,
68
+ 16,
69
+ 17,
70
+ 18,
71
+ 19,
72
+ 20,
73
+ 21,
74
+ 22,
75
+ 23,
76
+ 24,
77
+ 25,
78
+ 26,
79
+ 27,
80
+ 28,
81
+ 29,
82
+ 30,
83
+ 31
84
+ ],
85
+ "modality_keys": [
86
+ "base",
87
+ "torso",
88
+ "left_arm",
89
+ "left_gripper",
90
+ "right_arm",
91
+ "right_gripper"
92
+ ],
93
+ "sin_cos_embedding_keys": null,
94
+ "mean_std_embedding_keys": null,
95
+ "action_configs": [
96
+ {
97
+ "rep": "ABSOLUTE",
98
+ "type": "NON_EEF",
99
+ "format": "DEFAULT",
100
+ "state_key": null
101
+ },
102
+ {
103
+ "rep": "RELATIVE",
104
+ "type": "NON_EEF",
105
+ "format": "DEFAULT",
106
+ "state_key": "trunk_qpos"
107
+ },
108
+ {
109
+ "rep": "RELATIVE",
110
+ "type": "NON_EEF",
111
+ "format": "DEFAULT",
112
+ "state_key": "arm_left_qpos"
113
+ },
114
+ {
115
+ "rep": "ABSOLUTE",
116
+ "type": "NON_EEF",
117
+ "format": "DEFAULT",
118
+ "state_key": null
119
+ },
120
+ {
121
+ "rep": "RELATIVE",
122
+ "type": "NON_EEF",
123
+ "format": "DEFAULT",
124
+ "state_key": "arm_right_qpos"
125
+ },
126
+ {
127
+ "rep": "ABSOLUTE",
128
+ "type": "NON_EEF",
129
+ "format": "DEFAULT",
130
+ "state_key": null
131
+ }
132
+ ]
133
+ },
134
+ "language": {
135
+ "delta_indices": [
136
+ 0
137
+ ],
138
+ "modality_keys": [
139
+ "annotation.human.coarse_action"
140
+ ],
141
+ "sin_cos_embedding_keys": null,
142
+ "mean_std_embedding_keys": null,
143
+ "action_configs": null
144
+ }
145
+ },
146
+ "gr1": {
147
+ "video": {
148
+ "delta_indices": [
149
+ 0
150
+ ],
151
+ "modality_keys": [
152
+ "ego_view_bg_crop_pad_res256_freq20"
153
+ ],
154
+ "sin_cos_embedding_keys": null,
155
+ "mean_std_embedding_keys": null,
156
+ "action_configs": null
157
+ },
158
+ "state": {
159
+ "delta_indices": [
160
+ 0
161
+ ],
162
+ "modality_keys": [
163
+ "left_arm",
164
+ "right_arm",
165
+ "left_hand",
166
+ "right_hand",
167
+ "waist"
168
+ ],
169
+ "sin_cos_embedding_keys": [
170
+ "left_arm",
171
+ "right_arm",
172
+ "left_hand",
173
+ "right_hand",
174
+ "waist"
175
+ ],
176
+ "mean_std_embedding_keys": null,
177
+ "action_configs": null
178
+ },
179
+ "action": {
180
+ "delta_indices": [
181
+ 0,
182
+ 1,
183
+ 2,
184
+ 3,
185
+ 4,
186
+ 5,
187
+ 6,
188
+ 7,
189
+ 8,
190
+ 9,
191
+ 10,
192
+ 11,
193
+ 12,
194
+ 13,
195
+ 14,
196
+ 15
197
+ ],
198
+ "modality_keys": [
199
+ "left_arm",
200
+ "right_arm",
201
+ "left_hand",
202
+ "right_hand",
203
+ "waist"
204
+ ],
205
+ "sin_cos_embedding_keys": null,
206
+ "mean_std_embedding_keys": null,
207
+ "action_configs": [
208
+ {
209
+ "rep": "RELATIVE",
210
+ "type": "NON_EEF",
211
+ "format": "DEFAULT",
212
+ "state_key": null
213
+ },
214
+ {
215
+ "rep": "RELATIVE",
216
+ "type": "NON_EEF",
217
+ "format": "DEFAULT",
218
+ "state_key": null
219
+ },
220
+ {
221
+ "rep": "RELATIVE",
222
+ "type": "NON_EEF",
223
+ "format": "DEFAULT",
224
+ "state_key": null
225
+ },
226
+ {
227
+ "rep": "RELATIVE",
228
+ "type": "NON_EEF",
229
+ "format": "DEFAULT",
230
+ "state_key": null
231
+ },
232
+ {
233
+ "rep": "ABSOLUTE",
234
+ "type": "NON_EEF",
235
+ "format": "DEFAULT",
236
+ "state_key": null
237
+ }
238
+ ]
239
+ },
240
+ "language": {
241
+ "delta_indices": [
242
+ 0
243
+ ],
244
+ "modality_keys": [
245
+ "task"
246
+ ],
247
+ "sin_cos_embedding_keys": null,
248
+ "mean_std_embedding_keys": null,
249
+ "action_configs": null
250
+ }
251
+ },
252
+ "robocasa_panda_omron": {
253
+ "video": {
254
+ "delta_indices": [
255
+ 0
256
+ ],
257
+ "modality_keys": [
258
+ "res256_image_side_0",
259
+ "res256_image_side_1",
260
+ "res256_image_wrist_0"
261
+ ],
262
+ "sin_cos_embedding_keys": null,
263
+ "mean_std_embedding_keys": null,
264
+ "action_configs": null
265
+ },
266
+ "state": {
267
+ "delta_indices": [
268
+ 0
269
+ ],
270
+ "modality_keys": [
271
+ "end_effector_position_relative",
272
+ "end_effector_rotation_relative",
273
+ "gripper_qpos",
274
+ "base_position",
275
+ "base_rotation"
276
+ ],
277
+ "sin_cos_embedding_keys": null,
278
+ "mean_std_embedding_keys": null,
279
+ "action_configs": null
280
+ },
281
+ "action": {
282
+ "delta_indices": [
283
+ 0,
284
+ 1,
285
+ 2,
286
+ 3,
287
+ 4,
288
+ 5,
289
+ 6,
290
+ 7,
291
+ 8,
292
+ 9,
293
+ 10,
294
+ 11,
295
+ 12,
296
+ 13,
297
+ 14,
298
+ 15
299
+ ],
300
+ "modality_keys": [
301
+ "end_effector_position",
302
+ "end_effector_rotation",
303
+ "gripper_close",
304
+ "base_motion",
305
+ "control_mode"
306
+ ],
307
+ "sin_cos_embedding_keys": null,
308
+ "mean_std_embedding_keys": null,
309
+ "action_configs": [
310
+ {
311
+ "rep": "ABSOLUTE",
312
+ "type": "NON_EEF",
313
+ "format": "DEFAULT",
314
+ "state_key": null
315
+ },
316
+ {
317
+ "rep": "ABSOLUTE",
318
+ "type": "NON_EEF",
319
+ "format": "DEFAULT",
320
+ "state_key": null
321
+ },
322
+ {
323
+ "rep": "ABSOLUTE",
324
+ "type": "NON_EEF",
325
+ "format": "DEFAULT",
326
+ "state_key": null
327
+ },
328
+ {
329
+ "rep": "ABSOLUTE",
330
+ "type": "NON_EEF",
331
+ "format": "DEFAULT",
332
+ "state_key": null
333
+ },
334
+ {
335
+ "rep": "ABSOLUTE",
336
+ "type": "NON_EEF",
337
+ "format": "DEFAULT",
338
+ "state_key": null
339
+ }
340
+ ]
341
+ },
342
+ "language": {
343
+ "delta_indices": [
344
+ 0
345
+ ],
346
+ "modality_keys": [
347
+ "annotation.human.action.task_description"
348
+ ],
349
+ "sin_cos_embedding_keys": null,
350
+ "mean_std_embedding_keys": null,
351
+ "action_configs": null
352
+ }
353
+ },
354
+ "reachy2": {
355
+ "video": {
356
+ "delta_indices": [
357
+ 0
358
+ ],
359
+ "modality_keys": [
360
+ "front_cam"
361
+ ],
362
+ "sin_cos_embedding_keys": null,
363
+ "mean_std_embedding_keys": null,
364
+ "action_configs": null
365
+ },
366
+ "state": {
367
+ "delta_indices": [
368
+ 0
369
+ ],
370
+ "modality_keys": [
371
+ "arm_joints"
372
+ ],
373
+ "sin_cos_embedding_keys": null,
374
+ "mean_std_embedding_keys": null,
375
+ "action_configs": null
376
+ },
377
+ "action": {
378
+ "delta_indices": [
379
+ 0,
380
+ 1,
381
+ 2,
382
+ 3,
383
+ 4,
384
+ 5,
385
+ 6,
386
+ 7,
387
+ 8,
388
+ 9,
389
+ 10,
390
+ 11,
391
+ 12,
392
+ 13,
393
+ 14,
394
+ 15
395
+ ],
396
+ "modality_keys": [
397
+ "arm_joints",
398
+ "gripper"
399
+ ],
400
+ "sin_cos_embedding_keys": null,
401
+ "mean_std_embedding_keys": null,
402
+ "action_configs": [
403
+ {
404
+ "rep": "RELATIVE",
405
+ "type": "NON_EEF",
406
+ "format": "DEFAULT",
407
+ "state_key": "arm_joints"
408
+ },
409
+ {
410
+ "rep": "ABSOLUTE",
411
+ "type": "NON_EEF",
412
+ "format": "DEFAULT",
413
+ "state_key": null
414
+ }
415
+ ]
416
+ },
417
+ "language": {
418
+ "delta_indices": [
419
+ 0
420
+ ],
421
+ "modality_keys": [
422
+ "annotation.human.task_description"
423
+ ],
424
+ "sin_cos_embedding_keys": null,
425
+ "mean_std_embedding_keys": null,
426
+ "action_configs": null
427
+ }
428
+ }
429
+ },
430
+ "image_crop_size": null,
431
+ "image_target_size": null,
432
+ "use_albumentations": true,
433
+ "random_rotation_angle": null,
434
+ "color_jitter_params": {
435
+ "brightness": 0.3,
436
+ "contrast": 0.4,
437
+ "saturation": 0.5,
438
+ "hue": 0.08
439
+ },
440
+ "shortest_image_edge": 256,
441
+ "crop_fraction": 0.95,
442
+ "model_name": "nvidia/Eagle-Block2A-2B-v2",
443
+ "model_type": "eagle",
444
+ "formalize_language": true,
445
+ "max_state_dim": 128,
446
+ "max_action_dim": 128,
447
+ "max_action_horizon": 50,
448
+ "use_percentiles": false,
449
+ "clip_outliers": true,
450
+ "apply_sincos_state_encoding": true,
451
+ "use_relative_action": true
452
+ }
453
+ }
checkpoint-9000/statistics.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-9000/wandb_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"project": "finetune-gr00t-n1d6", "run_id": "reachy2"}
experiment_cfg/conf.yaml CHANGED
@@ -147,8 +147,8 @@ data:
147
  training:
148
  output_dir: /tmp/groot_output/reachy2
149
  experiment_name: null
150
- max_steps: 500
151
- global_batch_size: 32
152
  batch_size: null
153
  gradient_accumulation_steps: 1
154
  learning_rate: 0.0001
@@ -164,8 +164,8 @@ training:
164
  bf16: true
165
  eval_bf16: true
166
  logging_steps: 10
167
- save_steps: 500
168
- save_total_limit: 2
169
  save_vl_model: false
170
  upload_checkpoints: false
171
  upload_every: 1000
@@ -186,7 +186,7 @@ training:
186
  use_ddp: false
187
  ddp_bucket_cap_mb: 100
188
  num_gpus: 1
189
- dataloader_num_workers: 4
190
  remove_unused_columns: false
191
  use_wandb: false
192
  wandb_project: finetune-gr00t-n1d6
@@ -199,5 +199,5 @@ training:
199
  - 0
200
  open_loop_eval_steps_per_traj: 100
201
  open_loop_eval_plot_indices: null
202
- max_steps: 500
203
- save_steps: 500
 
147
  training:
148
  output_dir: /tmp/groot_output/reachy2
149
  experiment_name: null
150
+ max_steps: 30000
151
+ global_batch_size: 64
152
  batch_size: null
153
  gradient_accumulation_steps: 1
154
  learning_rate: 0.0001
 
164
  bf16: true
165
  eval_bf16: true
166
  logging_steps: 10
167
+ save_steps: 3000
168
+ save_total_limit: 5
169
  save_vl_model: false
170
  upload_checkpoints: false
171
  upload_every: 1000
 
186
  use_ddp: false
187
  ddp_bucket_cap_mb: 100
188
  num_gpus: 1
189
+ dataloader_num_workers: 8
190
  remove_unused_columns: false
191
  use_wandb: false
192
  wandb_project: finetune-gr00t-n1d6
 
199
  - 0
200
  open_loop_eval_steps_per_traj: 100
201
  open_loop_eval_plot_indices: null
202
+ max_steps: 30000
203
+ save_steps: 3000
experiment_cfg/config.yaml CHANGED
@@ -185,7 +185,7 @@ training: !!python/object:gr00t.configs.training.training_config.TrainingConfig
185
  assert_loss_less_than: null
186
  batch_size: null
187
  bf16: true
188
- dataloader_num_workers: 4
189
  ddp_bucket_cap_mb: 100
190
  deepspeed_stage: 2
191
  enable_open_loop_eval: false
@@ -197,7 +197,7 @@ training: !!python/object:gr00t.configs.training.training_config.TrainingConfig
197
  eval_strategy: 'no'
198
  experiment_name: null
199
  fp16: false
200
- global_batch_size: 32
201
  gradient_accumulation_steps: 1
202
  gradient_checkpointing: false
203
  learning_rate: 0.0001
@@ -206,7 +206,7 @@ training: !!python/object:gr00t.configs.training.training_config.TrainingConfig
206
  max_concurrent_uploads: 2
207
  max_grad_norm: 1.0
208
  max_retries: 3
209
- max_steps: 500
210
  num_gpus: 1
211
  open_loop_eval_plot_indices: null
212
  open_loop_eval_steps_per_traj: 100
@@ -217,8 +217,8 @@ training: !!python/object:gr00t.configs.training.training_config.TrainingConfig
217
  remove_unused_columns: false
218
  save_best_eval_metric_greater_is_better: true
219
  save_best_eval_metric_name: ''
220
- save_steps: 500
221
- save_total_limit: 2
222
  save_vl_model: false
223
  start_from_checkpoint: nvidia/GR00T-N1.6-3B
224
  tf32: true
 
185
  assert_loss_less_than: null
186
  batch_size: null
187
  bf16: true
188
+ dataloader_num_workers: 8
189
  ddp_bucket_cap_mb: 100
190
  deepspeed_stage: 2
191
  enable_open_loop_eval: false
 
197
  eval_strategy: 'no'
198
  experiment_name: null
199
  fp16: false
200
+ global_batch_size: 64
201
  gradient_accumulation_steps: 1
202
  gradient_checkpointing: false
203
  learning_rate: 0.0001
 
206
  max_concurrent_uploads: 2
207
  max_grad_norm: 1.0
208
  max_retries: 3
209
+ max_steps: 30000
210
  num_gpus: 1
211
  open_loop_eval_plot_indices: null
212
  open_loop_eval_steps_per_traj: 100
 
217
  remove_unused_columns: false
218
  save_best_eval_metric_greater_is_better: true
219
  save_best_eval_metric_name: ''
220
+ save_steps: 3000
221
+ save_total_limit: 5
222
  save_vl_model: false
223
  start_from_checkpoint: nvidia/GR00T-N1.6-3B
224
  tf32: true