gubam commited on
Commit
94b2fdf
·
verified ·
1 Parent(s): d0a82ef

Upload folder using huggingface_hub

Browse files
Files changed (50) hide show
  1. checkpoint-5000/config.json +70 -0
  2. checkpoint-5000/embodiment_id.json +11 -0
  3. checkpoint-5000/experiment_cfg/conf.yaml +234 -0
  4. checkpoint-5000/experiment_cfg/config.yaml +268 -0
  5. checkpoint-5000/experiment_cfg/dataset_statistics.json +813 -0
  6. checkpoint-5000/experiment_cfg/final_model_config.json +54 -0
  7. checkpoint-5000/experiment_cfg/final_processor_config.json +0 -0
  8. checkpoint-5000/model-00001-of-00002.safetensors +3 -0
  9. checkpoint-5000/model-00002-of-00002.safetensors +3 -0
  10. checkpoint-5000/model.safetensors.index.json +0 -0
  11. checkpoint-5000/optimizer.pt +3 -0
  12. checkpoint-5000/processor_config.json +482 -0
  13. checkpoint-5000/rng_state.pth +3 -0
  14. checkpoint-5000/scheduler.pt +3 -0
  15. checkpoint-5000/statistics.json +0 -0
  16. checkpoint-5000/trainer_state.json +3034 -0
  17. checkpoint-5000/training_args.bin +3 -0
  18. checkpoint-5000/wandb_config.json +1 -0
  19. checkpoint-5100/config.json +70 -0
  20. checkpoint-5100/embodiment_id.json +11 -0
  21. checkpoint-5100/experiment_cfg/conf.yaml +234 -0
  22. checkpoint-5100/experiment_cfg/config.yaml +268 -0
  23. checkpoint-5100/experiment_cfg/dataset_statistics.json +813 -0
  24. checkpoint-5100/experiment_cfg/final_model_config.json +54 -0
  25. checkpoint-5100/experiment_cfg/final_processor_config.json +0 -0
  26. checkpoint-5100/model-00001-of-00002.safetensors +3 -0
  27. checkpoint-5100/model-00002-of-00002.safetensors +3 -0
  28. checkpoint-5100/model.safetensors.index.json +0 -0
  29. checkpoint-5100/optimizer.pt +3 -0
  30. checkpoint-5100/processor_config.json +482 -0
  31. checkpoint-5100/rng_state.pth +3 -0
  32. checkpoint-5100/scheduler.pt +3 -0
  33. checkpoint-5100/statistics.json +0 -0
  34. checkpoint-5100/trainer_state.json +3094 -0
  35. checkpoint-5100/training_args.bin +3 -0
  36. checkpoint-5100/wandb_config.json +1 -0
  37. config.json +70 -0
  38. experiment_cfg/conf.yaml +234 -0
  39. experiment_cfg/config.yaml +268 -0
  40. experiment_cfg/dataset_statistics.json +813 -0
  41. experiment_cfg/final_model_config.json +54 -0
  42. experiment_cfg/final_processor_config.json +0 -0
  43. model-00001-of-00002.safetensors +3 -0
  44. model-00002-of-00002.safetensors +3 -0
  45. model.safetensors.index.json +0 -0
  46. processor/embodiment_id.json +11 -0
  47. processor/processor_config.json +482 -0
  48. processor/statistics.json +0 -0
  49. training_args.bin +3 -0
  50. wandb_config.json +1 -0
checkpoint-5000/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-5000/embodiment_id.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }
checkpoint-5000/experiment_cfg/conf.yaml ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:
25
+ brightness: 0.3
26
+ contrast: 0.4
27
+ saturation: 0.5
28
+ hue: 0.08
29
+ use_albumentations_transforms: true
30
+ extra_augmentation_config: null
31
+ formalize_language: true
32
+ apply_sincos_state_encoding: false
33
+ use_relative_action: true
34
+ max_state_dim: 29
35
+ max_action_dim: 29
36
+ action_horizon: 16
37
+ hidden_size: 1024
38
+ input_embedding_dim: 1536
39
+ add_pos_embed: true
40
+ attn_dropout: 0.2
41
+ use_vlln: true
42
+ max_seq_len: 1024
43
+ use_alternate_vl_dit: true
44
+ attend_text_every_n_blocks: 2
45
+ diffusion_model_cfg:
46
+ positional_embeddings: null
47
+ num_layers: 32
48
+ num_attention_heads: 32
49
+ attention_head_dim: 48
50
+ norm_type: ada_norm
51
+ dropout: 0.2
52
+ final_dropout: true
53
+ output_dim: 1024
54
+ interleave_self_attention: true
55
+ num_inference_timesteps: 4
56
+ noise_beta_alpha: 1.5
57
+ noise_beta_beta: 1.0
58
+ noise_s: 0.999
59
+ num_timestep_buckets: 1000
60
+ tune_projector: true
61
+ tune_diffusion_model: true
62
+ tune_vlln: true
63
+ state_dropout_prob: 0.0
64
+ state_additive_noise_scale: 0.0
65
+ max_num_embodiments: 32
66
+ data:
67
+ datasets:
68
+ - dataset_paths:
69
+ - /content/Isaac-GR00T/gubam/upper_body_add_dataset
70
+ embodiment_tag: new_embodiment
71
+ mix_ratio: 1.0
72
+ dataset_type: physical_embodiment
73
+ val_dataset_path: null
74
+ modality_configs:
75
+ new_embodiment:
76
+ video:
77
+ delta_indices:
78
+ - 0
79
+ modality_keys:
80
+ - front
81
+ - left_wrist
82
+ - right_wrist
83
+ sin_cos_embedding_keys: null
84
+ mean_std_embedding_keys: null
85
+ action_configs: null
86
+ state:
87
+ delta_indices:
88
+ - 0
89
+ modality_keys:
90
+ - arm
91
+ - left_hand
92
+ - right_hand
93
+ sin_cos_embedding_keys:
94
+ - arm
95
+ - left_hand
96
+ - right_hand
97
+ mean_std_embedding_keys: null
98
+ action_configs: null
99
+ action:
100
+ delta_indices:
101
+ - 0
102
+ - 1
103
+ - 2
104
+ - 3
105
+ - 4
106
+ - 5
107
+ - 6
108
+ - 7
109
+ - 8
110
+ - 9
111
+ - 10
112
+ - 11
113
+ - 12
114
+ - 13
115
+ - 14
116
+ - 15
117
+ - 16
118
+ - 17
119
+ - 18
120
+ - 19
121
+ - 20
122
+ - 21
123
+ - 22
124
+ - 23
125
+ - 24
126
+ - 25
127
+ - 26
128
+ - 27
129
+ - 28
130
+ - 29
131
+ modality_keys:
132
+ - arm
133
+ - left_hand
134
+ - right_hand
135
+ sin_cos_embedding_keys: null
136
+ mean_std_embedding_keys: null
137
+ action_configs:
138
+ - rep: ABSOLUTE
139
+ type: NON_EEF
140
+ format: DEFAULT
141
+ state_key: null
142
+ - rep: ABSOLUTE
143
+ type: NON_EEF
144
+ format: DEFAULT
145
+ state_key: null
146
+ - rep: ABSOLUTE
147
+ type: NON_EEF
148
+ format: DEFAULT
149
+ state_key: null
150
+ language:
151
+ delta_indices:
152
+ - 0
153
+ modality_keys:
154
+ - annotation.task_description
155
+ sin_cos_embedding_keys: null
156
+ mean_std_embedding_keys: null
157
+ action_configs: null
158
+ download_cache: false
159
+ shard_size: 1024
160
+ episode_sampling_rate: 0.1
161
+ num_shards_per_epoch: 100000
162
+ override_pretraining_statistics: false
163
+ mode: single_turn
164
+ random_chop: 0.0
165
+ mock_dataset_mode: false
166
+ shuffle: true
167
+ seed: 42
168
+ multiprocessing_context: fork
169
+ allow_padding: false
170
+ subsample_ratio: 1.0
171
+ image_crop_size:
172
+ - 244
173
+ - 244
174
+ image_target_size:
175
+ - 224
176
+ - 224
177
+ video_backend: torchcodec
178
+ training:
179
+ output_dir: /tmp/dual_arm_finetune
180
+ experiment_name: null
181
+ max_steps: 5100
182
+ global_batch_size: 64
183
+ batch_size: null
184
+ gradient_accumulation_steps: 1
185
+ learning_rate: 1.0e-05
186
+ lr_scheduler_type: cosine
187
+ weight_decay: 1.0e-05
188
+ warmup_ratio: 0.05
189
+ warmup_steps: 0
190
+ max_grad_norm: 1.0
191
+ optim: adamw_torch
192
+ start_from_checkpoint: /content/Isaac-GR00T/gubam/upper_body-batch32_model/checkpoint-50000
193
+ tf32: true
194
+ fp16: false
195
+ bf16: true
196
+ eval_bf16: true
197
+ logging_steps: 10
198
+ save_steps: 5000
199
+ save_total_limit: 5
200
+ save_vl_model: false
201
+ upload_checkpoints: false
202
+ upload_every: 1000
203
+ upload_last_n_checkpoints: 5
204
+ max_concurrent_uploads: 2
205
+ eval_strategy: 'no'
206
+ eval_steps: 500
207
+ eval_set_split_ratio: 0.1
208
+ eval_batch_size: 2
209
+ save_best_eval_metric_name: ''
210
+ save_best_eval_metric_greater_is_better: true
211
+ deepspeed_stage: 2
212
+ gradient_checkpointing: false
213
+ transformers_trust_remote_code: true
214
+ transformers_local_files_only: false
215
+ transformers_cache_dir: null
216
+ transformers_access_token: null
217
+ use_ddp: false
218
+ ddp_bucket_cap_mb: 100
219
+ num_gpus: 1
220
+ dataloader_num_workers: 4
221
+ remove_unused_columns: false
222
+ use_wandb: true
223
+ wandb_project: finetune-gr00t-n1d6
224
+ enable_profiling: false
225
+ max_retries: 3
226
+ assert_loss_less_than: null
227
+ add_rl_callback: false
228
+ enable_open_loop_eval: false
229
+ open_loop_eval_traj_ids:
230
+ - 0
231
+ open_loop_eval_steps_per_traj: 100
232
+ open_loop_eval_plot_indices: null
233
+ max_steps: 5100
234
+ save_steps: 5000
checkpoint-5000/experiment_cfg/config.yaml ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - /content/Isaac-GR00T/gubam/upper_body_add_dataset
8
+ dataset_type: physical_embodiment
9
+ embodiment_tag: new_embodiment
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
+ new_embodiment:
23
+ action: !!python/object:gr00t.data.types.ModalityConfig
24
+ action_configs:
25
+ - !!python/object:gr00t.data.types.ActionConfig
26
+ format: &id001 !!python/object/apply:gr00t.data.types.ActionFormat
27
+ - default
28
+ rep: &id002 !!python/object/apply:gr00t.data.types.ActionRepresentation
29
+ - absolute
30
+ state_key: null
31
+ type: &id003 !!python/object/apply:gr00t.data.types.ActionType
32
+ - non_eef
33
+ - !!python/object:gr00t.data.types.ActionConfig
34
+ format: *id001
35
+ rep: *id002
36
+ state_key: null
37
+ type: *id003
38
+ - !!python/object:gr00t.data.types.ActionConfig
39
+ format: *id001
40
+ rep: *id002
41
+ state_key: null
42
+ type: *id003
43
+ delta_indices:
44
+ - 0
45
+ - 1
46
+ - 2
47
+ - 3
48
+ - 4
49
+ - 5
50
+ - 6
51
+ - 7
52
+ - 8
53
+ - 9
54
+ - 10
55
+ - 11
56
+ - 12
57
+ - 13
58
+ - 14
59
+ - 15
60
+ - 16
61
+ - 17
62
+ - 18
63
+ - 19
64
+ - 20
65
+ - 21
66
+ - 22
67
+ - 23
68
+ - 24
69
+ - 25
70
+ - 26
71
+ - 27
72
+ - 28
73
+ - 29
74
+ mean_std_embedding_keys: null
75
+ modality_keys:
76
+ - arm
77
+ - left_hand
78
+ - right_hand
79
+ sin_cos_embedding_keys: null
80
+ language: !!python/object:gr00t.data.types.ModalityConfig
81
+ action_configs: null
82
+ delta_indices:
83
+ - 0
84
+ mean_std_embedding_keys: null
85
+ modality_keys:
86
+ - annotation.task_description
87
+ sin_cos_embedding_keys: null
88
+ state: !!python/object:gr00t.data.types.ModalityConfig
89
+ action_configs: null
90
+ delta_indices:
91
+ - 0
92
+ mean_std_embedding_keys: null
93
+ modality_keys:
94
+ - arm
95
+ - left_hand
96
+ - right_hand
97
+ sin_cos_embedding_keys:
98
+ - arm
99
+ - left_hand
100
+ - right_hand
101
+ video: !!python/object:gr00t.data.types.ModalityConfig
102
+ action_configs: null
103
+ delta_indices:
104
+ - 0
105
+ mean_std_embedding_keys: null
106
+ modality_keys:
107
+ - front
108
+ - left_wrist
109
+ - right_wrist
110
+ sin_cos_embedding_keys: null
111
+ mode: single_turn
112
+ multiprocessing_context: fork
113
+ num_shards_per_epoch: 100000
114
+ override_pretraining_statistics: false
115
+ random_chop: 0.0
116
+ seed: 42
117
+ shard_size: 1024
118
+ shuffle: true
119
+ subsample_ratio: 1.0
120
+ video_backend: torchcodec
121
+ load_config_path: null
122
+ model: !!python/object:gr00t.configs.model.gr00t_n1d6.Gr00tN1d6Config
123
+ _attn_implementation_autoset: false
124
+ _attn_implementation_internal: null
125
+ _commit_hash: null
126
+ _name_or_path: ''
127
+ add_cross_attention: false
128
+ architectures: null
129
+ backbone_model_type: eagle
130
+ backbone_trainable_params_fp32: true
131
+ bad_words_ids: null
132
+ begin_suppress_tokens: null
133
+ bos_token_id: null
134
+ chunk_size_feed_forward: 0
135
+ color_jitter_params:
136
+ brightness: 0.3
137
+ contrast: 0.4
138
+ hue: 0.08
139
+ saturation: 0.5
140
+ cross_attention_hidden_size: null
141
+ decoder_start_token_id: null
142
+ diffusion_model_cfg:
143
+ attention_head_dim: 48
144
+ dropout: 0.2
145
+ final_dropout: true
146
+ interleave_self_attention: true
147
+ norm_type: ada_norm
148
+ num_attention_heads: 32
149
+ num_layers: 32
150
+ output_dim: 1024
151
+ positional_embeddings: null
152
+ diversity_penalty: 0.0
153
+ do_sample: false
154
+ eagle_collator: true
155
+ early_stopping: false
156
+ encoder_no_repeat_ngram_size: 0
157
+ eos_token_id: null
158
+ exponential_decay_length_penalty: null
159
+ extra_augmentation_config: null
160
+ finetuning_task: null
161
+ forced_bos_token_id: null
162
+ forced_eos_token_id: null
163
+ id2label:
164
+ 0: LABEL_0
165
+ 1: LABEL_1
166
+ is_decoder: false
167
+ is_encoder_decoder: false
168
+ label2id:
169
+ LABEL_0: 0
170
+ LABEL_1: 1
171
+ length_penalty: 1.0
172
+ load_bf16: false
173
+ max_length: 20
174
+ min_length: 0
175
+ model_name: nvidia/Eagle-Block2A-2B-v2
176
+ no_repeat_ngram_size: 0
177
+ num_beam_groups: 1
178
+ num_beams: 1
179
+ num_return_sequences: 1
180
+ output_attentions: false
181
+ output_hidden_states: false
182
+ output_scores: false
183
+ pad_token_id: null
184
+ prefix: null
185
+ problem_type: null
186
+ pruned_heads: {}
187
+ random_rotation_angle: null
188
+ remove_invalid_values: false
189
+ repetition_penalty: 1.0
190
+ reproject_vision: false
191
+ return_dict: true
192
+ return_dict_in_generate: false
193
+ sep_token_id: null
194
+ state_dropout_prob: 0.0
195
+ suppress_tokens: null
196
+ task_specific_params: null
197
+ temperature: 1.0
198
+ tf_legacy_loss: false
199
+ tie_encoder_decoder: false
200
+ tie_word_embeddings: true
201
+ tokenizer_class: null
202
+ top_k: 50
203
+ top_p: 1.0
204
+ torch_dtype: null
205
+ torchscript: false
206
+ transformers_version: null
207
+ tune_diffusion_model: true
208
+ tune_llm: false
209
+ tune_projector: true
210
+ tune_visual: false
211
+ typical_p: 1.0
212
+ use_bfloat16: false
213
+ use_relative_action: true
214
+ training: !!python/object:gr00t.configs.training.training_config.TrainingConfig
215
+ add_rl_callback: false
216
+ assert_loss_less_than: null
217
+ batch_size: null
218
+ bf16: true
219
+ dataloader_num_workers: 4
220
+ ddp_bucket_cap_mb: 100
221
+ deepspeed_stage: 2
222
+ enable_open_loop_eval: false
223
+ enable_profiling: false
224
+ eval_batch_size: 2
225
+ eval_bf16: true
226
+ eval_set_split_ratio: 0.1
227
+ eval_steps: 500
228
+ eval_strategy: 'no'
229
+ experiment_name: null
230
+ fp16: false
231
+ global_batch_size: 64
232
+ gradient_accumulation_steps: 1
233
+ gradient_checkpointing: false
234
+ learning_rate: 1.0e-05
235
+ logging_steps: 10
236
+ lr_scheduler_type: cosine
237
+ max_concurrent_uploads: 2
238
+ max_grad_norm: 1.0
239
+ max_retries: 3
240
+ max_steps: 5100
241
+ num_gpus: 1
242
+ open_loop_eval_plot_indices: null
243
+ open_loop_eval_steps_per_traj: 100
244
+ open_loop_eval_traj_ids:
245
+ - 0
246
+ optim: adamw_torch
247
+ output_dir: /tmp/dual_arm_finetune
248
+ remove_unused_columns: false
249
+ save_best_eval_metric_greater_is_better: true
250
+ save_best_eval_metric_name: ''
251
+ save_steps: 5000
252
+ save_total_limit: 5
253
+ save_vl_model: false
254
+ start_from_checkpoint: /content/Isaac-GR00T/gubam/upper_body-batch32_model/checkpoint-50000
255
+ tf32: true
256
+ transformers_access_token: null
257
+ transformers_cache_dir: null
258
+ transformers_local_files_only: false
259
+ transformers_trust_remote_code: true
260
+ upload_checkpoints: false
261
+ upload_every: 1000
262
+ upload_last_n_checkpoints: 5
263
+ use_ddp: false
264
+ use_wandb: true
265
+ wandb_project: finetune-gr00t-n1d6
266
+ warmup_ratio: 0.05
267
+ warmup_steps: 0
268
+ weight_decay: 1.0e-05
checkpoint-5000/experiment_cfg/dataset_statistics.json ADDED
@@ -0,0 +1,813 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "state": {
4
+ "arm": {
5
+ "min": [
6
+ -0.0005235987482592463,
7
+ 0.0,
8
+ -0.4864232540130615,
9
+ -0.4447098970413208,
10
+ -0.8208283185958862,
11
+ -0.6750933527946472,
12
+ 0.36337754130363464,
13
+ -0.47630035877227783,
14
+ -0.8415977358818054,
15
+ -0.4583234488964081,
16
+ -0.33772119879722595,
17
+ -0.47734755277633667,
18
+ -0.5846853256225586,
19
+ -0.5482079386711121,
20
+ -1.4379767179489136,
21
+ -0.813323438167572,
22
+ -0.3818780481815338,
23
+ -1.0538297891616821,
24
+ -0.47734755277633667,
25
+ -0.4722861051559448
26
+ ],
27
+ "max": [
28
+ 0.0005235987482592463,
29
+ 0.0,
30
+ 0.5293583869934082,
31
+ 0.2382374405860901,
32
+ 0.5201081037521362,
33
+ 0.5892231464385986,
34
+ 1.6926202774047852,
35
+ 1.000422716140747,
36
+ 0.4858996570110321,
37
+ 1.0732029676437378,
38
+ 0.47630035877227783,
39
+ 0.47542768716812134,
40
+ 0.8211774230003357,
41
+ 0.5625196099281311,
42
+ -0.3389429450035095,
43
+ 0.5386086106300354,
44
+ 0.9058258533477783,
45
+ 0.392873615026474,
46
+ 0.3312634825706482,
47
+ 0.47595128417015076
48
+ ],
49
+ "mean": [
50
+ -2.843332456697562e-08,
51
+ 0.0,
52
+ 0.04128930233021093,
53
+ -0.221451662357936,
54
+ -0.06639403659252403,
55
+ 0.12131941722598617,
56
+ 0.9175510440577057,
57
+ 0.030724322888589263,
58
+ -0.2629377325255677,
59
+ 0.1686701766327624,
60
+ 0.09013574477208074,
61
+ -0.046192870577463074,
62
+ 0.01881697216729,
63
+ -0.12165695997537483,
64
+ -0.8577330771965488,
65
+ -0.045801768942557164,
66
+ 0.2688150785362379,
67
+ -0.12349123272840495,
68
+ -0.07600861855307839,
69
+ 0.1281973000996616
70
+ ],
71
+ "std": [
72
+ 5.10856485583195e-05,
73
+ 0.0,
74
+ 0.3033762871432217,
75
+ 0.09267386861230967,
76
+ 0.2095606882521662,
77
+ 0.1376855769588737,
78
+ 0.1607715960040408,
79
+ 0.1333689824387993,
80
+ 0.16026928411079186,
81
+ 0.29991755154923005,
82
+ 0.14152808208422218,
83
+ 0.16980451708976702,
84
+ 0.2088567939590673,
85
+ 0.12545454786892235,
86
+ 0.15406145848936578,
87
+ 0.15398234809197486,
88
+ 0.1672221923581996,
89
+ 0.2985142533420293,
90
+ 0.1131248141537627,
91
+ 0.17252181456863425
92
+ ],
93
+ "q01": [
94
+ -0.00017274954568198507,
95
+ 3.999578446212126e-16,
96
+ -0.2765509250783746,
97
+ -0.31641578626856104,
98
+ -0.5801407565902797,
99
+ -0.15174146767850558,
100
+ 0.6444943194995721,
101
+ -0.1978505242985889,
102
+ -0.5389287706061245,
103
+ -0.137906716531112,
104
+ -0.1698547737928683,
105
+ -0.36186072700207855,
106
+ -0.2710559156409392,
107
+ -0.3697872143762071,
108
+ -1.1329738172870936,
109
+ -0.43757907136348584,
110
+ -0.06351750033715246,
111
+ -0.6519537964127055,
112
+ -0.3121342946236056,
113
+ -0.21030034832078467
114
+ ],
115
+ "q99": [
116
+ 0.00017207936378406188,
117
+ 3.959582661750006e-14,
118
+ 0.3286201412432682,
119
+ -0.08509000905790608,
120
+ 0.23006200634693946,
121
+ 0.3667467205610703,
122
+ 1.2175143303628473,
123
+ 0.3944342798549604,
124
+ 0.013132961465943534,
125
+ 0.7281476183798095,
126
+ 0.31977956771669874,
127
+ 0.29385965794937036,
128
+ 0.5541954182095977,
129
+ 0.14707851815368564,
130
+ -0.6179030098279925,
131
+ 0.2367871611106831,
132
+ 0.6069229071535587,
133
+ 0.18408478181454807,
134
+ 0.1367810196210736,
135
+ 0.3906081270846639
136
+ ]
137
+ },
138
+ "left_hand": {
139
+ "min": [
140
+ -0.7853981852531433,
141
+ 0.9756390452384949,
142
+ -0.8726646304130554,
143
+ -0.9023352265357971,
144
+ 0.13788101077079773,
145
+ 0.08377580344676971,
146
+ -0.06981316953897476,
147
+ 0.19024088978767395,
148
+ -0.036651913076639175,
149
+ 0.06108652427792549,
150
+ -0.06108652427792549,
151
+ 0.024434609338641167,
152
+ -0.3752457797527313,
153
+ 0.04712389037013054,
154
+ -0.22689279913902283,
155
+ 0.03316125646233559,
156
+ -0.15707963705062866,
157
+ -0.5811946392059326,
158
+ 0.036651913076639175,
159
+ 0.13788101077079773
160
+ ],
161
+ "max": [
162
+ -0.008726646192371845,
163
+ 1.8465583324432373,
164
+ -0.469493567943573,
165
+ 0.04014257341623306,
166
+ 0.4660029113292694,
167
+ 1.3596115112304688,
168
+ 1.329940915107727,
169
+ 1.4084807634353638,
170
+ 0.4747295677661896,
171
+ 1.0070549249649048,
172
+ 1.2496557235717773,
173
+ 1.4556045532226562,
174
+ 0.12915436923503876,
175
+ 1.1274826526641846,
176
+ 0.5270894169807434,
177
+ 1.5550884008407593,
178
+ 0.045378562062978745,
179
+ -0.13788101077079773,
180
+ 1.4730578660964966,
181
+ 0.8011061549186707
182
+ ],
183
+ "mean": [
184
+ -0.12222150779511398,
185
+ 1.3966040234553219,
186
+ -0.6258817058039398,
187
+ -0.05630189529652562,
188
+ 0.39644989985849577,
189
+ 0.6532854981288208,
190
+ -0.0011781255912836023,
191
+ 0.5136038953434855,
192
+ 0.27998613388570825,
193
+ 0.32273304926352714,
194
+ 0.04191783983875712,
195
+ 0.31513791413220305,
196
+ -0.11144168516361615,
197
+ 0.37660703398331125,
198
+ 0.0025261453551414154,
199
+ 0.3628181608021394,
200
+ 0.007607420744427158,
201
+ -0.3291653139031368,
202
+ 0.7075069503205773,
203
+ 0.21662015742749172
204
+ ],
205
+ "std": [
206
+ 0.1712715154644922,
207
+ 0.16279943163310462,
208
+ 0.033639034181354326,
209
+ 0.07835568078958564,
210
+ 0.03284565954760438,
211
+ 0.23452865508830728,
212
+ 0.09102880246929389,
213
+ 0.23538140299156107,
214
+ 0.0670900085305532,
215
+ 0.1492803516215099,
216
+ 0.1267389106982492,
217
+ 0.24008832045318393,
218
+ 0.0719641182419593,
219
+ 0.19035011493420761,
220
+ 0.04624495618873031,
221
+ 0.3553509927486359,
222
+ 0.01501499829077542,
223
+ 0.08541253632636327,
224
+ 0.26416078897686124,
225
+ 0.02449319897665833
226
+ ],
227
+ "q01": [
228
+ -0.5720915137830901,
229
+ 1.2348578051305314,
230
+ -0.6732877555426724,
231
+ -0.2849335315067698,
232
+ 0.35928592300023354,
233
+ 0.39984379386092384,
234
+ -0.033794262615191785,
235
+ 0.3287970835244593,
236
+ 0.17136102396229397,
237
+ 0.14244630768555827,
238
+ 0.0041701807610491255,
239
+ 0.12090352232891868,
240
+ -0.2117702933531925,
241
+ 0.18539731907431944,
242
+ -0.05311975945258608,
243
+ 0.12006670975149757,
244
+ -0.004122088466166756,
245
+ -0.4221323319107303,
246
+ 0.44983777761933214,
247
+ 0.203253643611139
248
+ ],
249
+ "q99": [
250
+ -0.028465892484427515,
251
+ 1.645762553975608,
252
+ -0.5935267256962795,
253
+ -0.015243785067295488,
254
+ 0.4156128322189265,
255
+ 1.136851558022559,
256
+ 0.1891472475628841,
257
+ 1.0540901688606146,
258
+ 0.3535675245147086,
259
+ 0.7125478077293477,
260
+ 0.46155439587582436,
261
+ 0.9322215306685603,
262
+ -0.009035893305096025,
263
+ 0.7626844135662667,
264
+ 0.13579395809288647,
265
+ 1.2227517887723593,
266
+ 0.019306528716748803,
267
+ -0.24041063420290637,
268
+ 1.143976242235104,
269
+ 0.2546739234535696
270
+ ]
271
+ },
272
+ "right_hand": {
273
+ "min": [
274
+ -0.024434609338641167,
275
+ -1.836086392402649,
276
+ 0.36477380990982056,
277
+ -0.07330382615327835,
278
+ -0.5096361637115479,
279
+ 0.06283185631036758,
280
+ -0.09424778074026108,
281
+ 0.04014257341623306,
282
+ -0.5113814473152161,
283
+ 0.06283185631036758,
284
+ -0.2548180818557739,
285
+ 0.024434609338641167,
286
+ -0.31066861748695374,
287
+ 0.04188790172338486,
288
+ -0.18151424825191498,
289
+ 0.03141592815518379,
290
+ -0.04886921867728233,
291
+ -0.06981316953897476,
292
+ 0.03316125646233559,
293
+ 0.13788101077079773
294
+ ],
295
+ "max": [
296
+ 0.6998770236968994,
297
+ -0.938987135887146,
298
+ 0.8377580642700195,
299
+ 0.6998770236968994,
300
+ -0.1431169956922531,
301
+ 1.326450228691101,
302
+ 0.027925267815589905,
303
+ 1.485275149345398,
304
+ -0.06806784123182297,
305
+ 1.0541788339614868,
306
+ 0.2652900516986847,
307
+ 1.2915436029434204,
308
+ 0.22165681421756744,
309
+ 1.2095131874084473,
310
+ 0.513126790523529,
311
+ 1.487020492553711,
312
+ 0.022689281031489372,
313
+ 0.42935100197792053,
314
+ 1.5568337440490723,
315
+ 0.76619952917099
316
+ ],
317
+ "mean": [
318
+ 0.08816448563342519,
319
+ -1.4305433529536102,
320
+ 0.578645255341445,
321
+ 0.021941632227634747,
322
+ -0.40083689621394875,
323
+ 0.735077182450805,
324
+ -0.01783108998620046,
325
+ 0.5237204680173946,
326
+ -0.348280258094124,
327
+ 0.4728802265409043,
328
+ 0.017193361702238563,
329
+ 0.3748669221475336,
330
+ -0.13591952861280548,
331
+ 0.44382927965843816,
332
+ -0.0009804900776921534,
333
+ 0.3479174063584741,
334
+ -0.007329897608201038,
335
+ 0.12747118503775073,
336
+ 0.6162786594898264,
337
+ 0.2204547811111764
338
+ ],
339
+ "std": [
340
+ 0.13694765310212148,
341
+ 0.12315074859848221,
342
+ 0.0357854511605776,
343
+ 0.0532452060079551,
344
+ 0.023514084095220072,
345
+ 0.17629234985194328,
346
+ 0.009778521190822962,
347
+ 0.2835175018116657,
348
+ 0.05568292729365613,
349
+ 0.14915505060647616,
350
+ 0.021714426751252746,
351
+ 0.2299792671426011,
352
+ 0.07059449389913983,
353
+ 0.2051079219500542,
354
+ 0.02841335197296981,
355
+ 0.2770730040560296,
356
+ 0.014649490714033759,
357
+ 0.06238783749787492,
358
+ 0.272894904994439,
359
+ 0.02472495611328632
360
+ ],
361
+ "q01": [
362
+ 0.02790077527489112,
363
+ -1.6656078618621983,
364
+ 0.4975387235089625,
365
+ -0.002370042476722182,
366
+ -0.4268446272191777,
367
+ 0.46946769541179706,
368
+ -0.04092554640186052,
369
+ 0.2869437742823652,
370
+ -0.4256840009657235,
371
+ 0.2125725720180322,
372
+ -0.004661389457321416,
373
+ 0.1550904927771582,
374
+ -0.25616196209248765,
375
+ 0.17160577557547657,
376
+ -0.045354465640235764,
377
+ 0.1390221734078721,
378
+ -0.029433936816207356,
379
+ 0.04174324287054807,
380
+ 0.24785885010676206,
381
+ 0.20467645940528187
382
+ ],
383
+ "q99": [
384
+ 0.503814391936884,
385
+ -1.287682122616682,
386
+ 0.6114188650660137,
387
+ 0.18746920164006517,
388
+ -0.38297028914598796,
389
+ 1.1291206957273252,
390
+ -0.006190629878603358,
391
+ 1.2148143757869503,
392
+ -0.24649936457400756,
393
+ 0.8316546576081064,
394
+ 0.05833284434217001,
395
+ 0.9990665965479901,
396
+ -0.01911978885456781,
397
+ 0.8643738540708377,
398
+ 0.043765914086445784,
399
+ 1.1457988903616767,
400
+ -0.0007666612411197901,
401
+ 0.2410096922928372,
402
+ 1.253633868889829,
403
+ 0.2607454870775056
404
+ ]
405
+ }
406
+ },
407
+ "action": {
408
+ "arm": {
409
+ "min": [
410
+ -0.0005235987482592463,
411
+ 0.0,
412
+ -0.6805852055549622,
413
+ -0.6707534790039062,
414
+ -0.8432638645172119,
415
+ -0.6780225038528442,
416
+ 0.3682241439819336,
417
+ -0.47575700283050537,
418
+ -0.840580940246582,
419
+ -0.45888805389404297,
420
+ -0.3398559093475342,
421
+ -0.49519023299217224,
422
+ -0.5837297439575195,
423
+ -0.547561526298523,
424
+ -1.4356565475463867,
425
+ -0.8090771436691284,
426
+ -0.3829266130924225,
427
+ -1.0541255474090576,
428
+ -0.4938916265964508,
429
+ -0.4953918159008026
430
+ ],
431
+ "max": [
432
+ 0.0005235987482592463,
433
+ 0.0,
434
+ 0.7850000262260437,
435
+ 0.3105030059814453,
436
+ 0.5190412998199463,
437
+ 0.5888825058937073,
438
+ 1.6949412822723389,
439
+ 0.9968501925468445,
440
+ 0.48615992069244385,
441
+ 1.0750824213027954,
442
+ 0.49567899107933044,
443
+ 0.4953647553920746,
444
+ 0.8432040214538574,
445
+ 0.5494381189346313,
446
+ -0.34516602754592896,
447
+ 0.5370867848396301,
448
+ 0.9030985236167908,
449
+ 0.39307066798210144,
450
+ 0.3294752240180969,
451
+ 0.4945836663246155
452
+ ],
453
+ "mean": [
454
+ 9.477770177741978e-09,
455
+ 0.0,
456
+ 0.07413362962782892,
457
+ -0.2336267267152127,
458
+ -0.0667378965699323,
459
+ 0.12162396239588982,
460
+ 0.9178489098431072,
461
+ 0.030752156544595597,
462
+ -0.2630646958055137,
463
+ 0.16930663321706343,
464
+ 0.09004025710741378,
465
+ -0.04621178419643208,
466
+ 0.018967212047537787,
467
+ -0.12179113857849999,
468
+ -0.8580550372713841,
469
+ -0.045839892062842384,
470
+ 0.26915322453706053,
471
+ -0.12354808219079634,
472
+ -0.07601109334149016,
473
+ 0.1286798405876901
474
+ ],
475
+ "std": [
476
+ 5.09992345554069e-05,
477
+ 0.0,
478
+ 0.39578468871559075,
479
+ 0.11469980892464327,
480
+ 0.21022382353701358,
481
+ 0.13728625606184183,
482
+ 0.1604411200411325,
483
+ 0.13299819635142926,
484
+ 0.1599306521701399,
485
+ 0.3000064013202911,
486
+ 0.1416757737961496,
487
+ 0.17069182645621447,
488
+ 0.20910718209322432,
489
+ 0.12493435522378059,
490
+ 0.1534628228979511,
491
+ 0.1535223377453243,
492
+ 0.16673520375226578,
493
+ 0.29835978144285935,
494
+ 0.11276704537833121,
495
+ 0.1737875593811524
496
+ ],
497
+ "q01": [
498
+ -0.00017319157055986585,
499
+ 3.999578446212126e-16,
500
+ -0.428780565386664,
501
+ -0.417275030715649,
502
+ -0.5883125368665216,
503
+ -0.1500269907437471,
504
+ 0.645041395715102,
505
+ -0.19534302900044873,
506
+ -0.5371998371527885,
507
+ -0.1379322429306143,
508
+ -0.16773103927132224,
509
+ -0.36644177629173036,
510
+ -0.26885359624013183,
511
+ -0.3680970545620905,
512
+ -1.1297618552672835,
513
+ -0.43596933080597966,
514
+ -0.060974242641327184,
515
+ -0.6504883752208002,
516
+ -0.3118525019420767,
517
+ -0.21493367975126892
518
+ ],
519
+ "q99": [
520
+ 0.00017239213006040567,
521
+ 3.959582661750006e-14,
522
+ 0.5541324689373434,
523
+ -0.08673735346912086,
524
+ 0.2287248578956877,
525
+ 0.36450297445967395,
526
+ 1.2160577112458195,
527
+ 0.3939756913630384,
528
+ 0.011732781797552784,
529
+ 0.7267747610228817,
530
+ 0.32219061554997336,
531
+ 0.3004178601255807,
532
+ 0.5575038067145037,
533
+ 0.14597294873667377,
534
+ -0.6213128857888612,
535
+ 0.23450249113731494,
536
+ 0.606596684950514,
537
+ 0.18361207433074936,
538
+ 0.13500637486905367,
539
+ 0.3971403931322507
540
+ ]
541
+ },
542
+ "left_hand": {
543
+ "min": [
544
+ -0.7336074113845825,
545
+ 0.9217774271965027,
546
+ -0.9146740436553955,
547
+ -0.9339703321456909,
548
+ 0.11694645881652832,
549
+ 0.029679996892809868,
550
+ 0.0,
551
+ 0.15551835298538208,
552
+ -0.07168204337358475,
553
+ 0.0,
554
+ 0.0,
555
+ 0.0,
556
+ -0.3990485966205597,
557
+ 0.0,
558
+ 0.0,
559
+ 0.0,
560
+ -0.0,
561
+ -0.6108652353286743,
562
+ 0.0,
563
+ 0.18509270250797272
564
+ ],
565
+ "max": [
566
+ 0.0,
567
+ 1.741951584815979,
568
+ -0.5047490000724792,
569
+ 0.0,
570
+ 0.41887903213500977,
571
+ 1.4090887308120728,
572
+ 1.543274164199829,
573
+ 1.5317862033843994,
574
+ 0.5283328294754028,
575
+ 1.0520970821380615,
576
+ 1.5253475904464722,
577
+ 1.5167438983917236,
578
+ 0.16068069636821747,
579
+ 1.2322715520858765,
580
+ 0.7850721478462219,
581
+ 1.5707963705062866,
582
+ -0.0,
583
+ -0.12669461965560913,
584
+ 1.5707963705062866,
585
+ 0.8319923281669617
586
+ ],
587
+ "mean": [
588
+ -0.09650261941142234,
589
+ 1.3673117384974023,
590
+ -0.6391272229159594,
591
+ -0.05759864904251842,
592
+ 0.4172353510549569,
593
+ 0.6607105786681272,
594
+ 0.011386340238652119,
595
+ 0.5108740225047245,
596
+ 0.3000412754796082,
597
+ 0.3120429226073816,
598
+ 0.028046366681120767,
599
+ 0.3116945647006772,
600
+ -0.08462901954550162,
601
+ 0.37748675443414464,
602
+ 0.014842973318174276,
603
+ 0.3622515985025722,
604
+ 0.0,
605
+ -0.3163924540315929,
606
+ 0.7008608317534862,
607
+ 0.21072632105240013
608
+ ],
609
+ "std": [
610
+ 0.17259964684711523,
611
+ 0.16610757625175576,
612
+ 0.04685258214035322,
613
+ 0.11783133599029255,
614
+ 0.014009023187384463,
615
+ 0.2668324248669759,
616
+ 0.09646266913344807,
617
+ 0.25085906444038775,
618
+ 0.07464742456409229,
619
+ 0.17490944481550227,
620
+ 0.14629510521921896,
621
+ 0.2454544866295768,
622
+ 0.07177682438875807,
623
+ 0.25540162051474946,
624
+ 0.0586065407872742,
625
+ 0.3798279737519732,
626
+ 0.0,
627
+ 0.09679965708617615,
628
+ 0.2876151133279087,
629
+ 0.019080126255722748
630
+ ],
631
+ "q01": [
632
+ -0.5464866877339258,
633
+ 1.1989490411929637,
634
+ -0.7764786477082659,
635
+ -0.43624811429406224,
636
+ 0.3878589724455769,
637
+ 0.37329034210552764,
638
+ -6.381920631216842e-11,
639
+ 0.3126393961557256,
640
+ 0.1473258618101206,
641
+ 0.09089502087966067,
642
+ -7.579499878125001e-11,
643
+ 0.1020496854512763,
644
+ -0.21521390735858256,
645
+ 0.1444624972668025,
646
+ 0.0020646456139134053,
647
+ 0.10672790310985288,
648
+ 3.999578446212126e-16,
649
+ -0.43607370717670996,
650
+ 0.42028955283490094,
651
+ 0.19835765254080975
652
+ ],
653
+ "q99": [
654
+ -0.0007159815591317101,
655
+ 1.5961575293534418,
656
+ -0.5915239303124002,
657
+ -0.0012158908608560827,
658
+ 0.4188789305126342,
659
+ 1.2080605180911734,
660
+ 0.20888493789764928,
661
+ 1.098326670692062,
662
+ 0.39803523323770074,
663
+ 0.7713205750325143,
664
+ 0.5340784077801449,
665
+ 0.9497614665193794,
666
+ 0.017205204576984087,
667
+ 0.9676010956648161,
668
+ 0.21360159465353656,
669
+ 1.2733835864714058,
670
+ 3.959582661750006e-14,
671
+ -0.21989442956239433,
672
+ 1.252943243790536,
673
+ 0.2517428359785973
674
+ ]
675
+ },
676
+ "right_hand": {
677
+ "min": [
678
+ 0.0,
679
+ -1.7531272172927856,
680
+ 0.48952826857566833,
681
+ 0.0,
682
+ -0.41887903213500977,
683
+ 0.0,
684
+ 0.0,
685
+ 0.01601002737879753,
686
+ -0.5726425647735596,
687
+ 0.0,
688
+ 0.0,
689
+ 0.0,
690
+ -0.3970211446285248,
691
+ 0.0,
692
+ 0.0,
693
+ 0.0,
694
+ 0.0,
695
+ -0.09923835843801498,
696
+ 0.0,
697
+ 0.20167720317840576
698
+ ],
699
+ "max": [
700
+ 0.6946205496788025,
701
+ -0.8954209089279175,
702
+ 0.8722299933433533,
703
+ 0.8156511187553406,
704
+ -0.07500576227903366,
705
+ 1.3718035221099854,
706
+ 0.0,
707
+ 1.5707963705062866,
708
+ -0.07063322514295578,
709
+ 1.103891134262085,
710
+ 0.507399320602417,
711
+ 1.352795124053955,
712
+ 0.20023861527442932,
713
+ 1.332944631576538,
714
+ 0.5270781517028809,
715
+ 1.5707963705062866,
716
+ 0.0,
717
+ 0.4620639979839325,
718
+ 1.5707963705062866,
719
+ 0.8612241148948669
720
+ ],
721
+ "mean": [
722
+ 0.0595167212368966,
723
+ -1.4157231893072477,
724
+ 0.6134629130795032,
725
+ 0.026633357119544725,
726
+ -0.41851188384231824,
727
+ 0.7392363957435645,
728
+ 0.0,
729
+ 0.5310716104681149,
730
+ -0.3595596364493046,
731
+ 0.46006215785933746,
732
+ 0.001898396592066319,
733
+ 0.37900355313550144,
734
+ -0.15197363324859187,
735
+ 0.4478861131942621,
736
+ 0.00870335842886496,
737
+ 0.36146534626241594,
738
+ 0.0,
739
+ 0.11835483992107314,
740
+ 0.6113625700721507,
741
+ 0.21577307946628677
742
+ ],
743
+ "std": [
744
+ 0.14361436065486174,
745
+ 0.12363108903200437,
746
+ 0.04315714398912161,
747
+ 0.09445659329356695,
748
+ 0.0076785324402896425,
749
+ 0.21727018529028358,
750
+ 0.0,
751
+ 0.29919057402051014,
752
+ 0.05828208472930669,
753
+ 0.16188526979972379,
754
+ 0.02403586062815071,
755
+ 0.2290301431059311,
756
+ 0.07152082970855124,
757
+ 0.27183038272178073,
758
+ 0.023404498462013028,
759
+ 0.29776358627521576,
760
+ 0.0,
761
+ 0.061671938496094605,
762
+ 0.2969845732785786,
763
+ 0.016707382527631
764
+ ],
765
+ "q01": [
766
+ 1.54158366616993e-05,
767
+ -1.634012711071731,
768
+ 0.5586770759360766,
769
+ 0.00027295858046430635,
770
+ -0.41887903213500977,
771
+ 0.4512478583952069,
772
+ 3.999578446212126e-16,
773
+ 0.28248107930041805,
774
+ -0.4475151578273284,
775
+ 0.17072939672543605,
776
+ -3.284071291497061e-11,
777
+ 0.14648778321238454,
778
+ -0.2994424393449362,
779
+ 0.1271534697453124,
780
+ 0.002442608863548664,
781
+ 0.1297727890260858,
782
+ 3.999578446212126e-16,
783
+ 0.01757230961020379,
784
+ 0.21970013860903395,
785
+ 0.20871291526348715
786
+ ],
787
+ "q99": [
788
+ 0.4827442582689844,
789
+ -1.2655222408159381,
790
+ 0.7580892474716966,
791
+ 0.40014769665393674,
792
+ -0.413553767752929,
793
+ 1.2233209428419727,
794
+ 3.959582661750006e-14,
795
+ 1.2799407831476435,
796
+ -0.23965505320178965,
797
+ 0.8683971535266954,
798
+ 0.07559886001299738,
799
+ 1.0102501137405302,
800
+ -0.015127816002341582,
801
+ 1.0768552571807277,
802
+ 0.09066658244716906,
803
+ 1.2521190041625108,
804
+ 3.959582661750006e-14,
805
+ 0.24750053504451736,
806
+ 1.3467850605724583,
807
+ 0.26031287654480184
808
+ ]
809
+ }
810
+ },
811
+ "relative_action": {}
812
+ }
813
+ }
checkpoint-5000/experiment_cfg/final_model_config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "extra_augmentation_config": null,
19
+ "apply_sincos_state_encoding": true,
20
+ "use_relative_action": true,
21
+ "max_state_dim": 128,
22
+ "max_action_dim": 128,
23
+ "action_horizon": 50,
24
+ "hidden_size": 1024,
25
+ "input_embedding_dim": 1536,
26
+ "add_pos_embed": true,
27
+ "attn_dropout": 0.2,
28
+ "use_vlln": true,
29
+ "max_seq_len": 1024,
30
+ "use_alternate_vl_dit": true,
31
+ "attend_text_every_n_blocks": 2,
32
+ "diffusion_model_cfg": {
33
+ "attention_head_dim": 48,
34
+ "dropout": 0.2,
35
+ "final_dropout": true,
36
+ "interleave_self_attention": true,
37
+ "norm_type": "ada_norm",
38
+ "num_attention_heads": 32,
39
+ "num_layers": 32,
40
+ "output_dim": 1024,
41
+ "positional_embeddings": null
42
+ },
43
+ "num_inference_timesteps": 4,
44
+ "noise_beta_alpha": 1.5,
45
+ "noise_beta_beta": 1.0,
46
+ "noise_s": 0.999,
47
+ "num_timestep_buckets": 1000,
48
+ "tune_projector": true,
49
+ "tune_diffusion_model": true,
50
+ "tune_vlln": true,
51
+ "state_dropout_prob": 0.0,
52
+ "state_additive_noise_scale": 0.0,
53
+ "max_num_embodiments": 32
54
+ }
checkpoint-5000/experiment_cfg/final_processor_config.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-5000/model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a45186fb489dd7999edf85ac0c593e6e2880b8a0a232ddecc97e83cabbe7e229
3
+ size 4990120184
checkpoint-5000/model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6082b606052752d6d1eb8b7cc611c81ba4a9579695de1bc5e5ee76400ccfa11
3
+ size 4823190320
checkpoint-5000/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-5000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f415ae7dfe89784bf7d08f7b17333b1227d55d752e612fd5dba037caa8889cdb
3
+ size 12960193762
checkpoint-5000/processor_config.json ADDED
@@ -0,0 +1,482 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "new_embodiment": {
355
+ "video": {
356
+ "delta_indices": [
357
+ 0
358
+ ],
359
+ "modality_keys": [
360
+ "front",
361
+ "left_wrist",
362
+ "right_wrist"
363
+ ],
364
+ "sin_cos_embedding_keys": null,
365
+ "mean_std_embedding_keys": null,
366
+ "action_configs": null
367
+ },
368
+ "state": {
369
+ "delta_indices": [
370
+ 0
371
+ ],
372
+ "modality_keys": [
373
+ "arm",
374
+ "left_hand",
375
+ "right_hand"
376
+ ],
377
+ "sin_cos_embedding_keys": [
378
+ "arm",
379
+ "left_hand",
380
+ "right_hand"
381
+ ],
382
+ "mean_std_embedding_keys": null,
383
+ "action_configs": null
384
+ },
385
+ "action": {
386
+ "delta_indices": [
387
+ 0,
388
+ 1,
389
+ 2,
390
+ 3,
391
+ 4,
392
+ 5,
393
+ 6,
394
+ 7,
395
+ 8,
396
+ 9,
397
+ 10,
398
+ 11,
399
+ 12,
400
+ 13,
401
+ 14,
402
+ 15,
403
+ 16,
404
+ 17,
405
+ 18,
406
+ 19,
407
+ 20,
408
+ 21,
409
+ 22,
410
+ 23,
411
+ 24,
412
+ 25,
413
+ 26,
414
+ 27,
415
+ 28,
416
+ 29
417
+ ],
418
+ "modality_keys": [
419
+ "arm",
420
+ "left_hand",
421
+ "right_hand"
422
+ ],
423
+ "sin_cos_embedding_keys": null,
424
+ "mean_std_embedding_keys": null,
425
+ "action_configs": [
426
+ {
427
+ "rep": "ABSOLUTE",
428
+ "type": "NON_EEF",
429
+ "format": "DEFAULT",
430
+ "state_key": null
431
+ },
432
+ {
433
+ "rep": "ABSOLUTE",
434
+ "type": "NON_EEF",
435
+ "format": "DEFAULT",
436
+ "state_key": null
437
+ },
438
+ {
439
+ "rep": "ABSOLUTE",
440
+ "type": "NON_EEF",
441
+ "format": "DEFAULT",
442
+ "state_key": null
443
+ }
444
+ ]
445
+ },
446
+ "language": {
447
+ "delta_indices": [
448
+ 0
449
+ ],
450
+ "modality_keys": [
451
+ "annotation.task_description"
452
+ ],
453
+ "sin_cos_embedding_keys": null,
454
+ "mean_std_embedding_keys": null,
455
+ "action_configs": null
456
+ }
457
+ }
458
+ },
459
+ "image_crop_size": null,
460
+ "image_target_size": null,
461
+ "use_albumentations": true,
462
+ "random_rotation_angle": null,
463
+ "color_jitter_params": {
464
+ "brightness": 0.3,
465
+ "contrast": 0.4,
466
+ "saturation": 0.5,
467
+ "hue": 0.08
468
+ },
469
+ "shortest_image_edge": 256,
470
+ "crop_fraction": 0.95,
471
+ "model_name": "nvidia/Eagle-Block2A-2B-v2",
472
+ "model_type": "eagle",
473
+ "formalize_language": true,
474
+ "max_state_dim": 128,
475
+ "max_action_dim": 128,
476
+ "max_action_horizon": 50,
477
+ "use_percentiles": false,
478
+ "clip_outliers": true,
479
+ "apply_sincos_state_encoding": true,
480
+ "use_relative_action": true
481
+ }
482
+ }
checkpoint-5000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc29a656932fc6d7404168912375a13cef00dd971548087b8ccc5f0679e88acb
3
+ size 14645
checkpoint-5000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2110a46c9c257f43b8372bd5d9573934ed934abc144528e033a981fe3adbc14a
3
+ size 1465
checkpoint-5000/statistics.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-5000/trainer_state.json ADDED
@@ -0,0 +1,3034 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.9803921568627451,
6
+ "eval_steps": 500,
7
+ "global_step": 5000,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "grad_norm": 1.1950068473815918,
14
+ "learning_rate": 3.529411764705883e-07,
15
+ "loss": 0.0436,
16
+ "step": 10
17
+ },
18
+ {
19
+ "grad_norm": 1.1095563173294067,
20
+ "learning_rate": 7.450980392156863e-07,
21
+ "loss": 0.0417,
22
+ "step": 20
23
+ },
24
+ {
25
+ "grad_norm": 0.48601916432380676,
26
+ "learning_rate": 1.1372549019607845e-06,
27
+ "loss": 0.0381,
28
+ "step": 30
29
+ },
30
+ {
31
+ "grad_norm": 0.4488537907600403,
32
+ "learning_rate": 1.5294117647058826e-06,
33
+ "loss": 0.031,
34
+ "step": 40
35
+ },
36
+ {
37
+ "grad_norm": 0.40884929895401,
38
+ "learning_rate": 1.921568627450981e-06,
39
+ "loss": 0.0297,
40
+ "step": 50
41
+ },
42
+ {
43
+ "grad_norm": 0.41759321093559265,
44
+ "learning_rate": 2.3137254901960787e-06,
45
+ "loss": 0.0296,
46
+ "step": 60
47
+ },
48
+ {
49
+ "grad_norm": 0.5123331546783447,
50
+ "learning_rate": 2.7058823529411766e-06,
51
+ "loss": 0.0286,
52
+ "step": 70
53
+ },
54
+ {
55
+ "grad_norm": 0.40307483077049255,
56
+ "learning_rate": 3.098039215686275e-06,
57
+ "loss": 0.0266,
58
+ "step": 80
59
+ },
60
+ {
61
+ "grad_norm": 0.4061126708984375,
62
+ "learning_rate": 3.4901960784313727e-06,
63
+ "loss": 0.026,
64
+ "step": 90
65
+ },
66
+ {
67
+ "grad_norm": 0.21790510416030884,
68
+ "learning_rate": 3.882352941176471e-06,
69
+ "loss": 0.0218,
70
+ "step": 100
71
+ },
72
+ {
73
+ "grad_norm": 0.38712653517723083,
74
+ "learning_rate": 4.274509803921569e-06,
75
+ "loss": 0.0234,
76
+ "step": 110
77
+ },
78
+ {
79
+ "grad_norm": 0.23677751421928406,
80
+ "learning_rate": 4.666666666666667e-06,
81
+ "loss": 0.0207,
82
+ "step": 120
83
+ },
84
+ {
85
+ "grad_norm": 0.2931284010410309,
86
+ "learning_rate": 5.058823529411765e-06,
87
+ "loss": 0.0204,
88
+ "step": 130
89
+ },
90
+ {
91
+ "grad_norm": 0.3435174822807312,
92
+ "learning_rate": 5.450980392156863e-06,
93
+ "loss": 0.0216,
94
+ "step": 140
95
+ },
96
+ {
97
+ "grad_norm": 0.37916237115859985,
98
+ "learning_rate": 5.843137254901961e-06,
99
+ "loss": 0.0228,
100
+ "step": 150
101
+ },
102
+ {
103
+ "grad_norm": 0.34060993790626526,
104
+ "learning_rate": 6.2352941176470595e-06,
105
+ "loss": 0.0205,
106
+ "step": 160
107
+ },
108
+ {
109
+ "grad_norm": 0.3169363737106323,
110
+ "learning_rate": 6.627450980392157e-06,
111
+ "loss": 0.0193,
112
+ "step": 170
113
+ },
114
+ {
115
+ "grad_norm": 0.29447826743125916,
116
+ "learning_rate": 7.019607843137255e-06,
117
+ "loss": 0.0178,
118
+ "step": 180
119
+ },
120
+ {
121
+ "grad_norm": 0.2534893751144409,
122
+ "learning_rate": 7.4117647058823535e-06,
123
+ "loss": 0.018,
124
+ "step": 190
125
+ },
126
+ {
127
+ "grad_norm": 0.27749115228652954,
128
+ "learning_rate": 7.803921568627452e-06,
129
+ "loss": 0.0179,
130
+ "step": 200
131
+ },
132
+ {
133
+ "grad_norm": 0.2914535105228424,
134
+ "learning_rate": 8.19607843137255e-06,
135
+ "loss": 0.0186,
136
+ "step": 210
137
+ },
138
+ {
139
+ "grad_norm": 0.33141499757766724,
140
+ "learning_rate": 8.588235294117647e-06,
141
+ "loss": 0.0165,
142
+ "step": 220
143
+ },
144
+ {
145
+ "grad_norm": 0.24585478007793427,
146
+ "learning_rate": 8.980392156862746e-06,
147
+ "loss": 0.0164,
148
+ "step": 230
149
+ },
150
+ {
151
+ "grad_norm": 0.25172385573387146,
152
+ "learning_rate": 9.372549019607843e-06,
153
+ "loss": 0.0166,
154
+ "step": 240
155
+ },
156
+ {
157
+ "grad_norm": 0.3581097424030304,
158
+ "learning_rate": 9.764705882352942e-06,
159
+ "loss": 0.0145,
160
+ "step": 250
161
+ },
162
+ {
163
+ "grad_norm": 0.2762569785118103,
164
+ "learning_rate": 9.999983182093624e-06,
165
+ "loss": 0.0156,
166
+ "step": 260
167
+ },
168
+ {
169
+ "grad_norm": 0.33299073576927185,
170
+ "learning_rate": 9.999793981946191e-06,
171
+ "loss": 0.0161,
172
+ "step": 270
173
+ },
174
+ {
175
+ "grad_norm": 0.2545071840286255,
176
+ "learning_rate": 9.999394567249726e-06,
177
+ "loss": 0.0149,
178
+ "step": 280
179
+ },
180
+ {
181
+ "grad_norm": 0.26280084252357483,
182
+ "learning_rate": 9.998784954797474e-06,
183
+ "loss": 0.015,
184
+ "step": 290
185
+ },
186
+ {
187
+ "grad_norm": 0.27613401412963867,
188
+ "learning_rate": 9.997965170220374e-06,
189
+ "loss": 0.0164,
190
+ "step": 300
191
+ },
192
+ {
193
+ "grad_norm": 0.36653536558151245,
194
+ "learning_rate": 9.996935247985973e-06,
195
+ "loss": 0.0164,
196
+ "step": 310
197
+ },
198
+ {
199
+ "grad_norm": 0.3048877716064453,
200
+ "learning_rate": 9.995695231396987e-06,
201
+ "loss": 0.0146,
202
+ "step": 320
203
+ },
204
+ {
205
+ "grad_norm": 0.27436813712120056,
206
+ "learning_rate": 9.994245172589465e-06,
207
+ "loss": 0.0154,
208
+ "step": 330
209
+ },
210
+ {
211
+ "grad_norm": 0.2580229938030243,
212
+ "learning_rate": 9.992585132530614e-06,
213
+ "loss": 0.0179,
214
+ "step": 340
215
+ },
216
+ {
217
+ "grad_norm": 0.25794631242752075,
218
+ "learning_rate": 9.990715181016225e-06,
219
+ "loss": 0.0158,
220
+ "step": 350
221
+ },
222
+ {
223
+ "grad_norm": 0.21017365157604218,
224
+ "learning_rate": 9.988635396667737e-06,
225
+ "loss": 0.0168,
226
+ "step": 360
227
+ },
228
+ {
229
+ "grad_norm": 0.2509874701499939,
230
+ "learning_rate": 9.98634586692894e-06,
231
+ "loss": 0.0159,
232
+ "step": 370
233
+ },
234
+ {
235
+ "grad_norm": 0.25287261605262756,
236
+ "learning_rate": 9.983846688062295e-06,
237
+ "loss": 0.0138,
238
+ "step": 380
239
+ },
240
+ {
241
+ "grad_norm": 0.23505428433418274,
242
+ "learning_rate": 9.98113796514488e-06,
243
+ "loss": 0.0139,
244
+ "step": 390
245
+ },
246
+ {
247
+ "grad_norm": 0.19718585908412933,
248
+ "learning_rate": 9.978219812063986e-06,
249
+ "loss": 0.0145,
250
+ "step": 400
251
+ },
252
+ {
253
+ "grad_norm": 0.21503455936908722,
254
+ "learning_rate": 9.975092351512307e-06,
255
+ "loss": 0.0171,
256
+ "step": 410
257
+ },
258
+ {
259
+ "grad_norm": 0.28575825691223145,
260
+ "learning_rate": 9.97175571498281e-06,
261
+ "loss": 0.0143,
262
+ "step": 420
263
+ },
264
+ {
265
+ "grad_norm": 0.28024303913116455,
266
+ "learning_rate": 9.96821004276318e-06,
267
+ "loss": 0.0162,
268
+ "step": 430
269
+ },
270
+ {
271
+ "grad_norm": 0.30324384570121765,
272
+ "learning_rate": 9.964455483929938e-06,
273
+ "loss": 0.0131,
274
+ "step": 440
275
+ },
276
+ {
277
+ "grad_norm": 0.31452322006225586,
278
+ "learning_rate": 9.960492196342168e-06,
279
+ "loss": 0.0137,
280
+ "step": 450
281
+ },
282
+ {
283
+ "grad_norm": 0.2547176778316498,
284
+ "learning_rate": 9.956320346634877e-06,
285
+ "loss": 0.0125,
286
+ "step": 460
287
+ },
288
+ {
289
+ "grad_norm": 0.20195309817790985,
290
+ "learning_rate": 9.951940110211993e-06,
291
+ "loss": 0.0116,
292
+ "step": 470
293
+ },
294
+ {
295
+ "grad_norm": 0.22324074804782867,
296
+ "learning_rate": 9.947351671238992e-06,
297
+ "loss": 0.0133,
298
+ "step": 480
299
+ },
300
+ {
301
+ "grad_norm": 0.25620514154434204,
302
+ "learning_rate": 9.942555222635147e-06,
303
+ "loss": 0.0128,
304
+ "step": 490
305
+ },
306
+ {
307
+ "grad_norm": 0.23172898590564728,
308
+ "learning_rate": 9.937550966065421e-06,
309
+ "loss": 0.0136,
310
+ "step": 500
311
+ },
312
+ {
313
+ "grad_norm": 0.24064064025878906,
314
+ "learning_rate": 9.932339111931995e-06,
315
+ "loss": 0.0126,
316
+ "step": 510
317
+ },
318
+ {
319
+ "grad_norm": 0.22353637218475342,
320
+ "learning_rate": 9.926919879365406e-06,
321
+ "loss": 0.0143,
322
+ "step": 520
323
+ },
324
+ {
325
+ "grad_norm": 0.2605426609516144,
326
+ "learning_rate": 9.921293496215355e-06,
327
+ "loss": 0.0143,
328
+ "step": 530
329
+ },
330
+ {
331
+ "grad_norm": 0.2516007125377655,
332
+ "learning_rate": 9.915460199041105e-06,
333
+ "loss": 0.0149,
334
+ "step": 540
335
+ },
336
+ {
337
+ "grad_norm": 0.2478538155555725,
338
+ "learning_rate": 9.909420233101546e-06,
339
+ "loss": 0.0113,
340
+ "step": 550
341
+ },
342
+ {
343
+ "grad_norm": 0.22426386177539825,
344
+ "learning_rate": 9.903173852344889e-06,
345
+ "loss": 0.0129,
346
+ "step": 560
347
+ },
348
+ {
349
+ "grad_norm": 0.22095352411270142,
350
+ "learning_rate": 9.896721319397978e-06,
351
+ "loss": 0.0154,
352
+ "step": 570
353
+ },
354
+ {
355
+ "grad_norm": 0.268824964761734,
356
+ "learning_rate": 9.890062905555246e-06,
357
+ "loss": 0.0136,
358
+ "step": 580
359
+ },
360
+ {
361
+ "grad_norm": 0.2220172882080078,
362
+ "learning_rate": 9.883198890767329e-06,
363
+ "loss": 0.0118,
364
+ "step": 590
365
+ },
366
+ {
367
+ "grad_norm": 0.22293302416801453,
368
+ "learning_rate": 9.876129563629267e-06,
369
+ "loss": 0.0122,
370
+ "step": 600
371
+ },
372
+ {
373
+ "grad_norm": 0.2877149283885956,
374
+ "learning_rate": 9.868855221368391e-06,
375
+ "loss": 0.0115,
376
+ "step": 610
377
+ },
378
+ {
379
+ "grad_norm": 0.22020819783210754,
380
+ "learning_rate": 9.861376169831821e-06,
381
+ "loss": 0.0123,
382
+ "step": 620
383
+ },
384
+ {
385
+ "grad_norm": 0.23199577629566193,
386
+ "learning_rate": 9.8536927234736e-06,
387
+ "loss": 0.0125,
388
+ "step": 630
389
+ },
390
+ {
391
+ "grad_norm": 0.2411072850227356,
392
+ "learning_rate": 9.845805205341483e-06,
393
+ "loss": 0.0124,
394
+ "step": 640
395
+ },
396
+ {
397
+ "grad_norm": 0.2519015967845917,
398
+ "learning_rate": 9.837713947063347e-06,
399
+ "loss": 0.0128,
400
+ "step": 650
401
+ },
402
+ {
403
+ "grad_norm": 0.216162770986557,
404
+ "learning_rate": 9.829419288833253e-06,
405
+ "loss": 0.0126,
406
+ "step": 660
407
+ },
408
+ {
409
+ "grad_norm": 0.24178443849086761,
410
+ "learning_rate": 9.820921579397133e-06,
411
+ "loss": 0.0122,
412
+ "step": 670
413
+ },
414
+ {
415
+ "grad_norm": 0.18894395232200623,
416
+ "learning_rate": 9.812221176038146e-06,
417
+ "loss": 0.0118,
418
+ "step": 680
419
+ },
420
+ {
421
+ "grad_norm": 0.20295335352420807,
422
+ "learning_rate": 9.803318444561633e-06,
423
+ "loss": 0.0109,
424
+ "step": 690
425
+ },
426
+ {
427
+ "grad_norm": 0.22850893437862396,
428
+ "learning_rate": 9.794213759279759e-06,
429
+ "loss": 0.0116,
430
+ "step": 700
431
+ },
432
+ {
433
+ "grad_norm": 0.265736848115921,
434
+ "learning_rate": 9.784907502995753e-06,
435
+ "loss": 0.0133,
436
+ "step": 710
437
+ },
438
+ {
439
+ "grad_norm": 0.21099106967449188,
440
+ "learning_rate": 9.775400066987837e-06,
441
+ "loss": 0.0114,
442
+ "step": 720
443
+ },
444
+ {
445
+ "grad_norm": 0.1949661821126938,
446
+ "learning_rate": 9.76569185099275e-06,
447
+ "loss": 0.0119,
448
+ "step": 730
449
+ },
450
+ {
451
+ "grad_norm": 0.1675696223974228,
452
+ "learning_rate": 9.755783263188965e-06,
453
+ "loss": 0.0125,
454
+ "step": 740
455
+ },
456
+ {
457
+ "grad_norm": 0.2069842666387558,
458
+ "learning_rate": 9.745674720179507e-06,
459
+ "loss": 0.0127,
460
+ "step": 750
461
+ },
462
+ {
463
+ "grad_norm": 0.23999853432178497,
464
+ "learning_rate": 9.735366646974452e-06,
465
+ "loss": 0.0111,
466
+ "step": 760
467
+ },
468
+ {
469
+ "grad_norm": 0.25093749165534973,
470
+ "learning_rate": 9.72485947697305e-06,
471
+ "loss": 0.0133,
472
+ "step": 770
473
+ },
474
+ {
475
+ "grad_norm": 0.2366914302110672,
476
+ "learning_rate": 9.714153651945504e-06,
477
+ "loss": 0.0114,
478
+ "step": 780
479
+ },
480
+ {
481
+ "grad_norm": 0.19600170850753784,
482
+ "learning_rate": 9.703249622014394e-06,
483
+ "loss": 0.0114,
484
+ "step": 790
485
+ },
486
+ {
487
+ "grad_norm": 0.2463541477918625,
488
+ "learning_rate": 9.692147845635761e-06,
489
+ "loss": 0.0121,
490
+ "step": 800
491
+ },
492
+ {
493
+ "grad_norm": 0.23243753612041473,
494
+ "learning_rate": 9.680848789579819e-06,
495
+ "loss": 0.0099,
496
+ "step": 810
497
+ },
498
+ {
499
+ "grad_norm": 0.23252838850021362,
500
+ "learning_rate": 9.669352928911336e-06,
501
+ "loss": 0.0109,
502
+ "step": 820
503
+ },
504
+ {
505
+ "grad_norm": 0.14858166873455048,
506
+ "learning_rate": 9.657660746969662e-06,
507
+ "loss": 0.0108,
508
+ "step": 830
509
+ },
510
+ {
511
+ "grad_norm": 0.2210211157798767,
512
+ "learning_rate": 9.645772735348402e-06,
513
+ "loss": 0.0106,
514
+ "step": 840
515
+ },
516
+ {
517
+ "grad_norm": 0.22199992835521698,
518
+ "learning_rate": 9.633689393874753e-06,
519
+ "loss": 0.0106,
520
+ "step": 850
521
+ },
522
+ {
523
+ "grad_norm": 0.22347500920295715,
524
+ "learning_rate": 9.621411230588481e-06,
525
+ "loss": 0.0109,
526
+ "step": 860
527
+ },
528
+ {
529
+ "grad_norm": 0.22675202786922455,
530
+ "learning_rate": 9.608938761720569e-06,
531
+ "loss": 0.0103,
532
+ "step": 870
533
+ },
534
+ {
535
+ "grad_norm": 0.16034340858459473,
536
+ "learning_rate": 9.596272511671512e-06,
537
+ "loss": 0.0121,
538
+ "step": 880
539
+ },
540
+ {
541
+ "grad_norm": 0.18488478660583496,
542
+ "learning_rate": 9.583413012989256e-06,
543
+ "loss": 0.011,
544
+ "step": 890
545
+ },
546
+ {
547
+ "grad_norm": 0.18505243957042694,
548
+ "learning_rate": 9.570360806346824e-06,
549
+ "loss": 0.0126,
550
+ "step": 900
551
+ },
552
+ {
553
+ "grad_norm": 0.20651215314865112,
554
+ "learning_rate": 9.557116440519573e-06,
555
+ "loss": 0.0108,
556
+ "step": 910
557
+ },
558
+ {
559
+ "grad_norm": 0.21853210031986237,
560
+ "learning_rate": 9.543680472362128e-06,
561
+ "loss": 0.0101,
562
+ "step": 920
563
+ },
564
+ {
565
+ "grad_norm": 0.22982917726039886,
566
+ "learning_rate": 9.530053466784962e-06,
567
+ "loss": 0.0104,
568
+ "step": 930
569
+ },
570
+ {
571
+ "grad_norm": 0.20077788829803467,
572
+ "learning_rate": 9.516235996730645e-06,
573
+ "loss": 0.0108,
574
+ "step": 940
575
+ },
576
+ {
577
+ "grad_norm": 0.23850861191749573,
578
+ "learning_rate": 9.502228643149766e-06,
579
+ "loss": 0.0115,
580
+ "step": 950
581
+ },
582
+ {
583
+ "grad_norm": 0.2640659511089325,
584
+ "learning_rate": 9.488031994976492e-06,
585
+ "loss": 0.0113,
586
+ "step": 960
587
+ },
588
+ {
589
+ "grad_norm": 0.27842602133750916,
590
+ "learning_rate": 9.473646649103819e-06,
591
+ "loss": 0.0107,
592
+ "step": 970
593
+ },
594
+ {
595
+ "grad_norm": 0.18844284117221832,
596
+ "learning_rate": 9.459073210358462e-06,
597
+ "loss": 0.0101,
598
+ "step": 980
599
+ },
600
+ {
601
+ "grad_norm": 0.2157765030860901,
602
+ "learning_rate": 9.444312291475443e-06,
603
+ "loss": 0.0128,
604
+ "step": 990
605
+ },
606
+ {
607
+ "grad_norm": 0.22037991881370544,
608
+ "learning_rate": 9.429364513072313e-06,
609
+ "loss": 0.0096,
610
+ "step": 1000
611
+ },
612
+ {
613
+ "grad_norm": 0.20707039535045624,
614
+ "learning_rate": 9.414230503623067e-06,
615
+ "loss": 0.0104,
616
+ "step": 1010
617
+ },
618
+ {
619
+ "grad_norm": 0.2087254375219345,
620
+ "learning_rate": 9.398910899431716e-06,
621
+ "loss": 0.0118,
622
+ "step": 1020
623
+ },
624
+ {
625
+ "grad_norm": 0.21261566877365112,
626
+ "learning_rate": 9.383406344605541e-06,
627
+ "loss": 0.0086,
628
+ "step": 1030
629
+ },
630
+ {
631
+ "grad_norm": 0.1639666110277176,
632
+ "learning_rate": 9.367717491027998e-06,
633
+ "loss": 0.0091,
634
+ "step": 1040
635
+ },
636
+ {
637
+ "grad_norm": 0.23225508630275726,
638
+ "learning_rate": 9.351844998331324e-06,
639
+ "loss": 0.0083,
640
+ "step": 1050
641
+ },
642
+ {
643
+ "grad_norm": 0.1974388211965561,
644
+ "learning_rate": 9.335789533868793e-06,
645
+ "loss": 0.0083,
646
+ "step": 1060
647
+ },
648
+ {
649
+ "grad_norm": 0.24500536918640137,
650
+ "learning_rate": 9.319551772686666e-06,
651
+ "loss": 0.0094,
652
+ "step": 1070
653
+ },
654
+ {
655
+ "grad_norm": 0.21852529048919678,
656
+ "learning_rate": 9.303132397495803e-06,
657
+ "loss": 0.0117,
658
+ "step": 1080
659
+ },
660
+ {
661
+ "grad_norm": 0.19590452313423157,
662
+ "learning_rate": 9.286532098642954e-06,
663
+ "loss": 0.0103,
664
+ "step": 1090
665
+ },
666
+ {
667
+ "grad_norm": 0.23770727217197418,
668
+ "learning_rate": 9.26975157408175e-06,
669
+ "loss": 0.0098,
670
+ "step": 1100
671
+ },
672
+ {
673
+ "grad_norm": 0.20860643684864044,
674
+ "learning_rate": 9.25279152934334e-06,
675
+ "loss": 0.0091,
676
+ "step": 1110
677
+ },
678
+ {
679
+ "grad_norm": 0.20493175089359283,
680
+ "learning_rate": 9.235652677506737e-06,
681
+ "loss": 0.0096,
682
+ "step": 1120
683
+ },
684
+ {
685
+ "grad_norm": 0.19042547047138214,
686
+ "learning_rate": 9.218335739168833e-06,
687
+ "loss": 0.0117,
688
+ "step": 1130
689
+ },
690
+ {
691
+ "grad_norm": 0.22183485329151154,
692
+ "learning_rate": 9.200841442414106e-06,
693
+ "loss": 0.0103,
694
+ "step": 1140
695
+ },
696
+ {
697
+ "grad_norm": 0.20157937705516815,
698
+ "learning_rate": 9.183170522784002e-06,
699
+ "loss": 0.0098,
700
+ "step": 1150
701
+ },
702
+ {
703
+ "grad_norm": 0.21075105667114258,
704
+ "learning_rate": 9.165323723246014e-06,
705
+ "loss": 0.0111,
706
+ "step": 1160
707
+ },
708
+ {
709
+ "grad_norm": 0.2072359174489975,
710
+ "learning_rate": 9.147301794162446e-06,
711
+ "loss": 0.0118,
712
+ "step": 1170
713
+ },
714
+ {
715
+ "grad_norm": 0.19999660551548004,
716
+ "learning_rate": 9.129105493258855e-06,
717
+ "loss": 0.0108,
718
+ "step": 1180
719
+ },
720
+ {
721
+ "grad_norm": 0.22979071736335754,
722
+ "learning_rate": 9.110735585592203e-06,
723
+ "loss": 0.009,
724
+ "step": 1190
725
+ },
726
+ {
727
+ "grad_norm": 0.2068009376525879,
728
+ "learning_rate": 9.092192843518683e-06,
729
+ "loss": 0.011,
730
+ "step": 1200
731
+ },
732
+ {
733
+ "grad_norm": 0.20221471786499023,
734
+ "learning_rate": 9.073478046661255e-06,
735
+ "loss": 0.0085,
736
+ "step": 1210
737
+ },
738
+ {
739
+ "grad_norm": 0.21164442598819733,
740
+ "learning_rate": 9.054591981876855e-06,
741
+ "loss": 0.0089,
742
+ "step": 1220
743
+ },
744
+ {
745
+ "grad_norm": 0.2109965980052948,
746
+ "learning_rate": 9.035535443223316e-06,
747
+ "loss": 0.0097,
748
+ "step": 1230
749
+ },
750
+ {
751
+ "grad_norm": 0.23023614287376404,
752
+ "learning_rate": 9.016309231925991e-06,
753
+ "loss": 0.0089,
754
+ "step": 1240
755
+ },
756
+ {
757
+ "grad_norm": 0.19147643446922302,
758
+ "learning_rate": 8.996914156344054e-06,
759
+ "loss": 0.0091,
760
+ "step": 1250
761
+ },
762
+ {
763
+ "grad_norm": 0.21601413190364838,
764
+ "learning_rate": 8.97735103193652e-06,
765
+ "loss": 0.009,
766
+ "step": 1260
767
+ },
768
+ {
769
+ "grad_norm": 0.2980281412601471,
770
+ "learning_rate": 8.957620681227949e-06,
771
+ "loss": 0.0086,
772
+ "step": 1270
773
+ },
774
+ {
775
+ "grad_norm": 0.15388751029968262,
776
+ "learning_rate": 8.937723933773883e-06,
777
+ "loss": 0.0099,
778
+ "step": 1280
779
+ },
780
+ {
781
+ "grad_norm": 0.2060258537530899,
782
+ "learning_rate": 8.917661626125946e-06,
783
+ "loss": 0.0088,
784
+ "step": 1290
785
+ },
786
+ {
787
+ "grad_norm": 0.22706672549247742,
788
+ "learning_rate": 8.897434601796689e-06,
789
+ "loss": 0.0088,
790
+ "step": 1300
791
+ },
792
+ {
793
+ "grad_norm": 0.1590857207775116,
794
+ "learning_rate": 8.877043711224109e-06,
795
+ "loss": 0.008,
796
+ "step": 1310
797
+ },
798
+ {
799
+ "grad_norm": 0.19176359474658966,
800
+ "learning_rate": 8.856489811735904e-06,
801
+ "loss": 0.0076,
802
+ "step": 1320
803
+ },
804
+ {
805
+ "grad_norm": 0.23232431709766388,
806
+ "learning_rate": 8.835773767513425e-06,
807
+ "loss": 0.012,
808
+ "step": 1330
809
+ },
810
+ {
811
+ "grad_norm": 0.20471888780593872,
812
+ "learning_rate": 8.81489644955534e-06,
813
+ "loss": 0.0111,
814
+ "step": 1340
815
+ },
816
+ {
817
+ "grad_norm": 0.23804397881031036,
818
+ "learning_rate": 8.79385873564101e-06,
819
+ "loss": 0.0091,
820
+ "step": 1350
821
+ },
822
+ {
823
+ "grad_norm": 0.20645813643932343,
824
+ "learning_rate": 8.772661510293595e-06,
825
+ "loss": 0.0082,
826
+ "step": 1360
827
+ },
828
+ {
829
+ "grad_norm": 0.23595236241817474,
830
+ "learning_rate": 8.751305664742842e-06,
831
+ "loss": 0.009,
832
+ "step": 1370
833
+ },
834
+ {
835
+ "grad_norm": 0.20523196458816528,
836
+ "learning_rate": 8.729792096887642e-06,
837
+ "loss": 0.0083,
838
+ "step": 1380
839
+ },
840
+ {
841
+ "grad_norm": 0.21859478950500488,
842
+ "learning_rate": 8.708121711258255e-06,
843
+ "loss": 0.0083,
844
+ "step": 1390
845
+ },
846
+ {
847
+ "grad_norm": 0.2386079728603363,
848
+ "learning_rate": 8.686295418978291e-06,
849
+ "loss": 0.0086,
850
+ "step": 1400
851
+ },
852
+ {
853
+ "grad_norm": 0.23497678339481354,
854
+ "learning_rate": 8.664314137726401e-06,
855
+ "loss": 0.0088,
856
+ "step": 1410
857
+ },
858
+ {
859
+ "grad_norm": 0.20147542655467987,
860
+ "learning_rate": 8.64217879169769e-06,
861
+ "loss": 0.0092,
862
+ "step": 1420
863
+ },
864
+ {
865
+ "grad_norm": 0.17868296802043915,
866
+ "learning_rate": 8.619890311564862e-06,
867
+ "loss": 0.0086,
868
+ "step": 1430
869
+ },
870
+ {
871
+ "grad_norm": 0.2059531807899475,
872
+ "learning_rate": 8.59744963443909e-06,
873
+ "loss": 0.0076,
874
+ "step": 1440
875
+ },
876
+ {
877
+ "grad_norm": 0.20854367315769196,
878
+ "learning_rate": 8.574857703830612e-06,
879
+ "loss": 0.0081,
880
+ "step": 1450
881
+ },
882
+ {
883
+ "grad_norm": 0.2205386906862259,
884
+ "learning_rate": 8.552115469609067e-06,
885
+ "loss": 0.0104,
886
+ "step": 1460
887
+ },
888
+ {
889
+ "grad_norm": 0.17082375288009644,
890
+ "learning_rate": 8.529223887963559e-06,
891
+ "loss": 0.0082,
892
+ "step": 1470
893
+ },
894
+ {
895
+ "grad_norm": 0.1476842761039734,
896
+ "learning_rate": 8.506183921362443e-06,
897
+ "loss": 0.009,
898
+ "step": 1480
899
+ },
900
+ {
901
+ "grad_norm": 0.17177364230155945,
902
+ "learning_rate": 8.482996538512876e-06,
903
+ "loss": 0.0088,
904
+ "step": 1490
905
+ },
906
+ {
907
+ "grad_norm": 0.21205176413059235,
908
+ "learning_rate": 8.45966271432007e-06,
909
+ "loss": 0.0086,
910
+ "step": 1500
911
+ },
912
+ {
913
+ "grad_norm": 0.19053563475608826,
914
+ "learning_rate": 8.436183429846314e-06,
915
+ "loss": 0.0092,
916
+ "step": 1510
917
+ },
918
+ {
919
+ "grad_norm": 0.1861661970615387,
920
+ "learning_rate": 8.412559672269724e-06,
921
+ "loss": 0.0076,
922
+ "step": 1520
923
+ },
924
+ {
925
+ "grad_norm": 0.1511910855770111,
926
+ "learning_rate": 8.388792434842737e-06,
927
+ "loss": 0.0095,
928
+ "step": 1530
929
+ },
930
+ {
931
+ "grad_norm": 0.18952926993370056,
932
+ "learning_rate": 8.364882716850342e-06,
933
+ "loss": 0.0095,
934
+ "step": 1540
935
+ },
936
+ {
937
+ "grad_norm": 0.19014276564121246,
938
+ "learning_rate": 8.34083152356808e-06,
939
+ "loss": 0.0093,
940
+ "step": 1550
941
+ },
942
+ {
943
+ "grad_norm": 0.19387753307819366,
944
+ "learning_rate": 8.316639866219767e-06,
945
+ "loss": 0.01,
946
+ "step": 1560
947
+ },
948
+ {
949
+ "grad_norm": 0.25110799074172974,
950
+ "learning_rate": 8.292308761934978e-06,
951
+ "loss": 0.0095,
952
+ "step": 1570
953
+ },
954
+ {
955
+ "grad_norm": 0.22537516057491302,
956
+ "learning_rate": 8.26783923370629e-06,
957
+ "loss": 0.0089,
958
+ "step": 1580
959
+ },
960
+ {
961
+ "grad_norm": 0.20432311296463013,
962
+ "learning_rate": 8.24323231034626e-06,
963
+ "loss": 0.009,
964
+ "step": 1590
965
+ },
966
+ {
967
+ "grad_norm": 0.2202184647321701,
968
+ "learning_rate": 8.218489026444176e-06,
969
+ "loss": 0.0104,
970
+ "step": 1600
971
+ },
972
+ {
973
+ "grad_norm": 0.189788818359375,
974
+ "learning_rate": 8.19361042232256e-06,
975
+ "loss": 0.0084,
976
+ "step": 1610
977
+ },
978
+ {
979
+ "grad_norm": 0.1907304972410202,
980
+ "learning_rate": 8.168597543993416e-06,
981
+ "loss": 0.0074,
982
+ "step": 1620
983
+ },
984
+ {
985
+ "grad_norm": 0.17683368921279907,
986
+ "learning_rate": 8.143451443114268e-06,
987
+ "loss": 0.0098,
988
+ "step": 1630
989
+ },
990
+ {
991
+ "grad_norm": 0.1675710529088974,
992
+ "learning_rate": 8.118173176943925e-06,
993
+ "loss": 0.0081,
994
+ "step": 1640
995
+ },
996
+ {
997
+ "grad_norm": 0.18368087708950043,
998
+ "learning_rate": 8.092763808298048e-06,
999
+ "loss": 0.0082,
1000
+ "step": 1650
1001
+ },
1002
+ {
1003
+ "grad_norm": 0.16290630400180817,
1004
+ "learning_rate": 8.067224405504449e-06,
1005
+ "loss": 0.0073,
1006
+ "step": 1660
1007
+ },
1008
+ {
1009
+ "grad_norm": 0.1974867284297943,
1010
+ "learning_rate": 8.04155604235818e-06,
1011
+ "loss": 0.0077,
1012
+ "step": 1670
1013
+ },
1014
+ {
1015
+ "grad_norm": 0.19363933801651,
1016
+ "learning_rate": 8.015759798076384e-06,
1017
+ "loss": 0.0095,
1018
+ "step": 1680
1019
+ },
1020
+ {
1021
+ "grad_norm": 0.1439293771982193,
1022
+ "learning_rate": 7.989836757252924e-06,
1023
+ "loss": 0.0107,
1024
+ "step": 1690
1025
+ },
1026
+ {
1027
+ "grad_norm": 0.1739254742860794,
1028
+ "learning_rate": 7.963788009812775e-06,
1029
+ "loss": 0.0087,
1030
+ "step": 1700
1031
+ },
1032
+ {
1033
+ "grad_norm": 0.2483677864074707,
1034
+ "learning_rate": 7.937614650966204e-06,
1035
+ "loss": 0.0084,
1036
+ "step": 1710
1037
+ },
1038
+ {
1039
+ "grad_norm": 0.2167566865682602,
1040
+ "learning_rate": 7.911317781162717e-06,
1041
+ "loss": 0.0085,
1042
+ "step": 1720
1043
+ },
1044
+ {
1045
+ "grad_norm": 0.20251521468162537,
1046
+ "learning_rate": 7.884898506044799e-06,
1047
+ "loss": 0.0084,
1048
+ "step": 1730
1049
+ },
1050
+ {
1051
+ "grad_norm": 0.22781620919704437,
1052
+ "learning_rate": 7.858357936401415e-06,
1053
+ "loss": 0.0076,
1054
+ "step": 1740
1055
+ },
1056
+ {
1057
+ "grad_norm": 0.20889250934123993,
1058
+ "learning_rate": 7.831697188121322e-06,
1059
+ "loss": 0.0094,
1060
+ "step": 1750
1061
+ },
1062
+ {
1063
+ "grad_norm": 0.18276987969875336,
1064
+ "learning_rate": 7.804917382146141e-06,
1065
+ "loss": 0.0077,
1066
+ "step": 1760
1067
+ },
1068
+ {
1069
+ "grad_norm": 0.20425570011138916,
1070
+ "learning_rate": 7.778019644423233e-06,
1071
+ "loss": 0.0093,
1072
+ "step": 1770
1073
+ },
1074
+ {
1075
+ "grad_norm": 0.19957412779331207,
1076
+ "learning_rate": 7.751005105858359e-06,
1077
+ "loss": 0.0082,
1078
+ "step": 1780
1079
+ },
1080
+ {
1081
+ "grad_norm": 0.16609562933444977,
1082
+ "learning_rate": 7.723874902268123e-06,
1083
+ "loss": 0.0099,
1084
+ "step": 1790
1085
+ },
1086
+ {
1087
+ "grad_norm": 0.191396564245224,
1088
+ "learning_rate": 7.696630174332229e-06,
1089
+ "loss": 0.0082,
1090
+ "step": 1800
1091
+ },
1092
+ {
1093
+ "grad_norm": 0.13676762580871582,
1094
+ "learning_rate": 7.669272067545517e-06,
1095
+ "loss": 0.0075,
1096
+ "step": 1810
1097
+ },
1098
+ {
1099
+ "grad_norm": 0.19455572962760925,
1100
+ "learning_rate": 7.641801732169796e-06,
1101
+ "loss": 0.0083,
1102
+ "step": 1820
1103
+ },
1104
+ {
1105
+ "grad_norm": 0.15683458745479584,
1106
+ "learning_rate": 7.6142203231854875e-06,
1107
+ "loss": 0.0082,
1108
+ "step": 1830
1109
+ },
1110
+ {
1111
+ "grad_norm": 0.17572730779647827,
1112
+ "learning_rate": 7.586529000243064e-06,
1113
+ "loss": 0.0086,
1114
+ "step": 1840
1115
+ },
1116
+ {
1117
+ "grad_norm": 0.23978155851364136,
1118
+ "learning_rate": 7.558728927614292e-06,
1119
+ "loss": 0.0086,
1120
+ "step": 1850
1121
+ },
1122
+ {
1123
+ "grad_norm": 0.2035548835992813,
1124
+ "learning_rate": 7.530821274143276e-06,
1125
+ "loss": 0.0108,
1126
+ "step": 1860
1127
+ },
1128
+ {
1129
+ "grad_norm": 0.18040107190608978,
1130
+ "learning_rate": 7.502807213197322e-06,
1131
+ "loss": 0.0092,
1132
+ "step": 1870
1133
+ },
1134
+ {
1135
+ "grad_norm": 0.21696732938289642,
1136
+ "learning_rate": 7.4746879226176e-06,
1137
+ "loss": 0.0084,
1138
+ "step": 1880
1139
+ },
1140
+ {
1141
+ "grad_norm": 0.22239021956920624,
1142
+ "learning_rate": 7.4464645846696186e-06,
1143
+ "loss": 0.0094,
1144
+ "step": 1890
1145
+ },
1146
+ {
1147
+ "grad_norm": 0.1702863723039627,
1148
+ "learning_rate": 7.4181383859935264e-06,
1149
+ "loss": 0.0083,
1150
+ "step": 1900
1151
+ },
1152
+ {
1153
+ "grad_norm": 0.14922301471233368,
1154
+ "learning_rate": 7.389710517554209e-06,
1155
+ "loss": 0.009,
1156
+ "step": 1910
1157
+ },
1158
+ {
1159
+ "grad_norm": 0.23080326616764069,
1160
+ "learning_rate": 7.361182174591226e-06,
1161
+ "loss": 0.009,
1162
+ "step": 1920
1163
+ },
1164
+ {
1165
+ "grad_norm": 0.22270849347114563,
1166
+ "learning_rate": 7.332554556568548e-06,
1167
+ "loss": 0.0082,
1168
+ "step": 1930
1169
+ },
1170
+ {
1171
+ "grad_norm": 0.1911340355873108,
1172
+ "learning_rate": 7.303828867124131e-06,
1173
+ "loss": 0.0078,
1174
+ "step": 1940
1175
+ },
1176
+ {
1177
+ "grad_norm": 0.1781519651412964,
1178
+ "learning_rate": 7.275006314019313e-06,
1179
+ "loss": 0.0077,
1180
+ "step": 1950
1181
+ },
1182
+ {
1183
+ "grad_norm": 0.2404783070087433,
1184
+ "learning_rate": 7.246088109088022e-06,
1185
+ "loss": 0.0077,
1186
+ "step": 1960
1187
+ },
1188
+ {
1189
+ "grad_norm": 0.2085527926683426,
1190
+ "learning_rate": 7.21707546818584e-06,
1191
+ "loss": 0.0093,
1192
+ "step": 1970
1193
+ },
1194
+ {
1195
+ "grad_norm": 0.15962086617946625,
1196
+ "learning_rate": 7.187969611138873e-06,
1197
+ "loss": 0.0083,
1198
+ "step": 1980
1199
+ },
1200
+ {
1201
+ "grad_norm": 0.1987939178943634,
1202
+ "learning_rate": 7.158771761692464e-06,
1203
+ "loss": 0.008,
1204
+ "step": 1990
1205
+ },
1206
+ {
1207
+ "grad_norm": 0.1831449270248413,
1208
+ "learning_rate": 7.129483147459752e-06,
1209
+ "loss": 0.0077,
1210
+ "step": 2000
1211
+ },
1212
+ {
1213
+ "grad_norm": 0.22430279850959778,
1214
+ "learning_rate": 7.100104999870036e-06,
1215
+ "loss": 0.0071,
1216
+ "step": 2010
1217
+ },
1218
+ {
1219
+ "grad_norm": 0.1542672961950302,
1220
+ "learning_rate": 7.070638554117022e-06,
1221
+ "loss": 0.0086,
1222
+ "step": 2020
1223
+ },
1224
+ {
1225
+ "grad_norm": 0.18191839754581451,
1226
+ "learning_rate": 7.041085049106879e-06,
1227
+ "loss": 0.0087,
1228
+ "step": 2030
1229
+ },
1230
+ {
1231
+ "grad_norm": 0.1764129400253296,
1232
+ "learning_rate": 7.011445727406152e-06,
1233
+ "loss": 0.0078,
1234
+ "step": 2040
1235
+ },
1236
+ {
1237
+ "grad_norm": 0.18843625485897064,
1238
+ "learning_rate": 6.981721835189517e-06,
1239
+ "loss": 0.0084,
1240
+ "step": 2050
1241
+ },
1242
+ {
1243
+ "grad_norm": 0.2106025367975235,
1244
+ "learning_rate": 6.9519146221873825e-06,
1245
+ "loss": 0.008,
1246
+ "step": 2060
1247
+ },
1248
+ {
1249
+ "grad_norm": 0.24554157257080078,
1250
+ "learning_rate": 6.922025341633361e-06,
1251
+ "loss": 0.0082,
1252
+ "step": 2070
1253
+ },
1254
+ {
1255
+ "grad_norm": 0.15407349169254303,
1256
+ "learning_rate": 6.892055250211552e-06,
1257
+ "loss": 0.0069,
1258
+ "step": 2080
1259
+ },
1260
+ {
1261
+ "grad_norm": 0.22122369706630707,
1262
+ "learning_rate": 6.862005608003731e-06,
1263
+ "loss": 0.0104,
1264
+ "step": 2090
1265
+ },
1266
+ {
1267
+ "grad_norm": 0.17952808737754822,
1268
+ "learning_rate": 6.83187767843635e-06,
1269
+ "loss": 0.0077,
1270
+ "step": 2100
1271
+ },
1272
+ {
1273
+ "grad_norm": 0.20702286064624786,
1274
+ "learning_rate": 6.80167272822743e-06,
1275
+ "loss": 0.0067,
1276
+ "step": 2110
1277
+ },
1278
+ {
1279
+ "grad_norm": 0.1842574179172516,
1280
+ "learning_rate": 6.771392027333295e-06,
1281
+ "loss": 0.0079,
1282
+ "step": 2120
1283
+ },
1284
+ {
1285
+ "grad_norm": 0.16174280643463135,
1286
+ "learning_rate": 6.741036848895177e-06,
1287
+ "loss": 0.0098,
1288
+ "step": 2130
1289
+ },
1290
+ {
1291
+ "grad_norm": 0.18222860991954803,
1292
+ "learning_rate": 6.710608469185694e-06,
1293
+ "loss": 0.0072,
1294
+ "step": 2140
1295
+ },
1296
+ {
1297
+ "grad_norm": 0.19199351966381073,
1298
+ "learning_rate": 6.680108167555184e-06,
1299
+ "loss": 0.0079,
1300
+ "step": 2150
1301
+ },
1302
+ {
1303
+ "grad_norm": 0.1271338313817978,
1304
+ "learning_rate": 6.6495372263779145e-06,
1305
+ "loss": 0.0072,
1306
+ "step": 2160
1307
+ },
1308
+ {
1309
+ "grad_norm": 0.17075365781784058,
1310
+ "learning_rate": 6.618896930998172e-06,
1311
+ "loss": 0.0076,
1312
+ "step": 2170
1313
+ },
1314
+ {
1315
+ "grad_norm": 0.17238755524158478,
1316
+ "learning_rate": 6.5881885696762095e-06,
1317
+ "loss": 0.0075,
1318
+ "step": 2180
1319
+ },
1320
+ {
1321
+ "grad_norm": 0.16259953379631042,
1322
+ "learning_rate": 6.557413433534091e-06,
1323
+ "loss": 0.0068,
1324
+ "step": 2190
1325
+ },
1326
+ {
1327
+ "grad_norm": 0.2461572140455246,
1328
+ "learning_rate": 6.526572816501406e-06,
1329
+ "loss": 0.0097,
1330
+ "step": 2200
1331
+ },
1332
+ {
1333
+ "grad_norm": 0.22537799179553986,
1334
+ "learning_rate": 6.495668015260863e-06,
1335
+ "loss": 0.009,
1336
+ "step": 2210
1337
+ },
1338
+ {
1339
+ "grad_norm": 0.1766504943370819,
1340
+ "learning_rate": 6.4647003291937714e-06,
1341
+ "loss": 0.011,
1342
+ "step": 2220
1343
+ },
1344
+ {
1345
+ "grad_norm": 0.20440806448459625,
1346
+ "learning_rate": 6.43367106032541e-06,
1347
+ "loss": 0.0076,
1348
+ "step": 2230
1349
+ },
1350
+ {
1351
+ "grad_norm": 0.18012867867946625,
1352
+ "learning_rate": 6.40258151327029e-06,
1353
+ "loss": 0.0079,
1354
+ "step": 2240
1355
+ },
1356
+ {
1357
+ "grad_norm": 0.18391941487789154,
1358
+ "learning_rate": 6.371432995177292e-06,
1359
+ "loss": 0.0083,
1360
+ "step": 2250
1361
+ },
1362
+ {
1363
+ "grad_norm": 0.19673258066177368,
1364
+ "learning_rate": 6.34022681567471e-06,
1365
+ "loss": 0.0091,
1366
+ "step": 2260
1367
+ },
1368
+ {
1369
+ "grad_norm": 0.19076819717884064,
1370
+ "learning_rate": 6.308964286815203e-06,
1371
+ "loss": 0.0079,
1372
+ "step": 2270
1373
+ },
1374
+ {
1375
+ "grad_norm": 0.1631232351064682,
1376
+ "learning_rate": 6.277646723020604e-06,
1377
+ "loss": 0.0069,
1378
+ "step": 2280
1379
+ },
1380
+ {
1381
+ "grad_norm": 0.16517290472984314,
1382
+ "learning_rate": 6.246275441026682e-06,
1383
+ "loss": 0.0079,
1384
+ "step": 2290
1385
+ },
1386
+ {
1387
+ "grad_norm": 0.20617642998695374,
1388
+ "learning_rate": 6.214851759827762e-06,
1389
+ "loss": 0.0075,
1390
+ "step": 2300
1391
+ },
1392
+ {
1393
+ "grad_norm": 0.18827371299266815,
1394
+ "learning_rate": 6.183377000621275e-06,
1395
+ "loss": 0.0083,
1396
+ "step": 2310
1397
+ },
1398
+ {
1399
+ "grad_norm": 0.18648378551006317,
1400
+ "learning_rate": 6.151852486752214e-06,
1401
+ "loss": 0.0076,
1402
+ "step": 2320
1403
+ },
1404
+ {
1405
+ "grad_norm": 0.18149086833000183,
1406
+ "learning_rate": 6.12027954365748e-06,
1407
+ "loss": 0.0103,
1408
+ "step": 2330
1409
+ },
1410
+ {
1411
+ "grad_norm": 0.15184590220451355,
1412
+ "learning_rate": 6.088659498810174e-06,
1413
+ "loss": 0.0067,
1414
+ "step": 2340
1415
+ },
1416
+ {
1417
+ "grad_norm": 0.20112693309783936,
1418
+ "learning_rate": 6.056993681663763e-06,
1419
+ "loss": 0.0099,
1420
+ "step": 2350
1421
+ },
1422
+ {
1423
+ "grad_norm": 0.19103963673114777,
1424
+ "learning_rate": 6.025283423596203e-06,
1425
+ "loss": 0.0075,
1426
+ "step": 2360
1427
+ },
1428
+ {
1429
+ "grad_norm": 0.14498460292816162,
1430
+ "learning_rate": 5.993530057853946e-06,
1431
+ "loss": 0.0081,
1432
+ "step": 2370
1433
+ },
1434
+ {
1435
+ "grad_norm": 0.18232372403144836,
1436
+ "learning_rate": 5.961734919495894e-06,
1437
+ "loss": 0.0081,
1438
+ "step": 2380
1439
+ },
1440
+ {
1441
+ "grad_norm": 0.15424278378486633,
1442
+ "learning_rate": 5.9298993453372625e-06,
1443
+ "loss": 0.0085,
1444
+ "step": 2390
1445
+ },
1446
+ {
1447
+ "grad_norm": 0.1827041059732437,
1448
+ "learning_rate": 5.898024673893374e-06,
1449
+ "loss": 0.0088,
1450
+ "step": 2400
1451
+ },
1452
+ {
1453
+ "grad_norm": 0.16333433985710144,
1454
+ "learning_rate": 5.8661122453233894e-06,
1455
+ "loss": 0.0069,
1456
+ "step": 2410
1457
+ },
1458
+ {
1459
+ "grad_norm": 0.17437851428985596,
1460
+ "learning_rate": 5.834163401373947e-06,
1461
+ "loss": 0.0115,
1462
+ "step": 2420
1463
+ },
1464
+ {
1465
+ "grad_norm": 0.15465345978736877,
1466
+ "learning_rate": 5.802179485322759e-06,
1467
+ "loss": 0.0093,
1468
+ "step": 2430
1469
+ },
1470
+ {
1471
+ "grad_norm": 0.1457844227552414,
1472
+ "learning_rate": 5.77016184192213e-06,
1473
+ "loss": 0.0081,
1474
+ "step": 2440
1475
+ },
1476
+ {
1477
+ "grad_norm": 0.19642198085784912,
1478
+ "learning_rate": 5.738111817342426e-06,
1479
+ "loss": 0.008,
1480
+ "step": 2450
1481
+ },
1482
+ {
1483
+ "grad_norm": 0.18151909112930298,
1484
+ "learning_rate": 5.706030759115458e-06,
1485
+ "loss": 0.007,
1486
+ "step": 2460
1487
+ },
1488
+ {
1489
+ "grad_norm": 0.19089169800281525,
1490
+ "learning_rate": 5.673920016077843e-06,
1491
+ "loss": 0.0077,
1492
+ "step": 2470
1493
+ },
1494
+ {
1495
+ "grad_norm": 0.14629590511322021,
1496
+ "learning_rate": 5.641780938314281e-06,
1497
+ "loss": 0.007,
1498
+ "step": 2480
1499
+ },
1500
+ {
1501
+ "grad_norm": 0.19740518927574158,
1502
+ "learning_rate": 5.609614877100799e-06,
1503
+ "loss": 0.0108,
1504
+ "step": 2490
1505
+ },
1506
+ {
1507
+ "grad_norm": 0.16740502417087555,
1508
+ "learning_rate": 5.577423184847932e-06,
1509
+ "loss": 0.0071,
1510
+ "step": 2500
1511
+ },
1512
+ {
1513
+ "grad_norm": 0.18405596911907196,
1514
+ "learning_rate": 5.54520721504386e-06,
1515
+ "loss": 0.0089,
1516
+ "step": 2510
1517
+ },
1518
+ {
1519
+ "grad_norm": 0.1560523808002472,
1520
+ "learning_rate": 5.512968322197507e-06,
1521
+ "loss": 0.0073,
1522
+ "step": 2520
1523
+ },
1524
+ {
1525
+ "grad_norm": 0.18227609992027283,
1526
+ "learning_rate": 5.480707861781589e-06,
1527
+ "loss": 0.0081,
1528
+ "step": 2530
1529
+ },
1530
+ {
1531
+ "grad_norm": 0.15503700077533722,
1532
+ "learning_rate": 5.448427190175621e-06,
1533
+ "loss": 0.0067,
1534
+ "step": 2540
1535
+ },
1536
+ {
1537
+ "grad_norm": 0.1447220742702484,
1538
+ "learning_rate": 5.4161276646088914e-06,
1539
+ "loss": 0.0095,
1540
+ "step": 2550
1541
+ },
1542
+ {
1543
+ "grad_norm": 0.17038992047309875,
1544
+ "learning_rate": 5.383810643103393e-06,
1545
+ "loss": 0.0095,
1546
+ "step": 2560
1547
+ },
1548
+ {
1549
+ "grad_norm": 0.17083124816417694,
1550
+ "learning_rate": 5.351477484416734e-06,
1551
+ "loss": 0.0068,
1552
+ "step": 2570
1553
+ },
1554
+ {
1555
+ "grad_norm": 0.1712895780801773,
1556
+ "learning_rate": 5.319129547985002e-06,
1557
+ "loss": 0.0073,
1558
+ "step": 2580
1559
+ },
1560
+ {
1561
+ "grad_norm": 0.17350204288959503,
1562
+ "learning_rate": 5.28676819386561e-06,
1563
+ "loss": 0.0066,
1564
+ "step": 2590
1565
+ },
1566
+ {
1567
+ "grad_norm": 0.16593313217163086,
1568
+ "learning_rate": 5.254394782680116e-06,
1569
+ "loss": 0.0095,
1570
+ "step": 2600
1571
+ },
1572
+ {
1573
+ "grad_norm": 0.1826522797346115,
1574
+ "learning_rate": 5.222010675557003e-06,
1575
+ "loss": 0.0077,
1576
+ "step": 2610
1577
+ },
1578
+ {
1579
+ "grad_norm": 0.17305654287338257,
1580
+ "learning_rate": 5.189617234074474e-06,
1581
+ "loss": 0.0072,
1582
+ "step": 2620
1583
+ },
1584
+ {
1585
+ "grad_norm": 0.18159203231334686,
1586
+ "learning_rate": 5.157215820203184e-06,
1587
+ "loss": 0.0075,
1588
+ "step": 2630
1589
+ },
1590
+ {
1591
+ "grad_norm": 0.16657137870788574,
1592
+ "learning_rate": 5.124807796248985e-06,
1593
+ "loss": 0.0079,
1594
+ "step": 2640
1595
+ },
1596
+ {
1597
+ "grad_norm": 0.15016330778598785,
1598
+ "learning_rate": 5.09239452479565e-06,
1599
+ "loss": 0.0074,
1600
+ "step": 2650
1601
+ },
1602
+ {
1603
+ "grad_norm": 0.16722619533538818,
1604
+ "learning_rate": 5.059977368647579e-06,
1605
+ "loss": 0.0074,
1606
+ "step": 2660
1607
+ },
1608
+ {
1609
+ "grad_norm": 0.13478131592273712,
1610
+ "learning_rate": 5.027557690772503e-06,
1611
+ "loss": 0.0077,
1612
+ "step": 2670
1613
+ },
1614
+ {
1615
+ "grad_norm": 0.1626245230436325,
1616
+ "learning_rate": 4.995136854244178e-06,
1617
+ "loss": 0.0074,
1618
+ "step": 2680
1619
+ },
1620
+ {
1621
+ "grad_norm": 0.1599988490343094,
1622
+ "learning_rate": 4.962716222185077e-06,
1623
+ "loss": 0.0086,
1624
+ "step": 2690
1625
+ },
1626
+ {
1627
+ "grad_norm": 0.18868590891361237,
1628
+ "learning_rate": 4.930297157709075e-06,
1629
+ "loss": 0.0071,
1630
+ "step": 2700
1631
+ },
1632
+ {
1633
+ "grad_norm": 0.1557493358850479,
1634
+ "learning_rate": 4.897881023864134e-06,
1635
+ "loss": 0.0069,
1636
+ "step": 2710
1637
+ },
1638
+ {
1639
+ "grad_norm": 0.18045401573181152,
1640
+ "learning_rate": 4.865469183575009e-06,
1641
+ "loss": 0.008,
1642
+ "step": 2720
1643
+ },
1644
+ {
1645
+ "grad_norm": 0.14265184104442596,
1646
+ "learning_rate": 4.833062999585924e-06,
1647
+ "loss": 0.0079,
1648
+ "step": 2730
1649
+ },
1650
+ {
1651
+ "grad_norm": 0.1629435420036316,
1652
+ "learning_rate": 4.800663834403292e-06,
1653
+ "loss": 0.007,
1654
+ "step": 2740
1655
+ },
1656
+ {
1657
+ "grad_norm": 0.14637629687786102,
1658
+ "learning_rate": 4.7682730502384195e-06,
1659
+ "loss": 0.0061,
1660
+ "step": 2750
1661
+ },
1662
+ {
1663
+ "grad_norm": 0.15139730274677277,
1664
+ "learning_rate": 4.735892008950237e-06,
1665
+ "loss": 0.0066,
1666
+ "step": 2760
1667
+ },
1668
+ {
1669
+ "grad_norm": 0.12791484594345093,
1670
+ "learning_rate": 4.70352207198804e-06,
1671
+ "loss": 0.0097,
1672
+ "step": 2770
1673
+ },
1674
+ {
1675
+ "grad_norm": 0.15089571475982666,
1676
+ "learning_rate": 4.671164600334246e-06,
1677
+ "loss": 0.0064,
1678
+ "step": 2780
1679
+ },
1680
+ {
1681
+ "grad_norm": 0.1582707166671753,
1682
+ "learning_rate": 4.638820954447173e-06,
1683
+ "loss": 0.0067,
1684
+ "step": 2790
1685
+ },
1686
+ {
1687
+ "grad_norm": 0.16821728646755219,
1688
+ "learning_rate": 4.606492494203837e-06,
1689
+ "loss": 0.0077,
1690
+ "step": 2800
1691
+ },
1692
+ {
1693
+ "grad_norm": 0.1605900526046753,
1694
+ "learning_rate": 4.5741805788427874e-06,
1695
+ "loss": 0.0082,
1696
+ "step": 2810
1697
+ },
1698
+ {
1699
+ "grad_norm": 0.1484815627336502,
1700
+ "learning_rate": 4.5418865669069405e-06,
1701
+ "loss": 0.0086,
1702
+ "step": 2820
1703
+ },
1704
+ {
1705
+ "grad_norm": 0.20872092247009277,
1706
+ "learning_rate": 4.509611816186473e-06,
1707
+ "loss": 0.0064,
1708
+ "step": 2830
1709
+ },
1710
+ {
1711
+ "grad_norm": 0.15272173285484314,
1712
+ "learning_rate": 4.477357683661734e-06,
1713
+ "loss": 0.0074,
1714
+ "step": 2840
1715
+ },
1716
+ {
1717
+ "grad_norm": 0.15512466430664062,
1718
+ "learning_rate": 4.4451255254461816e-06,
1719
+ "loss": 0.0069,
1720
+ "step": 2850
1721
+ },
1722
+ {
1723
+ "grad_norm": 0.15502728521823883,
1724
+ "learning_rate": 4.412916696729378e-06,
1725
+ "loss": 0.0085,
1726
+ "step": 2860
1727
+ },
1728
+ {
1729
+ "grad_norm": 0.16042016446590424,
1730
+ "learning_rate": 4.380732551719999e-06,
1731
+ "loss": 0.0088,
1732
+ "step": 2870
1733
+ },
1734
+ {
1735
+ "grad_norm": 0.1160031259059906,
1736
+ "learning_rate": 4.348574443588906e-06,
1737
+ "loss": 0.0069,
1738
+ "step": 2880
1739
+ },
1740
+ {
1741
+ "grad_norm": 0.1936836540699005,
1742
+ "learning_rate": 4.316443724412253e-06,
1743
+ "loss": 0.0073,
1744
+ "step": 2890
1745
+ },
1746
+ {
1747
+ "grad_norm": 0.17114150524139404,
1748
+ "learning_rate": 4.284341745114629e-06,
1749
+ "loss": 0.0073,
1750
+ "step": 2900
1751
+ },
1752
+ {
1753
+ "grad_norm": 0.19440312683582306,
1754
+ "learning_rate": 4.252269855412269e-06,
1755
+ "loss": 0.0068,
1756
+ "step": 2910
1757
+ },
1758
+ {
1759
+ "grad_norm": 0.15185710787773132,
1760
+ "learning_rate": 4.220229403756297e-06,
1761
+ "loss": 0.0082,
1762
+ "step": 2920
1763
+ },
1764
+ {
1765
+ "grad_norm": 0.19393396377563477,
1766
+ "learning_rate": 4.188221737276042e-06,
1767
+ "loss": 0.0095,
1768
+ "step": 2930
1769
+ },
1770
+ {
1771
+ "grad_norm": 0.17481210827827454,
1772
+ "learning_rate": 4.156248201722386e-06,
1773
+ "loss": 0.0094,
1774
+ "step": 2940
1775
+ },
1776
+ {
1777
+ "grad_norm": 0.13892525434494019,
1778
+ "learning_rate": 4.124310141411193e-06,
1779
+ "loss": 0.0073,
1780
+ "step": 2950
1781
+ },
1782
+ {
1783
+ "grad_norm": 0.1696680784225464,
1784
+ "learning_rate": 4.09240889916678e-06,
1785
+ "loss": 0.0078,
1786
+ "step": 2960
1787
+ },
1788
+ {
1789
+ "grad_norm": 0.14912737905979156,
1790
+ "learning_rate": 4.060545816265462e-06,
1791
+ "loss": 0.0067,
1792
+ "step": 2970
1793
+ },
1794
+ {
1795
+ "grad_norm": 0.15833738446235657,
1796
+ "learning_rate": 4.028722232379163e-06,
1797
+ "loss": 0.0069,
1798
+ "step": 2980
1799
+ },
1800
+ {
1801
+ "grad_norm": 0.2037075161933899,
1802
+ "learning_rate": 3.996939485519077e-06,
1803
+ "loss": 0.0076,
1804
+ "step": 2990
1805
+ },
1806
+ {
1807
+ "grad_norm": 0.13205622136592865,
1808
+ "learning_rate": 3.9651989119794265e-06,
1809
+ "loss": 0.0068,
1810
+ "step": 3000
1811
+ },
1812
+ {
1813
+ "grad_norm": 0.16973072290420532,
1814
+ "learning_rate": 3.9335018462812664e-06,
1815
+ "loss": 0.007,
1816
+ "step": 3010
1817
+ },
1818
+ {
1819
+ "grad_norm": 0.13875490427017212,
1820
+ "learning_rate": 3.901849621116385e-06,
1821
+ "loss": 0.0075,
1822
+ "step": 3020
1823
+ },
1824
+ {
1825
+ "grad_norm": 0.1635066121816635,
1826
+ "learning_rate": 3.870243567291263e-06,
1827
+ "loss": 0.0064,
1828
+ "step": 3030
1829
+ },
1830
+ {
1831
+ "grad_norm": 0.13302381336688995,
1832
+ "learning_rate": 3.838685013671125e-06,
1833
+ "loss": 0.0073,
1834
+ "step": 3040
1835
+ },
1836
+ {
1837
+ "grad_norm": 0.20435571670532227,
1838
+ "learning_rate": 3.807175287124065e-06,
1839
+ "loss": 0.0061,
1840
+ "step": 3050
1841
+ },
1842
+ {
1843
+ "grad_norm": 0.18041419982910156,
1844
+ "learning_rate": 3.775715712465263e-06,
1845
+ "loss": 0.007,
1846
+ "step": 3060
1847
+ },
1848
+ {
1849
+ "grad_norm": 0.1597999930381775,
1850
+ "learning_rate": 3.74430761240128e-06,
1851
+ "loss": 0.0065,
1852
+ "step": 3070
1853
+ },
1854
+ {
1855
+ "grad_norm": 0.17167608439922333,
1856
+ "learning_rate": 3.7129523074744432e-06,
1857
+ "loss": 0.0072,
1858
+ "step": 3080
1859
+ },
1860
+ {
1861
+ "grad_norm": 0.14287324249744415,
1862
+ "learning_rate": 3.681651116007331e-06,
1863
+ "loss": 0.0077,
1864
+ "step": 3090
1865
+ },
1866
+ {
1867
+ "grad_norm": 0.139871746301651,
1868
+ "learning_rate": 3.6504053540473385e-06,
1869
+ "loss": 0.0081,
1870
+ "step": 3100
1871
+ },
1872
+ {
1873
+ "grad_norm": 0.14105159044265747,
1874
+ "learning_rate": 3.619216335311346e-06,
1875
+ "loss": 0.0074,
1876
+ "step": 3110
1877
+ },
1878
+ {
1879
+ "grad_norm": 0.1461724489927292,
1880
+ "learning_rate": 3.588085371130489e-06,
1881
+ "loss": 0.007,
1882
+ "step": 3120
1883
+ },
1884
+ {
1885
+ "grad_norm": 0.1559980809688568,
1886
+ "learning_rate": 3.557013770395015e-06,
1887
+ "loss": 0.0098,
1888
+ "step": 3130
1889
+ },
1890
+ {
1891
+ "grad_norm": 0.14847125113010406,
1892
+ "learning_rate": 3.526002839499262e-06,
1893
+ "loss": 0.0071,
1894
+ "step": 3140
1895
+ },
1896
+ {
1897
+ "grad_norm": 0.15446606278419495,
1898
+ "learning_rate": 3.4950538822867236e-06,
1899
+ "loss": 0.0079,
1900
+ "step": 3150
1901
+ },
1902
+ {
1903
+ "grad_norm": 0.14522752165794373,
1904
+ "learning_rate": 3.464168199995231e-06,
1905
+ "loss": 0.0062,
1906
+ "step": 3160
1907
+ },
1908
+ {
1909
+ "grad_norm": 0.1748635172843933,
1910
+ "learning_rate": 3.433347091202247e-06,
1911
+ "loss": 0.0066,
1912
+ "step": 3170
1913
+ },
1914
+ {
1915
+ "grad_norm": 0.1456315964460373,
1916
+ "learning_rate": 3.40259185177026e-06,
1917
+ "loss": 0.0066,
1918
+ "step": 3180
1919
+ },
1920
+ {
1921
+ "grad_norm": 0.1552278846502304,
1922
+ "learning_rate": 3.37190377479231e-06,
1923
+ "loss": 0.0078,
1924
+ "step": 3190
1925
+ },
1926
+ {
1927
+ "grad_norm": 0.1390221118927002,
1928
+ "learning_rate": 3.3412841505376126e-06,
1929
+ "loss": 0.0072,
1930
+ "step": 3200
1931
+ },
1932
+ {
1933
+ "grad_norm": 0.16480563580989838,
1934
+ "learning_rate": 3.310734266397313e-06,
1935
+ "loss": 0.0077,
1936
+ "step": 3210
1937
+ },
1938
+ {
1939
+ "grad_norm": 0.1649150252342224,
1940
+ "learning_rate": 3.2802554068303595e-06,
1941
+ "loss": 0.0067,
1942
+ "step": 3220
1943
+ },
1944
+ {
1945
+ "grad_norm": 0.1656564325094223,
1946
+ "learning_rate": 3.249848853309498e-06,
1947
+ "loss": 0.006,
1948
+ "step": 3230
1949
+ },
1950
+ {
1951
+ "grad_norm": 0.1461898535490036,
1952
+ "learning_rate": 3.2195158842673925e-06,
1953
+ "loss": 0.0076,
1954
+ "step": 3240
1955
+ },
1956
+ {
1957
+ "grad_norm": 0.18278367817401886,
1958
+ "learning_rate": 3.1892577750428704e-06,
1959
+ "loss": 0.0066,
1960
+ "step": 3250
1961
+ },
1962
+ {
1963
+ "grad_norm": 0.13786573708057404,
1964
+ "learning_rate": 3.15907579782731e-06,
1965
+ "loss": 0.0078,
1966
+ "step": 3260
1967
+ },
1968
+ {
1969
+ "grad_norm": 0.1395377367734909,
1970
+ "learning_rate": 3.1289712216111433e-06,
1971
+ "loss": 0.0076,
1972
+ "step": 3270
1973
+ },
1974
+ {
1975
+ "grad_norm": 0.14700208604335785,
1976
+ "learning_rate": 3.098945312130506e-06,
1977
+ "loss": 0.007,
1978
+ "step": 3280
1979
+ },
1980
+ {
1981
+ "grad_norm": 0.16532808542251587,
1982
+ "learning_rate": 3.0689993318140177e-06,
1983
+ "loss": 0.0099,
1984
+ "step": 3290
1985
+ },
1986
+ {
1987
+ "grad_norm": 0.14524875581264496,
1988
+ "learning_rate": 3.039134539729707e-06,
1989
+ "loss": 0.0067,
1990
+ "step": 3300
1991
+ },
1992
+ {
1993
+ "grad_norm": 0.19263531267642975,
1994
+ "learning_rate": 3.009352191532072e-06,
1995
+ "loss": 0.0071,
1996
+ "step": 3310
1997
+ },
1998
+ {
1999
+ "grad_norm": 0.16276566684246063,
2000
+ "learning_rate": 2.979653539409286e-06,
2001
+ "loss": 0.0084,
2002
+ "step": 3320
2003
+ },
2004
+ {
2005
+ "grad_norm": 0.15228287875652313,
2006
+ "learning_rate": 2.950039832030552e-06,
2007
+ "loss": 0.0067,
2008
+ "step": 3330
2009
+ },
2010
+ {
2011
+ "grad_norm": 0.11593017727136612,
2012
+ "learning_rate": 2.9205123144936e-06,
2013
+ "loss": 0.0073,
2014
+ "step": 3340
2015
+ },
2016
+ {
2017
+ "grad_norm": 0.1520807445049286,
2018
+ "learning_rate": 2.8910722282723404e-06,
2019
+ "loss": 0.0068,
2020
+ "step": 3350
2021
+ },
2022
+ {
2023
+ "grad_norm": 0.16609355807304382,
2024
+ "learning_rate": 2.861720811164662e-06,
2025
+ "loss": 0.0071,
2026
+ "step": 3360
2027
+ },
2028
+ {
2029
+ "grad_norm": 0.1382538378238678,
2030
+ "learning_rate": 2.8324592972404e-06,
2031
+ "loss": 0.0078,
2032
+ "step": 3370
2033
+ },
2034
+ {
2035
+ "grad_norm": 0.1377381682395935,
2036
+ "learning_rate": 2.803288916789434e-06,
2037
+ "loss": 0.0061,
2038
+ "step": 3380
2039
+ },
2040
+ {
2041
+ "grad_norm": 0.18671534955501556,
2042
+ "learning_rate": 2.77421089626997e-06,
2043
+ "loss": 0.0058,
2044
+ "step": 3390
2045
+ },
2046
+ {
2047
+ "grad_norm": 0.19992294907569885,
2048
+ "learning_rate": 2.745226458256984e-06,
2049
+ "loss": 0.0076,
2050
+ "step": 3400
2051
+ },
2052
+ {
2053
+ "grad_norm": 0.11138728260993958,
2054
+ "learning_rate": 2.7163368213907975e-06,
2055
+ "loss": 0.0061,
2056
+ "step": 3410
2057
+ },
2058
+ {
2059
+ "grad_norm": 0.12303023040294647,
2060
+ "learning_rate": 2.6875432003258562e-06,
2061
+ "loss": 0.0058,
2062
+ "step": 3420
2063
+ },
2064
+ {
2065
+ "grad_norm": 0.16506201028823853,
2066
+ "learning_rate": 2.6588468056796534e-06,
2067
+ "loss": 0.0062,
2068
+ "step": 3430
2069
+ },
2070
+ {
2071
+ "grad_norm": 0.1334795504808426,
2072
+ "learning_rate": 2.6302488439818387e-06,
2073
+ "loss": 0.008,
2074
+ "step": 3440
2075
+ },
2076
+ {
2077
+ "grad_norm": 0.14206889271736145,
2078
+ "learning_rate": 2.6017505176234757e-06,
2079
+ "loss": 0.0067,
2080
+ "step": 3450
2081
+ },
2082
+ {
2083
+ "grad_norm": 0.16445602476596832,
2084
+ "learning_rate": 2.5733530248064987e-06,
2085
+ "loss": 0.0093,
2086
+ "step": 3460
2087
+ },
2088
+ {
2089
+ "grad_norm": 0.12602002918720245,
2090
+ "learning_rate": 2.5450575594933347e-06,
2091
+ "loss": 0.0059,
2092
+ "step": 3470
2093
+ },
2094
+ {
2095
+ "grad_norm": 0.15165653824806213,
2096
+ "learning_rate": 2.5168653113567e-06,
2097
+ "loss": 0.0081,
2098
+ "step": 3480
2099
+ },
2100
+ {
2101
+ "grad_norm": 0.1677282303571701,
2102
+ "learning_rate": 2.4887774657295784e-06,
2103
+ "loss": 0.0076,
2104
+ "step": 3490
2105
+ },
2106
+ {
2107
+ "grad_norm": 0.16380077600479126,
2108
+ "learning_rate": 2.4607952035553867e-06,
2109
+ "loss": 0.0071,
2110
+ "step": 3500
2111
+ },
2112
+ {
2113
+ "grad_norm": 0.10524740815162659,
2114
+ "learning_rate": 2.432919701338331e-06,
2115
+ "loss": 0.0061,
2116
+ "step": 3510
2117
+ },
2118
+ {
2119
+ "grad_norm": 0.1022457480430603,
2120
+ "learning_rate": 2.4051521310939258e-06,
2121
+ "loss": 0.0078,
2122
+ "step": 3520
2123
+ },
2124
+ {
2125
+ "grad_norm": 0.11600089073181152,
2126
+ "learning_rate": 2.3774936602997247e-06,
2127
+ "loss": 0.0086,
2128
+ "step": 3530
2129
+ },
2130
+ {
2131
+ "grad_norm": 0.14939579367637634,
2132
+ "learning_rate": 2.3499454518462397e-06,
2133
+ "loss": 0.0066,
2134
+ "step": 3540
2135
+ },
2136
+ {
2137
+ "grad_norm": 0.11456549167633057,
2138
+ "learning_rate": 2.322508663988037e-06,
2139
+ "loss": 0.0066,
2140
+ "step": 3550
2141
+ },
2142
+ {
2143
+ "grad_norm": 0.1360103040933609,
2144
+ "learning_rate": 2.295184450295042e-06,
2145
+ "loss": 0.0072,
2146
+ "step": 3560
2147
+ },
2148
+ {
2149
+ "grad_norm": 0.14279311895370483,
2150
+ "learning_rate": 2.267973959604046e-06,
2151
+ "loss": 0.0068,
2152
+ "step": 3570
2153
+ },
2154
+ {
2155
+ "grad_norm": 0.1670876443386078,
2156
+ "learning_rate": 2.2408783359703955e-06,
2157
+ "loss": 0.0085,
2158
+ "step": 3580
2159
+ },
2160
+ {
2161
+ "grad_norm": 0.1801007091999054,
2162
+ "learning_rate": 2.21389871861989e-06,
2163
+ "loss": 0.0073,
2164
+ "step": 3590
2165
+ },
2166
+ {
2167
+ "grad_norm": 0.14070729911327362,
2168
+ "learning_rate": 2.1870362419008844e-06,
2169
+ "loss": 0.0084,
2170
+ "step": 3600
2171
+ },
2172
+ {
2173
+ "grad_norm": 0.15162476897239685,
2174
+ "learning_rate": 2.1602920352366063e-06,
2175
+ "loss": 0.0076,
2176
+ "step": 3610
2177
+ },
2178
+ {
2179
+ "grad_norm": 0.11926225572824478,
2180
+ "learning_rate": 2.1336672230776524e-06,
2181
+ "loss": 0.0064,
2182
+ "step": 3620
2183
+ },
2184
+ {
2185
+ "grad_norm": 0.16676262021064758,
2186
+ "learning_rate": 2.1071629248547224e-06,
2187
+ "loss": 0.0062,
2188
+ "step": 3630
2189
+ },
2190
+ {
2191
+ "grad_norm": 0.16389648616313934,
2192
+ "learning_rate": 2.0807802549315543e-06,
2193
+ "loss": 0.0061,
2194
+ "step": 3640
2195
+ },
2196
+ {
2197
+ "grad_norm": 0.12687431275844574,
2198
+ "learning_rate": 2.0545203225580658e-06,
2199
+ "loss": 0.0066,
2200
+ "step": 3650
2201
+ },
2202
+ {
2203
+ "grad_norm": 0.12443643063306808,
2204
+ "learning_rate": 2.0283842318237163e-06,
2205
+ "loss": 0.0077,
2206
+ "step": 3660
2207
+ },
2208
+ {
2209
+ "grad_norm": 0.10805920511484146,
2210
+ "learning_rate": 2.0023730816110874e-06,
2211
+ "loss": 0.0073,
2212
+ "step": 3670
2213
+ },
2214
+ {
2215
+ "grad_norm": 0.12088032811880112,
2216
+ "learning_rate": 1.9764879655496866e-06,
2217
+ "loss": 0.0059,
2218
+ "step": 3680
2219
+ },
2220
+ {
2221
+ "grad_norm": 0.1416546106338501,
2222
+ "learning_rate": 1.950729971969955e-06,
2223
+ "loss": 0.0065,
2224
+ "step": 3690
2225
+ },
2226
+ {
2227
+ "grad_norm": 0.13376402854919434,
2228
+ "learning_rate": 1.9251001838575157e-06,
2229
+ "loss": 0.0079,
2230
+ "step": 3700
2231
+ },
2232
+ {
2233
+ "grad_norm": 0.1173543706536293,
2234
+ "learning_rate": 1.8995996788076416e-06,
2235
+ "loss": 0.0065,
2236
+ "step": 3710
2237
+ },
2238
+ {
2239
+ "grad_norm": 0.12067501991987228,
2240
+ "learning_rate": 1.87422952897994e-06,
2241
+ "loss": 0.0076,
2242
+ "step": 3720
2243
+ },
2244
+ {
2245
+ "grad_norm": 0.15002977848052979,
2246
+ "learning_rate": 1.848990801053287e-06,
2247
+ "loss": 0.0063,
2248
+ "step": 3730
2249
+ },
2250
+ {
2251
+ "grad_norm": 0.12534640729427338,
2252
+ "learning_rate": 1.8238845561809643e-06,
2253
+ "loss": 0.0066,
2254
+ "step": 3740
2255
+ },
2256
+ {
2257
+ "grad_norm": 0.12740376591682434,
2258
+ "learning_rate": 1.7989118499460578e-06,
2259
+ "loss": 0.0072,
2260
+ "step": 3750
2261
+ },
2262
+ {
2263
+ "grad_norm": 0.13258518278598785,
2264
+ "learning_rate": 1.7740737323170638e-06,
2265
+ "loss": 0.007,
2266
+ "step": 3760
2267
+ },
2268
+ {
2269
+ "grad_norm": 0.13504824042320251,
2270
+ "learning_rate": 1.74937124760375e-06,
2271
+ "loss": 0.0066,
2272
+ "step": 3770
2273
+ },
2274
+ {
2275
+ "grad_norm": 0.15698139369487762,
2276
+ "learning_rate": 1.7248054344132498e-06,
2277
+ "loss": 0.0062,
2278
+ "step": 3780
2279
+ },
2280
+ {
2281
+ "grad_norm": 0.17561963200569153,
2282
+ "learning_rate": 1.7003773256063882e-06,
2283
+ "loss": 0.0078,
2284
+ "step": 3790
2285
+ },
2286
+ {
2287
+ "grad_norm": 0.1436198353767395,
2288
+ "learning_rate": 1.676087948254258e-06,
2289
+ "loss": 0.0068,
2290
+ "step": 3800
2291
+ },
2292
+ {
2293
+ "grad_norm": 0.11799685657024384,
2294
+ "learning_rate": 1.6519383235950404e-06,
2295
+ "loss": 0.0056,
2296
+ "step": 3810
2297
+ },
2298
+ {
2299
+ "grad_norm": 0.12107376754283905,
2300
+ "learning_rate": 1.6279294669910657e-06,
2301
+ "loss": 0.0064,
2302
+ "step": 3820
2303
+ },
2304
+ {
2305
+ "grad_norm": 0.09828881174325943,
2306
+ "learning_rate": 1.6040623878861166e-06,
2307
+ "loss": 0.0067,
2308
+ "step": 3830
2309
+ },
2310
+ {
2311
+ "grad_norm": 0.13736337423324585,
2312
+ "learning_rate": 1.5803380897629939e-06,
2313
+ "loss": 0.0063,
2314
+ "step": 3840
2315
+ },
2316
+ {
2317
+ "grad_norm": 0.1294400840997696,
2318
+ "learning_rate": 1.556757570101326e-06,
2319
+ "loss": 0.0068,
2320
+ "step": 3850
2321
+ },
2322
+ {
2323
+ "grad_norm": 0.14466823637485504,
2324
+ "learning_rate": 1.5333218203356243e-06,
2325
+ "loss": 0.0069,
2326
+ "step": 3860
2327
+ },
2328
+ {
2329
+ "grad_norm": 0.16395831108093262,
2330
+ "learning_rate": 1.5100318258135994e-06,
2331
+ "loss": 0.0072,
2332
+ "step": 3870
2333
+ },
2334
+ {
2335
+ "grad_norm": 0.15692344307899475,
2336
+ "learning_rate": 1.4868885657547415e-06,
2337
+ "loss": 0.0068,
2338
+ "step": 3880
2339
+ },
2340
+ {
2341
+ "grad_norm": 0.12216168642044067,
2342
+ "learning_rate": 1.4638930132091367e-06,
2343
+ "loss": 0.0061,
2344
+ "step": 3890
2345
+ },
2346
+ {
2347
+ "grad_norm": 0.11609058827161789,
2348
+ "learning_rate": 1.441046135016566e-06,
2349
+ "loss": 0.007,
2350
+ "step": 3900
2351
+ },
2352
+ {
2353
+ "grad_norm": 0.13286003470420837,
2354
+ "learning_rate": 1.4183488917658462e-06,
2355
+ "loss": 0.0085,
2356
+ "step": 3910
2357
+ },
2358
+ {
2359
+ "grad_norm": 0.1258145123720169,
2360
+ "learning_rate": 1.3958022377544506e-06,
2361
+ "loss": 0.0092,
2362
+ "step": 3920
2363
+ },
2364
+ {
2365
+ "grad_norm": 0.10750820487737656,
2366
+ "learning_rate": 1.373407120948379e-06,
2367
+ "loss": 0.0057,
2368
+ "step": 3930
2369
+ },
2370
+ {
2371
+ "grad_norm": 0.17419536411762238,
2372
+ "learning_rate": 1.3511644829423032e-06,
2373
+ "loss": 0.0068,
2374
+ "step": 3940
2375
+ },
2376
+ {
2377
+ "grad_norm": 0.13771472871303558,
2378
+ "learning_rate": 1.3290752589199823e-06,
2379
+ "loss": 0.0066,
2380
+ "step": 3950
2381
+ },
2382
+ {
2383
+ "grad_norm": 0.12734024226665497,
2384
+ "learning_rate": 1.3071403776149349e-06,
2385
+ "loss": 0.0071,
2386
+ "step": 3960
2387
+ },
2388
+ {
2389
+ "grad_norm": 0.1549912691116333,
2390
+ "learning_rate": 1.2853607612713964e-06,
2391
+ "loss": 0.0065,
2392
+ "step": 3970
2393
+ },
2394
+ {
2395
+ "grad_norm": 0.15657474100589752,
2396
+ "learning_rate": 1.2637373256055445e-06,
2397
+ "loss": 0.0109,
2398
+ "step": 3980
2399
+ },
2400
+ {
2401
+ "grad_norm": 0.16338898241519928,
2402
+ "learning_rate": 1.2422709797669962e-06,
2403
+ "loss": 0.0102,
2404
+ "step": 3990
2405
+ },
2406
+ {
2407
+ "grad_norm": 0.08695633709430695,
2408
+ "learning_rate": 1.2209626263005802e-06,
2409
+ "loss": 0.0071,
2410
+ "step": 4000
2411
+ },
2412
+ {
2413
+ "grad_norm": 0.10149053484201431,
2414
+ "learning_rate": 1.1998131611083918e-06,
2415
+ "loss": 0.007,
2416
+ "step": 4010
2417
+ },
2418
+ {
2419
+ "grad_norm": 0.1059093326330185,
2420
+ "learning_rate": 1.1788234734121313e-06,
2421
+ "loss": 0.0063,
2422
+ "step": 4020
2423
+ },
2424
+ {
2425
+ "grad_norm": 0.14522817730903625,
2426
+ "learning_rate": 1.157994445715706e-06,
2427
+ "loss": 0.0059,
2428
+ "step": 4030
2429
+ },
2430
+ {
2431
+ "grad_norm": 0.1221671774983406,
2432
+ "learning_rate": 1.1373269537681313e-06,
2433
+ "loss": 0.0062,
2434
+ "step": 4040
2435
+ },
2436
+ {
2437
+ "grad_norm": 0.13036932051181793,
2438
+ "learning_rate": 1.1168218665267138e-06,
2439
+ "loss": 0.0057,
2440
+ "step": 4050
2441
+ },
2442
+ {
2443
+ "grad_norm": 0.11792612820863724,
2444
+ "learning_rate": 1.0964800461205076e-06,
2445
+ "loss": 0.0069,
2446
+ "step": 4060
2447
+ },
2448
+ {
2449
+ "grad_norm": 0.12819325923919678,
2450
+ "learning_rate": 1.076302347814076e-06,
2451
+ "loss": 0.0067,
2452
+ "step": 4070
2453
+ },
2454
+ {
2455
+ "grad_norm": 0.09360143542289734,
2456
+ "learning_rate": 1.0562896199715217e-06,
2457
+ "loss": 0.0061,
2458
+ "step": 4080
2459
+ },
2460
+ {
2461
+ "grad_norm": 0.1111515462398529,
2462
+ "learning_rate": 1.0364427040208292e-06,
2463
+ "loss": 0.0071,
2464
+ "step": 4090
2465
+ },
2466
+ {
2467
+ "grad_norm": 0.13106010854244232,
2468
+ "learning_rate": 1.0167624344184763e-06,
2469
+ "loss": 0.0067,
2470
+ "step": 4100
2471
+ },
2472
+ {
2473
+ "grad_norm": 0.1395925134420395,
2474
+ "learning_rate": 9.97249638614356e-07,
2475
+ "loss": 0.0076,
2476
+ "step": 4110
2477
+ },
2478
+ {
2479
+ "grad_norm": 0.16179732978343964,
2480
+ "learning_rate": 9.77905137016989e-07,
2481
+ "loss": 0.0066,
2482
+ "step": 4120
2483
+ },
2484
+ {
2485
+ "grad_norm": 0.10920640081167221,
2486
+ "learning_rate": 9.58729742959022e-07,
2487
+ "loss": 0.0061,
2488
+ "step": 4130
2489
+ },
2490
+ {
2491
+ "grad_norm": 0.1252516806125641,
2492
+ "learning_rate": 9.39724262663036e-07,
2493
+ "loss": 0.0088,
2494
+ "step": 4140
2495
+ },
2496
+ {
2497
+ "grad_norm": 0.11075793206691742,
2498
+ "learning_rate": 9.208894952076508e-07,
2499
+ "loss": 0.0061,
2500
+ "step": 4150
2501
+ },
2502
+ {
2503
+ "grad_norm": 0.13468174636363983,
2504
+ "learning_rate": 9.022262324939263e-07,
2505
+ "loss": 0.0083,
2506
+ "step": 4160
2507
+ },
2508
+ {
2509
+ "grad_norm": 0.13226717710494995,
2510
+ "learning_rate": 8.837352592120646e-07,
2511
+ "loss": 0.0066,
2512
+ "step": 4170
2513
+ },
2514
+ {
2515
+ "grad_norm": 0.12911997735500336,
2516
+ "learning_rate": 8.654173528084192e-07,
2517
+ "loss": 0.0066,
2518
+ "step": 4180
2519
+ },
2520
+ {
2521
+ "grad_norm": 0.09684129804372787,
2522
+ "learning_rate": 8.472732834528142e-07,
2523
+ "loss": 0.0058,
2524
+ "step": 4190
2525
+ },
2526
+ {
2527
+ "grad_norm": 0.09637130796909332,
2528
+ "learning_rate": 8.293038140061516e-07,
2529
+ "loss": 0.0059,
2530
+ "step": 4200
2531
+ },
2532
+ {
2533
+ "grad_norm": 0.11158633977174759,
2534
+ "learning_rate": 8.115096999883437e-07,
2535
+ "loss": 0.006,
2536
+ "step": 4210
2537
+ },
2538
+ {
2539
+ "grad_norm": 0.14508719742298126,
2540
+ "learning_rate": 7.938916895465504e-07,
2541
+ "loss": 0.0059,
2542
+ "step": 4220
2543
+ },
2544
+ {
2545
+ "grad_norm": 0.12734860181808472,
2546
+ "learning_rate": 7.76450523423714e-07,
2547
+ "loss": 0.0056,
2548
+ "step": 4230
2549
+ },
2550
+ {
2551
+ "grad_norm": 0.13412269949913025,
2552
+ "learning_rate": 7.591869349274267e-07,
2553
+ "loss": 0.0087,
2554
+ "step": 4240
2555
+ },
2556
+ {
2557
+ "grad_norm": 0.13277405500411987,
2558
+ "learning_rate": 7.421016498990874e-07,
2559
+ "loss": 0.0074,
2560
+ "step": 4250
2561
+ },
2562
+ {
2563
+ "grad_norm": 0.13285693526268005,
2564
+ "learning_rate": 7.251953866833939e-07,
2565
+ "loss": 0.0066,
2566
+ "step": 4260
2567
+ },
2568
+ {
2569
+ "grad_norm": 0.12012125551700592,
2570
+ "learning_rate": 7.084688560981329e-07,
2571
+ "loss": 0.0057,
2572
+ "step": 4270
2573
+ },
2574
+ {
2575
+ "grad_norm": 0.120536208152771,
2576
+ "learning_rate": 6.919227614042967e-07,
2577
+ "loss": 0.0065,
2578
+ "step": 4280
2579
+ },
2580
+ {
2581
+ "grad_norm": 0.11661861836910248,
2582
+ "learning_rate": 6.755577982765199e-07,
2583
+ "loss": 0.0068,
2584
+ "step": 4290
2585
+ },
2586
+ {
2587
+ "grad_norm": 0.10155164450407028,
2588
+ "learning_rate": 6.593746547738195e-07,
2589
+ "loss": 0.0065,
2590
+ "step": 4300
2591
+ },
2592
+ {
2593
+ "grad_norm": 0.1063469871878624,
2594
+ "learning_rate": 6.433740113106723e-07,
2595
+ "loss": 0.007,
2596
+ "step": 4310
2597
+ },
2598
+ {
2599
+ "grad_norm": 0.08735958486795425,
2600
+ "learning_rate": 6.275565406284101e-07,
2601
+ "loss": 0.0057,
2602
+ "step": 4320
2603
+ },
2604
+ {
2605
+ "grad_norm": 0.14039689302444458,
2606
+ "learning_rate": 6.119229077669286e-07,
2607
+ "loss": 0.0072,
2608
+ "step": 4330
2609
+ },
2610
+ {
2611
+ "grad_norm": 0.12924741208553314,
2612
+ "learning_rate": 5.964737700367268e-07,
2613
+ "loss": 0.0074,
2614
+ "step": 4340
2615
+ },
2616
+ {
2617
+ "grad_norm": 0.12861283123493195,
2618
+ "learning_rate": 5.812097769912712e-07,
2619
+ "loss": 0.0066,
2620
+ "step": 4350
2621
+ },
2622
+ {
2623
+ "grad_norm": 0.1571611911058426,
2624
+ "learning_rate": 5.661315703996905e-07,
2625
+ "loss": 0.0058,
2626
+ "step": 4360
2627
+ },
2628
+ {
2629
+ "grad_norm": 0.12121699750423431,
2630
+ "learning_rate": 5.512397842197847e-07,
2631
+ "loss": 0.0072,
2632
+ "step": 4370
2633
+ },
2634
+ {
2635
+ "grad_norm": 0.13491298258304596,
2636
+ "learning_rate": 5.365350445713757e-07,
2637
+ "loss": 0.0072,
2638
+ "step": 4380
2639
+ },
2640
+ {
2641
+ "grad_norm": 0.1281762421131134,
2642
+ "learning_rate": 5.220179697099792e-07,
2643
+ "loss": 0.0071,
2644
+ "step": 4390
2645
+ },
2646
+ {
2647
+ "grad_norm": 0.1719849705696106,
2648
+ "learning_rate": 5.076891700008147e-07,
2649
+ "loss": 0.0072,
2650
+ "step": 4400
2651
+ },
2652
+ {
2653
+ "grad_norm": 0.1799411177635193,
2654
+ "learning_rate": 4.935492478931397e-07,
2655
+ "loss": 0.0076,
2656
+ "step": 4410
2657
+ },
2658
+ {
2659
+ "grad_norm": 0.1129179447889328,
2660
+ "learning_rate": 4.795987978949185e-07,
2661
+ "loss": 0.0058,
2662
+ "step": 4420
2663
+ },
2664
+ {
2665
+ "grad_norm": 0.11943493783473969,
2666
+ "learning_rate": 4.658384065478316e-07,
2667
+ "loss": 0.007,
2668
+ "step": 4430
2669
+ },
2670
+ {
2671
+ "grad_norm": 0.12416908144950867,
2672
+ "learning_rate": 4.5226865240260873e-07,
2673
+ "loss": 0.0058,
2674
+ "step": 4440
2675
+ },
2676
+ {
2677
+ "grad_norm": 0.13244906067848206,
2678
+ "learning_rate": 4.3889010599470763e-07,
2679
+ "loss": 0.0075,
2680
+ "step": 4450
2681
+ },
2682
+ {
2683
+ "grad_norm": 0.10848696529865265,
2684
+ "learning_rate": 4.257033298203239e-07,
2685
+ "loss": 0.0059,
2686
+ "step": 4460
2687
+ },
2688
+ {
2689
+ "grad_norm": 0.20124682784080505,
2690
+ "learning_rate": 4.127088783127453e-07,
2691
+ "loss": 0.0056,
2692
+ "step": 4470
2693
+ },
2694
+ {
2695
+ "grad_norm": 0.11687291413545609,
2696
+ "learning_rate": 3.9990729781903494e-07,
2697
+ "loss": 0.0079,
2698
+ "step": 4480
2699
+ },
2700
+ {
2701
+ "grad_norm": 0.12525412440299988,
2702
+ "learning_rate": 3.872991265770648e-07,
2703
+ "loss": 0.0074,
2704
+ "step": 4490
2705
+ },
2706
+ {
2707
+ "grad_norm": 0.10826266556978226,
2708
+ "learning_rate": 3.74884894692884e-07,
2709
+ "loss": 0.0078,
2710
+ "step": 4500
2711
+ },
2712
+ {
2713
+ "grad_norm": 0.11437051743268967,
2714
+ "learning_rate": 3.6266512411843035e-07,
2715
+ "loss": 0.0054,
2716
+ "step": 4510
2717
+ },
2718
+ {
2719
+ "grad_norm": 0.11760707944631577,
2720
+ "learning_rate": 3.5064032862958397e-07,
2721
+ "loss": 0.006,
2722
+ "step": 4520
2723
+ },
2724
+ {
2725
+ "grad_norm": 0.0732111856341362,
2726
+ "learning_rate": 3.3881101380456914e-07,
2727
+ "loss": 0.0072,
2728
+ "step": 4530
2729
+ },
2730
+ {
2731
+ "grad_norm": 0.12257468700408936,
2732
+ "learning_rate": 3.271776770026963e-07,
2733
+ "loss": 0.0069,
2734
+ "step": 4540
2735
+ },
2736
+ {
2737
+ "grad_norm": 0.12124118953943253,
2738
+ "learning_rate": 3.1574080734344757e-07,
2739
+ "loss": 0.0067,
2740
+ "step": 4550
2741
+ },
2742
+ {
2743
+ "grad_norm": 0.1068987175822258,
2744
+ "learning_rate": 3.0450088568591605e-07,
2745
+ "loss": 0.0069,
2746
+ "step": 4560
2747
+ },
2748
+ {
2749
+ "grad_norm": 0.12387272715568542,
2750
+ "learning_rate": 2.9345838460858533e-07,
2751
+ "loss": 0.0053,
2752
+ "step": 4570
2753
+ },
2754
+ {
2755
+ "grad_norm": 0.11325720697641373,
2756
+ "learning_rate": 2.826137683894642e-07,
2757
+ "loss": 0.0067,
2758
+ "step": 4580
2759
+ },
2760
+ {
2761
+ "grad_norm": 0.12657305598258972,
2762
+ "learning_rate": 2.719674929865607e-07,
2763
+ "loss": 0.0067,
2764
+ "step": 4590
2765
+ },
2766
+ {
2767
+ "grad_norm": 0.11092711985111237,
2768
+ "learning_rate": 2.6152000601871286e-07,
2769
+ "loss": 0.0067,
2770
+ "step": 4600
2771
+ },
2772
+ {
2773
+ "grad_norm": 0.10603311657905579,
2774
+ "learning_rate": 2.5127174674677514e-07,
2775
+ "loss": 0.0071,
2776
+ "step": 4610
2777
+ },
2778
+ {
2779
+ "grad_norm": 0.10764645040035248,
2780
+ "learning_rate": 2.4122314605513953e-07,
2781
+ "loss": 0.006,
2782
+ "step": 4620
2783
+ },
2784
+ {
2785
+ "grad_norm": 0.13234812021255493,
2786
+ "learning_rate": 2.3137462643362696e-07,
2787
+ "loss": 0.0063,
2788
+ "step": 4630
2789
+ },
2790
+ {
2791
+ "grad_norm": 0.1111011803150177,
2792
+ "learning_rate": 2.2172660195972252e-07,
2793
+ "loss": 0.0057,
2794
+ "step": 4640
2795
+ },
2796
+ {
2797
+ "grad_norm": 0.13392621278762817,
2798
+ "learning_rate": 2.1227947828116158e-07,
2799
+ "loss": 0.0071,
2800
+ "step": 4650
2801
+ },
2802
+ {
2803
+ "grad_norm": 0.10567551851272583,
2804
+ "learning_rate": 2.030336525988802e-07,
2805
+ "loss": 0.0065,
2806
+ "step": 4660
2807
+ },
2808
+ {
2809
+ "grad_norm": 0.13264816999435425,
2810
+ "learning_rate": 1.9398951365030948e-07,
2811
+ "loss": 0.0069,
2812
+ "step": 4670
2813
+ },
2814
+ {
2815
+ "grad_norm": 0.12655635178089142,
2816
+ "learning_rate": 1.8514744169303767e-07,
2817
+ "loss": 0.0075,
2818
+ "step": 4680
2819
+ },
2820
+ {
2821
+ "grad_norm": 0.1307709515094757,
2822
+ "learning_rate": 1.7650780848881498e-07,
2823
+ "loss": 0.0091,
2824
+ "step": 4690
2825
+ },
2826
+ {
2827
+ "grad_norm": 0.11376588046550751,
2828
+ "learning_rate": 1.6807097728792743e-07,
2829
+ "loss": 0.0063,
2830
+ "step": 4700
2831
+ },
2832
+ {
2833
+ "grad_norm": 0.10045772045850754,
2834
+ "learning_rate": 1.5983730281392663e-07,
2835
+ "loss": 0.0064,
2836
+ "step": 4710
2837
+ },
2838
+ {
2839
+ "grad_norm": 0.13652394711971283,
2840
+ "learning_rate": 1.5180713124870793e-07,
2841
+ "loss": 0.0072,
2842
+ "step": 4720
2843
+ },
2844
+ {
2845
+ "grad_norm": 0.14289340376853943,
2846
+ "learning_rate": 1.4398080021796158e-07,
2847
+ "loss": 0.0068,
2848
+ "step": 4730
2849
+ },
2850
+ {
2851
+ "grad_norm": 0.10488095879554749,
2852
+ "learning_rate": 1.363586387769761e-07,
2853
+ "loss": 0.0064,
2854
+ "step": 4740
2855
+ },
2856
+ {
2857
+ "grad_norm": 0.1261162906885147,
2858
+ "learning_rate": 1.2894096739680227e-07,
2859
+ "loss": 0.0085,
2860
+ "step": 4750
2861
+ },
2862
+ {
2863
+ "grad_norm": 0.11971191316843033,
2864
+ "learning_rate": 1.21728097950779e-07,
2865
+ "loss": 0.0083,
2866
+ "step": 4760
2867
+ },
2868
+ {
2869
+ "grad_norm": 0.1116359531879425,
2870
+ "learning_rate": 1.1472033370142077e-07,
2871
+ "loss": 0.0077,
2872
+ "step": 4770
2873
+ },
2874
+ {
2875
+ "grad_norm": 0.1636156290769577,
2876
+ "learning_rate": 1.0791796928766918e-07,
2877
+ "loss": 0.0073,
2878
+ "step": 4780
2879
+ },
2880
+ {
2881
+ "grad_norm": 0.11276334524154663,
2882
+ "learning_rate": 1.0132129071250108e-07,
2883
+ "loss": 0.0071,
2884
+ "step": 4790
2885
+ },
2886
+ {
2887
+ "grad_norm": 0.12135202437639236,
2888
+ "learning_rate": 9.493057533090655e-08,
2889
+ "loss": 0.0063,
2890
+ "step": 4800
2891
+ },
2892
+ {
2893
+ "grad_norm": 0.12434811890125275,
2894
+ "learning_rate": 8.87460918382288e-08,
2895
+ "loss": 0.0077,
2896
+ "step": 4810
2897
+ },
2898
+ {
2899
+ "grad_norm": 0.10777053236961365,
2900
+ "learning_rate": 8.276810025886207e-08,
2901
+ "loss": 0.0071,
2902
+ "step": 4820
2903
+ },
2904
+ {
2905
+ "grad_norm": 0.10811788588762283,
2906
+ "learning_rate": 7.699685193532369e-08,
2907
+ "loss": 0.0069,
2908
+ "step": 4830
2909
+ },
2910
+ {
2911
+ "grad_norm": 0.14232268929481506,
2912
+ "learning_rate": 7.143258951768484e-08,
2913
+ "loss": 0.0067,
2914
+ "step": 4840
2915
+ },
2916
+ {
2917
+ "grad_norm": 0.09892482310533524,
2918
+ "learning_rate": 6.607554695336749e-08,
2919
+ "loss": 0.0057,
2920
+ "step": 4850
2921
+ },
2922
+ {
2923
+ "grad_norm": 0.1234084963798523,
2924
+ "learning_rate": 6.092594947731012e-08,
2925
+ "loss": 0.008,
2926
+ "step": 4860
2927
+ },
2928
+ {
2929
+ "grad_norm": 0.08348482847213745,
2930
+ "learning_rate": 5.598401360249528e-08,
2931
+ "loss": 0.0063,
2932
+ "step": 4870
2933
+ },
2934
+ {
2935
+ "grad_norm": 0.12474005669355392,
2936
+ "learning_rate": 5.124994711084963e-08,
2937
+ "loss": 0.0062,
2938
+ "step": 4880
2939
+ },
2940
+ {
2941
+ "grad_norm": 0.12006371468305588,
2942
+ "learning_rate": 4.672394904450372e-08,
2943
+ "loss": 0.0063,
2944
+ "step": 4890
2945
+ },
2946
+ {
2947
+ "grad_norm": 0.10794815421104431,
2948
+ "learning_rate": 4.240620969742759e-08,
2949
+ "loss": 0.0063,
2950
+ "step": 4900
2951
+ },
2952
+ {
2953
+ "grad_norm": 0.1214495524764061,
2954
+ "learning_rate": 3.8296910607426576e-08,
2955
+ "loss": 0.0064,
2956
+ "step": 4910
2957
+ },
2958
+ {
2959
+ "grad_norm": 0.09389808028936386,
2960
+ "learning_rate": 3.439622454851188e-08,
2961
+ "loss": 0.0087,
2962
+ "step": 4920
2963
+ },
2964
+ {
2965
+ "grad_norm": 0.12423347681760788,
2966
+ "learning_rate": 3.0704315523631956e-08,
2967
+ "loss": 0.0088,
2968
+ "step": 4930
2969
+ },
2970
+ {
2971
+ "grad_norm": 0.10698903352022171,
2972
+ "learning_rate": 2.722133875778077e-08,
2973
+ "loss": 0.0069,
2974
+ "step": 4940
2975
+ },
2976
+ {
2977
+ "grad_norm": 0.1059388592839241,
2978
+ "learning_rate": 2.394744069147137e-08,
2979
+ "loss": 0.0076,
2980
+ "step": 4950
2981
+ },
2982
+ {
2983
+ "grad_norm": 0.10103761404752731,
2984
+ "learning_rate": 2.0882758974575256e-08,
2985
+ "loss": 0.0085,
2986
+ "step": 4960
2987
+ },
2988
+ {
2989
+ "grad_norm": 0.1073179841041565,
2990
+ "learning_rate": 1.8027422460539234e-08,
2991
+ "loss": 0.0067,
2992
+ "step": 4970
2993
+ },
2994
+ {
2995
+ "grad_norm": 0.11128496378660202,
2996
+ "learning_rate": 1.538155120096585e-08,
2997
+ "loss": 0.0071,
2998
+ "step": 4980
2999
+ },
3000
+ {
3001
+ "grad_norm": 0.14867077767848969,
3002
+ "learning_rate": 1.2945256440564658e-08,
3003
+ "loss": 0.0068,
3004
+ "step": 4990
3005
+ },
3006
+ {
3007
+ "grad_norm": 0.12605531513690948,
3008
+ "learning_rate": 1.0718640612477627e-08,
3009
+ "loss": 0.0071,
3010
+ "step": 5000
3011
+ }
3012
+ ],
3013
+ "logging_steps": 10,
3014
+ "max_steps": 5100,
3015
+ "num_input_tokens_seen": 0,
3016
+ "num_train_epochs": 9223372036854775807,
3017
+ "save_steps": 5000,
3018
+ "stateful_callbacks": {
3019
+ "TrainerControl": {
3020
+ "args": {
3021
+ "should_epoch_stop": false,
3022
+ "should_evaluate": false,
3023
+ "should_log": false,
3024
+ "should_save": true,
3025
+ "should_training_stop": false
3026
+ },
3027
+ "attributes": {}
3028
+ }
3029
+ },
3030
+ "total_flos": 0.0,
3031
+ "train_batch_size": 64,
3032
+ "trial_name": null,
3033
+ "trial_params": null
3034
+ }
checkpoint-5000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50fc1a9ec2db66ad83234576d2aa4a5531ace6eac8a82ae89682aa1091a181f5
3
+ size 5713
checkpoint-5000/wandb_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"project": "finetune-gr00t-n1d6", "run_id": "dual_arm_finetune"}
checkpoint-5100/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-5100/embodiment_id.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }
checkpoint-5100/experiment_cfg/conf.yaml ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:
25
+ brightness: 0.3
26
+ contrast: 0.4
27
+ saturation: 0.5
28
+ hue: 0.08
29
+ use_albumentations_transforms: true
30
+ extra_augmentation_config: null
31
+ formalize_language: true
32
+ apply_sincos_state_encoding: false
33
+ use_relative_action: true
34
+ max_state_dim: 29
35
+ max_action_dim: 29
36
+ action_horizon: 16
37
+ hidden_size: 1024
38
+ input_embedding_dim: 1536
39
+ add_pos_embed: true
40
+ attn_dropout: 0.2
41
+ use_vlln: true
42
+ max_seq_len: 1024
43
+ use_alternate_vl_dit: true
44
+ attend_text_every_n_blocks: 2
45
+ diffusion_model_cfg:
46
+ positional_embeddings: null
47
+ num_layers: 32
48
+ num_attention_heads: 32
49
+ attention_head_dim: 48
50
+ norm_type: ada_norm
51
+ dropout: 0.2
52
+ final_dropout: true
53
+ output_dim: 1024
54
+ interleave_self_attention: true
55
+ num_inference_timesteps: 4
56
+ noise_beta_alpha: 1.5
57
+ noise_beta_beta: 1.0
58
+ noise_s: 0.999
59
+ num_timestep_buckets: 1000
60
+ tune_projector: true
61
+ tune_diffusion_model: true
62
+ tune_vlln: true
63
+ state_dropout_prob: 0.0
64
+ state_additive_noise_scale: 0.0
65
+ max_num_embodiments: 32
66
+ data:
67
+ datasets:
68
+ - dataset_paths:
69
+ - /content/Isaac-GR00T/gubam/upper_body_add_dataset
70
+ embodiment_tag: new_embodiment
71
+ mix_ratio: 1.0
72
+ dataset_type: physical_embodiment
73
+ val_dataset_path: null
74
+ modality_configs:
75
+ new_embodiment:
76
+ video:
77
+ delta_indices:
78
+ - 0
79
+ modality_keys:
80
+ - front
81
+ - left_wrist
82
+ - right_wrist
83
+ sin_cos_embedding_keys: null
84
+ mean_std_embedding_keys: null
85
+ action_configs: null
86
+ state:
87
+ delta_indices:
88
+ - 0
89
+ modality_keys:
90
+ - arm
91
+ - left_hand
92
+ - right_hand
93
+ sin_cos_embedding_keys:
94
+ - arm
95
+ - left_hand
96
+ - right_hand
97
+ mean_std_embedding_keys: null
98
+ action_configs: null
99
+ action:
100
+ delta_indices:
101
+ - 0
102
+ - 1
103
+ - 2
104
+ - 3
105
+ - 4
106
+ - 5
107
+ - 6
108
+ - 7
109
+ - 8
110
+ - 9
111
+ - 10
112
+ - 11
113
+ - 12
114
+ - 13
115
+ - 14
116
+ - 15
117
+ - 16
118
+ - 17
119
+ - 18
120
+ - 19
121
+ - 20
122
+ - 21
123
+ - 22
124
+ - 23
125
+ - 24
126
+ - 25
127
+ - 26
128
+ - 27
129
+ - 28
130
+ - 29
131
+ modality_keys:
132
+ - arm
133
+ - left_hand
134
+ - right_hand
135
+ sin_cos_embedding_keys: null
136
+ mean_std_embedding_keys: null
137
+ action_configs:
138
+ - rep: ABSOLUTE
139
+ type: NON_EEF
140
+ format: DEFAULT
141
+ state_key: null
142
+ - rep: ABSOLUTE
143
+ type: NON_EEF
144
+ format: DEFAULT
145
+ state_key: null
146
+ - rep: ABSOLUTE
147
+ type: NON_EEF
148
+ format: DEFAULT
149
+ state_key: null
150
+ language:
151
+ delta_indices:
152
+ - 0
153
+ modality_keys:
154
+ - annotation.task_description
155
+ sin_cos_embedding_keys: null
156
+ mean_std_embedding_keys: null
157
+ action_configs: null
158
+ download_cache: false
159
+ shard_size: 1024
160
+ episode_sampling_rate: 0.1
161
+ num_shards_per_epoch: 100000
162
+ override_pretraining_statistics: false
163
+ mode: single_turn
164
+ random_chop: 0.0
165
+ mock_dataset_mode: false
166
+ shuffle: true
167
+ seed: 42
168
+ multiprocessing_context: fork
169
+ allow_padding: false
170
+ subsample_ratio: 1.0
171
+ image_crop_size:
172
+ - 244
173
+ - 244
174
+ image_target_size:
175
+ - 224
176
+ - 224
177
+ video_backend: torchcodec
178
+ training:
179
+ output_dir: /tmp/dual_arm_finetune
180
+ experiment_name: null
181
+ max_steps: 5100
182
+ global_batch_size: 64
183
+ batch_size: null
184
+ gradient_accumulation_steps: 1
185
+ learning_rate: 1.0e-05
186
+ lr_scheduler_type: cosine
187
+ weight_decay: 1.0e-05
188
+ warmup_ratio: 0.05
189
+ warmup_steps: 0
190
+ max_grad_norm: 1.0
191
+ optim: adamw_torch
192
+ start_from_checkpoint: /content/Isaac-GR00T/gubam/upper_body-batch32_model/checkpoint-50000
193
+ tf32: true
194
+ fp16: false
195
+ bf16: true
196
+ eval_bf16: true
197
+ logging_steps: 10
198
+ save_steps: 5000
199
+ save_total_limit: 5
200
+ save_vl_model: false
201
+ upload_checkpoints: false
202
+ upload_every: 1000
203
+ upload_last_n_checkpoints: 5
204
+ max_concurrent_uploads: 2
205
+ eval_strategy: 'no'
206
+ eval_steps: 500
207
+ eval_set_split_ratio: 0.1
208
+ eval_batch_size: 2
209
+ save_best_eval_metric_name: ''
210
+ save_best_eval_metric_greater_is_better: true
211
+ deepspeed_stage: 2
212
+ gradient_checkpointing: false
213
+ transformers_trust_remote_code: true
214
+ transformers_local_files_only: false
215
+ transformers_cache_dir: null
216
+ transformers_access_token: null
217
+ use_ddp: false
218
+ ddp_bucket_cap_mb: 100
219
+ num_gpus: 1
220
+ dataloader_num_workers: 4
221
+ remove_unused_columns: false
222
+ use_wandb: true
223
+ wandb_project: finetune-gr00t-n1d6
224
+ enable_profiling: false
225
+ max_retries: 3
226
+ assert_loss_less_than: null
227
+ add_rl_callback: false
228
+ enable_open_loop_eval: false
229
+ open_loop_eval_traj_ids:
230
+ - 0
231
+ open_loop_eval_steps_per_traj: 100
232
+ open_loop_eval_plot_indices: null
233
+ max_steps: 5100
234
+ save_steps: 5000
checkpoint-5100/experiment_cfg/config.yaml ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - /content/Isaac-GR00T/gubam/upper_body_add_dataset
8
+ dataset_type: physical_embodiment
9
+ embodiment_tag: new_embodiment
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
+ new_embodiment:
23
+ action: !!python/object:gr00t.data.types.ModalityConfig
24
+ action_configs:
25
+ - !!python/object:gr00t.data.types.ActionConfig
26
+ format: &id001 !!python/object/apply:gr00t.data.types.ActionFormat
27
+ - default
28
+ rep: &id002 !!python/object/apply:gr00t.data.types.ActionRepresentation
29
+ - absolute
30
+ state_key: null
31
+ type: &id003 !!python/object/apply:gr00t.data.types.ActionType
32
+ - non_eef
33
+ - !!python/object:gr00t.data.types.ActionConfig
34
+ format: *id001
35
+ rep: *id002
36
+ state_key: null
37
+ type: *id003
38
+ - !!python/object:gr00t.data.types.ActionConfig
39
+ format: *id001
40
+ rep: *id002
41
+ state_key: null
42
+ type: *id003
43
+ delta_indices:
44
+ - 0
45
+ - 1
46
+ - 2
47
+ - 3
48
+ - 4
49
+ - 5
50
+ - 6
51
+ - 7
52
+ - 8
53
+ - 9
54
+ - 10
55
+ - 11
56
+ - 12
57
+ - 13
58
+ - 14
59
+ - 15
60
+ - 16
61
+ - 17
62
+ - 18
63
+ - 19
64
+ - 20
65
+ - 21
66
+ - 22
67
+ - 23
68
+ - 24
69
+ - 25
70
+ - 26
71
+ - 27
72
+ - 28
73
+ - 29
74
+ mean_std_embedding_keys: null
75
+ modality_keys:
76
+ - arm
77
+ - left_hand
78
+ - right_hand
79
+ sin_cos_embedding_keys: null
80
+ language: !!python/object:gr00t.data.types.ModalityConfig
81
+ action_configs: null
82
+ delta_indices:
83
+ - 0
84
+ mean_std_embedding_keys: null
85
+ modality_keys:
86
+ - annotation.task_description
87
+ sin_cos_embedding_keys: null
88
+ state: !!python/object:gr00t.data.types.ModalityConfig
89
+ action_configs: null
90
+ delta_indices:
91
+ - 0
92
+ mean_std_embedding_keys: null
93
+ modality_keys:
94
+ - arm
95
+ - left_hand
96
+ - right_hand
97
+ sin_cos_embedding_keys:
98
+ - arm
99
+ - left_hand
100
+ - right_hand
101
+ video: !!python/object:gr00t.data.types.ModalityConfig
102
+ action_configs: null
103
+ delta_indices:
104
+ - 0
105
+ mean_std_embedding_keys: null
106
+ modality_keys:
107
+ - front
108
+ - left_wrist
109
+ - right_wrist
110
+ sin_cos_embedding_keys: null
111
+ mode: single_turn
112
+ multiprocessing_context: fork
113
+ num_shards_per_epoch: 100000
114
+ override_pretraining_statistics: false
115
+ random_chop: 0.0
116
+ seed: 42
117
+ shard_size: 1024
118
+ shuffle: true
119
+ subsample_ratio: 1.0
120
+ video_backend: torchcodec
121
+ load_config_path: null
122
+ model: !!python/object:gr00t.configs.model.gr00t_n1d6.Gr00tN1d6Config
123
+ _attn_implementation_autoset: false
124
+ _attn_implementation_internal: null
125
+ _commit_hash: null
126
+ _name_or_path: ''
127
+ add_cross_attention: false
128
+ architectures: null
129
+ backbone_model_type: eagle
130
+ backbone_trainable_params_fp32: true
131
+ bad_words_ids: null
132
+ begin_suppress_tokens: null
133
+ bos_token_id: null
134
+ chunk_size_feed_forward: 0
135
+ color_jitter_params:
136
+ brightness: 0.3
137
+ contrast: 0.4
138
+ hue: 0.08
139
+ saturation: 0.5
140
+ cross_attention_hidden_size: null
141
+ decoder_start_token_id: null
142
+ diffusion_model_cfg:
143
+ attention_head_dim: 48
144
+ dropout: 0.2
145
+ final_dropout: true
146
+ interleave_self_attention: true
147
+ norm_type: ada_norm
148
+ num_attention_heads: 32
149
+ num_layers: 32
150
+ output_dim: 1024
151
+ positional_embeddings: null
152
+ diversity_penalty: 0.0
153
+ do_sample: false
154
+ eagle_collator: true
155
+ early_stopping: false
156
+ encoder_no_repeat_ngram_size: 0
157
+ eos_token_id: null
158
+ exponential_decay_length_penalty: null
159
+ extra_augmentation_config: null
160
+ finetuning_task: null
161
+ forced_bos_token_id: null
162
+ forced_eos_token_id: null
163
+ id2label:
164
+ 0: LABEL_0
165
+ 1: LABEL_1
166
+ is_decoder: false
167
+ is_encoder_decoder: false
168
+ label2id:
169
+ LABEL_0: 0
170
+ LABEL_1: 1
171
+ length_penalty: 1.0
172
+ load_bf16: false
173
+ max_length: 20
174
+ min_length: 0
175
+ model_name: nvidia/Eagle-Block2A-2B-v2
176
+ no_repeat_ngram_size: 0
177
+ num_beam_groups: 1
178
+ num_beams: 1
179
+ num_return_sequences: 1
180
+ output_attentions: false
181
+ output_hidden_states: false
182
+ output_scores: false
183
+ pad_token_id: null
184
+ prefix: null
185
+ problem_type: null
186
+ pruned_heads: {}
187
+ random_rotation_angle: null
188
+ remove_invalid_values: false
189
+ repetition_penalty: 1.0
190
+ reproject_vision: false
191
+ return_dict: true
192
+ return_dict_in_generate: false
193
+ sep_token_id: null
194
+ state_dropout_prob: 0.0
195
+ suppress_tokens: null
196
+ task_specific_params: null
197
+ temperature: 1.0
198
+ tf_legacy_loss: false
199
+ tie_encoder_decoder: false
200
+ tie_word_embeddings: true
201
+ tokenizer_class: null
202
+ top_k: 50
203
+ top_p: 1.0
204
+ torch_dtype: null
205
+ torchscript: false
206
+ transformers_version: null
207
+ tune_diffusion_model: true
208
+ tune_llm: false
209
+ tune_projector: true
210
+ tune_visual: false
211
+ typical_p: 1.0
212
+ use_bfloat16: false
213
+ use_relative_action: true
214
+ training: !!python/object:gr00t.configs.training.training_config.TrainingConfig
215
+ add_rl_callback: false
216
+ assert_loss_less_than: null
217
+ batch_size: null
218
+ bf16: true
219
+ dataloader_num_workers: 4
220
+ ddp_bucket_cap_mb: 100
221
+ deepspeed_stage: 2
222
+ enable_open_loop_eval: false
223
+ enable_profiling: false
224
+ eval_batch_size: 2
225
+ eval_bf16: true
226
+ eval_set_split_ratio: 0.1
227
+ eval_steps: 500
228
+ eval_strategy: 'no'
229
+ experiment_name: null
230
+ fp16: false
231
+ global_batch_size: 64
232
+ gradient_accumulation_steps: 1
233
+ gradient_checkpointing: false
234
+ learning_rate: 1.0e-05
235
+ logging_steps: 10
236
+ lr_scheduler_type: cosine
237
+ max_concurrent_uploads: 2
238
+ max_grad_norm: 1.0
239
+ max_retries: 3
240
+ max_steps: 5100
241
+ num_gpus: 1
242
+ open_loop_eval_plot_indices: null
243
+ open_loop_eval_steps_per_traj: 100
244
+ open_loop_eval_traj_ids:
245
+ - 0
246
+ optim: adamw_torch
247
+ output_dir: /tmp/dual_arm_finetune
248
+ remove_unused_columns: false
249
+ save_best_eval_metric_greater_is_better: true
250
+ save_best_eval_metric_name: ''
251
+ save_steps: 5000
252
+ save_total_limit: 5
253
+ save_vl_model: false
254
+ start_from_checkpoint: /content/Isaac-GR00T/gubam/upper_body-batch32_model/checkpoint-50000
255
+ tf32: true
256
+ transformers_access_token: null
257
+ transformers_cache_dir: null
258
+ transformers_local_files_only: false
259
+ transformers_trust_remote_code: true
260
+ upload_checkpoints: false
261
+ upload_every: 1000
262
+ upload_last_n_checkpoints: 5
263
+ use_ddp: false
264
+ use_wandb: true
265
+ wandb_project: finetune-gr00t-n1d6
266
+ warmup_ratio: 0.05
267
+ warmup_steps: 0
268
+ weight_decay: 1.0e-05
checkpoint-5100/experiment_cfg/dataset_statistics.json ADDED
@@ -0,0 +1,813 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "state": {
4
+ "arm": {
5
+ "min": [
6
+ -0.0005235987482592463,
7
+ 0.0,
8
+ -0.4864232540130615,
9
+ -0.4447098970413208,
10
+ -0.8208283185958862,
11
+ -0.6750933527946472,
12
+ 0.36337754130363464,
13
+ -0.47630035877227783,
14
+ -0.8415977358818054,
15
+ -0.4583234488964081,
16
+ -0.33772119879722595,
17
+ -0.47734755277633667,
18
+ -0.5846853256225586,
19
+ -0.5482079386711121,
20
+ -1.4379767179489136,
21
+ -0.813323438167572,
22
+ -0.3818780481815338,
23
+ -1.0538297891616821,
24
+ -0.47734755277633667,
25
+ -0.4722861051559448
26
+ ],
27
+ "max": [
28
+ 0.0005235987482592463,
29
+ 0.0,
30
+ 0.5293583869934082,
31
+ 0.2382374405860901,
32
+ 0.5201081037521362,
33
+ 0.5892231464385986,
34
+ 1.6926202774047852,
35
+ 1.000422716140747,
36
+ 0.4858996570110321,
37
+ 1.0732029676437378,
38
+ 0.47630035877227783,
39
+ 0.47542768716812134,
40
+ 0.8211774230003357,
41
+ 0.5625196099281311,
42
+ -0.3389429450035095,
43
+ 0.5386086106300354,
44
+ 0.9058258533477783,
45
+ 0.392873615026474,
46
+ 0.3312634825706482,
47
+ 0.47595128417015076
48
+ ],
49
+ "mean": [
50
+ -2.843332456697562e-08,
51
+ 0.0,
52
+ 0.04128930233021093,
53
+ -0.221451662357936,
54
+ -0.06639403659252403,
55
+ 0.12131941722598617,
56
+ 0.9175510440577057,
57
+ 0.030724322888589263,
58
+ -0.2629377325255677,
59
+ 0.1686701766327624,
60
+ 0.09013574477208074,
61
+ -0.046192870577463074,
62
+ 0.01881697216729,
63
+ -0.12165695997537483,
64
+ -0.8577330771965488,
65
+ -0.045801768942557164,
66
+ 0.2688150785362379,
67
+ -0.12349123272840495,
68
+ -0.07600861855307839,
69
+ 0.1281973000996616
70
+ ],
71
+ "std": [
72
+ 5.10856485583195e-05,
73
+ 0.0,
74
+ 0.3033762871432217,
75
+ 0.09267386861230967,
76
+ 0.2095606882521662,
77
+ 0.1376855769588737,
78
+ 0.1607715960040408,
79
+ 0.1333689824387993,
80
+ 0.16026928411079186,
81
+ 0.29991755154923005,
82
+ 0.14152808208422218,
83
+ 0.16980451708976702,
84
+ 0.2088567939590673,
85
+ 0.12545454786892235,
86
+ 0.15406145848936578,
87
+ 0.15398234809197486,
88
+ 0.1672221923581996,
89
+ 0.2985142533420293,
90
+ 0.1131248141537627,
91
+ 0.17252181456863425
92
+ ],
93
+ "q01": [
94
+ -0.00017274954568198507,
95
+ 3.999578446212126e-16,
96
+ -0.2765509250783746,
97
+ -0.31641578626856104,
98
+ -0.5801407565902797,
99
+ -0.15174146767850558,
100
+ 0.6444943194995721,
101
+ -0.1978505242985889,
102
+ -0.5389287706061245,
103
+ -0.137906716531112,
104
+ -0.1698547737928683,
105
+ -0.36186072700207855,
106
+ -0.2710559156409392,
107
+ -0.3697872143762071,
108
+ -1.1329738172870936,
109
+ -0.43757907136348584,
110
+ -0.06351750033715246,
111
+ -0.6519537964127055,
112
+ -0.3121342946236056,
113
+ -0.21030034832078467
114
+ ],
115
+ "q99": [
116
+ 0.00017207936378406188,
117
+ 3.959582661750006e-14,
118
+ 0.3286201412432682,
119
+ -0.08509000905790608,
120
+ 0.23006200634693946,
121
+ 0.3667467205610703,
122
+ 1.2175143303628473,
123
+ 0.3944342798549604,
124
+ 0.013132961465943534,
125
+ 0.7281476183798095,
126
+ 0.31977956771669874,
127
+ 0.29385965794937036,
128
+ 0.5541954182095977,
129
+ 0.14707851815368564,
130
+ -0.6179030098279925,
131
+ 0.2367871611106831,
132
+ 0.6069229071535587,
133
+ 0.18408478181454807,
134
+ 0.1367810196210736,
135
+ 0.3906081270846639
136
+ ]
137
+ },
138
+ "left_hand": {
139
+ "min": [
140
+ -0.7853981852531433,
141
+ 0.9756390452384949,
142
+ -0.8726646304130554,
143
+ -0.9023352265357971,
144
+ 0.13788101077079773,
145
+ 0.08377580344676971,
146
+ -0.06981316953897476,
147
+ 0.19024088978767395,
148
+ -0.036651913076639175,
149
+ 0.06108652427792549,
150
+ -0.06108652427792549,
151
+ 0.024434609338641167,
152
+ -0.3752457797527313,
153
+ 0.04712389037013054,
154
+ -0.22689279913902283,
155
+ 0.03316125646233559,
156
+ -0.15707963705062866,
157
+ -0.5811946392059326,
158
+ 0.036651913076639175,
159
+ 0.13788101077079773
160
+ ],
161
+ "max": [
162
+ -0.008726646192371845,
163
+ 1.8465583324432373,
164
+ -0.469493567943573,
165
+ 0.04014257341623306,
166
+ 0.4660029113292694,
167
+ 1.3596115112304688,
168
+ 1.329940915107727,
169
+ 1.4084807634353638,
170
+ 0.4747295677661896,
171
+ 1.0070549249649048,
172
+ 1.2496557235717773,
173
+ 1.4556045532226562,
174
+ 0.12915436923503876,
175
+ 1.1274826526641846,
176
+ 0.5270894169807434,
177
+ 1.5550884008407593,
178
+ 0.045378562062978745,
179
+ -0.13788101077079773,
180
+ 1.4730578660964966,
181
+ 0.8011061549186707
182
+ ],
183
+ "mean": [
184
+ -0.12222150779511398,
185
+ 1.3966040234553219,
186
+ -0.6258817058039398,
187
+ -0.05630189529652562,
188
+ 0.39644989985849577,
189
+ 0.6532854981288208,
190
+ -0.0011781255912836023,
191
+ 0.5136038953434855,
192
+ 0.27998613388570825,
193
+ 0.32273304926352714,
194
+ 0.04191783983875712,
195
+ 0.31513791413220305,
196
+ -0.11144168516361615,
197
+ 0.37660703398331125,
198
+ 0.0025261453551414154,
199
+ 0.3628181608021394,
200
+ 0.007607420744427158,
201
+ -0.3291653139031368,
202
+ 0.7075069503205773,
203
+ 0.21662015742749172
204
+ ],
205
+ "std": [
206
+ 0.1712715154644922,
207
+ 0.16279943163310462,
208
+ 0.033639034181354326,
209
+ 0.07835568078958564,
210
+ 0.03284565954760438,
211
+ 0.23452865508830728,
212
+ 0.09102880246929389,
213
+ 0.23538140299156107,
214
+ 0.0670900085305532,
215
+ 0.1492803516215099,
216
+ 0.1267389106982492,
217
+ 0.24008832045318393,
218
+ 0.0719641182419593,
219
+ 0.19035011493420761,
220
+ 0.04624495618873031,
221
+ 0.3553509927486359,
222
+ 0.01501499829077542,
223
+ 0.08541253632636327,
224
+ 0.26416078897686124,
225
+ 0.02449319897665833
226
+ ],
227
+ "q01": [
228
+ -0.5720915137830901,
229
+ 1.2348578051305314,
230
+ -0.6732877555426724,
231
+ -0.2849335315067698,
232
+ 0.35928592300023354,
233
+ 0.39984379386092384,
234
+ -0.033794262615191785,
235
+ 0.3287970835244593,
236
+ 0.17136102396229397,
237
+ 0.14244630768555827,
238
+ 0.0041701807610491255,
239
+ 0.12090352232891868,
240
+ -0.2117702933531925,
241
+ 0.18539731907431944,
242
+ -0.05311975945258608,
243
+ 0.12006670975149757,
244
+ -0.004122088466166756,
245
+ -0.4221323319107303,
246
+ 0.44983777761933214,
247
+ 0.203253643611139
248
+ ],
249
+ "q99": [
250
+ -0.028465892484427515,
251
+ 1.645762553975608,
252
+ -0.5935267256962795,
253
+ -0.015243785067295488,
254
+ 0.4156128322189265,
255
+ 1.136851558022559,
256
+ 0.1891472475628841,
257
+ 1.0540901688606146,
258
+ 0.3535675245147086,
259
+ 0.7125478077293477,
260
+ 0.46155439587582436,
261
+ 0.9322215306685603,
262
+ -0.009035893305096025,
263
+ 0.7626844135662667,
264
+ 0.13579395809288647,
265
+ 1.2227517887723593,
266
+ 0.019306528716748803,
267
+ -0.24041063420290637,
268
+ 1.143976242235104,
269
+ 0.2546739234535696
270
+ ]
271
+ },
272
+ "right_hand": {
273
+ "min": [
274
+ -0.024434609338641167,
275
+ -1.836086392402649,
276
+ 0.36477380990982056,
277
+ -0.07330382615327835,
278
+ -0.5096361637115479,
279
+ 0.06283185631036758,
280
+ -0.09424778074026108,
281
+ 0.04014257341623306,
282
+ -0.5113814473152161,
283
+ 0.06283185631036758,
284
+ -0.2548180818557739,
285
+ 0.024434609338641167,
286
+ -0.31066861748695374,
287
+ 0.04188790172338486,
288
+ -0.18151424825191498,
289
+ 0.03141592815518379,
290
+ -0.04886921867728233,
291
+ -0.06981316953897476,
292
+ 0.03316125646233559,
293
+ 0.13788101077079773
294
+ ],
295
+ "max": [
296
+ 0.6998770236968994,
297
+ -0.938987135887146,
298
+ 0.8377580642700195,
299
+ 0.6998770236968994,
300
+ -0.1431169956922531,
301
+ 1.326450228691101,
302
+ 0.027925267815589905,
303
+ 1.485275149345398,
304
+ -0.06806784123182297,
305
+ 1.0541788339614868,
306
+ 0.2652900516986847,
307
+ 1.2915436029434204,
308
+ 0.22165681421756744,
309
+ 1.2095131874084473,
310
+ 0.513126790523529,
311
+ 1.487020492553711,
312
+ 0.022689281031489372,
313
+ 0.42935100197792053,
314
+ 1.5568337440490723,
315
+ 0.76619952917099
316
+ ],
317
+ "mean": [
318
+ 0.08816448563342519,
319
+ -1.4305433529536102,
320
+ 0.578645255341445,
321
+ 0.021941632227634747,
322
+ -0.40083689621394875,
323
+ 0.735077182450805,
324
+ -0.01783108998620046,
325
+ 0.5237204680173946,
326
+ -0.348280258094124,
327
+ 0.4728802265409043,
328
+ 0.017193361702238563,
329
+ 0.3748669221475336,
330
+ -0.13591952861280548,
331
+ 0.44382927965843816,
332
+ -0.0009804900776921534,
333
+ 0.3479174063584741,
334
+ -0.007329897608201038,
335
+ 0.12747118503775073,
336
+ 0.6162786594898264,
337
+ 0.2204547811111764
338
+ ],
339
+ "std": [
340
+ 0.13694765310212148,
341
+ 0.12315074859848221,
342
+ 0.0357854511605776,
343
+ 0.0532452060079551,
344
+ 0.023514084095220072,
345
+ 0.17629234985194328,
346
+ 0.009778521190822962,
347
+ 0.2835175018116657,
348
+ 0.05568292729365613,
349
+ 0.14915505060647616,
350
+ 0.021714426751252746,
351
+ 0.2299792671426011,
352
+ 0.07059449389913983,
353
+ 0.2051079219500542,
354
+ 0.02841335197296981,
355
+ 0.2770730040560296,
356
+ 0.014649490714033759,
357
+ 0.06238783749787492,
358
+ 0.272894904994439,
359
+ 0.02472495611328632
360
+ ],
361
+ "q01": [
362
+ 0.02790077527489112,
363
+ -1.6656078618621983,
364
+ 0.4975387235089625,
365
+ -0.002370042476722182,
366
+ -0.4268446272191777,
367
+ 0.46946769541179706,
368
+ -0.04092554640186052,
369
+ 0.2869437742823652,
370
+ -0.4256840009657235,
371
+ 0.2125725720180322,
372
+ -0.004661389457321416,
373
+ 0.1550904927771582,
374
+ -0.25616196209248765,
375
+ 0.17160577557547657,
376
+ -0.045354465640235764,
377
+ 0.1390221734078721,
378
+ -0.029433936816207356,
379
+ 0.04174324287054807,
380
+ 0.24785885010676206,
381
+ 0.20467645940528187
382
+ ],
383
+ "q99": [
384
+ 0.503814391936884,
385
+ -1.287682122616682,
386
+ 0.6114188650660137,
387
+ 0.18746920164006517,
388
+ -0.38297028914598796,
389
+ 1.1291206957273252,
390
+ -0.006190629878603358,
391
+ 1.2148143757869503,
392
+ -0.24649936457400756,
393
+ 0.8316546576081064,
394
+ 0.05833284434217001,
395
+ 0.9990665965479901,
396
+ -0.01911978885456781,
397
+ 0.8643738540708377,
398
+ 0.043765914086445784,
399
+ 1.1457988903616767,
400
+ -0.0007666612411197901,
401
+ 0.2410096922928372,
402
+ 1.253633868889829,
403
+ 0.2607454870775056
404
+ ]
405
+ }
406
+ },
407
+ "action": {
408
+ "arm": {
409
+ "min": [
410
+ -0.0005235987482592463,
411
+ 0.0,
412
+ -0.6805852055549622,
413
+ -0.6707534790039062,
414
+ -0.8432638645172119,
415
+ -0.6780225038528442,
416
+ 0.3682241439819336,
417
+ -0.47575700283050537,
418
+ -0.840580940246582,
419
+ -0.45888805389404297,
420
+ -0.3398559093475342,
421
+ -0.49519023299217224,
422
+ -0.5837297439575195,
423
+ -0.547561526298523,
424
+ -1.4356565475463867,
425
+ -0.8090771436691284,
426
+ -0.3829266130924225,
427
+ -1.0541255474090576,
428
+ -0.4938916265964508,
429
+ -0.4953918159008026
430
+ ],
431
+ "max": [
432
+ 0.0005235987482592463,
433
+ 0.0,
434
+ 0.7850000262260437,
435
+ 0.3105030059814453,
436
+ 0.5190412998199463,
437
+ 0.5888825058937073,
438
+ 1.6949412822723389,
439
+ 0.9968501925468445,
440
+ 0.48615992069244385,
441
+ 1.0750824213027954,
442
+ 0.49567899107933044,
443
+ 0.4953647553920746,
444
+ 0.8432040214538574,
445
+ 0.5494381189346313,
446
+ -0.34516602754592896,
447
+ 0.5370867848396301,
448
+ 0.9030985236167908,
449
+ 0.39307066798210144,
450
+ 0.3294752240180969,
451
+ 0.4945836663246155
452
+ ],
453
+ "mean": [
454
+ 9.477770177741978e-09,
455
+ 0.0,
456
+ 0.07413362962782892,
457
+ -0.2336267267152127,
458
+ -0.0667378965699323,
459
+ 0.12162396239588982,
460
+ 0.9178489098431072,
461
+ 0.030752156544595597,
462
+ -0.2630646958055137,
463
+ 0.16930663321706343,
464
+ 0.09004025710741378,
465
+ -0.04621178419643208,
466
+ 0.018967212047537787,
467
+ -0.12179113857849999,
468
+ -0.8580550372713841,
469
+ -0.045839892062842384,
470
+ 0.26915322453706053,
471
+ -0.12354808219079634,
472
+ -0.07601109334149016,
473
+ 0.1286798405876901
474
+ ],
475
+ "std": [
476
+ 5.09992345554069e-05,
477
+ 0.0,
478
+ 0.39578468871559075,
479
+ 0.11469980892464327,
480
+ 0.21022382353701358,
481
+ 0.13728625606184183,
482
+ 0.1604411200411325,
483
+ 0.13299819635142926,
484
+ 0.1599306521701399,
485
+ 0.3000064013202911,
486
+ 0.1416757737961496,
487
+ 0.17069182645621447,
488
+ 0.20910718209322432,
489
+ 0.12493435522378059,
490
+ 0.1534628228979511,
491
+ 0.1535223377453243,
492
+ 0.16673520375226578,
493
+ 0.29835978144285935,
494
+ 0.11276704537833121,
495
+ 0.1737875593811524
496
+ ],
497
+ "q01": [
498
+ -0.00017319157055986585,
499
+ 3.999578446212126e-16,
500
+ -0.428780565386664,
501
+ -0.417275030715649,
502
+ -0.5883125368665216,
503
+ -0.1500269907437471,
504
+ 0.645041395715102,
505
+ -0.19534302900044873,
506
+ -0.5371998371527885,
507
+ -0.1379322429306143,
508
+ -0.16773103927132224,
509
+ -0.36644177629173036,
510
+ -0.26885359624013183,
511
+ -0.3680970545620905,
512
+ -1.1297618552672835,
513
+ -0.43596933080597966,
514
+ -0.060974242641327184,
515
+ -0.6504883752208002,
516
+ -0.3118525019420767,
517
+ -0.21493367975126892
518
+ ],
519
+ "q99": [
520
+ 0.00017239213006040567,
521
+ 3.959582661750006e-14,
522
+ 0.5541324689373434,
523
+ -0.08673735346912086,
524
+ 0.2287248578956877,
525
+ 0.36450297445967395,
526
+ 1.2160577112458195,
527
+ 0.3939756913630384,
528
+ 0.011732781797552784,
529
+ 0.7267747610228817,
530
+ 0.32219061554997336,
531
+ 0.3004178601255807,
532
+ 0.5575038067145037,
533
+ 0.14597294873667377,
534
+ -0.6213128857888612,
535
+ 0.23450249113731494,
536
+ 0.606596684950514,
537
+ 0.18361207433074936,
538
+ 0.13500637486905367,
539
+ 0.3971403931322507
540
+ ]
541
+ },
542
+ "left_hand": {
543
+ "min": [
544
+ -0.7336074113845825,
545
+ 0.9217774271965027,
546
+ -0.9146740436553955,
547
+ -0.9339703321456909,
548
+ 0.11694645881652832,
549
+ 0.029679996892809868,
550
+ 0.0,
551
+ 0.15551835298538208,
552
+ -0.07168204337358475,
553
+ 0.0,
554
+ 0.0,
555
+ 0.0,
556
+ -0.3990485966205597,
557
+ 0.0,
558
+ 0.0,
559
+ 0.0,
560
+ -0.0,
561
+ -0.6108652353286743,
562
+ 0.0,
563
+ 0.18509270250797272
564
+ ],
565
+ "max": [
566
+ 0.0,
567
+ 1.741951584815979,
568
+ -0.5047490000724792,
569
+ 0.0,
570
+ 0.41887903213500977,
571
+ 1.4090887308120728,
572
+ 1.543274164199829,
573
+ 1.5317862033843994,
574
+ 0.5283328294754028,
575
+ 1.0520970821380615,
576
+ 1.5253475904464722,
577
+ 1.5167438983917236,
578
+ 0.16068069636821747,
579
+ 1.2322715520858765,
580
+ 0.7850721478462219,
581
+ 1.5707963705062866,
582
+ -0.0,
583
+ -0.12669461965560913,
584
+ 1.5707963705062866,
585
+ 0.8319923281669617
586
+ ],
587
+ "mean": [
588
+ -0.09650261941142234,
589
+ 1.3673117384974023,
590
+ -0.6391272229159594,
591
+ -0.05759864904251842,
592
+ 0.4172353510549569,
593
+ 0.6607105786681272,
594
+ 0.011386340238652119,
595
+ 0.5108740225047245,
596
+ 0.3000412754796082,
597
+ 0.3120429226073816,
598
+ 0.028046366681120767,
599
+ 0.3116945647006772,
600
+ -0.08462901954550162,
601
+ 0.37748675443414464,
602
+ 0.014842973318174276,
603
+ 0.3622515985025722,
604
+ 0.0,
605
+ -0.3163924540315929,
606
+ 0.7008608317534862,
607
+ 0.21072632105240013
608
+ ],
609
+ "std": [
610
+ 0.17259964684711523,
611
+ 0.16610757625175576,
612
+ 0.04685258214035322,
613
+ 0.11783133599029255,
614
+ 0.014009023187384463,
615
+ 0.2668324248669759,
616
+ 0.09646266913344807,
617
+ 0.25085906444038775,
618
+ 0.07464742456409229,
619
+ 0.17490944481550227,
620
+ 0.14629510521921896,
621
+ 0.2454544866295768,
622
+ 0.07177682438875807,
623
+ 0.25540162051474946,
624
+ 0.0586065407872742,
625
+ 0.3798279737519732,
626
+ 0.0,
627
+ 0.09679965708617615,
628
+ 0.2876151133279087,
629
+ 0.019080126255722748
630
+ ],
631
+ "q01": [
632
+ -0.5464866877339258,
633
+ 1.1989490411929637,
634
+ -0.7764786477082659,
635
+ -0.43624811429406224,
636
+ 0.3878589724455769,
637
+ 0.37329034210552764,
638
+ -6.381920631216842e-11,
639
+ 0.3126393961557256,
640
+ 0.1473258618101206,
641
+ 0.09089502087966067,
642
+ -7.579499878125001e-11,
643
+ 0.1020496854512763,
644
+ -0.21521390735858256,
645
+ 0.1444624972668025,
646
+ 0.0020646456139134053,
647
+ 0.10672790310985288,
648
+ 3.999578446212126e-16,
649
+ -0.43607370717670996,
650
+ 0.42028955283490094,
651
+ 0.19835765254080975
652
+ ],
653
+ "q99": [
654
+ -0.0007159815591317101,
655
+ 1.5961575293534418,
656
+ -0.5915239303124002,
657
+ -0.0012158908608560827,
658
+ 0.4188789305126342,
659
+ 1.2080605180911734,
660
+ 0.20888493789764928,
661
+ 1.098326670692062,
662
+ 0.39803523323770074,
663
+ 0.7713205750325143,
664
+ 0.5340784077801449,
665
+ 0.9497614665193794,
666
+ 0.017205204576984087,
667
+ 0.9676010956648161,
668
+ 0.21360159465353656,
669
+ 1.2733835864714058,
670
+ 3.959582661750006e-14,
671
+ -0.21989442956239433,
672
+ 1.252943243790536,
673
+ 0.2517428359785973
674
+ ]
675
+ },
676
+ "right_hand": {
677
+ "min": [
678
+ 0.0,
679
+ -1.7531272172927856,
680
+ 0.48952826857566833,
681
+ 0.0,
682
+ -0.41887903213500977,
683
+ 0.0,
684
+ 0.0,
685
+ 0.01601002737879753,
686
+ -0.5726425647735596,
687
+ 0.0,
688
+ 0.0,
689
+ 0.0,
690
+ -0.3970211446285248,
691
+ 0.0,
692
+ 0.0,
693
+ 0.0,
694
+ 0.0,
695
+ -0.09923835843801498,
696
+ 0.0,
697
+ 0.20167720317840576
698
+ ],
699
+ "max": [
700
+ 0.6946205496788025,
701
+ -0.8954209089279175,
702
+ 0.8722299933433533,
703
+ 0.8156511187553406,
704
+ -0.07500576227903366,
705
+ 1.3718035221099854,
706
+ 0.0,
707
+ 1.5707963705062866,
708
+ -0.07063322514295578,
709
+ 1.103891134262085,
710
+ 0.507399320602417,
711
+ 1.352795124053955,
712
+ 0.20023861527442932,
713
+ 1.332944631576538,
714
+ 0.5270781517028809,
715
+ 1.5707963705062866,
716
+ 0.0,
717
+ 0.4620639979839325,
718
+ 1.5707963705062866,
719
+ 0.8612241148948669
720
+ ],
721
+ "mean": [
722
+ 0.0595167212368966,
723
+ -1.4157231893072477,
724
+ 0.6134629130795032,
725
+ 0.026633357119544725,
726
+ -0.41851188384231824,
727
+ 0.7392363957435645,
728
+ 0.0,
729
+ 0.5310716104681149,
730
+ -0.3595596364493046,
731
+ 0.46006215785933746,
732
+ 0.001898396592066319,
733
+ 0.37900355313550144,
734
+ -0.15197363324859187,
735
+ 0.4478861131942621,
736
+ 0.00870335842886496,
737
+ 0.36146534626241594,
738
+ 0.0,
739
+ 0.11835483992107314,
740
+ 0.6113625700721507,
741
+ 0.21577307946628677
742
+ ],
743
+ "std": [
744
+ 0.14361436065486174,
745
+ 0.12363108903200437,
746
+ 0.04315714398912161,
747
+ 0.09445659329356695,
748
+ 0.0076785324402896425,
749
+ 0.21727018529028358,
750
+ 0.0,
751
+ 0.29919057402051014,
752
+ 0.05828208472930669,
753
+ 0.16188526979972379,
754
+ 0.02403586062815071,
755
+ 0.2290301431059311,
756
+ 0.07152082970855124,
757
+ 0.27183038272178073,
758
+ 0.023404498462013028,
759
+ 0.29776358627521576,
760
+ 0.0,
761
+ 0.061671938496094605,
762
+ 0.2969845732785786,
763
+ 0.016707382527631
764
+ ],
765
+ "q01": [
766
+ 1.54158366616993e-05,
767
+ -1.634012711071731,
768
+ 0.5586770759360766,
769
+ 0.00027295858046430635,
770
+ -0.41887903213500977,
771
+ 0.4512478583952069,
772
+ 3.999578446212126e-16,
773
+ 0.28248107930041805,
774
+ -0.4475151578273284,
775
+ 0.17072939672543605,
776
+ -3.284071291497061e-11,
777
+ 0.14648778321238454,
778
+ -0.2994424393449362,
779
+ 0.1271534697453124,
780
+ 0.002442608863548664,
781
+ 0.1297727890260858,
782
+ 3.999578446212126e-16,
783
+ 0.01757230961020379,
784
+ 0.21970013860903395,
785
+ 0.20871291526348715
786
+ ],
787
+ "q99": [
788
+ 0.4827442582689844,
789
+ -1.2655222408159381,
790
+ 0.7580892474716966,
791
+ 0.40014769665393674,
792
+ -0.413553767752929,
793
+ 1.2233209428419727,
794
+ 3.959582661750006e-14,
795
+ 1.2799407831476435,
796
+ -0.23965505320178965,
797
+ 0.8683971535266954,
798
+ 0.07559886001299738,
799
+ 1.0102501137405302,
800
+ -0.015127816002341582,
801
+ 1.0768552571807277,
802
+ 0.09066658244716906,
803
+ 1.2521190041625108,
804
+ 3.959582661750006e-14,
805
+ 0.24750053504451736,
806
+ 1.3467850605724583,
807
+ 0.26031287654480184
808
+ ]
809
+ }
810
+ },
811
+ "relative_action": {}
812
+ }
813
+ }
checkpoint-5100/experiment_cfg/final_model_config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "extra_augmentation_config": null,
19
+ "apply_sincos_state_encoding": true,
20
+ "use_relative_action": true,
21
+ "max_state_dim": 128,
22
+ "max_action_dim": 128,
23
+ "action_horizon": 50,
24
+ "hidden_size": 1024,
25
+ "input_embedding_dim": 1536,
26
+ "add_pos_embed": true,
27
+ "attn_dropout": 0.2,
28
+ "use_vlln": true,
29
+ "max_seq_len": 1024,
30
+ "use_alternate_vl_dit": true,
31
+ "attend_text_every_n_blocks": 2,
32
+ "diffusion_model_cfg": {
33
+ "attention_head_dim": 48,
34
+ "dropout": 0.2,
35
+ "final_dropout": true,
36
+ "interleave_self_attention": true,
37
+ "norm_type": "ada_norm",
38
+ "num_attention_heads": 32,
39
+ "num_layers": 32,
40
+ "output_dim": 1024,
41
+ "positional_embeddings": null
42
+ },
43
+ "num_inference_timesteps": 4,
44
+ "noise_beta_alpha": 1.5,
45
+ "noise_beta_beta": 1.0,
46
+ "noise_s": 0.999,
47
+ "num_timestep_buckets": 1000,
48
+ "tune_projector": true,
49
+ "tune_diffusion_model": true,
50
+ "tune_vlln": true,
51
+ "state_dropout_prob": 0.0,
52
+ "state_additive_noise_scale": 0.0,
53
+ "max_num_embodiments": 32
54
+ }
checkpoint-5100/experiment_cfg/final_processor_config.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-5100/model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0e62e1c3e357c0257760bd37c2027403880d7b8eb9b522e1b7c23f8e5dc3942
3
+ size 4990120184
checkpoint-5100/model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cfa68a1afc9acd49aa21754468370e7025c9f57233e2076dabac060ed004aad
3
+ size 4823190320
checkpoint-5100/model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-5100/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0985b3da8cb7258745cd66e375b2c9cc1b1af346595f92dadf5550a31524ace4
3
+ size 12960193762
checkpoint-5100/processor_config.json ADDED
@@ -0,0 +1,482 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "new_embodiment": {
355
+ "video": {
356
+ "delta_indices": [
357
+ 0
358
+ ],
359
+ "modality_keys": [
360
+ "front",
361
+ "left_wrist",
362
+ "right_wrist"
363
+ ],
364
+ "sin_cos_embedding_keys": null,
365
+ "mean_std_embedding_keys": null,
366
+ "action_configs": null
367
+ },
368
+ "state": {
369
+ "delta_indices": [
370
+ 0
371
+ ],
372
+ "modality_keys": [
373
+ "arm",
374
+ "left_hand",
375
+ "right_hand"
376
+ ],
377
+ "sin_cos_embedding_keys": [
378
+ "arm",
379
+ "left_hand",
380
+ "right_hand"
381
+ ],
382
+ "mean_std_embedding_keys": null,
383
+ "action_configs": null
384
+ },
385
+ "action": {
386
+ "delta_indices": [
387
+ 0,
388
+ 1,
389
+ 2,
390
+ 3,
391
+ 4,
392
+ 5,
393
+ 6,
394
+ 7,
395
+ 8,
396
+ 9,
397
+ 10,
398
+ 11,
399
+ 12,
400
+ 13,
401
+ 14,
402
+ 15,
403
+ 16,
404
+ 17,
405
+ 18,
406
+ 19,
407
+ 20,
408
+ 21,
409
+ 22,
410
+ 23,
411
+ 24,
412
+ 25,
413
+ 26,
414
+ 27,
415
+ 28,
416
+ 29
417
+ ],
418
+ "modality_keys": [
419
+ "arm",
420
+ "left_hand",
421
+ "right_hand"
422
+ ],
423
+ "sin_cos_embedding_keys": null,
424
+ "mean_std_embedding_keys": null,
425
+ "action_configs": [
426
+ {
427
+ "rep": "ABSOLUTE",
428
+ "type": "NON_EEF",
429
+ "format": "DEFAULT",
430
+ "state_key": null
431
+ },
432
+ {
433
+ "rep": "ABSOLUTE",
434
+ "type": "NON_EEF",
435
+ "format": "DEFAULT",
436
+ "state_key": null
437
+ },
438
+ {
439
+ "rep": "ABSOLUTE",
440
+ "type": "NON_EEF",
441
+ "format": "DEFAULT",
442
+ "state_key": null
443
+ }
444
+ ]
445
+ },
446
+ "language": {
447
+ "delta_indices": [
448
+ 0
449
+ ],
450
+ "modality_keys": [
451
+ "annotation.task_description"
452
+ ],
453
+ "sin_cos_embedding_keys": null,
454
+ "mean_std_embedding_keys": null,
455
+ "action_configs": null
456
+ }
457
+ }
458
+ },
459
+ "image_crop_size": null,
460
+ "image_target_size": null,
461
+ "use_albumentations": true,
462
+ "random_rotation_angle": null,
463
+ "color_jitter_params": {
464
+ "brightness": 0.3,
465
+ "contrast": 0.4,
466
+ "saturation": 0.5,
467
+ "hue": 0.08
468
+ },
469
+ "shortest_image_edge": 256,
470
+ "crop_fraction": 0.95,
471
+ "model_name": "nvidia/Eagle-Block2A-2B-v2",
472
+ "model_type": "eagle",
473
+ "formalize_language": true,
474
+ "max_state_dim": 128,
475
+ "max_action_dim": 128,
476
+ "max_action_horizon": 50,
477
+ "use_percentiles": false,
478
+ "clip_outliers": true,
479
+ "apply_sincos_state_encoding": true,
480
+ "use_relative_action": true
481
+ }
482
+ }
checkpoint-5100/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:368ac3805786c486846608a900099beaa06a2b8ae94702c893ae4dc60f92d6f5
3
+ size 14645
checkpoint-5100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f92e864d62a8c2a405c9d2a06bce35b96851c5cf8885ccf4171572e74f6fb20
3
+ size 1465
checkpoint-5100/statistics.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-5100/trainer_state.json ADDED
@@ -0,0 +1,3094 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 5100,
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.1950068473815918,
14
+ "learning_rate": 3.529411764705883e-07,
15
+ "loss": 0.0436,
16
+ "step": 10
17
+ },
18
+ {
19
+ "grad_norm": 1.1095563173294067,
20
+ "learning_rate": 7.450980392156863e-07,
21
+ "loss": 0.0417,
22
+ "step": 20
23
+ },
24
+ {
25
+ "grad_norm": 0.48601916432380676,
26
+ "learning_rate": 1.1372549019607845e-06,
27
+ "loss": 0.0381,
28
+ "step": 30
29
+ },
30
+ {
31
+ "grad_norm": 0.4488537907600403,
32
+ "learning_rate": 1.5294117647058826e-06,
33
+ "loss": 0.031,
34
+ "step": 40
35
+ },
36
+ {
37
+ "grad_norm": 0.40884929895401,
38
+ "learning_rate": 1.921568627450981e-06,
39
+ "loss": 0.0297,
40
+ "step": 50
41
+ },
42
+ {
43
+ "grad_norm": 0.41759321093559265,
44
+ "learning_rate": 2.3137254901960787e-06,
45
+ "loss": 0.0296,
46
+ "step": 60
47
+ },
48
+ {
49
+ "grad_norm": 0.5123331546783447,
50
+ "learning_rate": 2.7058823529411766e-06,
51
+ "loss": 0.0286,
52
+ "step": 70
53
+ },
54
+ {
55
+ "grad_norm": 0.40307483077049255,
56
+ "learning_rate": 3.098039215686275e-06,
57
+ "loss": 0.0266,
58
+ "step": 80
59
+ },
60
+ {
61
+ "grad_norm": 0.4061126708984375,
62
+ "learning_rate": 3.4901960784313727e-06,
63
+ "loss": 0.026,
64
+ "step": 90
65
+ },
66
+ {
67
+ "grad_norm": 0.21790510416030884,
68
+ "learning_rate": 3.882352941176471e-06,
69
+ "loss": 0.0218,
70
+ "step": 100
71
+ },
72
+ {
73
+ "grad_norm": 0.38712653517723083,
74
+ "learning_rate": 4.274509803921569e-06,
75
+ "loss": 0.0234,
76
+ "step": 110
77
+ },
78
+ {
79
+ "grad_norm": 0.23677751421928406,
80
+ "learning_rate": 4.666666666666667e-06,
81
+ "loss": 0.0207,
82
+ "step": 120
83
+ },
84
+ {
85
+ "grad_norm": 0.2931284010410309,
86
+ "learning_rate": 5.058823529411765e-06,
87
+ "loss": 0.0204,
88
+ "step": 130
89
+ },
90
+ {
91
+ "grad_norm": 0.3435174822807312,
92
+ "learning_rate": 5.450980392156863e-06,
93
+ "loss": 0.0216,
94
+ "step": 140
95
+ },
96
+ {
97
+ "grad_norm": 0.37916237115859985,
98
+ "learning_rate": 5.843137254901961e-06,
99
+ "loss": 0.0228,
100
+ "step": 150
101
+ },
102
+ {
103
+ "grad_norm": 0.34060993790626526,
104
+ "learning_rate": 6.2352941176470595e-06,
105
+ "loss": 0.0205,
106
+ "step": 160
107
+ },
108
+ {
109
+ "grad_norm": 0.3169363737106323,
110
+ "learning_rate": 6.627450980392157e-06,
111
+ "loss": 0.0193,
112
+ "step": 170
113
+ },
114
+ {
115
+ "grad_norm": 0.29447826743125916,
116
+ "learning_rate": 7.019607843137255e-06,
117
+ "loss": 0.0178,
118
+ "step": 180
119
+ },
120
+ {
121
+ "grad_norm": 0.2534893751144409,
122
+ "learning_rate": 7.4117647058823535e-06,
123
+ "loss": 0.018,
124
+ "step": 190
125
+ },
126
+ {
127
+ "grad_norm": 0.27749115228652954,
128
+ "learning_rate": 7.803921568627452e-06,
129
+ "loss": 0.0179,
130
+ "step": 200
131
+ },
132
+ {
133
+ "grad_norm": 0.2914535105228424,
134
+ "learning_rate": 8.19607843137255e-06,
135
+ "loss": 0.0186,
136
+ "step": 210
137
+ },
138
+ {
139
+ "grad_norm": 0.33141499757766724,
140
+ "learning_rate": 8.588235294117647e-06,
141
+ "loss": 0.0165,
142
+ "step": 220
143
+ },
144
+ {
145
+ "grad_norm": 0.24585478007793427,
146
+ "learning_rate": 8.980392156862746e-06,
147
+ "loss": 0.0164,
148
+ "step": 230
149
+ },
150
+ {
151
+ "grad_norm": 0.25172385573387146,
152
+ "learning_rate": 9.372549019607843e-06,
153
+ "loss": 0.0166,
154
+ "step": 240
155
+ },
156
+ {
157
+ "grad_norm": 0.3581097424030304,
158
+ "learning_rate": 9.764705882352942e-06,
159
+ "loss": 0.0145,
160
+ "step": 250
161
+ },
162
+ {
163
+ "grad_norm": 0.2762569785118103,
164
+ "learning_rate": 9.999983182093624e-06,
165
+ "loss": 0.0156,
166
+ "step": 260
167
+ },
168
+ {
169
+ "grad_norm": 0.33299073576927185,
170
+ "learning_rate": 9.999793981946191e-06,
171
+ "loss": 0.0161,
172
+ "step": 270
173
+ },
174
+ {
175
+ "grad_norm": 0.2545071840286255,
176
+ "learning_rate": 9.999394567249726e-06,
177
+ "loss": 0.0149,
178
+ "step": 280
179
+ },
180
+ {
181
+ "grad_norm": 0.26280084252357483,
182
+ "learning_rate": 9.998784954797474e-06,
183
+ "loss": 0.015,
184
+ "step": 290
185
+ },
186
+ {
187
+ "grad_norm": 0.27613401412963867,
188
+ "learning_rate": 9.997965170220374e-06,
189
+ "loss": 0.0164,
190
+ "step": 300
191
+ },
192
+ {
193
+ "grad_norm": 0.36653536558151245,
194
+ "learning_rate": 9.996935247985973e-06,
195
+ "loss": 0.0164,
196
+ "step": 310
197
+ },
198
+ {
199
+ "grad_norm": 0.3048877716064453,
200
+ "learning_rate": 9.995695231396987e-06,
201
+ "loss": 0.0146,
202
+ "step": 320
203
+ },
204
+ {
205
+ "grad_norm": 0.27436813712120056,
206
+ "learning_rate": 9.994245172589465e-06,
207
+ "loss": 0.0154,
208
+ "step": 330
209
+ },
210
+ {
211
+ "grad_norm": 0.2580229938030243,
212
+ "learning_rate": 9.992585132530614e-06,
213
+ "loss": 0.0179,
214
+ "step": 340
215
+ },
216
+ {
217
+ "grad_norm": 0.25794631242752075,
218
+ "learning_rate": 9.990715181016225e-06,
219
+ "loss": 0.0158,
220
+ "step": 350
221
+ },
222
+ {
223
+ "grad_norm": 0.21017365157604218,
224
+ "learning_rate": 9.988635396667737e-06,
225
+ "loss": 0.0168,
226
+ "step": 360
227
+ },
228
+ {
229
+ "grad_norm": 0.2509874701499939,
230
+ "learning_rate": 9.98634586692894e-06,
231
+ "loss": 0.0159,
232
+ "step": 370
233
+ },
234
+ {
235
+ "grad_norm": 0.25287261605262756,
236
+ "learning_rate": 9.983846688062295e-06,
237
+ "loss": 0.0138,
238
+ "step": 380
239
+ },
240
+ {
241
+ "grad_norm": 0.23505428433418274,
242
+ "learning_rate": 9.98113796514488e-06,
243
+ "loss": 0.0139,
244
+ "step": 390
245
+ },
246
+ {
247
+ "grad_norm": 0.19718585908412933,
248
+ "learning_rate": 9.978219812063986e-06,
249
+ "loss": 0.0145,
250
+ "step": 400
251
+ },
252
+ {
253
+ "grad_norm": 0.21503455936908722,
254
+ "learning_rate": 9.975092351512307e-06,
255
+ "loss": 0.0171,
256
+ "step": 410
257
+ },
258
+ {
259
+ "grad_norm": 0.28575825691223145,
260
+ "learning_rate": 9.97175571498281e-06,
261
+ "loss": 0.0143,
262
+ "step": 420
263
+ },
264
+ {
265
+ "grad_norm": 0.28024303913116455,
266
+ "learning_rate": 9.96821004276318e-06,
267
+ "loss": 0.0162,
268
+ "step": 430
269
+ },
270
+ {
271
+ "grad_norm": 0.30324384570121765,
272
+ "learning_rate": 9.964455483929938e-06,
273
+ "loss": 0.0131,
274
+ "step": 440
275
+ },
276
+ {
277
+ "grad_norm": 0.31452322006225586,
278
+ "learning_rate": 9.960492196342168e-06,
279
+ "loss": 0.0137,
280
+ "step": 450
281
+ },
282
+ {
283
+ "grad_norm": 0.2547176778316498,
284
+ "learning_rate": 9.956320346634877e-06,
285
+ "loss": 0.0125,
286
+ "step": 460
287
+ },
288
+ {
289
+ "grad_norm": 0.20195309817790985,
290
+ "learning_rate": 9.951940110211993e-06,
291
+ "loss": 0.0116,
292
+ "step": 470
293
+ },
294
+ {
295
+ "grad_norm": 0.22324074804782867,
296
+ "learning_rate": 9.947351671238992e-06,
297
+ "loss": 0.0133,
298
+ "step": 480
299
+ },
300
+ {
301
+ "grad_norm": 0.25620514154434204,
302
+ "learning_rate": 9.942555222635147e-06,
303
+ "loss": 0.0128,
304
+ "step": 490
305
+ },
306
+ {
307
+ "grad_norm": 0.23172898590564728,
308
+ "learning_rate": 9.937550966065421e-06,
309
+ "loss": 0.0136,
310
+ "step": 500
311
+ },
312
+ {
313
+ "grad_norm": 0.24064064025878906,
314
+ "learning_rate": 9.932339111931995e-06,
315
+ "loss": 0.0126,
316
+ "step": 510
317
+ },
318
+ {
319
+ "grad_norm": 0.22353637218475342,
320
+ "learning_rate": 9.926919879365406e-06,
321
+ "loss": 0.0143,
322
+ "step": 520
323
+ },
324
+ {
325
+ "grad_norm": 0.2605426609516144,
326
+ "learning_rate": 9.921293496215355e-06,
327
+ "loss": 0.0143,
328
+ "step": 530
329
+ },
330
+ {
331
+ "grad_norm": 0.2516007125377655,
332
+ "learning_rate": 9.915460199041105e-06,
333
+ "loss": 0.0149,
334
+ "step": 540
335
+ },
336
+ {
337
+ "grad_norm": 0.2478538155555725,
338
+ "learning_rate": 9.909420233101546e-06,
339
+ "loss": 0.0113,
340
+ "step": 550
341
+ },
342
+ {
343
+ "grad_norm": 0.22426386177539825,
344
+ "learning_rate": 9.903173852344889e-06,
345
+ "loss": 0.0129,
346
+ "step": 560
347
+ },
348
+ {
349
+ "grad_norm": 0.22095352411270142,
350
+ "learning_rate": 9.896721319397978e-06,
351
+ "loss": 0.0154,
352
+ "step": 570
353
+ },
354
+ {
355
+ "grad_norm": 0.268824964761734,
356
+ "learning_rate": 9.890062905555246e-06,
357
+ "loss": 0.0136,
358
+ "step": 580
359
+ },
360
+ {
361
+ "grad_norm": 0.2220172882080078,
362
+ "learning_rate": 9.883198890767329e-06,
363
+ "loss": 0.0118,
364
+ "step": 590
365
+ },
366
+ {
367
+ "grad_norm": 0.22293302416801453,
368
+ "learning_rate": 9.876129563629267e-06,
369
+ "loss": 0.0122,
370
+ "step": 600
371
+ },
372
+ {
373
+ "grad_norm": 0.2877149283885956,
374
+ "learning_rate": 9.868855221368391e-06,
375
+ "loss": 0.0115,
376
+ "step": 610
377
+ },
378
+ {
379
+ "grad_norm": 0.22020819783210754,
380
+ "learning_rate": 9.861376169831821e-06,
381
+ "loss": 0.0123,
382
+ "step": 620
383
+ },
384
+ {
385
+ "grad_norm": 0.23199577629566193,
386
+ "learning_rate": 9.8536927234736e-06,
387
+ "loss": 0.0125,
388
+ "step": 630
389
+ },
390
+ {
391
+ "grad_norm": 0.2411072850227356,
392
+ "learning_rate": 9.845805205341483e-06,
393
+ "loss": 0.0124,
394
+ "step": 640
395
+ },
396
+ {
397
+ "grad_norm": 0.2519015967845917,
398
+ "learning_rate": 9.837713947063347e-06,
399
+ "loss": 0.0128,
400
+ "step": 650
401
+ },
402
+ {
403
+ "grad_norm": 0.216162770986557,
404
+ "learning_rate": 9.829419288833253e-06,
405
+ "loss": 0.0126,
406
+ "step": 660
407
+ },
408
+ {
409
+ "grad_norm": 0.24178443849086761,
410
+ "learning_rate": 9.820921579397133e-06,
411
+ "loss": 0.0122,
412
+ "step": 670
413
+ },
414
+ {
415
+ "grad_norm": 0.18894395232200623,
416
+ "learning_rate": 9.812221176038146e-06,
417
+ "loss": 0.0118,
418
+ "step": 680
419
+ },
420
+ {
421
+ "grad_norm": 0.20295335352420807,
422
+ "learning_rate": 9.803318444561633e-06,
423
+ "loss": 0.0109,
424
+ "step": 690
425
+ },
426
+ {
427
+ "grad_norm": 0.22850893437862396,
428
+ "learning_rate": 9.794213759279759e-06,
429
+ "loss": 0.0116,
430
+ "step": 700
431
+ },
432
+ {
433
+ "grad_norm": 0.265736848115921,
434
+ "learning_rate": 9.784907502995753e-06,
435
+ "loss": 0.0133,
436
+ "step": 710
437
+ },
438
+ {
439
+ "grad_norm": 0.21099106967449188,
440
+ "learning_rate": 9.775400066987837e-06,
441
+ "loss": 0.0114,
442
+ "step": 720
443
+ },
444
+ {
445
+ "grad_norm": 0.1949661821126938,
446
+ "learning_rate": 9.76569185099275e-06,
447
+ "loss": 0.0119,
448
+ "step": 730
449
+ },
450
+ {
451
+ "grad_norm": 0.1675696223974228,
452
+ "learning_rate": 9.755783263188965e-06,
453
+ "loss": 0.0125,
454
+ "step": 740
455
+ },
456
+ {
457
+ "grad_norm": 0.2069842666387558,
458
+ "learning_rate": 9.745674720179507e-06,
459
+ "loss": 0.0127,
460
+ "step": 750
461
+ },
462
+ {
463
+ "grad_norm": 0.23999853432178497,
464
+ "learning_rate": 9.735366646974452e-06,
465
+ "loss": 0.0111,
466
+ "step": 760
467
+ },
468
+ {
469
+ "grad_norm": 0.25093749165534973,
470
+ "learning_rate": 9.72485947697305e-06,
471
+ "loss": 0.0133,
472
+ "step": 770
473
+ },
474
+ {
475
+ "grad_norm": 0.2366914302110672,
476
+ "learning_rate": 9.714153651945504e-06,
477
+ "loss": 0.0114,
478
+ "step": 780
479
+ },
480
+ {
481
+ "grad_norm": 0.19600170850753784,
482
+ "learning_rate": 9.703249622014394e-06,
483
+ "loss": 0.0114,
484
+ "step": 790
485
+ },
486
+ {
487
+ "grad_norm": 0.2463541477918625,
488
+ "learning_rate": 9.692147845635761e-06,
489
+ "loss": 0.0121,
490
+ "step": 800
491
+ },
492
+ {
493
+ "grad_norm": 0.23243753612041473,
494
+ "learning_rate": 9.680848789579819e-06,
495
+ "loss": 0.0099,
496
+ "step": 810
497
+ },
498
+ {
499
+ "grad_norm": 0.23252838850021362,
500
+ "learning_rate": 9.669352928911336e-06,
501
+ "loss": 0.0109,
502
+ "step": 820
503
+ },
504
+ {
505
+ "grad_norm": 0.14858166873455048,
506
+ "learning_rate": 9.657660746969662e-06,
507
+ "loss": 0.0108,
508
+ "step": 830
509
+ },
510
+ {
511
+ "grad_norm": 0.2210211157798767,
512
+ "learning_rate": 9.645772735348402e-06,
513
+ "loss": 0.0106,
514
+ "step": 840
515
+ },
516
+ {
517
+ "grad_norm": 0.22199992835521698,
518
+ "learning_rate": 9.633689393874753e-06,
519
+ "loss": 0.0106,
520
+ "step": 850
521
+ },
522
+ {
523
+ "grad_norm": 0.22347500920295715,
524
+ "learning_rate": 9.621411230588481e-06,
525
+ "loss": 0.0109,
526
+ "step": 860
527
+ },
528
+ {
529
+ "grad_norm": 0.22675202786922455,
530
+ "learning_rate": 9.608938761720569e-06,
531
+ "loss": 0.0103,
532
+ "step": 870
533
+ },
534
+ {
535
+ "grad_norm": 0.16034340858459473,
536
+ "learning_rate": 9.596272511671512e-06,
537
+ "loss": 0.0121,
538
+ "step": 880
539
+ },
540
+ {
541
+ "grad_norm": 0.18488478660583496,
542
+ "learning_rate": 9.583413012989256e-06,
543
+ "loss": 0.011,
544
+ "step": 890
545
+ },
546
+ {
547
+ "grad_norm": 0.18505243957042694,
548
+ "learning_rate": 9.570360806346824e-06,
549
+ "loss": 0.0126,
550
+ "step": 900
551
+ },
552
+ {
553
+ "grad_norm": 0.20651215314865112,
554
+ "learning_rate": 9.557116440519573e-06,
555
+ "loss": 0.0108,
556
+ "step": 910
557
+ },
558
+ {
559
+ "grad_norm": 0.21853210031986237,
560
+ "learning_rate": 9.543680472362128e-06,
561
+ "loss": 0.0101,
562
+ "step": 920
563
+ },
564
+ {
565
+ "grad_norm": 0.22982917726039886,
566
+ "learning_rate": 9.530053466784962e-06,
567
+ "loss": 0.0104,
568
+ "step": 930
569
+ },
570
+ {
571
+ "grad_norm": 0.20077788829803467,
572
+ "learning_rate": 9.516235996730645e-06,
573
+ "loss": 0.0108,
574
+ "step": 940
575
+ },
576
+ {
577
+ "grad_norm": 0.23850861191749573,
578
+ "learning_rate": 9.502228643149766e-06,
579
+ "loss": 0.0115,
580
+ "step": 950
581
+ },
582
+ {
583
+ "grad_norm": 0.2640659511089325,
584
+ "learning_rate": 9.488031994976492e-06,
585
+ "loss": 0.0113,
586
+ "step": 960
587
+ },
588
+ {
589
+ "grad_norm": 0.27842602133750916,
590
+ "learning_rate": 9.473646649103819e-06,
591
+ "loss": 0.0107,
592
+ "step": 970
593
+ },
594
+ {
595
+ "grad_norm": 0.18844284117221832,
596
+ "learning_rate": 9.459073210358462e-06,
597
+ "loss": 0.0101,
598
+ "step": 980
599
+ },
600
+ {
601
+ "grad_norm": 0.2157765030860901,
602
+ "learning_rate": 9.444312291475443e-06,
603
+ "loss": 0.0128,
604
+ "step": 990
605
+ },
606
+ {
607
+ "grad_norm": 0.22037991881370544,
608
+ "learning_rate": 9.429364513072313e-06,
609
+ "loss": 0.0096,
610
+ "step": 1000
611
+ },
612
+ {
613
+ "grad_norm": 0.20707039535045624,
614
+ "learning_rate": 9.414230503623067e-06,
615
+ "loss": 0.0104,
616
+ "step": 1010
617
+ },
618
+ {
619
+ "grad_norm": 0.2087254375219345,
620
+ "learning_rate": 9.398910899431716e-06,
621
+ "loss": 0.0118,
622
+ "step": 1020
623
+ },
624
+ {
625
+ "grad_norm": 0.21261566877365112,
626
+ "learning_rate": 9.383406344605541e-06,
627
+ "loss": 0.0086,
628
+ "step": 1030
629
+ },
630
+ {
631
+ "grad_norm": 0.1639666110277176,
632
+ "learning_rate": 9.367717491027998e-06,
633
+ "loss": 0.0091,
634
+ "step": 1040
635
+ },
636
+ {
637
+ "grad_norm": 0.23225508630275726,
638
+ "learning_rate": 9.351844998331324e-06,
639
+ "loss": 0.0083,
640
+ "step": 1050
641
+ },
642
+ {
643
+ "grad_norm": 0.1974388211965561,
644
+ "learning_rate": 9.335789533868793e-06,
645
+ "loss": 0.0083,
646
+ "step": 1060
647
+ },
648
+ {
649
+ "grad_norm": 0.24500536918640137,
650
+ "learning_rate": 9.319551772686666e-06,
651
+ "loss": 0.0094,
652
+ "step": 1070
653
+ },
654
+ {
655
+ "grad_norm": 0.21852529048919678,
656
+ "learning_rate": 9.303132397495803e-06,
657
+ "loss": 0.0117,
658
+ "step": 1080
659
+ },
660
+ {
661
+ "grad_norm": 0.19590452313423157,
662
+ "learning_rate": 9.286532098642954e-06,
663
+ "loss": 0.0103,
664
+ "step": 1090
665
+ },
666
+ {
667
+ "grad_norm": 0.23770727217197418,
668
+ "learning_rate": 9.26975157408175e-06,
669
+ "loss": 0.0098,
670
+ "step": 1100
671
+ },
672
+ {
673
+ "grad_norm": 0.20860643684864044,
674
+ "learning_rate": 9.25279152934334e-06,
675
+ "loss": 0.0091,
676
+ "step": 1110
677
+ },
678
+ {
679
+ "grad_norm": 0.20493175089359283,
680
+ "learning_rate": 9.235652677506737e-06,
681
+ "loss": 0.0096,
682
+ "step": 1120
683
+ },
684
+ {
685
+ "grad_norm": 0.19042547047138214,
686
+ "learning_rate": 9.218335739168833e-06,
687
+ "loss": 0.0117,
688
+ "step": 1130
689
+ },
690
+ {
691
+ "grad_norm": 0.22183485329151154,
692
+ "learning_rate": 9.200841442414106e-06,
693
+ "loss": 0.0103,
694
+ "step": 1140
695
+ },
696
+ {
697
+ "grad_norm": 0.20157937705516815,
698
+ "learning_rate": 9.183170522784002e-06,
699
+ "loss": 0.0098,
700
+ "step": 1150
701
+ },
702
+ {
703
+ "grad_norm": 0.21075105667114258,
704
+ "learning_rate": 9.165323723246014e-06,
705
+ "loss": 0.0111,
706
+ "step": 1160
707
+ },
708
+ {
709
+ "grad_norm": 0.2072359174489975,
710
+ "learning_rate": 9.147301794162446e-06,
711
+ "loss": 0.0118,
712
+ "step": 1170
713
+ },
714
+ {
715
+ "grad_norm": 0.19999660551548004,
716
+ "learning_rate": 9.129105493258855e-06,
717
+ "loss": 0.0108,
718
+ "step": 1180
719
+ },
720
+ {
721
+ "grad_norm": 0.22979071736335754,
722
+ "learning_rate": 9.110735585592203e-06,
723
+ "loss": 0.009,
724
+ "step": 1190
725
+ },
726
+ {
727
+ "grad_norm": 0.2068009376525879,
728
+ "learning_rate": 9.092192843518683e-06,
729
+ "loss": 0.011,
730
+ "step": 1200
731
+ },
732
+ {
733
+ "grad_norm": 0.20221471786499023,
734
+ "learning_rate": 9.073478046661255e-06,
735
+ "loss": 0.0085,
736
+ "step": 1210
737
+ },
738
+ {
739
+ "grad_norm": 0.21164442598819733,
740
+ "learning_rate": 9.054591981876855e-06,
741
+ "loss": 0.0089,
742
+ "step": 1220
743
+ },
744
+ {
745
+ "grad_norm": 0.2109965980052948,
746
+ "learning_rate": 9.035535443223316e-06,
747
+ "loss": 0.0097,
748
+ "step": 1230
749
+ },
750
+ {
751
+ "grad_norm": 0.23023614287376404,
752
+ "learning_rate": 9.016309231925991e-06,
753
+ "loss": 0.0089,
754
+ "step": 1240
755
+ },
756
+ {
757
+ "grad_norm": 0.19147643446922302,
758
+ "learning_rate": 8.996914156344054e-06,
759
+ "loss": 0.0091,
760
+ "step": 1250
761
+ },
762
+ {
763
+ "grad_norm": 0.21601413190364838,
764
+ "learning_rate": 8.97735103193652e-06,
765
+ "loss": 0.009,
766
+ "step": 1260
767
+ },
768
+ {
769
+ "grad_norm": 0.2980281412601471,
770
+ "learning_rate": 8.957620681227949e-06,
771
+ "loss": 0.0086,
772
+ "step": 1270
773
+ },
774
+ {
775
+ "grad_norm": 0.15388751029968262,
776
+ "learning_rate": 8.937723933773883e-06,
777
+ "loss": 0.0099,
778
+ "step": 1280
779
+ },
780
+ {
781
+ "grad_norm": 0.2060258537530899,
782
+ "learning_rate": 8.917661626125946e-06,
783
+ "loss": 0.0088,
784
+ "step": 1290
785
+ },
786
+ {
787
+ "grad_norm": 0.22706672549247742,
788
+ "learning_rate": 8.897434601796689e-06,
789
+ "loss": 0.0088,
790
+ "step": 1300
791
+ },
792
+ {
793
+ "grad_norm": 0.1590857207775116,
794
+ "learning_rate": 8.877043711224109e-06,
795
+ "loss": 0.008,
796
+ "step": 1310
797
+ },
798
+ {
799
+ "grad_norm": 0.19176359474658966,
800
+ "learning_rate": 8.856489811735904e-06,
801
+ "loss": 0.0076,
802
+ "step": 1320
803
+ },
804
+ {
805
+ "grad_norm": 0.23232431709766388,
806
+ "learning_rate": 8.835773767513425e-06,
807
+ "loss": 0.012,
808
+ "step": 1330
809
+ },
810
+ {
811
+ "grad_norm": 0.20471888780593872,
812
+ "learning_rate": 8.81489644955534e-06,
813
+ "loss": 0.0111,
814
+ "step": 1340
815
+ },
816
+ {
817
+ "grad_norm": 0.23804397881031036,
818
+ "learning_rate": 8.79385873564101e-06,
819
+ "loss": 0.0091,
820
+ "step": 1350
821
+ },
822
+ {
823
+ "grad_norm": 0.20645813643932343,
824
+ "learning_rate": 8.772661510293595e-06,
825
+ "loss": 0.0082,
826
+ "step": 1360
827
+ },
828
+ {
829
+ "grad_norm": 0.23595236241817474,
830
+ "learning_rate": 8.751305664742842e-06,
831
+ "loss": 0.009,
832
+ "step": 1370
833
+ },
834
+ {
835
+ "grad_norm": 0.20523196458816528,
836
+ "learning_rate": 8.729792096887642e-06,
837
+ "loss": 0.0083,
838
+ "step": 1380
839
+ },
840
+ {
841
+ "grad_norm": 0.21859478950500488,
842
+ "learning_rate": 8.708121711258255e-06,
843
+ "loss": 0.0083,
844
+ "step": 1390
845
+ },
846
+ {
847
+ "grad_norm": 0.2386079728603363,
848
+ "learning_rate": 8.686295418978291e-06,
849
+ "loss": 0.0086,
850
+ "step": 1400
851
+ },
852
+ {
853
+ "grad_norm": 0.23497678339481354,
854
+ "learning_rate": 8.664314137726401e-06,
855
+ "loss": 0.0088,
856
+ "step": 1410
857
+ },
858
+ {
859
+ "grad_norm": 0.20147542655467987,
860
+ "learning_rate": 8.64217879169769e-06,
861
+ "loss": 0.0092,
862
+ "step": 1420
863
+ },
864
+ {
865
+ "grad_norm": 0.17868296802043915,
866
+ "learning_rate": 8.619890311564862e-06,
867
+ "loss": 0.0086,
868
+ "step": 1430
869
+ },
870
+ {
871
+ "grad_norm": 0.2059531807899475,
872
+ "learning_rate": 8.59744963443909e-06,
873
+ "loss": 0.0076,
874
+ "step": 1440
875
+ },
876
+ {
877
+ "grad_norm": 0.20854367315769196,
878
+ "learning_rate": 8.574857703830612e-06,
879
+ "loss": 0.0081,
880
+ "step": 1450
881
+ },
882
+ {
883
+ "grad_norm": 0.2205386906862259,
884
+ "learning_rate": 8.552115469609067e-06,
885
+ "loss": 0.0104,
886
+ "step": 1460
887
+ },
888
+ {
889
+ "grad_norm": 0.17082375288009644,
890
+ "learning_rate": 8.529223887963559e-06,
891
+ "loss": 0.0082,
892
+ "step": 1470
893
+ },
894
+ {
895
+ "grad_norm": 0.1476842761039734,
896
+ "learning_rate": 8.506183921362443e-06,
897
+ "loss": 0.009,
898
+ "step": 1480
899
+ },
900
+ {
901
+ "grad_norm": 0.17177364230155945,
902
+ "learning_rate": 8.482996538512876e-06,
903
+ "loss": 0.0088,
904
+ "step": 1490
905
+ },
906
+ {
907
+ "grad_norm": 0.21205176413059235,
908
+ "learning_rate": 8.45966271432007e-06,
909
+ "loss": 0.0086,
910
+ "step": 1500
911
+ },
912
+ {
913
+ "grad_norm": 0.19053563475608826,
914
+ "learning_rate": 8.436183429846314e-06,
915
+ "loss": 0.0092,
916
+ "step": 1510
917
+ },
918
+ {
919
+ "grad_norm": 0.1861661970615387,
920
+ "learning_rate": 8.412559672269724e-06,
921
+ "loss": 0.0076,
922
+ "step": 1520
923
+ },
924
+ {
925
+ "grad_norm": 0.1511910855770111,
926
+ "learning_rate": 8.388792434842737e-06,
927
+ "loss": 0.0095,
928
+ "step": 1530
929
+ },
930
+ {
931
+ "grad_norm": 0.18952926993370056,
932
+ "learning_rate": 8.364882716850342e-06,
933
+ "loss": 0.0095,
934
+ "step": 1540
935
+ },
936
+ {
937
+ "grad_norm": 0.19014276564121246,
938
+ "learning_rate": 8.34083152356808e-06,
939
+ "loss": 0.0093,
940
+ "step": 1550
941
+ },
942
+ {
943
+ "grad_norm": 0.19387753307819366,
944
+ "learning_rate": 8.316639866219767e-06,
945
+ "loss": 0.01,
946
+ "step": 1560
947
+ },
948
+ {
949
+ "grad_norm": 0.25110799074172974,
950
+ "learning_rate": 8.292308761934978e-06,
951
+ "loss": 0.0095,
952
+ "step": 1570
953
+ },
954
+ {
955
+ "grad_norm": 0.22537516057491302,
956
+ "learning_rate": 8.26783923370629e-06,
957
+ "loss": 0.0089,
958
+ "step": 1580
959
+ },
960
+ {
961
+ "grad_norm": 0.20432311296463013,
962
+ "learning_rate": 8.24323231034626e-06,
963
+ "loss": 0.009,
964
+ "step": 1590
965
+ },
966
+ {
967
+ "grad_norm": 0.2202184647321701,
968
+ "learning_rate": 8.218489026444176e-06,
969
+ "loss": 0.0104,
970
+ "step": 1600
971
+ },
972
+ {
973
+ "grad_norm": 0.189788818359375,
974
+ "learning_rate": 8.19361042232256e-06,
975
+ "loss": 0.0084,
976
+ "step": 1610
977
+ },
978
+ {
979
+ "grad_norm": 0.1907304972410202,
980
+ "learning_rate": 8.168597543993416e-06,
981
+ "loss": 0.0074,
982
+ "step": 1620
983
+ },
984
+ {
985
+ "grad_norm": 0.17683368921279907,
986
+ "learning_rate": 8.143451443114268e-06,
987
+ "loss": 0.0098,
988
+ "step": 1630
989
+ },
990
+ {
991
+ "grad_norm": 0.1675710529088974,
992
+ "learning_rate": 8.118173176943925e-06,
993
+ "loss": 0.0081,
994
+ "step": 1640
995
+ },
996
+ {
997
+ "grad_norm": 0.18368087708950043,
998
+ "learning_rate": 8.092763808298048e-06,
999
+ "loss": 0.0082,
1000
+ "step": 1650
1001
+ },
1002
+ {
1003
+ "grad_norm": 0.16290630400180817,
1004
+ "learning_rate": 8.067224405504449e-06,
1005
+ "loss": 0.0073,
1006
+ "step": 1660
1007
+ },
1008
+ {
1009
+ "grad_norm": 0.1974867284297943,
1010
+ "learning_rate": 8.04155604235818e-06,
1011
+ "loss": 0.0077,
1012
+ "step": 1670
1013
+ },
1014
+ {
1015
+ "grad_norm": 0.19363933801651,
1016
+ "learning_rate": 8.015759798076384e-06,
1017
+ "loss": 0.0095,
1018
+ "step": 1680
1019
+ },
1020
+ {
1021
+ "grad_norm": 0.1439293771982193,
1022
+ "learning_rate": 7.989836757252924e-06,
1023
+ "loss": 0.0107,
1024
+ "step": 1690
1025
+ },
1026
+ {
1027
+ "grad_norm": 0.1739254742860794,
1028
+ "learning_rate": 7.963788009812775e-06,
1029
+ "loss": 0.0087,
1030
+ "step": 1700
1031
+ },
1032
+ {
1033
+ "grad_norm": 0.2483677864074707,
1034
+ "learning_rate": 7.937614650966204e-06,
1035
+ "loss": 0.0084,
1036
+ "step": 1710
1037
+ },
1038
+ {
1039
+ "grad_norm": 0.2167566865682602,
1040
+ "learning_rate": 7.911317781162717e-06,
1041
+ "loss": 0.0085,
1042
+ "step": 1720
1043
+ },
1044
+ {
1045
+ "grad_norm": 0.20251521468162537,
1046
+ "learning_rate": 7.884898506044799e-06,
1047
+ "loss": 0.0084,
1048
+ "step": 1730
1049
+ },
1050
+ {
1051
+ "grad_norm": 0.22781620919704437,
1052
+ "learning_rate": 7.858357936401415e-06,
1053
+ "loss": 0.0076,
1054
+ "step": 1740
1055
+ },
1056
+ {
1057
+ "grad_norm": 0.20889250934123993,
1058
+ "learning_rate": 7.831697188121322e-06,
1059
+ "loss": 0.0094,
1060
+ "step": 1750
1061
+ },
1062
+ {
1063
+ "grad_norm": 0.18276987969875336,
1064
+ "learning_rate": 7.804917382146141e-06,
1065
+ "loss": 0.0077,
1066
+ "step": 1760
1067
+ },
1068
+ {
1069
+ "grad_norm": 0.20425570011138916,
1070
+ "learning_rate": 7.778019644423233e-06,
1071
+ "loss": 0.0093,
1072
+ "step": 1770
1073
+ },
1074
+ {
1075
+ "grad_norm": 0.19957412779331207,
1076
+ "learning_rate": 7.751005105858359e-06,
1077
+ "loss": 0.0082,
1078
+ "step": 1780
1079
+ },
1080
+ {
1081
+ "grad_norm": 0.16609562933444977,
1082
+ "learning_rate": 7.723874902268123e-06,
1083
+ "loss": 0.0099,
1084
+ "step": 1790
1085
+ },
1086
+ {
1087
+ "grad_norm": 0.191396564245224,
1088
+ "learning_rate": 7.696630174332229e-06,
1089
+ "loss": 0.0082,
1090
+ "step": 1800
1091
+ },
1092
+ {
1093
+ "grad_norm": 0.13676762580871582,
1094
+ "learning_rate": 7.669272067545517e-06,
1095
+ "loss": 0.0075,
1096
+ "step": 1810
1097
+ },
1098
+ {
1099
+ "grad_norm": 0.19455572962760925,
1100
+ "learning_rate": 7.641801732169796e-06,
1101
+ "loss": 0.0083,
1102
+ "step": 1820
1103
+ },
1104
+ {
1105
+ "grad_norm": 0.15683458745479584,
1106
+ "learning_rate": 7.6142203231854875e-06,
1107
+ "loss": 0.0082,
1108
+ "step": 1830
1109
+ },
1110
+ {
1111
+ "grad_norm": 0.17572730779647827,
1112
+ "learning_rate": 7.586529000243064e-06,
1113
+ "loss": 0.0086,
1114
+ "step": 1840
1115
+ },
1116
+ {
1117
+ "grad_norm": 0.23978155851364136,
1118
+ "learning_rate": 7.558728927614292e-06,
1119
+ "loss": 0.0086,
1120
+ "step": 1850
1121
+ },
1122
+ {
1123
+ "grad_norm": 0.2035548835992813,
1124
+ "learning_rate": 7.530821274143276e-06,
1125
+ "loss": 0.0108,
1126
+ "step": 1860
1127
+ },
1128
+ {
1129
+ "grad_norm": 0.18040107190608978,
1130
+ "learning_rate": 7.502807213197322e-06,
1131
+ "loss": 0.0092,
1132
+ "step": 1870
1133
+ },
1134
+ {
1135
+ "grad_norm": 0.21696732938289642,
1136
+ "learning_rate": 7.4746879226176e-06,
1137
+ "loss": 0.0084,
1138
+ "step": 1880
1139
+ },
1140
+ {
1141
+ "grad_norm": 0.22239021956920624,
1142
+ "learning_rate": 7.4464645846696186e-06,
1143
+ "loss": 0.0094,
1144
+ "step": 1890
1145
+ },
1146
+ {
1147
+ "grad_norm": 0.1702863723039627,
1148
+ "learning_rate": 7.4181383859935264e-06,
1149
+ "loss": 0.0083,
1150
+ "step": 1900
1151
+ },
1152
+ {
1153
+ "grad_norm": 0.14922301471233368,
1154
+ "learning_rate": 7.389710517554209e-06,
1155
+ "loss": 0.009,
1156
+ "step": 1910
1157
+ },
1158
+ {
1159
+ "grad_norm": 0.23080326616764069,
1160
+ "learning_rate": 7.361182174591226e-06,
1161
+ "loss": 0.009,
1162
+ "step": 1920
1163
+ },
1164
+ {
1165
+ "grad_norm": 0.22270849347114563,
1166
+ "learning_rate": 7.332554556568548e-06,
1167
+ "loss": 0.0082,
1168
+ "step": 1930
1169
+ },
1170
+ {
1171
+ "grad_norm": 0.1911340355873108,
1172
+ "learning_rate": 7.303828867124131e-06,
1173
+ "loss": 0.0078,
1174
+ "step": 1940
1175
+ },
1176
+ {
1177
+ "grad_norm": 0.1781519651412964,
1178
+ "learning_rate": 7.275006314019313e-06,
1179
+ "loss": 0.0077,
1180
+ "step": 1950
1181
+ },
1182
+ {
1183
+ "grad_norm": 0.2404783070087433,
1184
+ "learning_rate": 7.246088109088022e-06,
1185
+ "loss": 0.0077,
1186
+ "step": 1960
1187
+ },
1188
+ {
1189
+ "grad_norm": 0.2085527926683426,
1190
+ "learning_rate": 7.21707546818584e-06,
1191
+ "loss": 0.0093,
1192
+ "step": 1970
1193
+ },
1194
+ {
1195
+ "grad_norm": 0.15962086617946625,
1196
+ "learning_rate": 7.187969611138873e-06,
1197
+ "loss": 0.0083,
1198
+ "step": 1980
1199
+ },
1200
+ {
1201
+ "grad_norm": 0.1987939178943634,
1202
+ "learning_rate": 7.158771761692464e-06,
1203
+ "loss": 0.008,
1204
+ "step": 1990
1205
+ },
1206
+ {
1207
+ "grad_norm": 0.1831449270248413,
1208
+ "learning_rate": 7.129483147459752e-06,
1209
+ "loss": 0.0077,
1210
+ "step": 2000
1211
+ },
1212
+ {
1213
+ "grad_norm": 0.22430279850959778,
1214
+ "learning_rate": 7.100104999870036e-06,
1215
+ "loss": 0.0071,
1216
+ "step": 2010
1217
+ },
1218
+ {
1219
+ "grad_norm": 0.1542672961950302,
1220
+ "learning_rate": 7.070638554117022e-06,
1221
+ "loss": 0.0086,
1222
+ "step": 2020
1223
+ },
1224
+ {
1225
+ "grad_norm": 0.18191839754581451,
1226
+ "learning_rate": 7.041085049106879e-06,
1227
+ "loss": 0.0087,
1228
+ "step": 2030
1229
+ },
1230
+ {
1231
+ "grad_norm": 0.1764129400253296,
1232
+ "learning_rate": 7.011445727406152e-06,
1233
+ "loss": 0.0078,
1234
+ "step": 2040
1235
+ },
1236
+ {
1237
+ "grad_norm": 0.18843625485897064,
1238
+ "learning_rate": 6.981721835189517e-06,
1239
+ "loss": 0.0084,
1240
+ "step": 2050
1241
+ },
1242
+ {
1243
+ "grad_norm": 0.2106025367975235,
1244
+ "learning_rate": 6.9519146221873825e-06,
1245
+ "loss": 0.008,
1246
+ "step": 2060
1247
+ },
1248
+ {
1249
+ "grad_norm": 0.24554157257080078,
1250
+ "learning_rate": 6.922025341633361e-06,
1251
+ "loss": 0.0082,
1252
+ "step": 2070
1253
+ },
1254
+ {
1255
+ "grad_norm": 0.15407349169254303,
1256
+ "learning_rate": 6.892055250211552e-06,
1257
+ "loss": 0.0069,
1258
+ "step": 2080
1259
+ },
1260
+ {
1261
+ "grad_norm": 0.22122369706630707,
1262
+ "learning_rate": 6.862005608003731e-06,
1263
+ "loss": 0.0104,
1264
+ "step": 2090
1265
+ },
1266
+ {
1267
+ "grad_norm": 0.17952808737754822,
1268
+ "learning_rate": 6.83187767843635e-06,
1269
+ "loss": 0.0077,
1270
+ "step": 2100
1271
+ },
1272
+ {
1273
+ "grad_norm": 0.20702286064624786,
1274
+ "learning_rate": 6.80167272822743e-06,
1275
+ "loss": 0.0067,
1276
+ "step": 2110
1277
+ },
1278
+ {
1279
+ "grad_norm": 0.1842574179172516,
1280
+ "learning_rate": 6.771392027333295e-06,
1281
+ "loss": 0.0079,
1282
+ "step": 2120
1283
+ },
1284
+ {
1285
+ "grad_norm": 0.16174280643463135,
1286
+ "learning_rate": 6.741036848895177e-06,
1287
+ "loss": 0.0098,
1288
+ "step": 2130
1289
+ },
1290
+ {
1291
+ "grad_norm": 0.18222860991954803,
1292
+ "learning_rate": 6.710608469185694e-06,
1293
+ "loss": 0.0072,
1294
+ "step": 2140
1295
+ },
1296
+ {
1297
+ "grad_norm": 0.19199351966381073,
1298
+ "learning_rate": 6.680108167555184e-06,
1299
+ "loss": 0.0079,
1300
+ "step": 2150
1301
+ },
1302
+ {
1303
+ "grad_norm": 0.1271338313817978,
1304
+ "learning_rate": 6.6495372263779145e-06,
1305
+ "loss": 0.0072,
1306
+ "step": 2160
1307
+ },
1308
+ {
1309
+ "grad_norm": 0.17075365781784058,
1310
+ "learning_rate": 6.618896930998172e-06,
1311
+ "loss": 0.0076,
1312
+ "step": 2170
1313
+ },
1314
+ {
1315
+ "grad_norm": 0.17238755524158478,
1316
+ "learning_rate": 6.5881885696762095e-06,
1317
+ "loss": 0.0075,
1318
+ "step": 2180
1319
+ },
1320
+ {
1321
+ "grad_norm": 0.16259953379631042,
1322
+ "learning_rate": 6.557413433534091e-06,
1323
+ "loss": 0.0068,
1324
+ "step": 2190
1325
+ },
1326
+ {
1327
+ "grad_norm": 0.2461572140455246,
1328
+ "learning_rate": 6.526572816501406e-06,
1329
+ "loss": 0.0097,
1330
+ "step": 2200
1331
+ },
1332
+ {
1333
+ "grad_norm": 0.22537799179553986,
1334
+ "learning_rate": 6.495668015260863e-06,
1335
+ "loss": 0.009,
1336
+ "step": 2210
1337
+ },
1338
+ {
1339
+ "grad_norm": 0.1766504943370819,
1340
+ "learning_rate": 6.4647003291937714e-06,
1341
+ "loss": 0.011,
1342
+ "step": 2220
1343
+ },
1344
+ {
1345
+ "grad_norm": 0.20440806448459625,
1346
+ "learning_rate": 6.43367106032541e-06,
1347
+ "loss": 0.0076,
1348
+ "step": 2230
1349
+ },
1350
+ {
1351
+ "grad_norm": 0.18012867867946625,
1352
+ "learning_rate": 6.40258151327029e-06,
1353
+ "loss": 0.0079,
1354
+ "step": 2240
1355
+ },
1356
+ {
1357
+ "grad_norm": 0.18391941487789154,
1358
+ "learning_rate": 6.371432995177292e-06,
1359
+ "loss": 0.0083,
1360
+ "step": 2250
1361
+ },
1362
+ {
1363
+ "grad_norm": 0.19673258066177368,
1364
+ "learning_rate": 6.34022681567471e-06,
1365
+ "loss": 0.0091,
1366
+ "step": 2260
1367
+ },
1368
+ {
1369
+ "grad_norm": 0.19076819717884064,
1370
+ "learning_rate": 6.308964286815203e-06,
1371
+ "loss": 0.0079,
1372
+ "step": 2270
1373
+ },
1374
+ {
1375
+ "grad_norm": 0.1631232351064682,
1376
+ "learning_rate": 6.277646723020604e-06,
1377
+ "loss": 0.0069,
1378
+ "step": 2280
1379
+ },
1380
+ {
1381
+ "grad_norm": 0.16517290472984314,
1382
+ "learning_rate": 6.246275441026682e-06,
1383
+ "loss": 0.0079,
1384
+ "step": 2290
1385
+ },
1386
+ {
1387
+ "grad_norm": 0.20617642998695374,
1388
+ "learning_rate": 6.214851759827762e-06,
1389
+ "loss": 0.0075,
1390
+ "step": 2300
1391
+ },
1392
+ {
1393
+ "grad_norm": 0.18827371299266815,
1394
+ "learning_rate": 6.183377000621275e-06,
1395
+ "loss": 0.0083,
1396
+ "step": 2310
1397
+ },
1398
+ {
1399
+ "grad_norm": 0.18648378551006317,
1400
+ "learning_rate": 6.151852486752214e-06,
1401
+ "loss": 0.0076,
1402
+ "step": 2320
1403
+ },
1404
+ {
1405
+ "grad_norm": 0.18149086833000183,
1406
+ "learning_rate": 6.12027954365748e-06,
1407
+ "loss": 0.0103,
1408
+ "step": 2330
1409
+ },
1410
+ {
1411
+ "grad_norm": 0.15184590220451355,
1412
+ "learning_rate": 6.088659498810174e-06,
1413
+ "loss": 0.0067,
1414
+ "step": 2340
1415
+ },
1416
+ {
1417
+ "grad_norm": 0.20112693309783936,
1418
+ "learning_rate": 6.056993681663763e-06,
1419
+ "loss": 0.0099,
1420
+ "step": 2350
1421
+ },
1422
+ {
1423
+ "grad_norm": 0.19103963673114777,
1424
+ "learning_rate": 6.025283423596203e-06,
1425
+ "loss": 0.0075,
1426
+ "step": 2360
1427
+ },
1428
+ {
1429
+ "grad_norm": 0.14498460292816162,
1430
+ "learning_rate": 5.993530057853946e-06,
1431
+ "loss": 0.0081,
1432
+ "step": 2370
1433
+ },
1434
+ {
1435
+ "grad_norm": 0.18232372403144836,
1436
+ "learning_rate": 5.961734919495894e-06,
1437
+ "loss": 0.0081,
1438
+ "step": 2380
1439
+ },
1440
+ {
1441
+ "grad_norm": 0.15424278378486633,
1442
+ "learning_rate": 5.9298993453372625e-06,
1443
+ "loss": 0.0085,
1444
+ "step": 2390
1445
+ },
1446
+ {
1447
+ "grad_norm": 0.1827041059732437,
1448
+ "learning_rate": 5.898024673893374e-06,
1449
+ "loss": 0.0088,
1450
+ "step": 2400
1451
+ },
1452
+ {
1453
+ "grad_norm": 0.16333433985710144,
1454
+ "learning_rate": 5.8661122453233894e-06,
1455
+ "loss": 0.0069,
1456
+ "step": 2410
1457
+ },
1458
+ {
1459
+ "grad_norm": 0.17437851428985596,
1460
+ "learning_rate": 5.834163401373947e-06,
1461
+ "loss": 0.0115,
1462
+ "step": 2420
1463
+ },
1464
+ {
1465
+ "grad_norm": 0.15465345978736877,
1466
+ "learning_rate": 5.802179485322759e-06,
1467
+ "loss": 0.0093,
1468
+ "step": 2430
1469
+ },
1470
+ {
1471
+ "grad_norm": 0.1457844227552414,
1472
+ "learning_rate": 5.77016184192213e-06,
1473
+ "loss": 0.0081,
1474
+ "step": 2440
1475
+ },
1476
+ {
1477
+ "grad_norm": 0.19642198085784912,
1478
+ "learning_rate": 5.738111817342426e-06,
1479
+ "loss": 0.008,
1480
+ "step": 2450
1481
+ },
1482
+ {
1483
+ "grad_norm": 0.18151909112930298,
1484
+ "learning_rate": 5.706030759115458e-06,
1485
+ "loss": 0.007,
1486
+ "step": 2460
1487
+ },
1488
+ {
1489
+ "grad_norm": 0.19089169800281525,
1490
+ "learning_rate": 5.673920016077843e-06,
1491
+ "loss": 0.0077,
1492
+ "step": 2470
1493
+ },
1494
+ {
1495
+ "grad_norm": 0.14629590511322021,
1496
+ "learning_rate": 5.641780938314281e-06,
1497
+ "loss": 0.007,
1498
+ "step": 2480
1499
+ },
1500
+ {
1501
+ "grad_norm": 0.19740518927574158,
1502
+ "learning_rate": 5.609614877100799e-06,
1503
+ "loss": 0.0108,
1504
+ "step": 2490
1505
+ },
1506
+ {
1507
+ "grad_norm": 0.16740502417087555,
1508
+ "learning_rate": 5.577423184847932e-06,
1509
+ "loss": 0.0071,
1510
+ "step": 2500
1511
+ },
1512
+ {
1513
+ "grad_norm": 0.18405596911907196,
1514
+ "learning_rate": 5.54520721504386e-06,
1515
+ "loss": 0.0089,
1516
+ "step": 2510
1517
+ },
1518
+ {
1519
+ "grad_norm": 0.1560523808002472,
1520
+ "learning_rate": 5.512968322197507e-06,
1521
+ "loss": 0.0073,
1522
+ "step": 2520
1523
+ },
1524
+ {
1525
+ "grad_norm": 0.18227609992027283,
1526
+ "learning_rate": 5.480707861781589e-06,
1527
+ "loss": 0.0081,
1528
+ "step": 2530
1529
+ },
1530
+ {
1531
+ "grad_norm": 0.15503700077533722,
1532
+ "learning_rate": 5.448427190175621e-06,
1533
+ "loss": 0.0067,
1534
+ "step": 2540
1535
+ },
1536
+ {
1537
+ "grad_norm": 0.1447220742702484,
1538
+ "learning_rate": 5.4161276646088914e-06,
1539
+ "loss": 0.0095,
1540
+ "step": 2550
1541
+ },
1542
+ {
1543
+ "grad_norm": 0.17038992047309875,
1544
+ "learning_rate": 5.383810643103393e-06,
1545
+ "loss": 0.0095,
1546
+ "step": 2560
1547
+ },
1548
+ {
1549
+ "grad_norm": 0.17083124816417694,
1550
+ "learning_rate": 5.351477484416734e-06,
1551
+ "loss": 0.0068,
1552
+ "step": 2570
1553
+ },
1554
+ {
1555
+ "grad_norm": 0.1712895780801773,
1556
+ "learning_rate": 5.319129547985002e-06,
1557
+ "loss": 0.0073,
1558
+ "step": 2580
1559
+ },
1560
+ {
1561
+ "grad_norm": 0.17350204288959503,
1562
+ "learning_rate": 5.28676819386561e-06,
1563
+ "loss": 0.0066,
1564
+ "step": 2590
1565
+ },
1566
+ {
1567
+ "grad_norm": 0.16593313217163086,
1568
+ "learning_rate": 5.254394782680116e-06,
1569
+ "loss": 0.0095,
1570
+ "step": 2600
1571
+ },
1572
+ {
1573
+ "grad_norm": 0.1826522797346115,
1574
+ "learning_rate": 5.222010675557003e-06,
1575
+ "loss": 0.0077,
1576
+ "step": 2610
1577
+ },
1578
+ {
1579
+ "grad_norm": 0.17305654287338257,
1580
+ "learning_rate": 5.189617234074474e-06,
1581
+ "loss": 0.0072,
1582
+ "step": 2620
1583
+ },
1584
+ {
1585
+ "grad_norm": 0.18159203231334686,
1586
+ "learning_rate": 5.157215820203184e-06,
1587
+ "loss": 0.0075,
1588
+ "step": 2630
1589
+ },
1590
+ {
1591
+ "grad_norm": 0.16657137870788574,
1592
+ "learning_rate": 5.124807796248985e-06,
1593
+ "loss": 0.0079,
1594
+ "step": 2640
1595
+ },
1596
+ {
1597
+ "grad_norm": 0.15016330778598785,
1598
+ "learning_rate": 5.09239452479565e-06,
1599
+ "loss": 0.0074,
1600
+ "step": 2650
1601
+ },
1602
+ {
1603
+ "grad_norm": 0.16722619533538818,
1604
+ "learning_rate": 5.059977368647579e-06,
1605
+ "loss": 0.0074,
1606
+ "step": 2660
1607
+ },
1608
+ {
1609
+ "grad_norm": 0.13478131592273712,
1610
+ "learning_rate": 5.027557690772503e-06,
1611
+ "loss": 0.0077,
1612
+ "step": 2670
1613
+ },
1614
+ {
1615
+ "grad_norm": 0.1626245230436325,
1616
+ "learning_rate": 4.995136854244178e-06,
1617
+ "loss": 0.0074,
1618
+ "step": 2680
1619
+ },
1620
+ {
1621
+ "grad_norm": 0.1599988490343094,
1622
+ "learning_rate": 4.962716222185077e-06,
1623
+ "loss": 0.0086,
1624
+ "step": 2690
1625
+ },
1626
+ {
1627
+ "grad_norm": 0.18868590891361237,
1628
+ "learning_rate": 4.930297157709075e-06,
1629
+ "loss": 0.0071,
1630
+ "step": 2700
1631
+ },
1632
+ {
1633
+ "grad_norm": 0.1557493358850479,
1634
+ "learning_rate": 4.897881023864134e-06,
1635
+ "loss": 0.0069,
1636
+ "step": 2710
1637
+ },
1638
+ {
1639
+ "grad_norm": 0.18045401573181152,
1640
+ "learning_rate": 4.865469183575009e-06,
1641
+ "loss": 0.008,
1642
+ "step": 2720
1643
+ },
1644
+ {
1645
+ "grad_norm": 0.14265184104442596,
1646
+ "learning_rate": 4.833062999585924e-06,
1647
+ "loss": 0.0079,
1648
+ "step": 2730
1649
+ },
1650
+ {
1651
+ "grad_norm": 0.1629435420036316,
1652
+ "learning_rate": 4.800663834403292e-06,
1653
+ "loss": 0.007,
1654
+ "step": 2740
1655
+ },
1656
+ {
1657
+ "grad_norm": 0.14637629687786102,
1658
+ "learning_rate": 4.7682730502384195e-06,
1659
+ "loss": 0.0061,
1660
+ "step": 2750
1661
+ },
1662
+ {
1663
+ "grad_norm": 0.15139730274677277,
1664
+ "learning_rate": 4.735892008950237e-06,
1665
+ "loss": 0.0066,
1666
+ "step": 2760
1667
+ },
1668
+ {
1669
+ "grad_norm": 0.12791484594345093,
1670
+ "learning_rate": 4.70352207198804e-06,
1671
+ "loss": 0.0097,
1672
+ "step": 2770
1673
+ },
1674
+ {
1675
+ "grad_norm": 0.15089571475982666,
1676
+ "learning_rate": 4.671164600334246e-06,
1677
+ "loss": 0.0064,
1678
+ "step": 2780
1679
+ },
1680
+ {
1681
+ "grad_norm": 0.1582707166671753,
1682
+ "learning_rate": 4.638820954447173e-06,
1683
+ "loss": 0.0067,
1684
+ "step": 2790
1685
+ },
1686
+ {
1687
+ "grad_norm": 0.16821728646755219,
1688
+ "learning_rate": 4.606492494203837e-06,
1689
+ "loss": 0.0077,
1690
+ "step": 2800
1691
+ },
1692
+ {
1693
+ "grad_norm": 0.1605900526046753,
1694
+ "learning_rate": 4.5741805788427874e-06,
1695
+ "loss": 0.0082,
1696
+ "step": 2810
1697
+ },
1698
+ {
1699
+ "grad_norm": 0.1484815627336502,
1700
+ "learning_rate": 4.5418865669069405e-06,
1701
+ "loss": 0.0086,
1702
+ "step": 2820
1703
+ },
1704
+ {
1705
+ "grad_norm": 0.20872092247009277,
1706
+ "learning_rate": 4.509611816186473e-06,
1707
+ "loss": 0.0064,
1708
+ "step": 2830
1709
+ },
1710
+ {
1711
+ "grad_norm": 0.15272173285484314,
1712
+ "learning_rate": 4.477357683661734e-06,
1713
+ "loss": 0.0074,
1714
+ "step": 2840
1715
+ },
1716
+ {
1717
+ "grad_norm": 0.15512466430664062,
1718
+ "learning_rate": 4.4451255254461816e-06,
1719
+ "loss": 0.0069,
1720
+ "step": 2850
1721
+ },
1722
+ {
1723
+ "grad_norm": 0.15502728521823883,
1724
+ "learning_rate": 4.412916696729378e-06,
1725
+ "loss": 0.0085,
1726
+ "step": 2860
1727
+ },
1728
+ {
1729
+ "grad_norm": 0.16042016446590424,
1730
+ "learning_rate": 4.380732551719999e-06,
1731
+ "loss": 0.0088,
1732
+ "step": 2870
1733
+ },
1734
+ {
1735
+ "grad_norm": 0.1160031259059906,
1736
+ "learning_rate": 4.348574443588906e-06,
1737
+ "loss": 0.0069,
1738
+ "step": 2880
1739
+ },
1740
+ {
1741
+ "grad_norm": 0.1936836540699005,
1742
+ "learning_rate": 4.316443724412253e-06,
1743
+ "loss": 0.0073,
1744
+ "step": 2890
1745
+ },
1746
+ {
1747
+ "grad_norm": 0.17114150524139404,
1748
+ "learning_rate": 4.284341745114629e-06,
1749
+ "loss": 0.0073,
1750
+ "step": 2900
1751
+ },
1752
+ {
1753
+ "grad_norm": 0.19440312683582306,
1754
+ "learning_rate": 4.252269855412269e-06,
1755
+ "loss": 0.0068,
1756
+ "step": 2910
1757
+ },
1758
+ {
1759
+ "grad_norm": 0.15185710787773132,
1760
+ "learning_rate": 4.220229403756297e-06,
1761
+ "loss": 0.0082,
1762
+ "step": 2920
1763
+ },
1764
+ {
1765
+ "grad_norm": 0.19393396377563477,
1766
+ "learning_rate": 4.188221737276042e-06,
1767
+ "loss": 0.0095,
1768
+ "step": 2930
1769
+ },
1770
+ {
1771
+ "grad_norm": 0.17481210827827454,
1772
+ "learning_rate": 4.156248201722386e-06,
1773
+ "loss": 0.0094,
1774
+ "step": 2940
1775
+ },
1776
+ {
1777
+ "grad_norm": 0.13892525434494019,
1778
+ "learning_rate": 4.124310141411193e-06,
1779
+ "loss": 0.0073,
1780
+ "step": 2950
1781
+ },
1782
+ {
1783
+ "grad_norm": 0.1696680784225464,
1784
+ "learning_rate": 4.09240889916678e-06,
1785
+ "loss": 0.0078,
1786
+ "step": 2960
1787
+ },
1788
+ {
1789
+ "grad_norm": 0.14912737905979156,
1790
+ "learning_rate": 4.060545816265462e-06,
1791
+ "loss": 0.0067,
1792
+ "step": 2970
1793
+ },
1794
+ {
1795
+ "grad_norm": 0.15833738446235657,
1796
+ "learning_rate": 4.028722232379163e-06,
1797
+ "loss": 0.0069,
1798
+ "step": 2980
1799
+ },
1800
+ {
1801
+ "grad_norm": 0.2037075161933899,
1802
+ "learning_rate": 3.996939485519077e-06,
1803
+ "loss": 0.0076,
1804
+ "step": 2990
1805
+ },
1806
+ {
1807
+ "grad_norm": 0.13205622136592865,
1808
+ "learning_rate": 3.9651989119794265e-06,
1809
+ "loss": 0.0068,
1810
+ "step": 3000
1811
+ },
1812
+ {
1813
+ "grad_norm": 0.16973072290420532,
1814
+ "learning_rate": 3.9335018462812664e-06,
1815
+ "loss": 0.007,
1816
+ "step": 3010
1817
+ },
1818
+ {
1819
+ "grad_norm": 0.13875490427017212,
1820
+ "learning_rate": 3.901849621116385e-06,
1821
+ "loss": 0.0075,
1822
+ "step": 3020
1823
+ },
1824
+ {
1825
+ "grad_norm": 0.1635066121816635,
1826
+ "learning_rate": 3.870243567291263e-06,
1827
+ "loss": 0.0064,
1828
+ "step": 3030
1829
+ },
1830
+ {
1831
+ "grad_norm": 0.13302381336688995,
1832
+ "learning_rate": 3.838685013671125e-06,
1833
+ "loss": 0.0073,
1834
+ "step": 3040
1835
+ },
1836
+ {
1837
+ "grad_norm": 0.20435571670532227,
1838
+ "learning_rate": 3.807175287124065e-06,
1839
+ "loss": 0.0061,
1840
+ "step": 3050
1841
+ },
1842
+ {
1843
+ "grad_norm": 0.18041419982910156,
1844
+ "learning_rate": 3.775715712465263e-06,
1845
+ "loss": 0.007,
1846
+ "step": 3060
1847
+ },
1848
+ {
1849
+ "grad_norm": 0.1597999930381775,
1850
+ "learning_rate": 3.74430761240128e-06,
1851
+ "loss": 0.0065,
1852
+ "step": 3070
1853
+ },
1854
+ {
1855
+ "grad_norm": 0.17167608439922333,
1856
+ "learning_rate": 3.7129523074744432e-06,
1857
+ "loss": 0.0072,
1858
+ "step": 3080
1859
+ },
1860
+ {
1861
+ "grad_norm": 0.14287324249744415,
1862
+ "learning_rate": 3.681651116007331e-06,
1863
+ "loss": 0.0077,
1864
+ "step": 3090
1865
+ },
1866
+ {
1867
+ "grad_norm": 0.139871746301651,
1868
+ "learning_rate": 3.6504053540473385e-06,
1869
+ "loss": 0.0081,
1870
+ "step": 3100
1871
+ },
1872
+ {
1873
+ "grad_norm": 0.14105159044265747,
1874
+ "learning_rate": 3.619216335311346e-06,
1875
+ "loss": 0.0074,
1876
+ "step": 3110
1877
+ },
1878
+ {
1879
+ "grad_norm": 0.1461724489927292,
1880
+ "learning_rate": 3.588085371130489e-06,
1881
+ "loss": 0.007,
1882
+ "step": 3120
1883
+ },
1884
+ {
1885
+ "grad_norm": 0.1559980809688568,
1886
+ "learning_rate": 3.557013770395015e-06,
1887
+ "loss": 0.0098,
1888
+ "step": 3130
1889
+ },
1890
+ {
1891
+ "grad_norm": 0.14847125113010406,
1892
+ "learning_rate": 3.526002839499262e-06,
1893
+ "loss": 0.0071,
1894
+ "step": 3140
1895
+ },
1896
+ {
1897
+ "grad_norm": 0.15446606278419495,
1898
+ "learning_rate": 3.4950538822867236e-06,
1899
+ "loss": 0.0079,
1900
+ "step": 3150
1901
+ },
1902
+ {
1903
+ "grad_norm": 0.14522752165794373,
1904
+ "learning_rate": 3.464168199995231e-06,
1905
+ "loss": 0.0062,
1906
+ "step": 3160
1907
+ },
1908
+ {
1909
+ "grad_norm": 0.1748635172843933,
1910
+ "learning_rate": 3.433347091202247e-06,
1911
+ "loss": 0.0066,
1912
+ "step": 3170
1913
+ },
1914
+ {
1915
+ "grad_norm": 0.1456315964460373,
1916
+ "learning_rate": 3.40259185177026e-06,
1917
+ "loss": 0.0066,
1918
+ "step": 3180
1919
+ },
1920
+ {
1921
+ "grad_norm": 0.1552278846502304,
1922
+ "learning_rate": 3.37190377479231e-06,
1923
+ "loss": 0.0078,
1924
+ "step": 3190
1925
+ },
1926
+ {
1927
+ "grad_norm": 0.1390221118927002,
1928
+ "learning_rate": 3.3412841505376126e-06,
1929
+ "loss": 0.0072,
1930
+ "step": 3200
1931
+ },
1932
+ {
1933
+ "grad_norm": 0.16480563580989838,
1934
+ "learning_rate": 3.310734266397313e-06,
1935
+ "loss": 0.0077,
1936
+ "step": 3210
1937
+ },
1938
+ {
1939
+ "grad_norm": 0.1649150252342224,
1940
+ "learning_rate": 3.2802554068303595e-06,
1941
+ "loss": 0.0067,
1942
+ "step": 3220
1943
+ },
1944
+ {
1945
+ "grad_norm": 0.1656564325094223,
1946
+ "learning_rate": 3.249848853309498e-06,
1947
+ "loss": 0.006,
1948
+ "step": 3230
1949
+ },
1950
+ {
1951
+ "grad_norm": 0.1461898535490036,
1952
+ "learning_rate": 3.2195158842673925e-06,
1953
+ "loss": 0.0076,
1954
+ "step": 3240
1955
+ },
1956
+ {
1957
+ "grad_norm": 0.18278367817401886,
1958
+ "learning_rate": 3.1892577750428704e-06,
1959
+ "loss": 0.0066,
1960
+ "step": 3250
1961
+ },
1962
+ {
1963
+ "grad_norm": 0.13786573708057404,
1964
+ "learning_rate": 3.15907579782731e-06,
1965
+ "loss": 0.0078,
1966
+ "step": 3260
1967
+ },
1968
+ {
1969
+ "grad_norm": 0.1395377367734909,
1970
+ "learning_rate": 3.1289712216111433e-06,
1971
+ "loss": 0.0076,
1972
+ "step": 3270
1973
+ },
1974
+ {
1975
+ "grad_norm": 0.14700208604335785,
1976
+ "learning_rate": 3.098945312130506e-06,
1977
+ "loss": 0.007,
1978
+ "step": 3280
1979
+ },
1980
+ {
1981
+ "grad_norm": 0.16532808542251587,
1982
+ "learning_rate": 3.0689993318140177e-06,
1983
+ "loss": 0.0099,
1984
+ "step": 3290
1985
+ },
1986
+ {
1987
+ "grad_norm": 0.14524875581264496,
1988
+ "learning_rate": 3.039134539729707e-06,
1989
+ "loss": 0.0067,
1990
+ "step": 3300
1991
+ },
1992
+ {
1993
+ "grad_norm": 0.19263531267642975,
1994
+ "learning_rate": 3.009352191532072e-06,
1995
+ "loss": 0.0071,
1996
+ "step": 3310
1997
+ },
1998
+ {
1999
+ "grad_norm": 0.16276566684246063,
2000
+ "learning_rate": 2.979653539409286e-06,
2001
+ "loss": 0.0084,
2002
+ "step": 3320
2003
+ },
2004
+ {
2005
+ "grad_norm": 0.15228287875652313,
2006
+ "learning_rate": 2.950039832030552e-06,
2007
+ "loss": 0.0067,
2008
+ "step": 3330
2009
+ },
2010
+ {
2011
+ "grad_norm": 0.11593017727136612,
2012
+ "learning_rate": 2.9205123144936e-06,
2013
+ "loss": 0.0073,
2014
+ "step": 3340
2015
+ },
2016
+ {
2017
+ "grad_norm": 0.1520807445049286,
2018
+ "learning_rate": 2.8910722282723404e-06,
2019
+ "loss": 0.0068,
2020
+ "step": 3350
2021
+ },
2022
+ {
2023
+ "grad_norm": 0.16609355807304382,
2024
+ "learning_rate": 2.861720811164662e-06,
2025
+ "loss": 0.0071,
2026
+ "step": 3360
2027
+ },
2028
+ {
2029
+ "grad_norm": 0.1382538378238678,
2030
+ "learning_rate": 2.8324592972404e-06,
2031
+ "loss": 0.0078,
2032
+ "step": 3370
2033
+ },
2034
+ {
2035
+ "grad_norm": 0.1377381682395935,
2036
+ "learning_rate": 2.803288916789434e-06,
2037
+ "loss": 0.0061,
2038
+ "step": 3380
2039
+ },
2040
+ {
2041
+ "grad_norm": 0.18671534955501556,
2042
+ "learning_rate": 2.77421089626997e-06,
2043
+ "loss": 0.0058,
2044
+ "step": 3390
2045
+ },
2046
+ {
2047
+ "grad_norm": 0.19992294907569885,
2048
+ "learning_rate": 2.745226458256984e-06,
2049
+ "loss": 0.0076,
2050
+ "step": 3400
2051
+ },
2052
+ {
2053
+ "grad_norm": 0.11138728260993958,
2054
+ "learning_rate": 2.7163368213907975e-06,
2055
+ "loss": 0.0061,
2056
+ "step": 3410
2057
+ },
2058
+ {
2059
+ "grad_norm": 0.12303023040294647,
2060
+ "learning_rate": 2.6875432003258562e-06,
2061
+ "loss": 0.0058,
2062
+ "step": 3420
2063
+ },
2064
+ {
2065
+ "grad_norm": 0.16506201028823853,
2066
+ "learning_rate": 2.6588468056796534e-06,
2067
+ "loss": 0.0062,
2068
+ "step": 3430
2069
+ },
2070
+ {
2071
+ "grad_norm": 0.1334795504808426,
2072
+ "learning_rate": 2.6302488439818387e-06,
2073
+ "loss": 0.008,
2074
+ "step": 3440
2075
+ },
2076
+ {
2077
+ "grad_norm": 0.14206889271736145,
2078
+ "learning_rate": 2.6017505176234757e-06,
2079
+ "loss": 0.0067,
2080
+ "step": 3450
2081
+ },
2082
+ {
2083
+ "grad_norm": 0.16445602476596832,
2084
+ "learning_rate": 2.5733530248064987e-06,
2085
+ "loss": 0.0093,
2086
+ "step": 3460
2087
+ },
2088
+ {
2089
+ "grad_norm": 0.12602002918720245,
2090
+ "learning_rate": 2.5450575594933347e-06,
2091
+ "loss": 0.0059,
2092
+ "step": 3470
2093
+ },
2094
+ {
2095
+ "grad_norm": 0.15165653824806213,
2096
+ "learning_rate": 2.5168653113567e-06,
2097
+ "loss": 0.0081,
2098
+ "step": 3480
2099
+ },
2100
+ {
2101
+ "grad_norm": 0.1677282303571701,
2102
+ "learning_rate": 2.4887774657295784e-06,
2103
+ "loss": 0.0076,
2104
+ "step": 3490
2105
+ },
2106
+ {
2107
+ "grad_norm": 0.16380077600479126,
2108
+ "learning_rate": 2.4607952035553867e-06,
2109
+ "loss": 0.0071,
2110
+ "step": 3500
2111
+ },
2112
+ {
2113
+ "grad_norm": 0.10524740815162659,
2114
+ "learning_rate": 2.432919701338331e-06,
2115
+ "loss": 0.0061,
2116
+ "step": 3510
2117
+ },
2118
+ {
2119
+ "grad_norm": 0.1022457480430603,
2120
+ "learning_rate": 2.4051521310939258e-06,
2121
+ "loss": 0.0078,
2122
+ "step": 3520
2123
+ },
2124
+ {
2125
+ "grad_norm": 0.11600089073181152,
2126
+ "learning_rate": 2.3774936602997247e-06,
2127
+ "loss": 0.0086,
2128
+ "step": 3530
2129
+ },
2130
+ {
2131
+ "grad_norm": 0.14939579367637634,
2132
+ "learning_rate": 2.3499454518462397e-06,
2133
+ "loss": 0.0066,
2134
+ "step": 3540
2135
+ },
2136
+ {
2137
+ "grad_norm": 0.11456549167633057,
2138
+ "learning_rate": 2.322508663988037e-06,
2139
+ "loss": 0.0066,
2140
+ "step": 3550
2141
+ },
2142
+ {
2143
+ "grad_norm": 0.1360103040933609,
2144
+ "learning_rate": 2.295184450295042e-06,
2145
+ "loss": 0.0072,
2146
+ "step": 3560
2147
+ },
2148
+ {
2149
+ "grad_norm": 0.14279311895370483,
2150
+ "learning_rate": 2.267973959604046e-06,
2151
+ "loss": 0.0068,
2152
+ "step": 3570
2153
+ },
2154
+ {
2155
+ "grad_norm": 0.1670876443386078,
2156
+ "learning_rate": 2.2408783359703955e-06,
2157
+ "loss": 0.0085,
2158
+ "step": 3580
2159
+ },
2160
+ {
2161
+ "grad_norm": 0.1801007091999054,
2162
+ "learning_rate": 2.21389871861989e-06,
2163
+ "loss": 0.0073,
2164
+ "step": 3590
2165
+ },
2166
+ {
2167
+ "grad_norm": 0.14070729911327362,
2168
+ "learning_rate": 2.1870362419008844e-06,
2169
+ "loss": 0.0084,
2170
+ "step": 3600
2171
+ },
2172
+ {
2173
+ "grad_norm": 0.15162476897239685,
2174
+ "learning_rate": 2.1602920352366063e-06,
2175
+ "loss": 0.0076,
2176
+ "step": 3610
2177
+ },
2178
+ {
2179
+ "grad_norm": 0.11926225572824478,
2180
+ "learning_rate": 2.1336672230776524e-06,
2181
+ "loss": 0.0064,
2182
+ "step": 3620
2183
+ },
2184
+ {
2185
+ "grad_norm": 0.16676262021064758,
2186
+ "learning_rate": 2.1071629248547224e-06,
2187
+ "loss": 0.0062,
2188
+ "step": 3630
2189
+ },
2190
+ {
2191
+ "grad_norm": 0.16389648616313934,
2192
+ "learning_rate": 2.0807802549315543e-06,
2193
+ "loss": 0.0061,
2194
+ "step": 3640
2195
+ },
2196
+ {
2197
+ "grad_norm": 0.12687431275844574,
2198
+ "learning_rate": 2.0545203225580658e-06,
2199
+ "loss": 0.0066,
2200
+ "step": 3650
2201
+ },
2202
+ {
2203
+ "grad_norm": 0.12443643063306808,
2204
+ "learning_rate": 2.0283842318237163e-06,
2205
+ "loss": 0.0077,
2206
+ "step": 3660
2207
+ },
2208
+ {
2209
+ "grad_norm": 0.10805920511484146,
2210
+ "learning_rate": 2.0023730816110874e-06,
2211
+ "loss": 0.0073,
2212
+ "step": 3670
2213
+ },
2214
+ {
2215
+ "grad_norm": 0.12088032811880112,
2216
+ "learning_rate": 1.9764879655496866e-06,
2217
+ "loss": 0.0059,
2218
+ "step": 3680
2219
+ },
2220
+ {
2221
+ "grad_norm": 0.1416546106338501,
2222
+ "learning_rate": 1.950729971969955e-06,
2223
+ "loss": 0.0065,
2224
+ "step": 3690
2225
+ },
2226
+ {
2227
+ "grad_norm": 0.13376402854919434,
2228
+ "learning_rate": 1.9251001838575157e-06,
2229
+ "loss": 0.0079,
2230
+ "step": 3700
2231
+ },
2232
+ {
2233
+ "grad_norm": 0.1173543706536293,
2234
+ "learning_rate": 1.8995996788076416e-06,
2235
+ "loss": 0.0065,
2236
+ "step": 3710
2237
+ },
2238
+ {
2239
+ "grad_norm": 0.12067501991987228,
2240
+ "learning_rate": 1.87422952897994e-06,
2241
+ "loss": 0.0076,
2242
+ "step": 3720
2243
+ },
2244
+ {
2245
+ "grad_norm": 0.15002977848052979,
2246
+ "learning_rate": 1.848990801053287e-06,
2247
+ "loss": 0.0063,
2248
+ "step": 3730
2249
+ },
2250
+ {
2251
+ "grad_norm": 0.12534640729427338,
2252
+ "learning_rate": 1.8238845561809643e-06,
2253
+ "loss": 0.0066,
2254
+ "step": 3740
2255
+ },
2256
+ {
2257
+ "grad_norm": 0.12740376591682434,
2258
+ "learning_rate": 1.7989118499460578e-06,
2259
+ "loss": 0.0072,
2260
+ "step": 3750
2261
+ },
2262
+ {
2263
+ "grad_norm": 0.13258518278598785,
2264
+ "learning_rate": 1.7740737323170638e-06,
2265
+ "loss": 0.007,
2266
+ "step": 3760
2267
+ },
2268
+ {
2269
+ "grad_norm": 0.13504824042320251,
2270
+ "learning_rate": 1.74937124760375e-06,
2271
+ "loss": 0.0066,
2272
+ "step": 3770
2273
+ },
2274
+ {
2275
+ "grad_norm": 0.15698139369487762,
2276
+ "learning_rate": 1.7248054344132498e-06,
2277
+ "loss": 0.0062,
2278
+ "step": 3780
2279
+ },
2280
+ {
2281
+ "grad_norm": 0.17561963200569153,
2282
+ "learning_rate": 1.7003773256063882e-06,
2283
+ "loss": 0.0078,
2284
+ "step": 3790
2285
+ },
2286
+ {
2287
+ "grad_norm": 0.1436198353767395,
2288
+ "learning_rate": 1.676087948254258e-06,
2289
+ "loss": 0.0068,
2290
+ "step": 3800
2291
+ },
2292
+ {
2293
+ "grad_norm": 0.11799685657024384,
2294
+ "learning_rate": 1.6519383235950404e-06,
2295
+ "loss": 0.0056,
2296
+ "step": 3810
2297
+ },
2298
+ {
2299
+ "grad_norm": 0.12107376754283905,
2300
+ "learning_rate": 1.6279294669910657e-06,
2301
+ "loss": 0.0064,
2302
+ "step": 3820
2303
+ },
2304
+ {
2305
+ "grad_norm": 0.09828881174325943,
2306
+ "learning_rate": 1.6040623878861166e-06,
2307
+ "loss": 0.0067,
2308
+ "step": 3830
2309
+ },
2310
+ {
2311
+ "grad_norm": 0.13736337423324585,
2312
+ "learning_rate": 1.5803380897629939e-06,
2313
+ "loss": 0.0063,
2314
+ "step": 3840
2315
+ },
2316
+ {
2317
+ "grad_norm": 0.1294400840997696,
2318
+ "learning_rate": 1.556757570101326e-06,
2319
+ "loss": 0.0068,
2320
+ "step": 3850
2321
+ },
2322
+ {
2323
+ "grad_norm": 0.14466823637485504,
2324
+ "learning_rate": 1.5333218203356243e-06,
2325
+ "loss": 0.0069,
2326
+ "step": 3860
2327
+ },
2328
+ {
2329
+ "grad_norm": 0.16395831108093262,
2330
+ "learning_rate": 1.5100318258135994e-06,
2331
+ "loss": 0.0072,
2332
+ "step": 3870
2333
+ },
2334
+ {
2335
+ "grad_norm": 0.15692344307899475,
2336
+ "learning_rate": 1.4868885657547415e-06,
2337
+ "loss": 0.0068,
2338
+ "step": 3880
2339
+ },
2340
+ {
2341
+ "grad_norm": 0.12216168642044067,
2342
+ "learning_rate": 1.4638930132091367e-06,
2343
+ "loss": 0.0061,
2344
+ "step": 3890
2345
+ },
2346
+ {
2347
+ "grad_norm": 0.11609058827161789,
2348
+ "learning_rate": 1.441046135016566e-06,
2349
+ "loss": 0.007,
2350
+ "step": 3900
2351
+ },
2352
+ {
2353
+ "grad_norm": 0.13286003470420837,
2354
+ "learning_rate": 1.4183488917658462e-06,
2355
+ "loss": 0.0085,
2356
+ "step": 3910
2357
+ },
2358
+ {
2359
+ "grad_norm": 0.1258145123720169,
2360
+ "learning_rate": 1.3958022377544506e-06,
2361
+ "loss": 0.0092,
2362
+ "step": 3920
2363
+ },
2364
+ {
2365
+ "grad_norm": 0.10750820487737656,
2366
+ "learning_rate": 1.373407120948379e-06,
2367
+ "loss": 0.0057,
2368
+ "step": 3930
2369
+ },
2370
+ {
2371
+ "grad_norm": 0.17419536411762238,
2372
+ "learning_rate": 1.3511644829423032e-06,
2373
+ "loss": 0.0068,
2374
+ "step": 3940
2375
+ },
2376
+ {
2377
+ "grad_norm": 0.13771472871303558,
2378
+ "learning_rate": 1.3290752589199823e-06,
2379
+ "loss": 0.0066,
2380
+ "step": 3950
2381
+ },
2382
+ {
2383
+ "grad_norm": 0.12734024226665497,
2384
+ "learning_rate": 1.3071403776149349e-06,
2385
+ "loss": 0.0071,
2386
+ "step": 3960
2387
+ },
2388
+ {
2389
+ "grad_norm": 0.1549912691116333,
2390
+ "learning_rate": 1.2853607612713964e-06,
2391
+ "loss": 0.0065,
2392
+ "step": 3970
2393
+ },
2394
+ {
2395
+ "grad_norm": 0.15657474100589752,
2396
+ "learning_rate": 1.2637373256055445e-06,
2397
+ "loss": 0.0109,
2398
+ "step": 3980
2399
+ },
2400
+ {
2401
+ "grad_norm": 0.16338898241519928,
2402
+ "learning_rate": 1.2422709797669962e-06,
2403
+ "loss": 0.0102,
2404
+ "step": 3990
2405
+ },
2406
+ {
2407
+ "grad_norm": 0.08695633709430695,
2408
+ "learning_rate": 1.2209626263005802e-06,
2409
+ "loss": 0.0071,
2410
+ "step": 4000
2411
+ },
2412
+ {
2413
+ "grad_norm": 0.10149053484201431,
2414
+ "learning_rate": 1.1998131611083918e-06,
2415
+ "loss": 0.007,
2416
+ "step": 4010
2417
+ },
2418
+ {
2419
+ "grad_norm": 0.1059093326330185,
2420
+ "learning_rate": 1.1788234734121313e-06,
2421
+ "loss": 0.0063,
2422
+ "step": 4020
2423
+ },
2424
+ {
2425
+ "grad_norm": 0.14522817730903625,
2426
+ "learning_rate": 1.157994445715706e-06,
2427
+ "loss": 0.0059,
2428
+ "step": 4030
2429
+ },
2430
+ {
2431
+ "grad_norm": 0.1221671774983406,
2432
+ "learning_rate": 1.1373269537681313e-06,
2433
+ "loss": 0.0062,
2434
+ "step": 4040
2435
+ },
2436
+ {
2437
+ "grad_norm": 0.13036932051181793,
2438
+ "learning_rate": 1.1168218665267138e-06,
2439
+ "loss": 0.0057,
2440
+ "step": 4050
2441
+ },
2442
+ {
2443
+ "grad_norm": 0.11792612820863724,
2444
+ "learning_rate": 1.0964800461205076e-06,
2445
+ "loss": 0.0069,
2446
+ "step": 4060
2447
+ },
2448
+ {
2449
+ "grad_norm": 0.12819325923919678,
2450
+ "learning_rate": 1.076302347814076e-06,
2451
+ "loss": 0.0067,
2452
+ "step": 4070
2453
+ },
2454
+ {
2455
+ "grad_norm": 0.09360143542289734,
2456
+ "learning_rate": 1.0562896199715217e-06,
2457
+ "loss": 0.0061,
2458
+ "step": 4080
2459
+ },
2460
+ {
2461
+ "grad_norm": 0.1111515462398529,
2462
+ "learning_rate": 1.0364427040208292e-06,
2463
+ "loss": 0.0071,
2464
+ "step": 4090
2465
+ },
2466
+ {
2467
+ "grad_norm": 0.13106010854244232,
2468
+ "learning_rate": 1.0167624344184763e-06,
2469
+ "loss": 0.0067,
2470
+ "step": 4100
2471
+ },
2472
+ {
2473
+ "grad_norm": 0.1395925134420395,
2474
+ "learning_rate": 9.97249638614356e-07,
2475
+ "loss": 0.0076,
2476
+ "step": 4110
2477
+ },
2478
+ {
2479
+ "grad_norm": 0.16179732978343964,
2480
+ "learning_rate": 9.77905137016989e-07,
2481
+ "loss": 0.0066,
2482
+ "step": 4120
2483
+ },
2484
+ {
2485
+ "grad_norm": 0.10920640081167221,
2486
+ "learning_rate": 9.58729742959022e-07,
2487
+ "loss": 0.0061,
2488
+ "step": 4130
2489
+ },
2490
+ {
2491
+ "grad_norm": 0.1252516806125641,
2492
+ "learning_rate": 9.39724262663036e-07,
2493
+ "loss": 0.0088,
2494
+ "step": 4140
2495
+ },
2496
+ {
2497
+ "grad_norm": 0.11075793206691742,
2498
+ "learning_rate": 9.208894952076508e-07,
2499
+ "loss": 0.0061,
2500
+ "step": 4150
2501
+ },
2502
+ {
2503
+ "grad_norm": 0.13468174636363983,
2504
+ "learning_rate": 9.022262324939263e-07,
2505
+ "loss": 0.0083,
2506
+ "step": 4160
2507
+ },
2508
+ {
2509
+ "grad_norm": 0.13226717710494995,
2510
+ "learning_rate": 8.837352592120646e-07,
2511
+ "loss": 0.0066,
2512
+ "step": 4170
2513
+ },
2514
+ {
2515
+ "grad_norm": 0.12911997735500336,
2516
+ "learning_rate": 8.654173528084192e-07,
2517
+ "loss": 0.0066,
2518
+ "step": 4180
2519
+ },
2520
+ {
2521
+ "grad_norm": 0.09684129804372787,
2522
+ "learning_rate": 8.472732834528142e-07,
2523
+ "loss": 0.0058,
2524
+ "step": 4190
2525
+ },
2526
+ {
2527
+ "grad_norm": 0.09637130796909332,
2528
+ "learning_rate": 8.293038140061516e-07,
2529
+ "loss": 0.0059,
2530
+ "step": 4200
2531
+ },
2532
+ {
2533
+ "grad_norm": 0.11158633977174759,
2534
+ "learning_rate": 8.115096999883437e-07,
2535
+ "loss": 0.006,
2536
+ "step": 4210
2537
+ },
2538
+ {
2539
+ "grad_norm": 0.14508719742298126,
2540
+ "learning_rate": 7.938916895465504e-07,
2541
+ "loss": 0.0059,
2542
+ "step": 4220
2543
+ },
2544
+ {
2545
+ "grad_norm": 0.12734860181808472,
2546
+ "learning_rate": 7.76450523423714e-07,
2547
+ "loss": 0.0056,
2548
+ "step": 4230
2549
+ },
2550
+ {
2551
+ "grad_norm": 0.13412269949913025,
2552
+ "learning_rate": 7.591869349274267e-07,
2553
+ "loss": 0.0087,
2554
+ "step": 4240
2555
+ },
2556
+ {
2557
+ "grad_norm": 0.13277405500411987,
2558
+ "learning_rate": 7.421016498990874e-07,
2559
+ "loss": 0.0074,
2560
+ "step": 4250
2561
+ },
2562
+ {
2563
+ "grad_norm": 0.13285693526268005,
2564
+ "learning_rate": 7.251953866833939e-07,
2565
+ "loss": 0.0066,
2566
+ "step": 4260
2567
+ },
2568
+ {
2569
+ "grad_norm": 0.12012125551700592,
2570
+ "learning_rate": 7.084688560981329e-07,
2571
+ "loss": 0.0057,
2572
+ "step": 4270
2573
+ },
2574
+ {
2575
+ "grad_norm": 0.120536208152771,
2576
+ "learning_rate": 6.919227614042967e-07,
2577
+ "loss": 0.0065,
2578
+ "step": 4280
2579
+ },
2580
+ {
2581
+ "grad_norm": 0.11661861836910248,
2582
+ "learning_rate": 6.755577982765199e-07,
2583
+ "loss": 0.0068,
2584
+ "step": 4290
2585
+ },
2586
+ {
2587
+ "grad_norm": 0.10155164450407028,
2588
+ "learning_rate": 6.593746547738195e-07,
2589
+ "loss": 0.0065,
2590
+ "step": 4300
2591
+ },
2592
+ {
2593
+ "grad_norm": 0.1063469871878624,
2594
+ "learning_rate": 6.433740113106723e-07,
2595
+ "loss": 0.007,
2596
+ "step": 4310
2597
+ },
2598
+ {
2599
+ "grad_norm": 0.08735958486795425,
2600
+ "learning_rate": 6.275565406284101e-07,
2601
+ "loss": 0.0057,
2602
+ "step": 4320
2603
+ },
2604
+ {
2605
+ "grad_norm": 0.14039689302444458,
2606
+ "learning_rate": 6.119229077669286e-07,
2607
+ "loss": 0.0072,
2608
+ "step": 4330
2609
+ },
2610
+ {
2611
+ "grad_norm": 0.12924741208553314,
2612
+ "learning_rate": 5.964737700367268e-07,
2613
+ "loss": 0.0074,
2614
+ "step": 4340
2615
+ },
2616
+ {
2617
+ "grad_norm": 0.12861283123493195,
2618
+ "learning_rate": 5.812097769912712e-07,
2619
+ "loss": 0.0066,
2620
+ "step": 4350
2621
+ },
2622
+ {
2623
+ "grad_norm": 0.1571611911058426,
2624
+ "learning_rate": 5.661315703996905e-07,
2625
+ "loss": 0.0058,
2626
+ "step": 4360
2627
+ },
2628
+ {
2629
+ "grad_norm": 0.12121699750423431,
2630
+ "learning_rate": 5.512397842197847e-07,
2631
+ "loss": 0.0072,
2632
+ "step": 4370
2633
+ },
2634
+ {
2635
+ "grad_norm": 0.13491298258304596,
2636
+ "learning_rate": 5.365350445713757e-07,
2637
+ "loss": 0.0072,
2638
+ "step": 4380
2639
+ },
2640
+ {
2641
+ "grad_norm": 0.1281762421131134,
2642
+ "learning_rate": 5.220179697099792e-07,
2643
+ "loss": 0.0071,
2644
+ "step": 4390
2645
+ },
2646
+ {
2647
+ "grad_norm": 0.1719849705696106,
2648
+ "learning_rate": 5.076891700008147e-07,
2649
+ "loss": 0.0072,
2650
+ "step": 4400
2651
+ },
2652
+ {
2653
+ "grad_norm": 0.1799411177635193,
2654
+ "learning_rate": 4.935492478931397e-07,
2655
+ "loss": 0.0076,
2656
+ "step": 4410
2657
+ },
2658
+ {
2659
+ "grad_norm": 0.1129179447889328,
2660
+ "learning_rate": 4.795987978949185e-07,
2661
+ "loss": 0.0058,
2662
+ "step": 4420
2663
+ },
2664
+ {
2665
+ "grad_norm": 0.11943493783473969,
2666
+ "learning_rate": 4.658384065478316e-07,
2667
+ "loss": 0.007,
2668
+ "step": 4430
2669
+ },
2670
+ {
2671
+ "grad_norm": 0.12416908144950867,
2672
+ "learning_rate": 4.5226865240260873e-07,
2673
+ "loss": 0.0058,
2674
+ "step": 4440
2675
+ },
2676
+ {
2677
+ "grad_norm": 0.13244906067848206,
2678
+ "learning_rate": 4.3889010599470763e-07,
2679
+ "loss": 0.0075,
2680
+ "step": 4450
2681
+ },
2682
+ {
2683
+ "grad_norm": 0.10848696529865265,
2684
+ "learning_rate": 4.257033298203239e-07,
2685
+ "loss": 0.0059,
2686
+ "step": 4460
2687
+ },
2688
+ {
2689
+ "grad_norm": 0.20124682784080505,
2690
+ "learning_rate": 4.127088783127453e-07,
2691
+ "loss": 0.0056,
2692
+ "step": 4470
2693
+ },
2694
+ {
2695
+ "grad_norm": 0.11687291413545609,
2696
+ "learning_rate": 3.9990729781903494e-07,
2697
+ "loss": 0.0079,
2698
+ "step": 4480
2699
+ },
2700
+ {
2701
+ "grad_norm": 0.12525412440299988,
2702
+ "learning_rate": 3.872991265770648e-07,
2703
+ "loss": 0.0074,
2704
+ "step": 4490
2705
+ },
2706
+ {
2707
+ "grad_norm": 0.10826266556978226,
2708
+ "learning_rate": 3.74884894692884e-07,
2709
+ "loss": 0.0078,
2710
+ "step": 4500
2711
+ },
2712
+ {
2713
+ "grad_norm": 0.11437051743268967,
2714
+ "learning_rate": 3.6266512411843035e-07,
2715
+ "loss": 0.0054,
2716
+ "step": 4510
2717
+ },
2718
+ {
2719
+ "grad_norm": 0.11760707944631577,
2720
+ "learning_rate": 3.5064032862958397e-07,
2721
+ "loss": 0.006,
2722
+ "step": 4520
2723
+ },
2724
+ {
2725
+ "grad_norm": 0.0732111856341362,
2726
+ "learning_rate": 3.3881101380456914e-07,
2727
+ "loss": 0.0072,
2728
+ "step": 4530
2729
+ },
2730
+ {
2731
+ "grad_norm": 0.12257468700408936,
2732
+ "learning_rate": 3.271776770026963e-07,
2733
+ "loss": 0.0069,
2734
+ "step": 4540
2735
+ },
2736
+ {
2737
+ "grad_norm": 0.12124118953943253,
2738
+ "learning_rate": 3.1574080734344757e-07,
2739
+ "loss": 0.0067,
2740
+ "step": 4550
2741
+ },
2742
+ {
2743
+ "grad_norm": 0.1068987175822258,
2744
+ "learning_rate": 3.0450088568591605e-07,
2745
+ "loss": 0.0069,
2746
+ "step": 4560
2747
+ },
2748
+ {
2749
+ "grad_norm": 0.12387272715568542,
2750
+ "learning_rate": 2.9345838460858533e-07,
2751
+ "loss": 0.0053,
2752
+ "step": 4570
2753
+ },
2754
+ {
2755
+ "grad_norm": 0.11325720697641373,
2756
+ "learning_rate": 2.826137683894642e-07,
2757
+ "loss": 0.0067,
2758
+ "step": 4580
2759
+ },
2760
+ {
2761
+ "grad_norm": 0.12657305598258972,
2762
+ "learning_rate": 2.719674929865607e-07,
2763
+ "loss": 0.0067,
2764
+ "step": 4590
2765
+ },
2766
+ {
2767
+ "grad_norm": 0.11092711985111237,
2768
+ "learning_rate": 2.6152000601871286e-07,
2769
+ "loss": 0.0067,
2770
+ "step": 4600
2771
+ },
2772
+ {
2773
+ "grad_norm": 0.10603311657905579,
2774
+ "learning_rate": 2.5127174674677514e-07,
2775
+ "loss": 0.0071,
2776
+ "step": 4610
2777
+ },
2778
+ {
2779
+ "grad_norm": 0.10764645040035248,
2780
+ "learning_rate": 2.4122314605513953e-07,
2781
+ "loss": 0.006,
2782
+ "step": 4620
2783
+ },
2784
+ {
2785
+ "grad_norm": 0.13234812021255493,
2786
+ "learning_rate": 2.3137462643362696e-07,
2787
+ "loss": 0.0063,
2788
+ "step": 4630
2789
+ },
2790
+ {
2791
+ "grad_norm": 0.1111011803150177,
2792
+ "learning_rate": 2.2172660195972252e-07,
2793
+ "loss": 0.0057,
2794
+ "step": 4640
2795
+ },
2796
+ {
2797
+ "grad_norm": 0.13392621278762817,
2798
+ "learning_rate": 2.1227947828116158e-07,
2799
+ "loss": 0.0071,
2800
+ "step": 4650
2801
+ },
2802
+ {
2803
+ "grad_norm": 0.10567551851272583,
2804
+ "learning_rate": 2.030336525988802e-07,
2805
+ "loss": 0.0065,
2806
+ "step": 4660
2807
+ },
2808
+ {
2809
+ "grad_norm": 0.13264816999435425,
2810
+ "learning_rate": 1.9398951365030948e-07,
2811
+ "loss": 0.0069,
2812
+ "step": 4670
2813
+ },
2814
+ {
2815
+ "grad_norm": 0.12655635178089142,
2816
+ "learning_rate": 1.8514744169303767e-07,
2817
+ "loss": 0.0075,
2818
+ "step": 4680
2819
+ },
2820
+ {
2821
+ "grad_norm": 0.1307709515094757,
2822
+ "learning_rate": 1.7650780848881498e-07,
2823
+ "loss": 0.0091,
2824
+ "step": 4690
2825
+ },
2826
+ {
2827
+ "grad_norm": 0.11376588046550751,
2828
+ "learning_rate": 1.6807097728792743e-07,
2829
+ "loss": 0.0063,
2830
+ "step": 4700
2831
+ },
2832
+ {
2833
+ "grad_norm": 0.10045772045850754,
2834
+ "learning_rate": 1.5983730281392663e-07,
2835
+ "loss": 0.0064,
2836
+ "step": 4710
2837
+ },
2838
+ {
2839
+ "grad_norm": 0.13652394711971283,
2840
+ "learning_rate": 1.5180713124870793e-07,
2841
+ "loss": 0.0072,
2842
+ "step": 4720
2843
+ },
2844
+ {
2845
+ "grad_norm": 0.14289340376853943,
2846
+ "learning_rate": 1.4398080021796158e-07,
2847
+ "loss": 0.0068,
2848
+ "step": 4730
2849
+ },
2850
+ {
2851
+ "grad_norm": 0.10488095879554749,
2852
+ "learning_rate": 1.363586387769761e-07,
2853
+ "loss": 0.0064,
2854
+ "step": 4740
2855
+ },
2856
+ {
2857
+ "grad_norm": 0.1261162906885147,
2858
+ "learning_rate": 1.2894096739680227e-07,
2859
+ "loss": 0.0085,
2860
+ "step": 4750
2861
+ },
2862
+ {
2863
+ "grad_norm": 0.11971191316843033,
2864
+ "learning_rate": 1.21728097950779e-07,
2865
+ "loss": 0.0083,
2866
+ "step": 4760
2867
+ },
2868
+ {
2869
+ "grad_norm": 0.1116359531879425,
2870
+ "learning_rate": 1.1472033370142077e-07,
2871
+ "loss": 0.0077,
2872
+ "step": 4770
2873
+ },
2874
+ {
2875
+ "grad_norm": 0.1636156290769577,
2876
+ "learning_rate": 1.0791796928766918e-07,
2877
+ "loss": 0.0073,
2878
+ "step": 4780
2879
+ },
2880
+ {
2881
+ "grad_norm": 0.11276334524154663,
2882
+ "learning_rate": 1.0132129071250108e-07,
2883
+ "loss": 0.0071,
2884
+ "step": 4790
2885
+ },
2886
+ {
2887
+ "grad_norm": 0.12135202437639236,
2888
+ "learning_rate": 9.493057533090655e-08,
2889
+ "loss": 0.0063,
2890
+ "step": 4800
2891
+ },
2892
+ {
2893
+ "grad_norm": 0.12434811890125275,
2894
+ "learning_rate": 8.87460918382288e-08,
2895
+ "loss": 0.0077,
2896
+ "step": 4810
2897
+ },
2898
+ {
2899
+ "grad_norm": 0.10777053236961365,
2900
+ "learning_rate": 8.276810025886207e-08,
2901
+ "loss": 0.0071,
2902
+ "step": 4820
2903
+ },
2904
+ {
2905
+ "grad_norm": 0.10811788588762283,
2906
+ "learning_rate": 7.699685193532369e-08,
2907
+ "loss": 0.0069,
2908
+ "step": 4830
2909
+ },
2910
+ {
2911
+ "grad_norm": 0.14232268929481506,
2912
+ "learning_rate": 7.143258951768484e-08,
2913
+ "loss": 0.0067,
2914
+ "step": 4840
2915
+ },
2916
+ {
2917
+ "grad_norm": 0.09892482310533524,
2918
+ "learning_rate": 6.607554695336749e-08,
2919
+ "loss": 0.0057,
2920
+ "step": 4850
2921
+ },
2922
+ {
2923
+ "grad_norm": 0.1234084963798523,
2924
+ "learning_rate": 6.092594947731012e-08,
2925
+ "loss": 0.008,
2926
+ "step": 4860
2927
+ },
2928
+ {
2929
+ "grad_norm": 0.08348482847213745,
2930
+ "learning_rate": 5.598401360249528e-08,
2931
+ "loss": 0.0063,
2932
+ "step": 4870
2933
+ },
2934
+ {
2935
+ "grad_norm": 0.12474005669355392,
2936
+ "learning_rate": 5.124994711084963e-08,
2937
+ "loss": 0.0062,
2938
+ "step": 4880
2939
+ },
2940
+ {
2941
+ "grad_norm": 0.12006371468305588,
2942
+ "learning_rate": 4.672394904450372e-08,
2943
+ "loss": 0.0063,
2944
+ "step": 4890
2945
+ },
2946
+ {
2947
+ "grad_norm": 0.10794815421104431,
2948
+ "learning_rate": 4.240620969742759e-08,
2949
+ "loss": 0.0063,
2950
+ "step": 4900
2951
+ },
2952
+ {
2953
+ "grad_norm": 0.1214495524764061,
2954
+ "learning_rate": 3.8296910607426576e-08,
2955
+ "loss": 0.0064,
2956
+ "step": 4910
2957
+ },
2958
+ {
2959
+ "grad_norm": 0.09389808028936386,
2960
+ "learning_rate": 3.439622454851188e-08,
2961
+ "loss": 0.0087,
2962
+ "step": 4920
2963
+ },
2964
+ {
2965
+ "grad_norm": 0.12423347681760788,
2966
+ "learning_rate": 3.0704315523631956e-08,
2967
+ "loss": 0.0088,
2968
+ "step": 4930
2969
+ },
2970
+ {
2971
+ "grad_norm": 0.10698903352022171,
2972
+ "learning_rate": 2.722133875778077e-08,
2973
+ "loss": 0.0069,
2974
+ "step": 4940
2975
+ },
2976
+ {
2977
+ "grad_norm": 0.1059388592839241,
2978
+ "learning_rate": 2.394744069147137e-08,
2979
+ "loss": 0.0076,
2980
+ "step": 4950
2981
+ },
2982
+ {
2983
+ "grad_norm": 0.10103761404752731,
2984
+ "learning_rate": 2.0882758974575256e-08,
2985
+ "loss": 0.0085,
2986
+ "step": 4960
2987
+ },
2988
+ {
2989
+ "grad_norm": 0.1073179841041565,
2990
+ "learning_rate": 1.8027422460539234e-08,
2991
+ "loss": 0.0067,
2992
+ "step": 4970
2993
+ },
2994
+ {
2995
+ "grad_norm": 0.11128496378660202,
2996
+ "learning_rate": 1.538155120096585e-08,
2997
+ "loss": 0.0071,
2998
+ "step": 4980
2999
+ },
3000
+ {
3001
+ "grad_norm": 0.14867077767848969,
3002
+ "learning_rate": 1.2945256440564658e-08,
3003
+ "loss": 0.0068,
3004
+ "step": 4990
3005
+ },
3006
+ {
3007
+ "grad_norm": 0.12605531513690948,
3008
+ "learning_rate": 1.0718640612477627e-08,
3009
+ "loss": 0.0071,
3010
+ "step": 5000
3011
+ },
3012
+ {
3013
+ "grad_norm": 0.10188615322113037,
3014
+ "learning_rate": 8.701797333970363e-09,
3015
+ "loss": 0.0072,
3016
+ "step": 5010
3017
+ },
3018
+ {
3019
+ "grad_norm": 0.13151030242443085,
3020
+ "learning_rate": 6.894811402496926e-09,
3021
+ "loss": 0.0069,
3022
+ "step": 5020
3023
+ },
3024
+ {
3025
+ "grad_norm": 0.13132736086845398,
3026
+ "learning_rate": 5.297758792134899e-09,
3027
+ "loss": 0.0065,
3028
+ "step": 5030
3029
+ },
3030
+ {
3031
+ "grad_norm": 0.07553563266992569,
3032
+ "learning_rate": 3.910706650388507e-09,
3033
+ "loss": 0.0069,
3034
+ "step": 5040
3035
+ },
3036
+ {
3037
+ "grad_norm": 0.14213469624519348,
3038
+ "learning_rate": 2.7337132953697555e-09,
3039
+ "loss": 0.0058,
3040
+ "step": 5050
3041
+ },
3042
+ {
3043
+ "grad_norm": 0.18763279914855957,
3044
+ "learning_rate": 1.7668282133431746e-09,
3045
+ "loss": 0.0065,
3046
+ "step": 5060
3047
+ },
3048
+ {
3049
+ "grad_norm": 0.1700616031885147,
3050
+ "learning_rate": 1.0100920566458172e-09,
3051
+ "loss": 0.0061,
3052
+ "step": 5070
3053
+ },
3054
+ {
3055
+ "grad_norm": 0.1079893633723259,
3056
+ "learning_rate": 4.635366419780685e-10,
3057
+ "loss": 0.0057,
3058
+ "step": 5080
3059
+ },
3060
+ {
3061
+ "grad_norm": 0.11632699519395828,
3062
+ "learning_rate": 1.271849490680488e-10,
3063
+ "loss": 0.0064,
3064
+ "step": 5090
3065
+ },
3066
+ {
3067
+ "grad_norm": 0.09844018518924713,
3068
+ "learning_rate": 1.0511197007234685e-12,
3069
+ "loss": 0.0066,
3070
+ "step": 5100
3071
+ }
3072
+ ],
3073
+ "logging_steps": 10,
3074
+ "max_steps": 5100,
3075
+ "num_input_tokens_seen": 0,
3076
+ "num_train_epochs": 9223372036854775807,
3077
+ "save_steps": 5000,
3078
+ "stateful_callbacks": {
3079
+ "TrainerControl": {
3080
+ "args": {
3081
+ "should_epoch_stop": false,
3082
+ "should_evaluate": false,
3083
+ "should_log": false,
3084
+ "should_save": true,
3085
+ "should_training_stop": true
3086
+ },
3087
+ "attributes": {}
3088
+ }
3089
+ },
3090
+ "total_flos": 0.0,
3091
+ "train_batch_size": 64,
3092
+ "trial_name": null,
3093
+ "trial_params": null
3094
+ }
checkpoint-5100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50fc1a9ec2db66ad83234576d2aa4a5531ace6eac8a82ae89682aa1091a181f5
3
+ size 5713
checkpoint-5100/wandb_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"project": "finetune-gr00t-n1d6", "run_id": "dual_arm_finetune"}
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
+ }
experiment_cfg/conf.yaml ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:
25
+ brightness: 0.3
26
+ contrast: 0.4
27
+ saturation: 0.5
28
+ hue: 0.08
29
+ use_albumentations_transforms: true
30
+ extra_augmentation_config: null
31
+ formalize_language: true
32
+ apply_sincos_state_encoding: false
33
+ use_relative_action: true
34
+ max_state_dim: 29
35
+ max_action_dim: 29
36
+ action_horizon: 16
37
+ hidden_size: 1024
38
+ input_embedding_dim: 1536
39
+ add_pos_embed: true
40
+ attn_dropout: 0.2
41
+ use_vlln: true
42
+ max_seq_len: 1024
43
+ use_alternate_vl_dit: true
44
+ attend_text_every_n_blocks: 2
45
+ diffusion_model_cfg:
46
+ positional_embeddings: null
47
+ num_layers: 32
48
+ num_attention_heads: 32
49
+ attention_head_dim: 48
50
+ norm_type: ada_norm
51
+ dropout: 0.2
52
+ final_dropout: true
53
+ output_dim: 1024
54
+ interleave_self_attention: true
55
+ num_inference_timesteps: 4
56
+ noise_beta_alpha: 1.5
57
+ noise_beta_beta: 1.0
58
+ noise_s: 0.999
59
+ num_timestep_buckets: 1000
60
+ tune_projector: true
61
+ tune_diffusion_model: true
62
+ tune_vlln: true
63
+ state_dropout_prob: 0.0
64
+ state_additive_noise_scale: 0.0
65
+ max_num_embodiments: 32
66
+ data:
67
+ datasets:
68
+ - dataset_paths:
69
+ - /content/Isaac-GR00T/gubam/upper_body_add_dataset
70
+ embodiment_tag: new_embodiment
71
+ mix_ratio: 1.0
72
+ dataset_type: physical_embodiment
73
+ val_dataset_path: null
74
+ modality_configs:
75
+ new_embodiment:
76
+ video:
77
+ delta_indices:
78
+ - 0
79
+ modality_keys:
80
+ - front
81
+ - left_wrist
82
+ - right_wrist
83
+ sin_cos_embedding_keys: null
84
+ mean_std_embedding_keys: null
85
+ action_configs: null
86
+ state:
87
+ delta_indices:
88
+ - 0
89
+ modality_keys:
90
+ - arm
91
+ - left_hand
92
+ - right_hand
93
+ sin_cos_embedding_keys:
94
+ - arm
95
+ - left_hand
96
+ - right_hand
97
+ mean_std_embedding_keys: null
98
+ action_configs: null
99
+ action:
100
+ delta_indices:
101
+ - 0
102
+ - 1
103
+ - 2
104
+ - 3
105
+ - 4
106
+ - 5
107
+ - 6
108
+ - 7
109
+ - 8
110
+ - 9
111
+ - 10
112
+ - 11
113
+ - 12
114
+ - 13
115
+ - 14
116
+ - 15
117
+ - 16
118
+ - 17
119
+ - 18
120
+ - 19
121
+ - 20
122
+ - 21
123
+ - 22
124
+ - 23
125
+ - 24
126
+ - 25
127
+ - 26
128
+ - 27
129
+ - 28
130
+ - 29
131
+ modality_keys:
132
+ - arm
133
+ - left_hand
134
+ - right_hand
135
+ sin_cos_embedding_keys: null
136
+ mean_std_embedding_keys: null
137
+ action_configs:
138
+ - rep: ABSOLUTE
139
+ type: NON_EEF
140
+ format: DEFAULT
141
+ state_key: null
142
+ - rep: ABSOLUTE
143
+ type: NON_EEF
144
+ format: DEFAULT
145
+ state_key: null
146
+ - rep: ABSOLUTE
147
+ type: NON_EEF
148
+ format: DEFAULT
149
+ state_key: null
150
+ language:
151
+ delta_indices:
152
+ - 0
153
+ modality_keys:
154
+ - annotation.task_description
155
+ sin_cos_embedding_keys: null
156
+ mean_std_embedding_keys: null
157
+ action_configs: null
158
+ download_cache: false
159
+ shard_size: 1024
160
+ episode_sampling_rate: 0.1
161
+ num_shards_per_epoch: 100000
162
+ override_pretraining_statistics: false
163
+ mode: single_turn
164
+ random_chop: 0.0
165
+ mock_dataset_mode: false
166
+ shuffle: true
167
+ seed: 42
168
+ multiprocessing_context: fork
169
+ allow_padding: false
170
+ subsample_ratio: 1.0
171
+ image_crop_size:
172
+ - 244
173
+ - 244
174
+ image_target_size:
175
+ - 224
176
+ - 224
177
+ video_backend: torchcodec
178
+ training:
179
+ output_dir: /tmp/dual_arm_finetune
180
+ experiment_name: null
181
+ max_steps: 5100
182
+ global_batch_size: 64
183
+ batch_size: null
184
+ gradient_accumulation_steps: 1
185
+ learning_rate: 1.0e-05
186
+ lr_scheduler_type: cosine
187
+ weight_decay: 1.0e-05
188
+ warmup_ratio: 0.05
189
+ warmup_steps: 0
190
+ max_grad_norm: 1.0
191
+ optim: adamw_torch
192
+ start_from_checkpoint: /content/Isaac-GR00T/gubam/upper_body-batch32_model/checkpoint-50000
193
+ tf32: true
194
+ fp16: false
195
+ bf16: true
196
+ eval_bf16: true
197
+ logging_steps: 10
198
+ save_steps: 5000
199
+ save_total_limit: 5
200
+ save_vl_model: false
201
+ upload_checkpoints: false
202
+ upload_every: 1000
203
+ upload_last_n_checkpoints: 5
204
+ max_concurrent_uploads: 2
205
+ eval_strategy: 'no'
206
+ eval_steps: 500
207
+ eval_set_split_ratio: 0.1
208
+ eval_batch_size: 2
209
+ save_best_eval_metric_name: ''
210
+ save_best_eval_metric_greater_is_better: true
211
+ deepspeed_stage: 2
212
+ gradient_checkpointing: false
213
+ transformers_trust_remote_code: true
214
+ transformers_local_files_only: false
215
+ transformers_cache_dir: null
216
+ transformers_access_token: null
217
+ use_ddp: false
218
+ ddp_bucket_cap_mb: 100
219
+ num_gpus: 1
220
+ dataloader_num_workers: 4
221
+ remove_unused_columns: false
222
+ use_wandb: true
223
+ wandb_project: finetune-gr00t-n1d6
224
+ enable_profiling: false
225
+ max_retries: 3
226
+ assert_loss_less_than: null
227
+ add_rl_callback: false
228
+ enable_open_loop_eval: false
229
+ open_loop_eval_traj_ids:
230
+ - 0
231
+ open_loop_eval_steps_per_traj: 100
232
+ open_loop_eval_plot_indices: null
233
+ max_steps: 5100
234
+ save_steps: 5000
experiment_cfg/config.yaml ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - /content/Isaac-GR00T/gubam/upper_body_add_dataset
8
+ dataset_type: physical_embodiment
9
+ embodiment_tag: new_embodiment
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
+ new_embodiment:
23
+ action: !!python/object:gr00t.data.types.ModalityConfig
24
+ action_configs:
25
+ - !!python/object:gr00t.data.types.ActionConfig
26
+ format: &id001 !!python/object/apply:gr00t.data.types.ActionFormat
27
+ - default
28
+ rep: &id002 !!python/object/apply:gr00t.data.types.ActionRepresentation
29
+ - absolute
30
+ state_key: null
31
+ type: &id003 !!python/object/apply:gr00t.data.types.ActionType
32
+ - non_eef
33
+ - !!python/object:gr00t.data.types.ActionConfig
34
+ format: *id001
35
+ rep: *id002
36
+ state_key: null
37
+ type: *id003
38
+ - !!python/object:gr00t.data.types.ActionConfig
39
+ format: *id001
40
+ rep: *id002
41
+ state_key: null
42
+ type: *id003
43
+ delta_indices:
44
+ - 0
45
+ - 1
46
+ - 2
47
+ - 3
48
+ - 4
49
+ - 5
50
+ - 6
51
+ - 7
52
+ - 8
53
+ - 9
54
+ - 10
55
+ - 11
56
+ - 12
57
+ - 13
58
+ - 14
59
+ - 15
60
+ - 16
61
+ - 17
62
+ - 18
63
+ - 19
64
+ - 20
65
+ - 21
66
+ - 22
67
+ - 23
68
+ - 24
69
+ - 25
70
+ - 26
71
+ - 27
72
+ - 28
73
+ - 29
74
+ mean_std_embedding_keys: null
75
+ modality_keys:
76
+ - arm
77
+ - left_hand
78
+ - right_hand
79
+ sin_cos_embedding_keys: null
80
+ language: !!python/object:gr00t.data.types.ModalityConfig
81
+ action_configs: null
82
+ delta_indices:
83
+ - 0
84
+ mean_std_embedding_keys: null
85
+ modality_keys:
86
+ - annotation.task_description
87
+ sin_cos_embedding_keys: null
88
+ state: !!python/object:gr00t.data.types.ModalityConfig
89
+ action_configs: null
90
+ delta_indices:
91
+ - 0
92
+ mean_std_embedding_keys: null
93
+ modality_keys:
94
+ - arm
95
+ - left_hand
96
+ - right_hand
97
+ sin_cos_embedding_keys:
98
+ - arm
99
+ - left_hand
100
+ - right_hand
101
+ video: !!python/object:gr00t.data.types.ModalityConfig
102
+ action_configs: null
103
+ delta_indices:
104
+ - 0
105
+ mean_std_embedding_keys: null
106
+ modality_keys:
107
+ - front
108
+ - left_wrist
109
+ - right_wrist
110
+ sin_cos_embedding_keys: null
111
+ mode: single_turn
112
+ multiprocessing_context: fork
113
+ num_shards_per_epoch: 100000
114
+ override_pretraining_statistics: false
115
+ random_chop: 0.0
116
+ seed: 42
117
+ shard_size: 1024
118
+ shuffle: true
119
+ subsample_ratio: 1.0
120
+ video_backend: torchcodec
121
+ load_config_path: null
122
+ model: !!python/object:gr00t.configs.model.gr00t_n1d6.Gr00tN1d6Config
123
+ _attn_implementation_autoset: false
124
+ _attn_implementation_internal: null
125
+ _commit_hash: null
126
+ _name_or_path: ''
127
+ add_cross_attention: false
128
+ architectures: null
129
+ backbone_model_type: eagle
130
+ backbone_trainable_params_fp32: true
131
+ bad_words_ids: null
132
+ begin_suppress_tokens: null
133
+ bos_token_id: null
134
+ chunk_size_feed_forward: 0
135
+ color_jitter_params:
136
+ brightness: 0.3
137
+ contrast: 0.4
138
+ hue: 0.08
139
+ saturation: 0.5
140
+ cross_attention_hidden_size: null
141
+ decoder_start_token_id: null
142
+ diffusion_model_cfg:
143
+ attention_head_dim: 48
144
+ dropout: 0.2
145
+ final_dropout: true
146
+ interleave_self_attention: true
147
+ norm_type: ada_norm
148
+ num_attention_heads: 32
149
+ num_layers: 32
150
+ output_dim: 1024
151
+ positional_embeddings: null
152
+ diversity_penalty: 0.0
153
+ do_sample: false
154
+ eagle_collator: true
155
+ early_stopping: false
156
+ encoder_no_repeat_ngram_size: 0
157
+ eos_token_id: null
158
+ exponential_decay_length_penalty: null
159
+ extra_augmentation_config: null
160
+ finetuning_task: null
161
+ forced_bos_token_id: null
162
+ forced_eos_token_id: null
163
+ id2label:
164
+ 0: LABEL_0
165
+ 1: LABEL_1
166
+ is_decoder: false
167
+ is_encoder_decoder: false
168
+ label2id:
169
+ LABEL_0: 0
170
+ LABEL_1: 1
171
+ length_penalty: 1.0
172
+ load_bf16: false
173
+ max_length: 20
174
+ min_length: 0
175
+ model_name: nvidia/Eagle-Block2A-2B-v2
176
+ no_repeat_ngram_size: 0
177
+ num_beam_groups: 1
178
+ num_beams: 1
179
+ num_return_sequences: 1
180
+ output_attentions: false
181
+ output_hidden_states: false
182
+ output_scores: false
183
+ pad_token_id: null
184
+ prefix: null
185
+ problem_type: null
186
+ pruned_heads: {}
187
+ random_rotation_angle: null
188
+ remove_invalid_values: false
189
+ repetition_penalty: 1.0
190
+ reproject_vision: false
191
+ return_dict: true
192
+ return_dict_in_generate: false
193
+ sep_token_id: null
194
+ state_dropout_prob: 0.0
195
+ suppress_tokens: null
196
+ task_specific_params: null
197
+ temperature: 1.0
198
+ tf_legacy_loss: false
199
+ tie_encoder_decoder: false
200
+ tie_word_embeddings: true
201
+ tokenizer_class: null
202
+ top_k: 50
203
+ top_p: 1.0
204
+ torch_dtype: null
205
+ torchscript: false
206
+ transformers_version: null
207
+ tune_diffusion_model: true
208
+ tune_llm: false
209
+ tune_projector: true
210
+ tune_visual: false
211
+ typical_p: 1.0
212
+ use_bfloat16: false
213
+ use_relative_action: true
214
+ training: !!python/object:gr00t.configs.training.training_config.TrainingConfig
215
+ add_rl_callback: false
216
+ assert_loss_less_than: null
217
+ batch_size: null
218
+ bf16: true
219
+ dataloader_num_workers: 4
220
+ ddp_bucket_cap_mb: 100
221
+ deepspeed_stage: 2
222
+ enable_open_loop_eval: false
223
+ enable_profiling: false
224
+ eval_batch_size: 2
225
+ eval_bf16: true
226
+ eval_set_split_ratio: 0.1
227
+ eval_steps: 500
228
+ eval_strategy: 'no'
229
+ experiment_name: null
230
+ fp16: false
231
+ global_batch_size: 64
232
+ gradient_accumulation_steps: 1
233
+ gradient_checkpointing: false
234
+ learning_rate: 1.0e-05
235
+ logging_steps: 10
236
+ lr_scheduler_type: cosine
237
+ max_concurrent_uploads: 2
238
+ max_grad_norm: 1.0
239
+ max_retries: 3
240
+ max_steps: 5100
241
+ num_gpus: 1
242
+ open_loop_eval_plot_indices: null
243
+ open_loop_eval_steps_per_traj: 100
244
+ open_loop_eval_traj_ids:
245
+ - 0
246
+ optim: adamw_torch
247
+ output_dir: /tmp/dual_arm_finetune
248
+ remove_unused_columns: false
249
+ save_best_eval_metric_greater_is_better: true
250
+ save_best_eval_metric_name: ''
251
+ save_steps: 5000
252
+ save_total_limit: 5
253
+ save_vl_model: false
254
+ start_from_checkpoint: /content/Isaac-GR00T/gubam/upper_body-batch32_model/checkpoint-50000
255
+ tf32: true
256
+ transformers_access_token: null
257
+ transformers_cache_dir: null
258
+ transformers_local_files_only: false
259
+ transformers_trust_remote_code: true
260
+ upload_checkpoints: false
261
+ upload_every: 1000
262
+ upload_last_n_checkpoints: 5
263
+ use_ddp: false
264
+ use_wandb: true
265
+ wandb_project: finetune-gr00t-n1d6
266
+ warmup_ratio: 0.05
267
+ warmup_steps: 0
268
+ weight_decay: 1.0e-05
experiment_cfg/dataset_statistics.json ADDED
@@ -0,0 +1,813 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "new_embodiment": {
3
+ "state": {
4
+ "arm": {
5
+ "min": [
6
+ -0.0005235987482592463,
7
+ 0.0,
8
+ -0.4864232540130615,
9
+ -0.4447098970413208,
10
+ -0.8208283185958862,
11
+ -0.6750933527946472,
12
+ 0.36337754130363464,
13
+ -0.47630035877227783,
14
+ -0.8415977358818054,
15
+ -0.4583234488964081,
16
+ -0.33772119879722595,
17
+ -0.47734755277633667,
18
+ -0.5846853256225586,
19
+ -0.5482079386711121,
20
+ -1.4379767179489136,
21
+ -0.813323438167572,
22
+ -0.3818780481815338,
23
+ -1.0538297891616821,
24
+ -0.47734755277633667,
25
+ -0.4722861051559448
26
+ ],
27
+ "max": [
28
+ 0.0005235987482592463,
29
+ 0.0,
30
+ 0.5293583869934082,
31
+ 0.2382374405860901,
32
+ 0.5201081037521362,
33
+ 0.5892231464385986,
34
+ 1.6926202774047852,
35
+ 1.000422716140747,
36
+ 0.4858996570110321,
37
+ 1.0732029676437378,
38
+ 0.47630035877227783,
39
+ 0.47542768716812134,
40
+ 0.8211774230003357,
41
+ 0.5625196099281311,
42
+ -0.3389429450035095,
43
+ 0.5386086106300354,
44
+ 0.9058258533477783,
45
+ 0.392873615026474,
46
+ 0.3312634825706482,
47
+ 0.47595128417015076
48
+ ],
49
+ "mean": [
50
+ -2.843332456697562e-08,
51
+ 0.0,
52
+ 0.04128930233021093,
53
+ -0.221451662357936,
54
+ -0.06639403659252403,
55
+ 0.12131941722598617,
56
+ 0.9175510440577057,
57
+ 0.030724322888589263,
58
+ -0.2629377325255677,
59
+ 0.1686701766327624,
60
+ 0.09013574477208074,
61
+ -0.046192870577463074,
62
+ 0.01881697216729,
63
+ -0.12165695997537483,
64
+ -0.8577330771965488,
65
+ -0.045801768942557164,
66
+ 0.2688150785362379,
67
+ -0.12349123272840495,
68
+ -0.07600861855307839,
69
+ 0.1281973000996616
70
+ ],
71
+ "std": [
72
+ 5.10856485583195e-05,
73
+ 0.0,
74
+ 0.3033762871432217,
75
+ 0.09267386861230967,
76
+ 0.2095606882521662,
77
+ 0.1376855769588737,
78
+ 0.1607715960040408,
79
+ 0.1333689824387993,
80
+ 0.16026928411079186,
81
+ 0.29991755154923005,
82
+ 0.14152808208422218,
83
+ 0.16980451708976702,
84
+ 0.2088567939590673,
85
+ 0.12545454786892235,
86
+ 0.15406145848936578,
87
+ 0.15398234809197486,
88
+ 0.1672221923581996,
89
+ 0.2985142533420293,
90
+ 0.1131248141537627,
91
+ 0.17252181456863425
92
+ ],
93
+ "q01": [
94
+ -0.00017274954568198507,
95
+ 3.999578446212126e-16,
96
+ -0.2765509250783746,
97
+ -0.31641578626856104,
98
+ -0.5801407565902797,
99
+ -0.15174146767850558,
100
+ 0.6444943194995721,
101
+ -0.1978505242985889,
102
+ -0.5389287706061245,
103
+ -0.137906716531112,
104
+ -0.1698547737928683,
105
+ -0.36186072700207855,
106
+ -0.2710559156409392,
107
+ -0.3697872143762071,
108
+ -1.1329738172870936,
109
+ -0.43757907136348584,
110
+ -0.06351750033715246,
111
+ -0.6519537964127055,
112
+ -0.3121342946236056,
113
+ -0.21030034832078467
114
+ ],
115
+ "q99": [
116
+ 0.00017207936378406188,
117
+ 3.959582661750006e-14,
118
+ 0.3286201412432682,
119
+ -0.08509000905790608,
120
+ 0.23006200634693946,
121
+ 0.3667467205610703,
122
+ 1.2175143303628473,
123
+ 0.3944342798549604,
124
+ 0.013132961465943534,
125
+ 0.7281476183798095,
126
+ 0.31977956771669874,
127
+ 0.29385965794937036,
128
+ 0.5541954182095977,
129
+ 0.14707851815368564,
130
+ -0.6179030098279925,
131
+ 0.2367871611106831,
132
+ 0.6069229071535587,
133
+ 0.18408478181454807,
134
+ 0.1367810196210736,
135
+ 0.3906081270846639
136
+ ]
137
+ },
138
+ "left_hand": {
139
+ "min": [
140
+ -0.7853981852531433,
141
+ 0.9756390452384949,
142
+ -0.8726646304130554,
143
+ -0.9023352265357971,
144
+ 0.13788101077079773,
145
+ 0.08377580344676971,
146
+ -0.06981316953897476,
147
+ 0.19024088978767395,
148
+ -0.036651913076639175,
149
+ 0.06108652427792549,
150
+ -0.06108652427792549,
151
+ 0.024434609338641167,
152
+ -0.3752457797527313,
153
+ 0.04712389037013054,
154
+ -0.22689279913902283,
155
+ 0.03316125646233559,
156
+ -0.15707963705062866,
157
+ -0.5811946392059326,
158
+ 0.036651913076639175,
159
+ 0.13788101077079773
160
+ ],
161
+ "max": [
162
+ -0.008726646192371845,
163
+ 1.8465583324432373,
164
+ -0.469493567943573,
165
+ 0.04014257341623306,
166
+ 0.4660029113292694,
167
+ 1.3596115112304688,
168
+ 1.329940915107727,
169
+ 1.4084807634353638,
170
+ 0.4747295677661896,
171
+ 1.0070549249649048,
172
+ 1.2496557235717773,
173
+ 1.4556045532226562,
174
+ 0.12915436923503876,
175
+ 1.1274826526641846,
176
+ 0.5270894169807434,
177
+ 1.5550884008407593,
178
+ 0.045378562062978745,
179
+ -0.13788101077079773,
180
+ 1.4730578660964966,
181
+ 0.8011061549186707
182
+ ],
183
+ "mean": [
184
+ -0.12222150779511398,
185
+ 1.3966040234553219,
186
+ -0.6258817058039398,
187
+ -0.05630189529652562,
188
+ 0.39644989985849577,
189
+ 0.6532854981288208,
190
+ -0.0011781255912836023,
191
+ 0.5136038953434855,
192
+ 0.27998613388570825,
193
+ 0.32273304926352714,
194
+ 0.04191783983875712,
195
+ 0.31513791413220305,
196
+ -0.11144168516361615,
197
+ 0.37660703398331125,
198
+ 0.0025261453551414154,
199
+ 0.3628181608021394,
200
+ 0.007607420744427158,
201
+ -0.3291653139031368,
202
+ 0.7075069503205773,
203
+ 0.21662015742749172
204
+ ],
205
+ "std": [
206
+ 0.1712715154644922,
207
+ 0.16279943163310462,
208
+ 0.033639034181354326,
209
+ 0.07835568078958564,
210
+ 0.03284565954760438,
211
+ 0.23452865508830728,
212
+ 0.09102880246929389,
213
+ 0.23538140299156107,
214
+ 0.0670900085305532,
215
+ 0.1492803516215099,
216
+ 0.1267389106982492,
217
+ 0.24008832045318393,
218
+ 0.0719641182419593,
219
+ 0.19035011493420761,
220
+ 0.04624495618873031,
221
+ 0.3553509927486359,
222
+ 0.01501499829077542,
223
+ 0.08541253632636327,
224
+ 0.26416078897686124,
225
+ 0.02449319897665833
226
+ ],
227
+ "q01": [
228
+ -0.5720915137830901,
229
+ 1.2348578051305314,
230
+ -0.6732877555426724,
231
+ -0.2849335315067698,
232
+ 0.35928592300023354,
233
+ 0.39984379386092384,
234
+ -0.033794262615191785,
235
+ 0.3287970835244593,
236
+ 0.17136102396229397,
237
+ 0.14244630768555827,
238
+ 0.0041701807610491255,
239
+ 0.12090352232891868,
240
+ -0.2117702933531925,
241
+ 0.18539731907431944,
242
+ -0.05311975945258608,
243
+ 0.12006670975149757,
244
+ -0.004122088466166756,
245
+ -0.4221323319107303,
246
+ 0.44983777761933214,
247
+ 0.203253643611139
248
+ ],
249
+ "q99": [
250
+ -0.028465892484427515,
251
+ 1.645762553975608,
252
+ -0.5935267256962795,
253
+ -0.015243785067295488,
254
+ 0.4156128322189265,
255
+ 1.136851558022559,
256
+ 0.1891472475628841,
257
+ 1.0540901688606146,
258
+ 0.3535675245147086,
259
+ 0.7125478077293477,
260
+ 0.46155439587582436,
261
+ 0.9322215306685603,
262
+ -0.009035893305096025,
263
+ 0.7626844135662667,
264
+ 0.13579395809288647,
265
+ 1.2227517887723593,
266
+ 0.019306528716748803,
267
+ -0.24041063420290637,
268
+ 1.143976242235104,
269
+ 0.2546739234535696
270
+ ]
271
+ },
272
+ "right_hand": {
273
+ "min": [
274
+ -0.024434609338641167,
275
+ -1.836086392402649,
276
+ 0.36477380990982056,
277
+ -0.07330382615327835,
278
+ -0.5096361637115479,
279
+ 0.06283185631036758,
280
+ -0.09424778074026108,
281
+ 0.04014257341623306,
282
+ -0.5113814473152161,
283
+ 0.06283185631036758,
284
+ -0.2548180818557739,
285
+ 0.024434609338641167,
286
+ -0.31066861748695374,
287
+ 0.04188790172338486,
288
+ -0.18151424825191498,
289
+ 0.03141592815518379,
290
+ -0.04886921867728233,
291
+ -0.06981316953897476,
292
+ 0.03316125646233559,
293
+ 0.13788101077079773
294
+ ],
295
+ "max": [
296
+ 0.6998770236968994,
297
+ -0.938987135887146,
298
+ 0.8377580642700195,
299
+ 0.6998770236968994,
300
+ -0.1431169956922531,
301
+ 1.326450228691101,
302
+ 0.027925267815589905,
303
+ 1.485275149345398,
304
+ -0.06806784123182297,
305
+ 1.0541788339614868,
306
+ 0.2652900516986847,
307
+ 1.2915436029434204,
308
+ 0.22165681421756744,
309
+ 1.2095131874084473,
310
+ 0.513126790523529,
311
+ 1.487020492553711,
312
+ 0.022689281031489372,
313
+ 0.42935100197792053,
314
+ 1.5568337440490723,
315
+ 0.76619952917099
316
+ ],
317
+ "mean": [
318
+ 0.08816448563342519,
319
+ -1.4305433529536102,
320
+ 0.578645255341445,
321
+ 0.021941632227634747,
322
+ -0.40083689621394875,
323
+ 0.735077182450805,
324
+ -0.01783108998620046,
325
+ 0.5237204680173946,
326
+ -0.348280258094124,
327
+ 0.4728802265409043,
328
+ 0.017193361702238563,
329
+ 0.3748669221475336,
330
+ -0.13591952861280548,
331
+ 0.44382927965843816,
332
+ -0.0009804900776921534,
333
+ 0.3479174063584741,
334
+ -0.007329897608201038,
335
+ 0.12747118503775073,
336
+ 0.6162786594898264,
337
+ 0.2204547811111764
338
+ ],
339
+ "std": [
340
+ 0.13694765310212148,
341
+ 0.12315074859848221,
342
+ 0.0357854511605776,
343
+ 0.0532452060079551,
344
+ 0.023514084095220072,
345
+ 0.17629234985194328,
346
+ 0.009778521190822962,
347
+ 0.2835175018116657,
348
+ 0.05568292729365613,
349
+ 0.14915505060647616,
350
+ 0.021714426751252746,
351
+ 0.2299792671426011,
352
+ 0.07059449389913983,
353
+ 0.2051079219500542,
354
+ 0.02841335197296981,
355
+ 0.2770730040560296,
356
+ 0.014649490714033759,
357
+ 0.06238783749787492,
358
+ 0.272894904994439,
359
+ 0.02472495611328632
360
+ ],
361
+ "q01": [
362
+ 0.02790077527489112,
363
+ -1.6656078618621983,
364
+ 0.4975387235089625,
365
+ -0.002370042476722182,
366
+ -0.4268446272191777,
367
+ 0.46946769541179706,
368
+ -0.04092554640186052,
369
+ 0.2869437742823652,
370
+ -0.4256840009657235,
371
+ 0.2125725720180322,
372
+ -0.004661389457321416,
373
+ 0.1550904927771582,
374
+ -0.25616196209248765,
375
+ 0.17160577557547657,
376
+ -0.045354465640235764,
377
+ 0.1390221734078721,
378
+ -0.029433936816207356,
379
+ 0.04174324287054807,
380
+ 0.24785885010676206,
381
+ 0.20467645940528187
382
+ ],
383
+ "q99": [
384
+ 0.503814391936884,
385
+ -1.287682122616682,
386
+ 0.6114188650660137,
387
+ 0.18746920164006517,
388
+ -0.38297028914598796,
389
+ 1.1291206957273252,
390
+ -0.006190629878603358,
391
+ 1.2148143757869503,
392
+ -0.24649936457400756,
393
+ 0.8316546576081064,
394
+ 0.05833284434217001,
395
+ 0.9990665965479901,
396
+ -0.01911978885456781,
397
+ 0.8643738540708377,
398
+ 0.043765914086445784,
399
+ 1.1457988903616767,
400
+ -0.0007666612411197901,
401
+ 0.2410096922928372,
402
+ 1.253633868889829,
403
+ 0.2607454870775056
404
+ ]
405
+ }
406
+ },
407
+ "action": {
408
+ "arm": {
409
+ "min": [
410
+ -0.0005235987482592463,
411
+ 0.0,
412
+ -0.6805852055549622,
413
+ -0.6707534790039062,
414
+ -0.8432638645172119,
415
+ -0.6780225038528442,
416
+ 0.3682241439819336,
417
+ -0.47575700283050537,
418
+ -0.840580940246582,
419
+ -0.45888805389404297,
420
+ -0.3398559093475342,
421
+ -0.49519023299217224,
422
+ -0.5837297439575195,
423
+ -0.547561526298523,
424
+ -1.4356565475463867,
425
+ -0.8090771436691284,
426
+ -0.3829266130924225,
427
+ -1.0541255474090576,
428
+ -0.4938916265964508,
429
+ -0.4953918159008026
430
+ ],
431
+ "max": [
432
+ 0.0005235987482592463,
433
+ 0.0,
434
+ 0.7850000262260437,
435
+ 0.3105030059814453,
436
+ 0.5190412998199463,
437
+ 0.5888825058937073,
438
+ 1.6949412822723389,
439
+ 0.9968501925468445,
440
+ 0.48615992069244385,
441
+ 1.0750824213027954,
442
+ 0.49567899107933044,
443
+ 0.4953647553920746,
444
+ 0.8432040214538574,
445
+ 0.5494381189346313,
446
+ -0.34516602754592896,
447
+ 0.5370867848396301,
448
+ 0.9030985236167908,
449
+ 0.39307066798210144,
450
+ 0.3294752240180969,
451
+ 0.4945836663246155
452
+ ],
453
+ "mean": [
454
+ 9.477770177741978e-09,
455
+ 0.0,
456
+ 0.07413362962782892,
457
+ -0.2336267267152127,
458
+ -0.0667378965699323,
459
+ 0.12162396239588982,
460
+ 0.9178489098431072,
461
+ 0.030752156544595597,
462
+ -0.2630646958055137,
463
+ 0.16930663321706343,
464
+ 0.09004025710741378,
465
+ -0.04621178419643208,
466
+ 0.018967212047537787,
467
+ -0.12179113857849999,
468
+ -0.8580550372713841,
469
+ -0.045839892062842384,
470
+ 0.26915322453706053,
471
+ -0.12354808219079634,
472
+ -0.07601109334149016,
473
+ 0.1286798405876901
474
+ ],
475
+ "std": [
476
+ 5.09992345554069e-05,
477
+ 0.0,
478
+ 0.39578468871559075,
479
+ 0.11469980892464327,
480
+ 0.21022382353701358,
481
+ 0.13728625606184183,
482
+ 0.1604411200411325,
483
+ 0.13299819635142926,
484
+ 0.1599306521701399,
485
+ 0.3000064013202911,
486
+ 0.1416757737961496,
487
+ 0.17069182645621447,
488
+ 0.20910718209322432,
489
+ 0.12493435522378059,
490
+ 0.1534628228979511,
491
+ 0.1535223377453243,
492
+ 0.16673520375226578,
493
+ 0.29835978144285935,
494
+ 0.11276704537833121,
495
+ 0.1737875593811524
496
+ ],
497
+ "q01": [
498
+ -0.00017319157055986585,
499
+ 3.999578446212126e-16,
500
+ -0.428780565386664,
501
+ -0.417275030715649,
502
+ -0.5883125368665216,
503
+ -0.1500269907437471,
504
+ 0.645041395715102,
505
+ -0.19534302900044873,
506
+ -0.5371998371527885,
507
+ -0.1379322429306143,
508
+ -0.16773103927132224,
509
+ -0.36644177629173036,
510
+ -0.26885359624013183,
511
+ -0.3680970545620905,
512
+ -1.1297618552672835,
513
+ -0.43596933080597966,
514
+ -0.060974242641327184,
515
+ -0.6504883752208002,
516
+ -0.3118525019420767,
517
+ -0.21493367975126892
518
+ ],
519
+ "q99": [
520
+ 0.00017239213006040567,
521
+ 3.959582661750006e-14,
522
+ 0.5541324689373434,
523
+ -0.08673735346912086,
524
+ 0.2287248578956877,
525
+ 0.36450297445967395,
526
+ 1.2160577112458195,
527
+ 0.3939756913630384,
528
+ 0.011732781797552784,
529
+ 0.7267747610228817,
530
+ 0.32219061554997336,
531
+ 0.3004178601255807,
532
+ 0.5575038067145037,
533
+ 0.14597294873667377,
534
+ -0.6213128857888612,
535
+ 0.23450249113731494,
536
+ 0.606596684950514,
537
+ 0.18361207433074936,
538
+ 0.13500637486905367,
539
+ 0.3971403931322507
540
+ ]
541
+ },
542
+ "left_hand": {
543
+ "min": [
544
+ -0.7336074113845825,
545
+ 0.9217774271965027,
546
+ -0.9146740436553955,
547
+ -0.9339703321456909,
548
+ 0.11694645881652832,
549
+ 0.029679996892809868,
550
+ 0.0,
551
+ 0.15551835298538208,
552
+ -0.07168204337358475,
553
+ 0.0,
554
+ 0.0,
555
+ 0.0,
556
+ -0.3990485966205597,
557
+ 0.0,
558
+ 0.0,
559
+ 0.0,
560
+ -0.0,
561
+ -0.6108652353286743,
562
+ 0.0,
563
+ 0.18509270250797272
564
+ ],
565
+ "max": [
566
+ 0.0,
567
+ 1.741951584815979,
568
+ -0.5047490000724792,
569
+ 0.0,
570
+ 0.41887903213500977,
571
+ 1.4090887308120728,
572
+ 1.543274164199829,
573
+ 1.5317862033843994,
574
+ 0.5283328294754028,
575
+ 1.0520970821380615,
576
+ 1.5253475904464722,
577
+ 1.5167438983917236,
578
+ 0.16068069636821747,
579
+ 1.2322715520858765,
580
+ 0.7850721478462219,
581
+ 1.5707963705062866,
582
+ -0.0,
583
+ -0.12669461965560913,
584
+ 1.5707963705062866,
585
+ 0.8319923281669617
586
+ ],
587
+ "mean": [
588
+ -0.09650261941142234,
589
+ 1.3673117384974023,
590
+ -0.6391272229159594,
591
+ -0.05759864904251842,
592
+ 0.4172353510549569,
593
+ 0.6607105786681272,
594
+ 0.011386340238652119,
595
+ 0.5108740225047245,
596
+ 0.3000412754796082,
597
+ 0.3120429226073816,
598
+ 0.028046366681120767,
599
+ 0.3116945647006772,
600
+ -0.08462901954550162,
601
+ 0.37748675443414464,
602
+ 0.014842973318174276,
603
+ 0.3622515985025722,
604
+ 0.0,
605
+ -0.3163924540315929,
606
+ 0.7008608317534862,
607
+ 0.21072632105240013
608
+ ],
609
+ "std": [
610
+ 0.17259964684711523,
611
+ 0.16610757625175576,
612
+ 0.04685258214035322,
613
+ 0.11783133599029255,
614
+ 0.014009023187384463,
615
+ 0.2668324248669759,
616
+ 0.09646266913344807,
617
+ 0.25085906444038775,
618
+ 0.07464742456409229,
619
+ 0.17490944481550227,
620
+ 0.14629510521921896,
621
+ 0.2454544866295768,
622
+ 0.07177682438875807,
623
+ 0.25540162051474946,
624
+ 0.0586065407872742,
625
+ 0.3798279737519732,
626
+ 0.0,
627
+ 0.09679965708617615,
628
+ 0.2876151133279087,
629
+ 0.019080126255722748
630
+ ],
631
+ "q01": [
632
+ -0.5464866877339258,
633
+ 1.1989490411929637,
634
+ -0.7764786477082659,
635
+ -0.43624811429406224,
636
+ 0.3878589724455769,
637
+ 0.37329034210552764,
638
+ -6.381920631216842e-11,
639
+ 0.3126393961557256,
640
+ 0.1473258618101206,
641
+ 0.09089502087966067,
642
+ -7.579499878125001e-11,
643
+ 0.1020496854512763,
644
+ -0.21521390735858256,
645
+ 0.1444624972668025,
646
+ 0.0020646456139134053,
647
+ 0.10672790310985288,
648
+ 3.999578446212126e-16,
649
+ -0.43607370717670996,
650
+ 0.42028955283490094,
651
+ 0.19835765254080975
652
+ ],
653
+ "q99": [
654
+ -0.0007159815591317101,
655
+ 1.5961575293534418,
656
+ -0.5915239303124002,
657
+ -0.0012158908608560827,
658
+ 0.4188789305126342,
659
+ 1.2080605180911734,
660
+ 0.20888493789764928,
661
+ 1.098326670692062,
662
+ 0.39803523323770074,
663
+ 0.7713205750325143,
664
+ 0.5340784077801449,
665
+ 0.9497614665193794,
666
+ 0.017205204576984087,
667
+ 0.9676010956648161,
668
+ 0.21360159465353656,
669
+ 1.2733835864714058,
670
+ 3.959582661750006e-14,
671
+ -0.21989442956239433,
672
+ 1.252943243790536,
673
+ 0.2517428359785973
674
+ ]
675
+ },
676
+ "right_hand": {
677
+ "min": [
678
+ 0.0,
679
+ -1.7531272172927856,
680
+ 0.48952826857566833,
681
+ 0.0,
682
+ -0.41887903213500977,
683
+ 0.0,
684
+ 0.0,
685
+ 0.01601002737879753,
686
+ -0.5726425647735596,
687
+ 0.0,
688
+ 0.0,
689
+ 0.0,
690
+ -0.3970211446285248,
691
+ 0.0,
692
+ 0.0,
693
+ 0.0,
694
+ 0.0,
695
+ -0.09923835843801498,
696
+ 0.0,
697
+ 0.20167720317840576
698
+ ],
699
+ "max": [
700
+ 0.6946205496788025,
701
+ -0.8954209089279175,
702
+ 0.8722299933433533,
703
+ 0.8156511187553406,
704
+ -0.07500576227903366,
705
+ 1.3718035221099854,
706
+ 0.0,
707
+ 1.5707963705062866,
708
+ -0.07063322514295578,
709
+ 1.103891134262085,
710
+ 0.507399320602417,
711
+ 1.352795124053955,
712
+ 0.20023861527442932,
713
+ 1.332944631576538,
714
+ 0.5270781517028809,
715
+ 1.5707963705062866,
716
+ 0.0,
717
+ 0.4620639979839325,
718
+ 1.5707963705062866,
719
+ 0.8612241148948669
720
+ ],
721
+ "mean": [
722
+ 0.0595167212368966,
723
+ -1.4157231893072477,
724
+ 0.6134629130795032,
725
+ 0.026633357119544725,
726
+ -0.41851188384231824,
727
+ 0.7392363957435645,
728
+ 0.0,
729
+ 0.5310716104681149,
730
+ -0.3595596364493046,
731
+ 0.46006215785933746,
732
+ 0.001898396592066319,
733
+ 0.37900355313550144,
734
+ -0.15197363324859187,
735
+ 0.4478861131942621,
736
+ 0.00870335842886496,
737
+ 0.36146534626241594,
738
+ 0.0,
739
+ 0.11835483992107314,
740
+ 0.6113625700721507,
741
+ 0.21577307946628677
742
+ ],
743
+ "std": [
744
+ 0.14361436065486174,
745
+ 0.12363108903200437,
746
+ 0.04315714398912161,
747
+ 0.09445659329356695,
748
+ 0.0076785324402896425,
749
+ 0.21727018529028358,
750
+ 0.0,
751
+ 0.29919057402051014,
752
+ 0.05828208472930669,
753
+ 0.16188526979972379,
754
+ 0.02403586062815071,
755
+ 0.2290301431059311,
756
+ 0.07152082970855124,
757
+ 0.27183038272178073,
758
+ 0.023404498462013028,
759
+ 0.29776358627521576,
760
+ 0.0,
761
+ 0.061671938496094605,
762
+ 0.2969845732785786,
763
+ 0.016707382527631
764
+ ],
765
+ "q01": [
766
+ 1.54158366616993e-05,
767
+ -1.634012711071731,
768
+ 0.5586770759360766,
769
+ 0.00027295858046430635,
770
+ -0.41887903213500977,
771
+ 0.4512478583952069,
772
+ 3.999578446212126e-16,
773
+ 0.28248107930041805,
774
+ -0.4475151578273284,
775
+ 0.17072939672543605,
776
+ -3.284071291497061e-11,
777
+ 0.14648778321238454,
778
+ -0.2994424393449362,
779
+ 0.1271534697453124,
780
+ 0.002442608863548664,
781
+ 0.1297727890260858,
782
+ 3.999578446212126e-16,
783
+ 0.01757230961020379,
784
+ 0.21970013860903395,
785
+ 0.20871291526348715
786
+ ],
787
+ "q99": [
788
+ 0.4827442582689844,
789
+ -1.2655222408159381,
790
+ 0.7580892474716966,
791
+ 0.40014769665393674,
792
+ -0.413553767752929,
793
+ 1.2233209428419727,
794
+ 3.959582661750006e-14,
795
+ 1.2799407831476435,
796
+ -0.23965505320178965,
797
+ 0.8683971535266954,
798
+ 0.07559886001299738,
799
+ 1.0102501137405302,
800
+ -0.015127816002341582,
801
+ 1.0768552571807277,
802
+ 0.09066658244716906,
803
+ 1.2521190041625108,
804
+ 3.959582661750006e-14,
805
+ 0.24750053504451736,
806
+ 1.3467850605724583,
807
+ 0.26031287654480184
808
+ ]
809
+ }
810
+ },
811
+ "relative_action": {}
812
+ }
813
+ }
experiment_cfg/final_model_config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "extra_augmentation_config": null,
19
+ "apply_sincos_state_encoding": true,
20
+ "use_relative_action": true,
21
+ "max_state_dim": 128,
22
+ "max_action_dim": 128,
23
+ "action_horizon": 50,
24
+ "hidden_size": 1024,
25
+ "input_embedding_dim": 1536,
26
+ "add_pos_embed": true,
27
+ "attn_dropout": 0.2,
28
+ "use_vlln": true,
29
+ "max_seq_len": 1024,
30
+ "use_alternate_vl_dit": true,
31
+ "attend_text_every_n_blocks": 2,
32
+ "diffusion_model_cfg": {
33
+ "attention_head_dim": 48,
34
+ "dropout": 0.2,
35
+ "final_dropout": true,
36
+ "interleave_self_attention": true,
37
+ "norm_type": "ada_norm",
38
+ "num_attention_heads": 32,
39
+ "num_layers": 32,
40
+ "output_dim": 1024,
41
+ "positional_embeddings": null
42
+ },
43
+ "num_inference_timesteps": 4,
44
+ "noise_beta_alpha": 1.5,
45
+ "noise_beta_beta": 1.0,
46
+ "noise_s": 0.999,
47
+ "num_timestep_buckets": 1000,
48
+ "tune_projector": true,
49
+ "tune_diffusion_model": true,
50
+ "tune_vlln": true,
51
+ "state_dropout_prob": 0.0,
52
+ "state_additive_noise_scale": 0.0,
53
+ "max_num_embodiments": 32
54
+ }
experiment_cfg/final_processor_config.json ADDED
The diff for this file is too large to render. See raw diff
 
model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0e62e1c3e357c0257760bd37c2027403880d7b8eb9b522e1b7c23f8e5dc3942
3
+ size 4990120184
model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cfa68a1afc9acd49aa21754468370e7025c9f57233e2076dabac060ed004aad
3
+ size 4823190320
model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
processor/embodiment_id.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }
processor/processor_config.json ADDED
@@ -0,0 +1,482 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "new_embodiment": {
355
+ "video": {
356
+ "delta_indices": [
357
+ 0
358
+ ],
359
+ "modality_keys": [
360
+ "front",
361
+ "left_wrist",
362
+ "right_wrist"
363
+ ],
364
+ "sin_cos_embedding_keys": null,
365
+ "mean_std_embedding_keys": null,
366
+ "action_configs": null
367
+ },
368
+ "state": {
369
+ "delta_indices": [
370
+ 0
371
+ ],
372
+ "modality_keys": [
373
+ "arm",
374
+ "left_hand",
375
+ "right_hand"
376
+ ],
377
+ "sin_cos_embedding_keys": [
378
+ "arm",
379
+ "left_hand",
380
+ "right_hand"
381
+ ],
382
+ "mean_std_embedding_keys": null,
383
+ "action_configs": null
384
+ },
385
+ "action": {
386
+ "delta_indices": [
387
+ 0,
388
+ 1,
389
+ 2,
390
+ 3,
391
+ 4,
392
+ 5,
393
+ 6,
394
+ 7,
395
+ 8,
396
+ 9,
397
+ 10,
398
+ 11,
399
+ 12,
400
+ 13,
401
+ 14,
402
+ 15,
403
+ 16,
404
+ 17,
405
+ 18,
406
+ 19,
407
+ 20,
408
+ 21,
409
+ 22,
410
+ 23,
411
+ 24,
412
+ 25,
413
+ 26,
414
+ 27,
415
+ 28,
416
+ 29
417
+ ],
418
+ "modality_keys": [
419
+ "arm",
420
+ "left_hand",
421
+ "right_hand"
422
+ ],
423
+ "sin_cos_embedding_keys": null,
424
+ "mean_std_embedding_keys": null,
425
+ "action_configs": [
426
+ {
427
+ "rep": "ABSOLUTE",
428
+ "type": "NON_EEF",
429
+ "format": "DEFAULT",
430
+ "state_key": null
431
+ },
432
+ {
433
+ "rep": "ABSOLUTE",
434
+ "type": "NON_EEF",
435
+ "format": "DEFAULT",
436
+ "state_key": null
437
+ },
438
+ {
439
+ "rep": "ABSOLUTE",
440
+ "type": "NON_EEF",
441
+ "format": "DEFAULT",
442
+ "state_key": null
443
+ }
444
+ ]
445
+ },
446
+ "language": {
447
+ "delta_indices": [
448
+ 0
449
+ ],
450
+ "modality_keys": [
451
+ "annotation.task_description"
452
+ ],
453
+ "sin_cos_embedding_keys": null,
454
+ "mean_std_embedding_keys": null,
455
+ "action_configs": null
456
+ }
457
+ }
458
+ },
459
+ "image_crop_size": null,
460
+ "image_target_size": null,
461
+ "use_albumentations": true,
462
+ "random_rotation_angle": null,
463
+ "color_jitter_params": {
464
+ "brightness": 0.3,
465
+ "contrast": 0.4,
466
+ "saturation": 0.5,
467
+ "hue": 0.08
468
+ },
469
+ "shortest_image_edge": 256,
470
+ "crop_fraction": 0.95,
471
+ "model_name": "nvidia/Eagle-Block2A-2B-v2",
472
+ "model_type": "eagle",
473
+ "formalize_language": true,
474
+ "max_state_dim": 128,
475
+ "max_action_dim": 128,
476
+ "max_action_horizon": 50,
477
+ "use_percentiles": false,
478
+ "clip_outliers": true,
479
+ "apply_sincos_state_encoding": true,
480
+ "use_relative_action": true
481
+ }
482
+ }
processor/statistics.json ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50fc1a9ec2db66ad83234576d2aa4a5531ace6eac8a82ae89682aa1091a181f5
3
+ size 5713
wandb_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"project": "finetune-gr00t-n1d6", "run_id": "dual_arm_finetune"}