Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- checkpoint-2000/config.json +70 -0
- checkpoint-2000/embodiment_id.json +11 -0
- checkpoint-2000/experiment_cfg/conf.yaml +210 -0
- checkpoint-2000/experiment_cfg/config.yaml +244 -0
- checkpoint-2000/experiment_cfg/dataset_statistics.json +824 -0
- checkpoint-2000/experiment_cfg/final_model_config.json +54 -0
- checkpoint-2000/experiment_cfg/final_processor_config.json +0 -0
- checkpoint-2000/model-00001-of-00002.safetensors +3 -0
- checkpoint-2000/model-00002-of-00002.safetensors +3 -0
- checkpoint-2000/model.safetensors.index.json +0 -0
- checkpoint-2000/optimizer.pt +3 -0
- checkpoint-2000/processor_config.json +455 -0
- checkpoint-2000/rng_state.pth +3 -0
- checkpoint-2000/scheduler.pt +3 -0
- checkpoint-2000/statistics.json +0 -0
- checkpoint-2000/trainer_state.json +1234 -0
- checkpoint-2000/training_args.bin +3 -0
- checkpoint-2000/wandb_config.json +1 -0
- checkpoint-4000/config.json +70 -0
- checkpoint-4000/embodiment_id.json +11 -0
- checkpoint-4000/experiment_cfg/conf.yaml +210 -0
- checkpoint-4000/experiment_cfg/config.yaml +244 -0
- checkpoint-4000/experiment_cfg/dataset_statistics.json +824 -0
- checkpoint-4000/experiment_cfg/final_model_config.json +54 -0
- checkpoint-4000/experiment_cfg/final_processor_config.json +0 -0
- checkpoint-4000/model-00001-of-00002.safetensors +3 -0
- checkpoint-4000/model-00002-of-00002.safetensors +3 -0
- checkpoint-4000/model.safetensors.index.json +0 -0
- checkpoint-4000/optimizer.pt +3 -0
- checkpoint-4000/processor_config.json +455 -0
- checkpoint-4000/rng_state.pth +3 -0
- checkpoint-4000/scheduler.pt +3 -0
- checkpoint-4000/statistics.json +0 -0
- checkpoint-4000/trainer_state.json +2434 -0
- checkpoint-4000/training_args.bin +3 -0
- checkpoint-4000/wandb_config.json +1 -0
- checkpoint-5000/config.json +70 -0
- checkpoint-5000/embodiment_id.json +11 -0
- checkpoint-5000/experiment_cfg/conf.yaml +210 -0
- checkpoint-5000/experiment_cfg/config.yaml +244 -0
- checkpoint-5000/experiment_cfg/dataset_statistics.json +824 -0
- checkpoint-5000/experiment_cfg/final_model_config.json +54 -0
- checkpoint-5000/experiment_cfg/final_processor_config.json +0 -0
- checkpoint-5000/model-00001-of-00002.safetensors +3 -0
- checkpoint-5000/model-00002-of-00002.safetensors +3 -0
- checkpoint-5000/model.safetensors.index.json +0 -0
- checkpoint-5000/optimizer.pt +3 -0
- checkpoint-5000/processor_config.json +455 -0
- checkpoint-5000/rng_state.pth +3 -0
- checkpoint-5000/scheduler.pt +3 -0
checkpoint-2000/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-2000/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-2000/experiment_cfg/conf.yaml
ADDED
|
@@ -0,0 +1,210 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
- ./demo_data/SOarmtest/viis0002/pick_lego
|
| 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 |
+
- wrist
|
| 82 |
+
sin_cos_embedding_keys: null
|
| 83 |
+
mean_std_embedding_keys: null
|
| 84 |
+
action_configs: null
|
| 85 |
+
state:
|
| 86 |
+
delta_indices:
|
| 87 |
+
- 0
|
| 88 |
+
modality_keys:
|
| 89 |
+
- single_arm
|
| 90 |
+
- gripper
|
| 91 |
+
sin_cos_embedding_keys: null
|
| 92 |
+
mean_std_embedding_keys: null
|
| 93 |
+
action_configs: null
|
| 94 |
+
action:
|
| 95 |
+
delta_indices:
|
| 96 |
+
- 0
|
| 97 |
+
- 1
|
| 98 |
+
- 2
|
| 99 |
+
- 3
|
| 100 |
+
- 4
|
| 101 |
+
- 5
|
| 102 |
+
- 6
|
| 103 |
+
- 7
|
| 104 |
+
- 8
|
| 105 |
+
- 9
|
| 106 |
+
- 10
|
| 107 |
+
- 11
|
| 108 |
+
- 12
|
| 109 |
+
- 13
|
| 110 |
+
- 14
|
| 111 |
+
- 15
|
| 112 |
+
modality_keys:
|
| 113 |
+
- single_arm
|
| 114 |
+
- gripper
|
| 115 |
+
sin_cos_embedding_keys: null
|
| 116 |
+
mean_std_embedding_keys: null
|
| 117 |
+
action_configs:
|
| 118 |
+
- rep: RELATIVE
|
| 119 |
+
type: NON_EEF
|
| 120 |
+
format: DEFAULT
|
| 121 |
+
state_key: null
|
| 122 |
+
- rep: ABSOLUTE
|
| 123 |
+
type: NON_EEF
|
| 124 |
+
format: DEFAULT
|
| 125 |
+
state_key: null
|
| 126 |
+
language:
|
| 127 |
+
delta_indices:
|
| 128 |
+
- 0
|
| 129 |
+
modality_keys:
|
| 130 |
+
- annotation.human.task_description
|
| 131 |
+
sin_cos_embedding_keys: null
|
| 132 |
+
mean_std_embedding_keys: null
|
| 133 |
+
action_configs: null
|
| 134 |
+
download_cache: false
|
| 135 |
+
shard_size: 1024
|
| 136 |
+
episode_sampling_rate: 0.1
|
| 137 |
+
num_shards_per_epoch: 100000
|
| 138 |
+
override_pretraining_statistics: false
|
| 139 |
+
mode: single_turn
|
| 140 |
+
random_chop: 0.0
|
| 141 |
+
mock_dataset_mode: false
|
| 142 |
+
shuffle: true
|
| 143 |
+
seed: 42
|
| 144 |
+
multiprocessing_context: fork
|
| 145 |
+
allow_padding: false
|
| 146 |
+
subsample_ratio: 1.0
|
| 147 |
+
image_crop_size:
|
| 148 |
+
- 244
|
| 149 |
+
- 244
|
| 150 |
+
image_target_size:
|
| 151 |
+
- 224
|
| 152 |
+
- 224
|
| 153 |
+
video_backend: torchcodec
|
| 154 |
+
training:
|
| 155 |
+
output_dir: ./demo_data/SOarmtest/saved_checkpoints
|
| 156 |
+
experiment_name: null
|
| 157 |
+
max_steps: 5000
|
| 158 |
+
global_batch_size: 32
|
| 159 |
+
batch_size: null
|
| 160 |
+
gradient_accumulation_steps: 1
|
| 161 |
+
learning_rate: 0.0001
|
| 162 |
+
lr_scheduler_type: cosine
|
| 163 |
+
weight_decay: 1.0e-05
|
| 164 |
+
warmup_ratio: 0.05
|
| 165 |
+
warmup_steps: 0
|
| 166 |
+
max_grad_norm: 1.0
|
| 167 |
+
optim: adamw_torch
|
| 168 |
+
start_from_checkpoint: nvidia/GR00T-N1.6-3B
|
| 169 |
+
tf32: true
|
| 170 |
+
fp16: false
|
| 171 |
+
bf16: true
|
| 172 |
+
eval_bf16: true
|
| 173 |
+
logging_steps: 10
|
| 174 |
+
save_steps: 2000
|
| 175 |
+
save_total_limit: 5
|
| 176 |
+
save_vl_model: false
|
| 177 |
+
upload_checkpoints: false
|
| 178 |
+
upload_every: 1000
|
| 179 |
+
upload_last_n_checkpoints: 5
|
| 180 |
+
max_concurrent_uploads: 2
|
| 181 |
+
eval_strategy: 'no'
|
| 182 |
+
eval_steps: 500
|
| 183 |
+
eval_set_split_ratio: 0.1
|
| 184 |
+
eval_batch_size: 2
|
| 185 |
+
save_best_eval_metric_name: ''
|
| 186 |
+
save_best_eval_metric_greater_is_better: true
|
| 187 |
+
deepspeed_stage: 2
|
| 188 |
+
gradient_checkpointing: false
|
| 189 |
+
transformers_trust_remote_code: true
|
| 190 |
+
transformers_local_files_only: false
|
| 191 |
+
transformers_cache_dir: null
|
| 192 |
+
transformers_access_token: null
|
| 193 |
+
use_ddp: false
|
| 194 |
+
ddp_bucket_cap_mb: 100
|
| 195 |
+
num_gpus: 1
|
| 196 |
+
dataloader_num_workers: 4
|
| 197 |
+
remove_unused_columns: false
|
| 198 |
+
use_wandb: true
|
| 199 |
+
wandb_project: finetune-gr00t-n1d6
|
| 200 |
+
enable_profiling: false
|
| 201 |
+
max_retries: 3
|
| 202 |
+
assert_loss_less_than: null
|
| 203 |
+
add_rl_callback: false
|
| 204 |
+
enable_open_loop_eval: false
|
| 205 |
+
open_loop_eval_traj_ids:
|
| 206 |
+
- 0
|
| 207 |
+
open_loop_eval_steps_per_traj: 100
|
| 208 |
+
open_loop_eval_plot_indices: null
|
| 209 |
+
max_steps: 5000
|
| 210 |
+
save_steps: 2000
|
checkpoint-2000/experiment_cfg/config.yaml
ADDED
|
@@ -0,0 +1,244 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
- ./demo_data/SOarmtest/viis0002/pick_lego
|
| 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: !!python/object/apply:gr00t.data.types.ActionRepresentation
|
| 29 |
+
- relative
|
| 30 |
+
state_key: null
|
| 31 |
+
type: &id002 !!python/object/apply:gr00t.data.types.ActionType
|
| 32 |
+
- non_eef
|
| 33 |
+
- !!python/object:gr00t.data.types.ActionConfig
|
| 34 |
+
format: *id001
|
| 35 |
+
rep: !!python/object/apply:gr00t.data.types.ActionRepresentation
|
| 36 |
+
- absolute
|
| 37 |
+
state_key: null
|
| 38 |
+
type: *id002
|
| 39 |
+
delta_indices:
|
| 40 |
+
- 0
|
| 41 |
+
- 1
|
| 42 |
+
- 2
|
| 43 |
+
- 3
|
| 44 |
+
- 4
|
| 45 |
+
- 5
|
| 46 |
+
- 6
|
| 47 |
+
- 7
|
| 48 |
+
- 8
|
| 49 |
+
- 9
|
| 50 |
+
- 10
|
| 51 |
+
- 11
|
| 52 |
+
- 12
|
| 53 |
+
- 13
|
| 54 |
+
- 14
|
| 55 |
+
- 15
|
| 56 |
+
mean_std_embedding_keys: null
|
| 57 |
+
modality_keys:
|
| 58 |
+
- single_arm
|
| 59 |
+
- gripper
|
| 60 |
+
sin_cos_embedding_keys: null
|
| 61 |
+
language: !!python/object:gr00t.data.types.ModalityConfig
|
| 62 |
+
action_configs: null
|
| 63 |
+
delta_indices:
|
| 64 |
+
- 0
|
| 65 |
+
mean_std_embedding_keys: null
|
| 66 |
+
modality_keys:
|
| 67 |
+
- annotation.human.task_description
|
| 68 |
+
sin_cos_embedding_keys: null
|
| 69 |
+
state: !!python/object:gr00t.data.types.ModalityConfig
|
| 70 |
+
action_configs: null
|
| 71 |
+
delta_indices:
|
| 72 |
+
- 0
|
| 73 |
+
mean_std_embedding_keys: null
|
| 74 |
+
modality_keys:
|
| 75 |
+
- single_arm
|
| 76 |
+
- gripper
|
| 77 |
+
sin_cos_embedding_keys: null
|
| 78 |
+
video: !!python/object:gr00t.data.types.ModalityConfig
|
| 79 |
+
action_configs: null
|
| 80 |
+
delta_indices:
|
| 81 |
+
- 0
|
| 82 |
+
mean_std_embedding_keys: null
|
| 83 |
+
modality_keys:
|
| 84 |
+
- front
|
| 85 |
+
- wrist
|
| 86 |
+
sin_cos_embedding_keys: null
|
| 87 |
+
mode: single_turn
|
| 88 |
+
multiprocessing_context: fork
|
| 89 |
+
num_shards_per_epoch: 100000
|
| 90 |
+
override_pretraining_statistics: false
|
| 91 |
+
random_chop: 0.0
|
| 92 |
+
seed: 42
|
| 93 |
+
shard_size: 1024
|
| 94 |
+
shuffle: true
|
| 95 |
+
subsample_ratio: 1.0
|
| 96 |
+
video_backend: torchcodec
|
| 97 |
+
load_config_path: null
|
| 98 |
+
model: !!python/object:gr00t.configs.model.gr00t_n1d6.Gr00tN1d6Config
|
| 99 |
+
_attn_implementation_autoset: false
|
| 100 |
+
_attn_implementation_internal: null
|
| 101 |
+
_commit_hash: null
|
| 102 |
+
_name_or_path: ''
|
| 103 |
+
add_cross_attention: false
|
| 104 |
+
architectures: null
|
| 105 |
+
backbone_model_type: eagle
|
| 106 |
+
backbone_trainable_params_fp32: true
|
| 107 |
+
bad_words_ids: null
|
| 108 |
+
begin_suppress_tokens: null
|
| 109 |
+
bos_token_id: null
|
| 110 |
+
chunk_size_feed_forward: 0
|
| 111 |
+
color_jitter_params:
|
| 112 |
+
brightness: 0.3
|
| 113 |
+
contrast: 0.4
|
| 114 |
+
hue: 0.08
|
| 115 |
+
saturation: 0.5
|
| 116 |
+
cross_attention_hidden_size: null
|
| 117 |
+
decoder_start_token_id: null
|
| 118 |
+
diffusion_model_cfg:
|
| 119 |
+
attention_head_dim: 48
|
| 120 |
+
dropout: 0.2
|
| 121 |
+
final_dropout: true
|
| 122 |
+
interleave_self_attention: true
|
| 123 |
+
norm_type: ada_norm
|
| 124 |
+
num_attention_heads: 32
|
| 125 |
+
num_layers: 32
|
| 126 |
+
output_dim: 1024
|
| 127 |
+
positional_embeddings: null
|
| 128 |
+
diversity_penalty: 0.0
|
| 129 |
+
do_sample: false
|
| 130 |
+
eagle_collator: true
|
| 131 |
+
early_stopping: false
|
| 132 |
+
encoder_no_repeat_ngram_size: 0
|
| 133 |
+
eos_token_id: null
|
| 134 |
+
exponential_decay_length_penalty: null
|
| 135 |
+
extra_augmentation_config: null
|
| 136 |
+
finetuning_task: null
|
| 137 |
+
forced_bos_token_id: null
|
| 138 |
+
forced_eos_token_id: null
|
| 139 |
+
id2label:
|
| 140 |
+
0: LABEL_0
|
| 141 |
+
1: LABEL_1
|
| 142 |
+
is_decoder: false
|
| 143 |
+
is_encoder_decoder: false
|
| 144 |
+
label2id:
|
| 145 |
+
LABEL_0: 0
|
| 146 |
+
LABEL_1: 1
|
| 147 |
+
length_penalty: 1.0
|
| 148 |
+
load_bf16: false
|
| 149 |
+
max_length: 20
|
| 150 |
+
min_length: 0
|
| 151 |
+
model_name: nvidia/Eagle-Block2A-2B-v2
|
| 152 |
+
no_repeat_ngram_size: 0
|
| 153 |
+
num_beam_groups: 1
|
| 154 |
+
num_beams: 1
|
| 155 |
+
num_return_sequences: 1
|
| 156 |
+
output_attentions: false
|
| 157 |
+
output_hidden_states: false
|
| 158 |
+
output_scores: false
|
| 159 |
+
pad_token_id: null
|
| 160 |
+
prefix: null
|
| 161 |
+
problem_type: null
|
| 162 |
+
pruned_heads: {}
|
| 163 |
+
random_rotation_angle: null
|
| 164 |
+
remove_invalid_values: false
|
| 165 |
+
repetition_penalty: 1.0
|
| 166 |
+
reproject_vision: false
|
| 167 |
+
return_dict: true
|
| 168 |
+
return_dict_in_generate: false
|
| 169 |
+
sep_token_id: null
|
| 170 |
+
state_dropout_prob: 0.0
|
| 171 |
+
suppress_tokens: null
|
| 172 |
+
task_specific_params: null
|
| 173 |
+
temperature: 1.0
|
| 174 |
+
tf_legacy_loss: false
|
| 175 |
+
tie_encoder_decoder: false
|
| 176 |
+
tie_word_embeddings: true
|
| 177 |
+
tokenizer_class: null
|
| 178 |
+
top_k: 50
|
| 179 |
+
top_p: 1.0
|
| 180 |
+
torch_dtype: null
|
| 181 |
+
torchscript: false
|
| 182 |
+
transformers_version: null
|
| 183 |
+
tune_diffusion_model: true
|
| 184 |
+
tune_llm: false
|
| 185 |
+
tune_projector: true
|
| 186 |
+
tune_visual: false
|
| 187 |
+
typical_p: 1.0
|
| 188 |
+
use_bfloat16: false
|
| 189 |
+
use_relative_action: true
|
| 190 |
+
training: !!python/object:gr00t.configs.training.training_config.TrainingConfig
|
| 191 |
+
add_rl_callback: false
|
| 192 |
+
assert_loss_less_than: null
|
| 193 |
+
batch_size: null
|
| 194 |
+
bf16: true
|
| 195 |
+
dataloader_num_workers: 4
|
| 196 |
+
ddp_bucket_cap_mb: 100
|
| 197 |
+
deepspeed_stage: 2
|
| 198 |
+
enable_open_loop_eval: false
|
| 199 |
+
enable_profiling: false
|
| 200 |
+
eval_batch_size: 2
|
| 201 |
+
eval_bf16: true
|
| 202 |
+
eval_set_split_ratio: 0.1
|
| 203 |
+
eval_steps: 500
|
| 204 |
+
eval_strategy: 'no'
|
| 205 |
+
experiment_name: null
|
| 206 |
+
fp16: false
|
| 207 |
+
global_batch_size: 32
|
| 208 |
+
gradient_accumulation_steps: 1
|
| 209 |
+
gradient_checkpointing: false
|
| 210 |
+
learning_rate: 0.0001
|
| 211 |
+
logging_steps: 10
|
| 212 |
+
lr_scheduler_type: cosine
|
| 213 |
+
max_concurrent_uploads: 2
|
| 214 |
+
max_grad_norm: 1.0
|
| 215 |
+
max_retries: 3
|
| 216 |
+
max_steps: 5000
|
| 217 |
+
num_gpus: 1
|
| 218 |
+
open_loop_eval_plot_indices: null
|
| 219 |
+
open_loop_eval_steps_per_traj: 100
|
| 220 |
+
open_loop_eval_traj_ids:
|
| 221 |
+
- 0
|
| 222 |
+
optim: adamw_torch
|
| 223 |
+
output_dir: ./demo_data/SOarmtest/saved_checkpoints
|
| 224 |
+
remove_unused_columns: false
|
| 225 |
+
save_best_eval_metric_greater_is_better: true
|
| 226 |
+
save_best_eval_metric_name: ''
|
| 227 |
+
save_steps: 2000
|
| 228 |
+
save_total_limit: 5
|
| 229 |
+
save_vl_model: false
|
| 230 |
+
start_from_checkpoint: nvidia/GR00T-N1.6-3B
|
| 231 |
+
tf32: true
|
| 232 |
+
transformers_access_token: null
|
| 233 |
+
transformers_cache_dir: null
|
| 234 |
+
transformers_local_files_only: false
|
| 235 |
+
transformers_trust_remote_code: true
|
| 236 |
+
upload_checkpoints: false
|
| 237 |
+
upload_every: 1000
|
| 238 |
+
upload_last_n_checkpoints: 5
|
| 239 |
+
use_ddp: false
|
| 240 |
+
use_wandb: true
|
| 241 |
+
wandb_project: finetune-gr00t-n1d6
|
| 242 |
+
warmup_ratio: 0.05
|
| 243 |
+
warmup_steps: 0
|
| 244 |
+
weight_decay: 1.0e-05
|
checkpoint-2000/experiment_cfg/dataset_statistics.json
ADDED
|
@@ -0,0 +1,824 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"new_embodiment": {
|
| 3 |
+
"state": {
|
| 4 |
+
"single_arm": {
|
| 5 |
+
"min": [
|
| 6 |
+
-6.8131866455078125,
|
| 7 |
+
-102.19779968261719,
|
| 8 |
+
-40.43955993652344,
|
| 9 |
+
39.9560432434082,
|
| 10 |
+
-66.32967376708984
|
| 11 |
+
],
|
| 12 |
+
"max": [
|
| 13 |
+
34.593406677246094,
|
| 14 |
+
42.769229888916016,
|
| 15 |
+
96.26373291015625,
|
| 16 |
+
98.06593322753906,
|
| 17 |
+
96.74725341796875
|
| 18 |
+
],
|
| 19 |
+
"mean": [
|
| 20 |
+
10.6347642478831,
|
| 21 |
+
-40.60343800114444,
|
| 22 |
+
40.109735021899446,
|
| 23 |
+
66.37540221377535,
|
| 24 |
+
1.723290164849921
|
| 25 |
+
],
|
| 26 |
+
"std": [
|
| 27 |
+
13.663472797431913,
|
| 28 |
+
53.514238207466356,
|
| 29 |
+
47.089223703864675,
|
| 30 |
+
15.49883594624875,
|
| 31 |
+
29.442594278901634
|
| 32 |
+
],
|
| 33 |
+
"q01": [
|
| 34 |
+
-2.8227532818225196,
|
| 35 |
+
-102.04170769592945,
|
| 36 |
+
-18.832328638595566,
|
| 37 |
+
47.303414007272124,
|
| 38 |
+
-23.538191580154248
|
| 39 |
+
],
|
| 40 |
+
"q99": [
|
| 41 |
+
31.17592093949654,
|
| 42 |
+
27.78409835219628,
|
| 43 |
+
96.09969459877085,
|
| 44 |
+
91.52694173019303,
|
| 45 |
+
34.804566667323705
|
| 46 |
+
]
|
| 47 |
+
},
|
| 48 |
+
"gripper": {
|
| 49 |
+
"min": [
|
| 50 |
+
1.1597938537597656
|
| 51 |
+
],
|
| 52 |
+
"max": [
|
| 53 |
+
30.476804733276367
|
| 54 |
+
],
|
| 55 |
+
"mean": [
|
| 56 |
+
4.725540477545816
|
| 57 |
+
],
|
| 58 |
+
"std": [
|
| 59 |
+
5.719213168100463
|
| 60 |
+
],
|
| 61 |
+
"q01": [
|
| 62 |
+
1.219114189586798
|
| 63 |
+
],
|
| 64 |
+
"q99": [
|
| 65 |
+
18.975632466717574
|
| 66 |
+
]
|
| 67 |
+
}
|
| 68 |
+
},
|
| 69 |
+
"action": {
|
| 70 |
+
"single_arm": {
|
| 71 |
+
"min": [
|
| 72 |
+
-7.340659141540527,
|
| 73 |
+
-103.73626708984375,
|
| 74 |
+
-43.736263275146484,
|
| 75 |
+
38.63736343383789,
|
| 76 |
+
-67.47252655029297
|
| 77 |
+
],
|
| 78 |
+
"max": [
|
| 79 |
+
35.20878982543945,
|
| 80 |
+
42.5494499206543,
|
| 81 |
+
96.74725341796875,
|
| 82 |
+
100.61538696289062,
|
| 83 |
+
97.27472686767578
|
| 84 |
+
],
|
| 85 |
+
"mean": [
|
| 86 |
+
10.654706232867026,
|
| 87 |
+
-41.43508459659817,
|
| 88 |
+
38.95115310430438,
|
| 89 |
+
66.17248404139285,
|
| 90 |
+
1.6835930980913996
|
| 91 |
+
],
|
| 92 |
+
"std": [
|
| 93 |
+
13.792301015873905,
|
| 94 |
+
53.27088262273843,
|
| 95 |
+
48.06070434685447,
|
| 96 |
+
15.735264444521983,
|
| 97 |
+
29.50880036285619
|
| 98 |
+
],
|
| 99 |
+
"q01": [
|
| 100 |
+
-3.007477344415986,
|
| 101 |
+
-102.62527508767714,
|
| 102 |
+
-21.606171980367048,
|
| 103 |
+
46.25193771491276,
|
| 104 |
+
-24.028302588862974
|
| 105 |
+
],
|
| 106 |
+
"q99": [
|
| 107 |
+
31.658033587037096,
|
| 108 |
+
27.49569149494191,
|
| 109 |
+
96.40327760792744,
|
| 110 |
+
92.26730265898277,
|
| 111 |
+
35.153253393452815
|
| 112 |
+
]
|
| 113 |
+
},
|
| 114 |
+
"gripper": {
|
| 115 |
+
"min": [
|
| 116 |
+
0.0
|
| 117 |
+
],
|
| 118 |
+
"max": [
|
| 119 |
+
30.952381134033203
|
| 120 |
+
],
|
| 121 |
+
"mean": [
|
| 122 |
+
3.5887609717193083
|
| 123 |
+
],
|
| 124 |
+
"std": [
|
| 125 |
+
5.951741507358969
|
| 126 |
+
],
|
| 127 |
+
"q01": [
|
| 128 |
+
0.7785521832201806
|
| 129 |
+
],
|
| 130 |
+
"q99": [
|
| 131 |
+
19.41596701897272
|
| 132 |
+
]
|
| 133 |
+
}
|
| 134 |
+
},
|
| 135 |
+
"relative_action": {
|
| 136 |
+
"single_arm": {
|
| 137 |
+
"min": [
|
| 138 |
+
[
|
| 139 |
+
-6.153846740722656,
|
| 140 |
+
-12.615386962890625,
|
| 141 |
+
-13.406593322753906,
|
| 142 |
+
-9.406593322753906,
|
| 143 |
+
-13.450549125671387
|
| 144 |
+
],
|
| 145 |
+
[
|
| 146 |
+
-7.824176788330078,
|
| 147 |
+
-15.692306518554688,
|
| 148 |
+
-16.39560317993164,
|
| 149 |
+
-11.86812973022461,
|
| 150 |
+
-13.450549125671387
|
| 151 |
+
],
|
| 152 |
+
[
|
| 153 |
+
-9.582418441772461,
|
| 154 |
+
-18.681320190429688,
|
| 155 |
+
-19.296703338623047,
|
| 156 |
+
-14.241756439208984,
|
| 157 |
+
-15.472527503967285
|
| 158 |
+
],
|
| 159 |
+
[
|
| 160 |
+
-11.252748489379883,
|
| 161 |
+
-21.670331954956055,
|
| 162 |
+
-22.19780158996582,
|
| 163 |
+
-16.615379333496094,
|
| 164 |
+
-16.96703338623047
|
| 165 |
+
],
|
| 166 |
+
[
|
| 167 |
+
-12.923077583312988,
|
| 168 |
+
-24.65934181213379,
|
| 169 |
+
-24.923078536987305,
|
| 170 |
+
-18.901100158691406,
|
| 171 |
+
-18.461538314819336
|
| 172 |
+
],
|
| 173 |
+
[
|
| 174 |
+
-14.593405723571777,
|
| 175 |
+
-27.648353576660156,
|
| 176 |
+
-27.736263275146484,
|
| 177 |
+
-21.186813354492188,
|
| 178 |
+
-19.516483306884766
|
| 179 |
+
],
|
| 180 |
+
[
|
| 181 |
+
-16.087913513183594,
|
| 182 |
+
-30.637365341186523,
|
| 183 |
+
-30.46154022216797,
|
| 184 |
+
-23.384613037109375,
|
| 185 |
+
-21.010990142822266
|
| 186 |
+
],
|
| 187 |
+
[
|
| 188 |
+
-17.58241844177246,
|
| 189 |
+
-33.45055389404297,
|
| 190 |
+
-33.09890365600586,
|
| 191 |
+
-25.406593322753906,
|
| 192 |
+
-23.032970428466797
|
| 193 |
+
],
|
| 194 |
+
[
|
| 195 |
+
-18.813186645507812,
|
| 196 |
+
-36.351646423339844,
|
| 197 |
+
-35.648353576660156,
|
| 198 |
+
-27.428573608398438,
|
| 199 |
+
-24.967037200927734
|
| 200 |
+
],
|
| 201 |
+
[
|
| 202 |
+
-20.043954849243164,
|
| 203 |
+
-39.164833068847656,
|
| 204 |
+
-38.109893798828125,
|
| 205 |
+
-29.09890365600586,
|
| 206 |
+
-27.076923370361328
|
| 207 |
+
],
|
| 208 |
+
[
|
| 209 |
+
-21.098899841308594,
|
| 210 |
+
-42.06593322753906,
|
| 211 |
+
-40.57142639160156,
|
| 212 |
+
-30.769229888916016,
|
| 213 |
+
-29.274723052978516
|
| 214 |
+
],
|
| 215 |
+
[
|
| 216 |
+
-22.153844833374023,
|
| 217 |
+
-44.879119873046875,
|
| 218 |
+
-42.857139587402344,
|
| 219 |
+
-32.351646423339844,
|
| 220 |
+
-31.38461685180664
|
| 221 |
+
],
|
| 222 |
+
[
|
| 223 |
+
-23.208789825439453,
|
| 224 |
+
-47.69231033325195,
|
| 225 |
+
-45.05494689941406,
|
| 226 |
+
-33.75823974609375,
|
| 227 |
+
-33.494503021240234
|
| 228 |
+
],
|
| 229 |
+
[
|
| 230 |
+
-24.08791160583496,
|
| 231 |
+
-50.68132019042969,
|
| 232 |
+
-47.164833068847656,
|
| 233 |
+
-34.989013671875,
|
| 234 |
+
-35.51648712158203
|
| 235 |
+
],
|
| 236 |
+
[
|
| 237 |
+
-24.967031478881836,
|
| 238 |
+
-53.67033004760742,
|
| 239 |
+
-49.098899841308594,
|
| 240 |
+
-36.04396057128906,
|
| 241 |
+
-37.626373291015625
|
| 242 |
+
],
|
| 243 |
+
[
|
| 244 |
+
-25.758241653442383,
|
| 245 |
+
-56.747249603271484,
|
| 246 |
+
-50.94505310058594,
|
| 247 |
+
-37.01099395751953,
|
| 248 |
+
-39.648353576660156
|
| 249 |
+
]
|
| 250 |
+
],
|
| 251 |
+
"max": [
|
| 252 |
+
[
|
| 253 |
+
5.8021979331970215,
|
| 254 |
+
14.021980285644531,
|
| 255 |
+
12.527473449707031,
|
| 256 |
+
8.703296661376953,
|
| 257 |
+
9.670330047607422
|
| 258 |
+
],
|
| 259 |
+
[
|
| 260 |
+
6.505494117736816,
|
| 261 |
+
17.626373291015625,
|
| 262 |
+
16.131866455078125,
|
| 263 |
+
11.164833068847656,
|
| 264 |
+
12.219779968261719
|
| 265 |
+
],
|
| 266 |
+
[
|
| 267 |
+
7.82417631149292,
|
| 268 |
+
21.142852783203125,
|
| 269 |
+
19.824176788330078,
|
| 270 |
+
13.626373291015625,
|
| 271 |
+
14.681318283081055
|
| 272 |
+
],
|
| 273 |
+
[
|
| 274 |
+
9.05494499206543,
|
| 275 |
+
24.395599365234375,
|
| 276 |
+
23.428571701049805,
|
| 277 |
+
15.824176788330078,
|
| 278 |
+
17.142858505249023
|
| 279 |
+
],
|
| 280 |
+
[
|
| 281 |
+
10.373626708984375,
|
| 282 |
+
27.384613037109375,
|
| 283 |
+
26.94505500793457,
|
| 284 |
+
18.021976470947266,
|
| 285 |
+
19.69230842590332
|
| 286 |
+
],
|
| 287 |
+
[
|
| 288 |
+
11.69230842590332,
|
| 289 |
+
30.197803497314453,
|
| 290 |
+
30.461538314819336,
|
| 291 |
+
20.043956756591797,
|
| 292 |
+
22.153846740722656
|
| 293 |
+
],
|
| 294 |
+
[
|
| 295 |
+
13.01098918914795,
|
| 296 |
+
32.83516311645508,
|
| 297 |
+
33.97801971435547,
|
| 298 |
+
22.241756439208984,
|
| 299 |
+
24.703298568725586
|
| 300 |
+
],
|
| 301 |
+
[
|
| 302 |
+
14.153846740722656,
|
| 303 |
+
35.384613037109375,
|
| 304 |
+
37.406593322753906,
|
| 305 |
+
24.35165023803711,
|
| 306 |
+
27.07692527770996
|
| 307 |
+
],
|
| 308 |
+
[
|
| 309 |
+
15.296703338623047,
|
| 310 |
+
37.75823974609375,
|
| 311 |
+
40.74725341796875,
|
| 312 |
+
26.197803497314453,
|
| 313 |
+
29.362638473510742
|
| 314 |
+
],
|
| 315 |
+
[
|
| 316 |
+
16.351648330688477,
|
| 317 |
+
40.04395294189453,
|
| 318 |
+
44.08790969848633,
|
| 319 |
+
27.956043243408203,
|
| 320 |
+
31.560440063476562
|
| 321 |
+
],
|
| 322 |
+
[
|
| 323 |
+
17.318681716918945,
|
| 324 |
+
42.241756439208984,
|
| 325 |
+
47.340660095214844,
|
| 326 |
+
29.71428680419922,
|
| 327 |
+
33.67033004760742
|
| 328 |
+
],
|
| 329 |
+
[
|
| 330 |
+
18.197803497314453,
|
| 331 |
+
44.527469635009766,
|
| 332 |
+
50.68131637573242,
|
| 333 |
+
31.384613037109375,
|
| 334 |
+
35.95604705810547
|
| 335 |
+
],
|
| 336 |
+
[
|
| 337 |
+
18.901100158691406,
|
| 338 |
+
46.4615364074707,
|
| 339 |
+
53.93406295776367,
|
| 340 |
+
32.96703338623047,
|
| 341 |
+
38.5054931640625
|
| 342 |
+
],
|
| 343 |
+
[
|
| 344 |
+
19.516483306884766,
|
| 345 |
+
48.48351287841797,
|
| 346 |
+
57.010986328125,
|
| 347 |
+
34.28571319580078,
|
| 348 |
+
41.14285659790039
|
| 349 |
+
],
|
| 350 |
+
[
|
| 351 |
+
20.043956756591797,
|
| 352 |
+
50.32966613769531,
|
| 353 |
+
60.0,
|
| 354 |
+
35.604393005371094,
|
| 355 |
+
43.516483306884766
|
| 356 |
+
],
|
| 357 |
+
[
|
| 358 |
+
20.395605087280273,
|
| 359 |
+
52.26373291015625,
|
| 360 |
+
62.989013671875,
|
| 361 |
+
36.659339904785156,
|
| 362 |
+
45.80220031738281
|
| 363 |
+
]
|
| 364 |
+
],
|
| 365 |
+
"mean": [
|
| 366 |
+
[
|
| 367 |
+
0.024023909121751785,
|
| 368 |
+
-0.8380120396614075,
|
| 369 |
+
-1.1888031959533691,
|
| 370 |
+
-0.20351642370224,
|
| 371 |
+
-0.03874167427420616
|
| 372 |
+
],
|
| 373 |
+
[
|
| 374 |
+
0.02381421998143196,
|
| 375 |
+
-0.8381950259208679,
|
| 376 |
+
-1.1877086162567139,
|
| 377 |
+
-0.20610879361629486,
|
| 378 |
+
-0.038331978023052216
|
| 379 |
+
],
|
| 380 |
+
[
|
| 381 |
+
0.02358066476881504,
|
| 382 |
+
-0.8384636640548706,
|
| 383 |
+
-1.186354160308838,
|
| 384 |
+
-0.20878157019615173,
|
| 385 |
+
-0.03791269287467003
|
| 386 |
+
],
|
| 387 |
+
[
|
| 388 |
+
0.02331378683447838,
|
| 389 |
+
-0.8388302326202393,
|
| 390 |
+
-1.1847561597824097,
|
| 391 |
+
-0.21150696277618408,
|
| 392 |
+
-0.03749352693557739
|
| 393 |
+
],
|
| 394 |
+
[
|
| 395 |
+
0.022984733805060387,
|
| 396 |
+
-0.8392952680587769,
|
| 397 |
+
-1.182924509048462,
|
| 398 |
+
-0.21426069736480713,
|
| 399 |
+
-0.037074267864227295
|
| 400 |
+
],
|
| 401 |
+
[
|
| 402 |
+
0.02258922904729843,
|
| 403 |
+
-0.8398675322532654,
|
| 404 |
+
-1.1808984279632568,
|
| 405 |
+
-0.21703894436359406,
|
| 406 |
+
-0.03665487840771675
|
| 407 |
+
],
|
| 408 |
+
[
|
| 409 |
+
0.02210799790918827,
|
| 410 |
+
-0.840530514717102,
|
| 411 |
+
-1.1787015199661255,
|
| 412 |
+
-0.21982122957706451,
|
| 413 |
+
-0.03624051436781883
|
| 414 |
+
],
|
| 415 |
+
[
|
| 416 |
+
0.021555287763476372,
|
| 417 |
+
-0.8412824869155884,
|
| 418 |
+
-1.176315188407898,
|
| 419 |
+
-0.2226090133190155,
|
| 420 |
+
-0.03585929051041603
|
| 421 |
+
],
|
| 422 |
+
[
|
| 423 |
+
0.020935896784067154,
|
| 424 |
+
-0.8421463966369629,
|
| 425 |
+
-1.1736962795257568,
|
| 426 |
+
-0.22543004155158997,
|
| 427 |
+
-0.035549700260162354
|
| 428 |
+
],
|
| 429 |
+
[
|
| 430 |
+
0.020240070298314095,
|
| 431 |
+
-0.8431134819984436,
|
| 432 |
+
-1.1708482503890991,
|
| 433 |
+
-0.2282552719116211,
|
| 434 |
+
-0.03533996269106865
|
| 435 |
+
],
|
| 436 |
+
[
|
| 437 |
+
0.01948723942041397,
|
| 438 |
+
-0.8441924452781677,
|
| 439 |
+
-1.1677296161651611,
|
| 440 |
+
-0.23114195466041565,
|
| 441 |
+
-0.03522548824548721
|
| 442 |
+
],
|
| 443 |
+
[
|
| 444 |
+
0.018677080050110817,
|
| 445 |
+
-0.8453867435455322,
|
| 446 |
+
-1.164296269416809,
|
| 447 |
+
-0.23409080505371094,
|
| 448 |
+
-0.03516348451375961
|
| 449 |
+
],
|
| 450 |
+
[
|
| 451 |
+
0.017790833488106728,
|
| 452 |
+
-0.846683919429779,
|
| 453 |
+
-1.1604851484298706,
|
| 454 |
+
-0.23711234331130981,
|
| 455 |
+
-0.035125281661748886
|
| 456 |
+
],
|
| 457 |
+
[
|
| 458 |
+
0.016804957762360573,
|
| 459 |
+
-0.8481130599975586,
|
| 460 |
+
-1.156294584274292,
|
| 461 |
+
-0.24017632007598877,
|
| 462 |
+
-0.03509661555290222
|
| 463 |
+
],
|
| 464 |
+
[
|
| 465 |
+
0.015680411830544472,
|
| 466 |
+
-0.8497316241264343,
|
| 467 |
+
-1.151717185974121,
|
| 468 |
+
-0.24328306317329407,
|
| 469 |
+
-0.035068120807409286
|
| 470 |
+
],
|
| 471 |
+
[
|
| 472 |
+
0.01436557900160551,
|
| 473 |
+
-0.8516368269920349,
|
| 474 |
+
-1.1466983556747437,
|
| 475 |
+
-0.24642817676067352,
|
| 476 |
+
-0.035063356161117554
|
| 477 |
+
]
|
| 478 |
+
],
|
| 479 |
+
"std": [
|
| 480 |
+
[
|
| 481 |
+
1.0472843647003174,
|
| 482 |
+
3.3955397605895996,
|
| 483 |
+
3.209542989730835,
|
| 484 |
+
1.5478397607803345,
|
| 485 |
+
1.5488325357437134
|
| 486 |
+
],
|
| 487 |
+
[
|
| 488 |
+
1.3025773763656616,
|
| 489 |
+
4.228511333465576,
|
| 490 |
+
3.9392380714416504,
|
| 491 |
+
1.9040354490280151,
|
| 492 |
+
1.9508968591690063
|
| 493 |
+
],
|
| 494 |
+
[
|
| 495 |
+
1.5567840337753296,
|
| 496 |
+
5.061123371124268,
|
| 497 |
+
4.678185939788818,
|
| 498 |
+
2.259927749633789,
|
| 499 |
+
2.3464455604553223
|
| 500 |
+
],
|
| 501 |
+
[
|
| 502 |
+
1.8073352575302124,
|
| 503 |
+
5.890169143676758,
|
| 504 |
+
5.418741226196289,
|
| 505 |
+
2.6112139225006104,
|
| 506 |
+
2.734940528869629
|
| 507 |
+
],
|
| 508 |
+
[
|
| 509 |
+
2.053133726119995,
|
| 510 |
+
6.713922023773193,
|
| 511 |
+
6.156966209411621,
|
| 512 |
+
2.9563238620758057,
|
| 513 |
+
3.1171467304229736
|
| 514 |
+
],
|
| 515 |
+
[
|
| 516 |
+
2.2936792373657227,
|
| 517 |
+
7.531452178955078,
|
| 518 |
+
6.89060115814209,
|
| 519 |
+
3.2943806648254395,
|
| 520 |
+
3.4939496517181396
|
| 521 |
+
],
|
| 522 |
+
[
|
| 523 |
+
2.528961658477783,
|
| 524 |
+
8.342284202575684,
|
| 525 |
+
7.61845064163208,
|
| 526 |
+
3.6247124671936035,
|
| 527 |
+
3.8658618927001953
|
| 528 |
+
],
|
| 529 |
+
[
|
| 530 |
+
2.7590219974517822,
|
| 531 |
+
9.146015167236328,
|
| 532 |
+
8.339773178100586,
|
| 533 |
+
3.9470086097717285,
|
| 534 |
+
4.233205795288086
|
| 535 |
+
],
|
| 536 |
+
[
|
| 537 |
+
2.9840755462646484,
|
| 538 |
+
9.942627906799316,
|
| 539 |
+
9.053919792175293,
|
| 540 |
+
4.261190414428711,
|
| 541 |
+
4.596113681793213
|
| 542 |
+
],
|
| 543 |
+
[
|
| 544 |
+
3.2043535709381104,
|
| 545 |
+
10.731932640075684,
|
| 546 |
+
9.760570526123047,
|
| 547 |
+
4.567060947418213,
|
| 548 |
+
4.954709053039551
|
| 549 |
+
],
|
| 550 |
+
[
|
| 551 |
+
3.420076608657837,
|
| 552 |
+
11.51407527923584,
|
| 553 |
+
10.459877967834473,
|
| 554 |
+
4.864653587341309,
|
| 555 |
+
5.3089189529418945
|
| 556 |
+
],
|
| 557 |
+
[
|
| 558 |
+
3.6315865516662598,
|
| 559 |
+
12.289117813110352,
|
| 560 |
+
11.151065826416016,
|
| 561 |
+
5.154054641723633,
|
| 562 |
+
5.65879487991333
|
| 563 |
+
],
|
| 564 |
+
[
|
| 565 |
+
3.8390471935272217,
|
| 566 |
+
13.056876182556152,
|
| 567 |
+
11.834860801696777,
|
| 568 |
+
5.435141086578369,
|
| 569 |
+
6.004306316375732
|
| 570 |
+
],
|
| 571 |
+
[
|
| 572 |
+
4.042593002319336,
|
| 573 |
+
13.817543029785156,
|
| 574 |
+
12.511225700378418,
|
| 575 |
+
5.708395004272461,
|
| 576 |
+
6.345395565032959
|
| 577 |
+
],
|
| 578 |
+
[
|
| 579 |
+
4.24238395690918,
|
| 580 |
+
14.571209907531738,
|
| 581 |
+
13.179614067077637,
|
| 582 |
+
5.973555564880371,
|
| 583 |
+
6.682039737701416
|
| 584 |
+
],
|
| 585 |
+
[
|
| 586 |
+
4.438711166381836,
|
| 587 |
+
15.317753791809082,
|
| 588 |
+
13.840078353881836,
|
| 589 |
+
6.230597496032715,
|
| 590 |
+
7.01429557800293
|
| 591 |
+
]
|
| 592 |
+
],
|
| 593 |
+
"q01": [
|
| 594 |
+
[
|
| 595 |
+
-3.472527027130127,
|
| 596 |
+
-9.978021621704102,
|
| 597 |
+
-9.978019714355469,
|
| 598 |
+
-5.098899841308594,
|
| 599 |
+
-5.36263370513916
|
| 600 |
+
],
|
| 601 |
+
[
|
| 602 |
+
-4.483516693115234,
|
| 603 |
+
-12.175825119018555,
|
| 604 |
+
-12.263736724853516,
|
| 605 |
+
-6.417581558227539,
|
| 606 |
+
-6.857143402099609
|
| 607 |
+
],
|
| 608 |
+
[
|
| 609 |
+
-5.450550079345703,
|
| 610 |
+
-14.373626708984375,
|
| 611 |
+
-14.373626708984375,
|
| 612 |
+
-7.736263275146484,
|
| 613 |
+
-8.263736724853516
|
| 614 |
+
],
|
| 615 |
+
[
|
| 616 |
+
-6.4175825119018555,
|
| 617 |
+
-16.571428298950195,
|
| 618 |
+
-16.483516693115234,
|
| 619 |
+
-9.054946899414062,
|
| 620 |
+
-9.846153259277344
|
| 621 |
+
],
|
| 622 |
+
[
|
| 623 |
+
-7.296703338623047,
|
| 624 |
+
-18.85714340209961,
|
| 625 |
+
-18.681316375732422,
|
| 626 |
+
-10.285713195800781,
|
| 627 |
+
-11.296703338623047
|
| 628 |
+
],
|
| 629 |
+
[
|
| 630 |
+
-8.175825119018555,
|
| 631 |
+
-21.054946899414062,
|
| 632 |
+
-20.79120635986328,
|
| 633 |
+
-11.516483306884766,
|
| 634 |
+
-12.747251510620117
|
| 635 |
+
],
|
| 636 |
+
[
|
| 637 |
+
-9.05494499206543,
|
| 638 |
+
-23.340660095214844,
|
| 639 |
+
-22.813186645507812,
|
| 640 |
+
-12.703296661376953,
|
| 641 |
+
-14.19780158996582
|
| 642 |
+
],
|
| 643 |
+
[
|
| 644 |
+
-10.021978378295898,
|
| 645 |
+
-25.582416534423828,
|
| 646 |
+
-24.791210174560547,
|
| 647 |
+
-13.80219841003418,
|
| 648 |
+
-15.560441017150879
|
| 649 |
+
],
|
| 650 |
+
[
|
| 651 |
+
-10.813186645507812,
|
| 652 |
+
-27.648353576660156,
|
| 653 |
+
-26.769229888916016,
|
| 654 |
+
-14.813186645507812,
|
| 655 |
+
-16.96703338623047
|
| 656 |
+
],
|
| 657 |
+
[
|
| 658 |
+
-11.780220031738281,
|
| 659 |
+
-29.934066772460938,
|
| 660 |
+
-28.659339904785156,
|
| 661 |
+
-15.824176788330078,
|
| 662 |
+
-18.373626708984375
|
| 663 |
+
],
|
| 664 |
+
[
|
| 665 |
+
-12.615385055541992,
|
| 666 |
+
-32.21977996826172,
|
| 667 |
+
-30.593406677246094,
|
| 668 |
+
-16.703292846679688,
|
| 669 |
+
-19.516483306884766
|
| 670 |
+
],
|
| 671 |
+
[
|
| 672 |
+
-13.450550079345703,
|
| 673 |
+
-34.32966995239258,
|
| 674 |
+
-32.395599365234375,
|
| 675 |
+
-17.670326232910156,
|
| 676 |
+
-20.791208267211914
|
| 677 |
+
],
|
| 678 |
+
[
|
| 679 |
+
-14.329669952392578,
|
| 680 |
+
-36.52747344970703,
|
| 681 |
+
-34.19780349731445,
|
| 682 |
+
-18.549448013305664,
|
| 683 |
+
-21.802196502685547
|
| 684 |
+
],
|
| 685 |
+
[
|
| 686 |
+
-15.164834976196289,
|
| 687 |
+
-38.68132019042969,
|
| 688 |
+
-35.82417297363281,
|
| 689 |
+
-19.20879364013672,
|
| 690 |
+
-22.901100158691406
|
| 691 |
+
],
|
| 692 |
+
[
|
| 693 |
+
-15.95604419708252,
|
| 694 |
+
-40.92308044433594,
|
| 695 |
+
-37.626373291015625,
|
| 696 |
+
-20.043954849243164,
|
| 697 |
+
-24.131868362426758
|
| 698 |
+
],
|
| 699 |
+
[
|
| 700 |
+
-16.703296661376953,
|
| 701 |
+
-42.989009857177734,
|
| 702 |
+
-39.25274658203125,
|
| 703 |
+
-20.74725341796875,
|
| 704 |
+
-25.450550079345703
|
| 705 |
+
]
|
| 706 |
+
],
|
| 707 |
+
"q99": [
|
| 708 |
+
[
|
| 709 |
+
3.4285709857940674,
|
| 710 |
+
7.5604400634765625,
|
| 711 |
+
7.076923847198486,
|
| 712 |
+
4.131866455078125,
|
| 713 |
+
5.494504928588867
|
| 714 |
+
],
|
| 715 |
+
[
|
| 716 |
+
4.307692527770996,
|
| 717 |
+
9.802200317382812,
|
| 718 |
+
9.538460731506348,
|
| 719 |
+
5.274726867675781,
|
| 720 |
+
7.032966613769531
|
| 721 |
+
],
|
| 722 |
+
[
|
| 723 |
+
5.1868133544921875,
|
| 724 |
+
12.087913513183594,
|
| 725 |
+
11.868131637573242,
|
| 726 |
+
6.5054931640625,
|
| 727 |
+
8.527473449707031
|
| 728 |
+
],
|
| 729 |
+
[
|
| 730 |
+
6.065934181213379,
|
| 731 |
+
14.197805404663086,
|
| 732 |
+
14.285714149475098,
|
| 733 |
+
7.648347854614258,
|
| 734 |
+
9.934066772460938
|
| 735 |
+
],
|
| 736 |
+
[
|
| 737 |
+
6.857143402099609,
|
| 738 |
+
16.483516693115234,
|
| 739 |
+
16.571428298950195,
|
| 740 |
+
8.703292846679688,
|
| 741 |
+
11.340660095214844
|
| 742 |
+
],
|
| 743 |
+
[
|
| 744 |
+
7.736264705657959,
|
| 745 |
+
18.593406677246094,
|
| 746 |
+
18.85714340209961,
|
| 747 |
+
9.846153259277344,
|
| 748 |
+
12.835165023803711
|
| 749 |
+
],
|
| 750 |
+
[
|
| 751 |
+
8.615385055541992,
|
| 752 |
+
20.52747344970703,
|
| 753 |
+
21.14285659790039,
|
| 754 |
+
10.813188552856445,
|
| 755 |
+
14.241758346557617
|
| 756 |
+
],
|
| 757 |
+
[
|
| 758 |
+
9.494504928588867,
|
| 759 |
+
22.725276947021484,
|
| 760 |
+
23.428571701049805,
|
| 761 |
+
11.824176788330078,
|
| 762 |
+
15.648351669311523
|
| 763 |
+
],
|
| 764 |
+
[
|
| 765 |
+
10.285714149475098,
|
| 766 |
+
24.879121780395508,
|
| 767 |
+
25.714282989501953,
|
| 768 |
+
12.835166931152344,
|
| 769 |
+
17.05494499206543
|
| 770 |
+
],
|
| 771 |
+
[
|
| 772 |
+
11.076923370361328,
|
| 773 |
+
26.85714340209961,
|
| 774 |
+
27.868133544921875,
|
| 775 |
+
13.758243560791016,
|
| 776 |
+
18.461538314819336
|
| 777 |
+
],
|
| 778 |
+
[
|
| 779 |
+
11.7362642288208,
|
| 780 |
+
28.70329475402832,
|
| 781 |
+
30.109888076782227,
|
| 782 |
+
14.725275039672852,
|
| 783 |
+
19.868133544921875
|
| 784 |
+
],
|
| 785 |
+
[
|
| 786 |
+
12.395605087280273,
|
| 787 |
+
30.813186645507812,
|
| 788 |
+
32.17582321166992,
|
| 789 |
+
15.560440063476562,
|
| 790 |
+
21.186813354492188
|
| 791 |
+
],
|
| 792 |
+
[
|
| 793 |
+
13.098901748657227,
|
| 794 |
+
32.52747344970703,
|
| 795 |
+
34.19779968261719,
|
| 796 |
+
16.351646423339844,
|
| 797 |
+
22.549449920654297
|
| 798 |
+
],
|
| 799 |
+
[
|
| 800 |
+
13.714285850524902,
|
| 801 |
+
34.54945373535156,
|
| 802 |
+
36.21977996826172,
|
| 803 |
+
17.142860412597656,
|
| 804 |
+
24.0
|
| 805 |
+
],
|
| 806 |
+
[
|
| 807 |
+
14.329669952392578,
|
| 808 |
+
36.57143020629883,
|
| 809 |
+
38.153846740722656,
|
| 810 |
+
17.846155166625977,
|
| 811 |
+
25.230770111083984
|
| 812 |
+
],
|
| 813 |
+
[
|
| 814 |
+
14.769231796264648,
|
| 815 |
+
38.28571319580078,
|
| 816 |
+
40.17582702636719,
|
| 817 |
+
18.637367248535156,
|
| 818 |
+
26.41758155822754
|
| 819 |
+
]
|
| 820 |
+
]
|
| 821 |
+
}
|
| 822 |
+
}
|
| 823 |
+
}
|
| 824 |
+
}
|
checkpoint-2000/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-2000/experiment_cfg/final_processor_config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-2000/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11f6de9072aace690606fac75450bc1fd6488c583471989da79f74bde6c31c20
|
| 3 |
+
size 4990120184
|
checkpoint-2000/model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f60e8f174806b02a9b0e59b904d5df7fb1c2b5aa844322d1a511222ad4d8f7e2
|
| 3 |
+
size 4823190320
|
checkpoint-2000/model.safetensors.index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-2000/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4712f3e24b782d64fbda744a29e22ee7ad39581fa934392c8c8f8edc23e8665
|
| 3 |
+
size 12960193762
|
checkpoint-2000/processor_config.json
ADDED
|
@@ -0,0 +1,455 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"wrist"
|
| 362 |
+
],
|
| 363 |
+
"sin_cos_embedding_keys": null,
|
| 364 |
+
"mean_std_embedding_keys": null,
|
| 365 |
+
"action_configs": null
|
| 366 |
+
},
|
| 367 |
+
"state": {
|
| 368 |
+
"delta_indices": [
|
| 369 |
+
0
|
| 370 |
+
],
|
| 371 |
+
"modality_keys": [
|
| 372 |
+
"single_arm",
|
| 373 |
+
"gripper"
|
| 374 |
+
],
|
| 375 |
+
"sin_cos_embedding_keys": null,
|
| 376 |
+
"mean_std_embedding_keys": null,
|
| 377 |
+
"action_configs": null
|
| 378 |
+
},
|
| 379 |
+
"action": {
|
| 380 |
+
"delta_indices": [
|
| 381 |
+
0,
|
| 382 |
+
1,
|
| 383 |
+
2,
|
| 384 |
+
3,
|
| 385 |
+
4,
|
| 386 |
+
5,
|
| 387 |
+
6,
|
| 388 |
+
7,
|
| 389 |
+
8,
|
| 390 |
+
9,
|
| 391 |
+
10,
|
| 392 |
+
11,
|
| 393 |
+
12,
|
| 394 |
+
13,
|
| 395 |
+
14,
|
| 396 |
+
15
|
| 397 |
+
],
|
| 398 |
+
"modality_keys": [
|
| 399 |
+
"single_arm",
|
| 400 |
+
"gripper"
|
| 401 |
+
],
|
| 402 |
+
"sin_cos_embedding_keys": null,
|
| 403 |
+
"mean_std_embedding_keys": null,
|
| 404 |
+
"action_configs": [
|
| 405 |
+
{
|
| 406 |
+
"rep": "RELATIVE",
|
| 407 |
+
"type": "NON_EEF",
|
| 408 |
+
"format": "DEFAULT",
|
| 409 |
+
"state_key": null
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"rep": "ABSOLUTE",
|
| 413 |
+
"type": "NON_EEF",
|
| 414 |
+
"format": "DEFAULT",
|
| 415 |
+
"state_key": null
|
| 416 |
+
}
|
| 417 |
+
]
|
| 418 |
+
},
|
| 419 |
+
"language": {
|
| 420 |
+
"delta_indices": [
|
| 421 |
+
0
|
| 422 |
+
],
|
| 423 |
+
"modality_keys": [
|
| 424 |
+
"annotation.human.task_description"
|
| 425 |
+
],
|
| 426 |
+
"sin_cos_embedding_keys": null,
|
| 427 |
+
"mean_std_embedding_keys": null,
|
| 428 |
+
"action_configs": null
|
| 429 |
+
}
|
| 430 |
+
}
|
| 431 |
+
},
|
| 432 |
+
"image_crop_size": null,
|
| 433 |
+
"image_target_size": null,
|
| 434 |
+
"use_albumentations": true,
|
| 435 |
+
"random_rotation_angle": null,
|
| 436 |
+
"color_jitter_params": {
|
| 437 |
+
"brightness": 0.3,
|
| 438 |
+
"contrast": 0.4,
|
| 439 |
+
"saturation": 0.5,
|
| 440 |
+
"hue": 0.08
|
| 441 |
+
},
|
| 442 |
+
"shortest_image_edge": 256,
|
| 443 |
+
"crop_fraction": 0.95,
|
| 444 |
+
"model_name": "nvidia/Eagle-Block2A-2B-v2",
|
| 445 |
+
"model_type": "eagle",
|
| 446 |
+
"formalize_language": true,
|
| 447 |
+
"max_state_dim": 128,
|
| 448 |
+
"max_action_dim": 128,
|
| 449 |
+
"max_action_horizon": 50,
|
| 450 |
+
"use_percentiles": false,
|
| 451 |
+
"clip_outliers": true,
|
| 452 |
+
"apply_sincos_state_encoding": true,
|
| 453 |
+
"use_relative_action": true
|
| 454 |
+
}
|
| 455 |
+
}
|
checkpoint-2000/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d54851b655aabc6d45901d54dbc1907ca900f88a6e4b926ef5299651d9c6232c
|
| 3 |
+
size 14645
|
checkpoint-2000/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4691914aee4c32e4f8aab72151088c2579d2e5f36d40120e3845612c8dae1f0
|
| 3 |
+
size 1465
|
checkpoint-2000/statistics.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-2000/trainer_state.json
ADDED
|
@@ -0,0 +1,1234 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.4,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 2000,
|
| 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": 2.497777223587036,
|
| 14 |
+
"learning_rate": 3.6e-06,
|
| 15 |
+
"loss": 1.1476,
|
| 16 |
+
"step": 10
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"grad_norm": 0.5899417996406555,
|
| 20 |
+
"learning_rate": 7.6e-06,
|
| 21 |
+
"loss": 1.1021,
|
| 22 |
+
"step": 20
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"grad_norm": 0.6255532503128052,
|
| 26 |
+
"learning_rate": 1.16e-05,
|
| 27 |
+
"loss": 1.0779,
|
| 28 |
+
"step": 30
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"grad_norm": 0.5589399933815002,
|
| 32 |
+
"learning_rate": 1.56e-05,
|
| 33 |
+
"loss": 1.0599,
|
| 34 |
+
"step": 40
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"grad_norm": 0.6063516736030579,
|
| 38 |
+
"learning_rate": 1.9600000000000002e-05,
|
| 39 |
+
"loss": 1.0856,
|
| 40 |
+
"step": 50
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"grad_norm": 0.5875065326690674,
|
| 44 |
+
"learning_rate": 2.36e-05,
|
| 45 |
+
"loss": 1.0636,
|
| 46 |
+
"step": 60
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"grad_norm": 0.6206650733947754,
|
| 50 |
+
"learning_rate": 2.7600000000000003e-05,
|
| 51 |
+
"loss": 1.0586,
|
| 52 |
+
"step": 70
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"grad_norm": 0.6976884007453918,
|
| 56 |
+
"learning_rate": 3.16e-05,
|
| 57 |
+
"loss": 1.0581,
|
| 58 |
+
"step": 80
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"grad_norm": 0.4975197911262512,
|
| 62 |
+
"learning_rate": 3.56e-05,
|
| 63 |
+
"loss": 1.0338,
|
| 64 |
+
"step": 90
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"grad_norm": 0.5175010561943054,
|
| 68 |
+
"learning_rate": 3.960000000000001e-05,
|
| 69 |
+
"loss": 1.0363,
|
| 70 |
+
"step": 100
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"grad_norm": 3.203188180923462,
|
| 74 |
+
"learning_rate": 4.36e-05,
|
| 75 |
+
"loss": 0.9943,
|
| 76 |
+
"step": 110
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"grad_norm": 1.0046463012695312,
|
| 80 |
+
"learning_rate": 4.76e-05,
|
| 81 |
+
"loss": 0.9498,
|
| 82 |
+
"step": 120
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"grad_norm": 0.824455976486206,
|
| 86 |
+
"learning_rate": 5.16e-05,
|
| 87 |
+
"loss": 0.9141,
|
| 88 |
+
"step": 130
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"grad_norm": 0.933220386505127,
|
| 92 |
+
"learning_rate": 5.560000000000001e-05,
|
| 93 |
+
"loss": 0.8966,
|
| 94 |
+
"step": 140
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"grad_norm": 1.6803524494171143,
|
| 98 |
+
"learning_rate": 5.96e-05,
|
| 99 |
+
"loss": 0.8456,
|
| 100 |
+
"step": 150
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"grad_norm": 1.3335356712341309,
|
| 104 |
+
"learning_rate": 6.36e-05,
|
| 105 |
+
"loss": 0.7857,
|
| 106 |
+
"step": 160
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"grad_norm": 1.7373239994049072,
|
| 110 |
+
"learning_rate": 6.76e-05,
|
| 111 |
+
"loss": 0.6714,
|
| 112 |
+
"step": 170
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"grad_norm": 1.2455403804779053,
|
| 116 |
+
"learning_rate": 7.16e-05,
|
| 117 |
+
"loss": 0.5578,
|
| 118 |
+
"step": 180
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"grad_norm": 2.673060178756714,
|
| 122 |
+
"learning_rate": 7.560000000000001e-05,
|
| 123 |
+
"loss": 0.4206,
|
| 124 |
+
"step": 190
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"grad_norm": 1.7698984146118164,
|
| 128 |
+
"learning_rate": 7.960000000000001e-05,
|
| 129 |
+
"loss": 0.3168,
|
| 130 |
+
"step": 200
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"grad_norm": 1.393641471862793,
|
| 134 |
+
"learning_rate": 8.36e-05,
|
| 135 |
+
"loss": 0.2192,
|
| 136 |
+
"step": 210
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"grad_norm": 1.3259373903274536,
|
| 140 |
+
"learning_rate": 8.76e-05,
|
| 141 |
+
"loss": 0.1876,
|
| 142 |
+
"step": 220
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"grad_norm": 0.9707556366920471,
|
| 146 |
+
"learning_rate": 9.16e-05,
|
| 147 |
+
"loss": 0.1548,
|
| 148 |
+
"step": 230
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"grad_norm": 0.8586066961288452,
|
| 152 |
+
"learning_rate": 9.56e-05,
|
| 153 |
+
"loss": 0.1401,
|
| 154 |
+
"step": 240
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"grad_norm": 0.8358578085899353,
|
| 158 |
+
"learning_rate": 9.960000000000001e-05,
|
| 159 |
+
"loss": 0.1216,
|
| 160 |
+
"step": 250
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"grad_norm": 0.6485460996627808,
|
| 164 |
+
"learning_rate": 9.999911419878559e-05,
|
| 165 |
+
"loss": 0.1228,
|
| 166 |
+
"step": 260
|
| 167 |
+
},
|
| 168 |
+
{
|
| 169 |
+
"grad_norm": 1.0369858741760254,
|
| 170 |
+
"learning_rate": 9.999605221019081e-05,
|
| 171 |
+
"loss": 0.1396,
|
| 172 |
+
"step": 270
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"grad_norm": 0.8534221053123474,
|
| 176 |
+
"learning_rate": 9.999080323230761e-05,
|
| 177 |
+
"loss": 0.1208,
|
| 178 |
+
"step": 280
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"grad_norm": 0.8548014760017395,
|
| 182 |
+
"learning_rate": 9.998336749474329e-05,
|
| 183 |
+
"loss": 0.1341,
|
| 184 |
+
"step": 290
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"grad_norm": 0.9402936100959778,
|
| 188 |
+
"learning_rate": 9.997374532276107e-05,
|
| 189 |
+
"loss": 0.102,
|
| 190 |
+
"step": 300
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"grad_norm": 0.7149423956871033,
|
| 194 |
+
"learning_rate": 9.996193713726596e-05,
|
| 195 |
+
"loss": 0.1092,
|
| 196 |
+
"step": 310
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"grad_norm": 0.7244396805763245,
|
| 200 |
+
"learning_rate": 9.994794345478624e-05,
|
| 201 |
+
"loss": 0.0924,
|
| 202 |
+
"step": 320
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"grad_norm": 0.5502927899360657,
|
| 206 |
+
"learning_rate": 9.99317648874509e-05,
|
| 207 |
+
"loss": 0.0838,
|
| 208 |
+
"step": 330
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"grad_norm": 0.6544800400733948,
|
| 212 |
+
"learning_rate": 9.991340214296292e-05,
|
| 213 |
+
"loss": 0.0873,
|
| 214 |
+
"step": 340
|
| 215 |
+
},
|
| 216 |
+
{
|
| 217 |
+
"grad_norm": 0.7180399894714355,
|
| 218 |
+
"learning_rate": 9.989285602456819e-05,
|
| 219 |
+
"loss": 0.0734,
|
| 220 |
+
"step": 350
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"grad_norm": 0.6445586681365967,
|
| 224 |
+
"learning_rate": 9.98701274310205e-05,
|
| 225 |
+
"loss": 0.0794,
|
| 226 |
+
"step": 360
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"grad_norm": 0.5352494716644287,
|
| 230 |
+
"learning_rate": 9.984521735654218e-05,
|
| 231 |
+
"loss": 0.0907,
|
| 232 |
+
"step": 370
|
| 233 |
+
},
|
| 234 |
+
{
|
| 235 |
+
"grad_norm": 0.6672635674476624,
|
| 236 |
+
"learning_rate": 9.981812689078057e-05,
|
| 237 |
+
"loss": 0.0848,
|
| 238 |
+
"step": 380
|
| 239 |
+
},
|
| 240 |
+
{
|
| 241 |
+
"grad_norm": 0.5291720628738403,
|
| 242 |
+
"learning_rate": 9.978885721876041e-05,
|
| 243 |
+
"loss": 0.086,
|
| 244 |
+
"step": 390
|
| 245 |
+
},
|
| 246 |
+
{
|
| 247 |
+
"grad_norm": 0.39044567942619324,
|
| 248 |
+
"learning_rate": 9.975740962083198e-05,
|
| 249 |
+
"loss": 0.0787,
|
| 250 |
+
"step": 400
|
| 251 |
+
},
|
| 252 |
+
{
|
| 253 |
+
"grad_norm": 0.7575682997703552,
|
| 254 |
+
"learning_rate": 9.972378547261504e-05,
|
| 255 |
+
"loss": 0.0836,
|
| 256 |
+
"step": 410
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"grad_norm": 0.6050339341163635,
|
| 260 |
+
"learning_rate": 9.968798624493885e-05,
|
| 261 |
+
"loss": 0.0738,
|
| 262 |
+
"step": 420
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"grad_norm": 0.594001054763794,
|
| 266 |
+
"learning_rate": 9.965001350377753e-05,
|
| 267 |
+
"loss": 0.0817,
|
| 268 |
+
"step": 430
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"grad_norm": 0.5727436542510986,
|
| 272 |
+
"learning_rate": 9.960986891018183e-05,
|
| 273 |
+
"loss": 0.0728,
|
| 274 |
+
"step": 440
|
| 275 |
+
},
|
| 276 |
+
{
|
| 277 |
+
"grad_norm": 0.4483703076839447,
|
| 278 |
+
"learning_rate": 9.95675542202063e-05,
|
| 279 |
+
"loss": 0.0747,
|
| 280 |
+
"step": 450
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"grad_norm": 0.3992336094379425,
|
| 284 |
+
"learning_rate": 9.952307128483256e-05,
|
| 285 |
+
"loss": 0.0796,
|
| 286 |
+
"step": 460
|
| 287 |
+
},
|
| 288 |
+
{
|
| 289 |
+
"grad_norm": 0.5178577303886414,
|
| 290 |
+
"learning_rate": 9.947642204988835e-05,
|
| 291 |
+
"loss": 0.0833,
|
| 292 |
+
"step": 470
|
| 293 |
+
},
|
| 294 |
+
{
|
| 295 |
+
"grad_norm": 0.4497125446796417,
|
| 296 |
+
"learning_rate": 9.942760855596226e-05,
|
| 297 |
+
"loss": 0.0787,
|
| 298 |
+
"step": 480
|
| 299 |
+
},
|
| 300 |
+
{
|
| 301 |
+
"grad_norm": 0.5343725085258484,
|
| 302 |
+
"learning_rate": 9.937663293831471e-05,
|
| 303 |
+
"loss": 0.0808,
|
| 304 |
+
"step": 490
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"grad_norm": 0.47977861762046814,
|
| 308 |
+
"learning_rate": 9.932349742678433e-05,
|
| 309 |
+
"loss": 0.0701,
|
| 310 |
+
"step": 500
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"grad_norm": 0.5831079483032227,
|
| 314 |
+
"learning_rate": 9.926820434569051e-05,
|
| 315 |
+
"loss": 0.0742,
|
| 316 |
+
"step": 510
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"grad_norm": 0.47160646319389343,
|
| 320 |
+
"learning_rate": 9.921075611373179e-05,
|
| 321 |
+
"loss": 0.067,
|
| 322 |
+
"step": 520
|
| 323 |
+
},
|
| 324 |
+
{
|
| 325 |
+
"grad_norm": 0.35774683952331543,
|
| 326 |
+
"learning_rate": 9.915115524387988e-05,
|
| 327 |
+
"loss": 0.0709,
|
| 328 |
+
"step": 530
|
| 329 |
+
},
|
| 330 |
+
{
|
| 331 |
+
"grad_norm": 0.5747243762016296,
|
| 332 |
+
"learning_rate": 9.908940434326997e-05,
|
| 333 |
+
"loss": 0.0668,
|
| 334 |
+
"step": 540
|
| 335 |
+
},
|
| 336 |
+
{
|
| 337 |
+
"grad_norm": 0.42538684606552124,
|
| 338 |
+
"learning_rate": 9.902550611308645e-05,
|
| 339 |
+
"loss": 0.0676,
|
| 340 |
+
"step": 550
|
| 341 |
+
},
|
| 342 |
+
{
|
| 343 |
+
"grad_norm": 0.5689398646354675,
|
| 344 |
+
"learning_rate": 9.895946334844494e-05,
|
| 345 |
+
"loss": 0.0631,
|
| 346 |
+
"step": 560
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"grad_norm": 0.648316502571106,
|
| 350 |
+
"learning_rate": 9.889127893826989e-05,
|
| 351 |
+
"loss": 0.0643,
|
| 352 |
+
"step": 570
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"grad_norm": 0.5649459362030029,
|
| 356 |
+
"learning_rate": 9.882095586516831e-05,
|
| 357 |
+
"loss": 0.0679,
|
| 358 |
+
"step": 580
|
| 359 |
+
},
|
| 360 |
+
{
|
| 361 |
+
"grad_norm": 0.42304474115371704,
|
| 362 |
+
"learning_rate": 9.874849720529921e-05,
|
| 363 |
+
"loss": 0.0744,
|
| 364 |
+
"step": 590
|
| 365 |
+
},
|
| 366 |
+
{
|
| 367 |
+
"grad_norm": 0.5694190263748169,
|
| 368 |
+
"learning_rate": 9.867390612823914e-05,
|
| 369 |
+
"loss": 0.0683,
|
| 370 |
+
"step": 600
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"grad_norm": 0.5124210715293884,
|
| 374 |
+
"learning_rate": 9.859718589684344e-05,
|
| 375 |
+
"loss": 0.0797,
|
| 376 |
+
"step": 610
|
| 377 |
+
},
|
| 378 |
+
{
|
| 379 |
+
"grad_norm": 0.6514238119125366,
|
| 380 |
+
"learning_rate": 9.851833986710353e-05,
|
| 381 |
+
"loss": 0.0644,
|
| 382 |
+
"step": 620
|
| 383 |
+
},
|
| 384 |
+
{
|
| 385 |
+
"grad_norm": 0.49233269691467285,
|
| 386 |
+
"learning_rate": 9.843737148800023e-05,
|
| 387 |
+
"loss": 0.0568,
|
| 388 |
+
"step": 630
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"grad_norm": 0.40201443433761597,
|
| 392 |
+
"learning_rate": 9.835428430135271e-05,
|
| 393 |
+
"loss": 0.063,
|
| 394 |
+
"step": 640
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"grad_norm": 0.4645858407020569,
|
| 398 |
+
"learning_rate": 9.82690819416637e-05,
|
| 399 |
+
"loss": 0.0641,
|
| 400 |
+
"step": 650
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"grad_norm": 0.5921373963356018,
|
| 404 |
+
"learning_rate": 9.818176813596041e-05,
|
| 405 |
+
"loss": 0.0622,
|
| 406 |
+
"step": 660
|
| 407 |
+
},
|
| 408 |
+
{
|
| 409 |
+
"grad_norm": 0.5843824148178101,
|
| 410 |
+
"learning_rate": 9.809234670363159e-05,
|
| 411 |
+
"loss": 0.0724,
|
| 412 |
+
"step": 670
|
| 413 |
+
},
|
| 414 |
+
{
|
| 415 |
+
"grad_norm": 0.6411054730415344,
|
| 416 |
+
"learning_rate": 9.800082155626034e-05,
|
| 417 |
+
"loss": 0.0697,
|
| 418 |
+
"step": 680
|
| 419 |
+
},
|
| 420 |
+
{
|
| 421 |
+
"grad_norm": 0.4261399507522583,
|
| 422 |
+
"learning_rate": 9.790719669745312e-05,
|
| 423 |
+
"loss": 0.0641,
|
| 424 |
+
"step": 690
|
| 425 |
+
},
|
| 426 |
+
{
|
| 427 |
+
"grad_norm": 0.3344235122203827,
|
| 428 |
+
"learning_rate": 9.781147622266455e-05,
|
| 429 |
+
"loss": 0.0642,
|
| 430 |
+
"step": 700
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"grad_norm": 0.4839865565299988,
|
| 434 |
+
"learning_rate": 9.771366431901831e-05,
|
| 435 |
+
"loss": 0.0734,
|
| 436 |
+
"step": 710
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"grad_norm": 0.3950216472148895,
|
| 440 |
+
"learning_rate": 9.761376526512394e-05,
|
| 441 |
+
"loss": 0.063,
|
| 442 |
+
"step": 720
|
| 443 |
+
},
|
| 444 |
+
{
|
| 445 |
+
"grad_norm": 0.45863887667655945,
|
| 446 |
+
"learning_rate": 9.751178343088963e-05,
|
| 447 |
+
"loss": 0.0598,
|
| 448 |
+
"step": 730
|
| 449 |
+
},
|
| 450 |
+
{
|
| 451 |
+
"grad_norm": 0.414181113243103,
|
| 452 |
+
"learning_rate": 9.740772327733123e-05,
|
| 453 |
+
"loss": 0.0592,
|
| 454 |
+
"step": 740
|
| 455 |
+
},
|
| 456 |
+
{
|
| 457 |
+
"grad_norm": 0.48416581749916077,
|
| 458 |
+
"learning_rate": 9.730158935637697e-05,
|
| 459 |
+
"loss": 0.0576,
|
| 460 |
+
"step": 750
|
| 461 |
+
},
|
| 462 |
+
{
|
| 463 |
+
"grad_norm": 0.40759462118148804,
|
| 464 |
+
"learning_rate": 9.719338631066834e-05,
|
| 465 |
+
"loss": 0.0522,
|
| 466 |
+
"step": 760
|
| 467 |
+
},
|
| 468 |
+
{
|
| 469 |
+
"grad_norm": 0.4843514859676361,
|
| 470 |
+
"learning_rate": 9.708311887335713e-05,
|
| 471 |
+
"loss": 0.0551,
|
| 472 |
+
"step": 770
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"grad_norm": 0.37705329060554504,
|
| 476 |
+
"learning_rate": 9.697079186789823e-05,
|
| 477 |
+
"loss": 0.0601,
|
| 478 |
+
"step": 780
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"grad_norm": 0.41809579730033875,
|
| 482 |
+
"learning_rate": 9.685641020783876e-05,
|
| 483 |
+
"loss": 0.0567,
|
| 484 |
+
"step": 790
|
| 485 |
+
},
|
| 486 |
+
{
|
| 487 |
+
"grad_norm": 0.4055332839488983,
|
| 488 |
+
"learning_rate": 9.67399788966031e-05,
|
| 489 |
+
"loss": 0.0569,
|
| 490 |
+
"step": 800
|
| 491 |
+
},
|
| 492 |
+
{
|
| 493 |
+
"grad_norm": 0.384504109621048,
|
| 494 |
+
"learning_rate": 9.662150302727395e-05,
|
| 495 |
+
"loss": 0.0586,
|
| 496 |
+
"step": 810
|
| 497 |
+
},
|
| 498 |
+
{
|
| 499 |
+
"grad_norm": 0.38468998670578003,
|
| 500 |
+
"learning_rate": 9.650098778236968e-05,
|
| 501 |
+
"loss": 0.0531,
|
| 502 |
+
"step": 820
|
| 503 |
+
},
|
| 504 |
+
{
|
| 505 |
+
"grad_norm": 0.5237128734588623,
|
| 506 |
+
"learning_rate": 9.637843843361749e-05,
|
| 507 |
+
"loss": 0.0552,
|
| 508 |
+
"step": 830
|
| 509 |
+
},
|
| 510 |
+
{
|
| 511 |
+
"grad_norm": 0.4317338466644287,
|
| 512 |
+
"learning_rate": 9.62538603417229e-05,
|
| 513 |
+
"loss": 0.0509,
|
| 514 |
+
"step": 840
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"grad_norm": 0.3871803879737854,
|
| 518 |
+
"learning_rate": 9.612725895613526e-05,
|
| 519 |
+
"loss": 0.0625,
|
| 520 |
+
"step": 850
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"grad_norm": 0.4323013126850128,
|
| 524 |
+
"learning_rate": 9.599863981480926e-05,
|
| 525 |
+
"loss": 0.0604,
|
| 526 |
+
"step": 860
|
| 527 |
+
},
|
| 528 |
+
{
|
| 529 |
+
"grad_norm": 0.36297470331192017,
|
| 530 |
+
"learning_rate": 9.586800854396283e-05,
|
| 531 |
+
"loss": 0.0545,
|
| 532 |
+
"step": 870
|
| 533 |
+
},
|
| 534 |
+
{
|
| 535 |
+
"grad_norm": 0.37466663122177124,
|
| 536 |
+
"learning_rate": 9.573537085783095e-05,
|
| 537 |
+
"loss": 0.0529,
|
| 538 |
+
"step": 880
|
| 539 |
+
},
|
| 540 |
+
{
|
| 541 |
+
"grad_norm": 0.3929672837257385,
|
| 542 |
+
"learning_rate": 9.560073255841571e-05,
|
| 543 |
+
"loss": 0.05,
|
| 544 |
+
"step": 890
|
| 545 |
+
},
|
| 546 |
+
{
|
| 547 |
+
"grad_norm": 0.4040852189064026,
|
| 548 |
+
"learning_rate": 9.546409953523247e-05,
|
| 549 |
+
"loss": 0.0603,
|
| 550 |
+
"step": 900
|
| 551 |
+
},
|
| 552 |
+
{
|
| 553 |
+
"grad_norm": 0.6248286366462708,
|
| 554 |
+
"learning_rate": 9.532547776505229e-05,
|
| 555 |
+
"loss": 0.0492,
|
| 556 |
+
"step": 910
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"grad_norm": 0.5975190997123718,
|
| 560 |
+
"learning_rate": 9.518487331164048e-05,
|
| 561 |
+
"loss": 0.0538,
|
| 562 |
+
"step": 920
|
| 563 |
+
},
|
| 564 |
+
{
|
| 565 |
+
"grad_norm": 0.42542824149131775,
|
| 566 |
+
"learning_rate": 9.504229232549134e-05,
|
| 567 |
+
"loss": 0.0523,
|
| 568 |
+
"step": 930
|
| 569 |
+
},
|
| 570 |
+
{
|
| 571 |
+
"grad_norm": 0.328101247549057,
|
| 572 |
+
"learning_rate": 9.489774104355909e-05,
|
| 573 |
+
"loss": 0.0519,
|
| 574 |
+
"step": 940
|
| 575 |
+
},
|
| 576 |
+
{
|
| 577 |
+
"grad_norm": 0.5055563449859619,
|
| 578 |
+
"learning_rate": 9.475122578898507e-05,
|
| 579 |
+
"loss": 0.0603,
|
| 580 |
+
"step": 950
|
| 581 |
+
},
|
| 582 |
+
{
|
| 583 |
+
"grad_norm": 0.5114820003509521,
|
| 584 |
+
"learning_rate": 9.460275297082119e-05,
|
| 585 |
+
"loss": 0.0486,
|
| 586 |
+
"step": 960
|
| 587 |
+
},
|
| 588 |
+
{
|
| 589 |
+
"grad_norm": 0.30745837092399597,
|
| 590 |
+
"learning_rate": 9.445232908374948e-05,
|
| 591 |
+
"loss": 0.0515,
|
| 592 |
+
"step": 970
|
| 593 |
+
},
|
| 594 |
+
{
|
| 595 |
+
"grad_norm": 0.5132862329483032,
|
| 596 |
+
"learning_rate": 9.429996070779808e-05,
|
| 597 |
+
"loss": 0.0534,
|
| 598 |
+
"step": 980
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"grad_norm": 0.3776204586029053,
|
| 602 |
+
"learning_rate": 9.414565450805333e-05,
|
| 603 |
+
"loss": 0.0543,
|
| 604 |
+
"step": 990
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"grad_norm": 0.39591264724731445,
|
| 608 |
+
"learning_rate": 9.398941723436831e-05,
|
| 609 |
+
"loss": 0.051,
|
| 610 |
+
"step": 1000
|
| 611 |
+
},
|
| 612 |
+
{
|
| 613 |
+
"grad_norm": 0.3092094957828522,
|
| 614 |
+
"learning_rate": 9.383125572106752e-05,
|
| 615 |
+
"loss": 0.0485,
|
| 616 |
+
"step": 1010
|
| 617 |
+
},
|
| 618 |
+
{
|
| 619 |
+
"grad_norm": 0.4166562855243683,
|
| 620 |
+
"learning_rate": 9.367117688664791e-05,
|
| 621 |
+
"loss": 0.054,
|
| 622 |
+
"step": 1020
|
| 623 |
+
},
|
| 624 |
+
{
|
| 625 |
+
"grad_norm": 0.38996878266334534,
|
| 626 |
+
"learning_rate": 9.35091877334763e-05,
|
| 627 |
+
"loss": 0.0506,
|
| 628 |
+
"step": 1030
|
| 629 |
+
},
|
| 630 |
+
{
|
| 631 |
+
"grad_norm": 0.4977191686630249,
|
| 632 |
+
"learning_rate": 9.334529534748297e-05,
|
| 633 |
+
"loss": 0.0543,
|
| 634 |
+
"step": 1040
|
| 635 |
+
},
|
| 636 |
+
{
|
| 637 |
+
"grad_norm": 0.47602540254592896,
|
| 638 |
+
"learning_rate": 9.317950689785188e-05,
|
| 639 |
+
"loss": 0.048,
|
| 640 |
+
"step": 1050
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"grad_norm": 0.3852064907550812,
|
| 644 |
+
"learning_rate": 9.301182963670688e-05,
|
| 645 |
+
"loss": 0.0563,
|
| 646 |
+
"step": 1060
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"grad_norm": 0.2994341254234314,
|
| 650 |
+
"learning_rate": 9.284227089879456e-05,
|
| 651 |
+
"loss": 0.0528,
|
| 652 |
+
"step": 1070
|
| 653 |
+
},
|
| 654 |
+
{
|
| 655 |
+
"grad_norm": 0.4053724706172943,
|
| 656 |
+
"learning_rate": 9.26708381011634e-05,
|
| 657 |
+
"loss": 0.0546,
|
| 658 |
+
"step": 1080
|
| 659 |
+
},
|
| 660 |
+
{
|
| 661 |
+
"grad_norm": 0.28891879320144653,
|
| 662 |
+
"learning_rate": 9.249753874283937e-05,
|
| 663 |
+
"loss": 0.0435,
|
| 664 |
+
"step": 1090
|
| 665 |
+
},
|
| 666 |
+
{
|
| 667 |
+
"grad_norm": 0.2600522041320801,
|
| 668 |
+
"learning_rate": 9.232238040449779e-05,
|
| 669 |
+
"loss": 0.0459,
|
| 670 |
+
"step": 1100
|
| 671 |
+
},
|
| 672 |
+
{
|
| 673 |
+
"grad_norm": 0.5400200486183167,
|
| 674 |
+
"learning_rate": 9.214537074813181e-05,
|
| 675 |
+
"loss": 0.0553,
|
| 676 |
+
"step": 1110
|
| 677 |
+
},
|
| 678 |
+
{
|
| 679 |
+
"grad_norm": 0.4278520941734314,
|
| 680 |
+
"learning_rate": 9.196651751671724e-05,
|
| 681 |
+
"loss": 0.0543,
|
| 682 |
+
"step": 1120
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"grad_norm": 0.43360674381256104,
|
| 686 |
+
"learning_rate": 9.178582853387384e-05,
|
| 687 |
+
"loss": 0.058,
|
| 688 |
+
"step": 1130
|
| 689 |
+
},
|
| 690 |
+
{
|
| 691 |
+
"grad_norm": 0.5356864929199219,
|
| 692 |
+
"learning_rate": 9.160331170352304e-05,
|
| 693 |
+
"loss": 0.0607,
|
| 694 |
+
"step": 1140
|
| 695 |
+
},
|
| 696 |
+
{
|
| 697 |
+
"grad_norm": 0.37267163395881653,
|
| 698 |
+
"learning_rate": 9.141897500954229e-05,
|
| 699 |
+
"loss": 0.0527,
|
| 700 |
+
"step": 1150
|
| 701 |
+
},
|
| 702 |
+
{
|
| 703 |
+
"grad_norm": 0.4231492877006531,
|
| 704 |
+
"learning_rate": 9.123282651541576e-05,
|
| 705 |
+
"loss": 0.0515,
|
| 706 |
+
"step": 1160
|
| 707 |
+
},
|
| 708 |
+
{
|
| 709 |
+
"grad_norm": 0.41324272751808167,
|
| 710 |
+
"learning_rate": 9.104487436388161e-05,
|
| 711 |
+
"loss": 0.0477,
|
| 712 |
+
"step": 1170
|
| 713 |
+
},
|
| 714 |
+
{
|
| 715 |
+
"grad_norm": 0.2980903089046478,
|
| 716 |
+
"learning_rate": 9.085512677657582e-05,
|
| 717 |
+
"loss": 0.0545,
|
| 718 |
+
"step": 1180
|
| 719 |
+
},
|
| 720 |
+
{
|
| 721 |
+
"grad_norm": 0.3594469428062439,
|
| 722 |
+
"learning_rate": 9.066359205367258e-05,
|
| 723 |
+
"loss": 0.0519,
|
| 724 |
+
"step": 1190
|
| 725 |
+
},
|
| 726 |
+
{
|
| 727 |
+
"grad_norm": 0.3295166492462158,
|
| 728 |
+
"learning_rate": 9.047027857352112e-05,
|
| 729 |
+
"loss": 0.0489,
|
| 730 |
+
"step": 1200
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"grad_norm": 0.35804498195648193,
|
| 734 |
+
"learning_rate": 9.027519479227935e-05,
|
| 735 |
+
"loss": 0.0542,
|
| 736 |
+
"step": 1210
|
| 737 |
+
},
|
| 738 |
+
{
|
| 739 |
+
"grad_norm": 0.5596129298210144,
|
| 740 |
+
"learning_rate": 9.007834924354383e-05,
|
| 741 |
+
"loss": 0.0492,
|
| 742 |
+
"step": 1220
|
| 743 |
+
},
|
| 744 |
+
{
|
| 745 |
+
"grad_norm": 0.32689106464385986,
|
| 746 |
+
"learning_rate": 8.987975053797655e-05,
|
| 747 |
+
"loss": 0.0478,
|
| 748 |
+
"step": 1230
|
| 749 |
+
},
|
| 750 |
+
{
|
| 751 |
+
"grad_norm": 0.3586772680282593,
|
| 752 |
+
"learning_rate": 8.967940736292825e-05,
|
| 753 |
+
"loss": 0.0518,
|
| 754 |
+
"step": 1240
|
| 755 |
+
},
|
| 756 |
+
{
|
| 757 |
+
"grad_norm": 0.4046182632446289,
|
| 758 |
+
"learning_rate": 8.947732848205846e-05,
|
| 759 |
+
"loss": 0.0561,
|
| 760 |
+
"step": 1250
|
| 761 |
+
},
|
| 762 |
+
{
|
| 763 |
+
"grad_norm": 0.2832528352737427,
|
| 764 |
+
"learning_rate": 8.927352273495204e-05,
|
| 765 |
+
"loss": 0.0481,
|
| 766 |
+
"step": 1260
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"grad_norm": 0.38299012184143066,
|
| 770 |
+
"learning_rate": 8.906799903673265e-05,
|
| 771 |
+
"loss": 0.0543,
|
| 772 |
+
"step": 1270
|
| 773 |
+
},
|
| 774 |
+
{
|
| 775 |
+
"grad_norm": 0.39338234066963196,
|
| 776 |
+
"learning_rate": 8.88607663776726e-05,
|
| 777 |
+
"loss": 0.053,
|
| 778 |
+
"step": 1280
|
| 779 |
+
},
|
| 780 |
+
{
|
| 781 |
+
"grad_norm": 0.326089471578598,
|
| 782 |
+
"learning_rate": 8.865183382279978e-05,
|
| 783 |
+
"loss": 0.0584,
|
| 784 |
+
"step": 1290
|
| 785 |
+
},
|
| 786 |
+
{
|
| 787 |
+
"grad_norm": 0.5139309167861938,
|
| 788 |
+
"learning_rate": 8.844121051150096e-05,
|
| 789 |
+
"loss": 0.0508,
|
| 790 |
+
"step": 1300
|
| 791 |
+
},
|
| 792 |
+
{
|
| 793 |
+
"grad_norm": 0.2685113251209259,
|
| 794 |
+
"learning_rate": 8.822890565712211e-05,
|
| 795 |
+
"loss": 0.0473,
|
| 796 |
+
"step": 1310
|
| 797 |
+
},
|
| 798 |
+
{
|
| 799 |
+
"grad_norm": 0.2396756261587143,
|
| 800 |
+
"learning_rate": 8.801492854656536e-05,
|
| 801 |
+
"loss": 0.047,
|
| 802 |
+
"step": 1320
|
| 803 |
+
},
|
| 804 |
+
{
|
| 805 |
+
"grad_norm": 0.2990108132362366,
|
| 806 |
+
"learning_rate": 8.779928853988268e-05,
|
| 807 |
+
"loss": 0.0422,
|
| 808 |
+
"step": 1330
|
| 809 |
+
},
|
| 810 |
+
{
|
| 811 |
+
"grad_norm": 0.25585711002349854,
|
| 812 |
+
"learning_rate": 8.758199506986655e-05,
|
| 813 |
+
"loss": 0.0443,
|
| 814 |
+
"step": 1340
|
| 815 |
+
},
|
| 816 |
+
{
|
| 817 |
+
"grad_norm": 0.2606576681137085,
|
| 818 |
+
"learning_rate": 8.73630576416373e-05,
|
| 819 |
+
"loss": 0.0399,
|
| 820 |
+
"step": 1350
|
| 821 |
+
},
|
| 822 |
+
{
|
| 823 |
+
"grad_norm": 0.43027952313423157,
|
| 824 |
+
"learning_rate": 8.714248583222726e-05,
|
| 825 |
+
"loss": 0.0449,
|
| 826 |
+
"step": 1360
|
| 827 |
+
},
|
| 828 |
+
{
|
| 829 |
+
"grad_norm": 0.3107929229736328,
|
| 830 |
+
"learning_rate": 8.692028929016196e-05,
|
| 831 |
+
"loss": 0.039,
|
| 832 |
+
"step": 1370
|
| 833 |
+
},
|
| 834 |
+
{
|
| 835 |
+
"grad_norm": 0.26511290669441223,
|
| 836 |
+
"learning_rate": 8.669647773503797e-05,
|
| 837 |
+
"loss": 0.0466,
|
| 838 |
+
"step": 1380
|
| 839 |
+
},
|
| 840 |
+
{
|
| 841 |
+
"grad_norm": 0.40483543276786804,
|
| 842 |
+
"learning_rate": 8.647106095709773e-05,
|
| 843 |
+
"loss": 0.04,
|
| 844 |
+
"step": 1390
|
| 845 |
+
},
|
| 846 |
+
{
|
| 847 |
+
"grad_norm": 0.3609035909175873,
|
| 848 |
+
"learning_rate": 8.624404881680139e-05,
|
| 849 |
+
"loss": 0.0468,
|
| 850 |
+
"step": 1400
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"grad_norm": 0.3585107624530792,
|
| 854 |
+
"learning_rate": 8.601545124439535e-05,
|
| 855 |
+
"loss": 0.0396,
|
| 856 |
+
"step": 1410
|
| 857 |
+
},
|
| 858 |
+
{
|
| 859 |
+
"grad_norm": 0.39873549342155457,
|
| 860 |
+
"learning_rate": 8.5785278239478e-05,
|
| 861 |
+
"loss": 0.0506,
|
| 862 |
+
"step": 1420
|
| 863 |
+
},
|
| 864 |
+
{
|
| 865 |
+
"grad_norm": 0.26610010862350464,
|
| 866 |
+
"learning_rate": 8.555353987056224e-05,
|
| 867 |
+
"loss": 0.0446,
|
| 868 |
+
"step": 1430
|
| 869 |
+
},
|
| 870 |
+
{
|
| 871 |
+
"grad_norm": 0.29464486241340637,
|
| 872 |
+
"learning_rate": 8.532024627463505e-05,
|
| 873 |
+
"loss": 0.0449,
|
| 874 |
+
"step": 1440
|
| 875 |
+
},
|
| 876 |
+
{
|
| 877 |
+
"grad_norm": 0.3142518699169159,
|
| 878 |
+
"learning_rate": 8.508540765671407e-05,
|
| 879 |
+
"loss": 0.0449,
|
| 880 |
+
"step": 1450
|
| 881 |
+
},
|
| 882 |
+
{
|
| 883 |
+
"grad_norm": 0.3424524962902069,
|
| 884 |
+
"learning_rate": 8.484903428940121e-05,
|
| 885 |
+
"loss": 0.0462,
|
| 886 |
+
"step": 1460
|
| 887 |
+
},
|
| 888 |
+
{
|
| 889 |
+
"grad_norm": 0.4664880037307739,
|
| 890 |
+
"learning_rate": 8.461113651243334e-05,
|
| 891 |
+
"loss": 0.0499,
|
| 892 |
+
"step": 1470
|
| 893 |
+
},
|
| 894 |
+
{
|
| 895 |
+
"grad_norm": 0.28201568126678467,
|
| 896 |
+
"learning_rate": 8.437172473222987e-05,
|
| 897 |
+
"loss": 0.0467,
|
| 898 |
+
"step": 1480
|
| 899 |
+
},
|
| 900 |
+
{
|
| 901 |
+
"grad_norm": 0.4245680868625641,
|
| 902 |
+
"learning_rate": 8.413080942143767e-05,
|
| 903 |
+
"loss": 0.0439,
|
| 904 |
+
"step": 1490
|
| 905 |
+
},
|
| 906 |
+
{
|
| 907 |
+
"grad_norm": 0.42034053802490234,
|
| 908 |
+
"learning_rate": 8.388840111847288e-05,
|
| 909 |
+
"loss": 0.0532,
|
| 910 |
+
"step": 1500
|
| 911 |
+
},
|
| 912 |
+
{
|
| 913 |
+
"grad_norm": 0.3836017847061157,
|
| 914 |
+
"learning_rate": 8.364451042705998e-05,
|
| 915 |
+
"loss": 0.049,
|
| 916 |
+
"step": 1510
|
| 917 |
+
},
|
| 918 |
+
{
|
| 919 |
+
"grad_norm": 0.26328060030937195,
|
| 920 |
+
"learning_rate": 8.33991480157679e-05,
|
| 921 |
+
"loss": 0.0427,
|
| 922 |
+
"step": 1520
|
| 923 |
+
},
|
| 924 |
+
{
|
| 925 |
+
"grad_norm": 0.38004162907600403,
|
| 926 |
+
"learning_rate": 8.315232461754338e-05,
|
| 927 |
+
"loss": 0.0473,
|
| 928 |
+
"step": 1530
|
| 929 |
+
},
|
| 930 |
+
{
|
| 931 |
+
"grad_norm": 0.45609551668167114,
|
| 932 |
+
"learning_rate": 8.290405102924144e-05,
|
| 933 |
+
"loss": 0.0533,
|
| 934 |
+
"step": 1540
|
| 935 |
+
},
|
| 936 |
+
{
|
| 937 |
+
"grad_norm": 0.20536701381206512,
|
| 938 |
+
"learning_rate": 8.265433811115316e-05,
|
| 939 |
+
"loss": 0.0436,
|
| 940 |
+
"step": 1550
|
| 941 |
+
},
|
| 942 |
+
{
|
| 943 |
+
"grad_norm": 0.3798106908798218,
|
| 944 |
+
"learning_rate": 8.240319678653049e-05,
|
| 945 |
+
"loss": 0.0439,
|
| 946 |
+
"step": 1560
|
| 947 |
+
},
|
| 948 |
+
{
|
| 949 |
+
"grad_norm": 0.28516557812690735,
|
| 950 |
+
"learning_rate": 8.215063804110857e-05,
|
| 951 |
+
"loss": 0.0425,
|
| 952 |
+
"step": 1570
|
| 953 |
+
},
|
| 954 |
+
{
|
| 955 |
+
"grad_norm": 0.27644988894462585,
|
| 956 |
+
"learning_rate": 8.189667292262512e-05,
|
| 957 |
+
"loss": 0.0403,
|
| 958 |
+
"step": 1580
|
| 959 |
+
},
|
| 960 |
+
{
|
| 961 |
+
"grad_norm": 0.40204596519470215,
|
| 962 |
+
"learning_rate": 8.164131254033716e-05,
|
| 963 |
+
"loss": 0.0474,
|
| 964 |
+
"step": 1590
|
| 965 |
+
},
|
| 966 |
+
{
|
| 967 |
+
"grad_norm": 0.43881192803382874,
|
| 968 |
+
"learning_rate": 8.138456806453503e-05,
|
| 969 |
+
"loss": 0.0403,
|
| 970 |
+
"step": 1600
|
| 971 |
+
},
|
| 972 |
+
{
|
| 973 |
+
"grad_norm": 0.2845113277435303,
|
| 974 |
+
"learning_rate": 8.112645072605386e-05,
|
| 975 |
+
"loss": 0.0392,
|
| 976 |
+
"step": 1610
|
| 977 |
+
},
|
| 978 |
+
{
|
| 979 |
+
"grad_norm": 0.29198166728019714,
|
| 980 |
+
"learning_rate": 8.086697181578222e-05,
|
| 981 |
+
"loss": 0.0348,
|
| 982 |
+
"step": 1620
|
| 983 |
+
},
|
| 984 |
+
{
|
| 985 |
+
"grad_norm": 0.3617711663246155,
|
| 986 |
+
"learning_rate": 8.060614268416823e-05,
|
| 987 |
+
"loss": 0.0376,
|
| 988 |
+
"step": 1630
|
| 989 |
+
},
|
| 990 |
+
{
|
| 991 |
+
"grad_norm": 0.404875785112381,
|
| 992 |
+
"learning_rate": 8.034397474072309e-05,
|
| 993 |
+
"loss": 0.0454,
|
| 994 |
+
"step": 1640
|
| 995 |
+
},
|
| 996 |
+
{
|
| 997 |
+
"grad_norm": 0.22489239275455475,
|
| 998 |
+
"learning_rate": 8.008047945352193e-05,
|
| 999 |
+
"loss": 0.0425,
|
| 1000 |
+
"step": 1650
|
| 1001 |
+
},
|
| 1002 |
+
{
|
| 1003 |
+
"grad_norm": 0.27072638273239136,
|
| 1004 |
+
"learning_rate": 7.981566834870225e-05,
|
| 1005 |
+
"loss": 0.0383,
|
| 1006 |
+
"step": 1660
|
| 1007 |
+
},
|
| 1008 |
+
{
|
| 1009 |
+
"grad_norm": 0.24278584122657776,
|
| 1010 |
+
"learning_rate": 7.954955300995961e-05,
|
| 1011 |
+
"loss": 0.0421,
|
| 1012 |
+
"step": 1670
|
| 1013 |
+
},
|
| 1014 |
+
{
|
| 1015 |
+
"grad_norm": 0.3021833002567291,
|
| 1016 |
+
"learning_rate": 7.928214507804104e-05,
|
| 1017 |
+
"loss": 0.0429,
|
| 1018 |
+
"step": 1680
|
| 1019 |
+
},
|
| 1020 |
+
{
|
| 1021 |
+
"grad_norm": 0.38383153080940247,
|
| 1022 |
+
"learning_rate": 7.901345625023576e-05,
|
| 1023 |
+
"loss": 0.0436,
|
| 1024 |
+
"step": 1690
|
| 1025 |
+
},
|
| 1026 |
+
{
|
| 1027 |
+
"grad_norm": 0.510800838470459,
|
| 1028 |
+
"learning_rate": 7.874349827986354e-05,
|
| 1029 |
+
"loss": 0.0414,
|
| 1030 |
+
"step": 1700
|
| 1031 |
+
},
|
| 1032 |
+
{
|
| 1033 |
+
"grad_norm": 0.3297543525695801,
|
| 1034 |
+
"learning_rate": 7.847228297576053e-05,
|
| 1035 |
+
"loss": 0.0436,
|
| 1036 |
+
"step": 1710
|
| 1037 |
+
},
|
| 1038 |
+
{
|
| 1039 |
+
"grad_norm": 0.244502454996109,
|
| 1040 |
+
"learning_rate": 7.819982220176276e-05,
|
| 1041 |
+
"loss": 0.0453,
|
| 1042 |
+
"step": 1720
|
| 1043 |
+
},
|
| 1044 |
+
{
|
| 1045 |
+
"grad_norm": 0.4956775903701782,
|
| 1046 |
+
"learning_rate": 7.792612787618714e-05,
|
| 1047 |
+
"loss": 0.0466,
|
| 1048 |
+
"step": 1730
|
| 1049 |
+
},
|
| 1050 |
+
{
|
| 1051 |
+
"grad_norm": 0.25343015789985657,
|
| 1052 |
+
"learning_rate": 7.765121197131009e-05,
|
| 1053 |
+
"loss": 0.0424,
|
| 1054 |
+
"step": 1740
|
| 1055 |
+
},
|
| 1056 |
+
{
|
| 1057 |
+
"grad_norm": 0.26113173365592957,
|
| 1058 |
+
"learning_rate": 7.737508651284391e-05,
|
| 1059 |
+
"loss": 0.0416,
|
| 1060 |
+
"step": 1750
|
| 1061 |
+
},
|
| 1062 |
+
{
|
| 1063 |
+
"grad_norm": 0.2182377576828003,
|
| 1064 |
+
"learning_rate": 7.709776357941069e-05,
|
| 1065 |
+
"loss": 0.0441,
|
| 1066 |
+
"step": 1760
|
| 1067 |
+
},
|
| 1068 |
+
{
|
| 1069 |
+
"grad_norm": 0.3971315026283264,
|
| 1070 |
+
"learning_rate": 7.681925530201392e-05,
|
| 1071 |
+
"loss": 0.0438,
|
| 1072 |
+
"step": 1770
|
| 1073 |
+
},
|
| 1074 |
+
{
|
| 1075 |
+
"grad_norm": 0.28176161646842957,
|
| 1076 |
+
"learning_rate": 7.65395738635079e-05,
|
| 1077 |
+
"loss": 0.0408,
|
| 1078 |
+
"step": 1780
|
| 1079 |
+
},
|
| 1080 |
+
{
|
| 1081 |
+
"grad_norm": 0.34179630875587463,
|
| 1082 |
+
"learning_rate": 7.62587314980648e-05,
|
| 1083 |
+
"loss": 0.0479,
|
| 1084 |
+
"step": 1790
|
| 1085 |
+
},
|
| 1086 |
+
{
|
| 1087 |
+
"grad_norm": 0.32931986451148987,
|
| 1088 |
+
"learning_rate": 7.597674049063947e-05,
|
| 1089 |
+
"loss": 0.0429,
|
| 1090 |
+
"step": 1800
|
| 1091 |
+
},
|
| 1092 |
+
{
|
| 1093 |
+
"grad_norm": 0.39432066679000854,
|
| 1094 |
+
"learning_rate": 7.569361317643211e-05,
|
| 1095 |
+
"loss": 0.0431,
|
| 1096 |
+
"step": 1810
|
| 1097 |
+
},
|
| 1098 |
+
{
|
| 1099 |
+
"grad_norm": 0.3576849699020386,
|
| 1100 |
+
"learning_rate": 7.540936194034865e-05,
|
| 1101 |
+
"loss": 0.0384,
|
| 1102 |
+
"step": 1820
|
| 1103 |
+
},
|
| 1104 |
+
{
|
| 1105 |
+
"grad_norm": 0.23606491088867188,
|
| 1106 |
+
"learning_rate": 7.512399921645901e-05,
|
| 1107 |
+
"loss": 0.0357,
|
| 1108 |
+
"step": 1830
|
| 1109 |
+
},
|
| 1110 |
+
{
|
| 1111 |
+
"grad_norm": 0.2227422446012497,
|
| 1112 |
+
"learning_rate": 7.483753748745317e-05,
|
| 1113 |
+
"loss": 0.0367,
|
| 1114 |
+
"step": 1840
|
| 1115 |
+
},
|
| 1116 |
+
{
|
| 1117 |
+
"grad_norm": 0.2424551248550415,
|
| 1118 |
+
"learning_rate": 7.454998928409516e-05,
|
| 1119 |
+
"loss": 0.0385,
|
| 1120 |
+
"step": 1850
|
| 1121 |
+
},
|
| 1122 |
+
{
|
| 1123 |
+
"grad_norm": 0.33607348799705505,
|
| 1124 |
+
"learning_rate": 7.426136718467493e-05,
|
| 1125 |
+
"loss": 0.0412,
|
| 1126 |
+
"step": 1860
|
| 1127 |
+
},
|
| 1128 |
+
{
|
| 1129 |
+
"grad_norm": 0.2656790018081665,
|
| 1130 |
+
"learning_rate": 7.397168381445812e-05,
|
| 1131 |
+
"loss": 0.0402,
|
| 1132 |
+
"step": 1870
|
| 1133 |
+
},
|
| 1134 |
+
{
|
| 1135 |
+
"grad_norm": 0.27483707666397095,
|
| 1136 |
+
"learning_rate": 7.368095184513377e-05,
|
| 1137 |
+
"loss": 0.0332,
|
| 1138 |
+
"step": 1880
|
| 1139 |
+
},
|
| 1140 |
+
{
|
| 1141 |
+
"grad_norm": 0.32864516973495483,
|
| 1142 |
+
"learning_rate": 7.338918399426005e-05,
|
| 1143 |
+
"loss": 0.0352,
|
| 1144 |
+
"step": 1890
|
| 1145 |
+
},
|
| 1146 |
+
{
|
| 1147 |
+
"grad_norm": 0.2956995964050293,
|
| 1148 |
+
"learning_rate": 7.309639302470801e-05,
|
| 1149 |
+
"loss": 0.0464,
|
| 1150 |
+
"step": 1900
|
| 1151 |
+
},
|
| 1152 |
+
{
|
| 1153 |
+
"grad_norm": 0.3073318302631378,
|
| 1154 |
+
"learning_rate": 7.280259174410312e-05,
|
| 1155 |
+
"loss": 0.0378,
|
| 1156 |
+
"step": 1910
|
| 1157 |
+
},
|
| 1158 |
+
{
|
| 1159 |
+
"grad_norm": 0.3206455409526825,
|
| 1160 |
+
"learning_rate": 7.250779300426517e-05,
|
| 1161 |
+
"loss": 0.0428,
|
| 1162 |
+
"step": 1920
|
| 1163 |
+
},
|
| 1164 |
+
{
|
| 1165 |
+
"grad_norm": 0.40320953726768494,
|
| 1166 |
+
"learning_rate": 7.22120097006461e-05,
|
| 1167 |
+
"loss": 0.0434,
|
| 1168 |
+
"step": 1930
|
| 1169 |
+
},
|
| 1170 |
+
{
|
| 1171 |
+
"grad_norm": 0.2006569355726242,
|
| 1172 |
+
"learning_rate": 7.191525477176577e-05,
|
| 1173 |
+
"loss": 0.0367,
|
| 1174 |
+
"step": 1940
|
| 1175 |
+
},
|
| 1176 |
+
{
|
| 1177 |
+
"grad_norm": 0.26202642917633057,
|
| 1178 |
+
"learning_rate": 7.161754119864616e-05,
|
| 1179 |
+
"loss": 0.0387,
|
| 1180 |
+
"step": 1950
|
| 1181 |
+
},
|
| 1182 |
+
{
|
| 1183 |
+
"grad_norm": 0.36526966094970703,
|
| 1184 |
+
"learning_rate": 7.131888200424339e-05,
|
| 1185 |
+
"loss": 0.0344,
|
| 1186 |
+
"step": 1960
|
| 1187 |
+
},
|
| 1188 |
+
{
|
| 1189 |
+
"grad_norm": 0.3327760696411133,
|
| 1190 |
+
"learning_rate": 7.101929025287816e-05,
|
| 1191 |
+
"loss": 0.0401,
|
| 1192 |
+
"step": 1970
|
| 1193 |
+
},
|
| 1194 |
+
{
|
| 1195 |
+
"grad_norm": 0.36563345789909363,
|
| 1196 |
+
"learning_rate": 7.071877904966423e-05,
|
| 1197 |
+
"loss": 0.0474,
|
| 1198 |
+
"step": 1980
|
| 1199 |
+
},
|
| 1200 |
+
{
|
| 1201 |
+
"grad_norm": 0.27546799182891846,
|
| 1202 |
+
"learning_rate": 7.04173615399351e-05,
|
| 1203 |
+
"loss": 0.0376,
|
| 1204 |
+
"step": 1990
|
| 1205 |
+
},
|
| 1206 |
+
{
|
| 1207 |
+
"grad_norm": 0.3782268464565277,
|
| 1208 |
+
"learning_rate": 7.011505090866913e-05,
|
| 1209 |
+
"loss": 0.0324,
|
| 1210 |
+
"step": 2000
|
| 1211 |
+
}
|
| 1212 |
+
],
|
| 1213 |
+
"logging_steps": 10,
|
| 1214 |
+
"max_steps": 5000,
|
| 1215 |
+
"num_input_tokens_seen": 0,
|
| 1216 |
+
"num_train_epochs": 9223372036854775807,
|
| 1217 |
+
"save_steps": 2000,
|
| 1218 |
+
"stateful_callbacks": {
|
| 1219 |
+
"TrainerControl": {
|
| 1220 |
+
"args": {
|
| 1221 |
+
"should_epoch_stop": false,
|
| 1222 |
+
"should_evaluate": false,
|
| 1223 |
+
"should_log": false,
|
| 1224 |
+
"should_save": true,
|
| 1225 |
+
"should_training_stop": false
|
| 1226 |
+
},
|
| 1227 |
+
"attributes": {}
|
| 1228 |
+
}
|
| 1229 |
+
},
|
| 1230 |
+
"total_flos": 0.0,
|
| 1231 |
+
"train_batch_size": 32,
|
| 1232 |
+
"trial_name": null,
|
| 1233 |
+
"trial_params": null
|
| 1234 |
+
}
|
checkpoint-2000/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a33db01fc91cad1d854375a92650d426ddb09f84d5584353c1b473e01b7f894
|
| 3 |
+
size 5777
|
checkpoint-2000/wandb_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"project": "finetune-gr00t-n1d6", "run_id": "saved_checkpoints"}
|
checkpoint-4000/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-4000/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-4000/experiment_cfg/conf.yaml
ADDED
|
@@ -0,0 +1,210 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
- ./demo_data/SOarmtest/viis0002/pick_lego
|
| 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 |
+
- wrist
|
| 82 |
+
sin_cos_embedding_keys: null
|
| 83 |
+
mean_std_embedding_keys: null
|
| 84 |
+
action_configs: null
|
| 85 |
+
state:
|
| 86 |
+
delta_indices:
|
| 87 |
+
- 0
|
| 88 |
+
modality_keys:
|
| 89 |
+
- single_arm
|
| 90 |
+
- gripper
|
| 91 |
+
sin_cos_embedding_keys: null
|
| 92 |
+
mean_std_embedding_keys: null
|
| 93 |
+
action_configs: null
|
| 94 |
+
action:
|
| 95 |
+
delta_indices:
|
| 96 |
+
- 0
|
| 97 |
+
- 1
|
| 98 |
+
- 2
|
| 99 |
+
- 3
|
| 100 |
+
- 4
|
| 101 |
+
- 5
|
| 102 |
+
- 6
|
| 103 |
+
- 7
|
| 104 |
+
- 8
|
| 105 |
+
- 9
|
| 106 |
+
- 10
|
| 107 |
+
- 11
|
| 108 |
+
- 12
|
| 109 |
+
- 13
|
| 110 |
+
- 14
|
| 111 |
+
- 15
|
| 112 |
+
modality_keys:
|
| 113 |
+
- single_arm
|
| 114 |
+
- gripper
|
| 115 |
+
sin_cos_embedding_keys: null
|
| 116 |
+
mean_std_embedding_keys: null
|
| 117 |
+
action_configs:
|
| 118 |
+
- rep: RELATIVE
|
| 119 |
+
type: NON_EEF
|
| 120 |
+
format: DEFAULT
|
| 121 |
+
state_key: null
|
| 122 |
+
- rep: ABSOLUTE
|
| 123 |
+
type: NON_EEF
|
| 124 |
+
format: DEFAULT
|
| 125 |
+
state_key: null
|
| 126 |
+
language:
|
| 127 |
+
delta_indices:
|
| 128 |
+
- 0
|
| 129 |
+
modality_keys:
|
| 130 |
+
- annotation.human.task_description
|
| 131 |
+
sin_cos_embedding_keys: null
|
| 132 |
+
mean_std_embedding_keys: null
|
| 133 |
+
action_configs: null
|
| 134 |
+
download_cache: false
|
| 135 |
+
shard_size: 1024
|
| 136 |
+
episode_sampling_rate: 0.1
|
| 137 |
+
num_shards_per_epoch: 100000
|
| 138 |
+
override_pretraining_statistics: false
|
| 139 |
+
mode: single_turn
|
| 140 |
+
random_chop: 0.0
|
| 141 |
+
mock_dataset_mode: false
|
| 142 |
+
shuffle: true
|
| 143 |
+
seed: 42
|
| 144 |
+
multiprocessing_context: fork
|
| 145 |
+
allow_padding: false
|
| 146 |
+
subsample_ratio: 1.0
|
| 147 |
+
image_crop_size:
|
| 148 |
+
- 244
|
| 149 |
+
- 244
|
| 150 |
+
image_target_size:
|
| 151 |
+
- 224
|
| 152 |
+
- 224
|
| 153 |
+
video_backend: torchcodec
|
| 154 |
+
training:
|
| 155 |
+
output_dir: ./demo_data/SOarmtest/saved_checkpoints
|
| 156 |
+
experiment_name: null
|
| 157 |
+
max_steps: 5000
|
| 158 |
+
global_batch_size: 32
|
| 159 |
+
batch_size: null
|
| 160 |
+
gradient_accumulation_steps: 1
|
| 161 |
+
learning_rate: 0.0001
|
| 162 |
+
lr_scheduler_type: cosine
|
| 163 |
+
weight_decay: 1.0e-05
|
| 164 |
+
warmup_ratio: 0.05
|
| 165 |
+
warmup_steps: 0
|
| 166 |
+
max_grad_norm: 1.0
|
| 167 |
+
optim: adamw_torch
|
| 168 |
+
start_from_checkpoint: nvidia/GR00T-N1.6-3B
|
| 169 |
+
tf32: true
|
| 170 |
+
fp16: false
|
| 171 |
+
bf16: true
|
| 172 |
+
eval_bf16: true
|
| 173 |
+
logging_steps: 10
|
| 174 |
+
save_steps: 2000
|
| 175 |
+
save_total_limit: 5
|
| 176 |
+
save_vl_model: false
|
| 177 |
+
upload_checkpoints: false
|
| 178 |
+
upload_every: 1000
|
| 179 |
+
upload_last_n_checkpoints: 5
|
| 180 |
+
max_concurrent_uploads: 2
|
| 181 |
+
eval_strategy: 'no'
|
| 182 |
+
eval_steps: 500
|
| 183 |
+
eval_set_split_ratio: 0.1
|
| 184 |
+
eval_batch_size: 2
|
| 185 |
+
save_best_eval_metric_name: ''
|
| 186 |
+
save_best_eval_metric_greater_is_better: true
|
| 187 |
+
deepspeed_stage: 2
|
| 188 |
+
gradient_checkpointing: false
|
| 189 |
+
transformers_trust_remote_code: true
|
| 190 |
+
transformers_local_files_only: false
|
| 191 |
+
transformers_cache_dir: null
|
| 192 |
+
transformers_access_token: null
|
| 193 |
+
use_ddp: false
|
| 194 |
+
ddp_bucket_cap_mb: 100
|
| 195 |
+
num_gpus: 1
|
| 196 |
+
dataloader_num_workers: 4
|
| 197 |
+
remove_unused_columns: false
|
| 198 |
+
use_wandb: true
|
| 199 |
+
wandb_project: finetune-gr00t-n1d6
|
| 200 |
+
enable_profiling: false
|
| 201 |
+
max_retries: 3
|
| 202 |
+
assert_loss_less_than: null
|
| 203 |
+
add_rl_callback: false
|
| 204 |
+
enable_open_loop_eval: false
|
| 205 |
+
open_loop_eval_traj_ids:
|
| 206 |
+
- 0
|
| 207 |
+
open_loop_eval_steps_per_traj: 100
|
| 208 |
+
open_loop_eval_plot_indices: null
|
| 209 |
+
max_steps: 5000
|
| 210 |
+
save_steps: 2000
|
checkpoint-4000/experiment_cfg/config.yaml
ADDED
|
@@ -0,0 +1,244 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
- ./demo_data/SOarmtest/viis0002/pick_lego
|
| 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: !!python/object/apply:gr00t.data.types.ActionRepresentation
|
| 29 |
+
- relative
|
| 30 |
+
state_key: null
|
| 31 |
+
type: &id002 !!python/object/apply:gr00t.data.types.ActionType
|
| 32 |
+
- non_eef
|
| 33 |
+
- !!python/object:gr00t.data.types.ActionConfig
|
| 34 |
+
format: *id001
|
| 35 |
+
rep: !!python/object/apply:gr00t.data.types.ActionRepresentation
|
| 36 |
+
- absolute
|
| 37 |
+
state_key: null
|
| 38 |
+
type: *id002
|
| 39 |
+
delta_indices:
|
| 40 |
+
- 0
|
| 41 |
+
- 1
|
| 42 |
+
- 2
|
| 43 |
+
- 3
|
| 44 |
+
- 4
|
| 45 |
+
- 5
|
| 46 |
+
- 6
|
| 47 |
+
- 7
|
| 48 |
+
- 8
|
| 49 |
+
- 9
|
| 50 |
+
- 10
|
| 51 |
+
- 11
|
| 52 |
+
- 12
|
| 53 |
+
- 13
|
| 54 |
+
- 14
|
| 55 |
+
- 15
|
| 56 |
+
mean_std_embedding_keys: null
|
| 57 |
+
modality_keys:
|
| 58 |
+
- single_arm
|
| 59 |
+
- gripper
|
| 60 |
+
sin_cos_embedding_keys: null
|
| 61 |
+
language: !!python/object:gr00t.data.types.ModalityConfig
|
| 62 |
+
action_configs: null
|
| 63 |
+
delta_indices:
|
| 64 |
+
- 0
|
| 65 |
+
mean_std_embedding_keys: null
|
| 66 |
+
modality_keys:
|
| 67 |
+
- annotation.human.task_description
|
| 68 |
+
sin_cos_embedding_keys: null
|
| 69 |
+
state: !!python/object:gr00t.data.types.ModalityConfig
|
| 70 |
+
action_configs: null
|
| 71 |
+
delta_indices:
|
| 72 |
+
- 0
|
| 73 |
+
mean_std_embedding_keys: null
|
| 74 |
+
modality_keys:
|
| 75 |
+
- single_arm
|
| 76 |
+
- gripper
|
| 77 |
+
sin_cos_embedding_keys: null
|
| 78 |
+
video: !!python/object:gr00t.data.types.ModalityConfig
|
| 79 |
+
action_configs: null
|
| 80 |
+
delta_indices:
|
| 81 |
+
- 0
|
| 82 |
+
mean_std_embedding_keys: null
|
| 83 |
+
modality_keys:
|
| 84 |
+
- front
|
| 85 |
+
- wrist
|
| 86 |
+
sin_cos_embedding_keys: null
|
| 87 |
+
mode: single_turn
|
| 88 |
+
multiprocessing_context: fork
|
| 89 |
+
num_shards_per_epoch: 100000
|
| 90 |
+
override_pretraining_statistics: false
|
| 91 |
+
random_chop: 0.0
|
| 92 |
+
seed: 42
|
| 93 |
+
shard_size: 1024
|
| 94 |
+
shuffle: true
|
| 95 |
+
subsample_ratio: 1.0
|
| 96 |
+
video_backend: torchcodec
|
| 97 |
+
load_config_path: null
|
| 98 |
+
model: !!python/object:gr00t.configs.model.gr00t_n1d6.Gr00tN1d6Config
|
| 99 |
+
_attn_implementation_autoset: false
|
| 100 |
+
_attn_implementation_internal: null
|
| 101 |
+
_commit_hash: null
|
| 102 |
+
_name_or_path: ''
|
| 103 |
+
add_cross_attention: false
|
| 104 |
+
architectures: null
|
| 105 |
+
backbone_model_type: eagle
|
| 106 |
+
backbone_trainable_params_fp32: true
|
| 107 |
+
bad_words_ids: null
|
| 108 |
+
begin_suppress_tokens: null
|
| 109 |
+
bos_token_id: null
|
| 110 |
+
chunk_size_feed_forward: 0
|
| 111 |
+
color_jitter_params:
|
| 112 |
+
brightness: 0.3
|
| 113 |
+
contrast: 0.4
|
| 114 |
+
hue: 0.08
|
| 115 |
+
saturation: 0.5
|
| 116 |
+
cross_attention_hidden_size: null
|
| 117 |
+
decoder_start_token_id: null
|
| 118 |
+
diffusion_model_cfg:
|
| 119 |
+
attention_head_dim: 48
|
| 120 |
+
dropout: 0.2
|
| 121 |
+
final_dropout: true
|
| 122 |
+
interleave_self_attention: true
|
| 123 |
+
norm_type: ada_norm
|
| 124 |
+
num_attention_heads: 32
|
| 125 |
+
num_layers: 32
|
| 126 |
+
output_dim: 1024
|
| 127 |
+
positional_embeddings: null
|
| 128 |
+
diversity_penalty: 0.0
|
| 129 |
+
do_sample: false
|
| 130 |
+
eagle_collator: true
|
| 131 |
+
early_stopping: false
|
| 132 |
+
encoder_no_repeat_ngram_size: 0
|
| 133 |
+
eos_token_id: null
|
| 134 |
+
exponential_decay_length_penalty: null
|
| 135 |
+
extra_augmentation_config: null
|
| 136 |
+
finetuning_task: null
|
| 137 |
+
forced_bos_token_id: null
|
| 138 |
+
forced_eos_token_id: null
|
| 139 |
+
id2label:
|
| 140 |
+
0: LABEL_0
|
| 141 |
+
1: LABEL_1
|
| 142 |
+
is_decoder: false
|
| 143 |
+
is_encoder_decoder: false
|
| 144 |
+
label2id:
|
| 145 |
+
LABEL_0: 0
|
| 146 |
+
LABEL_1: 1
|
| 147 |
+
length_penalty: 1.0
|
| 148 |
+
load_bf16: false
|
| 149 |
+
max_length: 20
|
| 150 |
+
min_length: 0
|
| 151 |
+
model_name: nvidia/Eagle-Block2A-2B-v2
|
| 152 |
+
no_repeat_ngram_size: 0
|
| 153 |
+
num_beam_groups: 1
|
| 154 |
+
num_beams: 1
|
| 155 |
+
num_return_sequences: 1
|
| 156 |
+
output_attentions: false
|
| 157 |
+
output_hidden_states: false
|
| 158 |
+
output_scores: false
|
| 159 |
+
pad_token_id: null
|
| 160 |
+
prefix: null
|
| 161 |
+
problem_type: null
|
| 162 |
+
pruned_heads: {}
|
| 163 |
+
random_rotation_angle: null
|
| 164 |
+
remove_invalid_values: false
|
| 165 |
+
repetition_penalty: 1.0
|
| 166 |
+
reproject_vision: false
|
| 167 |
+
return_dict: true
|
| 168 |
+
return_dict_in_generate: false
|
| 169 |
+
sep_token_id: null
|
| 170 |
+
state_dropout_prob: 0.0
|
| 171 |
+
suppress_tokens: null
|
| 172 |
+
task_specific_params: null
|
| 173 |
+
temperature: 1.0
|
| 174 |
+
tf_legacy_loss: false
|
| 175 |
+
tie_encoder_decoder: false
|
| 176 |
+
tie_word_embeddings: true
|
| 177 |
+
tokenizer_class: null
|
| 178 |
+
top_k: 50
|
| 179 |
+
top_p: 1.0
|
| 180 |
+
torch_dtype: null
|
| 181 |
+
torchscript: false
|
| 182 |
+
transformers_version: null
|
| 183 |
+
tune_diffusion_model: true
|
| 184 |
+
tune_llm: false
|
| 185 |
+
tune_projector: true
|
| 186 |
+
tune_visual: false
|
| 187 |
+
typical_p: 1.0
|
| 188 |
+
use_bfloat16: false
|
| 189 |
+
use_relative_action: true
|
| 190 |
+
training: !!python/object:gr00t.configs.training.training_config.TrainingConfig
|
| 191 |
+
add_rl_callback: false
|
| 192 |
+
assert_loss_less_than: null
|
| 193 |
+
batch_size: null
|
| 194 |
+
bf16: true
|
| 195 |
+
dataloader_num_workers: 4
|
| 196 |
+
ddp_bucket_cap_mb: 100
|
| 197 |
+
deepspeed_stage: 2
|
| 198 |
+
enable_open_loop_eval: false
|
| 199 |
+
enable_profiling: false
|
| 200 |
+
eval_batch_size: 2
|
| 201 |
+
eval_bf16: true
|
| 202 |
+
eval_set_split_ratio: 0.1
|
| 203 |
+
eval_steps: 500
|
| 204 |
+
eval_strategy: 'no'
|
| 205 |
+
experiment_name: null
|
| 206 |
+
fp16: false
|
| 207 |
+
global_batch_size: 32
|
| 208 |
+
gradient_accumulation_steps: 1
|
| 209 |
+
gradient_checkpointing: false
|
| 210 |
+
learning_rate: 0.0001
|
| 211 |
+
logging_steps: 10
|
| 212 |
+
lr_scheduler_type: cosine
|
| 213 |
+
max_concurrent_uploads: 2
|
| 214 |
+
max_grad_norm: 1.0
|
| 215 |
+
max_retries: 3
|
| 216 |
+
max_steps: 5000
|
| 217 |
+
num_gpus: 1
|
| 218 |
+
open_loop_eval_plot_indices: null
|
| 219 |
+
open_loop_eval_steps_per_traj: 100
|
| 220 |
+
open_loop_eval_traj_ids:
|
| 221 |
+
- 0
|
| 222 |
+
optim: adamw_torch
|
| 223 |
+
output_dir: ./demo_data/SOarmtest/saved_checkpoints
|
| 224 |
+
remove_unused_columns: false
|
| 225 |
+
save_best_eval_metric_greater_is_better: true
|
| 226 |
+
save_best_eval_metric_name: ''
|
| 227 |
+
save_steps: 2000
|
| 228 |
+
save_total_limit: 5
|
| 229 |
+
save_vl_model: false
|
| 230 |
+
start_from_checkpoint: nvidia/GR00T-N1.6-3B
|
| 231 |
+
tf32: true
|
| 232 |
+
transformers_access_token: null
|
| 233 |
+
transformers_cache_dir: null
|
| 234 |
+
transformers_local_files_only: false
|
| 235 |
+
transformers_trust_remote_code: true
|
| 236 |
+
upload_checkpoints: false
|
| 237 |
+
upload_every: 1000
|
| 238 |
+
upload_last_n_checkpoints: 5
|
| 239 |
+
use_ddp: false
|
| 240 |
+
use_wandb: true
|
| 241 |
+
wandb_project: finetune-gr00t-n1d6
|
| 242 |
+
warmup_ratio: 0.05
|
| 243 |
+
warmup_steps: 0
|
| 244 |
+
weight_decay: 1.0e-05
|
checkpoint-4000/experiment_cfg/dataset_statistics.json
ADDED
|
@@ -0,0 +1,824 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"new_embodiment": {
|
| 3 |
+
"state": {
|
| 4 |
+
"single_arm": {
|
| 5 |
+
"min": [
|
| 6 |
+
-6.8131866455078125,
|
| 7 |
+
-102.19779968261719,
|
| 8 |
+
-40.43955993652344,
|
| 9 |
+
39.9560432434082,
|
| 10 |
+
-66.32967376708984
|
| 11 |
+
],
|
| 12 |
+
"max": [
|
| 13 |
+
34.593406677246094,
|
| 14 |
+
42.769229888916016,
|
| 15 |
+
96.26373291015625,
|
| 16 |
+
98.06593322753906,
|
| 17 |
+
96.74725341796875
|
| 18 |
+
],
|
| 19 |
+
"mean": [
|
| 20 |
+
10.6347642478831,
|
| 21 |
+
-40.60343800114444,
|
| 22 |
+
40.109735021899446,
|
| 23 |
+
66.37540221377535,
|
| 24 |
+
1.723290164849921
|
| 25 |
+
],
|
| 26 |
+
"std": [
|
| 27 |
+
13.663472797431913,
|
| 28 |
+
53.514238207466356,
|
| 29 |
+
47.089223703864675,
|
| 30 |
+
15.49883594624875,
|
| 31 |
+
29.442594278901634
|
| 32 |
+
],
|
| 33 |
+
"q01": [
|
| 34 |
+
-2.8227532818225196,
|
| 35 |
+
-102.04170769592945,
|
| 36 |
+
-18.832328638595566,
|
| 37 |
+
47.303414007272124,
|
| 38 |
+
-23.538191580154248
|
| 39 |
+
],
|
| 40 |
+
"q99": [
|
| 41 |
+
31.17592093949654,
|
| 42 |
+
27.78409835219628,
|
| 43 |
+
96.09969459877085,
|
| 44 |
+
91.52694173019303,
|
| 45 |
+
34.804566667323705
|
| 46 |
+
]
|
| 47 |
+
},
|
| 48 |
+
"gripper": {
|
| 49 |
+
"min": [
|
| 50 |
+
1.1597938537597656
|
| 51 |
+
],
|
| 52 |
+
"max": [
|
| 53 |
+
30.476804733276367
|
| 54 |
+
],
|
| 55 |
+
"mean": [
|
| 56 |
+
4.725540477545816
|
| 57 |
+
],
|
| 58 |
+
"std": [
|
| 59 |
+
5.719213168100463
|
| 60 |
+
],
|
| 61 |
+
"q01": [
|
| 62 |
+
1.219114189586798
|
| 63 |
+
],
|
| 64 |
+
"q99": [
|
| 65 |
+
18.975632466717574
|
| 66 |
+
]
|
| 67 |
+
}
|
| 68 |
+
},
|
| 69 |
+
"action": {
|
| 70 |
+
"single_arm": {
|
| 71 |
+
"min": [
|
| 72 |
+
-7.340659141540527,
|
| 73 |
+
-103.73626708984375,
|
| 74 |
+
-43.736263275146484,
|
| 75 |
+
38.63736343383789,
|
| 76 |
+
-67.47252655029297
|
| 77 |
+
],
|
| 78 |
+
"max": [
|
| 79 |
+
35.20878982543945,
|
| 80 |
+
42.5494499206543,
|
| 81 |
+
96.74725341796875,
|
| 82 |
+
100.61538696289062,
|
| 83 |
+
97.27472686767578
|
| 84 |
+
],
|
| 85 |
+
"mean": [
|
| 86 |
+
10.654706232867026,
|
| 87 |
+
-41.43508459659817,
|
| 88 |
+
38.95115310430438,
|
| 89 |
+
66.17248404139285,
|
| 90 |
+
1.6835930980913996
|
| 91 |
+
],
|
| 92 |
+
"std": [
|
| 93 |
+
13.792301015873905,
|
| 94 |
+
53.27088262273843,
|
| 95 |
+
48.06070434685447,
|
| 96 |
+
15.735264444521983,
|
| 97 |
+
29.50880036285619
|
| 98 |
+
],
|
| 99 |
+
"q01": [
|
| 100 |
+
-3.007477344415986,
|
| 101 |
+
-102.62527508767714,
|
| 102 |
+
-21.606171980367048,
|
| 103 |
+
46.25193771491276,
|
| 104 |
+
-24.028302588862974
|
| 105 |
+
],
|
| 106 |
+
"q99": [
|
| 107 |
+
31.658033587037096,
|
| 108 |
+
27.49569149494191,
|
| 109 |
+
96.40327760792744,
|
| 110 |
+
92.26730265898277,
|
| 111 |
+
35.153253393452815
|
| 112 |
+
]
|
| 113 |
+
},
|
| 114 |
+
"gripper": {
|
| 115 |
+
"min": [
|
| 116 |
+
0.0
|
| 117 |
+
],
|
| 118 |
+
"max": [
|
| 119 |
+
30.952381134033203
|
| 120 |
+
],
|
| 121 |
+
"mean": [
|
| 122 |
+
3.5887609717193083
|
| 123 |
+
],
|
| 124 |
+
"std": [
|
| 125 |
+
5.951741507358969
|
| 126 |
+
],
|
| 127 |
+
"q01": [
|
| 128 |
+
0.7785521832201806
|
| 129 |
+
],
|
| 130 |
+
"q99": [
|
| 131 |
+
19.41596701897272
|
| 132 |
+
]
|
| 133 |
+
}
|
| 134 |
+
},
|
| 135 |
+
"relative_action": {
|
| 136 |
+
"single_arm": {
|
| 137 |
+
"min": [
|
| 138 |
+
[
|
| 139 |
+
-6.153846740722656,
|
| 140 |
+
-12.615386962890625,
|
| 141 |
+
-13.406593322753906,
|
| 142 |
+
-9.406593322753906,
|
| 143 |
+
-13.450549125671387
|
| 144 |
+
],
|
| 145 |
+
[
|
| 146 |
+
-7.824176788330078,
|
| 147 |
+
-15.692306518554688,
|
| 148 |
+
-16.39560317993164,
|
| 149 |
+
-11.86812973022461,
|
| 150 |
+
-13.450549125671387
|
| 151 |
+
],
|
| 152 |
+
[
|
| 153 |
+
-9.582418441772461,
|
| 154 |
+
-18.681320190429688,
|
| 155 |
+
-19.296703338623047,
|
| 156 |
+
-14.241756439208984,
|
| 157 |
+
-15.472527503967285
|
| 158 |
+
],
|
| 159 |
+
[
|
| 160 |
+
-11.252748489379883,
|
| 161 |
+
-21.670331954956055,
|
| 162 |
+
-22.19780158996582,
|
| 163 |
+
-16.615379333496094,
|
| 164 |
+
-16.96703338623047
|
| 165 |
+
],
|
| 166 |
+
[
|
| 167 |
+
-12.923077583312988,
|
| 168 |
+
-24.65934181213379,
|
| 169 |
+
-24.923078536987305,
|
| 170 |
+
-18.901100158691406,
|
| 171 |
+
-18.461538314819336
|
| 172 |
+
],
|
| 173 |
+
[
|
| 174 |
+
-14.593405723571777,
|
| 175 |
+
-27.648353576660156,
|
| 176 |
+
-27.736263275146484,
|
| 177 |
+
-21.186813354492188,
|
| 178 |
+
-19.516483306884766
|
| 179 |
+
],
|
| 180 |
+
[
|
| 181 |
+
-16.087913513183594,
|
| 182 |
+
-30.637365341186523,
|
| 183 |
+
-30.46154022216797,
|
| 184 |
+
-23.384613037109375,
|
| 185 |
+
-21.010990142822266
|
| 186 |
+
],
|
| 187 |
+
[
|
| 188 |
+
-17.58241844177246,
|
| 189 |
+
-33.45055389404297,
|
| 190 |
+
-33.09890365600586,
|
| 191 |
+
-25.406593322753906,
|
| 192 |
+
-23.032970428466797
|
| 193 |
+
],
|
| 194 |
+
[
|
| 195 |
+
-18.813186645507812,
|
| 196 |
+
-36.351646423339844,
|
| 197 |
+
-35.648353576660156,
|
| 198 |
+
-27.428573608398438,
|
| 199 |
+
-24.967037200927734
|
| 200 |
+
],
|
| 201 |
+
[
|
| 202 |
+
-20.043954849243164,
|
| 203 |
+
-39.164833068847656,
|
| 204 |
+
-38.109893798828125,
|
| 205 |
+
-29.09890365600586,
|
| 206 |
+
-27.076923370361328
|
| 207 |
+
],
|
| 208 |
+
[
|
| 209 |
+
-21.098899841308594,
|
| 210 |
+
-42.06593322753906,
|
| 211 |
+
-40.57142639160156,
|
| 212 |
+
-30.769229888916016,
|
| 213 |
+
-29.274723052978516
|
| 214 |
+
],
|
| 215 |
+
[
|
| 216 |
+
-22.153844833374023,
|
| 217 |
+
-44.879119873046875,
|
| 218 |
+
-42.857139587402344,
|
| 219 |
+
-32.351646423339844,
|
| 220 |
+
-31.38461685180664
|
| 221 |
+
],
|
| 222 |
+
[
|
| 223 |
+
-23.208789825439453,
|
| 224 |
+
-47.69231033325195,
|
| 225 |
+
-45.05494689941406,
|
| 226 |
+
-33.75823974609375,
|
| 227 |
+
-33.494503021240234
|
| 228 |
+
],
|
| 229 |
+
[
|
| 230 |
+
-24.08791160583496,
|
| 231 |
+
-50.68132019042969,
|
| 232 |
+
-47.164833068847656,
|
| 233 |
+
-34.989013671875,
|
| 234 |
+
-35.51648712158203
|
| 235 |
+
],
|
| 236 |
+
[
|
| 237 |
+
-24.967031478881836,
|
| 238 |
+
-53.67033004760742,
|
| 239 |
+
-49.098899841308594,
|
| 240 |
+
-36.04396057128906,
|
| 241 |
+
-37.626373291015625
|
| 242 |
+
],
|
| 243 |
+
[
|
| 244 |
+
-25.758241653442383,
|
| 245 |
+
-56.747249603271484,
|
| 246 |
+
-50.94505310058594,
|
| 247 |
+
-37.01099395751953,
|
| 248 |
+
-39.648353576660156
|
| 249 |
+
]
|
| 250 |
+
],
|
| 251 |
+
"max": [
|
| 252 |
+
[
|
| 253 |
+
5.8021979331970215,
|
| 254 |
+
14.021980285644531,
|
| 255 |
+
12.527473449707031,
|
| 256 |
+
8.703296661376953,
|
| 257 |
+
9.670330047607422
|
| 258 |
+
],
|
| 259 |
+
[
|
| 260 |
+
6.505494117736816,
|
| 261 |
+
17.626373291015625,
|
| 262 |
+
16.131866455078125,
|
| 263 |
+
11.164833068847656,
|
| 264 |
+
12.219779968261719
|
| 265 |
+
],
|
| 266 |
+
[
|
| 267 |
+
7.82417631149292,
|
| 268 |
+
21.142852783203125,
|
| 269 |
+
19.824176788330078,
|
| 270 |
+
13.626373291015625,
|
| 271 |
+
14.681318283081055
|
| 272 |
+
],
|
| 273 |
+
[
|
| 274 |
+
9.05494499206543,
|
| 275 |
+
24.395599365234375,
|
| 276 |
+
23.428571701049805,
|
| 277 |
+
15.824176788330078,
|
| 278 |
+
17.142858505249023
|
| 279 |
+
],
|
| 280 |
+
[
|
| 281 |
+
10.373626708984375,
|
| 282 |
+
27.384613037109375,
|
| 283 |
+
26.94505500793457,
|
| 284 |
+
18.021976470947266,
|
| 285 |
+
19.69230842590332
|
| 286 |
+
],
|
| 287 |
+
[
|
| 288 |
+
11.69230842590332,
|
| 289 |
+
30.197803497314453,
|
| 290 |
+
30.461538314819336,
|
| 291 |
+
20.043956756591797,
|
| 292 |
+
22.153846740722656
|
| 293 |
+
],
|
| 294 |
+
[
|
| 295 |
+
13.01098918914795,
|
| 296 |
+
32.83516311645508,
|
| 297 |
+
33.97801971435547,
|
| 298 |
+
22.241756439208984,
|
| 299 |
+
24.703298568725586
|
| 300 |
+
],
|
| 301 |
+
[
|
| 302 |
+
14.153846740722656,
|
| 303 |
+
35.384613037109375,
|
| 304 |
+
37.406593322753906,
|
| 305 |
+
24.35165023803711,
|
| 306 |
+
27.07692527770996
|
| 307 |
+
],
|
| 308 |
+
[
|
| 309 |
+
15.296703338623047,
|
| 310 |
+
37.75823974609375,
|
| 311 |
+
40.74725341796875,
|
| 312 |
+
26.197803497314453,
|
| 313 |
+
29.362638473510742
|
| 314 |
+
],
|
| 315 |
+
[
|
| 316 |
+
16.351648330688477,
|
| 317 |
+
40.04395294189453,
|
| 318 |
+
44.08790969848633,
|
| 319 |
+
27.956043243408203,
|
| 320 |
+
31.560440063476562
|
| 321 |
+
],
|
| 322 |
+
[
|
| 323 |
+
17.318681716918945,
|
| 324 |
+
42.241756439208984,
|
| 325 |
+
47.340660095214844,
|
| 326 |
+
29.71428680419922,
|
| 327 |
+
33.67033004760742
|
| 328 |
+
],
|
| 329 |
+
[
|
| 330 |
+
18.197803497314453,
|
| 331 |
+
44.527469635009766,
|
| 332 |
+
50.68131637573242,
|
| 333 |
+
31.384613037109375,
|
| 334 |
+
35.95604705810547
|
| 335 |
+
],
|
| 336 |
+
[
|
| 337 |
+
18.901100158691406,
|
| 338 |
+
46.4615364074707,
|
| 339 |
+
53.93406295776367,
|
| 340 |
+
32.96703338623047,
|
| 341 |
+
38.5054931640625
|
| 342 |
+
],
|
| 343 |
+
[
|
| 344 |
+
19.516483306884766,
|
| 345 |
+
48.48351287841797,
|
| 346 |
+
57.010986328125,
|
| 347 |
+
34.28571319580078,
|
| 348 |
+
41.14285659790039
|
| 349 |
+
],
|
| 350 |
+
[
|
| 351 |
+
20.043956756591797,
|
| 352 |
+
50.32966613769531,
|
| 353 |
+
60.0,
|
| 354 |
+
35.604393005371094,
|
| 355 |
+
43.516483306884766
|
| 356 |
+
],
|
| 357 |
+
[
|
| 358 |
+
20.395605087280273,
|
| 359 |
+
52.26373291015625,
|
| 360 |
+
62.989013671875,
|
| 361 |
+
36.659339904785156,
|
| 362 |
+
45.80220031738281
|
| 363 |
+
]
|
| 364 |
+
],
|
| 365 |
+
"mean": [
|
| 366 |
+
[
|
| 367 |
+
0.024023909121751785,
|
| 368 |
+
-0.8380120396614075,
|
| 369 |
+
-1.1888031959533691,
|
| 370 |
+
-0.20351642370224,
|
| 371 |
+
-0.03874167427420616
|
| 372 |
+
],
|
| 373 |
+
[
|
| 374 |
+
0.02381421998143196,
|
| 375 |
+
-0.8381950259208679,
|
| 376 |
+
-1.1877086162567139,
|
| 377 |
+
-0.20610879361629486,
|
| 378 |
+
-0.038331978023052216
|
| 379 |
+
],
|
| 380 |
+
[
|
| 381 |
+
0.02358066476881504,
|
| 382 |
+
-0.8384636640548706,
|
| 383 |
+
-1.186354160308838,
|
| 384 |
+
-0.20878157019615173,
|
| 385 |
+
-0.03791269287467003
|
| 386 |
+
],
|
| 387 |
+
[
|
| 388 |
+
0.02331378683447838,
|
| 389 |
+
-0.8388302326202393,
|
| 390 |
+
-1.1847561597824097,
|
| 391 |
+
-0.21150696277618408,
|
| 392 |
+
-0.03749352693557739
|
| 393 |
+
],
|
| 394 |
+
[
|
| 395 |
+
0.022984733805060387,
|
| 396 |
+
-0.8392952680587769,
|
| 397 |
+
-1.182924509048462,
|
| 398 |
+
-0.21426069736480713,
|
| 399 |
+
-0.037074267864227295
|
| 400 |
+
],
|
| 401 |
+
[
|
| 402 |
+
0.02258922904729843,
|
| 403 |
+
-0.8398675322532654,
|
| 404 |
+
-1.1808984279632568,
|
| 405 |
+
-0.21703894436359406,
|
| 406 |
+
-0.03665487840771675
|
| 407 |
+
],
|
| 408 |
+
[
|
| 409 |
+
0.02210799790918827,
|
| 410 |
+
-0.840530514717102,
|
| 411 |
+
-1.1787015199661255,
|
| 412 |
+
-0.21982122957706451,
|
| 413 |
+
-0.03624051436781883
|
| 414 |
+
],
|
| 415 |
+
[
|
| 416 |
+
0.021555287763476372,
|
| 417 |
+
-0.8412824869155884,
|
| 418 |
+
-1.176315188407898,
|
| 419 |
+
-0.2226090133190155,
|
| 420 |
+
-0.03585929051041603
|
| 421 |
+
],
|
| 422 |
+
[
|
| 423 |
+
0.020935896784067154,
|
| 424 |
+
-0.8421463966369629,
|
| 425 |
+
-1.1736962795257568,
|
| 426 |
+
-0.22543004155158997,
|
| 427 |
+
-0.035549700260162354
|
| 428 |
+
],
|
| 429 |
+
[
|
| 430 |
+
0.020240070298314095,
|
| 431 |
+
-0.8431134819984436,
|
| 432 |
+
-1.1708482503890991,
|
| 433 |
+
-0.2282552719116211,
|
| 434 |
+
-0.03533996269106865
|
| 435 |
+
],
|
| 436 |
+
[
|
| 437 |
+
0.01948723942041397,
|
| 438 |
+
-0.8441924452781677,
|
| 439 |
+
-1.1677296161651611,
|
| 440 |
+
-0.23114195466041565,
|
| 441 |
+
-0.03522548824548721
|
| 442 |
+
],
|
| 443 |
+
[
|
| 444 |
+
0.018677080050110817,
|
| 445 |
+
-0.8453867435455322,
|
| 446 |
+
-1.164296269416809,
|
| 447 |
+
-0.23409080505371094,
|
| 448 |
+
-0.03516348451375961
|
| 449 |
+
],
|
| 450 |
+
[
|
| 451 |
+
0.017790833488106728,
|
| 452 |
+
-0.846683919429779,
|
| 453 |
+
-1.1604851484298706,
|
| 454 |
+
-0.23711234331130981,
|
| 455 |
+
-0.035125281661748886
|
| 456 |
+
],
|
| 457 |
+
[
|
| 458 |
+
0.016804957762360573,
|
| 459 |
+
-0.8481130599975586,
|
| 460 |
+
-1.156294584274292,
|
| 461 |
+
-0.24017632007598877,
|
| 462 |
+
-0.03509661555290222
|
| 463 |
+
],
|
| 464 |
+
[
|
| 465 |
+
0.015680411830544472,
|
| 466 |
+
-0.8497316241264343,
|
| 467 |
+
-1.151717185974121,
|
| 468 |
+
-0.24328306317329407,
|
| 469 |
+
-0.035068120807409286
|
| 470 |
+
],
|
| 471 |
+
[
|
| 472 |
+
0.01436557900160551,
|
| 473 |
+
-0.8516368269920349,
|
| 474 |
+
-1.1466983556747437,
|
| 475 |
+
-0.24642817676067352,
|
| 476 |
+
-0.035063356161117554
|
| 477 |
+
]
|
| 478 |
+
],
|
| 479 |
+
"std": [
|
| 480 |
+
[
|
| 481 |
+
1.0472843647003174,
|
| 482 |
+
3.3955397605895996,
|
| 483 |
+
3.209542989730835,
|
| 484 |
+
1.5478397607803345,
|
| 485 |
+
1.5488325357437134
|
| 486 |
+
],
|
| 487 |
+
[
|
| 488 |
+
1.3025773763656616,
|
| 489 |
+
4.228511333465576,
|
| 490 |
+
3.9392380714416504,
|
| 491 |
+
1.9040354490280151,
|
| 492 |
+
1.9508968591690063
|
| 493 |
+
],
|
| 494 |
+
[
|
| 495 |
+
1.5567840337753296,
|
| 496 |
+
5.061123371124268,
|
| 497 |
+
4.678185939788818,
|
| 498 |
+
2.259927749633789,
|
| 499 |
+
2.3464455604553223
|
| 500 |
+
],
|
| 501 |
+
[
|
| 502 |
+
1.8073352575302124,
|
| 503 |
+
5.890169143676758,
|
| 504 |
+
5.418741226196289,
|
| 505 |
+
2.6112139225006104,
|
| 506 |
+
2.734940528869629
|
| 507 |
+
],
|
| 508 |
+
[
|
| 509 |
+
2.053133726119995,
|
| 510 |
+
6.713922023773193,
|
| 511 |
+
6.156966209411621,
|
| 512 |
+
2.9563238620758057,
|
| 513 |
+
3.1171467304229736
|
| 514 |
+
],
|
| 515 |
+
[
|
| 516 |
+
2.2936792373657227,
|
| 517 |
+
7.531452178955078,
|
| 518 |
+
6.89060115814209,
|
| 519 |
+
3.2943806648254395,
|
| 520 |
+
3.4939496517181396
|
| 521 |
+
],
|
| 522 |
+
[
|
| 523 |
+
2.528961658477783,
|
| 524 |
+
8.342284202575684,
|
| 525 |
+
7.61845064163208,
|
| 526 |
+
3.6247124671936035,
|
| 527 |
+
3.8658618927001953
|
| 528 |
+
],
|
| 529 |
+
[
|
| 530 |
+
2.7590219974517822,
|
| 531 |
+
9.146015167236328,
|
| 532 |
+
8.339773178100586,
|
| 533 |
+
3.9470086097717285,
|
| 534 |
+
4.233205795288086
|
| 535 |
+
],
|
| 536 |
+
[
|
| 537 |
+
2.9840755462646484,
|
| 538 |
+
9.942627906799316,
|
| 539 |
+
9.053919792175293,
|
| 540 |
+
4.261190414428711,
|
| 541 |
+
4.596113681793213
|
| 542 |
+
],
|
| 543 |
+
[
|
| 544 |
+
3.2043535709381104,
|
| 545 |
+
10.731932640075684,
|
| 546 |
+
9.760570526123047,
|
| 547 |
+
4.567060947418213,
|
| 548 |
+
4.954709053039551
|
| 549 |
+
],
|
| 550 |
+
[
|
| 551 |
+
3.420076608657837,
|
| 552 |
+
11.51407527923584,
|
| 553 |
+
10.459877967834473,
|
| 554 |
+
4.864653587341309,
|
| 555 |
+
5.3089189529418945
|
| 556 |
+
],
|
| 557 |
+
[
|
| 558 |
+
3.6315865516662598,
|
| 559 |
+
12.289117813110352,
|
| 560 |
+
11.151065826416016,
|
| 561 |
+
5.154054641723633,
|
| 562 |
+
5.65879487991333
|
| 563 |
+
],
|
| 564 |
+
[
|
| 565 |
+
3.8390471935272217,
|
| 566 |
+
13.056876182556152,
|
| 567 |
+
11.834860801696777,
|
| 568 |
+
5.435141086578369,
|
| 569 |
+
6.004306316375732
|
| 570 |
+
],
|
| 571 |
+
[
|
| 572 |
+
4.042593002319336,
|
| 573 |
+
13.817543029785156,
|
| 574 |
+
12.511225700378418,
|
| 575 |
+
5.708395004272461,
|
| 576 |
+
6.345395565032959
|
| 577 |
+
],
|
| 578 |
+
[
|
| 579 |
+
4.24238395690918,
|
| 580 |
+
14.571209907531738,
|
| 581 |
+
13.179614067077637,
|
| 582 |
+
5.973555564880371,
|
| 583 |
+
6.682039737701416
|
| 584 |
+
],
|
| 585 |
+
[
|
| 586 |
+
4.438711166381836,
|
| 587 |
+
15.317753791809082,
|
| 588 |
+
13.840078353881836,
|
| 589 |
+
6.230597496032715,
|
| 590 |
+
7.01429557800293
|
| 591 |
+
]
|
| 592 |
+
],
|
| 593 |
+
"q01": [
|
| 594 |
+
[
|
| 595 |
+
-3.472527027130127,
|
| 596 |
+
-9.978021621704102,
|
| 597 |
+
-9.978019714355469,
|
| 598 |
+
-5.098899841308594,
|
| 599 |
+
-5.36263370513916
|
| 600 |
+
],
|
| 601 |
+
[
|
| 602 |
+
-4.483516693115234,
|
| 603 |
+
-12.175825119018555,
|
| 604 |
+
-12.263736724853516,
|
| 605 |
+
-6.417581558227539,
|
| 606 |
+
-6.857143402099609
|
| 607 |
+
],
|
| 608 |
+
[
|
| 609 |
+
-5.450550079345703,
|
| 610 |
+
-14.373626708984375,
|
| 611 |
+
-14.373626708984375,
|
| 612 |
+
-7.736263275146484,
|
| 613 |
+
-8.263736724853516
|
| 614 |
+
],
|
| 615 |
+
[
|
| 616 |
+
-6.4175825119018555,
|
| 617 |
+
-16.571428298950195,
|
| 618 |
+
-16.483516693115234,
|
| 619 |
+
-9.054946899414062,
|
| 620 |
+
-9.846153259277344
|
| 621 |
+
],
|
| 622 |
+
[
|
| 623 |
+
-7.296703338623047,
|
| 624 |
+
-18.85714340209961,
|
| 625 |
+
-18.681316375732422,
|
| 626 |
+
-10.285713195800781,
|
| 627 |
+
-11.296703338623047
|
| 628 |
+
],
|
| 629 |
+
[
|
| 630 |
+
-8.175825119018555,
|
| 631 |
+
-21.054946899414062,
|
| 632 |
+
-20.79120635986328,
|
| 633 |
+
-11.516483306884766,
|
| 634 |
+
-12.747251510620117
|
| 635 |
+
],
|
| 636 |
+
[
|
| 637 |
+
-9.05494499206543,
|
| 638 |
+
-23.340660095214844,
|
| 639 |
+
-22.813186645507812,
|
| 640 |
+
-12.703296661376953,
|
| 641 |
+
-14.19780158996582
|
| 642 |
+
],
|
| 643 |
+
[
|
| 644 |
+
-10.021978378295898,
|
| 645 |
+
-25.582416534423828,
|
| 646 |
+
-24.791210174560547,
|
| 647 |
+
-13.80219841003418,
|
| 648 |
+
-15.560441017150879
|
| 649 |
+
],
|
| 650 |
+
[
|
| 651 |
+
-10.813186645507812,
|
| 652 |
+
-27.648353576660156,
|
| 653 |
+
-26.769229888916016,
|
| 654 |
+
-14.813186645507812,
|
| 655 |
+
-16.96703338623047
|
| 656 |
+
],
|
| 657 |
+
[
|
| 658 |
+
-11.780220031738281,
|
| 659 |
+
-29.934066772460938,
|
| 660 |
+
-28.659339904785156,
|
| 661 |
+
-15.824176788330078,
|
| 662 |
+
-18.373626708984375
|
| 663 |
+
],
|
| 664 |
+
[
|
| 665 |
+
-12.615385055541992,
|
| 666 |
+
-32.21977996826172,
|
| 667 |
+
-30.593406677246094,
|
| 668 |
+
-16.703292846679688,
|
| 669 |
+
-19.516483306884766
|
| 670 |
+
],
|
| 671 |
+
[
|
| 672 |
+
-13.450550079345703,
|
| 673 |
+
-34.32966995239258,
|
| 674 |
+
-32.395599365234375,
|
| 675 |
+
-17.670326232910156,
|
| 676 |
+
-20.791208267211914
|
| 677 |
+
],
|
| 678 |
+
[
|
| 679 |
+
-14.329669952392578,
|
| 680 |
+
-36.52747344970703,
|
| 681 |
+
-34.19780349731445,
|
| 682 |
+
-18.549448013305664,
|
| 683 |
+
-21.802196502685547
|
| 684 |
+
],
|
| 685 |
+
[
|
| 686 |
+
-15.164834976196289,
|
| 687 |
+
-38.68132019042969,
|
| 688 |
+
-35.82417297363281,
|
| 689 |
+
-19.20879364013672,
|
| 690 |
+
-22.901100158691406
|
| 691 |
+
],
|
| 692 |
+
[
|
| 693 |
+
-15.95604419708252,
|
| 694 |
+
-40.92308044433594,
|
| 695 |
+
-37.626373291015625,
|
| 696 |
+
-20.043954849243164,
|
| 697 |
+
-24.131868362426758
|
| 698 |
+
],
|
| 699 |
+
[
|
| 700 |
+
-16.703296661376953,
|
| 701 |
+
-42.989009857177734,
|
| 702 |
+
-39.25274658203125,
|
| 703 |
+
-20.74725341796875,
|
| 704 |
+
-25.450550079345703
|
| 705 |
+
]
|
| 706 |
+
],
|
| 707 |
+
"q99": [
|
| 708 |
+
[
|
| 709 |
+
3.4285709857940674,
|
| 710 |
+
7.5604400634765625,
|
| 711 |
+
7.076923847198486,
|
| 712 |
+
4.131866455078125,
|
| 713 |
+
5.494504928588867
|
| 714 |
+
],
|
| 715 |
+
[
|
| 716 |
+
4.307692527770996,
|
| 717 |
+
9.802200317382812,
|
| 718 |
+
9.538460731506348,
|
| 719 |
+
5.274726867675781,
|
| 720 |
+
7.032966613769531
|
| 721 |
+
],
|
| 722 |
+
[
|
| 723 |
+
5.1868133544921875,
|
| 724 |
+
12.087913513183594,
|
| 725 |
+
11.868131637573242,
|
| 726 |
+
6.5054931640625,
|
| 727 |
+
8.527473449707031
|
| 728 |
+
],
|
| 729 |
+
[
|
| 730 |
+
6.065934181213379,
|
| 731 |
+
14.197805404663086,
|
| 732 |
+
14.285714149475098,
|
| 733 |
+
7.648347854614258,
|
| 734 |
+
9.934066772460938
|
| 735 |
+
],
|
| 736 |
+
[
|
| 737 |
+
6.857143402099609,
|
| 738 |
+
16.483516693115234,
|
| 739 |
+
16.571428298950195,
|
| 740 |
+
8.703292846679688,
|
| 741 |
+
11.340660095214844
|
| 742 |
+
],
|
| 743 |
+
[
|
| 744 |
+
7.736264705657959,
|
| 745 |
+
18.593406677246094,
|
| 746 |
+
18.85714340209961,
|
| 747 |
+
9.846153259277344,
|
| 748 |
+
12.835165023803711
|
| 749 |
+
],
|
| 750 |
+
[
|
| 751 |
+
8.615385055541992,
|
| 752 |
+
20.52747344970703,
|
| 753 |
+
21.14285659790039,
|
| 754 |
+
10.813188552856445,
|
| 755 |
+
14.241758346557617
|
| 756 |
+
],
|
| 757 |
+
[
|
| 758 |
+
9.494504928588867,
|
| 759 |
+
22.725276947021484,
|
| 760 |
+
23.428571701049805,
|
| 761 |
+
11.824176788330078,
|
| 762 |
+
15.648351669311523
|
| 763 |
+
],
|
| 764 |
+
[
|
| 765 |
+
10.285714149475098,
|
| 766 |
+
24.879121780395508,
|
| 767 |
+
25.714282989501953,
|
| 768 |
+
12.835166931152344,
|
| 769 |
+
17.05494499206543
|
| 770 |
+
],
|
| 771 |
+
[
|
| 772 |
+
11.076923370361328,
|
| 773 |
+
26.85714340209961,
|
| 774 |
+
27.868133544921875,
|
| 775 |
+
13.758243560791016,
|
| 776 |
+
18.461538314819336
|
| 777 |
+
],
|
| 778 |
+
[
|
| 779 |
+
11.7362642288208,
|
| 780 |
+
28.70329475402832,
|
| 781 |
+
30.109888076782227,
|
| 782 |
+
14.725275039672852,
|
| 783 |
+
19.868133544921875
|
| 784 |
+
],
|
| 785 |
+
[
|
| 786 |
+
12.395605087280273,
|
| 787 |
+
30.813186645507812,
|
| 788 |
+
32.17582321166992,
|
| 789 |
+
15.560440063476562,
|
| 790 |
+
21.186813354492188
|
| 791 |
+
],
|
| 792 |
+
[
|
| 793 |
+
13.098901748657227,
|
| 794 |
+
32.52747344970703,
|
| 795 |
+
34.19779968261719,
|
| 796 |
+
16.351646423339844,
|
| 797 |
+
22.549449920654297
|
| 798 |
+
],
|
| 799 |
+
[
|
| 800 |
+
13.714285850524902,
|
| 801 |
+
34.54945373535156,
|
| 802 |
+
36.21977996826172,
|
| 803 |
+
17.142860412597656,
|
| 804 |
+
24.0
|
| 805 |
+
],
|
| 806 |
+
[
|
| 807 |
+
14.329669952392578,
|
| 808 |
+
36.57143020629883,
|
| 809 |
+
38.153846740722656,
|
| 810 |
+
17.846155166625977,
|
| 811 |
+
25.230770111083984
|
| 812 |
+
],
|
| 813 |
+
[
|
| 814 |
+
14.769231796264648,
|
| 815 |
+
38.28571319580078,
|
| 816 |
+
40.17582702636719,
|
| 817 |
+
18.637367248535156,
|
| 818 |
+
26.41758155822754
|
| 819 |
+
]
|
| 820 |
+
]
|
| 821 |
+
}
|
| 822 |
+
}
|
| 823 |
+
}
|
| 824 |
+
}
|
checkpoint-4000/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-4000/experiment_cfg/final_processor_config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-4000/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e342eee8a8ae32f350c526b229a3ebcfe5579ecefeecb0bf93456b4f11e7432
|
| 3 |
+
size 4990120184
|
checkpoint-4000/model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0feb0f6d3abacff2c71cfab3c8b3aa666401719efa5a552f61de7f9cbbae761
|
| 3 |
+
size 4823190320
|
checkpoint-4000/model.safetensors.index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-4000/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ee701582581115749a40611dd9d2fe20108908d236289137bc0c2f48f082547
|
| 3 |
+
size 12960193762
|
checkpoint-4000/processor_config.json
ADDED
|
@@ -0,0 +1,455 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"wrist"
|
| 362 |
+
],
|
| 363 |
+
"sin_cos_embedding_keys": null,
|
| 364 |
+
"mean_std_embedding_keys": null,
|
| 365 |
+
"action_configs": null
|
| 366 |
+
},
|
| 367 |
+
"state": {
|
| 368 |
+
"delta_indices": [
|
| 369 |
+
0
|
| 370 |
+
],
|
| 371 |
+
"modality_keys": [
|
| 372 |
+
"single_arm",
|
| 373 |
+
"gripper"
|
| 374 |
+
],
|
| 375 |
+
"sin_cos_embedding_keys": null,
|
| 376 |
+
"mean_std_embedding_keys": null,
|
| 377 |
+
"action_configs": null
|
| 378 |
+
},
|
| 379 |
+
"action": {
|
| 380 |
+
"delta_indices": [
|
| 381 |
+
0,
|
| 382 |
+
1,
|
| 383 |
+
2,
|
| 384 |
+
3,
|
| 385 |
+
4,
|
| 386 |
+
5,
|
| 387 |
+
6,
|
| 388 |
+
7,
|
| 389 |
+
8,
|
| 390 |
+
9,
|
| 391 |
+
10,
|
| 392 |
+
11,
|
| 393 |
+
12,
|
| 394 |
+
13,
|
| 395 |
+
14,
|
| 396 |
+
15
|
| 397 |
+
],
|
| 398 |
+
"modality_keys": [
|
| 399 |
+
"single_arm",
|
| 400 |
+
"gripper"
|
| 401 |
+
],
|
| 402 |
+
"sin_cos_embedding_keys": null,
|
| 403 |
+
"mean_std_embedding_keys": null,
|
| 404 |
+
"action_configs": [
|
| 405 |
+
{
|
| 406 |
+
"rep": "RELATIVE",
|
| 407 |
+
"type": "NON_EEF",
|
| 408 |
+
"format": "DEFAULT",
|
| 409 |
+
"state_key": null
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"rep": "ABSOLUTE",
|
| 413 |
+
"type": "NON_EEF",
|
| 414 |
+
"format": "DEFAULT",
|
| 415 |
+
"state_key": null
|
| 416 |
+
}
|
| 417 |
+
]
|
| 418 |
+
},
|
| 419 |
+
"language": {
|
| 420 |
+
"delta_indices": [
|
| 421 |
+
0
|
| 422 |
+
],
|
| 423 |
+
"modality_keys": [
|
| 424 |
+
"annotation.human.task_description"
|
| 425 |
+
],
|
| 426 |
+
"sin_cos_embedding_keys": null,
|
| 427 |
+
"mean_std_embedding_keys": null,
|
| 428 |
+
"action_configs": null
|
| 429 |
+
}
|
| 430 |
+
}
|
| 431 |
+
},
|
| 432 |
+
"image_crop_size": null,
|
| 433 |
+
"image_target_size": null,
|
| 434 |
+
"use_albumentations": true,
|
| 435 |
+
"random_rotation_angle": null,
|
| 436 |
+
"color_jitter_params": {
|
| 437 |
+
"brightness": 0.3,
|
| 438 |
+
"contrast": 0.4,
|
| 439 |
+
"saturation": 0.5,
|
| 440 |
+
"hue": 0.08
|
| 441 |
+
},
|
| 442 |
+
"shortest_image_edge": 256,
|
| 443 |
+
"crop_fraction": 0.95,
|
| 444 |
+
"model_name": "nvidia/Eagle-Block2A-2B-v2",
|
| 445 |
+
"model_type": "eagle",
|
| 446 |
+
"formalize_language": true,
|
| 447 |
+
"max_state_dim": 128,
|
| 448 |
+
"max_action_dim": 128,
|
| 449 |
+
"max_action_horizon": 50,
|
| 450 |
+
"use_percentiles": false,
|
| 451 |
+
"clip_outliers": true,
|
| 452 |
+
"apply_sincos_state_encoding": true,
|
| 453 |
+
"use_relative_action": true
|
| 454 |
+
}
|
| 455 |
+
}
|
checkpoint-4000/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:39489badc33ccd2093e853ca6e730a4d9eeaf3bd6b7418500a42318c8be35f17
|
| 3 |
+
size 14645
|
checkpoint-4000/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67e4278960ff05634f2461c3ab90fa1c255ee209bd35139e7103bdf8e7f1a4ec
|
| 3 |
+
size 1465
|
checkpoint-4000/statistics.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-4000/trainer_state.json
ADDED
|
@@ -0,0 +1,2434 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.8,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 4000,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"grad_norm": 2.497777223587036,
|
| 14 |
+
"learning_rate": 3.6e-06,
|
| 15 |
+
"loss": 1.1476,
|
| 16 |
+
"step": 10
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"grad_norm": 0.5899417996406555,
|
| 20 |
+
"learning_rate": 7.6e-06,
|
| 21 |
+
"loss": 1.1021,
|
| 22 |
+
"step": 20
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"grad_norm": 0.6255532503128052,
|
| 26 |
+
"learning_rate": 1.16e-05,
|
| 27 |
+
"loss": 1.0779,
|
| 28 |
+
"step": 30
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"grad_norm": 0.5589399933815002,
|
| 32 |
+
"learning_rate": 1.56e-05,
|
| 33 |
+
"loss": 1.0599,
|
| 34 |
+
"step": 40
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"grad_norm": 0.6063516736030579,
|
| 38 |
+
"learning_rate": 1.9600000000000002e-05,
|
| 39 |
+
"loss": 1.0856,
|
| 40 |
+
"step": 50
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"grad_norm": 0.5875065326690674,
|
| 44 |
+
"learning_rate": 2.36e-05,
|
| 45 |
+
"loss": 1.0636,
|
| 46 |
+
"step": 60
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"grad_norm": 0.6206650733947754,
|
| 50 |
+
"learning_rate": 2.7600000000000003e-05,
|
| 51 |
+
"loss": 1.0586,
|
| 52 |
+
"step": 70
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"grad_norm": 0.6976884007453918,
|
| 56 |
+
"learning_rate": 3.16e-05,
|
| 57 |
+
"loss": 1.0581,
|
| 58 |
+
"step": 80
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"grad_norm": 0.4975197911262512,
|
| 62 |
+
"learning_rate": 3.56e-05,
|
| 63 |
+
"loss": 1.0338,
|
| 64 |
+
"step": 90
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"grad_norm": 0.5175010561943054,
|
| 68 |
+
"learning_rate": 3.960000000000001e-05,
|
| 69 |
+
"loss": 1.0363,
|
| 70 |
+
"step": 100
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"grad_norm": 3.203188180923462,
|
| 74 |
+
"learning_rate": 4.36e-05,
|
| 75 |
+
"loss": 0.9943,
|
| 76 |
+
"step": 110
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"grad_norm": 1.0046463012695312,
|
| 80 |
+
"learning_rate": 4.76e-05,
|
| 81 |
+
"loss": 0.9498,
|
| 82 |
+
"step": 120
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"grad_norm": 0.824455976486206,
|
| 86 |
+
"learning_rate": 5.16e-05,
|
| 87 |
+
"loss": 0.9141,
|
| 88 |
+
"step": 130
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"grad_norm": 0.933220386505127,
|
| 92 |
+
"learning_rate": 5.560000000000001e-05,
|
| 93 |
+
"loss": 0.8966,
|
| 94 |
+
"step": 140
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"grad_norm": 1.6803524494171143,
|
| 98 |
+
"learning_rate": 5.96e-05,
|
| 99 |
+
"loss": 0.8456,
|
| 100 |
+
"step": 150
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"grad_norm": 1.3335356712341309,
|
| 104 |
+
"learning_rate": 6.36e-05,
|
| 105 |
+
"loss": 0.7857,
|
| 106 |
+
"step": 160
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"grad_norm": 1.7373239994049072,
|
| 110 |
+
"learning_rate": 6.76e-05,
|
| 111 |
+
"loss": 0.6714,
|
| 112 |
+
"step": 170
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"grad_norm": 1.2455403804779053,
|
| 116 |
+
"learning_rate": 7.16e-05,
|
| 117 |
+
"loss": 0.5578,
|
| 118 |
+
"step": 180
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"grad_norm": 2.673060178756714,
|
| 122 |
+
"learning_rate": 7.560000000000001e-05,
|
| 123 |
+
"loss": 0.4206,
|
| 124 |
+
"step": 190
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"grad_norm": 1.7698984146118164,
|
| 128 |
+
"learning_rate": 7.960000000000001e-05,
|
| 129 |
+
"loss": 0.3168,
|
| 130 |
+
"step": 200
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"grad_norm": 1.393641471862793,
|
| 134 |
+
"learning_rate": 8.36e-05,
|
| 135 |
+
"loss": 0.2192,
|
| 136 |
+
"step": 210
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"grad_norm": 1.3259373903274536,
|
| 140 |
+
"learning_rate": 8.76e-05,
|
| 141 |
+
"loss": 0.1876,
|
| 142 |
+
"step": 220
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"grad_norm": 0.9707556366920471,
|
| 146 |
+
"learning_rate": 9.16e-05,
|
| 147 |
+
"loss": 0.1548,
|
| 148 |
+
"step": 230
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"grad_norm": 0.8586066961288452,
|
| 152 |
+
"learning_rate": 9.56e-05,
|
| 153 |
+
"loss": 0.1401,
|
| 154 |
+
"step": 240
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"grad_norm": 0.8358578085899353,
|
| 158 |
+
"learning_rate": 9.960000000000001e-05,
|
| 159 |
+
"loss": 0.1216,
|
| 160 |
+
"step": 250
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"grad_norm": 0.6485460996627808,
|
| 164 |
+
"learning_rate": 9.999911419878559e-05,
|
| 165 |
+
"loss": 0.1228,
|
| 166 |
+
"step": 260
|
| 167 |
+
},
|
| 168 |
+
{
|
| 169 |
+
"grad_norm": 1.0369858741760254,
|
| 170 |
+
"learning_rate": 9.999605221019081e-05,
|
| 171 |
+
"loss": 0.1396,
|
| 172 |
+
"step": 270
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"grad_norm": 0.8534221053123474,
|
| 176 |
+
"learning_rate": 9.999080323230761e-05,
|
| 177 |
+
"loss": 0.1208,
|
| 178 |
+
"step": 280
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"grad_norm": 0.8548014760017395,
|
| 182 |
+
"learning_rate": 9.998336749474329e-05,
|
| 183 |
+
"loss": 0.1341,
|
| 184 |
+
"step": 290
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"grad_norm": 0.9402936100959778,
|
| 188 |
+
"learning_rate": 9.997374532276107e-05,
|
| 189 |
+
"loss": 0.102,
|
| 190 |
+
"step": 300
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"grad_norm": 0.7149423956871033,
|
| 194 |
+
"learning_rate": 9.996193713726596e-05,
|
| 195 |
+
"loss": 0.1092,
|
| 196 |
+
"step": 310
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"grad_norm": 0.7244396805763245,
|
| 200 |
+
"learning_rate": 9.994794345478624e-05,
|
| 201 |
+
"loss": 0.0924,
|
| 202 |
+
"step": 320
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"grad_norm": 0.5502927899360657,
|
| 206 |
+
"learning_rate": 9.99317648874509e-05,
|
| 207 |
+
"loss": 0.0838,
|
| 208 |
+
"step": 330
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"grad_norm": 0.6544800400733948,
|
| 212 |
+
"learning_rate": 9.991340214296292e-05,
|
| 213 |
+
"loss": 0.0873,
|
| 214 |
+
"step": 340
|
| 215 |
+
},
|
| 216 |
+
{
|
| 217 |
+
"grad_norm": 0.7180399894714355,
|
| 218 |
+
"learning_rate": 9.989285602456819e-05,
|
| 219 |
+
"loss": 0.0734,
|
| 220 |
+
"step": 350
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"grad_norm": 0.6445586681365967,
|
| 224 |
+
"learning_rate": 9.98701274310205e-05,
|
| 225 |
+
"loss": 0.0794,
|
| 226 |
+
"step": 360
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"grad_norm": 0.5352494716644287,
|
| 230 |
+
"learning_rate": 9.984521735654218e-05,
|
| 231 |
+
"loss": 0.0907,
|
| 232 |
+
"step": 370
|
| 233 |
+
},
|
| 234 |
+
{
|
| 235 |
+
"grad_norm": 0.6672635674476624,
|
| 236 |
+
"learning_rate": 9.981812689078057e-05,
|
| 237 |
+
"loss": 0.0848,
|
| 238 |
+
"step": 380
|
| 239 |
+
},
|
| 240 |
+
{
|
| 241 |
+
"grad_norm": 0.5291720628738403,
|
| 242 |
+
"learning_rate": 9.978885721876041e-05,
|
| 243 |
+
"loss": 0.086,
|
| 244 |
+
"step": 390
|
| 245 |
+
},
|
| 246 |
+
{
|
| 247 |
+
"grad_norm": 0.39044567942619324,
|
| 248 |
+
"learning_rate": 9.975740962083198e-05,
|
| 249 |
+
"loss": 0.0787,
|
| 250 |
+
"step": 400
|
| 251 |
+
},
|
| 252 |
+
{
|
| 253 |
+
"grad_norm": 0.7575682997703552,
|
| 254 |
+
"learning_rate": 9.972378547261504e-05,
|
| 255 |
+
"loss": 0.0836,
|
| 256 |
+
"step": 410
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"grad_norm": 0.6050339341163635,
|
| 260 |
+
"learning_rate": 9.968798624493885e-05,
|
| 261 |
+
"loss": 0.0738,
|
| 262 |
+
"step": 420
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"grad_norm": 0.594001054763794,
|
| 266 |
+
"learning_rate": 9.965001350377753e-05,
|
| 267 |
+
"loss": 0.0817,
|
| 268 |
+
"step": 430
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"grad_norm": 0.5727436542510986,
|
| 272 |
+
"learning_rate": 9.960986891018183e-05,
|
| 273 |
+
"loss": 0.0728,
|
| 274 |
+
"step": 440
|
| 275 |
+
},
|
| 276 |
+
{
|
| 277 |
+
"grad_norm": 0.4483703076839447,
|
| 278 |
+
"learning_rate": 9.95675542202063e-05,
|
| 279 |
+
"loss": 0.0747,
|
| 280 |
+
"step": 450
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"grad_norm": 0.3992336094379425,
|
| 284 |
+
"learning_rate": 9.952307128483256e-05,
|
| 285 |
+
"loss": 0.0796,
|
| 286 |
+
"step": 460
|
| 287 |
+
},
|
| 288 |
+
{
|
| 289 |
+
"grad_norm": 0.5178577303886414,
|
| 290 |
+
"learning_rate": 9.947642204988835e-05,
|
| 291 |
+
"loss": 0.0833,
|
| 292 |
+
"step": 470
|
| 293 |
+
},
|
| 294 |
+
{
|
| 295 |
+
"grad_norm": 0.4497125446796417,
|
| 296 |
+
"learning_rate": 9.942760855596226e-05,
|
| 297 |
+
"loss": 0.0787,
|
| 298 |
+
"step": 480
|
| 299 |
+
},
|
| 300 |
+
{
|
| 301 |
+
"grad_norm": 0.5343725085258484,
|
| 302 |
+
"learning_rate": 9.937663293831471e-05,
|
| 303 |
+
"loss": 0.0808,
|
| 304 |
+
"step": 490
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"grad_norm": 0.47977861762046814,
|
| 308 |
+
"learning_rate": 9.932349742678433e-05,
|
| 309 |
+
"loss": 0.0701,
|
| 310 |
+
"step": 500
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"grad_norm": 0.5831079483032227,
|
| 314 |
+
"learning_rate": 9.926820434569051e-05,
|
| 315 |
+
"loss": 0.0742,
|
| 316 |
+
"step": 510
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"grad_norm": 0.47160646319389343,
|
| 320 |
+
"learning_rate": 9.921075611373179e-05,
|
| 321 |
+
"loss": 0.067,
|
| 322 |
+
"step": 520
|
| 323 |
+
},
|
| 324 |
+
{
|
| 325 |
+
"grad_norm": 0.35774683952331543,
|
| 326 |
+
"learning_rate": 9.915115524387988e-05,
|
| 327 |
+
"loss": 0.0709,
|
| 328 |
+
"step": 530
|
| 329 |
+
},
|
| 330 |
+
{
|
| 331 |
+
"grad_norm": 0.5747243762016296,
|
| 332 |
+
"learning_rate": 9.908940434326997e-05,
|
| 333 |
+
"loss": 0.0668,
|
| 334 |
+
"step": 540
|
| 335 |
+
},
|
| 336 |
+
{
|
| 337 |
+
"grad_norm": 0.42538684606552124,
|
| 338 |
+
"learning_rate": 9.902550611308645e-05,
|
| 339 |
+
"loss": 0.0676,
|
| 340 |
+
"step": 550
|
| 341 |
+
},
|
| 342 |
+
{
|
| 343 |
+
"grad_norm": 0.5689398646354675,
|
| 344 |
+
"learning_rate": 9.895946334844494e-05,
|
| 345 |
+
"loss": 0.0631,
|
| 346 |
+
"step": 560
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"grad_norm": 0.648316502571106,
|
| 350 |
+
"learning_rate": 9.889127893826989e-05,
|
| 351 |
+
"loss": 0.0643,
|
| 352 |
+
"step": 570
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"grad_norm": 0.5649459362030029,
|
| 356 |
+
"learning_rate": 9.882095586516831e-05,
|
| 357 |
+
"loss": 0.0679,
|
| 358 |
+
"step": 580
|
| 359 |
+
},
|
| 360 |
+
{
|
| 361 |
+
"grad_norm": 0.42304474115371704,
|
| 362 |
+
"learning_rate": 9.874849720529921e-05,
|
| 363 |
+
"loss": 0.0744,
|
| 364 |
+
"step": 590
|
| 365 |
+
},
|
| 366 |
+
{
|
| 367 |
+
"grad_norm": 0.5694190263748169,
|
| 368 |
+
"learning_rate": 9.867390612823914e-05,
|
| 369 |
+
"loss": 0.0683,
|
| 370 |
+
"step": 600
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"grad_norm": 0.5124210715293884,
|
| 374 |
+
"learning_rate": 9.859718589684344e-05,
|
| 375 |
+
"loss": 0.0797,
|
| 376 |
+
"step": 610
|
| 377 |
+
},
|
| 378 |
+
{
|
| 379 |
+
"grad_norm": 0.6514238119125366,
|
| 380 |
+
"learning_rate": 9.851833986710353e-05,
|
| 381 |
+
"loss": 0.0644,
|
| 382 |
+
"step": 620
|
| 383 |
+
},
|
| 384 |
+
{
|
| 385 |
+
"grad_norm": 0.49233269691467285,
|
| 386 |
+
"learning_rate": 9.843737148800023e-05,
|
| 387 |
+
"loss": 0.0568,
|
| 388 |
+
"step": 630
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"grad_norm": 0.40201443433761597,
|
| 392 |
+
"learning_rate": 9.835428430135271e-05,
|
| 393 |
+
"loss": 0.063,
|
| 394 |
+
"step": 640
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"grad_norm": 0.4645858407020569,
|
| 398 |
+
"learning_rate": 9.82690819416637e-05,
|
| 399 |
+
"loss": 0.0641,
|
| 400 |
+
"step": 650
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"grad_norm": 0.5921373963356018,
|
| 404 |
+
"learning_rate": 9.818176813596041e-05,
|
| 405 |
+
"loss": 0.0622,
|
| 406 |
+
"step": 660
|
| 407 |
+
},
|
| 408 |
+
{
|
| 409 |
+
"grad_norm": 0.5843824148178101,
|
| 410 |
+
"learning_rate": 9.809234670363159e-05,
|
| 411 |
+
"loss": 0.0724,
|
| 412 |
+
"step": 670
|
| 413 |
+
},
|
| 414 |
+
{
|
| 415 |
+
"grad_norm": 0.6411054730415344,
|
| 416 |
+
"learning_rate": 9.800082155626034e-05,
|
| 417 |
+
"loss": 0.0697,
|
| 418 |
+
"step": 680
|
| 419 |
+
},
|
| 420 |
+
{
|
| 421 |
+
"grad_norm": 0.4261399507522583,
|
| 422 |
+
"learning_rate": 9.790719669745312e-05,
|
| 423 |
+
"loss": 0.0641,
|
| 424 |
+
"step": 690
|
| 425 |
+
},
|
| 426 |
+
{
|
| 427 |
+
"grad_norm": 0.3344235122203827,
|
| 428 |
+
"learning_rate": 9.781147622266455e-05,
|
| 429 |
+
"loss": 0.0642,
|
| 430 |
+
"step": 700
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"grad_norm": 0.4839865565299988,
|
| 434 |
+
"learning_rate": 9.771366431901831e-05,
|
| 435 |
+
"loss": 0.0734,
|
| 436 |
+
"step": 710
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"grad_norm": 0.3950216472148895,
|
| 440 |
+
"learning_rate": 9.761376526512394e-05,
|
| 441 |
+
"loss": 0.063,
|
| 442 |
+
"step": 720
|
| 443 |
+
},
|
| 444 |
+
{
|
| 445 |
+
"grad_norm": 0.45863887667655945,
|
| 446 |
+
"learning_rate": 9.751178343088963e-05,
|
| 447 |
+
"loss": 0.0598,
|
| 448 |
+
"step": 730
|
| 449 |
+
},
|
| 450 |
+
{
|
| 451 |
+
"grad_norm": 0.414181113243103,
|
| 452 |
+
"learning_rate": 9.740772327733123e-05,
|
| 453 |
+
"loss": 0.0592,
|
| 454 |
+
"step": 740
|
| 455 |
+
},
|
| 456 |
+
{
|
| 457 |
+
"grad_norm": 0.48416581749916077,
|
| 458 |
+
"learning_rate": 9.730158935637697e-05,
|
| 459 |
+
"loss": 0.0576,
|
| 460 |
+
"step": 750
|
| 461 |
+
},
|
| 462 |
+
{
|
| 463 |
+
"grad_norm": 0.40759462118148804,
|
| 464 |
+
"learning_rate": 9.719338631066834e-05,
|
| 465 |
+
"loss": 0.0522,
|
| 466 |
+
"step": 760
|
| 467 |
+
},
|
| 468 |
+
{
|
| 469 |
+
"grad_norm": 0.4843514859676361,
|
| 470 |
+
"learning_rate": 9.708311887335713e-05,
|
| 471 |
+
"loss": 0.0551,
|
| 472 |
+
"step": 770
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"grad_norm": 0.37705329060554504,
|
| 476 |
+
"learning_rate": 9.697079186789823e-05,
|
| 477 |
+
"loss": 0.0601,
|
| 478 |
+
"step": 780
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"grad_norm": 0.41809579730033875,
|
| 482 |
+
"learning_rate": 9.685641020783876e-05,
|
| 483 |
+
"loss": 0.0567,
|
| 484 |
+
"step": 790
|
| 485 |
+
},
|
| 486 |
+
{
|
| 487 |
+
"grad_norm": 0.4055332839488983,
|
| 488 |
+
"learning_rate": 9.67399788966031e-05,
|
| 489 |
+
"loss": 0.0569,
|
| 490 |
+
"step": 800
|
| 491 |
+
},
|
| 492 |
+
{
|
| 493 |
+
"grad_norm": 0.384504109621048,
|
| 494 |
+
"learning_rate": 9.662150302727395e-05,
|
| 495 |
+
"loss": 0.0586,
|
| 496 |
+
"step": 810
|
| 497 |
+
},
|
| 498 |
+
{
|
| 499 |
+
"grad_norm": 0.38468998670578003,
|
| 500 |
+
"learning_rate": 9.650098778236968e-05,
|
| 501 |
+
"loss": 0.0531,
|
| 502 |
+
"step": 820
|
| 503 |
+
},
|
| 504 |
+
{
|
| 505 |
+
"grad_norm": 0.5237128734588623,
|
| 506 |
+
"learning_rate": 9.637843843361749e-05,
|
| 507 |
+
"loss": 0.0552,
|
| 508 |
+
"step": 830
|
| 509 |
+
},
|
| 510 |
+
{
|
| 511 |
+
"grad_norm": 0.4317338466644287,
|
| 512 |
+
"learning_rate": 9.62538603417229e-05,
|
| 513 |
+
"loss": 0.0509,
|
| 514 |
+
"step": 840
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"grad_norm": 0.3871803879737854,
|
| 518 |
+
"learning_rate": 9.612725895613526e-05,
|
| 519 |
+
"loss": 0.0625,
|
| 520 |
+
"step": 850
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"grad_norm": 0.4323013126850128,
|
| 524 |
+
"learning_rate": 9.599863981480926e-05,
|
| 525 |
+
"loss": 0.0604,
|
| 526 |
+
"step": 860
|
| 527 |
+
},
|
| 528 |
+
{
|
| 529 |
+
"grad_norm": 0.36297470331192017,
|
| 530 |
+
"learning_rate": 9.586800854396283e-05,
|
| 531 |
+
"loss": 0.0545,
|
| 532 |
+
"step": 870
|
| 533 |
+
},
|
| 534 |
+
{
|
| 535 |
+
"grad_norm": 0.37466663122177124,
|
| 536 |
+
"learning_rate": 9.573537085783095e-05,
|
| 537 |
+
"loss": 0.0529,
|
| 538 |
+
"step": 880
|
| 539 |
+
},
|
| 540 |
+
{
|
| 541 |
+
"grad_norm": 0.3929672837257385,
|
| 542 |
+
"learning_rate": 9.560073255841571e-05,
|
| 543 |
+
"loss": 0.05,
|
| 544 |
+
"step": 890
|
| 545 |
+
},
|
| 546 |
+
{
|
| 547 |
+
"grad_norm": 0.4040852189064026,
|
| 548 |
+
"learning_rate": 9.546409953523247e-05,
|
| 549 |
+
"loss": 0.0603,
|
| 550 |
+
"step": 900
|
| 551 |
+
},
|
| 552 |
+
{
|
| 553 |
+
"grad_norm": 0.6248286366462708,
|
| 554 |
+
"learning_rate": 9.532547776505229e-05,
|
| 555 |
+
"loss": 0.0492,
|
| 556 |
+
"step": 910
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"grad_norm": 0.5975190997123718,
|
| 560 |
+
"learning_rate": 9.518487331164048e-05,
|
| 561 |
+
"loss": 0.0538,
|
| 562 |
+
"step": 920
|
| 563 |
+
},
|
| 564 |
+
{
|
| 565 |
+
"grad_norm": 0.42542824149131775,
|
| 566 |
+
"learning_rate": 9.504229232549134e-05,
|
| 567 |
+
"loss": 0.0523,
|
| 568 |
+
"step": 930
|
| 569 |
+
},
|
| 570 |
+
{
|
| 571 |
+
"grad_norm": 0.328101247549057,
|
| 572 |
+
"learning_rate": 9.489774104355909e-05,
|
| 573 |
+
"loss": 0.0519,
|
| 574 |
+
"step": 940
|
| 575 |
+
},
|
| 576 |
+
{
|
| 577 |
+
"grad_norm": 0.5055563449859619,
|
| 578 |
+
"learning_rate": 9.475122578898507e-05,
|
| 579 |
+
"loss": 0.0603,
|
| 580 |
+
"step": 950
|
| 581 |
+
},
|
| 582 |
+
{
|
| 583 |
+
"grad_norm": 0.5114820003509521,
|
| 584 |
+
"learning_rate": 9.460275297082119e-05,
|
| 585 |
+
"loss": 0.0486,
|
| 586 |
+
"step": 960
|
| 587 |
+
},
|
| 588 |
+
{
|
| 589 |
+
"grad_norm": 0.30745837092399597,
|
| 590 |
+
"learning_rate": 9.445232908374948e-05,
|
| 591 |
+
"loss": 0.0515,
|
| 592 |
+
"step": 970
|
| 593 |
+
},
|
| 594 |
+
{
|
| 595 |
+
"grad_norm": 0.5132862329483032,
|
| 596 |
+
"learning_rate": 9.429996070779808e-05,
|
| 597 |
+
"loss": 0.0534,
|
| 598 |
+
"step": 980
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"grad_norm": 0.3776204586029053,
|
| 602 |
+
"learning_rate": 9.414565450805333e-05,
|
| 603 |
+
"loss": 0.0543,
|
| 604 |
+
"step": 990
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"grad_norm": 0.39591264724731445,
|
| 608 |
+
"learning_rate": 9.398941723436831e-05,
|
| 609 |
+
"loss": 0.051,
|
| 610 |
+
"step": 1000
|
| 611 |
+
},
|
| 612 |
+
{
|
| 613 |
+
"grad_norm": 0.3092094957828522,
|
| 614 |
+
"learning_rate": 9.383125572106752e-05,
|
| 615 |
+
"loss": 0.0485,
|
| 616 |
+
"step": 1010
|
| 617 |
+
},
|
| 618 |
+
{
|
| 619 |
+
"grad_norm": 0.4166562855243683,
|
| 620 |
+
"learning_rate": 9.367117688664791e-05,
|
| 621 |
+
"loss": 0.054,
|
| 622 |
+
"step": 1020
|
| 623 |
+
},
|
| 624 |
+
{
|
| 625 |
+
"grad_norm": 0.38996878266334534,
|
| 626 |
+
"learning_rate": 9.35091877334763e-05,
|
| 627 |
+
"loss": 0.0506,
|
| 628 |
+
"step": 1030
|
| 629 |
+
},
|
| 630 |
+
{
|
| 631 |
+
"grad_norm": 0.4977191686630249,
|
| 632 |
+
"learning_rate": 9.334529534748297e-05,
|
| 633 |
+
"loss": 0.0543,
|
| 634 |
+
"step": 1040
|
| 635 |
+
},
|
| 636 |
+
{
|
| 637 |
+
"grad_norm": 0.47602540254592896,
|
| 638 |
+
"learning_rate": 9.317950689785188e-05,
|
| 639 |
+
"loss": 0.048,
|
| 640 |
+
"step": 1050
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"grad_norm": 0.3852064907550812,
|
| 644 |
+
"learning_rate": 9.301182963670688e-05,
|
| 645 |
+
"loss": 0.0563,
|
| 646 |
+
"step": 1060
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"grad_norm": 0.2994341254234314,
|
| 650 |
+
"learning_rate": 9.284227089879456e-05,
|
| 651 |
+
"loss": 0.0528,
|
| 652 |
+
"step": 1070
|
| 653 |
+
},
|
| 654 |
+
{
|
| 655 |
+
"grad_norm": 0.4053724706172943,
|
| 656 |
+
"learning_rate": 9.26708381011634e-05,
|
| 657 |
+
"loss": 0.0546,
|
| 658 |
+
"step": 1080
|
| 659 |
+
},
|
| 660 |
+
{
|
| 661 |
+
"grad_norm": 0.28891879320144653,
|
| 662 |
+
"learning_rate": 9.249753874283937e-05,
|
| 663 |
+
"loss": 0.0435,
|
| 664 |
+
"step": 1090
|
| 665 |
+
},
|
| 666 |
+
{
|
| 667 |
+
"grad_norm": 0.2600522041320801,
|
| 668 |
+
"learning_rate": 9.232238040449779e-05,
|
| 669 |
+
"loss": 0.0459,
|
| 670 |
+
"step": 1100
|
| 671 |
+
},
|
| 672 |
+
{
|
| 673 |
+
"grad_norm": 0.5400200486183167,
|
| 674 |
+
"learning_rate": 9.214537074813181e-05,
|
| 675 |
+
"loss": 0.0553,
|
| 676 |
+
"step": 1110
|
| 677 |
+
},
|
| 678 |
+
{
|
| 679 |
+
"grad_norm": 0.4278520941734314,
|
| 680 |
+
"learning_rate": 9.196651751671724e-05,
|
| 681 |
+
"loss": 0.0543,
|
| 682 |
+
"step": 1120
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"grad_norm": 0.43360674381256104,
|
| 686 |
+
"learning_rate": 9.178582853387384e-05,
|
| 687 |
+
"loss": 0.058,
|
| 688 |
+
"step": 1130
|
| 689 |
+
},
|
| 690 |
+
{
|
| 691 |
+
"grad_norm": 0.5356864929199219,
|
| 692 |
+
"learning_rate": 9.160331170352304e-05,
|
| 693 |
+
"loss": 0.0607,
|
| 694 |
+
"step": 1140
|
| 695 |
+
},
|
| 696 |
+
{
|
| 697 |
+
"grad_norm": 0.37267163395881653,
|
| 698 |
+
"learning_rate": 9.141897500954229e-05,
|
| 699 |
+
"loss": 0.0527,
|
| 700 |
+
"step": 1150
|
| 701 |
+
},
|
| 702 |
+
{
|
| 703 |
+
"grad_norm": 0.4231492877006531,
|
| 704 |
+
"learning_rate": 9.123282651541576e-05,
|
| 705 |
+
"loss": 0.0515,
|
| 706 |
+
"step": 1160
|
| 707 |
+
},
|
| 708 |
+
{
|
| 709 |
+
"grad_norm": 0.41324272751808167,
|
| 710 |
+
"learning_rate": 9.104487436388161e-05,
|
| 711 |
+
"loss": 0.0477,
|
| 712 |
+
"step": 1170
|
| 713 |
+
},
|
| 714 |
+
{
|
| 715 |
+
"grad_norm": 0.2980903089046478,
|
| 716 |
+
"learning_rate": 9.085512677657582e-05,
|
| 717 |
+
"loss": 0.0545,
|
| 718 |
+
"step": 1180
|
| 719 |
+
},
|
| 720 |
+
{
|
| 721 |
+
"grad_norm": 0.3594469428062439,
|
| 722 |
+
"learning_rate": 9.066359205367258e-05,
|
| 723 |
+
"loss": 0.0519,
|
| 724 |
+
"step": 1190
|
| 725 |
+
},
|
| 726 |
+
{
|
| 727 |
+
"grad_norm": 0.3295166492462158,
|
| 728 |
+
"learning_rate": 9.047027857352112e-05,
|
| 729 |
+
"loss": 0.0489,
|
| 730 |
+
"step": 1200
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"grad_norm": 0.35804498195648193,
|
| 734 |
+
"learning_rate": 9.027519479227935e-05,
|
| 735 |
+
"loss": 0.0542,
|
| 736 |
+
"step": 1210
|
| 737 |
+
},
|
| 738 |
+
{
|
| 739 |
+
"grad_norm": 0.5596129298210144,
|
| 740 |
+
"learning_rate": 9.007834924354383e-05,
|
| 741 |
+
"loss": 0.0492,
|
| 742 |
+
"step": 1220
|
| 743 |
+
},
|
| 744 |
+
{
|
| 745 |
+
"grad_norm": 0.32689106464385986,
|
| 746 |
+
"learning_rate": 8.987975053797655e-05,
|
| 747 |
+
"loss": 0.0478,
|
| 748 |
+
"step": 1230
|
| 749 |
+
},
|
| 750 |
+
{
|
| 751 |
+
"grad_norm": 0.3586772680282593,
|
| 752 |
+
"learning_rate": 8.967940736292825e-05,
|
| 753 |
+
"loss": 0.0518,
|
| 754 |
+
"step": 1240
|
| 755 |
+
},
|
| 756 |
+
{
|
| 757 |
+
"grad_norm": 0.4046182632446289,
|
| 758 |
+
"learning_rate": 8.947732848205846e-05,
|
| 759 |
+
"loss": 0.0561,
|
| 760 |
+
"step": 1250
|
| 761 |
+
},
|
| 762 |
+
{
|
| 763 |
+
"grad_norm": 0.2832528352737427,
|
| 764 |
+
"learning_rate": 8.927352273495204e-05,
|
| 765 |
+
"loss": 0.0481,
|
| 766 |
+
"step": 1260
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"grad_norm": 0.38299012184143066,
|
| 770 |
+
"learning_rate": 8.906799903673265e-05,
|
| 771 |
+
"loss": 0.0543,
|
| 772 |
+
"step": 1270
|
| 773 |
+
},
|
| 774 |
+
{
|
| 775 |
+
"grad_norm": 0.39338234066963196,
|
| 776 |
+
"learning_rate": 8.88607663776726e-05,
|
| 777 |
+
"loss": 0.053,
|
| 778 |
+
"step": 1280
|
| 779 |
+
},
|
| 780 |
+
{
|
| 781 |
+
"grad_norm": 0.326089471578598,
|
| 782 |
+
"learning_rate": 8.865183382279978e-05,
|
| 783 |
+
"loss": 0.0584,
|
| 784 |
+
"step": 1290
|
| 785 |
+
},
|
| 786 |
+
{
|
| 787 |
+
"grad_norm": 0.5139309167861938,
|
| 788 |
+
"learning_rate": 8.844121051150096e-05,
|
| 789 |
+
"loss": 0.0508,
|
| 790 |
+
"step": 1300
|
| 791 |
+
},
|
| 792 |
+
{
|
| 793 |
+
"grad_norm": 0.2685113251209259,
|
| 794 |
+
"learning_rate": 8.822890565712211e-05,
|
| 795 |
+
"loss": 0.0473,
|
| 796 |
+
"step": 1310
|
| 797 |
+
},
|
| 798 |
+
{
|
| 799 |
+
"grad_norm": 0.2396756261587143,
|
| 800 |
+
"learning_rate": 8.801492854656536e-05,
|
| 801 |
+
"loss": 0.047,
|
| 802 |
+
"step": 1320
|
| 803 |
+
},
|
| 804 |
+
{
|
| 805 |
+
"grad_norm": 0.2990108132362366,
|
| 806 |
+
"learning_rate": 8.779928853988268e-05,
|
| 807 |
+
"loss": 0.0422,
|
| 808 |
+
"step": 1330
|
| 809 |
+
},
|
| 810 |
+
{
|
| 811 |
+
"grad_norm": 0.25585711002349854,
|
| 812 |
+
"learning_rate": 8.758199506986655e-05,
|
| 813 |
+
"loss": 0.0443,
|
| 814 |
+
"step": 1340
|
| 815 |
+
},
|
| 816 |
+
{
|
| 817 |
+
"grad_norm": 0.2606576681137085,
|
| 818 |
+
"learning_rate": 8.73630576416373e-05,
|
| 819 |
+
"loss": 0.0399,
|
| 820 |
+
"step": 1350
|
| 821 |
+
},
|
| 822 |
+
{
|
| 823 |
+
"grad_norm": 0.43027952313423157,
|
| 824 |
+
"learning_rate": 8.714248583222726e-05,
|
| 825 |
+
"loss": 0.0449,
|
| 826 |
+
"step": 1360
|
| 827 |
+
},
|
| 828 |
+
{
|
| 829 |
+
"grad_norm": 0.3107929229736328,
|
| 830 |
+
"learning_rate": 8.692028929016196e-05,
|
| 831 |
+
"loss": 0.039,
|
| 832 |
+
"step": 1370
|
| 833 |
+
},
|
| 834 |
+
{
|
| 835 |
+
"grad_norm": 0.26511290669441223,
|
| 836 |
+
"learning_rate": 8.669647773503797e-05,
|
| 837 |
+
"loss": 0.0466,
|
| 838 |
+
"step": 1380
|
| 839 |
+
},
|
| 840 |
+
{
|
| 841 |
+
"grad_norm": 0.40483543276786804,
|
| 842 |
+
"learning_rate": 8.647106095709773e-05,
|
| 843 |
+
"loss": 0.04,
|
| 844 |
+
"step": 1390
|
| 845 |
+
},
|
| 846 |
+
{
|
| 847 |
+
"grad_norm": 0.3609035909175873,
|
| 848 |
+
"learning_rate": 8.624404881680139e-05,
|
| 849 |
+
"loss": 0.0468,
|
| 850 |
+
"step": 1400
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"grad_norm": 0.3585107624530792,
|
| 854 |
+
"learning_rate": 8.601545124439535e-05,
|
| 855 |
+
"loss": 0.0396,
|
| 856 |
+
"step": 1410
|
| 857 |
+
},
|
| 858 |
+
{
|
| 859 |
+
"grad_norm": 0.39873549342155457,
|
| 860 |
+
"learning_rate": 8.5785278239478e-05,
|
| 861 |
+
"loss": 0.0506,
|
| 862 |
+
"step": 1420
|
| 863 |
+
},
|
| 864 |
+
{
|
| 865 |
+
"grad_norm": 0.26610010862350464,
|
| 866 |
+
"learning_rate": 8.555353987056224e-05,
|
| 867 |
+
"loss": 0.0446,
|
| 868 |
+
"step": 1430
|
| 869 |
+
},
|
| 870 |
+
{
|
| 871 |
+
"grad_norm": 0.29464486241340637,
|
| 872 |
+
"learning_rate": 8.532024627463505e-05,
|
| 873 |
+
"loss": 0.0449,
|
| 874 |
+
"step": 1440
|
| 875 |
+
},
|
| 876 |
+
{
|
| 877 |
+
"grad_norm": 0.3142518699169159,
|
| 878 |
+
"learning_rate": 8.508540765671407e-05,
|
| 879 |
+
"loss": 0.0449,
|
| 880 |
+
"step": 1450
|
| 881 |
+
},
|
| 882 |
+
{
|
| 883 |
+
"grad_norm": 0.3424524962902069,
|
| 884 |
+
"learning_rate": 8.484903428940121e-05,
|
| 885 |
+
"loss": 0.0462,
|
| 886 |
+
"step": 1460
|
| 887 |
+
},
|
| 888 |
+
{
|
| 889 |
+
"grad_norm": 0.4664880037307739,
|
| 890 |
+
"learning_rate": 8.461113651243334e-05,
|
| 891 |
+
"loss": 0.0499,
|
| 892 |
+
"step": 1470
|
| 893 |
+
},
|
| 894 |
+
{
|
| 895 |
+
"grad_norm": 0.28201568126678467,
|
| 896 |
+
"learning_rate": 8.437172473222987e-05,
|
| 897 |
+
"loss": 0.0467,
|
| 898 |
+
"step": 1480
|
| 899 |
+
},
|
| 900 |
+
{
|
| 901 |
+
"grad_norm": 0.4245680868625641,
|
| 902 |
+
"learning_rate": 8.413080942143767e-05,
|
| 903 |
+
"loss": 0.0439,
|
| 904 |
+
"step": 1490
|
| 905 |
+
},
|
| 906 |
+
{
|
| 907 |
+
"grad_norm": 0.42034053802490234,
|
| 908 |
+
"learning_rate": 8.388840111847288e-05,
|
| 909 |
+
"loss": 0.0532,
|
| 910 |
+
"step": 1500
|
| 911 |
+
},
|
| 912 |
+
{
|
| 913 |
+
"grad_norm": 0.3836017847061157,
|
| 914 |
+
"learning_rate": 8.364451042705998e-05,
|
| 915 |
+
"loss": 0.049,
|
| 916 |
+
"step": 1510
|
| 917 |
+
},
|
| 918 |
+
{
|
| 919 |
+
"grad_norm": 0.26328060030937195,
|
| 920 |
+
"learning_rate": 8.33991480157679e-05,
|
| 921 |
+
"loss": 0.0427,
|
| 922 |
+
"step": 1520
|
| 923 |
+
},
|
| 924 |
+
{
|
| 925 |
+
"grad_norm": 0.38004162907600403,
|
| 926 |
+
"learning_rate": 8.315232461754338e-05,
|
| 927 |
+
"loss": 0.0473,
|
| 928 |
+
"step": 1530
|
| 929 |
+
},
|
| 930 |
+
{
|
| 931 |
+
"grad_norm": 0.45609551668167114,
|
| 932 |
+
"learning_rate": 8.290405102924144e-05,
|
| 933 |
+
"loss": 0.0533,
|
| 934 |
+
"step": 1540
|
| 935 |
+
},
|
| 936 |
+
{
|
| 937 |
+
"grad_norm": 0.20536701381206512,
|
| 938 |
+
"learning_rate": 8.265433811115316e-05,
|
| 939 |
+
"loss": 0.0436,
|
| 940 |
+
"step": 1550
|
| 941 |
+
},
|
| 942 |
+
{
|
| 943 |
+
"grad_norm": 0.3798106908798218,
|
| 944 |
+
"learning_rate": 8.240319678653049e-05,
|
| 945 |
+
"loss": 0.0439,
|
| 946 |
+
"step": 1560
|
| 947 |
+
},
|
| 948 |
+
{
|
| 949 |
+
"grad_norm": 0.28516557812690735,
|
| 950 |
+
"learning_rate": 8.215063804110857e-05,
|
| 951 |
+
"loss": 0.0425,
|
| 952 |
+
"step": 1570
|
| 953 |
+
},
|
| 954 |
+
{
|
| 955 |
+
"grad_norm": 0.27644988894462585,
|
| 956 |
+
"learning_rate": 8.189667292262512e-05,
|
| 957 |
+
"loss": 0.0403,
|
| 958 |
+
"step": 1580
|
| 959 |
+
},
|
| 960 |
+
{
|
| 961 |
+
"grad_norm": 0.40204596519470215,
|
| 962 |
+
"learning_rate": 8.164131254033716e-05,
|
| 963 |
+
"loss": 0.0474,
|
| 964 |
+
"step": 1590
|
| 965 |
+
},
|
| 966 |
+
{
|
| 967 |
+
"grad_norm": 0.43881192803382874,
|
| 968 |
+
"learning_rate": 8.138456806453503e-05,
|
| 969 |
+
"loss": 0.0403,
|
| 970 |
+
"step": 1600
|
| 971 |
+
},
|
| 972 |
+
{
|
| 973 |
+
"grad_norm": 0.2845113277435303,
|
| 974 |
+
"learning_rate": 8.112645072605386e-05,
|
| 975 |
+
"loss": 0.0392,
|
| 976 |
+
"step": 1610
|
| 977 |
+
},
|
| 978 |
+
{
|
| 979 |
+
"grad_norm": 0.29198166728019714,
|
| 980 |
+
"learning_rate": 8.086697181578222e-05,
|
| 981 |
+
"loss": 0.0348,
|
| 982 |
+
"step": 1620
|
| 983 |
+
},
|
| 984 |
+
{
|
| 985 |
+
"grad_norm": 0.3617711663246155,
|
| 986 |
+
"learning_rate": 8.060614268416823e-05,
|
| 987 |
+
"loss": 0.0376,
|
| 988 |
+
"step": 1630
|
| 989 |
+
},
|
| 990 |
+
{
|
| 991 |
+
"grad_norm": 0.404875785112381,
|
| 992 |
+
"learning_rate": 8.034397474072309e-05,
|
| 993 |
+
"loss": 0.0454,
|
| 994 |
+
"step": 1640
|
| 995 |
+
},
|
| 996 |
+
{
|
| 997 |
+
"grad_norm": 0.22489239275455475,
|
| 998 |
+
"learning_rate": 8.008047945352193e-05,
|
| 999 |
+
"loss": 0.0425,
|
| 1000 |
+
"step": 1650
|
| 1001 |
+
},
|
| 1002 |
+
{
|
| 1003 |
+
"grad_norm": 0.27072638273239136,
|
| 1004 |
+
"learning_rate": 7.981566834870225e-05,
|
| 1005 |
+
"loss": 0.0383,
|
| 1006 |
+
"step": 1660
|
| 1007 |
+
},
|
| 1008 |
+
{
|
| 1009 |
+
"grad_norm": 0.24278584122657776,
|
| 1010 |
+
"learning_rate": 7.954955300995961e-05,
|
| 1011 |
+
"loss": 0.0421,
|
| 1012 |
+
"step": 1670
|
| 1013 |
+
},
|
| 1014 |
+
{
|
| 1015 |
+
"grad_norm": 0.3021833002567291,
|
| 1016 |
+
"learning_rate": 7.928214507804104e-05,
|
| 1017 |
+
"loss": 0.0429,
|
| 1018 |
+
"step": 1680
|
| 1019 |
+
},
|
| 1020 |
+
{
|
| 1021 |
+
"grad_norm": 0.38383153080940247,
|
| 1022 |
+
"learning_rate": 7.901345625023576e-05,
|
| 1023 |
+
"loss": 0.0436,
|
| 1024 |
+
"step": 1690
|
| 1025 |
+
},
|
| 1026 |
+
{
|
| 1027 |
+
"grad_norm": 0.510800838470459,
|
| 1028 |
+
"learning_rate": 7.874349827986354e-05,
|
| 1029 |
+
"loss": 0.0414,
|
| 1030 |
+
"step": 1700
|
| 1031 |
+
},
|
| 1032 |
+
{
|
| 1033 |
+
"grad_norm": 0.3297543525695801,
|
| 1034 |
+
"learning_rate": 7.847228297576053e-05,
|
| 1035 |
+
"loss": 0.0436,
|
| 1036 |
+
"step": 1710
|
| 1037 |
+
},
|
| 1038 |
+
{
|
| 1039 |
+
"grad_norm": 0.244502454996109,
|
| 1040 |
+
"learning_rate": 7.819982220176276e-05,
|
| 1041 |
+
"loss": 0.0453,
|
| 1042 |
+
"step": 1720
|
| 1043 |
+
},
|
| 1044 |
+
{
|
| 1045 |
+
"grad_norm": 0.4956775903701782,
|
| 1046 |
+
"learning_rate": 7.792612787618714e-05,
|
| 1047 |
+
"loss": 0.0466,
|
| 1048 |
+
"step": 1730
|
| 1049 |
+
},
|
| 1050 |
+
{
|
| 1051 |
+
"grad_norm": 0.25343015789985657,
|
| 1052 |
+
"learning_rate": 7.765121197131009e-05,
|
| 1053 |
+
"loss": 0.0424,
|
| 1054 |
+
"step": 1740
|
| 1055 |
+
},
|
| 1056 |
+
{
|
| 1057 |
+
"grad_norm": 0.26113173365592957,
|
| 1058 |
+
"learning_rate": 7.737508651284391e-05,
|
| 1059 |
+
"loss": 0.0416,
|
| 1060 |
+
"step": 1750
|
| 1061 |
+
},
|
| 1062 |
+
{
|
| 1063 |
+
"grad_norm": 0.2182377576828003,
|
| 1064 |
+
"learning_rate": 7.709776357941069e-05,
|
| 1065 |
+
"loss": 0.0441,
|
| 1066 |
+
"step": 1760
|
| 1067 |
+
},
|
| 1068 |
+
{
|
| 1069 |
+
"grad_norm": 0.3971315026283264,
|
| 1070 |
+
"learning_rate": 7.681925530201392e-05,
|
| 1071 |
+
"loss": 0.0438,
|
| 1072 |
+
"step": 1770
|
| 1073 |
+
},
|
| 1074 |
+
{
|
| 1075 |
+
"grad_norm": 0.28176161646842957,
|
| 1076 |
+
"learning_rate": 7.65395738635079e-05,
|
| 1077 |
+
"loss": 0.0408,
|
| 1078 |
+
"step": 1780
|
| 1079 |
+
},
|
| 1080 |
+
{
|
| 1081 |
+
"grad_norm": 0.34179630875587463,
|
| 1082 |
+
"learning_rate": 7.62587314980648e-05,
|
| 1083 |
+
"loss": 0.0479,
|
| 1084 |
+
"step": 1790
|
| 1085 |
+
},
|
| 1086 |
+
{
|
| 1087 |
+
"grad_norm": 0.32931986451148987,
|
| 1088 |
+
"learning_rate": 7.597674049063947e-05,
|
| 1089 |
+
"loss": 0.0429,
|
| 1090 |
+
"step": 1800
|
| 1091 |
+
},
|
| 1092 |
+
{
|
| 1093 |
+
"grad_norm": 0.39432066679000854,
|
| 1094 |
+
"learning_rate": 7.569361317643211e-05,
|
| 1095 |
+
"loss": 0.0431,
|
| 1096 |
+
"step": 1810
|
| 1097 |
+
},
|
| 1098 |
+
{
|
| 1099 |
+
"grad_norm": 0.3576849699020386,
|
| 1100 |
+
"learning_rate": 7.540936194034865e-05,
|
| 1101 |
+
"loss": 0.0384,
|
| 1102 |
+
"step": 1820
|
| 1103 |
+
},
|
| 1104 |
+
{
|
| 1105 |
+
"grad_norm": 0.23606491088867188,
|
| 1106 |
+
"learning_rate": 7.512399921645901e-05,
|
| 1107 |
+
"loss": 0.0357,
|
| 1108 |
+
"step": 1830
|
| 1109 |
+
},
|
| 1110 |
+
{
|
| 1111 |
+
"grad_norm": 0.2227422446012497,
|
| 1112 |
+
"learning_rate": 7.483753748745317e-05,
|
| 1113 |
+
"loss": 0.0367,
|
| 1114 |
+
"step": 1840
|
| 1115 |
+
},
|
| 1116 |
+
{
|
| 1117 |
+
"grad_norm": 0.2424551248550415,
|
| 1118 |
+
"learning_rate": 7.454998928409516e-05,
|
| 1119 |
+
"loss": 0.0385,
|
| 1120 |
+
"step": 1850
|
| 1121 |
+
},
|
| 1122 |
+
{
|
| 1123 |
+
"grad_norm": 0.33607348799705505,
|
| 1124 |
+
"learning_rate": 7.426136718467493e-05,
|
| 1125 |
+
"loss": 0.0412,
|
| 1126 |
+
"step": 1860
|
| 1127 |
+
},
|
| 1128 |
+
{
|
| 1129 |
+
"grad_norm": 0.2656790018081665,
|
| 1130 |
+
"learning_rate": 7.397168381445812e-05,
|
| 1131 |
+
"loss": 0.0402,
|
| 1132 |
+
"step": 1870
|
| 1133 |
+
},
|
| 1134 |
+
{
|
| 1135 |
+
"grad_norm": 0.27483707666397095,
|
| 1136 |
+
"learning_rate": 7.368095184513377e-05,
|
| 1137 |
+
"loss": 0.0332,
|
| 1138 |
+
"step": 1880
|
| 1139 |
+
},
|
| 1140 |
+
{
|
| 1141 |
+
"grad_norm": 0.32864516973495483,
|
| 1142 |
+
"learning_rate": 7.338918399426005e-05,
|
| 1143 |
+
"loss": 0.0352,
|
| 1144 |
+
"step": 1890
|
| 1145 |
+
},
|
| 1146 |
+
{
|
| 1147 |
+
"grad_norm": 0.2956995964050293,
|
| 1148 |
+
"learning_rate": 7.309639302470801e-05,
|
| 1149 |
+
"loss": 0.0464,
|
| 1150 |
+
"step": 1900
|
| 1151 |
+
},
|
| 1152 |
+
{
|
| 1153 |
+
"grad_norm": 0.3073318302631378,
|
| 1154 |
+
"learning_rate": 7.280259174410312e-05,
|
| 1155 |
+
"loss": 0.0378,
|
| 1156 |
+
"step": 1910
|
| 1157 |
+
},
|
| 1158 |
+
{
|
| 1159 |
+
"grad_norm": 0.3206455409526825,
|
| 1160 |
+
"learning_rate": 7.250779300426517e-05,
|
| 1161 |
+
"loss": 0.0428,
|
| 1162 |
+
"step": 1920
|
| 1163 |
+
},
|
| 1164 |
+
{
|
| 1165 |
+
"grad_norm": 0.40320953726768494,
|
| 1166 |
+
"learning_rate": 7.22120097006461e-05,
|
| 1167 |
+
"loss": 0.0434,
|
| 1168 |
+
"step": 1930
|
| 1169 |
+
},
|
| 1170 |
+
{
|
| 1171 |
+
"grad_norm": 0.2006569355726242,
|
| 1172 |
+
"learning_rate": 7.191525477176577e-05,
|
| 1173 |
+
"loss": 0.0367,
|
| 1174 |
+
"step": 1940
|
| 1175 |
+
},
|
| 1176 |
+
{
|
| 1177 |
+
"grad_norm": 0.26202642917633057,
|
| 1178 |
+
"learning_rate": 7.161754119864616e-05,
|
| 1179 |
+
"loss": 0.0387,
|
| 1180 |
+
"step": 1950
|
| 1181 |
+
},
|
| 1182 |
+
{
|
| 1183 |
+
"grad_norm": 0.36526966094970703,
|
| 1184 |
+
"learning_rate": 7.131888200424339e-05,
|
| 1185 |
+
"loss": 0.0344,
|
| 1186 |
+
"step": 1960
|
| 1187 |
+
},
|
| 1188 |
+
{
|
| 1189 |
+
"grad_norm": 0.3327760696411133,
|
| 1190 |
+
"learning_rate": 7.101929025287816e-05,
|
| 1191 |
+
"loss": 0.0401,
|
| 1192 |
+
"step": 1970
|
| 1193 |
+
},
|
| 1194 |
+
{
|
| 1195 |
+
"grad_norm": 0.36563345789909363,
|
| 1196 |
+
"learning_rate": 7.071877904966423e-05,
|
| 1197 |
+
"loss": 0.0474,
|
| 1198 |
+
"step": 1980
|
| 1199 |
+
},
|
| 1200 |
+
{
|
| 1201 |
+
"grad_norm": 0.27546799182891846,
|
| 1202 |
+
"learning_rate": 7.04173615399351e-05,
|
| 1203 |
+
"loss": 0.0376,
|
| 1204 |
+
"step": 1990
|
| 1205 |
+
},
|
| 1206 |
+
{
|
| 1207 |
+
"grad_norm": 0.3782268464565277,
|
| 1208 |
+
"learning_rate": 7.011505090866913e-05,
|
| 1209 |
+
"loss": 0.0324,
|
| 1210 |
+
"step": 2000
|
| 1211 |
+
},
|
| 1212 |
+
{
|
| 1213 |
+
"grad_norm": 0.43527549505233765,
|
| 1214 |
+
"learning_rate": 6.981186037991271e-05,
|
| 1215 |
+
"loss": 0.0358,
|
| 1216 |
+
"step": 2010
|
| 1217 |
+
},
|
| 1218 |
+
{
|
| 1219 |
+
"grad_norm": 0.327829509973526,
|
| 1220 |
+
"learning_rate": 6.950780321620174e-05,
|
| 1221 |
+
"loss": 0.0396,
|
| 1222 |
+
"step": 2020
|
| 1223 |
+
},
|
| 1224 |
+
{
|
| 1225 |
+
"grad_norm": 0.3114089369773865,
|
| 1226 |
+
"learning_rate": 6.920289271798157e-05,
|
| 1227 |
+
"loss": 0.04,
|
| 1228 |
+
"step": 2030
|
| 1229 |
+
},
|
| 1230 |
+
{
|
| 1231 |
+
"grad_norm": 0.34222158789634705,
|
| 1232 |
+
"learning_rate": 6.889714222302517e-05,
|
| 1233 |
+
"loss": 0.0417,
|
| 1234 |
+
"step": 2040
|
| 1235 |
+
},
|
| 1236 |
+
{
|
| 1237 |
+
"grad_norm": 0.19661477208137512,
|
| 1238 |
+
"learning_rate": 6.85905651058497e-05,
|
| 1239 |
+
"loss": 0.0395,
|
| 1240 |
+
"step": 2050
|
| 1241 |
+
},
|
| 1242 |
+
{
|
| 1243 |
+
"grad_norm": 0.28478899598121643,
|
| 1244 |
+
"learning_rate": 6.82831747771314e-05,
|
| 1245 |
+
"loss": 0.0343,
|
| 1246 |
+
"step": 2060
|
| 1247 |
+
},
|
| 1248 |
+
{
|
| 1249 |
+
"grad_norm": 0.32954296469688416,
|
| 1250 |
+
"learning_rate": 6.797498468311907e-05,
|
| 1251 |
+
"loss": 0.0331,
|
| 1252 |
+
"step": 2070
|
| 1253 |
+
},
|
| 1254 |
+
{
|
| 1255 |
+
"grad_norm": 0.21166834235191345,
|
| 1256 |
+
"learning_rate": 6.766600830504585e-05,
|
| 1257 |
+
"loss": 0.0328,
|
| 1258 |
+
"step": 2080
|
| 1259 |
+
},
|
| 1260 |
+
{
|
| 1261 |
+
"grad_norm": 0.2743442952632904,
|
| 1262 |
+
"learning_rate": 6.735625915853942e-05,
|
| 1263 |
+
"loss": 0.0374,
|
| 1264 |
+
"step": 2090
|
| 1265 |
+
},
|
| 1266 |
+
{
|
| 1267 |
+
"grad_norm": 0.23425710201263428,
|
| 1268 |
+
"learning_rate": 6.70457507930309e-05,
|
| 1269 |
+
"loss": 0.0299,
|
| 1270 |
+
"step": 2100
|
| 1271 |
+
},
|
| 1272 |
+
{
|
| 1273 |
+
"grad_norm": 0.26980066299438477,
|
| 1274 |
+
"learning_rate": 6.673449679116215e-05,
|
| 1275 |
+
"loss": 0.0343,
|
| 1276 |
+
"step": 2110
|
| 1277 |
+
},
|
| 1278 |
+
{
|
| 1279 |
+
"grad_norm": 0.3023163080215454,
|
| 1280 |
+
"learning_rate": 6.642251076819148e-05,
|
| 1281 |
+
"loss": 0.0357,
|
| 1282 |
+
"step": 2120
|
| 1283 |
+
},
|
| 1284 |
+
{
|
| 1285 |
+
"grad_norm": 0.22990819811820984,
|
| 1286 |
+
"learning_rate": 6.610980637139827e-05,
|
| 1287 |
+
"loss": 0.0357,
|
| 1288 |
+
"step": 2130
|
| 1289 |
+
},
|
| 1290 |
+
{
|
| 1291 |
+
"grad_norm": 0.20696483552455902,
|
| 1292 |
+
"learning_rate": 6.579639727948583e-05,
|
| 1293 |
+
"loss": 0.0368,
|
| 1294 |
+
"step": 2140
|
| 1295 |
+
},
|
| 1296 |
+
{
|
| 1297 |
+
"grad_norm": 0.2658112645149231,
|
| 1298 |
+
"learning_rate": 6.548229720198315e-05,
|
| 1299 |
+
"loss": 0.0391,
|
| 1300 |
+
"step": 2150
|
| 1301 |
+
},
|
| 1302 |
+
{
|
| 1303 |
+
"grad_norm": 0.3075551986694336,
|
| 1304 |
+
"learning_rate": 6.516751987864517e-05,
|
| 1305 |
+
"loss": 0.0337,
|
| 1306 |
+
"step": 2160
|
| 1307 |
+
},
|
| 1308 |
+
{
|
| 1309 |
+
"grad_norm": 0.3634116053581238,
|
| 1310 |
+
"learning_rate": 6.485207907885175e-05,
|
| 1311 |
+
"loss": 0.0353,
|
| 1312 |
+
"step": 2170
|
| 1313 |
+
},
|
| 1314 |
+
{
|
| 1315 |
+
"grad_norm": 0.2967609763145447,
|
| 1316 |
+
"learning_rate": 6.453598860100536e-05,
|
| 1317 |
+
"loss": 0.0386,
|
| 1318 |
+
"step": 2180
|
| 1319 |
+
},
|
| 1320 |
+
{
|
| 1321 |
+
"grad_norm": 0.19808591902256012,
|
| 1322 |
+
"learning_rate": 6.421926227192749e-05,
|
| 1323 |
+
"loss": 0.0316,
|
| 1324 |
+
"step": 2190
|
| 1325 |
+
},
|
| 1326 |
+
{
|
| 1327 |
+
"grad_norm": 0.29046621918678284,
|
| 1328 |
+
"learning_rate": 6.390191394625381e-05,
|
| 1329 |
+
"loss": 0.0348,
|
| 1330 |
+
"step": 2200
|
| 1331 |
+
},
|
| 1332 |
+
{
|
| 1333 |
+
"grad_norm": 0.3192194700241089,
|
| 1334 |
+
"learning_rate": 6.358395750582817e-05,
|
| 1335 |
+
"loss": 0.0332,
|
| 1336 |
+
"step": 2210
|
| 1337 |
+
},
|
| 1338 |
+
{
|
| 1339 |
+
"grad_norm": 0.4521180987358093,
|
| 1340 |
+
"learning_rate": 6.326540685909532e-05,
|
| 1341 |
+
"loss": 0.0378,
|
| 1342 |
+
"step": 2220
|
| 1343 |
+
},
|
| 1344 |
+
{
|
| 1345 |
+
"grad_norm": 0.2575896680355072,
|
| 1346 |
+
"learning_rate": 6.294627594049249e-05,
|
| 1347 |
+
"loss": 0.0402,
|
| 1348 |
+
"step": 2230
|
| 1349 |
+
},
|
| 1350 |
+
{
|
| 1351 |
+
"grad_norm": 0.19322504103183746,
|
| 1352 |
+
"learning_rate": 6.262657870983989e-05,
|
| 1353 |
+
"loss": 0.0302,
|
| 1354 |
+
"step": 2240
|
| 1355 |
+
},
|
| 1356 |
+
{
|
| 1357 |
+
"grad_norm": 0.29969140887260437,
|
| 1358 |
+
"learning_rate": 6.230632915173009e-05,
|
| 1359 |
+
"loss": 0.039,
|
| 1360 |
+
"step": 2250
|
| 1361 |
+
},
|
| 1362 |
+
{
|
| 1363 |
+
"grad_norm": 0.3442073464393616,
|
| 1364 |
+
"learning_rate": 6.198554127491622e-05,
|
| 1365 |
+
"loss": 0.0356,
|
| 1366 |
+
"step": 2260
|
| 1367 |
+
},
|
| 1368 |
+
{
|
| 1369 |
+
"grad_norm": 0.4116600453853607,
|
| 1370 |
+
"learning_rate": 6.166422911169923e-05,
|
| 1371 |
+
"loss": 0.0318,
|
| 1372 |
+
"step": 2270
|
| 1373 |
+
},
|
| 1374 |
+
{
|
| 1375 |
+
"grad_norm": 0.2713433504104614,
|
| 1376 |
+
"learning_rate": 6.1342406717314e-05,
|
| 1377 |
+
"loss": 0.0391,
|
| 1378 |
+
"step": 2280
|
| 1379 |
+
},
|
| 1380 |
+
{
|
| 1381 |
+
"grad_norm": 0.30095675587654114,
|
| 1382 |
+
"learning_rate": 6.102008816931466e-05,
|
| 1383 |
+
"loss": 0.0376,
|
| 1384 |
+
"step": 2290
|
| 1385 |
+
},
|
| 1386 |
+
{
|
| 1387 |
+
"grad_norm": 0.332207590341568,
|
| 1388 |
+
"learning_rate": 6.069728756695866e-05,
|
| 1389 |
+
"loss": 0.0313,
|
| 1390 |
+
"step": 2300
|
| 1391 |
+
},
|
| 1392 |
+
{
|
| 1393 |
+
"grad_norm": 0.2808273136615753,
|
| 1394 |
+
"learning_rate": 6.037401903059008e-05,
|
| 1395 |
+
"loss": 0.0356,
|
| 1396 |
+
"step": 2310
|
| 1397 |
+
},
|
| 1398 |
+
{
|
| 1399 |
+
"grad_norm": 0.2504296898841858,
|
| 1400 |
+
"learning_rate": 6.005029670102195e-05,
|
| 1401 |
+
"loss": 0.0277,
|
| 1402 |
+
"step": 2320
|
| 1403 |
+
},
|
| 1404 |
+
{
|
| 1405 |
+
"grad_norm": 0.3681153953075409,
|
| 1406 |
+
"learning_rate": 5.972613473891766e-05,
|
| 1407 |
+
"loss": 0.0427,
|
| 1408 |
+
"step": 2330
|
| 1409 |
+
},
|
| 1410 |
+
{
|
| 1411 |
+
"grad_norm": 0.42227885127067566,
|
| 1412 |
+
"learning_rate": 5.940154732417158e-05,
|
| 1413 |
+
"loss": 0.0338,
|
| 1414 |
+
"step": 2340
|
| 1415 |
+
},
|
| 1416 |
+
{
|
| 1417 |
+
"grad_norm": 0.4492588937282562,
|
| 1418 |
+
"learning_rate": 5.907654865528876e-05,
|
| 1419 |
+
"loss": 0.0382,
|
| 1420 |
+
"step": 2350
|
| 1421 |
+
},
|
| 1422 |
+
{
|
| 1423 |
+
"grad_norm": 0.3388882577419281,
|
| 1424 |
+
"learning_rate": 5.875115294876381e-05,
|
| 1425 |
+
"loss": 0.0309,
|
| 1426 |
+
"step": 2360
|
| 1427 |
+
},
|
| 1428 |
+
{
|
| 1429 |
+
"grad_norm": 0.34087541699409485,
|
| 1430 |
+
"learning_rate": 5.842537443845908e-05,
|
| 1431 |
+
"loss": 0.0346,
|
| 1432 |
+
"step": 2370
|
| 1433 |
+
},
|
| 1434 |
+
{
|
| 1435 |
+
"grad_norm": 0.3469429910182953,
|
| 1436 |
+
"learning_rate": 5.809922737498198e-05,
|
| 1437 |
+
"loss": 0.0284,
|
| 1438 |
+
"step": 2380
|
| 1439 |
+
},
|
| 1440 |
+
{
|
| 1441 |
+
"grad_norm": 0.2134752869606018,
|
| 1442 |
+
"learning_rate": 5.777272602506165e-05,
|
| 1443 |
+
"loss": 0.0365,
|
| 1444 |
+
"step": 2390
|
| 1445 |
+
},
|
| 1446 |
+
{
|
| 1447 |
+
"grad_norm": 0.3818526864051819,
|
| 1448 |
+
"learning_rate": 5.744588467092483e-05,
|
| 1449 |
+
"loss": 0.0383,
|
| 1450 |
+
"step": 2400
|
| 1451 |
+
},
|
| 1452 |
+
{
|
| 1453 |
+
"grad_norm": 0.2888863980770111,
|
| 1454 |
+
"learning_rate": 5.7118717609671194e-05,
|
| 1455 |
+
"loss": 0.0301,
|
| 1456 |
+
"step": 2410
|
| 1457 |
+
},
|
| 1458 |
+
{
|
| 1459 |
+
"grad_norm": 0.2873191237449646,
|
| 1460 |
+
"learning_rate": 5.679123915264786e-05,
|
| 1461 |
+
"loss": 0.033,
|
| 1462 |
+
"step": 2420
|
| 1463 |
+
},
|
| 1464 |
+
{
|
| 1465 |
+
"grad_norm": 0.23120439052581787,
|
| 1466 |
+
"learning_rate": 5.646346362482342e-05,
|
| 1467 |
+
"loss": 0.0311,
|
| 1468 |
+
"step": 2430
|
| 1469 |
+
},
|
| 1470 |
+
{
|
| 1471 |
+
"grad_norm": 0.34765511751174927,
|
| 1472 |
+
"learning_rate": 5.613540536416132e-05,
|
| 1473 |
+
"loss": 0.0289,
|
| 1474 |
+
"step": 2440
|
| 1475 |
+
},
|
| 1476 |
+
{
|
| 1477 |
+
"grad_norm": 0.39259421825408936,
|
| 1478 |
+
"learning_rate": 5.5807078720992645e-05,
|
| 1479 |
+
"loss": 0.0354,
|
| 1480 |
+
"step": 2450
|
| 1481 |
+
},
|
| 1482 |
+
{
|
| 1483 |
+
"grad_norm": 0.257591187953949,
|
| 1484 |
+
"learning_rate": 5.547849805738836e-05,
|
| 1485 |
+
"loss": 0.0368,
|
| 1486 |
+
"step": 2460
|
| 1487 |
+
},
|
| 1488 |
+
{
|
| 1489 |
+
"grad_norm": 0.25859981775283813,
|
| 1490 |
+
"learning_rate": 5.514967774653118e-05,
|
| 1491 |
+
"loss": 0.0302,
|
| 1492 |
+
"step": 2470
|
| 1493 |
+
},
|
| 1494 |
+
{
|
| 1495 |
+
"grad_norm": 0.20701059699058533,
|
| 1496 |
+
"learning_rate": 5.482063217208674e-05,
|
| 1497 |
+
"loss": 0.0294,
|
| 1498 |
+
"step": 2480
|
| 1499 |
+
},
|
| 1500 |
+
{
|
| 1501 |
+
"grad_norm": 0.351088285446167,
|
| 1502 |
+
"learning_rate": 5.449137572757439e-05,
|
| 1503 |
+
"loss": 0.027,
|
| 1504 |
+
"step": 2490
|
| 1505 |
+
},
|
| 1506 |
+
{
|
| 1507 |
+
"grad_norm": 0.2970297932624817,
|
| 1508 |
+
"learning_rate": 5.4161922815737696e-05,
|
| 1509 |
+
"loss": 0.0352,
|
| 1510 |
+
"step": 2500
|
| 1511 |
+
},
|
| 1512 |
+
{
|
| 1513 |
+
"grad_norm": 0.22500845789909363,
|
| 1514 |
+
"learning_rate": 5.3832287847914276e-05,
|
| 1515 |
+
"loss": 0.0344,
|
| 1516 |
+
"step": 2510
|
| 1517 |
+
},
|
| 1518 |
+
{
|
| 1519 |
+
"grad_norm": 0.1831464320421219,
|
| 1520 |
+
"learning_rate": 5.35024852434055e-05,
|
| 1521 |
+
"loss": 0.0277,
|
| 1522 |
+
"step": 2520
|
| 1523 |
+
},
|
| 1524 |
+
{
|
| 1525 |
+
"grad_norm": 0.2711646258831024,
|
| 1526 |
+
"learning_rate": 5.317252942884567e-05,
|
| 1527 |
+
"loss": 0.0286,
|
| 1528 |
+
"step": 2530
|
| 1529 |
+
},
|
| 1530 |
+
{
|
| 1531 |
+
"grad_norm": 0.30330950021743774,
|
| 1532 |
+
"learning_rate": 5.284243483757109e-05,
|
| 1533 |
+
"loss": 0.0346,
|
| 1534 |
+
"step": 2540
|
| 1535 |
+
},
|
| 1536 |
+
{
|
| 1537 |
+
"grad_norm": 0.293664813041687,
|
| 1538 |
+
"learning_rate": 5.2512215908988484e-05,
|
| 1539 |
+
"loss": 0.0343,
|
| 1540 |
+
"step": 2550
|
| 1541 |
+
},
|
| 1542 |
+
{
|
| 1543 |
+
"grad_norm": 0.24688895046710968,
|
| 1544 |
+
"learning_rate": 5.218188708794357e-05,
|
| 1545 |
+
"loss": 0.0287,
|
| 1546 |
+
"step": 2560
|
| 1547 |
+
},
|
| 1548 |
+
{
|
| 1549 |
+
"grad_norm": 0.3329557776451111,
|
| 1550 |
+
"learning_rate": 5.18514628240891e-05,
|
| 1551 |
+
"loss": 0.0291,
|
| 1552 |
+
"step": 2570
|
| 1553 |
+
},
|
| 1554 |
+
{
|
| 1555 |
+
"grad_norm": 0.2306559830904007,
|
| 1556 |
+
"learning_rate": 5.1520957571252795e-05,
|
| 1557 |
+
"loss": 0.0305,
|
| 1558 |
+
"step": 2580
|
| 1559 |
+
},
|
| 1560 |
+
{
|
| 1561 |
+
"grad_norm": 0.2929078936576843,
|
| 1562 |
+
"learning_rate": 5.1190385786805106e-05,
|
| 1563 |
+
"loss": 0.0349,
|
| 1564 |
+
"step": 2590
|
| 1565 |
+
},
|
| 1566 |
+
{
|
| 1567 |
+
"grad_norm": 0.18607696890830994,
|
| 1568 |
+
"learning_rate": 5.085976193102677e-05,
|
| 1569 |
+
"loss": 0.0286,
|
| 1570 |
+
"step": 2600
|
| 1571 |
+
},
|
| 1572 |
+
{
|
| 1573 |
+
"grad_norm": 0.2675177752971649,
|
| 1574 |
+
"learning_rate": 5.052910046647634e-05,
|
| 1575 |
+
"loss": 0.0302,
|
| 1576 |
+
"step": 2610
|
| 1577 |
+
},
|
| 1578 |
+
{
|
| 1579 |
+
"grad_norm": 0.20251218974590302,
|
| 1580 |
+
"learning_rate": 5.0198415857357464e-05,
|
| 1581 |
+
"loss": 0.0285,
|
| 1582 |
+
"step": 2620
|
| 1583 |
+
},
|
| 1584 |
+
{
|
| 1585 |
+
"grad_norm": 0.19350293278694153,
|
| 1586 |
+
"learning_rate": 4.9867722568886223e-05,
|
| 1587 |
+
"loss": 0.0292,
|
| 1588 |
+
"step": 2630
|
| 1589 |
+
},
|
| 1590 |
+
{
|
| 1591 |
+
"grad_norm": 0.28456851840019226,
|
| 1592 |
+
"learning_rate": 4.9537035066658314e-05,
|
| 1593 |
+
"loss": 0.0263,
|
| 1594 |
+
"step": 2640
|
| 1595 |
+
},
|
| 1596 |
+
{
|
| 1597 |
+
"grad_norm": 0.26157236099243164,
|
| 1598 |
+
"learning_rate": 4.920636781601638e-05,
|
| 1599 |
+
"loss": 0.0321,
|
| 1600 |
+
"step": 2650
|
| 1601 |
+
},
|
| 1602 |
+
{
|
| 1603 |
+
"grad_norm": 0.25256747007369995,
|
| 1604 |
+
"learning_rate": 4.88757352814172e-05,
|
| 1605 |
+
"loss": 0.0359,
|
| 1606 |
+
"step": 2660
|
| 1607 |
+
},
|
| 1608 |
+
{
|
| 1609 |
+
"grad_norm": 0.1635654717683792,
|
| 1610 |
+
"learning_rate": 4.8545151925798924e-05,
|
| 1611 |
+
"loss": 0.0292,
|
| 1612 |
+
"step": 2670
|
| 1613 |
+
},
|
| 1614 |
+
{
|
| 1615 |
+
"grad_norm": 0.2764965891838074,
|
| 1616 |
+
"learning_rate": 4.821463220994848e-05,
|
| 1617 |
+
"loss": 0.0349,
|
| 1618 |
+
"step": 2680
|
| 1619 |
+
},
|
| 1620 |
+
{
|
| 1621 |
+
"grad_norm": 0.22119125723838806,
|
| 1622 |
+
"learning_rate": 4.788419059186895e-05,
|
| 1623 |
+
"loss": 0.0282,
|
| 1624 |
+
"step": 2690
|
| 1625 |
+
},
|
| 1626 |
+
{
|
| 1627 |
+
"grad_norm": 0.274278461933136,
|
| 1628 |
+
"learning_rate": 4.7553841526147205e-05,
|
| 1629 |
+
"loss": 0.0318,
|
| 1630 |
+
"step": 2700
|
| 1631 |
+
},
|
| 1632 |
+
{
|
| 1633 |
+
"grad_norm": 0.26557064056396484,
|
| 1634 |
+
"learning_rate": 4.722359946332156e-05,
|
| 1635 |
+
"loss": 0.0308,
|
| 1636 |
+
"step": 2710
|
| 1637 |
+
},
|
| 1638 |
+
{
|
| 1639 |
+
"grad_norm": 0.2745562493801117,
|
| 1640 |
+
"learning_rate": 4.6893478849249654e-05,
|
| 1641 |
+
"loss": 0.027,
|
| 1642 |
+
"step": 2720
|
| 1643 |
+
},
|
| 1644 |
+
{
|
| 1645 |
+
"grad_norm": 0.23878148198127747,
|
| 1646 |
+
"learning_rate": 4.656349412447664e-05,
|
| 1647 |
+
"loss": 0.0292,
|
| 1648 |
+
"step": 2730
|
| 1649 |
+
},
|
| 1650 |
+
{
|
| 1651 |
+
"grad_norm": 0.211318701505661,
|
| 1652 |
+
"learning_rate": 4.623365972360337e-05,
|
| 1653 |
+
"loss": 0.0297,
|
| 1654 |
+
"step": 2740
|
| 1655 |
+
},
|
| 1656 |
+
{
|
| 1657 |
+
"grad_norm": 0.1693108081817627,
|
| 1658 |
+
"learning_rate": 4.590399007465503e-05,
|
| 1659 |
+
"loss": 0.0269,
|
| 1660 |
+
"step": 2750
|
| 1661 |
+
},
|
| 1662 |
+
{
|
| 1663 |
+
"grad_norm": 0.24284867942333221,
|
| 1664 |
+
"learning_rate": 4.557449959845005e-05,
|
| 1665 |
+
"loss": 0.0293,
|
| 1666 |
+
"step": 2760
|
| 1667 |
+
},
|
| 1668 |
+
{
|
| 1669 |
+
"grad_norm": 0.3161594271659851,
|
| 1670 |
+
"learning_rate": 4.524520270796927e-05,
|
| 1671 |
+
"loss": 0.0254,
|
| 1672 |
+
"step": 2770
|
| 1673 |
+
},
|
| 1674 |
+
{
|
| 1675 |
+
"grad_norm": 0.3319292664527893,
|
| 1676 |
+
"learning_rate": 4.491611380772545e-05,
|
| 1677 |
+
"loss": 0.0254,
|
| 1678 |
+
"step": 2780
|
| 1679 |
+
},
|
| 1680 |
+
{
|
| 1681 |
+
"grad_norm": 0.18327000737190247,
|
| 1682 |
+
"learning_rate": 4.458724729313318e-05,
|
| 1683 |
+
"loss": 0.0255,
|
| 1684 |
+
"step": 2790
|
| 1685 |
+
},
|
| 1686 |
+
{
|
| 1687 |
+
"grad_norm": 0.23681236803531647,
|
| 1688 |
+
"learning_rate": 4.42586175498792e-05,
|
| 1689 |
+
"loss": 0.0299,
|
| 1690 |
+
"step": 2800
|
| 1691 |
+
},
|
| 1692 |
+
{
|
| 1693 |
+
"grad_norm": 0.19555073976516724,
|
| 1694 |
+
"learning_rate": 4.3930238953293094e-05,
|
| 1695 |
+
"loss": 0.0296,
|
| 1696 |
+
"step": 2810
|
| 1697 |
+
},
|
| 1698 |
+
{
|
| 1699 |
+
"grad_norm": 0.3946215510368347,
|
| 1700 |
+
"learning_rate": 4.360212586771847e-05,
|
| 1701 |
+
"loss": 0.0288,
|
| 1702 |
+
"step": 2820
|
| 1703 |
+
},
|
| 1704 |
+
{
|
| 1705 |
+
"grad_norm": 0.24904312193393707,
|
| 1706 |
+
"learning_rate": 4.327429264588463e-05,
|
| 1707 |
+
"loss": 0.0245,
|
| 1708 |
+
"step": 2830
|
| 1709 |
+
},
|
| 1710 |
+
{
|
| 1711 |
+
"grad_norm": 0.1730395257472992,
|
| 1712 |
+
"learning_rate": 4.2946753628278725e-05,
|
| 1713 |
+
"loss": 0.0268,
|
| 1714 |
+
"step": 2840
|
| 1715 |
+
},
|
| 1716 |
+
{
|
| 1717 |
+
"grad_norm": 0.24282491207122803,
|
| 1718 |
+
"learning_rate": 4.2619523142518474e-05,
|
| 1719 |
+
"loss": 0.0258,
|
| 1720 |
+
"step": 2850
|
| 1721 |
+
},
|
| 1722 |
+
{
|
| 1723 |
+
"grad_norm": 0.17457225918769836,
|
| 1724 |
+
"learning_rate": 4.229261550272539e-05,
|
| 1725 |
+
"loss": 0.0273,
|
| 1726 |
+
"step": 2860
|
| 1727 |
+
},
|
| 1728 |
+
{
|
| 1729 |
+
"grad_norm": 0.23483504354953766,
|
| 1730 |
+
"learning_rate": 4.196604500889868e-05,
|
| 1731 |
+
"loss": 0.0322,
|
| 1732 |
+
"step": 2870
|
| 1733 |
+
},
|
| 1734 |
+
{
|
| 1735 |
+
"grad_norm": 0.2152663916349411,
|
| 1736 |
+
"learning_rate": 4.163982594628969e-05,
|
| 1737 |
+
"loss": 0.0266,
|
| 1738 |
+
"step": 2880
|
| 1739 |
+
},
|
| 1740 |
+
{
|
| 1741 |
+
"grad_norm": 0.17791348695755005,
|
| 1742 |
+
"learning_rate": 4.131397258477702e-05,
|
| 1743 |
+
"loss": 0.0264,
|
| 1744 |
+
"step": 2890
|
| 1745 |
+
},
|
| 1746 |
+
{
|
| 1747 |
+
"grad_norm": 0.22545894980430603,
|
| 1748 |
+
"learning_rate": 4.0988499178242315e-05,
|
| 1749 |
+
"loss": 0.028,
|
| 1750 |
+
"step": 2900
|
| 1751 |
+
},
|
| 1752 |
+
{
|
| 1753 |
+
"grad_norm": 0.3103232681751251,
|
| 1754 |
+
"learning_rate": 4.066341996394678e-05,
|
| 1755 |
+
"loss": 0.0389,
|
| 1756 |
+
"step": 2910
|
| 1757 |
+
},
|
| 1758 |
+
{
|
| 1759 |
+
"grad_norm": 0.337921679019928,
|
| 1760 |
+
"learning_rate": 4.033874916190833e-05,
|
| 1761 |
+
"loss": 0.0273,
|
| 1762 |
+
"step": 2920
|
| 1763 |
+
},
|
| 1764 |
+
{
|
| 1765 |
+
"grad_norm": 0.21746782958507538,
|
| 1766 |
+
"learning_rate": 4.001450097427966e-05,
|
| 1767 |
+
"loss": 0.0265,
|
| 1768 |
+
"step": 2930
|
| 1769 |
+
},
|
| 1770 |
+
{
|
| 1771 |
+
"grad_norm": 0.16620582342147827,
|
| 1772 |
+
"learning_rate": 3.9690689584726894e-05,
|
| 1773 |
+
"loss": 0.0251,
|
| 1774 |
+
"step": 2940
|
| 1775 |
+
},
|
| 1776 |
+
{
|
| 1777 |
+
"grad_norm": 0.3499850332736969,
|
| 1778 |
+
"learning_rate": 3.936732915780923e-05,
|
| 1779 |
+
"loss": 0.0254,
|
| 1780 |
+
"step": 2950
|
| 1781 |
+
},
|
| 1782 |
+
{
|
| 1783 |
+
"grad_norm": 0.2770783007144928,
|
| 1784 |
+
"learning_rate": 3.904443383835929e-05,
|
| 1785 |
+
"loss": 0.0274,
|
| 1786 |
+
"step": 2960
|
| 1787 |
+
},
|
| 1788 |
+
{
|
| 1789 |
+
"grad_norm": 0.2933313250541687,
|
| 1790 |
+
"learning_rate": 3.872201775086437e-05,
|
| 1791 |
+
"loss": 0.0277,
|
| 1792 |
+
"step": 2970
|
| 1793 |
+
},
|
| 1794 |
+
{
|
| 1795 |
+
"grad_norm": 0.2841816246509552,
|
| 1796 |
+
"learning_rate": 3.8400094998848616e-05,
|
| 1797 |
+
"loss": 0.0244,
|
| 1798 |
+
"step": 2980
|
| 1799 |
+
},
|
| 1800 |
+
{
|
| 1801 |
+
"grad_norm": 0.22859936952590942,
|
| 1802 |
+
"learning_rate": 3.807867966425611e-05,
|
| 1803 |
+
"loss": 0.0238,
|
| 1804 |
+
"step": 2990
|
| 1805 |
+
},
|
| 1806 |
+
{
|
| 1807 |
+
"grad_norm": 0.2738678753376007,
|
| 1808 |
+
"learning_rate": 3.775778580683481e-05,
|
| 1809 |
+
"loss": 0.027,
|
| 1810 |
+
"step": 3000
|
| 1811 |
+
},
|
| 1812 |
+
{
|
| 1813 |
+
"grad_norm": 0.31196361780166626,
|
| 1814 |
+
"learning_rate": 3.743742746352156e-05,
|
| 1815 |
+
"loss": 0.0255,
|
| 1816 |
+
"step": 3010
|
| 1817 |
+
},
|
| 1818 |
+
{
|
| 1819 |
+
"grad_norm": 0.2890107035636902,
|
| 1820 |
+
"learning_rate": 3.711761864782817e-05,
|
| 1821 |
+
"loss": 0.0303,
|
| 1822 |
+
"step": 3020
|
| 1823 |
+
},
|
| 1824 |
+
{
|
| 1825 |
+
"grad_norm": 0.29215967655181885,
|
| 1826 |
+
"learning_rate": 3.679837334922825e-05,
|
| 1827 |
+
"loss": 0.0282,
|
| 1828 |
+
"step": 3030
|
| 1829 |
+
},
|
| 1830 |
+
{
|
| 1831 |
+
"grad_norm": 0.17950771749019623,
|
| 1832 |
+
"learning_rate": 3.647970553254538e-05,
|
| 1833 |
+
"loss": 0.0244,
|
| 1834 |
+
"step": 3040
|
| 1835 |
+
},
|
| 1836 |
+
{
|
| 1837 |
+
"grad_norm": 0.20166261494159698,
|
| 1838 |
+
"learning_rate": 3.61616291373422e-05,
|
| 1839 |
+
"loss": 0.0277,
|
| 1840 |
+
"step": 3050
|
| 1841 |
+
},
|
| 1842 |
+
{
|
| 1843 |
+
"grad_norm": 0.18279321491718292,
|
| 1844 |
+
"learning_rate": 3.584415807731065e-05,
|
| 1845 |
+
"loss": 0.0252,
|
| 1846 |
+
"step": 3060
|
| 1847 |
+
},
|
| 1848 |
+
{
|
| 1849 |
+
"grad_norm": 0.24165138602256775,
|
| 1850 |
+
"learning_rate": 3.552730623966337e-05,
|
| 1851 |
+
"loss": 0.0269,
|
| 1852 |
+
"step": 3070
|
| 1853 |
+
},
|
| 1854 |
+
{
|
| 1855 |
+
"grad_norm": 0.32261815667152405,
|
| 1856 |
+
"learning_rate": 3.521108748452617e-05,
|
| 1857 |
+
"loss": 0.0254,
|
| 1858 |
+
"step": 3080
|
| 1859 |
+
},
|
| 1860 |
+
{
|
| 1861 |
+
"grad_norm": 0.3094899654388428,
|
| 1862 |
+
"learning_rate": 3.489551564433186e-05,
|
| 1863 |
+
"loss": 0.0279,
|
| 1864 |
+
"step": 3090
|
| 1865 |
+
},
|
| 1866 |
+
{
|
| 1867 |
+
"grad_norm": 0.2739303708076477,
|
| 1868 |
+
"learning_rate": 3.4580604523215006e-05,
|
| 1869 |
+
"loss": 0.0234,
|
| 1870 |
+
"step": 3100
|
| 1871 |
+
},
|
| 1872 |
+
{
|
| 1873 |
+
"grad_norm": 0.20867018401622772,
|
| 1874 |
+
"learning_rate": 3.4266367896408216e-05,
|
| 1875 |
+
"loss": 0.0314,
|
| 1876 |
+
"step": 3110
|
| 1877 |
+
},
|
| 1878 |
+
{
|
| 1879 |
+
"grad_norm": 0.2572309374809265,
|
| 1880 |
+
"learning_rate": 3.3952819509639534e-05,
|
| 1881 |
+
"loss": 0.0259,
|
| 1882 |
+
"step": 3120
|
| 1883 |
+
},
|
| 1884 |
+
{
|
| 1885 |
+
"grad_norm": 0.24716201424598694,
|
| 1886 |
+
"learning_rate": 3.3639973078531165e-05,
|
| 1887 |
+
"loss": 0.0284,
|
| 1888 |
+
"step": 3130
|
| 1889 |
+
},
|
| 1890 |
+
{
|
| 1891 |
+
"grad_norm": 0.28539377450942993,
|
| 1892 |
+
"learning_rate": 3.332784228799947e-05,
|
| 1893 |
+
"loss": 0.0251,
|
| 1894 |
+
"step": 3140
|
| 1895 |
+
},
|
| 1896 |
+
{
|
| 1897 |
+
"grad_norm": 0.27438855171203613,
|
| 1898 |
+
"learning_rate": 3.301644079165638e-05,
|
| 1899 |
+
"loss": 0.0271,
|
| 1900 |
+
"step": 3150
|
| 1901 |
+
},
|
| 1902 |
+
{
|
| 1903 |
+
"grad_norm": 0.35537853837013245,
|
| 1904 |
+
"learning_rate": 3.27057822112122e-05,
|
| 1905 |
+
"loss": 0.0245,
|
| 1906 |
+
"step": 3160
|
| 1907 |
+
},
|
| 1908 |
+
{
|
| 1909 |
+
"grad_norm": 0.3076242208480835,
|
| 1910 |
+
"learning_rate": 3.239588013587958e-05,
|
| 1911 |
+
"loss": 0.0241,
|
| 1912 |
+
"step": 3170
|
| 1913 |
+
},
|
| 1914 |
+
{
|
| 1915 |
+
"grad_norm": 0.2089366912841797,
|
| 1916 |
+
"learning_rate": 3.208674812177926e-05,
|
| 1917 |
+
"loss": 0.0235,
|
| 1918 |
+
"step": 3180
|
| 1919 |
+
},
|
| 1920 |
+
{
|
| 1921 |
+
"grad_norm": 0.28236523270606995,
|
| 1922 |
+
"learning_rate": 3.177839969134698e-05,
|
| 1923 |
+
"loss": 0.0248,
|
| 1924 |
+
"step": 3190
|
| 1925 |
+
},
|
| 1926 |
+
{
|
| 1927 |
+
"grad_norm": 0.26007798314094543,
|
| 1928 |
+
"learning_rate": 3.1470848332742e-05,
|
| 1929 |
+
"loss": 0.0269,
|
| 1930 |
+
"step": 3200
|
| 1931 |
+
},
|
| 1932 |
+
{
|
| 1933 |
+
"grad_norm": 0.2209538072347641,
|
| 1934 |
+
"learning_rate": 3.116410749925708e-05,
|
| 1935 |
+
"loss": 0.0247,
|
| 1936 |
+
"step": 3210
|
| 1937 |
+
},
|
| 1938 |
+
{
|
| 1939 |
+
"grad_norm": 0.16867880523204803,
|
| 1940 |
+
"learning_rate": 3.085819060872995e-05,
|
| 1941 |
+
"loss": 0.02,
|
| 1942 |
+
"step": 3220
|
| 1943 |
+
},
|
| 1944 |
+
{
|
| 1945 |
+
"grad_norm": 0.20084629952907562,
|
| 1946 |
+
"learning_rate": 3.055311104295648e-05,
|
| 1947 |
+
"loss": 0.0217,
|
| 1948 |
+
"step": 3230
|
| 1949 |
+
},
|
| 1950 |
+
{
|
| 1951 |
+
"grad_norm": 0.1993807554244995,
|
| 1952 |
+
"learning_rate": 3.024888214710517e-05,
|
| 1953 |
+
"loss": 0.0218,
|
| 1954 |
+
"step": 3240
|
| 1955 |
+
},
|
| 1956 |
+
{
|
| 1957 |
+
"grad_norm": 0.1759999543428421,
|
| 1958 |
+
"learning_rate": 2.994551722913349e-05,
|
| 1959 |
+
"loss": 0.0209,
|
| 1960 |
+
"step": 3250
|
| 1961 |
+
},
|
| 1962 |
+
{
|
| 1963 |
+
"grad_norm": 0.2935018837451935,
|
| 1964 |
+
"learning_rate": 2.9643029559205727e-05,
|
| 1965 |
+
"loss": 0.0303,
|
| 1966 |
+
"step": 3260
|
| 1967 |
+
},
|
| 1968 |
+
{
|
| 1969 |
+
"grad_norm": 0.1872728019952774,
|
| 1970 |
+
"learning_rate": 2.934143236911248e-05,
|
| 1971 |
+
"loss": 0.0259,
|
| 1972 |
+
"step": 3270
|
| 1973 |
+
},
|
| 1974 |
+
{
|
| 1975 |
+
"grad_norm": 0.34932175278663635,
|
| 1976 |
+
"learning_rate": 2.90407388516919e-05,
|
| 1977 |
+
"loss": 0.0239,
|
| 1978 |
+
"step": 3280
|
| 1979 |
+
},
|
| 1980 |
+
{
|
| 1981 |
+
"grad_norm": 0.16118347644805908,
|
| 1982 |
+
"learning_rate": 2.8740962160252495e-05,
|
| 1983 |
+
"loss": 0.0232,
|
| 1984 |
+
"step": 3290
|
| 1985 |
+
},
|
| 1986 |
+
{
|
| 1987 |
+
"grad_norm": 0.23605194687843323,
|
| 1988 |
+
"learning_rate": 2.844211540799797e-05,
|
| 1989 |
+
"loss": 0.0225,
|
| 1990 |
+
"step": 3300
|
| 1991 |
+
},
|
| 1992 |
+
{
|
| 1993 |
+
"grad_norm": 0.13263435661792755,
|
| 1994 |
+
"learning_rate": 2.8144211667453368e-05,
|
| 1995 |
+
"loss": 0.0219,
|
| 1996 |
+
"step": 3310
|
| 1997 |
+
},
|
| 1998 |
+
{
|
| 1999 |
+
"grad_norm": 0.2748834788799286,
|
| 2000 |
+
"learning_rate": 2.7847263969893344e-05,
|
| 2001 |
+
"loss": 0.0248,
|
| 2002 |
+
"step": 3320
|
| 2003 |
+
},
|
| 2004 |
+
{
|
| 2005 |
+
"grad_norm": 0.2700659930706024,
|
| 2006 |
+
"learning_rate": 2.7551285304772206e-05,
|
| 2007 |
+
"loss": 0.024,
|
| 2008 |
+
"step": 3330
|
| 2009 |
+
},
|
| 2010 |
+
{
|
| 2011 |
+
"grad_norm": 0.23235876858234406,
|
| 2012 |
+
"learning_rate": 2.7256288619155567e-05,
|
| 2013 |
+
"loss": 0.0222,
|
| 2014 |
+
"step": 3340
|
| 2015 |
+
},
|
| 2016 |
+
{
|
| 2017 |
+
"grad_norm": 0.3042518198490143,
|
| 2018 |
+
"learning_rate": 2.6962286817154158e-05,
|
| 2019 |
+
"loss": 0.0294,
|
| 2020 |
+
"step": 3350
|
| 2021 |
+
},
|
| 2022 |
+
{
|
| 2023 |
+
"grad_norm": 0.2259960025548935,
|
| 2024 |
+
"learning_rate": 2.6669292759359166e-05,
|
| 2025 |
+
"loss": 0.0202,
|
| 2026 |
+
"step": 3360
|
| 2027 |
+
},
|
| 2028 |
+
{
|
| 2029 |
+
"grad_norm": 0.274394690990448,
|
| 2030 |
+
"learning_rate": 2.637731926227993e-05,
|
| 2031 |
+
"loss": 0.0325,
|
| 2032 |
+
"step": 3370
|
| 2033 |
+
},
|
| 2034 |
+
{
|
| 2035 |
+
"grad_norm": 0.2576564848423004,
|
| 2036 |
+
"learning_rate": 2.6086379097783033e-05,
|
| 2037 |
+
"loss": 0.0248,
|
| 2038 |
+
"step": 3380
|
| 2039 |
+
},
|
| 2040 |
+
{
|
| 2041 |
+
"grad_norm": 0.29949021339416504,
|
| 2042 |
+
"learning_rate": 2.579648499253377e-05,
|
| 2043 |
+
"loss": 0.0258,
|
| 2044 |
+
"step": 3390
|
| 2045 |
+
},
|
| 2046 |
+
{
|
| 2047 |
+
"grad_norm": 0.2665102481842041,
|
| 2048 |
+
"learning_rate": 2.5507649627439466e-05,
|
| 2049 |
+
"loss": 0.0279,
|
| 2050 |
+
"step": 3400
|
| 2051 |
+
},
|
| 2052 |
+
{
|
| 2053 |
+
"grad_norm": 0.21922795474529266,
|
| 2054 |
+
"learning_rate": 2.5219885637094653e-05,
|
| 2055 |
+
"loss": 0.0239,
|
| 2056 |
+
"step": 3410
|
| 2057 |
+
},
|
| 2058 |
+
{
|
| 2059 |
+
"grad_norm": 0.13632823526859283,
|
| 2060 |
+
"learning_rate": 2.4933205609228533e-05,
|
| 2061 |
+
"loss": 0.024,
|
| 2062 |
+
"step": 3420
|
| 2063 |
+
},
|
| 2064 |
+
{
|
| 2065 |
+
"grad_norm": 0.2548131048679352,
|
| 2066 |
+
"learning_rate": 2.464762208415419e-05,
|
| 2067 |
+
"loss": 0.0221,
|
| 2068 |
+
"step": 3430
|
| 2069 |
+
},
|
| 2070 |
+
{
|
| 2071 |
+
"grad_norm": 0.3076316714286804,
|
| 2072 |
+
"learning_rate": 2.4363147554220213e-05,
|
| 2073 |
+
"loss": 0.023,
|
| 2074 |
+
"step": 3440
|
| 2075 |
+
},
|
| 2076 |
+
{
|
| 2077 |
+
"grad_norm": 0.22425901889801025,
|
| 2078 |
+
"learning_rate": 2.407979446326411e-05,
|
| 2079 |
+
"loss": 0.0216,
|
| 2080 |
+
"step": 3450
|
| 2081 |
+
},
|
| 2082 |
+
{
|
| 2083 |
+
"grad_norm": 0.2095557600259781,
|
| 2084 |
+
"learning_rate": 2.379757520606799e-05,
|
| 2085 |
+
"loss": 0.023,
|
| 2086 |
+
"step": 3460
|
| 2087 |
+
},
|
| 2088 |
+
{
|
| 2089 |
+
"grad_norm": 0.17088909447193146,
|
| 2090 |
+
"learning_rate": 2.3516502127816455e-05,
|
| 2091 |
+
"loss": 0.0216,
|
| 2092 |
+
"step": 3470
|
| 2093 |
+
},
|
| 2094 |
+
{
|
| 2095 |
+
"grad_norm": 0.21437765657901764,
|
| 2096 |
+
"learning_rate": 2.323658752355647e-05,
|
| 2097 |
+
"loss": 0.0229,
|
| 2098 |
+
"step": 3480
|
| 2099 |
+
},
|
| 2100 |
+
{
|
| 2101 |
+
"grad_norm": 0.17913414537906647,
|
| 2102 |
+
"learning_rate": 2.2957843637659654e-05,
|
| 2103 |
+
"loss": 0.0223,
|
| 2104 |
+
"step": 3490
|
| 2105 |
+
},
|
| 2106 |
+
{
|
| 2107 |
+
"grad_norm": 0.2331356257200241,
|
| 2108 |
+
"learning_rate": 2.2680282663286552e-05,
|
| 2109 |
+
"loss": 0.0286,
|
| 2110 |
+
"step": 3500
|
| 2111 |
+
},
|
| 2112 |
+
{
|
| 2113 |
+
"grad_norm": 0.20977725088596344,
|
| 2114 |
+
"learning_rate": 2.2403916741853364e-05,
|
| 2115 |
+
"loss": 0.0249,
|
| 2116 |
+
"step": 3510
|
| 2117 |
+
},
|
| 2118 |
+
{
|
| 2119 |
+
"grad_norm": 0.17635555565357208,
|
| 2120 |
+
"learning_rate": 2.2128757962500817e-05,
|
| 2121 |
+
"loss": 0.0213,
|
| 2122 |
+
"step": 3520
|
| 2123 |
+
},
|
| 2124 |
+
{
|
| 2125 |
+
"grad_norm": 0.1792505383491516,
|
| 2126 |
+
"learning_rate": 2.1854818361565275e-05,
|
| 2127 |
+
"loss": 0.0207,
|
| 2128 |
+
"step": 3530
|
| 2129 |
+
},
|
| 2130 |
+
{
|
| 2131 |
+
"grad_norm": 0.19617965817451477,
|
| 2132 |
+
"learning_rate": 2.1582109922052364e-05,
|
| 2133 |
+
"loss": 0.0268,
|
| 2134 |
+
"step": 3540
|
| 2135 |
+
},
|
| 2136 |
+
{
|
| 2137 |
+
"grad_norm": 0.22589251399040222,
|
| 2138 |
+
"learning_rate": 2.1310644573112635e-05,
|
| 2139 |
+
"loss": 0.0219,
|
| 2140 |
+
"step": 3550
|
| 2141 |
+
},
|
| 2142 |
+
{
|
| 2143 |
+
"grad_norm": 0.16943573951721191,
|
| 2144 |
+
"learning_rate": 2.1040434189519924e-05,
|
| 2145 |
+
"loss": 0.0219,
|
| 2146 |
+
"step": 3560
|
| 2147 |
+
},
|
| 2148 |
+
{
|
| 2149 |
+
"grad_norm": 0.2124646008014679,
|
| 2150 |
+
"learning_rate": 2.0771490591151733e-05,
|
| 2151 |
+
"loss": 0.0267,
|
| 2152 |
+
"step": 3570
|
| 2153 |
+
},
|
| 2154 |
+
{
|
| 2155 |
+
"grad_norm": 0.2132735699415207,
|
| 2156 |
+
"learning_rate": 2.0503825542472317e-05,
|
| 2157 |
+
"loss": 0.0248,
|
| 2158 |
+
"step": 3580
|
| 2159 |
+
},
|
| 2160 |
+
{
|
| 2161 |
+
"grad_norm": 0.2320823222398758,
|
| 2162 |
+
"learning_rate": 2.023745075201805e-05,
|
| 2163 |
+
"loss": 0.0211,
|
| 2164 |
+
"step": 3590
|
| 2165 |
+
},
|
| 2166 |
+
{
|
| 2167 |
+
"grad_norm": 0.19216440618038177,
|
| 2168 |
+
"learning_rate": 1.9972377871885157e-05,
|
| 2169 |
+
"loss": 0.0254,
|
| 2170 |
+
"step": 3600
|
| 2171 |
+
},
|
| 2172 |
+
{
|
| 2173 |
+
"grad_norm": 0.15354987978935242,
|
| 2174 |
+
"learning_rate": 1.970861849722017e-05,
|
| 2175 |
+
"loss": 0.0186,
|
| 2176 |
+
"step": 3610
|
| 2177 |
+
},
|
| 2178 |
+
{
|
| 2179 |
+
"grad_norm": 0.15961474180221558,
|
| 2180 |
+
"learning_rate": 1.9446184165712587e-05,
|
| 2181 |
+
"loss": 0.0185,
|
| 2182 |
+
"step": 3620
|
| 2183 |
+
},
|
| 2184 |
+
{
|
| 2185 |
+
"grad_norm": 0.18211418390274048,
|
| 2186 |
+
"learning_rate": 1.9185086357090214e-05,
|
| 2187 |
+
"loss": 0.0231,
|
| 2188 |
+
"step": 3630
|
| 2189 |
+
},
|
| 2190 |
+
{
|
| 2191 |
+
"grad_norm": 0.21647849678993225,
|
| 2192 |
+
"learning_rate": 1.8925336492617057e-05,
|
| 2193 |
+
"loss": 0.0228,
|
| 2194 |
+
"step": 3640
|
| 2195 |
+
},
|
| 2196 |
+
{
|
| 2197 |
+
"grad_norm": 0.18972018361091614,
|
| 2198 |
+
"learning_rate": 1.8666945934593666e-05,
|
| 2199 |
+
"loss": 0.021,
|
| 2200 |
+
"step": 3650
|
| 2201 |
+
},
|
| 2202 |
+
{
|
| 2203 |
+
"grad_norm": 0.13877266645431519,
|
| 2204 |
+
"learning_rate": 1.8409925985860126e-05,
|
| 2205 |
+
"loss": 0.0177,
|
| 2206 |
+
"step": 3660
|
| 2207 |
+
},
|
| 2208 |
+
{
|
| 2209 |
+
"grad_norm": 0.15036696195602417,
|
| 2210 |
+
"learning_rate": 1.8154287889301603e-05,
|
| 2211 |
+
"loss": 0.021,
|
| 2212 |
+
"step": 3670
|
| 2213 |
+
},
|
| 2214 |
+
{
|
| 2215 |
+
"grad_norm": 0.1516561061143875,
|
| 2216 |
+
"learning_rate": 1.7900042827356612e-05,
|
| 2217 |
+
"loss": 0.0233,
|
| 2218 |
+
"step": 3680
|
| 2219 |
+
},
|
| 2220 |
+
{
|
| 2221 |
+
"grad_norm": 0.21299676597118378,
|
| 2222 |
+
"learning_rate": 1.76472019215278e-05,
|
| 2223 |
+
"loss": 0.0245,
|
| 2224 |
+
"step": 3690
|
| 2225 |
+
},
|
| 2226 |
+
{
|
| 2227 |
+
"grad_norm": 0.24672634899616241,
|
| 2228 |
+
"learning_rate": 1.739577623189545e-05,
|
| 2229 |
+
"loss": 0.0186,
|
| 2230 |
+
"step": 3700
|
| 2231 |
+
},
|
| 2232 |
+
{
|
| 2233 |
+
"grad_norm": 0.15656235814094543,
|
| 2234 |
+
"learning_rate": 1.7145776756633768e-05,
|
| 2235 |
+
"loss": 0.0254,
|
| 2236 |
+
"step": 3710
|
| 2237 |
+
},
|
| 2238 |
+
{
|
| 2239 |
+
"grad_norm": 0.23428286612033844,
|
| 2240 |
+
"learning_rate": 1.6897214431529646e-05,
|
| 2241 |
+
"loss": 0.0209,
|
| 2242 |
+
"step": 3720
|
| 2243 |
+
},
|
| 2244 |
+
{
|
| 2245 |
+
"grad_norm": 0.1686718761920929,
|
| 2246 |
+
"learning_rate": 1.6650100129504475e-05,
|
| 2247 |
+
"loss": 0.0197,
|
| 2248 |
+
"step": 3730
|
| 2249 |
+
},
|
| 2250 |
+
{
|
| 2251 |
+
"grad_norm": 0.2660563886165619,
|
| 2252 |
+
"learning_rate": 1.6404444660138335e-05,
|
| 2253 |
+
"loss": 0.0256,
|
| 2254 |
+
"step": 3740
|
| 2255 |
+
},
|
| 2256 |
+
{
|
| 2257 |
+
"grad_norm": 0.24974121153354645,
|
| 2258 |
+
"learning_rate": 1.616025876919725e-05,
|
| 2259 |
+
"loss": 0.0168,
|
| 2260 |
+
"step": 3750
|
| 2261 |
+
},
|
| 2262 |
+
{
|
| 2263 |
+
"grad_norm": 0.19375593960285187,
|
| 2264 |
+
"learning_rate": 1.5917553138163172e-05,
|
| 2265 |
+
"loss": 0.0244,
|
| 2266 |
+
"step": 3760
|
| 2267 |
+
},
|
| 2268 |
+
{
|
| 2269 |
+
"grad_norm": 0.23583021759986877,
|
| 2270 |
+
"learning_rate": 1.5676338383766632e-05,
|
| 2271 |
+
"loss": 0.0284,
|
| 2272 |
+
"step": 3770
|
| 2273 |
+
},
|
| 2274 |
+
{
|
| 2275 |
+
"grad_norm": 0.20768067240715027,
|
| 2276 |
+
"learning_rate": 1.5436625057522447e-05,
|
| 2277 |
+
"loss": 0.0214,
|
| 2278 |
+
"step": 3780
|
| 2279 |
+
},
|
| 2280 |
+
{
|
| 2281 |
+
"grad_norm": 0.2571140229701996,
|
| 2282 |
+
"learning_rate": 1.519842364526804e-05,
|
| 2283 |
+
"loss": 0.02,
|
| 2284 |
+
"step": 3790
|
| 2285 |
+
},
|
| 2286 |
+
{
|
| 2287 |
+
"grad_norm": 0.2075309306383133,
|
| 2288 |
+
"learning_rate": 1.4961744566704855e-05,
|
| 2289 |
+
"loss": 0.0198,
|
| 2290 |
+
"step": 3800
|
| 2291 |
+
},
|
| 2292 |
+
{
|
| 2293 |
+
"grad_norm": 0.16042163968086243,
|
| 2294 |
+
"learning_rate": 1.4726598174942551e-05,
|
| 2295 |
+
"loss": 0.0158,
|
| 2296 |
+
"step": 3810
|
| 2297 |
+
},
|
| 2298 |
+
{
|
| 2299 |
+
"grad_norm": 0.19813798367977142,
|
| 2300 |
+
"learning_rate": 1.4492994756046035e-05,
|
| 2301 |
+
"loss": 0.0205,
|
| 2302 |
+
"step": 3820
|
| 2303 |
+
},
|
| 2304 |
+
{
|
| 2305 |
+
"grad_norm": 0.18999746441841125,
|
| 2306 |
+
"learning_rate": 1.4260944528585645e-05,
|
| 2307 |
+
"loss": 0.0226,
|
| 2308 |
+
"step": 3830
|
| 2309 |
+
},
|
| 2310 |
+
{
|
| 2311 |
+
"grad_norm": 0.20053531229496002,
|
| 2312 |
+
"learning_rate": 1.4030457643190048e-05,
|
| 2313 |
+
"loss": 0.0182,
|
| 2314 |
+
"step": 3840
|
| 2315 |
+
},
|
| 2316 |
+
{
|
| 2317 |
+
"grad_norm": 0.18872573971748352,
|
| 2318 |
+
"learning_rate": 1.3801544182102311e-05,
|
| 2319 |
+
"loss": 0.0178,
|
| 2320 |
+
"step": 3850
|
| 2321 |
+
},
|
| 2322 |
+
{
|
| 2323 |
+
"grad_norm": 0.22023218870162964,
|
| 2324 |
+
"learning_rate": 1.3574214158738763e-05,
|
| 2325 |
+
"loss": 0.022,
|
| 2326 |
+
"step": 3860
|
| 2327 |
+
},
|
| 2328 |
+
{
|
| 2329 |
+
"grad_norm": 0.3135218024253845,
|
| 2330 |
+
"learning_rate": 1.3348477517251101e-05,
|
| 2331 |
+
"loss": 0.0206,
|
| 2332 |
+
"step": 3870
|
| 2333 |
+
},
|
| 2334 |
+
{
|
| 2335 |
+
"grad_norm": 0.14147350192070007,
|
| 2336 |
+
"learning_rate": 1.312434413209131e-05,
|
| 2337 |
+
"loss": 0.0183,
|
| 2338 |
+
"step": 3880
|
| 2339 |
+
},
|
| 2340 |
+
{
|
| 2341 |
+
"grad_norm": 0.1488725244998932,
|
| 2342 |
+
"learning_rate": 1.2901823807579727e-05,
|
| 2343 |
+
"loss": 0.0185,
|
| 2344 |
+
"step": 3890
|
| 2345 |
+
},
|
| 2346 |
+
{
|
| 2347 |
+
"grad_norm": 0.2105879932641983,
|
| 2348 |
+
"learning_rate": 1.2680926277476245e-05,
|
| 2349 |
+
"loss": 0.0215,
|
| 2350 |
+
"step": 3900
|
| 2351 |
+
},
|
| 2352 |
+
{
|
| 2353 |
+
"grad_norm": 0.24176077544689178,
|
| 2354 |
+
"learning_rate": 1.2461661204554397e-05,
|
| 2355 |
+
"loss": 0.0167,
|
| 2356 |
+
"step": 3910
|
| 2357 |
+
},
|
| 2358 |
+
{
|
| 2359 |
+
"grad_norm": 0.1613641083240509,
|
| 2360 |
+
"learning_rate": 1.2244038180178835e-05,
|
| 2361 |
+
"loss": 0.0189,
|
| 2362 |
+
"step": 3920
|
| 2363 |
+
},
|
| 2364 |
+
{
|
| 2365 |
+
"grad_norm": 0.1966574788093567,
|
| 2366 |
+
"learning_rate": 1.2028066723885612e-05,
|
| 2367 |
+
"loss": 0.0203,
|
| 2368 |
+
"step": 3930
|
| 2369 |
+
},
|
| 2370 |
+
{
|
| 2371 |
+
"grad_norm": 0.2452186942100525,
|
| 2372 |
+
"learning_rate": 1.1813756282965888e-05,
|
| 2373 |
+
"loss": 0.0226,
|
| 2374 |
+
"step": 3940
|
| 2375 |
+
},
|
| 2376 |
+
{
|
| 2377 |
+
"grad_norm": 0.27143678069114685,
|
| 2378 |
+
"learning_rate": 1.1601116232052638e-05,
|
| 2379 |
+
"loss": 0.0241,
|
| 2380 |
+
"step": 3950
|
| 2381 |
+
},
|
| 2382 |
+
{
|
| 2383 |
+
"grad_norm": 0.26432090997695923,
|
| 2384 |
+
"learning_rate": 1.1390155872710517e-05,
|
| 2385 |
+
"loss": 0.0185,
|
| 2386 |
+
"step": 3960
|
| 2387 |
+
},
|
| 2388 |
+
{
|
| 2389 |
+
"grad_norm": 0.20945382118225098,
|
| 2390 |
+
"learning_rate": 1.1180884433029087e-05,
|
| 2391 |
+
"loss": 0.0229,
|
| 2392 |
+
"step": 3970
|
| 2393 |
+
},
|
| 2394 |
+
{
|
| 2395 |
+
"grad_norm": 0.16551558673381805,
|
| 2396 |
+
"learning_rate": 1.097331106721904e-05,
|
| 2397 |
+
"loss": 0.0197,
|
| 2398 |
+
"step": 3980
|
| 2399 |
+
},
|
| 2400 |
+
{
|
| 2401 |
+
"grad_norm": 0.16200856864452362,
|
| 2402 |
+
"learning_rate": 1.0767444855211862e-05,
|
| 2403 |
+
"loss": 0.0197,
|
| 2404 |
+
"step": 3990
|
| 2405 |
+
},
|
| 2406 |
+
{
|
| 2407 |
+
"grad_norm": 0.24197158217430115,
|
| 2408 |
+
"learning_rate": 1.0563294802262558e-05,
|
| 2409 |
+
"loss": 0.0222,
|
| 2410 |
+
"step": 4000
|
| 2411 |
+
}
|
| 2412 |
+
],
|
| 2413 |
+
"logging_steps": 10,
|
| 2414 |
+
"max_steps": 5000,
|
| 2415 |
+
"num_input_tokens_seen": 0,
|
| 2416 |
+
"num_train_epochs": 9223372036854775807,
|
| 2417 |
+
"save_steps": 2000,
|
| 2418 |
+
"stateful_callbacks": {
|
| 2419 |
+
"TrainerControl": {
|
| 2420 |
+
"args": {
|
| 2421 |
+
"should_epoch_stop": false,
|
| 2422 |
+
"should_evaluate": false,
|
| 2423 |
+
"should_log": false,
|
| 2424 |
+
"should_save": true,
|
| 2425 |
+
"should_training_stop": false
|
| 2426 |
+
},
|
| 2427 |
+
"attributes": {}
|
| 2428 |
+
}
|
| 2429 |
+
},
|
| 2430 |
+
"total_flos": 0.0,
|
| 2431 |
+
"train_batch_size": 32,
|
| 2432 |
+
"trial_name": null,
|
| 2433 |
+
"trial_params": null
|
| 2434 |
+
}
|
checkpoint-4000/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a33db01fc91cad1d854375a92650d426ddb09f84d5584353c1b473e01b7f894
|
| 3 |
+
size 5777
|
checkpoint-4000/wandb_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"project": "finetune-gr00t-n1d6", "run_id": "saved_checkpoints"}
|
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,210 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
- ./demo_data/SOarmtest/viis0002/pick_lego
|
| 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 |
+
- wrist
|
| 82 |
+
sin_cos_embedding_keys: null
|
| 83 |
+
mean_std_embedding_keys: null
|
| 84 |
+
action_configs: null
|
| 85 |
+
state:
|
| 86 |
+
delta_indices:
|
| 87 |
+
- 0
|
| 88 |
+
modality_keys:
|
| 89 |
+
- single_arm
|
| 90 |
+
- gripper
|
| 91 |
+
sin_cos_embedding_keys: null
|
| 92 |
+
mean_std_embedding_keys: null
|
| 93 |
+
action_configs: null
|
| 94 |
+
action:
|
| 95 |
+
delta_indices:
|
| 96 |
+
- 0
|
| 97 |
+
- 1
|
| 98 |
+
- 2
|
| 99 |
+
- 3
|
| 100 |
+
- 4
|
| 101 |
+
- 5
|
| 102 |
+
- 6
|
| 103 |
+
- 7
|
| 104 |
+
- 8
|
| 105 |
+
- 9
|
| 106 |
+
- 10
|
| 107 |
+
- 11
|
| 108 |
+
- 12
|
| 109 |
+
- 13
|
| 110 |
+
- 14
|
| 111 |
+
- 15
|
| 112 |
+
modality_keys:
|
| 113 |
+
- single_arm
|
| 114 |
+
- gripper
|
| 115 |
+
sin_cos_embedding_keys: null
|
| 116 |
+
mean_std_embedding_keys: null
|
| 117 |
+
action_configs:
|
| 118 |
+
- rep: RELATIVE
|
| 119 |
+
type: NON_EEF
|
| 120 |
+
format: DEFAULT
|
| 121 |
+
state_key: null
|
| 122 |
+
- rep: ABSOLUTE
|
| 123 |
+
type: NON_EEF
|
| 124 |
+
format: DEFAULT
|
| 125 |
+
state_key: null
|
| 126 |
+
language:
|
| 127 |
+
delta_indices:
|
| 128 |
+
- 0
|
| 129 |
+
modality_keys:
|
| 130 |
+
- annotation.human.task_description
|
| 131 |
+
sin_cos_embedding_keys: null
|
| 132 |
+
mean_std_embedding_keys: null
|
| 133 |
+
action_configs: null
|
| 134 |
+
download_cache: false
|
| 135 |
+
shard_size: 1024
|
| 136 |
+
episode_sampling_rate: 0.1
|
| 137 |
+
num_shards_per_epoch: 100000
|
| 138 |
+
override_pretraining_statistics: false
|
| 139 |
+
mode: single_turn
|
| 140 |
+
random_chop: 0.0
|
| 141 |
+
mock_dataset_mode: false
|
| 142 |
+
shuffle: true
|
| 143 |
+
seed: 42
|
| 144 |
+
multiprocessing_context: fork
|
| 145 |
+
allow_padding: false
|
| 146 |
+
subsample_ratio: 1.0
|
| 147 |
+
image_crop_size:
|
| 148 |
+
- 244
|
| 149 |
+
- 244
|
| 150 |
+
image_target_size:
|
| 151 |
+
- 224
|
| 152 |
+
- 224
|
| 153 |
+
video_backend: torchcodec
|
| 154 |
+
training:
|
| 155 |
+
output_dir: ./demo_data/SOarmtest/saved_checkpoints
|
| 156 |
+
experiment_name: null
|
| 157 |
+
max_steps: 5000
|
| 158 |
+
global_batch_size: 32
|
| 159 |
+
batch_size: null
|
| 160 |
+
gradient_accumulation_steps: 1
|
| 161 |
+
learning_rate: 0.0001
|
| 162 |
+
lr_scheduler_type: cosine
|
| 163 |
+
weight_decay: 1.0e-05
|
| 164 |
+
warmup_ratio: 0.05
|
| 165 |
+
warmup_steps: 0
|
| 166 |
+
max_grad_norm: 1.0
|
| 167 |
+
optim: adamw_torch
|
| 168 |
+
start_from_checkpoint: nvidia/GR00T-N1.6-3B
|
| 169 |
+
tf32: true
|
| 170 |
+
fp16: false
|
| 171 |
+
bf16: true
|
| 172 |
+
eval_bf16: true
|
| 173 |
+
logging_steps: 10
|
| 174 |
+
save_steps: 2000
|
| 175 |
+
save_total_limit: 5
|
| 176 |
+
save_vl_model: false
|
| 177 |
+
upload_checkpoints: false
|
| 178 |
+
upload_every: 1000
|
| 179 |
+
upload_last_n_checkpoints: 5
|
| 180 |
+
max_concurrent_uploads: 2
|
| 181 |
+
eval_strategy: 'no'
|
| 182 |
+
eval_steps: 500
|
| 183 |
+
eval_set_split_ratio: 0.1
|
| 184 |
+
eval_batch_size: 2
|
| 185 |
+
save_best_eval_metric_name: ''
|
| 186 |
+
save_best_eval_metric_greater_is_better: true
|
| 187 |
+
deepspeed_stage: 2
|
| 188 |
+
gradient_checkpointing: false
|
| 189 |
+
transformers_trust_remote_code: true
|
| 190 |
+
transformers_local_files_only: false
|
| 191 |
+
transformers_cache_dir: null
|
| 192 |
+
transformers_access_token: null
|
| 193 |
+
use_ddp: false
|
| 194 |
+
ddp_bucket_cap_mb: 100
|
| 195 |
+
num_gpus: 1
|
| 196 |
+
dataloader_num_workers: 4
|
| 197 |
+
remove_unused_columns: false
|
| 198 |
+
use_wandb: true
|
| 199 |
+
wandb_project: finetune-gr00t-n1d6
|
| 200 |
+
enable_profiling: false
|
| 201 |
+
max_retries: 3
|
| 202 |
+
assert_loss_less_than: null
|
| 203 |
+
add_rl_callback: false
|
| 204 |
+
enable_open_loop_eval: false
|
| 205 |
+
open_loop_eval_traj_ids:
|
| 206 |
+
- 0
|
| 207 |
+
open_loop_eval_steps_per_traj: 100
|
| 208 |
+
open_loop_eval_plot_indices: null
|
| 209 |
+
max_steps: 5000
|
| 210 |
+
save_steps: 2000
|
checkpoint-5000/experiment_cfg/config.yaml
ADDED
|
@@ -0,0 +1,244 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
- ./demo_data/SOarmtest/viis0002/pick_lego
|
| 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: !!python/object/apply:gr00t.data.types.ActionRepresentation
|
| 29 |
+
- relative
|
| 30 |
+
state_key: null
|
| 31 |
+
type: &id002 !!python/object/apply:gr00t.data.types.ActionType
|
| 32 |
+
- non_eef
|
| 33 |
+
- !!python/object:gr00t.data.types.ActionConfig
|
| 34 |
+
format: *id001
|
| 35 |
+
rep: !!python/object/apply:gr00t.data.types.ActionRepresentation
|
| 36 |
+
- absolute
|
| 37 |
+
state_key: null
|
| 38 |
+
type: *id002
|
| 39 |
+
delta_indices:
|
| 40 |
+
- 0
|
| 41 |
+
- 1
|
| 42 |
+
- 2
|
| 43 |
+
- 3
|
| 44 |
+
- 4
|
| 45 |
+
- 5
|
| 46 |
+
- 6
|
| 47 |
+
- 7
|
| 48 |
+
- 8
|
| 49 |
+
- 9
|
| 50 |
+
- 10
|
| 51 |
+
- 11
|
| 52 |
+
- 12
|
| 53 |
+
- 13
|
| 54 |
+
- 14
|
| 55 |
+
- 15
|
| 56 |
+
mean_std_embedding_keys: null
|
| 57 |
+
modality_keys:
|
| 58 |
+
- single_arm
|
| 59 |
+
- gripper
|
| 60 |
+
sin_cos_embedding_keys: null
|
| 61 |
+
language: !!python/object:gr00t.data.types.ModalityConfig
|
| 62 |
+
action_configs: null
|
| 63 |
+
delta_indices:
|
| 64 |
+
- 0
|
| 65 |
+
mean_std_embedding_keys: null
|
| 66 |
+
modality_keys:
|
| 67 |
+
- annotation.human.task_description
|
| 68 |
+
sin_cos_embedding_keys: null
|
| 69 |
+
state: !!python/object:gr00t.data.types.ModalityConfig
|
| 70 |
+
action_configs: null
|
| 71 |
+
delta_indices:
|
| 72 |
+
- 0
|
| 73 |
+
mean_std_embedding_keys: null
|
| 74 |
+
modality_keys:
|
| 75 |
+
- single_arm
|
| 76 |
+
- gripper
|
| 77 |
+
sin_cos_embedding_keys: null
|
| 78 |
+
video: !!python/object:gr00t.data.types.ModalityConfig
|
| 79 |
+
action_configs: null
|
| 80 |
+
delta_indices:
|
| 81 |
+
- 0
|
| 82 |
+
mean_std_embedding_keys: null
|
| 83 |
+
modality_keys:
|
| 84 |
+
- front
|
| 85 |
+
- wrist
|
| 86 |
+
sin_cos_embedding_keys: null
|
| 87 |
+
mode: single_turn
|
| 88 |
+
multiprocessing_context: fork
|
| 89 |
+
num_shards_per_epoch: 100000
|
| 90 |
+
override_pretraining_statistics: false
|
| 91 |
+
random_chop: 0.0
|
| 92 |
+
seed: 42
|
| 93 |
+
shard_size: 1024
|
| 94 |
+
shuffle: true
|
| 95 |
+
subsample_ratio: 1.0
|
| 96 |
+
video_backend: torchcodec
|
| 97 |
+
load_config_path: null
|
| 98 |
+
model: !!python/object:gr00t.configs.model.gr00t_n1d6.Gr00tN1d6Config
|
| 99 |
+
_attn_implementation_autoset: false
|
| 100 |
+
_attn_implementation_internal: null
|
| 101 |
+
_commit_hash: null
|
| 102 |
+
_name_or_path: ''
|
| 103 |
+
add_cross_attention: false
|
| 104 |
+
architectures: null
|
| 105 |
+
backbone_model_type: eagle
|
| 106 |
+
backbone_trainable_params_fp32: true
|
| 107 |
+
bad_words_ids: null
|
| 108 |
+
begin_suppress_tokens: null
|
| 109 |
+
bos_token_id: null
|
| 110 |
+
chunk_size_feed_forward: 0
|
| 111 |
+
color_jitter_params:
|
| 112 |
+
brightness: 0.3
|
| 113 |
+
contrast: 0.4
|
| 114 |
+
hue: 0.08
|
| 115 |
+
saturation: 0.5
|
| 116 |
+
cross_attention_hidden_size: null
|
| 117 |
+
decoder_start_token_id: null
|
| 118 |
+
diffusion_model_cfg:
|
| 119 |
+
attention_head_dim: 48
|
| 120 |
+
dropout: 0.2
|
| 121 |
+
final_dropout: true
|
| 122 |
+
interleave_self_attention: true
|
| 123 |
+
norm_type: ada_norm
|
| 124 |
+
num_attention_heads: 32
|
| 125 |
+
num_layers: 32
|
| 126 |
+
output_dim: 1024
|
| 127 |
+
positional_embeddings: null
|
| 128 |
+
diversity_penalty: 0.0
|
| 129 |
+
do_sample: false
|
| 130 |
+
eagle_collator: true
|
| 131 |
+
early_stopping: false
|
| 132 |
+
encoder_no_repeat_ngram_size: 0
|
| 133 |
+
eos_token_id: null
|
| 134 |
+
exponential_decay_length_penalty: null
|
| 135 |
+
extra_augmentation_config: null
|
| 136 |
+
finetuning_task: null
|
| 137 |
+
forced_bos_token_id: null
|
| 138 |
+
forced_eos_token_id: null
|
| 139 |
+
id2label:
|
| 140 |
+
0: LABEL_0
|
| 141 |
+
1: LABEL_1
|
| 142 |
+
is_decoder: false
|
| 143 |
+
is_encoder_decoder: false
|
| 144 |
+
label2id:
|
| 145 |
+
LABEL_0: 0
|
| 146 |
+
LABEL_1: 1
|
| 147 |
+
length_penalty: 1.0
|
| 148 |
+
load_bf16: false
|
| 149 |
+
max_length: 20
|
| 150 |
+
min_length: 0
|
| 151 |
+
model_name: nvidia/Eagle-Block2A-2B-v2
|
| 152 |
+
no_repeat_ngram_size: 0
|
| 153 |
+
num_beam_groups: 1
|
| 154 |
+
num_beams: 1
|
| 155 |
+
num_return_sequences: 1
|
| 156 |
+
output_attentions: false
|
| 157 |
+
output_hidden_states: false
|
| 158 |
+
output_scores: false
|
| 159 |
+
pad_token_id: null
|
| 160 |
+
prefix: null
|
| 161 |
+
problem_type: null
|
| 162 |
+
pruned_heads: {}
|
| 163 |
+
random_rotation_angle: null
|
| 164 |
+
remove_invalid_values: false
|
| 165 |
+
repetition_penalty: 1.0
|
| 166 |
+
reproject_vision: false
|
| 167 |
+
return_dict: true
|
| 168 |
+
return_dict_in_generate: false
|
| 169 |
+
sep_token_id: null
|
| 170 |
+
state_dropout_prob: 0.0
|
| 171 |
+
suppress_tokens: null
|
| 172 |
+
task_specific_params: null
|
| 173 |
+
temperature: 1.0
|
| 174 |
+
tf_legacy_loss: false
|
| 175 |
+
tie_encoder_decoder: false
|
| 176 |
+
tie_word_embeddings: true
|
| 177 |
+
tokenizer_class: null
|
| 178 |
+
top_k: 50
|
| 179 |
+
top_p: 1.0
|
| 180 |
+
torch_dtype: null
|
| 181 |
+
torchscript: false
|
| 182 |
+
transformers_version: null
|
| 183 |
+
tune_diffusion_model: true
|
| 184 |
+
tune_llm: false
|
| 185 |
+
tune_projector: true
|
| 186 |
+
tune_visual: false
|
| 187 |
+
typical_p: 1.0
|
| 188 |
+
use_bfloat16: false
|
| 189 |
+
use_relative_action: true
|
| 190 |
+
training: !!python/object:gr00t.configs.training.training_config.TrainingConfig
|
| 191 |
+
add_rl_callback: false
|
| 192 |
+
assert_loss_less_than: null
|
| 193 |
+
batch_size: null
|
| 194 |
+
bf16: true
|
| 195 |
+
dataloader_num_workers: 4
|
| 196 |
+
ddp_bucket_cap_mb: 100
|
| 197 |
+
deepspeed_stage: 2
|
| 198 |
+
enable_open_loop_eval: false
|
| 199 |
+
enable_profiling: false
|
| 200 |
+
eval_batch_size: 2
|
| 201 |
+
eval_bf16: true
|
| 202 |
+
eval_set_split_ratio: 0.1
|
| 203 |
+
eval_steps: 500
|
| 204 |
+
eval_strategy: 'no'
|
| 205 |
+
experiment_name: null
|
| 206 |
+
fp16: false
|
| 207 |
+
global_batch_size: 32
|
| 208 |
+
gradient_accumulation_steps: 1
|
| 209 |
+
gradient_checkpointing: false
|
| 210 |
+
learning_rate: 0.0001
|
| 211 |
+
logging_steps: 10
|
| 212 |
+
lr_scheduler_type: cosine
|
| 213 |
+
max_concurrent_uploads: 2
|
| 214 |
+
max_grad_norm: 1.0
|
| 215 |
+
max_retries: 3
|
| 216 |
+
max_steps: 5000
|
| 217 |
+
num_gpus: 1
|
| 218 |
+
open_loop_eval_plot_indices: null
|
| 219 |
+
open_loop_eval_steps_per_traj: 100
|
| 220 |
+
open_loop_eval_traj_ids:
|
| 221 |
+
- 0
|
| 222 |
+
optim: adamw_torch
|
| 223 |
+
output_dir: ./demo_data/SOarmtest/saved_checkpoints
|
| 224 |
+
remove_unused_columns: false
|
| 225 |
+
save_best_eval_metric_greater_is_better: true
|
| 226 |
+
save_best_eval_metric_name: ''
|
| 227 |
+
save_steps: 2000
|
| 228 |
+
save_total_limit: 5
|
| 229 |
+
save_vl_model: false
|
| 230 |
+
start_from_checkpoint: nvidia/GR00T-N1.6-3B
|
| 231 |
+
tf32: true
|
| 232 |
+
transformers_access_token: null
|
| 233 |
+
transformers_cache_dir: null
|
| 234 |
+
transformers_local_files_only: false
|
| 235 |
+
transformers_trust_remote_code: true
|
| 236 |
+
upload_checkpoints: false
|
| 237 |
+
upload_every: 1000
|
| 238 |
+
upload_last_n_checkpoints: 5
|
| 239 |
+
use_ddp: false
|
| 240 |
+
use_wandb: true
|
| 241 |
+
wandb_project: finetune-gr00t-n1d6
|
| 242 |
+
warmup_ratio: 0.05
|
| 243 |
+
warmup_steps: 0
|
| 244 |
+
weight_decay: 1.0e-05
|
checkpoint-5000/experiment_cfg/dataset_statistics.json
ADDED
|
@@ -0,0 +1,824 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"new_embodiment": {
|
| 3 |
+
"state": {
|
| 4 |
+
"single_arm": {
|
| 5 |
+
"min": [
|
| 6 |
+
-6.8131866455078125,
|
| 7 |
+
-102.19779968261719,
|
| 8 |
+
-40.43955993652344,
|
| 9 |
+
39.9560432434082,
|
| 10 |
+
-66.32967376708984
|
| 11 |
+
],
|
| 12 |
+
"max": [
|
| 13 |
+
34.593406677246094,
|
| 14 |
+
42.769229888916016,
|
| 15 |
+
96.26373291015625,
|
| 16 |
+
98.06593322753906,
|
| 17 |
+
96.74725341796875
|
| 18 |
+
],
|
| 19 |
+
"mean": [
|
| 20 |
+
10.6347642478831,
|
| 21 |
+
-40.60343800114444,
|
| 22 |
+
40.109735021899446,
|
| 23 |
+
66.37540221377535,
|
| 24 |
+
1.723290164849921
|
| 25 |
+
],
|
| 26 |
+
"std": [
|
| 27 |
+
13.663472797431913,
|
| 28 |
+
53.514238207466356,
|
| 29 |
+
47.089223703864675,
|
| 30 |
+
15.49883594624875,
|
| 31 |
+
29.442594278901634
|
| 32 |
+
],
|
| 33 |
+
"q01": [
|
| 34 |
+
-2.8227532818225196,
|
| 35 |
+
-102.04170769592945,
|
| 36 |
+
-18.832328638595566,
|
| 37 |
+
47.303414007272124,
|
| 38 |
+
-23.538191580154248
|
| 39 |
+
],
|
| 40 |
+
"q99": [
|
| 41 |
+
31.17592093949654,
|
| 42 |
+
27.78409835219628,
|
| 43 |
+
96.09969459877085,
|
| 44 |
+
91.52694173019303,
|
| 45 |
+
34.804566667323705
|
| 46 |
+
]
|
| 47 |
+
},
|
| 48 |
+
"gripper": {
|
| 49 |
+
"min": [
|
| 50 |
+
1.1597938537597656
|
| 51 |
+
],
|
| 52 |
+
"max": [
|
| 53 |
+
30.476804733276367
|
| 54 |
+
],
|
| 55 |
+
"mean": [
|
| 56 |
+
4.725540477545816
|
| 57 |
+
],
|
| 58 |
+
"std": [
|
| 59 |
+
5.719213168100463
|
| 60 |
+
],
|
| 61 |
+
"q01": [
|
| 62 |
+
1.219114189586798
|
| 63 |
+
],
|
| 64 |
+
"q99": [
|
| 65 |
+
18.975632466717574
|
| 66 |
+
]
|
| 67 |
+
}
|
| 68 |
+
},
|
| 69 |
+
"action": {
|
| 70 |
+
"single_arm": {
|
| 71 |
+
"min": [
|
| 72 |
+
-7.340659141540527,
|
| 73 |
+
-103.73626708984375,
|
| 74 |
+
-43.736263275146484,
|
| 75 |
+
38.63736343383789,
|
| 76 |
+
-67.47252655029297
|
| 77 |
+
],
|
| 78 |
+
"max": [
|
| 79 |
+
35.20878982543945,
|
| 80 |
+
42.5494499206543,
|
| 81 |
+
96.74725341796875,
|
| 82 |
+
100.61538696289062,
|
| 83 |
+
97.27472686767578
|
| 84 |
+
],
|
| 85 |
+
"mean": [
|
| 86 |
+
10.654706232867026,
|
| 87 |
+
-41.43508459659817,
|
| 88 |
+
38.95115310430438,
|
| 89 |
+
66.17248404139285,
|
| 90 |
+
1.6835930980913996
|
| 91 |
+
],
|
| 92 |
+
"std": [
|
| 93 |
+
13.792301015873905,
|
| 94 |
+
53.27088262273843,
|
| 95 |
+
48.06070434685447,
|
| 96 |
+
15.735264444521983,
|
| 97 |
+
29.50880036285619
|
| 98 |
+
],
|
| 99 |
+
"q01": [
|
| 100 |
+
-3.007477344415986,
|
| 101 |
+
-102.62527508767714,
|
| 102 |
+
-21.606171980367048,
|
| 103 |
+
46.25193771491276,
|
| 104 |
+
-24.028302588862974
|
| 105 |
+
],
|
| 106 |
+
"q99": [
|
| 107 |
+
31.658033587037096,
|
| 108 |
+
27.49569149494191,
|
| 109 |
+
96.40327760792744,
|
| 110 |
+
92.26730265898277,
|
| 111 |
+
35.153253393452815
|
| 112 |
+
]
|
| 113 |
+
},
|
| 114 |
+
"gripper": {
|
| 115 |
+
"min": [
|
| 116 |
+
0.0
|
| 117 |
+
],
|
| 118 |
+
"max": [
|
| 119 |
+
30.952381134033203
|
| 120 |
+
],
|
| 121 |
+
"mean": [
|
| 122 |
+
3.5887609717193083
|
| 123 |
+
],
|
| 124 |
+
"std": [
|
| 125 |
+
5.951741507358969
|
| 126 |
+
],
|
| 127 |
+
"q01": [
|
| 128 |
+
0.7785521832201806
|
| 129 |
+
],
|
| 130 |
+
"q99": [
|
| 131 |
+
19.41596701897272
|
| 132 |
+
]
|
| 133 |
+
}
|
| 134 |
+
},
|
| 135 |
+
"relative_action": {
|
| 136 |
+
"single_arm": {
|
| 137 |
+
"min": [
|
| 138 |
+
[
|
| 139 |
+
-6.153846740722656,
|
| 140 |
+
-12.615386962890625,
|
| 141 |
+
-13.406593322753906,
|
| 142 |
+
-9.406593322753906,
|
| 143 |
+
-13.450549125671387
|
| 144 |
+
],
|
| 145 |
+
[
|
| 146 |
+
-7.824176788330078,
|
| 147 |
+
-15.692306518554688,
|
| 148 |
+
-16.39560317993164,
|
| 149 |
+
-11.86812973022461,
|
| 150 |
+
-13.450549125671387
|
| 151 |
+
],
|
| 152 |
+
[
|
| 153 |
+
-9.582418441772461,
|
| 154 |
+
-18.681320190429688,
|
| 155 |
+
-19.296703338623047,
|
| 156 |
+
-14.241756439208984,
|
| 157 |
+
-15.472527503967285
|
| 158 |
+
],
|
| 159 |
+
[
|
| 160 |
+
-11.252748489379883,
|
| 161 |
+
-21.670331954956055,
|
| 162 |
+
-22.19780158996582,
|
| 163 |
+
-16.615379333496094,
|
| 164 |
+
-16.96703338623047
|
| 165 |
+
],
|
| 166 |
+
[
|
| 167 |
+
-12.923077583312988,
|
| 168 |
+
-24.65934181213379,
|
| 169 |
+
-24.923078536987305,
|
| 170 |
+
-18.901100158691406,
|
| 171 |
+
-18.461538314819336
|
| 172 |
+
],
|
| 173 |
+
[
|
| 174 |
+
-14.593405723571777,
|
| 175 |
+
-27.648353576660156,
|
| 176 |
+
-27.736263275146484,
|
| 177 |
+
-21.186813354492188,
|
| 178 |
+
-19.516483306884766
|
| 179 |
+
],
|
| 180 |
+
[
|
| 181 |
+
-16.087913513183594,
|
| 182 |
+
-30.637365341186523,
|
| 183 |
+
-30.46154022216797,
|
| 184 |
+
-23.384613037109375,
|
| 185 |
+
-21.010990142822266
|
| 186 |
+
],
|
| 187 |
+
[
|
| 188 |
+
-17.58241844177246,
|
| 189 |
+
-33.45055389404297,
|
| 190 |
+
-33.09890365600586,
|
| 191 |
+
-25.406593322753906,
|
| 192 |
+
-23.032970428466797
|
| 193 |
+
],
|
| 194 |
+
[
|
| 195 |
+
-18.813186645507812,
|
| 196 |
+
-36.351646423339844,
|
| 197 |
+
-35.648353576660156,
|
| 198 |
+
-27.428573608398438,
|
| 199 |
+
-24.967037200927734
|
| 200 |
+
],
|
| 201 |
+
[
|
| 202 |
+
-20.043954849243164,
|
| 203 |
+
-39.164833068847656,
|
| 204 |
+
-38.109893798828125,
|
| 205 |
+
-29.09890365600586,
|
| 206 |
+
-27.076923370361328
|
| 207 |
+
],
|
| 208 |
+
[
|
| 209 |
+
-21.098899841308594,
|
| 210 |
+
-42.06593322753906,
|
| 211 |
+
-40.57142639160156,
|
| 212 |
+
-30.769229888916016,
|
| 213 |
+
-29.274723052978516
|
| 214 |
+
],
|
| 215 |
+
[
|
| 216 |
+
-22.153844833374023,
|
| 217 |
+
-44.879119873046875,
|
| 218 |
+
-42.857139587402344,
|
| 219 |
+
-32.351646423339844,
|
| 220 |
+
-31.38461685180664
|
| 221 |
+
],
|
| 222 |
+
[
|
| 223 |
+
-23.208789825439453,
|
| 224 |
+
-47.69231033325195,
|
| 225 |
+
-45.05494689941406,
|
| 226 |
+
-33.75823974609375,
|
| 227 |
+
-33.494503021240234
|
| 228 |
+
],
|
| 229 |
+
[
|
| 230 |
+
-24.08791160583496,
|
| 231 |
+
-50.68132019042969,
|
| 232 |
+
-47.164833068847656,
|
| 233 |
+
-34.989013671875,
|
| 234 |
+
-35.51648712158203
|
| 235 |
+
],
|
| 236 |
+
[
|
| 237 |
+
-24.967031478881836,
|
| 238 |
+
-53.67033004760742,
|
| 239 |
+
-49.098899841308594,
|
| 240 |
+
-36.04396057128906,
|
| 241 |
+
-37.626373291015625
|
| 242 |
+
],
|
| 243 |
+
[
|
| 244 |
+
-25.758241653442383,
|
| 245 |
+
-56.747249603271484,
|
| 246 |
+
-50.94505310058594,
|
| 247 |
+
-37.01099395751953,
|
| 248 |
+
-39.648353576660156
|
| 249 |
+
]
|
| 250 |
+
],
|
| 251 |
+
"max": [
|
| 252 |
+
[
|
| 253 |
+
5.8021979331970215,
|
| 254 |
+
14.021980285644531,
|
| 255 |
+
12.527473449707031,
|
| 256 |
+
8.703296661376953,
|
| 257 |
+
9.670330047607422
|
| 258 |
+
],
|
| 259 |
+
[
|
| 260 |
+
6.505494117736816,
|
| 261 |
+
17.626373291015625,
|
| 262 |
+
16.131866455078125,
|
| 263 |
+
11.164833068847656,
|
| 264 |
+
12.219779968261719
|
| 265 |
+
],
|
| 266 |
+
[
|
| 267 |
+
7.82417631149292,
|
| 268 |
+
21.142852783203125,
|
| 269 |
+
19.824176788330078,
|
| 270 |
+
13.626373291015625,
|
| 271 |
+
14.681318283081055
|
| 272 |
+
],
|
| 273 |
+
[
|
| 274 |
+
9.05494499206543,
|
| 275 |
+
24.395599365234375,
|
| 276 |
+
23.428571701049805,
|
| 277 |
+
15.824176788330078,
|
| 278 |
+
17.142858505249023
|
| 279 |
+
],
|
| 280 |
+
[
|
| 281 |
+
10.373626708984375,
|
| 282 |
+
27.384613037109375,
|
| 283 |
+
26.94505500793457,
|
| 284 |
+
18.021976470947266,
|
| 285 |
+
19.69230842590332
|
| 286 |
+
],
|
| 287 |
+
[
|
| 288 |
+
11.69230842590332,
|
| 289 |
+
30.197803497314453,
|
| 290 |
+
30.461538314819336,
|
| 291 |
+
20.043956756591797,
|
| 292 |
+
22.153846740722656
|
| 293 |
+
],
|
| 294 |
+
[
|
| 295 |
+
13.01098918914795,
|
| 296 |
+
32.83516311645508,
|
| 297 |
+
33.97801971435547,
|
| 298 |
+
22.241756439208984,
|
| 299 |
+
24.703298568725586
|
| 300 |
+
],
|
| 301 |
+
[
|
| 302 |
+
14.153846740722656,
|
| 303 |
+
35.384613037109375,
|
| 304 |
+
37.406593322753906,
|
| 305 |
+
24.35165023803711,
|
| 306 |
+
27.07692527770996
|
| 307 |
+
],
|
| 308 |
+
[
|
| 309 |
+
15.296703338623047,
|
| 310 |
+
37.75823974609375,
|
| 311 |
+
40.74725341796875,
|
| 312 |
+
26.197803497314453,
|
| 313 |
+
29.362638473510742
|
| 314 |
+
],
|
| 315 |
+
[
|
| 316 |
+
16.351648330688477,
|
| 317 |
+
40.04395294189453,
|
| 318 |
+
44.08790969848633,
|
| 319 |
+
27.956043243408203,
|
| 320 |
+
31.560440063476562
|
| 321 |
+
],
|
| 322 |
+
[
|
| 323 |
+
17.318681716918945,
|
| 324 |
+
42.241756439208984,
|
| 325 |
+
47.340660095214844,
|
| 326 |
+
29.71428680419922,
|
| 327 |
+
33.67033004760742
|
| 328 |
+
],
|
| 329 |
+
[
|
| 330 |
+
18.197803497314453,
|
| 331 |
+
44.527469635009766,
|
| 332 |
+
50.68131637573242,
|
| 333 |
+
31.384613037109375,
|
| 334 |
+
35.95604705810547
|
| 335 |
+
],
|
| 336 |
+
[
|
| 337 |
+
18.901100158691406,
|
| 338 |
+
46.4615364074707,
|
| 339 |
+
53.93406295776367,
|
| 340 |
+
32.96703338623047,
|
| 341 |
+
38.5054931640625
|
| 342 |
+
],
|
| 343 |
+
[
|
| 344 |
+
19.516483306884766,
|
| 345 |
+
48.48351287841797,
|
| 346 |
+
57.010986328125,
|
| 347 |
+
34.28571319580078,
|
| 348 |
+
41.14285659790039
|
| 349 |
+
],
|
| 350 |
+
[
|
| 351 |
+
20.043956756591797,
|
| 352 |
+
50.32966613769531,
|
| 353 |
+
60.0,
|
| 354 |
+
35.604393005371094,
|
| 355 |
+
43.516483306884766
|
| 356 |
+
],
|
| 357 |
+
[
|
| 358 |
+
20.395605087280273,
|
| 359 |
+
52.26373291015625,
|
| 360 |
+
62.989013671875,
|
| 361 |
+
36.659339904785156,
|
| 362 |
+
45.80220031738281
|
| 363 |
+
]
|
| 364 |
+
],
|
| 365 |
+
"mean": [
|
| 366 |
+
[
|
| 367 |
+
0.024023909121751785,
|
| 368 |
+
-0.8380120396614075,
|
| 369 |
+
-1.1888031959533691,
|
| 370 |
+
-0.20351642370224,
|
| 371 |
+
-0.03874167427420616
|
| 372 |
+
],
|
| 373 |
+
[
|
| 374 |
+
0.02381421998143196,
|
| 375 |
+
-0.8381950259208679,
|
| 376 |
+
-1.1877086162567139,
|
| 377 |
+
-0.20610879361629486,
|
| 378 |
+
-0.038331978023052216
|
| 379 |
+
],
|
| 380 |
+
[
|
| 381 |
+
0.02358066476881504,
|
| 382 |
+
-0.8384636640548706,
|
| 383 |
+
-1.186354160308838,
|
| 384 |
+
-0.20878157019615173,
|
| 385 |
+
-0.03791269287467003
|
| 386 |
+
],
|
| 387 |
+
[
|
| 388 |
+
0.02331378683447838,
|
| 389 |
+
-0.8388302326202393,
|
| 390 |
+
-1.1847561597824097,
|
| 391 |
+
-0.21150696277618408,
|
| 392 |
+
-0.03749352693557739
|
| 393 |
+
],
|
| 394 |
+
[
|
| 395 |
+
0.022984733805060387,
|
| 396 |
+
-0.8392952680587769,
|
| 397 |
+
-1.182924509048462,
|
| 398 |
+
-0.21426069736480713,
|
| 399 |
+
-0.037074267864227295
|
| 400 |
+
],
|
| 401 |
+
[
|
| 402 |
+
0.02258922904729843,
|
| 403 |
+
-0.8398675322532654,
|
| 404 |
+
-1.1808984279632568,
|
| 405 |
+
-0.21703894436359406,
|
| 406 |
+
-0.03665487840771675
|
| 407 |
+
],
|
| 408 |
+
[
|
| 409 |
+
0.02210799790918827,
|
| 410 |
+
-0.840530514717102,
|
| 411 |
+
-1.1787015199661255,
|
| 412 |
+
-0.21982122957706451,
|
| 413 |
+
-0.03624051436781883
|
| 414 |
+
],
|
| 415 |
+
[
|
| 416 |
+
0.021555287763476372,
|
| 417 |
+
-0.8412824869155884,
|
| 418 |
+
-1.176315188407898,
|
| 419 |
+
-0.2226090133190155,
|
| 420 |
+
-0.03585929051041603
|
| 421 |
+
],
|
| 422 |
+
[
|
| 423 |
+
0.020935896784067154,
|
| 424 |
+
-0.8421463966369629,
|
| 425 |
+
-1.1736962795257568,
|
| 426 |
+
-0.22543004155158997,
|
| 427 |
+
-0.035549700260162354
|
| 428 |
+
],
|
| 429 |
+
[
|
| 430 |
+
0.020240070298314095,
|
| 431 |
+
-0.8431134819984436,
|
| 432 |
+
-1.1708482503890991,
|
| 433 |
+
-0.2282552719116211,
|
| 434 |
+
-0.03533996269106865
|
| 435 |
+
],
|
| 436 |
+
[
|
| 437 |
+
0.01948723942041397,
|
| 438 |
+
-0.8441924452781677,
|
| 439 |
+
-1.1677296161651611,
|
| 440 |
+
-0.23114195466041565,
|
| 441 |
+
-0.03522548824548721
|
| 442 |
+
],
|
| 443 |
+
[
|
| 444 |
+
0.018677080050110817,
|
| 445 |
+
-0.8453867435455322,
|
| 446 |
+
-1.164296269416809,
|
| 447 |
+
-0.23409080505371094,
|
| 448 |
+
-0.03516348451375961
|
| 449 |
+
],
|
| 450 |
+
[
|
| 451 |
+
0.017790833488106728,
|
| 452 |
+
-0.846683919429779,
|
| 453 |
+
-1.1604851484298706,
|
| 454 |
+
-0.23711234331130981,
|
| 455 |
+
-0.035125281661748886
|
| 456 |
+
],
|
| 457 |
+
[
|
| 458 |
+
0.016804957762360573,
|
| 459 |
+
-0.8481130599975586,
|
| 460 |
+
-1.156294584274292,
|
| 461 |
+
-0.24017632007598877,
|
| 462 |
+
-0.03509661555290222
|
| 463 |
+
],
|
| 464 |
+
[
|
| 465 |
+
0.015680411830544472,
|
| 466 |
+
-0.8497316241264343,
|
| 467 |
+
-1.151717185974121,
|
| 468 |
+
-0.24328306317329407,
|
| 469 |
+
-0.035068120807409286
|
| 470 |
+
],
|
| 471 |
+
[
|
| 472 |
+
0.01436557900160551,
|
| 473 |
+
-0.8516368269920349,
|
| 474 |
+
-1.1466983556747437,
|
| 475 |
+
-0.24642817676067352,
|
| 476 |
+
-0.035063356161117554
|
| 477 |
+
]
|
| 478 |
+
],
|
| 479 |
+
"std": [
|
| 480 |
+
[
|
| 481 |
+
1.0472843647003174,
|
| 482 |
+
3.3955397605895996,
|
| 483 |
+
3.209542989730835,
|
| 484 |
+
1.5478397607803345,
|
| 485 |
+
1.5488325357437134
|
| 486 |
+
],
|
| 487 |
+
[
|
| 488 |
+
1.3025773763656616,
|
| 489 |
+
4.228511333465576,
|
| 490 |
+
3.9392380714416504,
|
| 491 |
+
1.9040354490280151,
|
| 492 |
+
1.9508968591690063
|
| 493 |
+
],
|
| 494 |
+
[
|
| 495 |
+
1.5567840337753296,
|
| 496 |
+
5.061123371124268,
|
| 497 |
+
4.678185939788818,
|
| 498 |
+
2.259927749633789,
|
| 499 |
+
2.3464455604553223
|
| 500 |
+
],
|
| 501 |
+
[
|
| 502 |
+
1.8073352575302124,
|
| 503 |
+
5.890169143676758,
|
| 504 |
+
5.418741226196289,
|
| 505 |
+
2.6112139225006104,
|
| 506 |
+
2.734940528869629
|
| 507 |
+
],
|
| 508 |
+
[
|
| 509 |
+
2.053133726119995,
|
| 510 |
+
6.713922023773193,
|
| 511 |
+
6.156966209411621,
|
| 512 |
+
2.9563238620758057,
|
| 513 |
+
3.1171467304229736
|
| 514 |
+
],
|
| 515 |
+
[
|
| 516 |
+
2.2936792373657227,
|
| 517 |
+
7.531452178955078,
|
| 518 |
+
6.89060115814209,
|
| 519 |
+
3.2943806648254395,
|
| 520 |
+
3.4939496517181396
|
| 521 |
+
],
|
| 522 |
+
[
|
| 523 |
+
2.528961658477783,
|
| 524 |
+
8.342284202575684,
|
| 525 |
+
7.61845064163208,
|
| 526 |
+
3.6247124671936035,
|
| 527 |
+
3.8658618927001953
|
| 528 |
+
],
|
| 529 |
+
[
|
| 530 |
+
2.7590219974517822,
|
| 531 |
+
9.146015167236328,
|
| 532 |
+
8.339773178100586,
|
| 533 |
+
3.9470086097717285,
|
| 534 |
+
4.233205795288086
|
| 535 |
+
],
|
| 536 |
+
[
|
| 537 |
+
2.9840755462646484,
|
| 538 |
+
9.942627906799316,
|
| 539 |
+
9.053919792175293,
|
| 540 |
+
4.261190414428711,
|
| 541 |
+
4.596113681793213
|
| 542 |
+
],
|
| 543 |
+
[
|
| 544 |
+
3.2043535709381104,
|
| 545 |
+
10.731932640075684,
|
| 546 |
+
9.760570526123047,
|
| 547 |
+
4.567060947418213,
|
| 548 |
+
4.954709053039551
|
| 549 |
+
],
|
| 550 |
+
[
|
| 551 |
+
3.420076608657837,
|
| 552 |
+
11.51407527923584,
|
| 553 |
+
10.459877967834473,
|
| 554 |
+
4.864653587341309,
|
| 555 |
+
5.3089189529418945
|
| 556 |
+
],
|
| 557 |
+
[
|
| 558 |
+
3.6315865516662598,
|
| 559 |
+
12.289117813110352,
|
| 560 |
+
11.151065826416016,
|
| 561 |
+
5.154054641723633,
|
| 562 |
+
5.65879487991333
|
| 563 |
+
],
|
| 564 |
+
[
|
| 565 |
+
3.8390471935272217,
|
| 566 |
+
13.056876182556152,
|
| 567 |
+
11.834860801696777,
|
| 568 |
+
5.435141086578369,
|
| 569 |
+
6.004306316375732
|
| 570 |
+
],
|
| 571 |
+
[
|
| 572 |
+
4.042593002319336,
|
| 573 |
+
13.817543029785156,
|
| 574 |
+
12.511225700378418,
|
| 575 |
+
5.708395004272461,
|
| 576 |
+
6.345395565032959
|
| 577 |
+
],
|
| 578 |
+
[
|
| 579 |
+
4.24238395690918,
|
| 580 |
+
14.571209907531738,
|
| 581 |
+
13.179614067077637,
|
| 582 |
+
5.973555564880371,
|
| 583 |
+
6.682039737701416
|
| 584 |
+
],
|
| 585 |
+
[
|
| 586 |
+
4.438711166381836,
|
| 587 |
+
15.317753791809082,
|
| 588 |
+
13.840078353881836,
|
| 589 |
+
6.230597496032715,
|
| 590 |
+
7.01429557800293
|
| 591 |
+
]
|
| 592 |
+
],
|
| 593 |
+
"q01": [
|
| 594 |
+
[
|
| 595 |
+
-3.472527027130127,
|
| 596 |
+
-9.978021621704102,
|
| 597 |
+
-9.978019714355469,
|
| 598 |
+
-5.098899841308594,
|
| 599 |
+
-5.36263370513916
|
| 600 |
+
],
|
| 601 |
+
[
|
| 602 |
+
-4.483516693115234,
|
| 603 |
+
-12.175825119018555,
|
| 604 |
+
-12.263736724853516,
|
| 605 |
+
-6.417581558227539,
|
| 606 |
+
-6.857143402099609
|
| 607 |
+
],
|
| 608 |
+
[
|
| 609 |
+
-5.450550079345703,
|
| 610 |
+
-14.373626708984375,
|
| 611 |
+
-14.373626708984375,
|
| 612 |
+
-7.736263275146484,
|
| 613 |
+
-8.263736724853516
|
| 614 |
+
],
|
| 615 |
+
[
|
| 616 |
+
-6.4175825119018555,
|
| 617 |
+
-16.571428298950195,
|
| 618 |
+
-16.483516693115234,
|
| 619 |
+
-9.054946899414062,
|
| 620 |
+
-9.846153259277344
|
| 621 |
+
],
|
| 622 |
+
[
|
| 623 |
+
-7.296703338623047,
|
| 624 |
+
-18.85714340209961,
|
| 625 |
+
-18.681316375732422,
|
| 626 |
+
-10.285713195800781,
|
| 627 |
+
-11.296703338623047
|
| 628 |
+
],
|
| 629 |
+
[
|
| 630 |
+
-8.175825119018555,
|
| 631 |
+
-21.054946899414062,
|
| 632 |
+
-20.79120635986328,
|
| 633 |
+
-11.516483306884766,
|
| 634 |
+
-12.747251510620117
|
| 635 |
+
],
|
| 636 |
+
[
|
| 637 |
+
-9.05494499206543,
|
| 638 |
+
-23.340660095214844,
|
| 639 |
+
-22.813186645507812,
|
| 640 |
+
-12.703296661376953,
|
| 641 |
+
-14.19780158996582
|
| 642 |
+
],
|
| 643 |
+
[
|
| 644 |
+
-10.021978378295898,
|
| 645 |
+
-25.582416534423828,
|
| 646 |
+
-24.791210174560547,
|
| 647 |
+
-13.80219841003418,
|
| 648 |
+
-15.560441017150879
|
| 649 |
+
],
|
| 650 |
+
[
|
| 651 |
+
-10.813186645507812,
|
| 652 |
+
-27.648353576660156,
|
| 653 |
+
-26.769229888916016,
|
| 654 |
+
-14.813186645507812,
|
| 655 |
+
-16.96703338623047
|
| 656 |
+
],
|
| 657 |
+
[
|
| 658 |
+
-11.780220031738281,
|
| 659 |
+
-29.934066772460938,
|
| 660 |
+
-28.659339904785156,
|
| 661 |
+
-15.824176788330078,
|
| 662 |
+
-18.373626708984375
|
| 663 |
+
],
|
| 664 |
+
[
|
| 665 |
+
-12.615385055541992,
|
| 666 |
+
-32.21977996826172,
|
| 667 |
+
-30.593406677246094,
|
| 668 |
+
-16.703292846679688,
|
| 669 |
+
-19.516483306884766
|
| 670 |
+
],
|
| 671 |
+
[
|
| 672 |
+
-13.450550079345703,
|
| 673 |
+
-34.32966995239258,
|
| 674 |
+
-32.395599365234375,
|
| 675 |
+
-17.670326232910156,
|
| 676 |
+
-20.791208267211914
|
| 677 |
+
],
|
| 678 |
+
[
|
| 679 |
+
-14.329669952392578,
|
| 680 |
+
-36.52747344970703,
|
| 681 |
+
-34.19780349731445,
|
| 682 |
+
-18.549448013305664,
|
| 683 |
+
-21.802196502685547
|
| 684 |
+
],
|
| 685 |
+
[
|
| 686 |
+
-15.164834976196289,
|
| 687 |
+
-38.68132019042969,
|
| 688 |
+
-35.82417297363281,
|
| 689 |
+
-19.20879364013672,
|
| 690 |
+
-22.901100158691406
|
| 691 |
+
],
|
| 692 |
+
[
|
| 693 |
+
-15.95604419708252,
|
| 694 |
+
-40.92308044433594,
|
| 695 |
+
-37.626373291015625,
|
| 696 |
+
-20.043954849243164,
|
| 697 |
+
-24.131868362426758
|
| 698 |
+
],
|
| 699 |
+
[
|
| 700 |
+
-16.703296661376953,
|
| 701 |
+
-42.989009857177734,
|
| 702 |
+
-39.25274658203125,
|
| 703 |
+
-20.74725341796875,
|
| 704 |
+
-25.450550079345703
|
| 705 |
+
]
|
| 706 |
+
],
|
| 707 |
+
"q99": [
|
| 708 |
+
[
|
| 709 |
+
3.4285709857940674,
|
| 710 |
+
7.5604400634765625,
|
| 711 |
+
7.076923847198486,
|
| 712 |
+
4.131866455078125,
|
| 713 |
+
5.494504928588867
|
| 714 |
+
],
|
| 715 |
+
[
|
| 716 |
+
4.307692527770996,
|
| 717 |
+
9.802200317382812,
|
| 718 |
+
9.538460731506348,
|
| 719 |
+
5.274726867675781,
|
| 720 |
+
7.032966613769531
|
| 721 |
+
],
|
| 722 |
+
[
|
| 723 |
+
5.1868133544921875,
|
| 724 |
+
12.087913513183594,
|
| 725 |
+
11.868131637573242,
|
| 726 |
+
6.5054931640625,
|
| 727 |
+
8.527473449707031
|
| 728 |
+
],
|
| 729 |
+
[
|
| 730 |
+
6.065934181213379,
|
| 731 |
+
14.197805404663086,
|
| 732 |
+
14.285714149475098,
|
| 733 |
+
7.648347854614258,
|
| 734 |
+
9.934066772460938
|
| 735 |
+
],
|
| 736 |
+
[
|
| 737 |
+
6.857143402099609,
|
| 738 |
+
16.483516693115234,
|
| 739 |
+
16.571428298950195,
|
| 740 |
+
8.703292846679688,
|
| 741 |
+
11.340660095214844
|
| 742 |
+
],
|
| 743 |
+
[
|
| 744 |
+
7.736264705657959,
|
| 745 |
+
18.593406677246094,
|
| 746 |
+
18.85714340209961,
|
| 747 |
+
9.846153259277344,
|
| 748 |
+
12.835165023803711
|
| 749 |
+
],
|
| 750 |
+
[
|
| 751 |
+
8.615385055541992,
|
| 752 |
+
20.52747344970703,
|
| 753 |
+
21.14285659790039,
|
| 754 |
+
10.813188552856445,
|
| 755 |
+
14.241758346557617
|
| 756 |
+
],
|
| 757 |
+
[
|
| 758 |
+
9.494504928588867,
|
| 759 |
+
22.725276947021484,
|
| 760 |
+
23.428571701049805,
|
| 761 |
+
11.824176788330078,
|
| 762 |
+
15.648351669311523
|
| 763 |
+
],
|
| 764 |
+
[
|
| 765 |
+
10.285714149475098,
|
| 766 |
+
24.879121780395508,
|
| 767 |
+
25.714282989501953,
|
| 768 |
+
12.835166931152344,
|
| 769 |
+
17.05494499206543
|
| 770 |
+
],
|
| 771 |
+
[
|
| 772 |
+
11.076923370361328,
|
| 773 |
+
26.85714340209961,
|
| 774 |
+
27.868133544921875,
|
| 775 |
+
13.758243560791016,
|
| 776 |
+
18.461538314819336
|
| 777 |
+
],
|
| 778 |
+
[
|
| 779 |
+
11.7362642288208,
|
| 780 |
+
28.70329475402832,
|
| 781 |
+
30.109888076782227,
|
| 782 |
+
14.725275039672852,
|
| 783 |
+
19.868133544921875
|
| 784 |
+
],
|
| 785 |
+
[
|
| 786 |
+
12.395605087280273,
|
| 787 |
+
30.813186645507812,
|
| 788 |
+
32.17582321166992,
|
| 789 |
+
15.560440063476562,
|
| 790 |
+
21.186813354492188
|
| 791 |
+
],
|
| 792 |
+
[
|
| 793 |
+
13.098901748657227,
|
| 794 |
+
32.52747344970703,
|
| 795 |
+
34.19779968261719,
|
| 796 |
+
16.351646423339844,
|
| 797 |
+
22.549449920654297
|
| 798 |
+
],
|
| 799 |
+
[
|
| 800 |
+
13.714285850524902,
|
| 801 |
+
34.54945373535156,
|
| 802 |
+
36.21977996826172,
|
| 803 |
+
17.142860412597656,
|
| 804 |
+
24.0
|
| 805 |
+
],
|
| 806 |
+
[
|
| 807 |
+
14.329669952392578,
|
| 808 |
+
36.57143020629883,
|
| 809 |
+
38.153846740722656,
|
| 810 |
+
17.846155166625977,
|
| 811 |
+
25.230770111083984
|
| 812 |
+
],
|
| 813 |
+
[
|
| 814 |
+
14.769231796264648,
|
| 815 |
+
38.28571319580078,
|
| 816 |
+
40.17582702636719,
|
| 817 |
+
18.637367248535156,
|
| 818 |
+
26.41758155822754
|
| 819 |
+
]
|
| 820 |
+
]
|
| 821 |
+
}
|
| 822 |
+
}
|
| 823 |
+
}
|
| 824 |
+
}
|
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:4b9ebf4cadd2ea29ee52de50cbf812d295567a562e4b4512c54b4186d717a8f1
|
| 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:60f9e3bbf9b11416cae827881d00abcaa0d6e49810f8e35549a91c97a188c31d
|
| 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:3b2934f682fcd32ffac5309b3ca2f82a71e73120c9fc5da5b0f85ce17f34d2ec
|
| 3 |
+
size 12960193762
|
checkpoint-5000/processor_config.json
ADDED
|
@@ -0,0 +1,455 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"wrist"
|
| 362 |
+
],
|
| 363 |
+
"sin_cos_embedding_keys": null,
|
| 364 |
+
"mean_std_embedding_keys": null,
|
| 365 |
+
"action_configs": null
|
| 366 |
+
},
|
| 367 |
+
"state": {
|
| 368 |
+
"delta_indices": [
|
| 369 |
+
0
|
| 370 |
+
],
|
| 371 |
+
"modality_keys": [
|
| 372 |
+
"single_arm",
|
| 373 |
+
"gripper"
|
| 374 |
+
],
|
| 375 |
+
"sin_cos_embedding_keys": null,
|
| 376 |
+
"mean_std_embedding_keys": null,
|
| 377 |
+
"action_configs": null
|
| 378 |
+
},
|
| 379 |
+
"action": {
|
| 380 |
+
"delta_indices": [
|
| 381 |
+
0,
|
| 382 |
+
1,
|
| 383 |
+
2,
|
| 384 |
+
3,
|
| 385 |
+
4,
|
| 386 |
+
5,
|
| 387 |
+
6,
|
| 388 |
+
7,
|
| 389 |
+
8,
|
| 390 |
+
9,
|
| 391 |
+
10,
|
| 392 |
+
11,
|
| 393 |
+
12,
|
| 394 |
+
13,
|
| 395 |
+
14,
|
| 396 |
+
15
|
| 397 |
+
],
|
| 398 |
+
"modality_keys": [
|
| 399 |
+
"single_arm",
|
| 400 |
+
"gripper"
|
| 401 |
+
],
|
| 402 |
+
"sin_cos_embedding_keys": null,
|
| 403 |
+
"mean_std_embedding_keys": null,
|
| 404 |
+
"action_configs": [
|
| 405 |
+
{
|
| 406 |
+
"rep": "RELATIVE",
|
| 407 |
+
"type": "NON_EEF",
|
| 408 |
+
"format": "DEFAULT",
|
| 409 |
+
"state_key": null
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"rep": "ABSOLUTE",
|
| 413 |
+
"type": "NON_EEF",
|
| 414 |
+
"format": "DEFAULT",
|
| 415 |
+
"state_key": null
|
| 416 |
+
}
|
| 417 |
+
]
|
| 418 |
+
},
|
| 419 |
+
"language": {
|
| 420 |
+
"delta_indices": [
|
| 421 |
+
0
|
| 422 |
+
],
|
| 423 |
+
"modality_keys": [
|
| 424 |
+
"annotation.human.task_description"
|
| 425 |
+
],
|
| 426 |
+
"sin_cos_embedding_keys": null,
|
| 427 |
+
"mean_std_embedding_keys": null,
|
| 428 |
+
"action_configs": null
|
| 429 |
+
}
|
| 430 |
+
}
|
| 431 |
+
},
|
| 432 |
+
"image_crop_size": null,
|
| 433 |
+
"image_target_size": null,
|
| 434 |
+
"use_albumentations": true,
|
| 435 |
+
"random_rotation_angle": null,
|
| 436 |
+
"color_jitter_params": {
|
| 437 |
+
"brightness": 0.3,
|
| 438 |
+
"contrast": 0.4,
|
| 439 |
+
"saturation": 0.5,
|
| 440 |
+
"hue": 0.08
|
| 441 |
+
},
|
| 442 |
+
"shortest_image_edge": 256,
|
| 443 |
+
"crop_fraction": 0.95,
|
| 444 |
+
"model_name": "nvidia/Eagle-Block2A-2B-v2",
|
| 445 |
+
"model_type": "eagle",
|
| 446 |
+
"formalize_language": true,
|
| 447 |
+
"max_state_dim": 128,
|
| 448 |
+
"max_action_dim": 128,
|
| 449 |
+
"max_action_horizon": 50,
|
| 450 |
+
"use_percentiles": false,
|
| 451 |
+
"clip_outliers": true,
|
| 452 |
+
"apply_sincos_state_encoding": true,
|
| 453 |
+
"use_relative_action": true
|
| 454 |
+
}
|
| 455 |
+
}
|
checkpoint-5000/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6dd0d7d8bc96eaae83ebd7864976c2e22c360b7c31bd89f3cfbd14c9039463de
|
| 3 |
+
size 14645
|
checkpoint-5000/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23766ee8d5dbc082836e1a591a2e0b269bc9bd5027b36062367e8f61a621f007
|
| 3 |
+
size 1465
|