checkpoint-2500 (16D, hybrid crop, batch128)
Browse files- 16d_30k/checkpoint-2500/config.json +88 -0
- 16d_30k/checkpoint-2500/embodiment_id.json +57 -0
- 16d_30k/checkpoint-2500/experiment_cfg/conf.yaml +214 -0
- 16d_30k/checkpoint-2500/experiment_cfg/config.yaml +239 -0
- 16d_30k/checkpoint-2500/experiment_cfg/dataset_statistics.json +257 -0
- 16d_30k/checkpoint-2500/experiment_cfg/final_model_config.json +55 -0
- 16d_30k/checkpoint-2500/experiment_cfg/final_processor_config.json +0 -0
- 16d_30k/checkpoint-2500/model-00001-of-00002.safetensors +3 -0
- 16d_30k/checkpoint-2500/model-00002-of-00002.safetensors +3 -0
- 16d_30k/checkpoint-2500/model.safetensors.index.json +0 -0
- 16d_30k/checkpoint-2500/processor_config.json +1124 -0
- 16d_30k/checkpoint-2500/statistics.json +0 -0
- 16d_30k/checkpoint-2500/trainer_state.json +1534 -0
- 16d_30k/checkpoint-2500/training_args.bin +3 -0
- 16d_30k/checkpoint-2500/wandb_config.json +1 -0
16d_30k/checkpoint-2500/config.json
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"action_horizon": 40,
|
| 3 |
+
"add_pos_embed": true,
|
| 4 |
+
"apply_sincos_state_encoding": false,
|
| 5 |
+
"architectures": [
|
| 6 |
+
"Gr00tN1d7"
|
| 7 |
+
],
|
| 8 |
+
"attn_dropout": 0.2,
|
| 9 |
+
"attn_implementation": null,
|
| 10 |
+
"backbone_embedding_dim": 2048,
|
| 11 |
+
"backbone_trainable_params_fp32": true,
|
| 12 |
+
"color_jitter_params": {
|
| 13 |
+
"brightness": 0.3,
|
| 14 |
+
"contrast": 0.4,
|
| 15 |
+
"hue": 0.08,
|
| 16 |
+
"saturation": 0.5
|
| 17 |
+
},
|
| 18 |
+
"crop_fraction": 1.0,
|
| 19 |
+
"diffusion_model_cfg": {
|
| 20 |
+
"attention_head_dim": 48,
|
| 21 |
+
"dropout": 0.2,
|
| 22 |
+
"final_dropout": true,
|
| 23 |
+
"interleave_self_attention": true,
|
| 24 |
+
"norm_type": "ada_norm",
|
| 25 |
+
"num_attention_heads": 32,
|
| 26 |
+
"num_layers": 32,
|
| 27 |
+
"output_dim": 1024,
|
| 28 |
+
"positional_embeddings": null
|
| 29 |
+
},
|
| 30 |
+
"dtype": "bfloat16",
|
| 31 |
+
"exclude_state": false,
|
| 32 |
+
"formalize_language": true,
|
| 33 |
+
"hidden_size": 1024,
|
| 34 |
+
"image_crop_size": [
|
| 35 |
+
230,
|
| 36 |
+
230
|
| 37 |
+
],
|
| 38 |
+
"image_target_size": [
|
| 39 |
+
256,
|
| 40 |
+
256
|
| 41 |
+
],
|
| 42 |
+
"letter_box_transform": false,
|
| 43 |
+
"load_bf16": false,
|
| 44 |
+
"max_action_dim": 132,
|
| 45 |
+
"max_num_embodiments": 32,
|
| 46 |
+
"max_seq_len": 1024,
|
| 47 |
+
"max_state_dim": 132,
|
| 48 |
+
"model_dtype": "bfloat16",
|
| 49 |
+
"model_name": "nvidia/Cosmos-Reason2-2B",
|
| 50 |
+
"model_type": "Gr00tN1d7",
|
| 51 |
+
"noise_beta_alpha": 1.5,
|
| 52 |
+
"noise_beta_beta": 1.0,
|
| 53 |
+
"noise_s": 0.999,
|
| 54 |
+
"num_inference_timesteps": 4,
|
| 55 |
+
"num_timestep_buckets": 1000,
|
| 56 |
+
"random_history_crop": true,
|
| 57 |
+
"random_rotation_angle": 0,
|
| 58 |
+
"reproject_vision": false,
|
| 59 |
+
"rtc_ramp_rate": 6.0,
|
| 60 |
+
"select_layer": 16,
|
| 61 |
+
"shortest_image_edge": 256,
|
| 62 |
+
"state_dropout_prob": 0.2,
|
| 63 |
+
"state_gaussian_noise_std": 0.0,
|
| 64 |
+
"transformers_version": "4.57.3",
|
| 65 |
+
"tune_diffusion_model": true,
|
| 66 |
+
"tune_linear": true,
|
| 67 |
+
"tune_llm": false,
|
| 68 |
+
"tune_projector": true,
|
| 69 |
+
"tune_top_llm_layers": 0,
|
| 70 |
+
"tune_visual": false,
|
| 71 |
+
"tune_vlln": true,
|
| 72 |
+
"use_albumentations": true,
|
| 73 |
+
"use_alternate_vl_dit": true,
|
| 74 |
+
"use_flash_attention": true,
|
| 75 |
+
"use_future_tokens": false,
|
| 76 |
+
"use_mean_std": false,
|
| 77 |
+
"use_percentiles": false,
|
| 78 |
+
"use_vl_self_attention": true,
|
| 79 |
+
"use_vlln": true,
|
| 80 |
+
"vl_self_attention_cfg": {
|
| 81 |
+
"attention_head_dim": 64,
|
| 82 |
+
"dropout": 0.2,
|
| 83 |
+
"final_dropout": true,
|
| 84 |
+
"num_attention_heads": 32,
|
| 85 |
+
"num_layers": 4,
|
| 86 |
+
"positional_embeddings": null
|
| 87 |
+
}
|
| 88 |
+
}
|
16d_30k/checkpoint-2500/embodiment_id.json
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"robocasa_panda_omron": 13,
|
| 3 |
+
"oxe_droid": 17,
|
| 4 |
+
"oxe_fractal": 18,
|
| 5 |
+
"oxe_language_table": 19,
|
| 6 |
+
"oxe_bridge": 20,
|
| 7 |
+
"unknown": 22,
|
| 8 |
+
"gr1_unified": 20,
|
| 9 |
+
"agibot": 26,
|
| 10 |
+
"sim_behavior_r1_pro": 23,
|
| 11 |
+
"xdof": 24,
|
| 12 |
+
"xdof_oss_data": 25,
|
| 13 |
+
"unitree_g1_full_body_with_waist_height_nav_cmd": 25,
|
| 14 |
+
"real_r1_pro_sharpa": 27,
|
| 15 |
+
"real_r1_pro_sharpa_add_view": 27,
|
| 16 |
+
"real_r1_pro_sharpa_relative_arm_joint": 26,
|
| 17 |
+
"real_r1_pro_sharpa_delta_eef": 26,
|
| 18 |
+
"real_r1_pro_sharpa_absolute_eef": 26,
|
| 19 |
+
"real_r1_pro_sharpa_meanstd": 26,
|
| 20 |
+
"real_r1_pro_sharpa_relative_eef": 26,
|
| 21 |
+
"real_r1_pro_sharpa_relative_eef_add_view": 26,
|
| 22 |
+
"real_r1_pro_sharpa_relative_eef_relative_hand": 26,
|
| 23 |
+
"real_r1_pro_sharpa_relative_eef_human": 26,
|
| 24 |
+
"real_r1_pro_sharpa_relative_eef_human_add_view": 26,
|
| 25 |
+
"real_r1_pro_sharpa_relative_eef_human_relative_hand": 26,
|
| 26 |
+
"real_r1_pro_sharpa_relative_eef_egodex": 26,
|
| 27 |
+
"real_r1_pro_sharpa_relative_eef_egodex_relative_hand": 26,
|
| 28 |
+
"real_r1_pro_sharpa_relative_eef_egodex_wrist_only": 26,
|
| 29 |
+
"real_r1_pro_sharpa_relative_eef_maxinsights": 26,
|
| 30 |
+
"real_r1_pro_sharpa_relative_eef_maxinsights_relative_hand": 26,
|
| 31 |
+
"real_r1_pro_sharpa_relative_eef_mecka": 26,
|
| 32 |
+
"real_r1_pro_sharpa_relative_eef_mecka_relative_hand": 26,
|
| 33 |
+
"real_g1_relative_eef_absolute_joints": 25,
|
| 34 |
+
"real_g1_relative_eef_absolute_joints_wrist_cam": 25,
|
| 35 |
+
"real_g1_relative_eef_relative_joints": 25,
|
| 36 |
+
"real_r1_pro_sharpa_relative_eef_relative_hand_relative_joint": 26,
|
| 37 |
+
"real_r1_pro_sharpa_relative_joint": 29,
|
| 38 |
+
"oxe_droid_relative_eef_relative_joint": 24,
|
| 39 |
+
"oxe_droid_relative_eef_relative_joint_swapped": 24,
|
| 40 |
+
"oxe_droid_relative_eef_relative_joint_upweight_z": 24,
|
| 41 |
+
"oxe_droid_relative_eef_relative_joint_upweight_z_swapped": 24,
|
| 42 |
+
"oxe_droid_relative_eef_relative_joint_3view": 24,
|
| 43 |
+
"oxe_droid_relative_eef_relative_joint_3view_swapped": 24,
|
| 44 |
+
"oxe_droid_relative_eef": 24,
|
| 45 |
+
"oxe_droid_joint_position_relative": 24,
|
| 46 |
+
"xdof_relative_eef_relative_joint": 27,
|
| 47 |
+
"xdof_relative_eef_relative_joint_subtask": 27,
|
| 48 |
+
"xdof_relative_eef": 27,
|
| 49 |
+
"xdof_relative_joint": 28,
|
| 50 |
+
"simpler_env_google": 0,
|
| 51 |
+
"simpler_env_widowx": 1,
|
| 52 |
+
"libero_sim": 2,
|
| 53 |
+
"droid_sim": 3,
|
| 54 |
+
"unitree_g1_sonic": 11,
|
| 55 |
+
"new_embodiment": 10,
|
| 56 |
+
"robocasa_gr1_tabletop": 10
|
| 57 |
+
}
|
16d_30k/checkpoint-2500/experiment_cfg/conf.yaml
ADDED
|
@@ -0,0 +1,214 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
load_config_path: null
|
| 2 |
+
model:
|
| 3 |
+
model_type: Gr00tN1d7
|
| 4 |
+
model_dtype: bfloat16
|
| 5 |
+
model_name: nvidia/Cosmos-Reason2-2B
|
| 6 |
+
backbone_model_type: qwen
|
| 7 |
+
model_revision: null
|
| 8 |
+
tune_top_llm_layers: 0
|
| 9 |
+
backbone_embedding_dim: 2048
|
| 10 |
+
tune_llm: false
|
| 11 |
+
tune_visual: false
|
| 12 |
+
select_layer: 12
|
| 13 |
+
reproject_vision: false
|
| 14 |
+
use_flash_attention: true
|
| 15 |
+
load_bf16: false
|
| 16 |
+
backbone_trainable_params_fp32: true
|
| 17 |
+
image_crop_size:
|
| 18 |
+
- 230
|
| 19 |
+
- 230
|
| 20 |
+
image_target_size:
|
| 21 |
+
- 256
|
| 22 |
+
- 256
|
| 23 |
+
shortest_image_edge: null
|
| 24 |
+
crop_fraction: null
|
| 25 |
+
random_rotation_angle: null
|
| 26 |
+
color_jitter_params: null
|
| 27 |
+
use_albumentations_transforms: true
|
| 28 |
+
extra_augmentation_config: null
|
| 29 |
+
formalize_language: true
|
| 30 |
+
apply_sincos_state_encoding: false
|
| 31 |
+
use_percentiles: true
|
| 32 |
+
use_relative_action: true
|
| 33 |
+
max_state_dim: 132
|
| 34 |
+
max_action_dim: 132
|
| 35 |
+
action_horizon: 40
|
| 36 |
+
hidden_size: 1024
|
| 37 |
+
input_embedding_dim: 1536
|
| 38 |
+
state_history_length: 1
|
| 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: 16
|
| 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.2
|
| 64 |
+
exclude_state: false
|
| 65 |
+
use_mean_std: false
|
| 66 |
+
max_num_embodiments: 32
|
| 67 |
+
data:
|
| 68 |
+
datasets:
|
| 69 |
+
- dataset_paths:
|
| 70 |
+
- /root/screwing_train/datasets/screwing35_follower_train
|
| 71 |
+
embodiment_tag: new_embodiment
|
| 72 |
+
mix_ratio: 1.0
|
| 73 |
+
dataset_type: physical_embodiment
|
| 74 |
+
val_dataset_path: null
|
| 75 |
+
modality_configs:
|
| 76 |
+
new_embodiment:
|
| 77 |
+
video:
|
| 78 |
+
delta_indices:
|
| 79 |
+
- 0
|
| 80 |
+
modality_keys:
|
| 81 |
+
- cam_left_head
|
| 82 |
+
- cam_left_wrist
|
| 83 |
+
- cam_right_wrist
|
| 84 |
+
sin_cos_embedding_keys: null
|
| 85 |
+
mean_std_embedding_keys: null
|
| 86 |
+
action_configs: null
|
| 87 |
+
state:
|
| 88 |
+
delta_indices:
|
| 89 |
+
- 0
|
| 90 |
+
modality_keys:
|
| 91 |
+
- arm_left
|
| 92 |
+
- arm_right
|
| 93 |
+
sin_cos_embedding_keys: null
|
| 94 |
+
mean_std_embedding_keys: null
|
| 95 |
+
action_configs: null
|
| 96 |
+
action:
|
| 97 |
+
delta_indices:
|
| 98 |
+
- 0
|
| 99 |
+
- 1
|
| 100 |
+
- 2
|
| 101 |
+
- 3
|
| 102 |
+
- 4
|
| 103 |
+
- 5
|
| 104 |
+
- 6
|
| 105 |
+
- 7
|
| 106 |
+
- 8
|
| 107 |
+
- 9
|
| 108 |
+
- 10
|
| 109 |
+
- 11
|
| 110 |
+
- 12
|
| 111 |
+
- 13
|
| 112 |
+
- 14
|
| 113 |
+
- 15
|
| 114 |
+
modality_keys:
|
| 115 |
+
- arm_left
|
| 116 |
+
- arm_right
|
| 117 |
+
sin_cos_embedding_keys: null
|
| 118 |
+
mean_std_embedding_keys: null
|
| 119 |
+
action_configs:
|
| 120 |
+
- rep: ABSOLUTE
|
| 121 |
+
type: NON_EEF
|
| 122 |
+
format: DEFAULT
|
| 123 |
+
state_key: null
|
| 124 |
+
- rep: ABSOLUTE
|
| 125 |
+
type: NON_EEF
|
| 126 |
+
format: DEFAULT
|
| 127 |
+
state_key: null
|
| 128 |
+
language:
|
| 129 |
+
delta_indices:
|
| 130 |
+
- 0
|
| 131 |
+
modality_keys:
|
| 132 |
+
- annotation.human.primitive_instruction
|
| 133 |
+
sin_cos_embedding_keys: null
|
| 134 |
+
mean_std_embedding_keys: null
|
| 135 |
+
action_configs: null
|
| 136 |
+
download_cache: false
|
| 137 |
+
shard_size: 1024
|
| 138 |
+
episode_sampling_rate: 0.1
|
| 139 |
+
num_shards_per_epoch: 100000
|
| 140 |
+
override_pretraining_statistics: true
|
| 141 |
+
mode: single_turn
|
| 142 |
+
random_chop: 0.0
|
| 143 |
+
mock_dataset_mode: false
|
| 144 |
+
shuffle: true
|
| 145 |
+
seed: 42
|
| 146 |
+
multiprocessing_context: fork
|
| 147 |
+
allow_padding: false
|
| 148 |
+
subsample_ratio: 1.0
|
| 149 |
+
image_crop_size:
|
| 150 |
+
- 244
|
| 151 |
+
- 244
|
| 152 |
+
image_target_size:
|
| 153 |
+
- 224
|
| 154 |
+
- 224
|
| 155 |
+
video_backend: torchcodec
|
| 156 |
+
training:
|
| 157 |
+
output_dir: /root/screwing_train/runs/groot_16d_30k
|
| 158 |
+
experiment_name: null
|
| 159 |
+
max_steps: 30000
|
| 160 |
+
global_batch_size: 128
|
| 161 |
+
batch_size: null
|
| 162 |
+
gradient_accumulation_steps: 1
|
| 163 |
+
learning_rate: 0.0001
|
| 164 |
+
lr_scheduler_type: cosine
|
| 165 |
+
weight_decay: 1.0e-05
|
| 166 |
+
warmup_ratio: 0.05
|
| 167 |
+
warmup_steps: 0
|
| 168 |
+
max_grad_norm: 1.0
|
| 169 |
+
optim: adamw_torch
|
| 170 |
+
start_from_checkpoint: /root/screwing_train/base_model_patched
|
| 171 |
+
skip_weight_loading: false
|
| 172 |
+
tf32: true
|
| 173 |
+
fp16: false
|
| 174 |
+
bf16: true
|
| 175 |
+
eval_bf16: true
|
| 176 |
+
logging_steps: 10
|
| 177 |
+
save_steps: 2500
|
| 178 |
+
save_total_limit: 30
|
| 179 |
+
save_vl_model: false
|
| 180 |
+
save_only_model: true
|
| 181 |
+
upload_checkpoints: false
|
| 182 |
+
upload_every: 1000
|
| 183 |
+
upload_last_n_checkpoints: 5
|
| 184 |
+
max_concurrent_uploads: 2
|
| 185 |
+
eval_strategy: 'no'
|
| 186 |
+
eval_steps: 500
|
| 187 |
+
eval_set_split_ratio: 0.1
|
| 188 |
+
eval_batch_size: 2
|
| 189 |
+
save_best_eval_metric_name: ''
|
| 190 |
+
save_best_eval_metric_greater_is_better: true
|
| 191 |
+
deepspeed_stage: 2
|
| 192 |
+
gradient_checkpointing: false
|
| 193 |
+
transformers_trust_remote_code: true
|
| 194 |
+
transformers_local_files_only: false
|
| 195 |
+
transformers_cache_dir: null
|
| 196 |
+
transformers_access_token: null
|
| 197 |
+
use_ddp: false
|
| 198 |
+
ddp_bucket_cap_mb: 100
|
| 199 |
+
num_gpus: 2
|
| 200 |
+
dataloader_num_workers: 24
|
| 201 |
+
remove_unused_columns: false
|
| 202 |
+
use_wandb: true
|
| 203 |
+
wandb_project: screwing_hil
|
| 204 |
+
enable_profiling: false
|
| 205 |
+
max_retries: 3
|
| 206 |
+
assert_loss_less_than: null
|
| 207 |
+
add_rl_callback: false
|
| 208 |
+
enable_open_loop_eval: false
|
| 209 |
+
open_loop_eval_traj_ids:
|
| 210 |
+
- 0
|
| 211 |
+
open_loop_eval_steps_per_traj: 100
|
| 212 |
+
open_loop_eval_plot_indices: null
|
| 213 |
+
max_steps: 30000
|
| 214 |
+
save_steps: 2500
|
16d_30k/checkpoint-2500/experiment_cfg/config.yaml
ADDED
|
@@ -0,0 +1,239 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
- /root/screwing_train/datasets/screwing35_follower_train
|
| 8 |
+
dataset_type: physical_embodiment
|
| 9 |
+
embodiment_tag: new_embodiment
|
| 10 |
+
mix_ratio: 1.0
|
| 11 |
+
val_dataset_path: null
|
| 12 |
+
download_cache: false
|
| 13 |
+
episode_sampling_rate: 0.1
|
| 14 |
+
image_crop_size:
|
| 15 |
+
- 244
|
| 16 |
+
- 244
|
| 17 |
+
image_target_size:
|
| 18 |
+
- 224
|
| 19 |
+
- 224
|
| 20 |
+
mock_dataset_mode: false
|
| 21 |
+
modality_configs:
|
| 22 |
+
new_embodiment:
|
| 23 |
+
action: !!python/object:gr00t.data.types.ModalityConfig
|
| 24 |
+
action_configs:
|
| 25 |
+
- !!python/object:gr00t.data.types.ActionConfig
|
| 26 |
+
format: &id001 !!python/object/apply:gr00t.data.types.ActionFormat
|
| 27 |
+
- default
|
| 28 |
+
rep: &id002 !!python/object/apply:gr00t.data.types.ActionRepresentation
|
| 29 |
+
- absolute
|
| 30 |
+
state_key: null
|
| 31 |
+
type: &id003 !!python/object/apply:gr00t.data.types.ActionType
|
| 32 |
+
- non_eef
|
| 33 |
+
- !!python/object:gr00t.data.types.ActionConfig
|
| 34 |
+
format: *id001
|
| 35 |
+
rep: *id002
|
| 36 |
+
state_key: null
|
| 37 |
+
type: *id003
|
| 38 |
+
delta_indices:
|
| 39 |
+
- 0
|
| 40 |
+
- 1
|
| 41 |
+
- 2
|
| 42 |
+
- 3
|
| 43 |
+
- 4
|
| 44 |
+
- 5
|
| 45 |
+
- 6
|
| 46 |
+
- 7
|
| 47 |
+
- 8
|
| 48 |
+
- 9
|
| 49 |
+
- 10
|
| 50 |
+
- 11
|
| 51 |
+
- 12
|
| 52 |
+
- 13
|
| 53 |
+
- 14
|
| 54 |
+
- 15
|
| 55 |
+
mean_std_embedding_keys: null
|
| 56 |
+
modality_keys:
|
| 57 |
+
- arm_left
|
| 58 |
+
- arm_right
|
| 59 |
+
sin_cos_embedding_keys: null
|
| 60 |
+
language: !!python/object:gr00t.data.types.ModalityConfig
|
| 61 |
+
action_configs: null
|
| 62 |
+
delta_indices:
|
| 63 |
+
- 0
|
| 64 |
+
mean_std_embedding_keys: null
|
| 65 |
+
modality_keys:
|
| 66 |
+
- annotation.human.primitive_instruction
|
| 67 |
+
sin_cos_embedding_keys: null
|
| 68 |
+
state: !!python/object:gr00t.data.types.ModalityConfig
|
| 69 |
+
action_configs: null
|
| 70 |
+
delta_indices:
|
| 71 |
+
- 0
|
| 72 |
+
mean_std_embedding_keys: null
|
| 73 |
+
modality_keys:
|
| 74 |
+
- arm_left
|
| 75 |
+
- arm_right
|
| 76 |
+
sin_cos_embedding_keys: null
|
| 77 |
+
video: !!python/object:gr00t.data.types.ModalityConfig
|
| 78 |
+
action_configs: null
|
| 79 |
+
delta_indices:
|
| 80 |
+
- 0
|
| 81 |
+
mean_std_embedding_keys: null
|
| 82 |
+
modality_keys:
|
| 83 |
+
- cam_left_head
|
| 84 |
+
- cam_left_wrist
|
| 85 |
+
- cam_right_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: true
|
| 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_n1d7.Gr00tN1d7Config
|
| 99 |
+
_attn_implementation_internal: null
|
| 100 |
+
_commit_hash: null
|
| 101 |
+
_name_or_path: ''
|
| 102 |
+
_output_attentions: false
|
| 103 |
+
add_cross_attention: false
|
| 104 |
+
architectures: null
|
| 105 |
+
backbone_trainable_params_fp32: true
|
| 106 |
+
bad_words_ids: null
|
| 107 |
+
begin_suppress_tokens: null
|
| 108 |
+
bos_token_id: null
|
| 109 |
+
chunk_size_feed_forward: 0
|
| 110 |
+
color_jitter_params: null
|
| 111 |
+
cross_attention_hidden_size: null
|
| 112 |
+
decoder_start_token_id: null
|
| 113 |
+
diffusion_model_cfg:
|
| 114 |
+
attention_head_dim: 48
|
| 115 |
+
dropout: 0.2
|
| 116 |
+
final_dropout: true
|
| 117 |
+
interleave_self_attention: true
|
| 118 |
+
norm_type: ada_norm
|
| 119 |
+
num_attention_heads: 32
|
| 120 |
+
num_layers: 16
|
| 121 |
+
output_dim: 1024
|
| 122 |
+
positional_embeddings: null
|
| 123 |
+
diversity_penalty: 0.0
|
| 124 |
+
do_sample: false
|
| 125 |
+
dtype: null
|
| 126 |
+
early_stopping: false
|
| 127 |
+
encoder_no_repeat_ngram_size: 0
|
| 128 |
+
eos_token_id: null
|
| 129 |
+
exponential_decay_length_penalty: null
|
| 130 |
+
extra_augmentation_config: null
|
| 131 |
+
finetuning_task: null
|
| 132 |
+
forced_bos_token_id: null
|
| 133 |
+
forced_eos_token_id: null
|
| 134 |
+
id2label:
|
| 135 |
+
0: LABEL_0
|
| 136 |
+
1: LABEL_1
|
| 137 |
+
is_decoder: false
|
| 138 |
+
is_encoder_decoder: false
|
| 139 |
+
label2id:
|
| 140 |
+
LABEL_0: 0
|
| 141 |
+
LABEL_1: 1
|
| 142 |
+
length_penalty: 1.0
|
| 143 |
+
load_bf16: false
|
| 144 |
+
max_length: 20
|
| 145 |
+
min_length: 0
|
| 146 |
+
model_name: nvidia/Cosmos-Reason2-2B
|
| 147 |
+
no_repeat_ngram_size: 0
|
| 148 |
+
num_beam_groups: 1
|
| 149 |
+
num_beams: 1
|
| 150 |
+
num_return_sequences: 1
|
| 151 |
+
output_hidden_states: false
|
| 152 |
+
output_scores: false
|
| 153 |
+
pad_token_id: null
|
| 154 |
+
prefix: null
|
| 155 |
+
problem_type: null
|
| 156 |
+
pruned_heads: {}
|
| 157 |
+
random_rotation_angle: null
|
| 158 |
+
remove_invalid_values: false
|
| 159 |
+
repetition_penalty: 1.0
|
| 160 |
+
reproject_vision: false
|
| 161 |
+
return_dict: true
|
| 162 |
+
return_dict_in_generate: false
|
| 163 |
+
sep_token_id: null
|
| 164 |
+
state_dropout_prob: 0.2
|
| 165 |
+
suppress_tokens: null
|
| 166 |
+
task_specific_params: null
|
| 167 |
+
temperature: 1.0
|
| 168 |
+
tf_legacy_loss: false
|
| 169 |
+
tie_encoder_decoder: false
|
| 170 |
+
tie_word_embeddings: true
|
| 171 |
+
tokenizer_class: null
|
| 172 |
+
top_k: 50
|
| 173 |
+
top_p: 1.0
|
| 174 |
+
torchscript: false
|
| 175 |
+
transformers_version: null
|
| 176 |
+
tune_diffusion_model: true
|
| 177 |
+
tune_llm: false
|
| 178 |
+
tune_projector: true
|
| 179 |
+
tune_visual: false
|
| 180 |
+
typical_p: 1.0
|
| 181 |
+
use_bfloat16: false
|
| 182 |
+
use_relative_action: true
|
| 183 |
+
training: !!python/object:gr00t.configs.training.training_config.TrainingConfig
|
| 184 |
+
add_rl_callback: false
|
| 185 |
+
assert_loss_less_than: null
|
| 186 |
+
batch_size: null
|
| 187 |
+
bf16: true
|
| 188 |
+
dataloader_num_workers: 24
|
| 189 |
+
ddp_bucket_cap_mb: 100
|
| 190 |
+
deepspeed_stage: 2
|
| 191 |
+
enable_open_loop_eval: false
|
| 192 |
+
enable_profiling: false
|
| 193 |
+
eval_batch_size: 2
|
| 194 |
+
eval_bf16: true
|
| 195 |
+
eval_set_split_ratio: 0.1
|
| 196 |
+
eval_steps: 500
|
| 197 |
+
eval_strategy: 'no'
|
| 198 |
+
experiment_name: null
|
| 199 |
+
fp16: false
|
| 200 |
+
global_batch_size: 128
|
| 201 |
+
gradient_accumulation_steps: 1
|
| 202 |
+
gradient_checkpointing: false
|
| 203 |
+
learning_rate: 0.0001
|
| 204 |
+
logging_steps: 10
|
| 205 |
+
lr_scheduler_type: cosine
|
| 206 |
+
max_concurrent_uploads: 2
|
| 207 |
+
max_grad_norm: 1.0
|
| 208 |
+
max_retries: 3
|
| 209 |
+
max_steps: 30000
|
| 210 |
+
num_gpus: 2
|
| 211 |
+
open_loop_eval_plot_indices: null
|
| 212 |
+
open_loop_eval_steps_per_traj: 100
|
| 213 |
+
open_loop_eval_traj_ids:
|
| 214 |
+
- 0
|
| 215 |
+
optim: adamw_torch
|
| 216 |
+
output_dir: /root/screwing_train/runs/groot_16d_30k
|
| 217 |
+
remove_unused_columns: false
|
| 218 |
+
save_best_eval_metric_greater_is_better: true
|
| 219 |
+
save_best_eval_metric_name: ''
|
| 220 |
+
save_only_model: true
|
| 221 |
+
save_steps: 2500
|
| 222 |
+
save_total_limit: 30
|
| 223 |
+
save_vl_model: false
|
| 224 |
+
skip_weight_loading: false
|
| 225 |
+
start_from_checkpoint: /root/screwing_train/base_model_patched
|
| 226 |
+
tf32: true
|
| 227 |
+
transformers_access_token: null
|
| 228 |
+
transformers_cache_dir: null
|
| 229 |
+
transformers_local_files_only: false
|
| 230 |
+
transformers_trust_remote_code: true
|
| 231 |
+
upload_checkpoints: false
|
| 232 |
+
upload_every: 1000
|
| 233 |
+
upload_last_n_checkpoints: 5
|
| 234 |
+
use_ddp: false
|
| 235 |
+
use_wandb: true
|
| 236 |
+
wandb_project: screwing_hil
|
| 237 |
+
warmup_ratio: 0.05
|
| 238 |
+
warmup_steps: 0
|
| 239 |
+
weight_decay: 1.0e-05
|
16d_30k/checkpoint-2500/experiment_cfg/dataset_statistics.json
ADDED
|
@@ -0,0 +1,257 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"new_embodiment": {
|
| 3 |
+
"state": {
|
| 4 |
+
"arm_left": {
|
| 5 |
+
"min": [
|
| 6 |
+
-0.3512935936450958,
|
| 7 |
+
-0.0003355582884978503,
|
| 8 |
+
-0.4693501889705658,
|
| 9 |
+
-2.0985336303710938,
|
| 10 |
+
-0.30987611413002014,
|
| 11 |
+
-0.390062540769577,
|
| 12 |
+
-0.756526529788971,
|
| 13 |
+
-0.0015339808305725455
|
| 14 |
+
],
|
| 15 |
+
"max": [
|
| 16 |
+
0.4587441384792328,
|
| 17 |
+
0.4674566686153412,
|
| 18 |
+
0.2403915673494339,
|
| 19 |
+
-0.8097261190414429,
|
| 20 |
+
0.30678418278694153,
|
| 21 |
+
0.7219297289848328,
|
| 22 |
+
0.09214304387569427,
|
| 23 |
+
1.0001554489135742
|
| 24 |
+
],
|
| 25 |
+
"mean": [
|
| 26 |
+
0.045786481350660324,
|
| 27 |
+
0.1028616651892662,
|
| 28 |
+
-0.08757976442575455,
|
| 29 |
+
-1.7214374542236328,
|
| 30 |
+
0.016063803806900978,
|
| 31 |
+
0.22246477007865906,
|
| 32 |
+
-0.3082488775253296,
|
| 33 |
+
0.23499731719493866
|
| 34 |
+
],
|
| 35 |
+
"std": [
|
| 36 |
+
0.20334461331367493,
|
| 37 |
+
0.0962500348687172,
|
| 38 |
+
0.16793721914291382,
|
| 39 |
+
0.24059325456619263,
|
| 40 |
+
0.12082602083683014,
|
| 41 |
+
0.2635464370250702,
|
| 42 |
+
0.22770243883132935,
|
| 43 |
+
0.38598382472991943
|
| 44 |
+
],
|
| 45 |
+
"q01": [
|
| 46 |
+
-0.28486502170562744,
|
| 47 |
+
0.0,
|
| 48 |
+
-0.4279566705226898,
|
| 49 |
+
-2.013697385787964,
|
| 50 |
+
-0.2523278594017029,
|
| 51 |
+
-0.2879210114479065,
|
| 52 |
+
-0.7209579944610596,
|
| 53 |
+
0.0
|
| 54 |
+
],
|
| 55 |
+
"q99": [
|
| 56 |
+
0.4115143120288849,
|
| 57 |
+
0.4564431607723236,
|
| 58 |
+
0.18591128289699554,
|
| 59 |
+
-0.9433622360229492,
|
| 60 |
+
0.2618792951107025,
|
| 61 |
+
0.7118869423866272,
|
| 62 |
+
0.06595534831285477,
|
| 63 |
+
0.9970875382423401
|
| 64 |
+
]
|
| 65 |
+
},
|
| 66 |
+
"arm_right": {
|
| 67 |
+
"min": [
|
| 68 |
+
-0.9125747680664062,
|
| 69 |
+
-0.46813976764678955,
|
| 70 |
+
-0.08915065228939056,
|
| 71 |
+
-2.0727076530456543,
|
| 72 |
+
-0.9404261112213135,
|
| 73 |
+
-0.15235544741153717,
|
| 74 |
+
-0.053947482258081436,
|
| 75 |
+
0.0
|
| 76 |
+
],
|
| 77 |
+
"max": [
|
| 78 |
+
0.3974807858467102,
|
| 79 |
+
-0.031806133687496185,
|
| 80 |
+
1.0656253099441528,
|
| 81 |
+
-1.032512903213501,
|
| 82 |
+
0.13881327211856842,
|
| 83 |
+
1.1778095960617065,
|
| 84 |
+
0.8715579509735107,
|
| 85 |
+
1.277806043624878
|
| 86 |
+
],
|
| 87 |
+
"mean": [
|
| 88 |
+
-0.25570186972618103,
|
| 89 |
+
-0.2676304280757904,
|
| 90 |
+
0.3035861551761627,
|
| 91 |
+
-1.7064963579177856,
|
| 92 |
+
-0.25106674432754517,
|
| 93 |
+
0.5091767311096191,
|
| 94 |
+
0.43237197399139404,
|
| 95 |
+
0.3860172629356384
|
| 96 |
+
],
|
| 97 |
+
"std": [
|
| 98 |
+
0.25905025005340576,
|
| 99 |
+
0.0594896525144577,
|
| 100 |
+
0.17308898270130157,
|
| 101 |
+
0.18367764353752136,
|
| 102 |
+
0.19315017759799957,
|
| 103 |
+
0.2880626618862152,
|
| 104 |
+
0.1807917058467865,
|
| 105 |
+
0.33443471789360046
|
| 106 |
+
],
|
| 107 |
+
"q01": [
|
| 108 |
+
-0.8353484272956848,
|
| 109 |
+
-0.43082091212272644,
|
| 110 |
+
-0.01853959634900093,
|
| 111 |
+
-2.0081846714019775,
|
| 112 |
+
-0.7463775277137756,
|
| 113 |
+
-0.06663229316473007,
|
| 114 |
+
0.07988695055246353,
|
| 115 |
+
0.0015339808305725455
|
| 116 |
+
],
|
| 117 |
+
"q99": [
|
| 118 |
+
0.28748956322669983,
|
| 119 |
+
-0.14874820411205292,
|
| 120 |
+
0.8437014222145081,
|
| 121 |
+
-1.2486603260040283,
|
| 122 |
+
0.12267052382230759,
|
| 123 |
+
1.0415489673614502,
|
| 124 |
+
0.8113635182380676,
|
| 125 |
+
0.8682331442832947
|
| 126 |
+
]
|
| 127 |
+
}
|
| 128 |
+
},
|
| 129 |
+
"action": {
|
| 130 |
+
"arm_left": {
|
| 131 |
+
"min": [
|
| 132 |
+
-0.3512935936450958,
|
| 133 |
+
-0.0003355582884978503,
|
| 134 |
+
-0.4693501889705658,
|
| 135 |
+
-2.0985336303710938,
|
| 136 |
+
-0.30987611413002014,
|
| 137 |
+
-0.390062540769577,
|
| 138 |
+
-0.756526529788971,
|
| 139 |
+
-0.0015339808305725455
|
| 140 |
+
],
|
| 141 |
+
"max": [
|
| 142 |
+
0.4587441384792328,
|
| 143 |
+
0.4674566686153412,
|
| 144 |
+
0.2403915673494339,
|
| 145 |
+
-0.8097261190414429,
|
| 146 |
+
0.30678418278694153,
|
| 147 |
+
0.7219297289848328,
|
| 148 |
+
0.09214304387569427,
|
| 149 |
+
1.0001554489135742
|
| 150 |
+
],
|
| 151 |
+
"mean": [
|
| 152 |
+
0.04590541869401932,
|
| 153 |
+
0.10304273664951324,
|
| 154 |
+
-0.08747139573097229,
|
| 155 |
+
-1.721885085105896,
|
| 156 |
+
0.016054483130574226,
|
| 157 |
+
0.22288048267364502,
|
| 158 |
+
-0.3089201748371124,
|
| 159 |
+
0.23478840291500092
|
| 160 |
+
],
|
| 161 |
+
"std": [
|
| 162 |
+
0.20350636541843414,
|
| 163 |
+
0.09618024528026581,
|
| 164 |
+
0.16804173588752747,
|
| 165 |
+
0.24068261682987166,
|
| 166 |
+
0.1208517923951149,
|
| 167 |
+
0.26317518949508667,
|
| 168 |
+
0.22766965627670288,
|
| 169 |
+
0.3860923647880554
|
| 170 |
+
],
|
| 171 |
+
"q01": [
|
| 172 |
+
-0.28486502170562744,
|
| 173 |
+
0.0,
|
| 174 |
+
-0.4279566705226898,
|
| 175 |
+
-2.013697385787964,
|
| 176 |
+
-0.2523278594017029,
|
| 177 |
+
-0.2877771854400635,
|
| 178 |
+
-0.7209579944610596,
|
| 179 |
+
0.0
|
| 180 |
+
],
|
| 181 |
+
"q99": [
|
| 182 |
+
0.41167011857032776,
|
| 183 |
+
0.4564431607723236,
|
| 184 |
+
0.1860191375017166,
|
| 185 |
+
-0.9433622360229492,
|
| 186 |
+
0.2618792951107025,
|
| 187 |
+
0.7118869423866272,
|
| 188 |
+
0.06595534831285477,
|
| 189 |
+
0.9970875382423401
|
| 190 |
+
]
|
| 191 |
+
},
|
| 192 |
+
"arm_right": {
|
| 193 |
+
"min": [
|
| 194 |
+
-0.9125747680664062,
|
| 195 |
+
-0.46813976764678955,
|
| 196 |
+
-0.08915065228939056,
|
| 197 |
+
-2.0727076530456543,
|
| 198 |
+
-0.9404261112213135,
|
| 199 |
+
-0.15235544741153717,
|
| 200 |
+
-0.053947482258081436,
|
| 201 |
+
0.0
|
| 202 |
+
],
|
| 203 |
+
"max": [
|
| 204 |
+
0.3974807858467102,
|
| 205 |
+
-0.031806133687496185,
|
| 206 |
+
1.0656253099441528,
|
| 207 |
+
-1.032512903213501,
|
| 208 |
+
0.13881327211856842,
|
| 209 |
+
1.1778095960617065,
|
| 210 |
+
0.8715579509735107,
|
| 211 |
+
1.277806043624878
|
| 212 |
+
],
|
| 213 |
+
"mean": [
|
| 214 |
+
-0.255352258682251,
|
| 215 |
+
-0.2675997316837311,
|
| 216 |
+
0.3033587634563446,
|
| 217 |
+
-1.7069568634033203,
|
| 218 |
+
-0.2512829005718231,
|
| 219 |
+
0.5092591047286987,
|
| 220 |
+
0.43265601992607117,
|
| 221 |
+
0.3857439160346985
|
| 222 |
+
],
|
| 223 |
+
"std": [
|
| 224 |
+
0.25960078835487366,
|
| 225 |
+
0.059564266353845596,
|
| 226 |
+
0.17328619956970215,
|
| 227 |
+
0.1838947683572763,
|
| 228 |
+
0.19315995275974274,
|
| 229 |
+
0.2880189120769501,
|
| 230 |
+
0.18076331913471222,
|
| 231 |
+
0.3346700072288513
|
| 232 |
+
],
|
| 233 |
+
"q01": [
|
| 234 |
+
-0.8353484272956848,
|
| 235 |
+
-0.43082091212272644,
|
| 236 |
+
-0.01853959634900093,
|
| 237 |
+
-2.0086400508880615,
|
| 238 |
+
-0.7463775277137756,
|
| 239 |
+
-0.06663229316473007,
|
| 240 |
+
0.07988695055246353,
|
| 241 |
+
0.0015339808305725455
|
| 242 |
+
],
|
| 243 |
+
"q99": [
|
| 244 |
+
0.288448303937912,
|
| 245 |
+
-0.14868827164173126,
|
| 246 |
+
0.8437014222145081,
|
| 247 |
+
-1.2486603260040283,
|
| 248 |
+
0.12267052382230759,
|
| 249 |
+
1.0415489673614502,
|
| 250 |
+
0.8113635182380676,
|
| 251 |
+
0.8682331442832947
|
| 252 |
+
]
|
| 253 |
+
}
|
| 254 |
+
},
|
| 255 |
+
"relative_action": {}
|
| 256 |
+
}
|
| 257 |
+
}
|
16d_30k/checkpoint-2500/experiment_cfg/final_model_config.json
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "Gr00tN1d7",
|
| 3 |
+
"model_dtype": "bfloat16",
|
| 4 |
+
"model_name": "nvidia/Cosmos-Reason2-2B",
|
| 5 |
+
"backbone_model_type": "qwen",
|
| 6 |
+
"model_revision": null,
|
| 7 |
+
"tune_top_llm_layers": 0,
|
| 8 |
+
"backbone_embedding_dim": 2048,
|
| 9 |
+
"tune_llm": false,
|
| 10 |
+
"tune_visual": false,
|
| 11 |
+
"select_layer": 16,
|
| 12 |
+
"reproject_vision": false,
|
| 13 |
+
"use_flash_attention": true,
|
| 14 |
+
"load_bf16": false,
|
| 15 |
+
"backbone_trainable_params_fp32": true,
|
| 16 |
+
"extra_augmentation_config": null,
|
| 17 |
+
"apply_sincos_state_encoding": false,
|
| 18 |
+
"use_percentiles": false,
|
| 19 |
+
"use_relative_action": false,
|
| 20 |
+
"max_state_dim": 132,
|
| 21 |
+
"max_action_dim": 132,
|
| 22 |
+
"action_horizon": 40,
|
| 23 |
+
"hidden_size": 1024,
|
| 24 |
+
"input_embedding_dim": 1536,
|
| 25 |
+
"state_history_length": 1,
|
| 26 |
+
"add_pos_embed": true,
|
| 27 |
+
"attn_dropout": 0.2,
|
| 28 |
+
"use_vlln": true,
|
| 29 |
+
"max_seq_len": 1024,
|
| 30 |
+
"use_alternate_vl_dit": true,
|
| 31 |
+
"attend_text_every_n_blocks": 2,
|
| 32 |
+
"diffusion_model_cfg": {
|
| 33 |
+
"attention_head_dim": 48,
|
| 34 |
+
"dropout": 0.2,
|
| 35 |
+
"final_dropout": true,
|
| 36 |
+
"interleave_self_attention": true,
|
| 37 |
+
"norm_type": "ada_norm",
|
| 38 |
+
"num_attention_heads": 32,
|
| 39 |
+
"num_layers": 32,
|
| 40 |
+
"output_dim": 1024,
|
| 41 |
+
"positional_embeddings": null
|
| 42 |
+
},
|
| 43 |
+
"num_inference_timesteps": 4,
|
| 44 |
+
"noise_beta_alpha": 1.5,
|
| 45 |
+
"noise_beta_beta": 1.0,
|
| 46 |
+
"noise_s": 0.999,
|
| 47 |
+
"num_timestep_buckets": 1000,
|
| 48 |
+
"tune_projector": true,
|
| 49 |
+
"tune_diffusion_model": true,
|
| 50 |
+
"tune_vlln": true,
|
| 51 |
+
"state_dropout_prob": 0.2,
|
| 52 |
+
"exclude_state": false,
|
| 53 |
+
"use_mean_std": false,
|
| 54 |
+
"max_num_embodiments": 32
|
| 55 |
+
}
|
16d_30k/checkpoint-2500/experiment_cfg/final_processor_config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
16d_30k/checkpoint-2500/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84dd66fa113d83c3dcb257446dddcac84ca20e877c565f1764b6ae17da084818
|
| 3 |
+
size 4990519232
|
16d_30k/checkpoint-2500/model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:776a4905c24e38b49625786c028bff9500af3dacf59201bdfa466a96583777a0
|
| 3 |
+
size 1919980184
|
16d_30k/checkpoint-2500/model.safetensors.index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
16d_30k/checkpoint-2500/processor_config.json
ADDED
|
@@ -0,0 +1,1124 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"processor_class": "Gr00tN1d7Processor",
|
| 3 |
+
"processor_kwargs": {
|
| 4 |
+
"modality_configs": {
|
| 5 |
+
"real_g1_relative_eef_relative_joints": {
|
| 6 |
+
"video": {
|
| 7 |
+
"delta_indices": [
|
| 8 |
+
-20,
|
| 9 |
+
0
|
| 10 |
+
],
|
| 11 |
+
"modality_keys": [
|
| 12 |
+
"ego_view"
|
| 13 |
+
],
|
| 14 |
+
"sin_cos_embedding_keys": null,
|
| 15 |
+
"mean_std_embedding_keys": null,
|
| 16 |
+
"action_configs": null
|
| 17 |
+
},
|
| 18 |
+
"state": {
|
| 19 |
+
"delta_indices": [
|
| 20 |
+
0
|
| 21 |
+
],
|
| 22 |
+
"modality_keys": [
|
| 23 |
+
"left_wrist_eef_9d",
|
| 24 |
+
"right_wrist_eef_9d",
|
| 25 |
+
"left_hand",
|
| 26 |
+
"right_hand",
|
| 27 |
+
"left_arm",
|
| 28 |
+
"right_arm",
|
| 29 |
+
"waist"
|
| 30 |
+
],
|
| 31 |
+
"sin_cos_embedding_keys": null,
|
| 32 |
+
"mean_std_embedding_keys": null,
|
| 33 |
+
"action_configs": null
|
| 34 |
+
},
|
| 35 |
+
"action": {
|
| 36 |
+
"delta_indices": [
|
| 37 |
+
0,
|
| 38 |
+
1,
|
| 39 |
+
2,
|
| 40 |
+
3,
|
| 41 |
+
4,
|
| 42 |
+
5,
|
| 43 |
+
6,
|
| 44 |
+
7,
|
| 45 |
+
8,
|
| 46 |
+
9,
|
| 47 |
+
10,
|
| 48 |
+
11,
|
| 49 |
+
12,
|
| 50 |
+
13,
|
| 51 |
+
14,
|
| 52 |
+
15,
|
| 53 |
+
16,
|
| 54 |
+
17,
|
| 55 |
+
18,
|
| 56 |
+
19,
|
| 57 |
+
20,
|
| 58 |
+
21,
|
| 59 |
+
22,
|
| 60 |
+
23,
|
| 61 |
+
24,
|
| 62 |
+
25,
|
| 63 |
+
26,
|
| 64 |
+
27,
|
| 65 |
+
28,
|
| 66 |
+
29,
|
| 67 |
+
30,
|
| 68 |
+
31,
|
| 69 |
+
32,
|
| 70 |
+
33,
|
| 71 |
+
34,
|
| 72 |
+
35,
|
| 73 |
+
36,
|
| 74 |
+
37,
|
| 75 |
+
38,
|
| 76 |
+
39
|
| 77 |
+
],
|
| 78 |
+
"modality_keys": [
|
| 79 |
+
"left_wrist_eef_9d",
|
| 80 |
+
"right_wrist_eef_9d",
|
| 81 |
+
"left_hand",
|
| 82 |
+
"right_hand",
|
| 83 |
+
"left_arm",
|
| 84 |
+
"right_arm",
|
| 85 |
+
"waist",
|
| 86 |
+
"base_height_command",
|
| 87 |
+
"navigate_command"
|
| 88 |
+
],
|
| 89 |
+
"sin_cos_embedding_keys": null,
|
| 90 |
+
"mean_std_embedding_keys": null,
|
| 91 |
+
"action_configs": [
|
| 92 |
+
{
|
| 93 |
+
"rep": "RELATIVE",
|
| 94 |
+
"type": "EEF",
|
| 95 |
+
"format": "XYZ_ROT6D",
|
| 96 |
+
"state_key": "left_wrist_eef_9d"
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"rep": "RELATIVE",
|
| 100 |
+
"type": "EEF",
|
| 101 |
+
"format": "XYZ_ROT6D",
|
| 102 |
+
"state_key": "right_wrist_eef_9d"
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"rep": "ABSOLUTE",
|
| 106 |
+
"type": "NON_EEF",
|
| 107 |
+
"format": "DEFAULT",
|
| 108 |
+
"state_key": "left_hand"
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"rep": "ABSOLUTE",
|
| 112 |
+
"type": "NON_EEF",
|
| 113 |
+
"format": "DEFAULT",
|
| 114 |
+
"state_key": "right_hand"
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"rep": "RELATIVE",
|
| 118 |
+
"type": "NON_EEF",
|
| 119 |
+
"format": "DEFAULT",
|
| 120 |
+
"state_key": "left_arm"
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"rep": "RELATIVE",
|
| 124 |
+
"type": "NON_EEF",
|
| 125 |
+
"format": "DEFAULT",
|
| 126 |
+
"state_key": "right_arm"
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"rep": "ABSOLUTE",
|
| 130 |
+
"type": "NON_EEF",
|
| 131 |
+
"format": "DEFAULT",
|
| 132 |
+
"state_key": "waist"
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"rep": "ABSOLUTE",
|
| 136 |
+
"type": "NON_EEF",
|
| 137 |
+
"format": "DEFAULT",
|
| 138 |
+
"state_key": "base_height_command"
|
| 139 |
+
},
|
| 140 |
+
{
|
| 141 |
+
"rep": "ABSOLUTE",
|
| 142 |
+
"type": "NON_EEF",
|
| 143 |
+
"format": "DEFAULT",
|
| 144 |
+
"state_key": "navigate_command"
|
| 145 |
+
}
|
| 146 |
+
]
|
| 147 |
+
},
|
| 148 |
+
"language": {
|
| 149 |
+
"delta_indices": [
|
| 150 |
+
0
|
| 151 |
+
],
|
| 152 |
+
"modality_keys": [
|
| 153 |
+
"annotation.human.task_description"
|
| 154 |
+
],
|
| 155 |
+
"sin_cos_embedding_keys": null,
|
| 156 |
+
"mean_std_embedding_keys": null,
|
| 157 |
+
"action_configs": null
|
| 158 |
+
}
|
| 159 |
+
},
|
| 160 |
+
"real_r1_pro_sharpa_relative_eef_mecka": {
|
| 161 |
+
"video": {
|
| 162 |
+
"delta_indices": [
|
| 163 |
+
-30,
|
| 164 |
+
0
|
| 165 |
+
],
|
| 166 |
+
"modality_keys": [
|
| 167 |
+
"ego_view_cropratio_res320x240_freq30"
|
| 168 |
+
],
|
| 169 |
+
"sin_cos_embedding_keys": null,
|
| 170 |
+
"mean_std_embedding_keys": null,
|
| 171 |
+
"action_configs": null
|
| 172 |
+
},
|
| 173 |
+
"state": {
|
| 174 |
+
"delta_indices": [
|
| 175 |
+
0
|
| 176 |
+
],
|
| 177 |
+
"modality_keys": [
|
| 178 |
+
"left_wrist_eef",
|
| 179 |
+
"right_wrist_eef",
|
| 180 |
+
"left_hand_joints",
|
| 181 |
+
"right_hand_joints"
|
| 182 |
+
],
|
| 183 |
+
"sin_cos_embedding_keys": null,
|
| 184 |
+
"mean_std_embedding_keys": null,
|
| 185 |
+
"action_configs": null
|
| 186 |
+
},
|
| 187 |
+
"action": {
|
| 188 |
+
"delta_indices": [
|
| 189 |
+
0,
|
| 190 |
+
1,
|
| 191 |
+
2,
|
| 192 |
+
3,
|
| 193 |
+
4,
|
| 194 |
+
5,
|
| 195 |
+
6,
|
| 196 |
+
7,
|
| 197 |
+
8,
|
| 198 |
+
9,
|
| 199 |
+
10,
|
| 200 |
+
11,
|
| 201 |
+
12,
|
| 202 |
+
13,
|
| 203 |
+
14,
|
| 204 |
+
15,
|
| 205 |
+
16,
|
| 206 |
+
17,
|
| 207 |
+
18,
|
| 208 |
+
19,
|
| 209 |
+
20,
|
| 210 |
+
21,
|
| 211 |
+
22,
|
| 212 |
+
23,
|
| 213 |
+
24,
|
| 214 |
+
25,
|
| 215 |
+
26,
|
| 216 |
+
27,
|
| 217 |
+
28,
|
| 218 |
+
29,
|
| 219 |
+
30,
|
| 220 |
+
31,
|
| 221 |
+
32,
|
| 222 |
+
33,
|
| 223 |
+
34,
|
| 224 |
+
35,
|
| 225 |
+
36,
|
| 226 |
+
37,
|
| 227 |
+
38,
|
| 228 |
+
39
|
| 229 |
+
],
|
| 230 |
+
"modality_keys": [
|
| 231 |
+
"left_wrist_eef",
|
| 232 |
+
"right_wrist_eef",
|
| 233 |
+
"left_hand_joints",
|
| 234 |
+
"right_hand_joints"
|
| 235 |
+
],
|
| 236 |
+
"sin_cos_embedding_keys": null,
|
| 237 |
+
"mean_std_embedding_keys": null,
|
| 238 |
+
"action_configs": [
|
| 239 |
+
{
|
| 240 |
+
"rep": "RELATIVE",
|
| 241 |
+
"type": "EEF",
|
| 242 |
+
"format": "XYZ_ROT6D",
|
| 243 |
+
"state_key": "left_wrist_eef"
|
| 244 |
+
},
|
| 245 |
+
{
|
| 246 |
+
"rep": "RELATIVE",
|
| 247 |
+
"type": "EEF",
|
| 248 |
+
"format": "XYZ_ROT6D",
|
| 249 |
+
"state_key": "right_wrist_eef"
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"rep": "ABSOLUTE",
|
| 253 |
+
"type": "NON_EEF",
|
| 254 |
+
"format": "DEFAULT",
|
| 255 |
+
"state_key": "left_hand_joints"
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"rep": "ABSOLUTE",
|
| 259 |
+
"type": "NON_EEF",
|
| 260 |
+
"format": "DEFAULT",
|
| 261 |
+
"state_key": "right_hand_joints"
|
| 262 |
+
}
|
| 263 |
+
]
|
| 264 |
+
},
|
| 265 |
+
"language": {
|
| 266 |
+
"delta_indices": [
|
| 267 |
+
0
|
| 268 |
+
],
|
| 269 |
+
"modality_keys": [
|
| 270 |
+
"annotation.human.coarse_action"
|
| 271 |
+
],
|
| 272 |
+
"sin_cos_embedding_keys": null,
|
| 273 |
+
"mean_std_embedding_keys": null,
|
| 274 |
+
"action_configs": null
|
| 275 |
+
}
|
| 276 |
+
},
|
| 277 |
+
"real_r1_pro_sharpa_relative_eef_human": {
|
| 278 |
+
"video": {
|
| 279 |
+
"delta_indices": [
|
| 280 |
+
-20,
|
| 281 |
+
0
|
| 282 |
+
],
|
| 283 |
+
"modality_keys": [
|
| 284 |
+
"ego_view_res320x240_freq20",
|
| 285 |
+
"left_wrist_view_res320x240_freq20",
|
| 286 |
+
"right_wrist_view_res320x240_freq20"
|
| 287 |
+
],
|
| 288 |
+
"sin_cos_embedding_keys": null,
|
| 289 |
+
"mean_std_embedding_keys": null,
|
| 290 |
+
"action_configs": null
|
| 291 |
+
},
|
| 292 |
+
"state": {
|
| 293 |
+
"delta_indices": [
|
| 294 |
+
0
|
| 295 |
+
],
|
| 296 |
+
"modality_keys": [
|
| 297 |
+
"left_wrist_eef",
|
| 298 |
+
"right_wrist_eef",
|
| 299 |
+
"left_hand_joints",
|
| 300 |
+
"right_hand_joints"
|
| 301 |
+
],
|
| 302 |
+
"sin_cos_embedding_keys": null,
|
| 303 |
+
"mean_std_embedding_keys": null,
|
| 304 |
+
"action_configs": null
|
| 305 |
+
},
|
| 306 |
+
"action": {
|
| 307 |
+
"delta_indices": [
|
| 308 |
+
0,
|
| 309 |
+
1,
|
| 310 |
+
2,
|
| 311 |
+
3,
|
| 312 |
+
4,
|
| 313 |
+
5,
|
| 314 |
+
6,
|
| 315 |
+
7,
|
| 316 |
+
8,
|
| 317 |
+
9,
|
| 318 |
+
10,
|
| 319 |
+
11,
|
| 320 |
+
12,
|
| 321 |
+
13,
|
| 322 |
+
14,
|
| 323 |
+
15,
|
| 324 |
+
16,
|
| 325 |
+
17,
|
| 326 |
+
18,
|
| 327 |
+
19,
|
| 328 |
+
20,
|
| 329 |
+
21,
|
| 330 |
+
22,
|
| 331 |
+
23,
|
| 332 |
+
24,
|
| 333 |
+
25,
|
| 334 |
+
26,
|
| 335 |
+
27,
|
| 336 |
+
28,
|
| 337 |
+
29,
|
| 338 |
+
30,
|
| 339 |
+
31,
|
| 340 |
+
32,
|
| 341 |
+
33,
|
| 342 |
+
34,
|
| 343 |
+
35,
|
| 344 |
+
36,
|
| 345 |
+
37,
|
| 346 |
+
38,
|
| 347 |
+
39
|
| 348 |
+
],
|
| 349 |
+
"modality_keys": [
|
| 350 |
+
"left_wrist_eef",
|
| 351 |
+
"right_wrist_eef",
|
| 352 |
+
"left_hand_joints",
|
| 353 |
+
"right_hand_joints"
|
| 354 |
+
],
|
| 355 |
+
"sin_cos_embedding_keys": null,
|
| 356 |
+
"mean_std_embedding_keys": null,
|
| 357 |
+
"action_configs": [
|
| 358 |
+
{
|
| 359 |
+
"rep": "RELATIVE",
|
| 360 |
+
"type": "EEF",
|
| 361 |
+
"format": "XYZ_ROT6D",
|
| 362 |
+
"state_key": "left_wrist_eef"
|
| 363 |
+
},
|
| 364 |
+
{
|
| 365 |
+
"rep": "RELATIVE",
|
| 366 |
+
"type": "EEF",
|
| 367 |
+
"format": "XYZ_ROT6D",
|
| 368 |
+
"state_key": "right_wrist_eef"
|
| 369 |
+
},
|
| 370 |
+
{
|
| 371 |
+
"rep": "ABSOLUTE",
|
| 372 |
+
"type": "NON_EEF",
|
| 373 |
+
"format": "DEFAULT",
|
| 374 |
+
"state_key": "left_hand_joints"
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"rep": "ABSOLUTE",
|
| 378 |
+
"type": "NON_EEF",
|
| 379 |
+
"format": "DEFAULT",
|
| 380 |
+
"state_key": "right_hand_joints"
|
| 381 |
+
}
|
| 382 |
+
]
|
| 383 |
+
},
|
| 384 |
+
"language": {
|
| 385 |
+
"delta_indices": [
|
| 386 |
+
0
|
| 387 |
+
],
|
| 388 |
+
"modality_keys": [
|
| 389 |
+
"annotation.human.coarse_action"
|
| 390 |
+
],
|
| 391 |
+
"sin_cos_embedding_keys": null,
|
| 392 |
+
"mean_std_embedding_keys": null,
|
| 393 |
+
"action_configs": null
|
| 394 |
+
}
|
| 395 |
+
},
|
| 396 |
+
"real_r1_pro_sharpa_relative_eef": {
|
| 397 |
+
"video": {
|
| 398 |
+
"delta_indices": [
|
| 399 |
+
-20,
|
| 400 |
+
0
|
| 401 |
+
],
|
| 402 |
+
"modality_keys": [
|
| 403 |
+
"ego_view_res320x240_freq20",
|
| 404 |
+
"left_wrist_view_res320x240_freq20",
|
| 405 |
+
"right_wrist_view_res320x240_freq20"
|
| 406 |
+
],
|
| 407 |
+
"sin_cos_embedding_keys": null,
|
| 408 |
+
"mean_std_embedding_keys": null,
|
| 409 |
+
"action_configs": null
|
| 410 |
+
},
|
| 411 |
+
"state": {
|
| 412 |
+
"delta_indices": [
|
| 413 |
+
0
|
| 414 |
+
],
|
| 415 |
+
"modality_keys": [
|
| 416 |
+
"left_wrist_eef",
|
| 417 |
+
"right_wrist_eef",
|
| 418 |
+
"left_hand_joints",
|
| 419 |
+
"right_hand_joints"
|
| 420 |
+
],
|
| 421 |
+
"sin_cos_embedding_keys": null,
|
| 422 |
+
"mean_std_embedding_keys": null,
|
| 423 |
+
"action_configs": null
|
| 424 |
+
},
|
| 425 |
+
"action": {
|
| 426 |
+
"delta_indices": [
|
| 427 |
+
0,
|
| 428 |
+
1,
|
| 429 |
+
2,
|
| 430 |
+
3,
|
| 431 |
+
4,
|
| 432 |
+
5,
|
| 433 |
+
6,
|
| 434 |
+
7,
|
| 435 |
+
8,
|
| 436 |
+
9,
|
| 437 |
+
10,
|
| 438 |
+
11,
|
| 439 |
+
12,
|
| 440 |
+
13,
|
| 441 |
+
14,
|
| 442 |
+
15,
|
| 443 |
+
16,
|
| 444 |
+
17,
|
| 445 |
+
18,
|
| 446 |
+
19,
|
| 447 |
+
20,
|
| 448 |
+
21,
|
| 449 |
+
22,
|
| 450 |
+
23,
|
| 451 |
+
24,
|
| 452 |
+
25,
|
| 453 |
+
26,
|
| 454 |
+
27,
|
| 455 |
+
28,
|
| 456 |
+
29,
|
| 457 |
+
30,
|
| 458 |
+
31,
|
| 459 |
+
32,
|
| 460 |
+
33,
|
| 461 |
+
34,
|
| 462 |
+
35,
|
| 463 |
+
36,
|
| 464 |
+
37,
|
| 465 |
+
38,
|
| 466 |
+
39
|
| 467 |
+
],
|
| 468 |
+
"modality_keys": [
|
| 469 |
+
"left_wrist_eef",
|
| 470 |
+
"right_wrist_eef",
|
| 471 |
+
"left_hand_joints",
|
| 472 |
+
"right_hand_joints"
|
| 473 |
+
],
|
| 474 |
+
"sin_cos_embedding_keys": null,
|
| 475 |
+
"mean_std_embedding_keys": null,
|
| 476 |
+
"action_configs": [
|
| 477 |
+
{
|
| 478 |
+
"rep": "RELATIVE",
|
| 479 |
+
"type": "EEF",
|
| 480 |
+
"format": "XYZ_ROT6D",
|
| 481 |
+
"state_key": "left_wrist_eef"
|
| 482 |
+
},
|
| 483 |
+
{
|
| 484 |
+
"rep": "RELATIVE",
|
| 485 |
+
"type": "EEF",
|
| 486 |
+
"format": "XYZ_ROT6D",
|
| 487 |
+
"state_key": "right_wrist_eef"
|
| 488 |
+
},
|
| 489 |
+
{
|
| 490 |
+
"rep": "ABSOLUTE",
|
| 491 |
+
"type": "NON_EEF",
|
| 492 |
+
"format": "DEFAULT",
|
| 493 |
+
"state_key": "left_hand_joints"
|
| 494 |
+
},
|
| 495 |
+
{
|
| 496 |
+
"rep": "ABSOLUTE",
|
| 497 |
+
"type": "NON_EEF",
|
| 498 |
+
"format": "DEFAULT",
|
| 499 |
+
"state_key": "right_hand_joints"
|
| 500 |
+
}
|
| 501 |
+
]
|
| 502 |
+
},
|
| 503 |
+
"language": {
|
| 504 |
+
"delta_indices": [
|
| 505 |
+
0
|
| 506 |
+
],
|
| 507 |
+
"modality_keys": [
|
| 508 |
+
"annotation.human.coarse_action"
|
| 509 |
+
],
|
| 510 |
+
"sin_cos_embedding_keys": null,
|
| 511 |
+
"mean_std_embedding_keys": null,
|
| 512 |
+
"action_configs": null
|
| 513 |
+
}
|
| 514 |
+
},
|
| 515 |
+
"xdof_relative_eef_relative_joint": {
|
| 516 |
+
"video": {
|
| 517 |
+
"delta_indices": [
|
| 518 |
+
-30,
|
| 519 |
+
0
|
| 520 |
+
],
|
| 521 |
+
"modality_keys": [
|
| 522 |
+
"top_camera-images-rgb_320_240",
|
| 523 |
+
"left_camera-images-rgb_320_240",
|
| 524 |
+
"right_camera-images-rgb_320_240"
|
| 525 |
+
],
|
| 526 |
+
"sin_cos_embedding_keys": null,
|
| 527 |
+
"mean_std_embedding_keys": null,
|
| 528 |
+
"action_configs": null
|
| 529 |
+
},
|
| 530 |
+
"state": {
|
| 531 |
+
"delta_indices": [
|
| 532 |
+
0
|
| 533 |
+
],
|
| 534 |
+
"modality_keys": [
|
| 535 |
+
"left_wrist_eef",
|
| 536 |
+
"right_wrist_eef",
|
| 537 |
+
"left_gripper_pos",
|
| 538 |
+
"right_gripper_pos",
|
| 539 |
+
"left_joint_pos",
|
| 540 |
+
"right_joint_pos"
|
| 541 |
+
],
|
| 542 |
+
"sin_cos_embedding_keys": null,
|
| 543 |
+
"mean_std_embedding_keys": null,
|
| 544 |
+
"action_configs": null
|
| 545 |
+
},
|
| 546 |
+
"action": {
|
| 547 |
+
"delta_indices": [
|
| 548 |
+
0,
|
| 549 |
+
1,
|
| 550 |
+
2,
|
| 551 |
+
3,
|
| 552 |
+
4,
|
| 553 |
+
5,
|
| 554 |
+
6,
|
| 555 |
+
7,
|
| 556 |
+
8,
|
| 557 |
+
9,
|
| 558 |
+
10,
|
| 559 |
+
11,
|
| 560 |
+
12,
|
| 561 |
+
13,
|
| 562 |
+
14,
|
| 563 |
+
15,
|
| 564 |
+
16,
|
| 565 |
+
17,
|
| 566 |
+
18,
|
| 567 |
+
19,
|
| 568 |
+
20,
|
| 569 |
+
21,
|
| 570 |
+
22,
|
| 571 |
+
23,
|
| 572 |
+
24,
|
| 573 |
+
25,
|
| 574 |
+
26,
|
| 575 |
+
27,
|
| 576 |
+
28,
|
| 577 |
+
29,
|
| 578 |
+
30,
|
| 579 |
+
31,
|
| 580 |
+
32,
|
| 581 |
+
33,
|
| 582 |
+
34,
|
| 583 |
+
35,
|
| 584 |
+
36,
|
| 585 |
+
37,
|
| 586 |
+
38,
|
| 587 |
+
39
|
| 588 |
+
],
|
| 589 |
+
"modality_keys": [
|
| 590 |
+
"left_wrist_eef",
|
| 591 |
+
"right_wrist_eef",
|
| 592 |
+
"left_gripper_pos",
|
| 593 |
+
"right_gripper_pos",
|
| 594 |
+
"left_joint_pos",
|
| 595 |
+
"right_joint_pos"
|
| 596 |
+
],
|
| 597 |
+
"sin_cos_embedding_keys": null,
|
| 598 |
+
"mean_std_embedding_keys": null,
|
| 599 |
+
"action_configs": [
|
| 600 |
+
{
|
| 601 |
+
"rep": "RELATIVE",
|
| 602 |
+
"type": "EEF",
|
| 603 |
+
"format": "XYZ_ROT6D",
|
| 604 |
+
"state_key": "left_wrist_eef"
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"rep": "RELATIVE",
|
| 608 |
+
"type": "EEF",
|
| 609 |
+
"format": "XYZ_ROT6D",
|
| 610 |
+
"state_key": "right_wrist_eef"
|
| 611 |
+
},
|
| 612 |
+
{
|
| 613 |
+
"rep": "ABSOLUTE",
|
| 614 |
+
"type": "NON_EEF",
|
| 615 |
+
"format": "DEFAULT",
|
| 616 |
+
"state_key": "left_gripper_pos"
|
| 617 |
+
},
|
| 618 |
+
{
|
| 619 |
+
"rep": "ABSOLUTE",
|
| 620 |
+
"type": "NON_EEF",
|
| 621 |
+
"format": "DEFAULT",
|
| 622 |
+
"state_key": "right_gripper_pos"
|
| 623 |
+
},
|
| 624 |
+
{
|
| 625 |
+
"rep": "RELATIVE",
|
| 626 |
+
"type": "NON_EEF",
|
| 627 |
+
"format": "DEFAULT",
|
| 628 |
+
"state_key": "left_joint_pos"
|
| 629 |
+
},
|
| 630 |
+
{
|
| 631 |
+
"rep": "RELATIVE",
|
| 632 |
+
"type": "NON_EEF",
|
| 633 |
+
"format": "DEFAULT",
|
| 634 |
+
"state_key": "right_joint_pos"
|
| 635 |
+
}
|
| 636 |
+
]
|
| 637 |
+
},
|
| 638 |
+
"language": {
|
| 639 |
+
"delta_indices": [
|
| 640 |
+
0
|
| 641 |
+
],
|
| 642 |
+
"modality_keys": [
|
| 643 |
+
"annotation.task"
|
| 644 |
+
],
|
| 645 |
+
"sin_cos_embedding_keys": null,
|
| 646 |
+
"mean_std_embedding_keys": null,
|
| 647 |
+
"action_configs": null
|
| 648 |
+
}
|
| 649 |
+
},
|
| 650 |
+
"real_r1_pro_sharpa_relative_eef_maxinsights": {
|
| 651 |
+
"video": {
|
| 652 |
+
"delta_indices": [
|
| 653 |
+
-30,
|
| 654 |
+
0
|
| 655 |
+
],
|
| 656 |
+
"modality_keys": [
|
| 657 |
+
"ego_view_cropratio_res320x240_freq30"
|
| 658 |
+
],
|
| 659 |
+
"sin_cos_embedding_keys": null,
|
| 660 |
+
"mean_std_embedding_keys": null,
|
| 661 |
+
"action_configs": null
|
| 662 |
+
},
|
| 663 |
+
"state": {
|
| 664 |
+
"delta_indices": [
|
| 665 |
+
0
|
| 666 |
+
],
|
| 667 |
+
"modality_keys": [
|
| 668 |
+
"left_wrist_eef",
|
| 669 |
+
"right_wrist_eef",
|
| 670 |
+
"left_hand_joints",
|
| 671 |
+
"right_hand_joints"
|
| 672 |
+
],
|
| 673 |
+
"sin_cos_embedding_keys": null,
|
| 674 |
+
"mean_std_embedding_keys": null,
|
| 675 |
+
"action_configs": null
|
| 676 |
+
},
|
| 677 |
+
"action": {
|
| 678 |
+
"delta_indices": [
|
| 679 |
+
0,
|
| 680 |
+
1,
|
| 681 |
+
2,
|
| 682 |
+
3,
|
| 683 |
+
4,
|
| 684 |
+
5,
|
| 685 |
+
6,
|
| 686 |
+
7,
|
| 687 |
+
8,
|
| 688 |
+
9,
|
| 689 |
+
10,
|
| 690 |
+
11,
|
| 691 |
+
12,
|
| 692 |
+
13,
|
| 693 |
+
14,
|
| 694 |
+
15,
|
| 695 |
+
16,
|
| 696 |
+
17,
|
| 697 |
+
18,
|
| 698 |
+
19,
|
| 699 |
+
20,
|
| 700 |
+
21,
|
| 701 |
+
22,
|
| 702 |
+
23,
|
| 703 |
+
24,
|
| 704 |
+
25,
|
| 705 |
+
26,
|
| 706 |
+
27,
|
| 707 |
+
28,
|
| 708 |
+
29,
|
| 709 |
+
30,
|
| 710 |
+
31,
|
| 711 |
+
32,
|
| 712 |
+
33,
|
| 713 |
+
34,
|
| 714 |
+
35,
|
| 715 |
+
36,
|
| 716 |
+
37,
|
| 717 |
+
38,
|
| 718 |
+
39
|
| 719 |
+
],
|
| 720 |
+
"modality_keys": [
|
| 721 |
+
"left_wrist_eef",
|
| 722 |
+
"right_wrist_eef",
|
| 723 |
+
"left_hand_joints",
|
| 724 |
+
"right_hand_joints"
|
| 725 |
+
],
|
| 726 |
+
"sin_cos_embedding_keys": null,
|
| 727 |
+
"mean_std_embedding_keys": null,
|
| 728 |
+
"action_configs": [
|
| 729 |
+
{
|
| 730 |
+
"rep": "RELATIVE",
|
| 731 |
+
"type": "EEF",
|
| 732 |
+
"format": "XYZ_ROT6D",
|
| 733 |
+
"state_key": "left_wrist_eef"
|
| 734 |
+
},
|
| 735 |
+
{
|
| 736 |
+
"rep": "RELATIVE",
|
| 737 |
+
"type": "EEF",
|
| 738 |
+
"format": "XYZ_ROT6D",
|
| 739 |
+
"state_key": "right_wrist_eef"
|
| 740 |
+
},
|
| 741 |
+
{
|
| 742 |
+
"rep": "ABSOLUTE",
|
| 743 |
+
"type": "NON_EEF",
|
| 744 |
+
"format": "DEFAULT",
|
| 745 |
+
"state_key": "left_hand_joints"
|
| 746 |
+
},
|
| 747 |
+
{
|
| 748 |
+
"rep": "ABSOLUTE",
|
| 749 |
+
"type": "NON_EEF",
|
| 750 |
+
"format": "DEFAULT",
|
| 751 |
+
"state_key": "right_hand_joints"
|
| 752 |
+
}
|
| 753 |
+
]
|
| 754 |
+
},
|
| 755 |
+
"language": {
|
| 756 |
+
"delta_indices": [
|
| 757 |
+
0
|
| 758 |
+
],
|
| 759 |
+
"modality_keys": [
|
| 760 |
+
"annotation.human.coarse_action"
|
| 761 |
+
],
|
| 762 |
+
"sin_cos_embedding_keys": null,
|
| 763 |
+
"mean_std_embedding_keys": null,
|
| 764 |
+
"action_configs": null
|
| 765 |
+
}
|
| 766 |
+
},
|
| 767 |
+
"xdof_relative_eef_relative_joint_subtask": {
|
| 768 |
+
"video": {
|
| 769 |
+
"delta_indices": [
|
| 770 |
+
-30,
|
| 771 |
+
0
|
| 772 |
+
],
|
| 773 |
+
"modality_keys": [
|
| 774 |
+
"top_camera-images-rgb_320_240",
|
| 775 |
+
"left_camera-images-rgb_320_240",
|
| 776 |
+
"right_camera-images-rgb_320_240"
|
| 777 |
+
],
|
| 778 |
+
"sin_cos_embedding_keys": null,
|
| 779 |
+
"mean_std_embedding_keys": null,
|
| 780 |
+
"action_configs": null
|
| 781 |
+
},
|
| 782 |
+
"state": {
|
| 783 |
+
"delta_indices": [
|
| 784 |
+
0
|
| 785 |
+
],
|
| 786 |
+
"modality_keys": [
|
| 787 |
+
"left_wrist_eef",
|
| 788 |
+
"right_wrist_eef",
|
| 789 |
+
"left_gripper_pos",
|
| 790 |
+
"right_gripper_pos",
|
| 791 |
+
"left_joint_pos",
|
| 792 |
+
"right_joint_pos"
|
| 793 |
+
],
|
| 794 |
+
"sin_cos_embedding_keys": null,
|
| 795 |
+
"mean_std_embedding_keys": null,
|
| 796 |
+
"action_configs": null
|
| 797 |
+
},
|
| 798 |
+
"action": {
|
| 799 |
+
"delta_indices": [
|
| 800 |
+
0,
|
| 801 |
+
1,
|
| 802 |
+
2,
|
| 803 |
+
3,
|
| 804 |
+
4,
|
| 805 |
+
5,
|
| 806 |
+
6,
|
| 807 |
+
7,
|
| 808 |
+
8,
|
| 809 |
+
9,
|
| 810 |
+
10,
|
| 811 |
+
11,
|
| 812 |
+
12,
|
| 813 |
+
13,
|
| 814 |
+
14,
|
| 815 |
+
15,
|
| 816 |
+
16,
|
| 817 |
+
17,
|
| 818 |
+
18,
|
| 819 |
+
19,
|
| 820 |
+
20,
|
| 821 |
+
21,
|
| 822 |
+
22,
|
| 823 |
+
23,
|
| 824 |
+
24,
|
| 825 |
+
25,
|
| 826 |
+
26,
|
| 827 |
+
27,
|
| 828 |
+
28,
|
| 829 |
+
29,
|
| 830 |
+
30,
|
| 831 |
+
31,
|
| 832 |
+
32,
|
| 833 |
+
33,
|
| 834 |
+
34,
|
| 835 |
+
35,
|
| 836 |
+
36,
|
| 837 |
+
37,
|
| 838 |
+
38,
|
| 839 |
+
39
|
| 840 |
+
],
|
| 841 |
+
"modality_keys": [
|
| 842 |
+
"left_wrist_eef",
|
| 843 |
+
"right_wrist_eef",
|
| 844 |
+
"left_gripper_pos",
|
| 845 |
+
"right_gripper_pos",
|
| 846 |
+
"left_joint_pos",
|
| 847 |
+
"right_joint_pos"
|
| 848 |
+
],
|
| 849 |
+
"sin_cos_embedding_keys": null,
|
| 850 |
+
"mean_std_embedding_keys": null,
|
| 851 |
+
"action_configs": [
|
| 852 |
+
{
|
| 853 |
+
"rep": "RELATIVE",
|
| 854 |
+
"type": "EEF",
|
| 855 |
+
"format": "XYZ_ROT6D",
|
| 856 |
+
"state_key": "left_wrist_eef"
|
| 857 |
+
},
|
| 858 |
+
{
|
| 859 |
+
"rep": "RELATIVE",
|
| 860 |
+
"type": "EEF",
|
| 861 |
+
"format": "XYZ_ROT6D",
|
| 862 |
+
"state_key": "right_wrist_eef"
|
| 863 |
+
},
|
| 864 |
+
{
|
| 865 |
+
"rep": "ABSOLUTE",
|
| 866 |
+
"type": "NON_EEF",
|
| 867 |
+
"format": "DEFAULT",
|
| 868 |
+
"state_key": "left_gripper_pos"
|
| 869 |
+
},
|
| 870 |
+
{
|
| 871 |
+
"rep": "ABSOLUTE",
|
| 872 |
+
"type": "NON_EEF",
|
| 873 |
+
"format": "DEFAULT",
|
| 874 |
+
"state_key": "right_gripper_pos"
|
| 875 |
+
},
|
| 876 |
+
{
|
| 877 |
+
"rep": "RELATIVE",
|
| 878 |
+
"type": "NON_EEF",
|
| 879 |
+
"format": "DEFAULT",
|
| 880 |
+
"state_key": "left_joint_pos"
|
| 881 |
+
},
|
| 882 |
+
{
|
| 883 |
+
"rep": "RELATIVE",
|
| 884 |
+
"type": "NON_EEF",
|
| 885 |
+
"format": "DEFAULT",
|
| 886 |
+
"state_key": "right_joint_pos"
|
| 887 |
+
}
|
| 888 |
+
]
|
| 889 |
+
},
|
| 890 |
+
"language": {
|
| 891 |
+
"delta_indices": [
|
| 892 |
+
0
|
| 893 |
+
],
|
| 894 |
+
"modality_keys": [
|
| 895 |
+
"annotation.sub_task"
|
| 896 |
+
],
|
| 897 |
+
"sin_cos_embedding_keys": null,
|
| 898 |
+
"mean_std_embedding_keys": null,
|
| 899 |
+
"action_configs": null
|
| 900 |
+
}
|
| 901 |
+
},
|
| 902 |
+
"oxe_droid_relative_eef_relative_joint": {
|
| 903 |
+
"video": {
|
| 904 |
+
"delta_indices": [
|
| 905 |
+
-15,
|
| 906 |
+
0
|
| 907 |
+
],
|
| 908 |
+
"modality_keys": [
|
| 909 |
+
"exterior_image_1_left",
|
| 910 |
+
"wrist_image_left"
|
| 911 |
+
],
|
| 912 |
+
"sin_cos_embedding_keys": null,
|
| 913 |
+
"mean_std_embedding_keys": null,
|
| 914 |
+
"action_configs": null
|
| 915 |
+
},
|
| 916 |
+
"state": {
|
| 917 |
+
"delta_indices": [
|
| 918 |
+
0
|
| 919 |
+
],
|
| 920 |
+
"modality_keys": [
|
| 921 |
+
"eef_9d",
|
| 922 |
+
"gripper_position",
|
| 923 |
+
"joint_position"
|
| 924 |
+
],
|
| 925 |
+
"sin_cos_embedding_keys": null,
|
| 926 |
+
"mean_std_embedding_keys": null,
|
| 927 |
+
"action_configs": null
|
| 928 |
+
},
|
| 929 |
+
"action": {
|
| 930 |
+
"delta_indices": [
|
| 931 |
+
0,
|
| 932 |
+
1,
|
| 933 |
+
2,
|
| 934 |
+
3,
|
| 935 |
+
4,
|
| 936 |
+
5,
|
| 937 |
+
6,
|
| 938 |
+
7,
|
| 939 |
+
8,
|
| 940 |
+
9,
|
| 941 |
+
10,
|
| 942 |
+
11,
|
| 943 |
+
12,
|
| 944 |
+
13,
|
| 945 |
+
14,
|
| 946 |
+
15,
|
| 947 |
+
16,
|
| 948 |
+
17,
|
| 949 |
+
18,
|
| 950 |
+
19,
|
| 951 |
+
20,
|
| 952 |
+
21,
|
| 953 |
+
22,
|
| 954 |
+
23,
|
| 955 |
+
24,
|
| 956 |
+
25,
|
| 957 |
+
26,
|
| 958 |
+
27,
|
| 959 |
+
28,
|
| 960 |
+
29,
|
| 961 |
+
30,
|
| 962 |
+
31,
|
| 963 |
+
32,
|
| 964 |
+
33,
|
| 965 |
+
34,
|
| 966 |
+
35,
|
| 967 |
+
36,
|
| 968 |
+
37,
|
| 969 |
+
38,
|
| 970 |
+
39
|
| 971 |
+
],
|
| 972 |
+
"modality_keys": [
|
| 973 |
+
"eef_9d",
|
| 974 |
+
"gripper_position",
|
| 975 |
+
"joint_position"
|
| 976 |
+
],
|
| 977 |
+
"sin_cos_embedding_keys": null,
|
| 978 |
+
"mean_std_embedding_keys": null,
|
| 979 |
+
"action_configs": [
|
| 980 |
+
{
|
| 981 |
+
"rep": "RELATIVE",
|
| 982 |
+
"type": "EEF",
|
| 983 |
+
"format": "XYZ_ROT6D",
|
| 984 |
+
"state_key": "eef_9d"
|
| 985 |
+
},
|
| 986 |
+
{
|
| 987 |
+
"rep": "ABSOLUTE",
|
| 988 |
+
"type": "NON_EEF",
|
| 989 |
+
"format": "DEFAULT",
|
| 990 |
+
"state_key": "gripper_position"
|
| 991 |
+
},
|
| 992 |
+
{
|
| 993 |
+
"rep": "RELATIVE",
|
| 994 |
+
"type": "NON_EEF",
|
| 995 |
+
"format": "DEFAULT",
|
| 996 |
+
"state_key": "joint_position"
|
| 997 |
+
}
|
| 998 |
+
]
|
| 999 |
+
},
|
| 1000 |
+
"language": {
|
| 1001 |
+
"delta_indices": [
|
| 1002 |
+
0
|
| 1003 |
+
],
|
| 1004 |
+
"modality_keys": [
|
| 1005 |
+
"annotation.language.language_instruction"
|
| 1006 |
+
],
|
| 1007 |
+
"sin_cos_embedding_keys": null,
|
| 1008 |
+
"mean_std_embedding_keys": null,
|
| 1009 |
+
"action_configs": null
|
| 1010 |
+
}
|
| 1011 |
+
},
|
| 1012 |
+
"new_embodiment": {
|
| 1013 |
+
"video": {
|
| 1014 |
+
"delta_indices": [
|
| 1015 |
+
0
|
| 1016 |
+
],
|
| 1017 |
+
"modality_keys": [
|
| 1018 |
+
"cam_left_head",
|
| 1019 |
+
"cam_left_wrist",
|
| 1020 |
+
"cam_right_wrist"
|
| 1021 |
+
],
|
| 1022 |
+
"sin_cos_embedding_keys": null,
|
| 1023 |
+
"mean_std_embedding_keys": null,
|
| 1024 |
+
"action_configs": null
|
| 1025 |
+
},
|
| 1026 |
+
"state": {
|
| 1027 |
+
"delta_indices": [
|
| 1028 |
+
0
|
| 1029 |
+
],
|
| 1030 |
+
"modality_keys": [
|
| 1031 |
+
"arm_left",
|
| 1032 |
+
"arm_right"
|
| 1033 |
+
],
|
| 1034 |
+
"sin_cos_embedding_keys": null,
|
| 1035 |
+
"mean_std_embedding_keys": null,
|
| 1036 |
+
"action_configs": null
|
| 1037 |
+
},
|
| 1038 |
+
"action": {
|
| 1039 |
+
"delta_indices": [
|
| 1040 |
+
0,
|
| 1041 |
+
1,
|
| 1042 |
+
2,
|
| 1043 |
+
3,
|
| 1044 |
+
4,
|
| 1045 |
+
5,
|
| 1046 |
+
6,
|
| 1047 |
+
7,
|
| 1048 |
+
8,
|
| 1049 |
+
9,
|
| 1050 |
+
10,
|
| 1051 |
+
11,
|
| 1052 |
+
12,
|
| 1053 |
+
13,
|
| 1054 |
+
14,
|
| 1055 |
+
15
|
| 1056 |
+
],
|
| 1057 |
+
"modality_keys": [
|
| 1058 |
+
"arm_left",
|
| 1059 |
+
"arm_right"
|
| 1060 |
+
],
|
| 1061 |
+
"sin_cos_embedding_keys": null,
|
| 1062 |
+
"mean_std_embedding_keys": null,
|
| 1063 |
+
"action_configs": [
|
| 1064 |
+
{
|
| 1065 |
+
"rep": "ABSOLUTE",
|
| 1066 |
+
"type": "NON_EEF",
|
| 1067 |
+
"format": "DEFAULT",
|
| 1068 |
+
"state_key": null
|
| 1069 |
+
},
|
| 1070 |
+
{
|
| 1071 |
+
"rep": "ABSOLUTE",
|
| 1072 |
+
"type": "NON_EEF",
|
| 1073 |
+
"format": "DEFAULT",
|
| 1074 |
+
"state_key": null
|
| 1075 |
+
}
|
| 1076 |
+
]
|
| 1077 |
+
},
|
| 1078 |
+
"language": {
|
| 1079 |
+
"delta_indices": [
|
| 1080 |
+
0
|
| 1081 |
+
],
|
| 1082 |
+
"modality_keys": [
|
| 1083 |
+
"annotation.human.primitive_instruction"
|
| 1084 |
+
],
|
| 1085 |
+
"sin_cos_embedding_keys": null,
|
| 1086 |
+
"mean_std_embedding_keys": null,
|
| 1087 |
+
"action_configs": null
|
| 1088 |
+
}
|
| 1089 |
+
}
|
| 1090 |
+
},
|
| 1091 |
+
"image_crop_size": [
|
| 1092 |
+
230,
|
| 1093 |
+
230
|
| 1094 |
+
],
|
| 1095 |
+
"image_target_size": [
|
| 1096 |
+
256,
|
| 1097 |
+
256
|
| 1098 |
+
],
|
| 1099 |
+
"use_albumentations": true,
|
| 1100 |
+
"random_rotation_angle": 0,
|
| 1101 |
+
"color_jitter_params": {
|
| 1102 |
+
"brightness": 0.3,
|
| 1103 |
+
"contrast": 0.4,
|
| 1104 |
+
"saturation": 0.5,
|
| 1105 |
+
"hue": 0.08
|
| 1106 |
+
},
|
| 1107 |
+
"shortest_image_edge": 256,
|
| 1108 |
+
"crop_fraction": 1.0,
|
| 1109 |
+
"letter_box_transform": false,
|
| 1110 |
+
"model_name": "nvidia/Cosmos-Reason2-2B",
|
| 1111 |
+
"model_type": "qwen",
|
| 1112 |
+
"formalize_language": true,
|
| 1113 |
+
"max_state_dim": 132,
|
| 1114 |
+
"max_action_dim": 132,
|
| 1115 |
+
"max_action_horizon": 40,
|
| 1116 |
+
"use_percentiles": false,
|
| 1117 |
+
"use_mean_std": false,
|
| 1118 |
+
"clip_outliers": true,
|
| 1119 |
+
"apply_sincos_state_encoding": false,
|
| 1120 |
+
"use_relative_action": true,
|
| 1121 |
+
"exclude_state": false,
|
| 1122 |
+
"state_dropout_prob": 0.2
|
| 1123 |
+
}
|
| 1124 |
+
}
|
16d_30k/checkpoint-2500/statistics.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
16d_30k/checkpoint-2500/trainer_state.json
ADDED
|
@@ -0,0 +1,1534 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.08333333333333333,
|
| 6 |
+
"eval_steps": 500,
|
| 7 |
+
"global_step": 2500,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"grad_norm": 0.6208589673042297,
|
| 14 |
+
"learning_rate": 6.000000000000001e-07,
|
| 15 |
+
"loss": 1.2746,
|
| 16 |
+
"step": 10
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"grad_norm": 0.6478228569030762,
|
| 20 |
+
"learning_rate": 1.2666666666666667e-06,
|
| 21 |
+
"loss": 1.282,
|
| 22 |
+
"step": 20
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"grad_norm": 0.5199011564254761,
|
| 26 |
+
"learning_rate": 1.9333333333333336e-06,
|
| 27 |
+
"loss": 1.2766,
|
| 28 |
+
"step": 30
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"grad_norm": 0.6404500603675842,
|
| 32 |
+
"learning_rate": 2.6e-06,
|
| 33 |
+
"loss": 1.2254,
|
| 34 |
+
"step": 40
|
| 35 |
+
},
|
| 36 |
+
{
|
| 37 |
+
"grad_norm": 0.5328770279884338,
|
| 38 |
+
"learning_rate": 3.2666666666666666e-06,
|
| 39 |
+
"loss": 1.1938,
|
| 40 |
+
"step": 50
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"grad_norm": 0.5413777232170105,
|
| 44 |
+
"learning_rate": 3.9333333333333335e-06,
|
| 45 |
+
"loss": 1.1359,
|
| 46 |
+
"step": 60
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"grad_norm": 0.49827340245246887,
|
| 50 |
+
"learning_rate": 4.6e-06,
|
| 51 |
+
"loss": 1.0902,
|
| 52 |
+
"step": 70
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"grad_norm": 0.46059373021125793,
|
| 56 |
+
"learning_rate": 5.266666666666667e-06,
|
| 57 |
+
"loss": 1.0633,
|
| 58 |
+
"step": 80
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"grad_norm": 0.4852186441421509,
|
| 62 |
+
"learning_rate": 5.933333333333334e-06,
|
| 63 |
+
"loss": 1.048,
|
| 64 |
+
"step": 90
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"grad_norm": 0.644527018070221,
|
| 68 |
+
"learning_rate": 6.6e-06,
|
| 69 |
+
"loss": 1.0359,
|
| 70 |
+
"step": 100
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"grad_norm": 0.6214720606803894,
|
| 74 |
+
"learning_rate": 7.266666666666668e-06,
|
| 75 |
+
"loss": 1.0328,
|
| 76 |
+
"step": 110
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"grad_norm": 0.38992390036582947,
|
| 80 |
+
"learning_rate": 7.933333333333334e-06,
|
| 81 |
+
"loss": 1.0285,
|
| 82 |
+
"step": 120
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"grad_norm": 0.5468058586120605,
|
| 86 |
+
"learning_rate": 8.599999999999999e-06,
|
| 87 |
+
"loss": 1.0145,
|
| 88 |
+
"step": 130
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"grad_norm": 0.743439257144928,
|
| 92 |
+
"learning_rate": 9.266666666666667e-06,
|
| 93 |
+
"loss": 1.0,
|
| 94 |
+
"step": 140
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"grad_norm": 0.9581028819084167,
|
| 98 |
+
"learning_rate": 9.933333333333334e-06,
|
| 99 |
+
"loss": 0.9418,
|
| 100 |
+
"step": 150
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"grad_norm": 1.0746005773544312,
|
| 104 |
+
"learning_rate": 1.06e-05,
|
| 105 |
+
"loss": 0.8699,
|
| 106 |
+
"step": 160
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"grad_norm": 1.3099654912948608,
|
| 110 |
+
"learning_rate": 1.1266666666666667e-05,
|
| 111 |
+
"loss": 0.7877,
|
| 112 |
+
"step": 170
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"grad_norm": 1.502665400505066,
|
| 116 |
+
"learning_rate": 1.1933333333333333e-05,
|
| 117 |
+
"loss": 0.7059,
|
| 118 |
+
"step": 180
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"grad_norm": 1.873738408088684,
|
| 122 |
+
"learning_rate": 1.2600000000000001e-05,
|
| 123 |
+
"loss": 0.6436,
|
| 124 |
+
"step": 190
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"grad_norm": 2.2341554164886475,
|
| 128 |
+
"learning_rate": 1.3266666666666666e-05,
|
| 129 |
+
"loss": 0.5734,
|
| 130 |
+
"step": 200
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"grad_norm": 1.5233055353164673,
|
| 134 |
+
"learning_rate": 1.3933333333333334e-05,
|
| 135 |
+
"loss": 0.5299,
|
| 136 |
+
"step": 210
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"grad_norm": 1.5989943742752075,
|
| 140 |
+
"learning_rate": 1.4599999999999999e-05,
|
| 141 |
+
"loss": 0.482,
|
| 142 |
+
"step": 220
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"grad_norm": 1.6445683240890503,
|
| 146 |
+
"learning_rate": 1.5266666666666667e-05,
|
| 147 |
+
"loss": 0.4228,
|
| 148 |
+
"step": 230
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"grad_norm": 1.5990145206451416,
|
| 152 |
+
"learning_rate": 1.5933333333333332e-05,
|
| 153 |
+
"loss": 0.3652,
|
| 154 |
+
"step": 240
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"grad_norm": 1.929441213607788,
|
| 158 |
+
"learning_rate": 1.66e-05,
|
| 159 |
+
"loss": 0.3081,
|
| 160 |
+
"step": 250
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"grad_norm": 2.241440773010254,
|
| 164 |
+
"learning_rate": 1.726666666666667e-05,
|
| 165 |
+
"loss": 0.2768,
|
| 166 |
+
"step": 260
|
| 167 |
+
},
|
| 168 |
+
{
|
| 169 |
+
"grad_norm": 1.6238600015640259,
|
| 170 |
+
"learning_rate": 1.7933333333333337e-05,
|
| 171 |
+
"loss": 0.2393,
|
| 172 |
+
"step": 270
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"grad_norm": 1.9927496910095215,
|
| 176 |
+
"learning_rate": 1.86e-05,
|
| 177 |
+
"loss": 0.1933,
|
| 178 |
+
"step": 280
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"grad_norm": 2.0286266803741455,
|
| 182 |
+
"learning_rate": 1.926666666666667e-05,
|
| 183 |
+
"loss": 0.1622,
|
| 184 |
+
"step": 290
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"grad_norm": 1.611731767654419,
|
| 188 |
+
"learning_rate": 1.9933333333333334e-05,
|
| 189 |
+
"loss": 0.1558,
|
| 190 |
+
"step": 300
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"grad_norm": 1.767244815826416,
|
| 194 |
+
"learning_rate": 2.06e-05,
|
| 195 |
+
"loss": 0.1541,
|
| 196 |
+
"step": 310
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"grad_norm": 1.6201092004776,
|
| 200 |
+
"learning_rate": 2.1266666666666667e-05,
|
| 201 |
+
"loss": 0.1285,
|
| 202 |
+
"step": 320
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"grad_norm": 1.7983145713806152,
|
| 206 |
+
"learning_rate": 2.1933333333333332e-05,
|
| 207 |
+
"loss": 0.1288,
|
| 208 |
+
"step": 330
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"grad_norm": 2.1310415267944336,
|
| 212 |
+
"learning_rate": 2.26e-05,
|
| 213 |
+
"loss": 0.1355,
|
| 214 |
+
"step": 340
|
| 215 |
+
},
|
| 216 |
+
{
|
| 217 |
+
"grad_norm": 1.7930408716201782,
|
| 218 |
+
"learning_rate": 2.326666666666667e-05,
|
| 219 |
+
"loss": 0.124,
|
| 220 |
+
"step": 350
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"grad_norm": 1.5554205179214478,
|
| 224 |
+
"learning_rate": 2.3933333333333337e-05,
|
| 225 |
+
"loss": 0.1252,
|
| 226 |
+
"step": 360
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"grad_norm": 1.9930179119110107,
|
| 230 |
+
"learning_rate": 2.46e-05,
|
| 231 |
+
"loss": 0.1045,
|
| 232 |
+
"step": 370
|
| 233 |
+
},
|
| 234 |
+
{
|
| 235 |
+
"grad_norm": 1.8832621574401855,
|
| 236 |
+
"learning_rate": 2.5266666666666666e-05,
|
| 237 |
+
"loss": 0.1069,
|
| 238 |
+
"step": 380
|
| 239 |
+
},
|
| 240 |
+
{
|
| 241 |
+
"grad_norm": 1.9651679992675781,
|
| 242 |
+
"learning_rate": 2.5933333333333338e-05,
|
| 243 |
+
"loss": 0.1077,
|
| 244 |
+
"step": 390
|
| 245 |
+
},
|
| 246 |
+
{
|
| 247 |
+
"grad_norm": 1.5526353120803833,
|
| 248 |
+
"learning_rate": 2.6600000000000003e-05,
|
| 249 |
+
"loss": 0.1046,
|
| 250 |
+
"step": 400
|
| 251 |
+
},
|
| 252 |
+
{
|
| 253 |
+
"grad_norm": 1.75920569896698,
|
| 254 |
+
"learning_rate": 2.7266666666666668e-05,
|
| 255 |
+
"loss": 0.1031,
|
| 256 |
+
"step": 410
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"grad_norm": 1.6312711238861084,
|
| 260 |
+
"learning_rate": 2.7933333333333332e-05,
|
| 261 |
+
"loss": 0.0985,
|
| 262 |
+
"step": 420
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"grad_norm": 1.9239977598190308,
|
| 266 |
+
"learning_rate": 2.86e-05,
|
| 267 |
+
"loss": 0.1029,
|
| 268 |
+
"step": 430
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"grad_norm": 1.6071902513504028,
|
| 272 |
+
"learning_rate": 2.926666666666667e-05,
|
| 273 |
+
"loss": 0.092,
|
| 274 |
+
"step": 440
|
| 275 |
+
},
|
| 276 |
+
{
|
| 277 |
+
"grad_norm": 1.3962411880493164,
|
| 278 |
+
"learning_rate": 2.9933333333333337e-05,
|
| 279 |
+
"loss": 0.0927,
|
| 280 |
+
"step": 450
|
| 281 |
+
},
|
| 282 |
+
{
|
| 283 |
+
"grad_norm": 1.8652002811431885,
|
| 284 |
+
"learning_rate": 3.06e-05,
|
| 285 |
+
"loss": 0.0897,
|
| 286 |
+
"step": 460
|
| 287 |
+
},
|
| 288 |
+
{
|
| 289 |
+
"grad_norm": 1.4422093629837036,
|
| 290 |
+
"learning_rate": 3.126666666666666e-05,
|
| 291 |
+
"loss": 0.0838,
|
| 292 |
+
"step": 470
|
| 293 |
+
},
|
| 294 |
+
{
|
| 295 |
+
"grad_norm": 1.1935328245162964,
|
| 296 |
+
"learning_rate": 3.1933333333333335e-05,
|
| 297 |
+
"loss": 0.0873,
|
| 298 |
+
"step": 480
|
| 299 |
+
},
|
| 300 |
+
{
|
| 301 |
+
"grad_norm": 1.549795389175415,
|
| 302 |
+
"learning_rate": 3.26e-05,
|
| 303 |
+
"loss": 0.0846,
|
| 304 |
+
"step": 490
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"grad_norm": 1.3405718803405762,
|
| 308 |
+
"learning_rate": 3.326666666666667e-05,
|
| 309 |
+
"loss": 0.0866,
|
| 310 |
+
"step": 500
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"grad_norm": 1.535412311553955,
|
| 314 |
+
"learning_rate": 3.3933333333333336e-05,
|
| 315 |
+
"loss": 0.0806,
|
| 316 |
+
"step": 510
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"grad_norm": 1.7111966609954834,
|
| 320 |
+
"learning_rate": 3.46e-05,
|
| 321 |
+
"loss": 0.084,
|
| 322 |
+
"step": 520
|
| 323 |
+
},
|
| 324 |
+
{
|
| 325 |
+
"grad_norm": 1.424939513206482,
|
| 326 |
+
"learning_rate": 3.526666666666667e-05,
|
| 327 |
+
"loss": 0.0822,
|
| 328 |
+
"step": 530
|
| 329 |
+
},
|
| 330 |
+
{
|
| 331 |
+
"grad_norm": 2.0077829360961914,
|
| 332 |
+
"learning_rate": 3.593333333333334e-05,
|
| 333 |
+
"loss": 0.0831,
|
| 334 |
+
"step": 540
|
| 335 |
+
},
|
| 336 |
+
{
|
| 337 |
+
"grad_norm": 1.394214391708374,
|
| 338 |
+
"learning_rate": 3.66e-05,
|
| 339 |
+
"loss": 0.0741,
|
| 340 |
+
"step": 550
|
| 341 |
+
},
|
| 342 |
+
{
|
| 343 |
+
"grad_norm": 1.670121431350708,
|
| 344 |
+
"learning_rate": 3.726666666666667e-05,
|
| 345 |
+
"loss": 0.0842,
|
| 346 |
+
"step": 560
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"grad_norm": 1.5677956342697144,
|
| 350 |
+
"learning_rate": 3.793333333333334e-05,
|
| 351 |
+
"loss": 0.0877,
|
| 352 |
+
"step": 570
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"grad_norm": 1.7964739799499512,
|
| 356 |
+
"learning_rate": 3.86e-05,
|
| 357 |
+
"loss": 0.0815,
|
| 358 |
+
"step": 580
|
| 359 |
+
},
|
| 360 |
+
{
|
| 361 |
+
"grad_norm": 1.4517905712127686,
|
| 362 |
+
"learning_rate": 3.926666666666667e-05,
|
| 363 |
+
"loss": 0.0792,
|
| 364 |
+
"step": 590
|
| 365 |
+
},
|
| 366 |
+
{
|
| 367 |
+
"grad_norm": 1.4527804851531982,
|
| 368 |
+
"learning_rate": 3.993333333333333e-05,
|
| 369 |
+
"loss": 0.0793,
|
| 370 |
+
"step": 600
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"grad_norm": 1.163316011428833,
|
| 374 |
+
"learning_rate": 4.0600000000000004e-05,
|
| 375 |
+
"loss": 0.0745,
|
| 376 |
+
"step": 610
|
| 377 |
+
},
|
| 378 |
+
{
|
| 379 |
+
"grad_norm": 1.5932477712631226,
|
| 380 |
+
"learning_rate": 4.126666666666667e-05,
|
| 381 |
+
"loss": 0.0754,
|
| 382 |
+
"step": 620
|
| 383 |
+
},
|
| 384 |
+
{
|
| 385 |
+
"grad_norm": 1.437664270401001,
|
| 386 |
+
"learning_rate": 4.1933333333333334e-05,
|
| 387 |
+
"loss": 0.0756,
|
| 388 |
+
"step": 630
|
| 389 |
+
},
|
| 390 |
+
{
|
| 391 |
+
"grad_norm": 1.3479504585266113,
|
| 392 |
+
"learning_rate": 4.26e-05,
|
| 393 |
+
"loss": 0.0778,
|
| 394 |
+
"step": 640
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"grad_norm": 1.1809881925582886,
|
| 398 |
+
"learning_rate": 4.3266666666666664e-05,
|
| 399 |
+
"loss": 0.0791,
|
| 400 |
+
"step": 650
|
| 401 |
+
},
|
| 402 |
+
{
|
| 403 |
+
"grad_norm": 1.592273235321045,
|
| 404 |
+
"learning_rate": 4.3933333333333335e-05,
|
| 405 |
+
"loss": 0.0726,
|
| 406 |
+
"step": 660
|
| 407 |
+
},
|
| 408 |
+
{
|
| 409 |
+
"grad_norm": 1.2641804218292236,
|
| 410 |
+
"learning_rate": 4.46e-05,
|
| 411 |
+
"loss": 0.0692,
|
| 412 |
+
"step": 670
|
| 413 |
+
},
|
| 414 |
+
{
|
| 415 |
+
"grad_norm": 1.5784950256347656,
|
| 416 |
+
"learning_rate": 4.526666666666667e-05,
|
| 417 |
+
"loss": 0.0671,
|
| 418 |
+
"step": 680
|
| 419 |
+
},
|
| 420 |
+
{
|
| 421 |
+
"grad_norm": 1.8079859018325806,
|
| 422 |
+
"learning_rate": 4.5933333333333336e-05,
|
| 423 |
+
"loss": 0.0648,
|
| 424 |
+
"step": 690
|
| 425 |
+
},
|
| 426 |
+
{
|
| 427 |
+
"grad_norm": 1.452563762664795,
|
| 428 |
+
"learning_rate": 4.660000000000001e-05,
|
| 429 |
+
"loss": 0.0725,
|
| 430 |
+
"step": 700
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"grad_norm": 1.6882253885269165,
|
| 434 |
+
"learning_rate": 4.726666666666667e-05,
|
| 435 |
+
"loss": 0.0678,
|
| 436 |
+
"step": 710
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"grad_norm": 1.1656196117401123,
|
| 440 |
+
"learning_rate": 4.793333333333334e-05,
|
| 441 |
+
"loss": 0.0683,
|
| 442 |
+
"step": 720
|
| 443 |
+
},
|
| 444 |
+
{
|
| 445 |
+
"grad_norm": 1.4506734609603882,
|
| 446 |
+
"learning_rate": 4.86e-05,
|
| 447 |
+
"loss": 0.071,
|
| 448 |
+
"step": 730
|
| 449 |
+
},
|
| 450 |
+
{
|
| 451 |
+
"grad_norm": 1.171644687652588,
|
| 452 |
+
"learning_rate": 4.926666666666667e-05,
|
| 453 |
+
"loss": 0.0742,
|
| 454 |
+
"step": 740
|
| 455 |
+
},
|
| 456 |
+
{
|
| 457 |
+
"grad_norm": 1.3164993524551392,
|
| 458 |
+
"learning_rate": 4.993333333333334e-05,
|
| 459 |
+
"loss": 0.0717,
|
| 460 |
+
"step": 750
|
| 461 |
+
},
|
| 462 |
+
{
|
| 463 |
+
"grad_norm": 1.38760244846344,
|
| 464 |
+
"learning_rate": 5.0600000000000003e-05,
|
| 465 |
+
"loss": 0.0654,
|
| 466 |
+
"step": 760
|
| 467 |
+
},
|
| 468 |
+
{
|
| 469 |
+
"grad_norm": 1.2424696683883667,
|
| 470 |
+
"learning_rate": 5.1266666666666675e-05,
|
| 471 |
+
"loss": 0.0722,
|
| 472 |
+
"step": 770
|
| 473 |
+
},
|
| 474 |
+
{
|
| 475 |
+
"grad_norm": 1.150290608406067,
|
| 476 |
+
"learning_rate": 5.193333333333333e-05,
|
| 477 |
+
"loss": 0.0657,
|
| 478 |
+
"step": 780
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"grad_norm": 0.8061581254005432,
|
| 482 |
+
"learning_rate": 5.2600000000000005e-05,
|
| 483 |
+
"loss": 0.0622,
|
| 484 |
+
"step": 790
|
| 485 |
+
},
|
| 486 |
+
{
|
| 487 |
+
"grad_norm": 1.1061843633651733,
|
| 488 |
+
"learning_rate": 5.326666666666666e-05,
|
| 489 |
+
"loss": 0.0637,
|
| 490 |
+
"step": 800
|
| 491 |
+
},
|
| 492 |
+
{
|
| 493 |
+
"grad_norm": 1.2182507514953613,
|
| 494 |
+
"learning_rate": 5.3933333333333334e-05,
|
| 495 |
+
"loss": 0.0589,
|
| 496 |
+
"step": 810
|
| 497 |
+
},
|
| 498 |
+
{
|
| 499 |
+
"grad_norm": 1.4238909482955933,
|
| 500 |
+
"learning_rate": 5.4600000000000006e-05,
|
| 501 |
+
"loss": 0.0614,
|
| 502 |
+
"step": 820
|
| 503 |
+
},
|
| 504 |
+
{
|
| 505 |
+
"grad_norm": 0.9367620944976807,
|
| 506 |
+
"learning_rate": 5.5266666666666664e-05,
|
| 507 |
+
"loss": 0.0622,
|
| 508 |
+
"step": 830
|
| 509 |
+
},
|
| 510 |
+
{
|
| 511 |
+
"grad_norm": 1.3980387449264526,
|
| 512 |
+
"learning_rate": 5.5933333333333335e-05,
|
| 513 |
+
"loss": 0.065,
|
| 514 |
+
"step": 840
|
| 515 |
+
},
|
| 516 |
+
{
|
| 517 |
+
"grad_norm": 1.3358958959579468,
|
| 518 |
+
"learning_rate": 5.66e-05,
|
| 519 |
+
"loss": 0.068,
|
| 520 |
+
"step": 850
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"grad_norm": 0.9675244092941284,
|
| 524 |
+
"learning_rate": 5.726666666666667e-05,
|
| 525 |
+
"loss": 0.0634,
|
| 526 |
+
"step": 860
|
| 527 |
+
},
|
| 528 |
+
{
|
| 529 |
+
"grad_norm": 0.9360224008560181,
|
| 530 |
+
"learning_rate": 5.7933333333333337e-05,
|
| 531 |
+
"loss": 0.0586,
|
| 532 |
+
"step": 870
|
| 533 |
+
},
|
| 534 |
+
{
|
| 535 |
+
"grad_norm": 1.0572683811187744,
|
| 536 |
+
"learning_rate": 5.86e-05,
|
| 537 |
+
"loss": 0.0641,
|
| 538 |
+
"step": 880
|
| 539 |
+
},
|
| 540 |
+
{
|
| 541 |
+
"grad_norm": 1.307563066482544,
|
| 542 |
+
"learning_rate": 5.926666666666667e-05,
|
| 543 |
+
"loss": 0.0593,
|
| 544 |
+
"step": 890
|
| 545 |
+
},
|
| 546 |
+
{
|
| 547 |
+
"grad_norm": 0.8857334852218628,
|
| 548 |
+
"learning_rate": 5.9933333333333345e-05,
|
| 549 |
+
"loss": 0.0634,
|
| 550 |
+
"step": 900
|
| 551 |
+
},
|
| 552 |
+
{
|
| 553 |
+
"grad_norm": 1.2183889150619507,
|
| 554 |
+
"learning_rate": 6.06e-05,
|
| 555 |
+
"loss": 0.0571,
|
| 556 |
+
"step": 910
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"grad_norm": 1.2149014472961426,
|
| 560 |
+
"learning_rate": 6.126666666666667e-05,
|
| 561 |
+
"loss": 0.0586,
|
| 562 |
+
"step": 920
|
| 563 |
+
},
|
| 564 |
+
{
|
| 565 |
+
"grad_norm": 0.971682071685791,
|
| 566 |
+
"learning_rate": 6.193333333333333e-05,
|
| 567 |
+
"loss": 0.0609,
|
| 568 |
+
"step": 930
|
| 569 |
+
},
|
| 570 |
+
{
|
| 571 |
+
"grad_norm": 1.2368853092193604,
|
| 572 |
+
"learning_rate": 6.26e-05,
|
| 573 |
+
"loss": 0.0595,
|
| 574 |
+
"step": 940
|
| 575 |
+
},
|
| 576 |
+
{
|
| 577 |
+
"grad_norm": 0.9683165550231934,
|
| 578 |
+
"learning_rate": 6.326666666666667e-05,
|
| 579 |
+
"loss": 0.0616,
|
| 580 |
+
"step": 950
|
| 581 |
+
},
|
| 582 |
+
{
|
| 583 |
+
"grad_norm": 0.8244102001190186,
|
| 584 |
+
"learning_rate": 6.393333333333333e-05,
|
| 585 |
+
"loss": 0.0575,
|
| 586 |
+
"step": 960
|
| 587 |
+
},
|
| 588 |
+
{
|
| 589 |
+
"grad_norm": 0.970955491065979,
|
| 590 |
+
"learning_rate": 6.460000000000001e-05,
|
| 591 |
+
"loss": 0.0581,
|
| 592 |
+
"step": 970
|
| 593 |
+
},
|
| 594 |
+
{
|
| 595 |
+
"grad_norm": 1.0662046670913696,
|
| 596 |
+
"learning_rate": 6.526666666666666e-05,
|
| 597 |
+
"loss": 0.0557,
|
| 598 |
+
"step": 980
|
| 599 |
+
},
|
| 600 |
+
{
|
| 601 |
+
"grad_norm": 0.9161382913589478,
|
| 602 |
+
"learning_rate": 6.593333333333334e-05,
|
| 603 |
+
"loss": 0.0622,
|
| 604 |
+
"step": 990
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"grad_norm": 0.8752316832542419,
|
| 608 |
+
"learning_rate": 6.66e-05,
|
| 609 |
+
"loss": 0.0539,
|
| 610 |
+
"step": 1000
|
| 611 |
+
},
|
| 612 |
+
{
|
| 613 |
+
"grad_norm": 0.7521458268165588,
|
| 614 |
+
"learning_rate": 6.726666666666667e-05,
|
| 615 |
+
"loss": 0.0506,
|
| 616 |
+
"step": 1010
|
| 617 |
+
},
|
| 618 |
+
{
|
| 619 |
+
"grad_norm": 0.8169746994972229,
|
| 620 |
+
"learning_rate": 6.793333333333334e-05,
|
| 621 |
+
"loss": 0.0603,
|
| 622 |
+
"step": 1020
|
| 623 |
+
},
|
| 624 |
+
{
|
| 625 |
+
"grad_norm": 0.8718522191047668,
|
| 626 |
+
"learning_rate": 6.860000000000001e-05,
|
| 627 |
+
"loss": 0.0516,
|
| 628 |
+
"step": 1030
|
| 629 |
+
},
|
| 630 |
+
{
|
| 631 |
+
"grad_norm": 0.7131385207176208,
|
| 632 |
+
"learning_rate": 6.926666666666667e-05,
|
| 633 |
+
"loss": 0.0492,
|
| 634 |
+
"step": 1040
|
| 635 |
+
},
|
| 636 |
+
{
|
| 637 |
+
"grad_norm": 0.8163769841194153,
|
| 638 |
+
"learning_rate": 6.993333333333334e-05,
|
| 639 |
+
"loss": 0.0475,
|
| 640 |
+
"step": 1050
|
| 641 |
+
},
|
| 642 |
+
{
|
| 643 |
+
"grad_norm": 0.6880462169647217,
|
| 644 |
+
"learning_rate": 7.06e-05,
|
| 645 |
+
"loss": 0.0457,
|
| 646 |
+
"step": 1060
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"grad_norm": 1.1300956010818481,
|
| 650 |
+
"learning_rate": 7.126666666666667e-05,
|
| 651 |
+
"loss": 0.0508,
|
| 652 |
+
"step": 1070
|
| 653 |
+
},
|
| 654 |
+
{
|
| 655 |
+
"grad_norm": 1.0228790044784546,
|
| 656 |
+
"learning_rate": 7.193333333333334e-05,
|
| 657 |
+
"loss": 0.0524,
|
| 658 |
+
"step": 1080
|
| 659 |
+
},
|
| 660 |
+
{
|
| 661 |
+
"grad_norm": 1.0921752452850342,
|
| 662 |
+
"learning_rate": 7.26e-05,
|
| 663 |
+
"loss": 0.0499,
|
| 664 |
+
"step": 1090
|
| 665 |
+
},
|
| 666 |
+
{
|
| 667 |
+
"grad_norm": 0.5290265679359436,
|
| 668 |
+
"learning_rate": 7.326666666666667e-05,
|
| 669 |
+
"loss": 0.0495,
|
| 670 |
+
"step": 1100
|
| 671 |
+
},
|
| 672 |
+
{
|
| 673 |
+
"grad_norm": 1.0428764820098877,
|
| 674 |
+
"learning_rate": 7.393333333333333e-05,
|
| 675 |
+
"loss": 0.0481,
|
| 676 |
+
"step": 1110
|
| 677 |
+
},
|
| 678 |
+
{
|
| 679 |
+
"grad_norm": 0.6707554459571838,
|
| 680 |
+
"learning_rate": 7.46e-05,
|
| 681 |
+
"loss": 0.0487,
|
| 682 |
+
"step": 1120
|
| 683 |
+
},
|
| 684 |
+
{
|
| 685 |
+
"grad_norm": 0.7440798282623291,
|
| 686 |
+
"learning_rate": 7.526666666666668e-05,
|
| 687 |
+
"loss": 0.0509,
|
| 688 |
+
"step": 1130
|
| 689 |
+
},
|
| 690 |
+
{
|
| 691 |
+
"grad_norm": 0.9219576120376587,
|
| 692 |
+
"learning_rate": 7.593333333333334e-05,
|
| 693 |
+
"loss": 0.0501,
|
| 694 |
+
"step": 1140
|
| 695 |
+
},
|
| 696 |
+
{
|
| 697 |
+
"grad_norm": 1.2103952169418335,
|
| 698 |
+
"learning_rate": 7.66e-05,
|
| 699 |
+
"loss": 0.0483,
|
| 700 |
+
"step": 1150
|
| 701 |
+
},
|
| 702 |
+
{
|
| 703 |
+
"grad_norm": 0.8884477615356445,
|
| 704 |
+
"learning_rate": 7.726666666666667e-05,
|
| 705 |
+
"loss": 0.0512,
|
| 706 |
+
"step": 1160
|
| 707 |
+
},
|
| 708 |
+
{
|
| 709 |
+
"grad_norm": 0.9153897762298584,
|
| 710 |
+
"learning_rate": 7.793333333333333e-05,
|
| 711 |
+
"loss": 0.0508,
|
| 712 |
+
"step": 1170
|
| 713 |
+
},
|
| 714 |
+
{
|
| 715 |
+
"grad_norm": 0.6855103969573975,
|
| 716 |
+
"learning_rate": 7.860000000000001e-05,
|
| 717 |
+
"loss": 0.0479,
|
| 718 |
+
"step": 1180
|
| 719 |
+
},
|
| 720 |
+
{
|
| 721 |
+
"grad_norm": 0.6617424488067627,
|
| 722 |
+
"learning_rate": 7.926666666666666e-05,
|
| 723 |
+
"loss": 0.0438,
|
| 724 |
+
"step": 1190
|
| 725 |
+
},
|
| 726 |
+
{
|
| 727 |
+
"grad_norm": 0.8509991765022278,
|
| 728 |
+
"learning_rate": 7.993333333333334e-05,
|
| 729 |
+
"loss": 0.0502,
|
| 730 |
+
"step": 1200
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"grad_norm": 0.8399519920349121,
|
| 734 |
+
"learning_rate": 8.060000000000001e-05,
|
| 735 |
+
"loss": 0.0466,
|
| 736 |
+
"step": 1210
|
| 737 |
+
},
|
| 738 |
+
{
|
| 739 |
+
"grad_norm": 0.6967006325721741,
|
| 740 |
+
"learning_rate": 8.126666666666667e-05,
|
| 741 |
+
"loss": 0.0458,
|
| 742 |
+
"step": 1220
|
| 743 |
+
},
|
| 744 |
+
{
|
| 745 |
+
"grad_norm": 0.7278540134429932,
|
| 746 |
+
"learning_rate": 8.193333333333334e-05,
|
| 747 |
+
"loss": 0.047,
|
| 748 |
+
"step": 1230
|
| 749 |
+
},
|
| 750 |
+
{
|
| 751 |
+
"grad_norm": 0.8349273204803467,
|
| 752 |
+
"learning_rate": 8.26e-05,
|
| 753 |
+
"loss": 0.0448,
|
| 754 |
+
"step": 1240
|
| 755 |
+
},
|
| 756 |
+
{
|
| 757 |
+
"grad_norm": 0.8303181529045105,
|
| 758 |
+
"learning_rate": 8.326666666666667e-05,
|
| 759 |
+
"loss": 0.0431,
|
| 760 |
+
"step": 1250
|
| 761 |
+
},
|
| 762 |
+
{
|
| 763 |
+
"grad_norm": 0.9701292514801025,
|
| 764 |
+
"learning_rate": 8.393333333333335e-05,
|
| 765 |
+
"loss": 0.0469,
|
| 766 |
+
"step": 1260
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"grad_norm": 0.8359465003013611,
|
| 770 |
+
"learning_rate": 8.46e-05,
|
| 771 |
+
"loss": 0.0444,
|
| 772 |
+
"step": 1270
|
| 773 |
+
},
|
| 774 |
+
{
|
| 775 |
+
"grad_norm": 0.6769126057624817,
|
| 776 |
+
"learning_rate": 8.526666666666667e-05,
|
| 777 |
+
"loss": 0.0483,
|
| 778 |
+
"step": 1280
|
| 779 |
+
},
|
| 780 |
+
{
|
| 781 |
+
"grad_norm": 0.7515086531639099,
|
| 782 |
+
"learning_rate": 8.593333333333333e-05,
|
| 783 |
+
"loss": 0.0463,
|
| 784 |
+
"step": 1290
|
| 785 |
+
},
|
| 786 |
+
{
|
| 787 |
+
"grad_norm": 0.8276355266571045,
|
| 788 |
+
"learning_rate": 8.66e-05,
|
| 789 |
+
"loss": 0.0438,
|
| 790 |
+
"step": 1300
|
| 791 |
+
},
|
| 792 |
+
{
|
| 793 |
+
"grad_norm": 0.5742467045783997,
|
| 794 |
+
"learning_rate": 8.726666666666667e-05,
|
| 795 |
+
"loss": 0.0426,
|
| 796 |
+
"step": 1310
|
| 797 |
+
},
|
| 798 |
+
{
|
| 799 |
+
"grad_norm": 0.8865119814872742,
|
| 800 |
+
"learning_rate": 8.793333333333333e-05,
|
| 801 |
+
"loss": 0.0389,
|
| 802 |
+
"step": 1320
|
| 803 |
+
},
|
| 804 |
+
{
|
| 805 |
+
"grad_norm": 0.6985632181167603,
|
| 806 |
+
"learning_rate": 8.86e-05,
|
| 807 |
+
"loss": 0.0482,
|
| 808 |
+
"step": 1330
|
| 809 |
+
},
|
| 810 |
+
{
|
| 811 |
+
"grad_norm": 0.7202398180961609,
|
| 812 |
+
"learning_rate": 8.926666666666668e-05,
|
| 813 |
+
"loss": 0.0491,
|
| 814 |
+
"step": 1340
|
| 815 |
+
},
|
| 816 |
+
{
|
| 817 |
+
"grad_norm": 0.6817957758903503,
|
| 818 |
+
"learning_rate": 8.993333333333334e-05,
|
| 819 |
+
"loss": 0.0467,
|
| 820 |
+
"step": 1350
|
| 821 |
+
},
|
| 822 |
+
{
|
| 823 |
+
"grad_norm": 0.6327383518218994,
|
| 824 |
+
"learning_rate": 9.06e-05,
|
| 825 |
+
"loss": 0.0445,
|
| 826 |
+
"step": 1360
|
| 827 |
+
},
|
| 828 |
+
{
|
| 829 |
+
"grad_norm": 0.4578998386859894,
|
| 830 |
+
"learning_rate": 9.126666666666667e-05,
|
| 831 |
+
"loss": 0.0437,
|
| 832 |
+
"step": 1370
|
| 833 |
+
},
|
| 834 |
+
{
|
| 835 |
+
"grad_norm": 0.7874047160148621,
|
| 836 |
+
"learning_rate": 9.193333333333334e-05,
|
| 837 |
+
"loss": 0.0381,
|
| 838 |
+
"step": 1380
|
| 839 |
+
},
|
| 840 |
+
{
|
| 841 |
+
"grad_norm": 0.6632944345474243,
|
| 842 |
+
"learning_rate": 9.260000000000001e-05,
|
| 843 |
+
"loss": 0.0412,
|
| 844 |
+
"step": 1390
|
| 845 |
+
},
|
| 846 |
+
{
|
| 847 |
+
"grad_norm": 0.7300984263420105,
|
| 848 |
+
"learning_rate": 9.326666666666667e-05,
|
| 849 |
+
"loss": 0.0386,
|
| 850 |
+
"step": 1400
|
| 851 |
+
},
|
| 852 |
+
{
|
| 853 |
+
"grad_norm": 0.7691074013710022,
|
| 854 |
+
"learning_rate": 9.393333333333334e-05,
|
| 855 |
+
"loss": 0.0412,
|
| 856 |
+
"step": 1410
|
| 857 |
+
},
|
| 858 |
+
{
|
| 859 |
+
"grad_norm": 0.9861852526664734,
|
| 860 |
+
"learning_rate": 9.46e-05,
|
| 861 |
+
"loss": 0.0404,
|
| 862 |
+
"step": 1420
|
| 863 |
+
},
|
| 864 |
+
{
|
| 865 |
+
"grad_norm": 0.8763015866279602,
|
| 866 |
+
"learning_rate": 9.526666666666667e-05,
|
| 867 |
+
"loss": 0.0415,
|
| 868 |
+
"step": 1430
|
| 869 |
+
},
|
| 870 |
+
{
|
| 871 |
+
"grad_norm": 0.7889045476913452,
|
| 872 |
+
"learning_rate": 9.593333333333334e-05,
|
| 873 |
+
"loss": 0.0401,
|
| 874 |
+
"step": 1440
|
| 875 |
+
},
|
| 876 |
+
{
|
| 877 |
+
"grad_norm": 0.7392305731773376,
|
| 878 |
+
"learning_rate": 9.66e-05,
|
| 879 |
+
"loss": 0.0391,
|
| 880 |
+
"step": 1450
|
| 881 |
+
},
|
| 882 |
+
{
|
| 883 |
+
"grad_norm": 0.7114829421043396,
|
| 884 |
+
"learning_rate": 9.726666666666667e-05,
|
| 885 |
+
"loss": 0.0453,
|
| 886 |
+
"step": 1460
|
| 887 |
+
},
|
| 888 |
+
{
|
| 889 |
+
"grad_norm": 0.5600028038024902,
|
| 890 |
+
"learning_rate": 9.793333333333333e-05,
|
| 891 |
+
"loss": 0.0385,
|
| 892 |
+
"step": 1470
|
| 893 |
+
},
|
| 894 |
+
{
|
| 895 |
+
"grad_norm": 0.7662580013275146,
|
| 896 |
+
"learning_rate": 9.86e-05,
|
| 897 |
+
"loss": 0.0399,
|
| 898 |
+
"step": 1480
|
| 899 |
+
},
|
| 900 |
+
{
|
| 901 |
+
"grad_norm": 0.7539925575256348,
|
| 902 |
+
"learning_rate": 9.926666666666668e-05,
|
| 903 |
+
"loss": 0.0407,
|
| 904 |
+
"step": 1490
|
| 905 |
+
},
|
| 906 |
+
{
|
| 907 |
+
"grad_norm": 0.7231246829032898,
|
| 908 |
+
"learning_rate": 9.993333333333334e-05,
|
| 909 |
+
"loss": 0.04,
|
| 910 |
+
"step": 1500
|
| 911 |
+
},
|
| 912 |
+
{
|
| 913 |
+
"grad_norm": 0.6617307662963867,
|
| 914 |
+
"learning_rate": 9.999997539434007e-05,
|
| 915 |
+
"loss": 0.0429,
|
| 916 |
+
"step": 1510
|
| 917 |
+
},
|
| 918 |
+
{
|
| 919 |
+
"grad_norm": 0.7075979709625244,
|
| 920 |
+
"learning_rate": 9.999989033776898e-05,
|
| 921 |
+
"loss": 0.0377,
|
| 922 |
+
"step": 1520
|
| 923 |
+
},
|
| 924 |
+
{
|
| 925 |
+
"grad_norm": 0.6477856636047363,
|
| 926 |
+
"learning_rate": 9.999974452661641e-05,
|
| 927 |
+
"loss": 0.0417,
|
| 928 |
+
"step": 1530
|
| 929 |
+
},
|
| 930 |
+
{
|
| 931 |
+
"grad_norm": 0.5997700691223145,
|
| 932 |
+
"learning_rate": 9.999953796105959e-05,
|
| 933 |
+
"loss": 0.0394,
|
| 934 |
+
"step": 1540
|
| 935 |
+
},
|
| 936 |
+
{
|
| 937 |
+
"grad_norm": 0.5923762917518616,
|
| 938 |
+
"learning_rate": 9.999927064134949e-05,
|
| 939 |
+
"loss": 0.0372,
|
| 940 |
+
"step": 1550
|
| 941 |
+
},
|
| 942 |
+
{
|
| 943 |
+
"grad_norm": 0.46595168113708496,
|
| 944 |
+
"learning_rate": 9.999894256781095e-05,
|
| 945 |
+
"loss": 0.0385,
|
| 946 |
+
"step": 1560
|
| 947 |
+
},
|
| 948 |
+
{
|
| 949 |
+
"grad_norm": 0.583235502243042,
|
| 950 |
+
"learning_rate": 9.99985537408426e-05,
|
| 951 |
+
"loss": 0.0388,
|
| 952 |
+
"step": 1570
|
| 953 |
+
},
|
| 954 |
+
{
|
| 955 |
+
"grad_norm": 0.7547820806503296,
|
| 956 |
+
"learning_rate": 9.999810416091688e-05,
|
| 957 |
+
"loss": 0.0378,
|
| 958 |
+
"step": 1580
|
| 959 |
+
},
|
| 960 |
+
{
|
| 961 |
+
"grad_norm": 0.49323832988739014,
|
| 962 |
+
"learning_rate": 9.99975938285801e-05,
|
| 963 |
+
"loss": 0.0386,
|
| 964 |
+
"step": 1590
|
| 965 |
+
},
|
| 966 |
+
{
|
| 967 |
+
"grad_norm": 0.6207570433616638,
|
| 968 |
+
"learning_rate": 9.999702274445236e-05,
|
| 969 |
+
"loss": 0.0412,
|
| 970 |
+
"step": 1600
|
| 971 |
+
},
|
| 972 |
+
{
|
| 973 |
+
"grad_norm": 0.7229306697845459,
|
| 974 |
+
"learning_rate": 9.999639090922756e-05,
|
| 975 |
+
"loss": 0.038,
|
| 976 |
+
"step": 1610
|
| 977 |
+
},
|
| 978 |
+
{
|
| 979 |
+
"grad_norm": 0.6029353141784668,
|
| 980 |
+
"learning_rate": 9.999569832367346e-05,
|
| 981 |
+
"loss": 0.0358,
|
| 982 |
+
"step": 1620
|
| 983 |
+
},
|
| 984 |
+
{
|
| 985 |
+
"grad_norm": 0.5695170164108276,
|
| 986 |
+
"learning_rate": 9.999494498863162e-05,
|
| 987 |
+
"loss": 0.038,
|
| 988 |
+
"step": 1630
|
| 989 |
+
},
|
| 990 |
+
{
|
| 991 |
+
"grad_norm": 0.4581107795238495,
|
| 992 |
+
"learning_rate": 9.99941309050174e-05,
|
| 993 |
+
"loss": 0.0336,
|
| 994 |
+
"step": 1640
|
| 995 |
+
},
|
| 996 |
+
{
|
| 997 |
+
"grad_norm": 0.5888658761978149,
|
| 998 |
+
"learning_rate": 9.999325607381999e-05,
|
| 999 |
+
"loss": 0.0363,
|
| 1000 |
+
"step": 1650
|
| 1001 |
+
},
|
| 1002 |
+
{
|
| 1003 |
+
"grad_norm": 0.42355862259864807,
|
| 1004 |
+
"learning_rate": 9.999232049610238e-05,
|
| 1005 |
+
"loss": 0.0329,
|
| 1006 |
+
"step": 1660
|
| 1007 |
+
},
|
| 1008 |
+
{
|
| 1009 |
+
"grad_norm": 0.44192200899124146,
|
| 1010 |
+
"learning_rate": 9.999132417300142e-05,
|
| 1011 |
+
"loss": 0.0318,
|
| 1012 |
+
"step": 1670
|
| 1013 |
+
},
|
| 1014 |
+
{
|
| 1015 |
+
"grad_norm": 0.582292377948761,
|
| 1016 |
+
"learning_rate": 9.99902671057277e-05,
|
| 1017 |
+
"loss": 0.037,
|
| 1018 |
+
"step": 1680
|
| 1019 |
+
},
|
| 1020 |
+
{
|
| 1021 |
+
"grad_norm": 0.640484631061554,
|
| 1022 |
+
"learning_rate": 9.998914929556569e-05,
|
| 1023 |
+
"loss": 0.0415,
|
| 1024 |
+
"step": 1690
|
| 1025 |
+
},
|
| 1026 |
+
{
|
| 1027 |
+
"grad_norm": 0.5324658155441284,
|
| 1028 |
+
"learning_rate": 9.998797074387361e-05,
|
| 1029 |
+
"loss": 0.0406,
|
| 1030 |
+
"step": 1700
|
| 1031 |
+
},
|
| 1032 |
+
{
|
| 1033 |
+
"grad_norm": 0.4396641254425049,
|
| 1034 |
+
"learning_rate": 9.99867314520835e-05,
|
| 1035 |
+
"loss": 0.0358,
|
| 1036 |
+
"step": 1710
|
| 1037 |
+
},
|
| 1038 |
+
{
|
| 1039 |
+
"grad_norm": 0.5642094016075134,
|
| 1040 |
+
"learning_rate": 9.998543142170126e-05,
|
| 1041 |
+
"loss": 0.0355,
|
| 1042 |
+
"step": 1720
|
| 1043 |
+
},
|
| 1044 |
+
{
|
| 1045 |
+
"grad_norm": 0.4254641830921173,
|
| 1046 |
+
"learning_rate": 9.99840706543065e-05,
|
| 1047 |
+
"loss": 0.0347,
|
| 1048 |
+
"step": 1730
|
| 1049 |
+
},
|
| 1050 |
+
{
|
| 1051 |
+
"grad_norm": 0.6551932096481323,
|
| 1052 |
+
"learning_rate": 9.998264915155274e-05,
|
| 1053 |
+
"loss": 0.0331,
|
| 1054 |
+
"step": 1740
|
| 1055 |
+
},
|
| 1056 |
+
{
|
| 1057 |
+
"grad_norm": 0.6991862654685974,
|
| 1058 |
+
"learning_rate": 9.998116691516718e-05,
|
| 1059 |
+
"loss": 0.0369,
|
| 1060 |
+
"step": 1750
|
| 1061 |
+
},
|
| 1062 |
+
{
|
| 1063 |
+
"grad_norm": 0.5255552530288696,
|
| 1064 |
+
"learning_rate": 9.997962394695091e-05,
|
| 1065 |
+
"loss": 0.0357,
|
| 1066 |
+
"step": 1760
|
| 1067 |
+
},
|
| 1068 |
+
{
|
| 1069 |
+
"grad_norm": 0.5381750464439392,
|
| 1070 |
+
"learning_rate": 9.997802024877875e-05,
|
| 1071 |
+
"loss": 0.0369,
|
| 1072 |
+
"step": 1770
|
| 1073 |
+
},
|
| 1074 |
+
{
|
| 1075 |
+
"grad_norm": 0.46699705719947815,
|
| 1076 |
+
"learning_rate": 9.99763558225994e-05,
|
| 1077 |
+
"loss": 0.0332,
|
| 1078 |
+
"step": 1780
|
| 1079 |
+
},
|
| 1080 |
+
{
|
| 1081 |
+
"grad_norm": 0.5546779632568359,
|
| 1082 |
+
"learning_rate": 9.997463067043526e-05,
|
| 1083 |
+
"loss": 0.035,
|
| 1084 |
+
"step": 1790
|
| 1085 |
+
},
|
| 1086 |
+
{
|
| 1087 |
+
"grad_norm": 0.5206839442253113,
|
| 1088 |
+
"learning_rate": 9.997284479438253e-05,
|
| 1089 |
+
"loss": 0.0332,
|
| 1090 |
+
"step": 1800
|
| 1091 |
+
},
|
| 1092 |
+
{
|
| 1093 |
+
"grad_norm": 0.5379693508148193,
|
| 1094 |
+
"learning_rate": 9.997099819661127e-05,
|
| 1095 |
+
"loss": 0.0309,
|
| 1096 |
+
"step": 1810
|
| 1097 |
+
},
|
| 1098 |
+
{
|
| 1099 |
+
"grad_norm": 0.4955759346485138,
|
| 1100 |
+
"learning_rate": 9.996909087936524e-05,
|
| 1101 |
+
"loss": 0.0353,
|
| 1102 |
+
"step": 1820
|
| 1103 |
+
},
|
| 1104 |
+
{
|
| 1105 |
+
"grad_norm": 0.42540910840034485,
|
| 1106 |
+
"learning_rate": 9.996712284496201e-05,
|
| 1107 |
+
"loss": 0.0327,
|
| 1108 |
+
"step": 1830
|
| 1109 |
+
},
|
| 1110 |
+
{
|
| 1111 |
+
"grad_norm": 0.3907061219215393,
|
| 1112 |
+
"learning_rate": 9.996509409579293e-05,
|
| 1113 |
+
"loss": 0.0323,
|
| 1114 |
+
"step": 1840
|
| 1115 |
+
},
|
| 1116 |
+
{
|
| 1117 |
+
"grad_norm": 0.6000369787216187,
|
| 1118 |
+
"learning_rate": 9.996300463432312e-05,
|
| 1119 |
+
"loss": 0.0336,
|
| 1120 |
+
"step": 1850
|
| 1121 |
+
},
|
| 1122 |
+
{
|
| 1123 |
+
"grad_norm": 0.5673982501029968,
|
| 1124 |
+
"learning_rate": 9.996085446309148e-05,
|
| 1125 |
+
"loss": 0.0369,
|
| 1126 |
+
"step": 1860
|
| 1127 |
+
},
|
| 1128 |
+
{
|
| 1129 |
+
"grad_norm": 0.49209660291671753,
|
| 1130 |
+
"learning_rate": 9.995864358471066e-05,
|
| 1131 |
+
"loss": 0.0341,
|
| 1132 |
+
"step": 1870
|
| 1133 |
+
},
|
| 1134 |
+
{
|
| 1135 |
+
"grad_norm": 0.7095867991447449,
|
| 1136 |
+
"learning_rate": 9.99563720018671e-05,
|
| 1137 |
+
"loss": 0.0316,
|
| 1138 |
+
"step": 1880
|
| 1139 |
+
},
|
| 1140 |
+
{
|
| 1141 |
+
"grad_norm": 0.6636500358581543,
|
| 1142 |
+
"learning_rate": 9.995403971732098e-05,
|
| 1143 |
+
"loss": 0.035,
|
| 1144 |
+
"step": 1890
|
| 1145 |
+
},
|
| 1146 |
+
{
|
| 1147 |
+
"grad_norm": 0.4743417799472809,
|
| 1148 |
+
"learning_rate": 9.995164673390625e-05,
|
| 1149 |
+
"loss": 0.0311,
|
| 1150 |
+
"step": 1900
|
| 1151 |
+
},
|
| 1152 |
+
{
|
| 1153 |
+
"grad_norm": 0.5287648439407349,
|
| 1154 |
+
"learning_rate": 9.994919305453059e-05,
|
| 1155 |
+
"loss": 0.031,
|
| 1156 |
+
"step": 1910
|
| 1157 |
+
},
|
| 1158 |
+
{
|
| 1159 |
+
"grad_norm": 0.45866692066192627,
|
| 1160 |
+
"learning_rate": 9.994667868217548e-05,
|
| 1161 |
+
"loss": 0.032,
|
| 1162 |
+
"step": 1920
|
| 1163 |
+
},
|
| 1164 |
+
{
|
| 1165 |
+
"grad_norm": 0.5198220610618591,
|
| 1166 |
+
"learning_rate": 9.99441036198961e-05,
|
| 1167 |
+
"loss": 0.0326,
|
| 1168 |
+
"step": 1930
|
| 1169 |
+
},
|
| 1170 |
+
{
|
| 1171 |
+
"grad_norm": 0.5405005812644958,
|
| 1172 |
+
"learning_rate": 9.99414678708214e-05,
|
| 1173 |
+
"loss": 0.0322,
|
| 1174 |
+
"step": 1940
|
| 1175 |
+
},
|
| 1176 |
+
{
|
| 1177 |
+
"grad_norm": 0.42117366194725037,
|
| 1178 |
+
"learning_rate": 9.993877143815407e-05,
|
| 1179 |
+
"loss": 0.0314,
|
| 1180 |
+
"step": 1950
|
| 1181 |
+
},
|
| 1182 |
+
{
|
| 1183 |
+
"grad_norm": 0.4138369858264923,
|
| 1184 |
+
"learning_rate": 9.993601432517053e-05,
|
| 1185 |
+
"loss": 0.0311,
|
| 1186 |
+
"step": 1960
|
| 1187 |
+
},
|
| 1188 |
+
{
|
| 1189 |
+
"grad_norm": 0.5241675972938538,
|
| 1190 |
+
"learning_rate": 9.993319653522091e-05,
|
| 1191 |
+
"loss": 0.0322,
|
| 1192 |
+
"step": 1970
|
| 1193 |
+
},
|
| 1194 |
+
{
|
| 1195 |
+
"grad_norm": 0.48230016231536865,
|
| 1196 |
+
"learning_rate": 9.993031807172911e-05,
|
| 1197 |
+
"loss": 0.0321,
|
| 1198 |
+
"step": 1980
|
| 1199 |
+
},
|
| 1200 |
+
{
|
| 1201 |
+
"grad_norm": 0.4062332808971405,
|
| 1202 |
+
"learning_rate": 9.992737893819273e-05,
|
| 1203 |
+
"loss": 0.0317,
|
| 1204 |
+
"step": 1990
|
| 1205 |
+
},
|
| 1206 |
+
{
|
| 1207 |
+
"grad_norm": 0.5321586728096008,
|
| 1208 |
+
"learning_rate": 9.992437913818312e-05,
|
| 1209 |
+
"loss": 0.0307,
|
| 1210 |
+
"step": 2000
|
| 1211 |
+
},
|
| 1212 |
+
{
|
| 1213 |
+
"grad_norm": 0.4237384498119354,
|
| 1214 |
+
"learning_rate": 9.992131867534526e-05,
|
| 1215 |
+
"loss": 0.0288,
|
| 1216 |
+
"step": 2010
|
| 1217 |
+
},
|
| 1218 |
+
{
|
| 1219 |
+
"grad_norm": 0.5707708597183228,
|
| 1220 |
+
"learning_rate": 9.991819755339796e-05,
|
| 1221 |
+
"loss": 0.0318,
|
| 1222 |
+
"step": 2020
|
| 1223 |
+
},
|
| 1224 |
+
{
|
| 1225 |
+
"grad_norm": 0.3146398961544037,
|
| 1226 |
+
"learning_rate": 9.991501577613365e-05,
|
| 1227 |
+
"loss": 0.0312,
|
| 1228 |
+
"step": 2030
|
| 1229 |
+
},
|
| 1230 |
+
{
|
| 1231 |
+
"grad_norm": 0.5046992897987366,
|
| 1232 |
+
"learning_rate": 9.99117733474185e-05,
|
| 1233 |
+
"loss": 0.0305,
|
| 1234 |
+
"step": 2040
|
| 1235 |
+
},
|
| 1236 |
+
{
|
| 1237 |
+
"grad_norm": 0.4503960609436035,
|
| 1238 |
+
"learning_rate": 9.990847027119234e-05,
|
| 1239 |
+
"loss": 0.032,
|
| 1240 |
+
"step": 2050
|
| 1241 |
+
},
|
| 1242 |
+
{
|
| 1243 |
+
"grad_norm": 0.6307269930839539,
|
| 1244 |
+
"learning_rate": 9.990510655146877e-05,
|
| 1245 |
+
"loss": 0.0314,
|
| 1246 |
+
"step": 2060
|
| 1247 |
+
},
|
| 1248 |
+
{
|
| 1249 |
+
"grad_norm": 0.5946677327156067,
|
| 1250 |
+
"learning_rate": 9.990168219233496e-05,
|
| 1251 |
+
"loss": 0.031,
|
| 1252 |
+
"step": 2070
|
| 1253 |
+
},
|
| 1254 |
+
{
|
| 1255 |
+
"grad_norm": 0.478351891040802,
|
| 1256 |
+
"learning_rate": 9.989819719795188e-05,
|
| 1257 |
+
"loss": 0.0289,
|
| 1258 |
+
"step": 2080
|
| 1259 |
+
},
|
| 1260 |
+
{
|
| 1261 |
+
"grad_norm": 0.5508173108100891,
|
| 1262 |
+
"learning_rate": 9.989465157255412e-05,
|
| 1263 |
+
"loss": 0.0334,
|
| 1264 |
+
"step": 2090
|
| 1265 |
+
},
|
| 1266 |
+
{
|
| 1267 |
+
"grad_norm": 0.4113427996635437,
|
| 1268 |
+
"learning_rate": 9.989104532044994e-05,
|
| 1269 |
+
"loss": 0.0293,
|
| 1270 |
+
"step": 2100
|
| 1271 |
+
},
|
| 1272 |
+
{
|
| 1273 |
+
"grad_norm": 0.47436055541038513,
|
| 1274 |
+
"learning_rate": 9.988737844602128e-05,
|
| 1275 |
+
"loss": 0.0264,
|
| 1276 |
+
"step": 2110
|
| 1277 |
+
},
|
| 1278 |
+
{
|
| 1279 |
+
"grad_norm": 0.6576429009437561,
|
| 1280 |
+
"learning_rate": 9.988365095372372e-05,
|
| 1281 |
+
"loss": 0.029,
|
| 1282 |
+
"step": 2120
|
| 1283 |
+
},
|
| 1284 |
+
{
|
| 1285 |
+
"grad_norm": 0.4389994740486145,
|
| 1286 |
+
"learning_rate": 9.987986284808654e-05,
|
| 1287 |
+
"loss": 0.0313,
|
| 1288 |
+
"step": 2130
|
| 1289 |
+
},
|
| 1290 |
+
{
|
| 1291 |
+
"grad_norm": 0.5478070378303528,
|
| 1292 |
+
"learning_rate": 9.987601413371264e-05,
|
| 1293 |
+
"loss": 0.0303,
|
| 1294 |
+
"step": 2140
|
| 1295 |
+
},
|
| 1296 |
+
{
|
| 1297 |
+
"grad_norm": 0.4985005557537079,
|
| 1298 |
+
"learning_rate": 9.987210481527855e-05,
|
| 1299 |
+
"loss": 0.0284,
|
| 1300 |
+
"step": 2150
|
| 1301 |
+
},
|
| 1302 |
+
{
|
| 1303 |
+
"grad_norm": 0.4611583650112152,
|
| 1304 |
+
"learning_rate": 9.98681348975345e-05,
|
| 1305 |
+
"loss": 0.0283,
|
| 1306 |
+
"step": 2160
|
| 1307 |
+
},
|
| 1308 |
+
{
|
| 1309 |
+
"grad_norm": 0.43860509991645813,
|
| 1310 |
+
"learning_rate": 9.986410438530427e-05,
|
| 1311 |
+
"loss": 0.0269,
|
| 1312 |
+
"step": 2170
|
| 1313 |
+
},
|
| 1314 |
+
{
|
| 1315 |
+
"grad_norm": 0.541072428226471,
|
| 1316 |
+
"learning_rate": 9.986001328348534e-05,
|
| 1317 |
+
"loss": 0.0273,
|
| 1318 |
+
"step": 2180
|
| 1319 |
+
},
|
| 1320 |
+
{
|
| 1321 |
+
"grad_norm": 0.4160540997982025,
|
| 1322 |
+
"learning_rate": 9.985586159704878e-05,
|
| 1323 |
+
"loss": 0.0267,
|
| 1324 |
+
"step": 2190
|
| 1325 |
+
},
|
| 1326 |
+
{
|
| 1327 |
+
"grad_norm": 0.5684108138084412,
|
| 1328 |
+
"learning_rate": 9.985164933103929e-05,
|
| 1329 |
+
"loss": 0.0331,
|
| 1330 |
+
"step": 2200
|
| 1331 |
+
},
|
| 1332 |
+
{
|
| 1333 |
+
"grad_norm": 0.60076904296875,
|
| 1334 |
+
"learning_rate": 9.984737649057513e-05,
|
| 1335 |
+
"loss": 0.0315,
|
| 1336 |
+
"step": 2210
|
| 1337 |
+
},
|
| 1338 |
+
{
|
| 1339 |
+
"grad_norm": 0.4548479914665222,
|
| 1340 |
+
"learning_rate": 9.984304308084827e-05,
|
| 1341 |
+
"loss": 0.0332,
|
| 1342 |
+
"step": 2220
|
| 1343 |
+
},
|
| 1344 |
+
{
|
| 1345 |
+
"grad_norm": 0.32628098130226135,
|
| 1346 |
+
"learning_rate": 9.983864910712416e-05,
|
| 1347 |
+
"loss": 0.0277,
|
| 1348 |
+
"step": 2230
|
| 1349 |
+
},
|
| 1350 |
+
{
|
| 1351 |
+
"grad_norm": 0.4243181645870209,
|
| 1352 |
+
"learning_rate": 9.98341945747419e-05,
|
| 1353 |
+
"loss": 0.0271,
|
| 1354 |
+
"step": 2240
|
| 1355 |
+
},
|
| 1356 |
+
{
|
| 1357 |
+
"grad_norm": 0.4711628258228302,
|
| 1358 |
+
"learning_rate": 9.98296794891142e-05,
|
| 1359 |
+
"loss": 0.0283,
|
| 1360 |
+
"step": 2250
|
| 1361 |
+
},
|
| 1362 |
+
{
|
| 1363 |
+
"grad_norm": 0.3072936534881592,
|
| 1364 |
+
"learning_rate": 9.982510385572725e-05,
|
| 1365 |
+
"loss": 0.0294,
|
| 1366 |
+
"step": 2260
|
| 1367 |
+
},
|
| 1368 |
+
{
|
| 1369 |
+
"grad_norm": 0.37349826097488403,
|
| 1370 |
+
"learning_rate": 9.982046768014094e-05,
|
| 1371 |
+
"loss": 0.0271,
|
| 1372 |
+
"step": 2270
|
| 1373 |
+
},
|
| 1374 |
+
{
|
| 1375 |
+
"grad_norm": 0.41922029852867126,
|
| 1376 |
+
"learning_rate": 9.981577096798863e-05,
|
| 1377 |
+
"loss": 0.0255,
|
| 1378 |
+
"step": 2280
|
| 1379 |
+
},
|
| 1380 |
+
{
|
| 1381 |
+
"grad_norm": 0.41333553194999695,
|
| 1382 |
+
"learning_rate": 9.981101372497727e-05,
|
| 1383 |
+
"loss": 0.0276,
|
| 1384 |
+
"step": 2290
|
| 1385 |
+
},
|
| 1386 |
+
{
|
| 1387 |
+
"grad_norm": 0.49039316177368164,
|
| 1388 |
+
"learning_rate": 9.980619595688737e-05,
|
| 1389 |
+
"loss": 0.0264,
|
| 1390 |
+
"step": 2300
|
| 1391 |
+
},
|
| 1392 |
+
{
|
| 1393 |
+
"grad_norm": 0.45840826630592346,
|
| 1394 |
+
"learning_rate": 9.980131766957295e-05,
|
| 1395 |
+
"loss": 0.0289,
|
| 1396 |
+
"step": 2310
|
| 1397 |
+
},
|
| 1398 |
+
{
|
| 1399 |
+
"grad_norm": 0.43983516097068787,
|
| 1400 |
+
"learning_rate": 9.979637886896163e-05,
|
| 1401 |
+
"loss": 0.0295,
|
| 1402 |
+
"step": 2320
|
| 1403 |
+
},
|
| 1404 |
+
{
|
| 1405 |
+
"grad_norm": 0.519990861415863,
|
| 1406 |
+
"learning_rate": 9.979137956105447e-05,
|
| 1407 |
+
"loss": 0.0351,
|
| 1408 |
+
"step": 2330
|
| 1409 |
+
},
|
| 1410 |
+
{
|
| 1411 |
+
"grad_norm": 0.37182801961898804,
|
| 1412 |
+
"learning_rate": 9.978631975192613e-05,
|
| 1413 |
+
"loss": 0.0272,
|
| 1414 |
+
"step": 2340
|
| 1415 |
+
},
|
| 1416 |
+
{
|
| 1417 |
+
"grad_norm": 0.3941374123096466,
|
| 1418 |
+
"learning_rate": 9.978119944772475e-05,
|
| 1419 |
+
"loss": 0.0338,
|
| 1420 |
+
"step": 2350
|
| 1421 |
+
},
|
| 1422 |
+
{
|
| 1423 |
+
"grad_norm": 0.49252980947494507,
|
| 1424 |
+
"learning_rate": 9.977601865467197e-05,
|
| 1425 |
+
"loss": 0.029,
|
| 1426 |
+
"step": 2360
|
| 1427 |
+
},
|
| 1428 |
+
{
|
| 1429 |
+
"grad_norm": 0.36538147926330566,
|
| 1430 |
+
"learning_rate": 9.977077737906297e-05,
|
| 1431 |
+
"loss": 0.0271,
|
| 1432 |
+
"step": 2370
|
| 1433 |
+
},
|
| 1434 |
+
{
|
| 1435 |
+
"grad_norm": 0.48212969303131104,
|
| 1436 |
+
"learning_rate": 9.976547562726636e-05,
|
| 1437 |
+
"loss": 0.0286,
|
| 1438 |
+
"step": 2380
|
| 1439 |
+
},
|
| 1440 |
+
{
|
| 1441 |
+
"grad_norm": 0.3857809603214264,
|
| 1442 |
+
"learning_rate": 9.976011340572429e-05,
|
| 1443 |
+
"loss": 0.0299,
|
| 1444 |
+
"step": 2390
|
| 1445 |
+
},
|
| 1446 |
+
{
|
| 1447 |
+
"grad_norm": 0.3532734215259552,
|
| 1448 |
+
"learning_rate": 9.975469072095237e-05,
|
| 1449 |
+
"loss": 0.029,
|
| 1450 |
+
"step": 2400
|
| 1451 |
+
},
|
| 1452 |
+
{
|
| 1453 |
+
"grad_norm": 0.3491647243499756,
|
| 1454 |
+
"learning_rate": 9.974920757953965e-05,
|
| 1455 |
+
"loss": 0.0246,
|
| 1456 |
+
"step": 2410
|
| 1457 |
+
},
|
| 1458 |
+
{
|
| 1459 |
+
"grad_norm": 0.40819358825683594,
|
| 1460 |
+
"learning_rate": 9.97436639881487e-05,
|
| 1461 |
+
"loss": 0.0322,
|
| 1462 |
+
"step": 2420
|
| 1463 |
+
},
|
| 1464 |
+
{
|
| 1465 |
+
"grad_norm": 0.4187079071998596,
|
| 1466 |
+
"learning_rate": 9.973805995351545e-05,
|
| 1467 |
+
"loss": 0.0284,
|
| 1468 |
+
"step": 2430
|
| 1469 |
+
},
|
| 1470 |
+
{
|
| 1471 |
+
"grad_norm": 0.47072187066078186,
|
| 1472 |
+
"learning_rate": 9.973239548244939e-05,
|
| 1473 |
+
"loss": 0.0287,
|
| 1474 |
+
"step": 2440
|
| 1475 |
+
},
|
| 1476 |
+
{
|
| 1477 |
+
"grad_norm": 0.4486375153064728,
|
| 1478 |
+
"learning_rate": 9.972667058183333e-05,
|
| 1479 |
+
"loss": 0.0274,
|
| 1480 |
+
"step": 2450
|
| 1481 |
+
},
|
| 1482 |
+
{
|
| 1483 |
+
"grad_norm": 0.387708455324173,
|
| 1484 |
+
"learning_rate": 9.972088525862362e-05,
|
| 1485 |
+
"loss": 0.0246,
|
| 1486 |
+
"step": 2460
|
| 1487 |
+
},
|
| 1488 |
+
{
|
| 1489 |
+
"grad_norm": 0.45445823669433594,
|
| 1490 |
+
"learning_rate": 9.971503951984995e-05,
|
| 1491 |
+
"loss": 0.0262,
|
| 1492 |
+
"step": 2470
|
| 1493 |
+
},
|
| 1494 |
+
{
|
| 1495 |
+
"grad_norm": 0.5244600176811218,
|
| 1496 |
+
"learning_rate": 9.970913337261543e-05,
|
| 1497 |
+
"loss": 0.026,
|
| 1498 |
+
"step": 2480
|
| 1499 |
+
},
|
| 1500 |
+
{
|
| 1501 |
+
"grad_norm": 0.33774614334106445,
|
| 1502 |
+
"learning_rate": 9.97031668240966e-05,
|
| 1503 |
+
"loss": 0.0327,
|
| 1504 |
+
"step": 2490
|
| 1505 |
+
},
|
| 1506 |
+
{
|
| 1507 |
+
"grad_norm": 0.45767754316329956,
|
| 1508 |
+
"learning_rate": 9.969713988154339e-05,
|
| 1509 |
+
"loss": 0.0278,
|
| 1510 |
+
"step": 2500
|
| 1511 |
+
}
|
| 1512 |
+
],
|
| 1513 |
+
"logging_steps": 10,
|
| 1514 |
+
"max_steps": 30000,
|
| 1515 |
+
"num_input_tokens_seen": 0,
|
| 1516 |
+
"num_train_epochs": 9223372036854775807,
|
| 1517 |
+
"save_steps": 2500,
|
| 1518 |
+
"stateful_callbacks": {
|
| 1519 |
+
"TrainerControl": {
|
| 1520 |
+
"args": {
|
| 1521 |
+
"should_epoch_stop": false,
|
| 1522 |
+
"should_evaluate": false,
|
| 1523 |
+
"should_log": false,
|
| 1524 |
+
"should_save": true,
|
| 1525 |
+
"should_training_stop": false
|
| 1526 |
+
},
|
| 1527 |
+
"attributes": {}
|
| 1528 |
+
}
|
| 1529 |
+
},
|
| 1530 |
+
"total_flos": 0.0,
|
| 1531 |
+
"train_batch_size": 64,
|
| 1532 |
+
"trial_name": null,
|
| 1533 |
+
"trial_params": null
|
| 1534 |
+
}
|
16d_30k/checkpoint-2500/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e929ad874fd372cf09ea10ff49872f55bb6b39bb208fe0f9ef27cb89015e7be
|
| 3 |
+
size 7761
|
16d_30k/checkpoint-2500/wandb_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"project": "screwing_hil", "run_id": "groot_16d_30k"}
|