diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/config.json b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/config.json new file mode 100644 index 0000000000000000000000000000000000000000..4357a8edfcf080c80beaee90f6fc0ea0bad73a20 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/config.json @@ -0,0 +1,70 @@ +{ + "action_horizon": 50, + "add_pos_embed": true, + "apply_sincos_state_encoding": true, + "architectures": [ + "Gr00tN1d6" + ], + "attn_dropout": 0.2, + "attn_implementation": null, + "backbone_embedding_dim": 2048, + "backbone_model_type": "eagle", + "backbone_trainable_params_fp32": true, + "collator_overwrite_image_inputs": false, + "color_jitter_params": { + "brightness": 0.1, + "contrast": 0.1, + "hue": 0.1, + "saturation": 0.1 + }, + "crop_fraction": 0.95, + "diffusion_model_cfg": { + "attention_head_dim": 48, + "dropout": 0.2, + "final_dropout": true, + "interleave_self_attention": true, + "norm_type": "ada_norm", + "num_attention_heads": 32, + "num_layers": 32, + "output_dim": 1024, + "positional_embeddings": null + }, + "eagle_collator": true, + "formalize_language": true, + "gemma_collator": false, + "hidden_size": 1024, + "image_crop_size": null, + "image_target_size": null, + "input_embedding_dim": 1536, + "load_bf16": true, + "max_action_dim": 128, + "max_num_embodiments": 32, + "max_seq_len": 1024, + "max_state_dim": 128, + "model_dtype": "bfloat16", + "model_name": "nvidia/Eagle-Block2A-2B-v2", + "model_type": "Gr00tN1d6", + "noise_beta_alpha": 1.5, + "noise_beta_beta": 1.0, + "noise_s": 0.999, + "num_inference_timesteps": 4, + "num_timestep_buckets": 1000, + "random_rotation_angle": null, + "reproject_vision": false, + "select_layer": 16, + "shortest_image_edge": 256, + "state_dropout_prob": 0.0, + "torch_dtype": "bfloat16", + "transformers_version": "4.51.3", + "tune_diffusion_model": true, + "tune_llm": false, + "tune_projector": true, + "tune_top_llm_layers": 4, + "tune_visual": false, + "tune_vlln": true, + "use_albumentations_transforms": true, + "use_alternate_vl_dit": true, + "use_flash_attention": true, + "use_relative_action": true, + "use_vlln": true +} diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/embodiment_id.json b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/embodiment_id.json new file mode 100644 index 0000000000000000000000000000000000000000..d4f0f23e82d90bc4ed1fa9ace218e7b1eca184ef --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/embodiment_id.json @@ -0,0 +1,14 @@ +{ + "robocasa_panda_omron": 13, + "gr1": 20, + "behavior_r1_pro": 24, + "unitree_g1": 8, + "oxe_google": 0, + "oxe_widowx": 1, + "libero_panda": 2, + "new_embodiment": 10, + "g1_ee_a16": 10, + "h1_ee_a16": 11, + "g1_upper_a16": 10, + "g1_loco_downstream": 10 +} \ No newline at end of file diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/experiment_cfg/conf.yaml b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/experiment_cfg/conf.yaml new file mode 100644 index 0000000000000000000000000000000000000000..46116dac2a927d6259e6072ad04c4b7f3c059480 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/experiment_cfg/conf.yaml @@ -0,0 +1,253 @@ +load_config_path: null +model: + model_type: Gr00tN1d6 + model_dtype: bfloat16 + model_name: nvidia/Eagle-Block2A-2B-v2 + backbone_model_type: eagle + model_revision: null + tune_top_llm_layers: 4 + backbone_embedding_dim: 2048 + tune_llm: false + tune_visual: false + select_layer: 16 + reproject_vision: false + use_flash_attention: true + load_bf16: false + collator_overwrite_image_inputs: false + eagle_collator: true + backbone_trainable_params_fp32: true + image_crop_size: null + image_target_size: null + shortest_image_edge: 256 + crop_fraction: 0.95 + random_rotation_angle: null + color_jitter_params: + brightness: 0.3 + contrast: 0.4 + saturation: 0.5 + hue: 0.08 + use_albumentations_transforms: true + formalize_language: true + apply_sincos_state_encoding: true + use_relative_action: true + max_state_dim: 128 + max_action_dim: 128 + action_horizon: 50 + hidden_size: 1024 + input_embedding_dim: 1536 + add_pos_embed: true + attn_dropout: 0.2 + use_vlln: true + max_seq_len: 1024 + use_alternate_vl_dit: true + attend_text_every_n_blocks: 2 + diffusion_model_cfg: + attention_head_dim: 48 + dropout: 0.2 + final_dropout: true + interleave_self_attention: true + norm_type: ada_norm + num_attention_heads: 32 + num_layers: 32 + output_dim: 1024 + positional_embeddings: null + num_inference_timesteps: 4 + noise_beta_alpha: 1.5 + noise_beta_beta: 1.0 + noise_s: 0.999 + num_timestep_buckets: 1000 + tune_projector: true + tune_diffusion_model: true + tune_vlln: true + state_dropout_prob: 0.0 + state_additive_noise_scale: 0.0 + max_num_embodiments: 32 +data: + datasets: + - dataset_paths: + - /hfm/data/real_teleop_g1/lerobot/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward + embodiment_tag: g1_loco_downstream + mix_ratio: 1.0 + dataset_type: physical_embodiment + val_dataset_path: null + modality_configs: + g1_loco_downstream: + video: + delta_indices: + - 0 + modality_keys: + - rs_view + sin_cos_embedding_keys: null + mean_std_embedding_keys: null + action_configs: null + state: + delta_indices: + - 0 + modality_keys: + - left_hand + - right_hand + - left_arm + - right_arm + - rpy + - height + sin_cos_embedding_keys: null + mean_std_embedding_keys: null + action_configs: null + action: + delta_indices: + - 0 + - 1 + - 2 + - 3 + - 4 + - 5 + - 6 + - 7 + - 8 + - 9 + - 10 + - 11 + - 12 + - 13 + - 14 + - 15 + modality_keys: + - left_hand + - right_hand + - left_arm + - right_arm + - rpy + - height + - torso_vx + - torso_vy + - torso_vyaw + - target_yaw + sin_cos_embedding_keys: null + mean_std_embedding_keys: null + action_configs: + - rep: ABSOLUTE + type: NON_EEF + format: DEFAULT + state_key: null + - rep: ABSOLUTE + type: NON_EEF + format: DEFAULT + state_key: null + - rep: ABSOLUTE + type: NON_EEF + format: DEFAULT + state_key: null + - rep: ABSOLUTE + type: NON_EEF + format: DEFAULT + state_key: null + - rep: ABSOLUTE + type: NON_EEF + format: DEFAULT + state_key: null + - rep: ABSOLUTE + type: NON_EEF + format: DEFAULT + state_key: null + - rep: ABSOLUTE + type: NON_EEF + format: DEFAULT + state_key: null + - rep: ABSOLUTE + type: NON_EEF + format: DEFAULT + state_key: null + - rep: ABSOLUTE + type: NON_EEF + format: DEFAULT + state_key: null + - rep: ABSOLUTE + type: NON_EEF + format: DEFAULT + state_key: null + language: + delta_indices: + - 0 + modality_keys: + - annotation.human.task_description + sin_cos_embedding_keys: null + mean_std_embedding_keys: null + action_configs: null + download_cache: false + shard_size: 1024 + episode_sampling_rate: 0.1 + num_shards_per_epoch: 100000 + override_pretraining_statistics: false + mode: single_turn + random_chop: 0.0 + mock_dataset_mode: false + shuffle: true + seed: 42 + multiprocessing_context: fork + allow_padding: false + subsample_ratio: 1.0 + image_crop_size: + - 244 + - 244 + image_target_size: + - 224 + - 224 + video_backend: torchcodec +training: + output_dir: /hfm/zhenyu/Psi0/checkpoints/gr00t-real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward + experiment_name: null + max_steps: 40000 + global_batch_size: 12 + batch_size: null + gradient_accumulation_steps: 1 + learning_rate: 0.0001 + lr_scheduler_type: cosine + weight_decay: 1.0e-05 + warmup_ratio: 0.05 + warmup_steps: 0 + max_grad_norm: 1.0 + optim: adamw_torch + start_from_checkpoint: /hfm/zhenyu/psi/checkpoints/G1WholebodyBendPick-v0-psi0/checkpoint-50000 + reinit_action_head: false + tf32: true + fp16: false + bf16: true + eval_bf16: true + logging_steps: 10 + save_steps: 40000 + save_total_limit: 4 + save_vl_model: false + upload_checkpoints: false + upload_every: 1000 + upload_last_n_checkpoints: 5 + max_concurrent_uploads: 2 + eval_strategy: 'no' + eval_steps: 500 + eval_set_split_ratio: 0.1 + eval_batch_size: 2 + save_best_eval_metric_name: '' + save_best_eval_metric_greater_is_better: true + deepspeed_stage: 2 + gradient_checkpointing: false + transformers_trust_remote_code: true + transformers_local_files_only: false + transformers_cache_dir: null + transformers_access_token: null + use_ddp: false + ddp_bucket_cap_mb: 100 + num_gpus: 1 + dataloader_num_workers: 4 + remove_unused_columns: false + use_wandb: false + wandb_project: finetune-gr00t-n1d6 + enable_profiling: false + max_retries: 3 + assert_loss_less_than: null + add_rl_callback: false + enable_open_loop_eval: false + open_loop_eval_traj_ids: + - 0 + open_loop_eval_steps_per_traj: 100 + open_loop_eval_plot_indices: null +max_steps: 40000 +save_steps: 40000 diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/experiment_cfg/config.yaml b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/experiment_cfg/config.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c947bc8b0bf9092bce83968e169b7ae442ca3ef1 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/experiment_cfg/config.yaml @@ -0,0 +1,328 @@ +!!python/object:gr00t.configs.base_config.Config +data: !!python/object:gr00t.configs.data.data_config.DataConfig + allow_padding: false + datasets: + - !!python/object:gr00t.configs.data.data_config.SingleDatasetConfig + dataset_paths: + - /hfm/data/real_teleop_g1/lerobot/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward + dataset_type: physical_embodiment + embodiment_tag: g1_loco_downstream + mix_ratio: 1.0 + val_dataset_path: null + download_cache: false + episode_sampling_rate: 0.1 + image_crop_size: + - 244 + - 244 + image_target_size: + - 224 + - 224 + mock_dataset_mode: false + modality_configs: + g1_loco_downstream: + action: !!python/object:gr00t.data.types.ModalityConfig + action_configs: + - !!python/object:gr00t.data.types.ActionConfig + format: &id001 !!python/object/apply:gr00t.data.types.ActionFormat + - default + rep: &id002 !!python/object/apply:gr00t.data.types.ActionRepresentation + - absolute + state_key: null + type: &id003 !!python/object/apply:gr00t.data.types.ActionType + - non_eef + - !!python/object:gr00t.data.types.ActionConfig + format: *id001 + rep: *id002 + state_key: null + type: *id003 + - !!python/object:gr00t.data.types.ActionConfig + format: *id001 + rep: *id002 + state_key: null + type: *id003 + - !!python/object:gr00t.data.types.ActionConfig + format: *id001 + rep: *id002 + state_key: null + type: *id003 + - !!python/object:gr00t.data.types.ActionConfig + format: *id001 + rep: *id002 + state_key: null + type: *id003 + - !!python/object:gr00t.data.types.ActionConfig + format: *id001 + rep: *id002 + state_key: null + type: *id003 + - !!python/object:gr00t.data.types.ActionConfig + format: *id001 + rep: *id002 + state_key: null + type: *id003 + - !!python/object:gr00t.data.types.ActionConfig + format: *id001 + rep: *id002 + state_key: null + type: *id003 + - !!python/object:gr00t.data.types.ActionConfig + format: *id001 + rep: *id002 + state_key: null + type: *id003 + - !!python/object:gr00t.data.types.ActionConfig + format: *id001 + rep: *id002 + state_key: null + type: *id003 + delta_indices: + - 0 + - 1 + - 2 + - 3 + - 4 + - 5 + - 6 + - 7 + - 8 + - 9 + - 10 + - 11 + - 12 + - 13 + - 14 + - 15 + mean_std_embedding_keys: null + modality_keys: + - left_hand + - right_hand + - left_arm + - right_arm + - rpy + - height + - torso_vx + - torso_vy + - torso_vyaw + - target_yaw + sin_cos_embedding_keys: null + language: !!python/object:gr00t.data.types.ModalityConfig + action_configs: null + delta_indices: + - 0 + mean_std_embedding_keys: null + modality_keys: + - annotation.human.task_description + sin_cos_embedding_keys: null + state: !!python/object:gr00t.data.types.ModalityConfig + action_configs: null + delta_indices: + - 0 + mean_std_embedding_keys: null + modality_keys: + - left_hand + - right_hand + - left_arm + - right_arm + - rpy + - height + sin_cos_embedding_keys: null + video: !!python/object:gr00t.data.types.ModalityConfig + action_configs: null + delta_indices: + - 0 + mean_std_embedding_keys: null + modality_keys: + - rs_view + sin_cos_embedding_keys: null + mode: single_turn + multiprocessing_context: fork + num_shards_per_epoch: 100000 + override_pretraining_statistics: false + random_chop: 0.0 + seed: 42 + shard_size: 1024 + shuffle: true + subsample_ratio: 1.0 + video_backend: torchcodec +load_config_path: null +model: !!python/object:gr00t.configs.model.gr00t_n1d6.Gr00tN1d6Config + _attn_implementation_autoset: false + _attn_implementation_internal: null + _commit_hash: null + _name_or_path: '' + action_horizon: 50 + add_cross_attention: false + add_pos_embed: true + apply_sincos_state_encoding: true + architectures: + - Gr00tN1d6 + attn_dropout: 0.2 + attn_implementation: null + backbone_embedding_dim: 2048 + backbone_model_type: eagle + backbone_trainable_params_fp32: true + bad_words_ids: null + begin_suppress_tokens: null + bos_token_id: null + chunk_size_feed_forward: 0 + collator_overwrite_image_inputs: false + color_jitter_params: + brightness: 0.3 + contrast: 0.4 + hue: 0.08 + saturation: 0.5 + crop_fraction: 0.95 + cross_attention_hidden_size: null + decoder_start_token_id: null + diffusion_model_cfg: + attention_head_dim: 48 + dropout: 0.2 + final_dropout: true + interleave_self_attention: true + norm_type: ada_norm + num_attention_heads: 32 + num_layers: 32 + output_dim: 1024 + positional_embeddings: null + diversity_penalty: 0.0 + do_sample: false + eagle_collator: true + early_stopping: false + encoder_no_repeat_ngram_size: 0 + eos_token_id: null + exponential_decay_length_penalty: null + finetuning_task: null + forced_bos_token_id: null + forced_eos_token_id: null + formalize_language: true + gemma_collator: false + hidden_size: 1024 + id2label: + 0: LABEL_0 + 1: LABEL_1 + image_crop_size: null + image_target_size: null + input_embedding_dim: 1536 + is_decoder: false + is_encoder_decoder: false + label2id: + LABEL_0: 0 + LABEL_1: 1 + length_penalty: 1.0 + load_bf16: false + max_action_dim: 128 + max_length: 20 + max_num_embodiments: 32 + max_seq_len: 1024 + max_state_dim: 128 + min_length: 0 + model_dtype: bfloat16 + model_name: nvidia/Eagle-Block2A-2B-v2 + model_type: Gr00tN1d6 + no_repeat_ngram_size: 0 + noise_beta_alpha: 1.5 + noise_beta_beta: 1.0 + noise_s: 0.999 + num_beam_groups: 1 + num_beams: 1 + num_inference_timesteps: 4 + num_return_sequences: 1 + num_timestep_buckets: 1000 + output_attentions: false + output_hidden_states: false + output_scores: false + pad_token_id: null + prefix: null + problem_type: null + pruned_heads: {} + random_rotation_angle: null + remove_invalid_values: false + repetition_penalty: 1.0 + reproject_vision: false + return_dict: true + return_dict_in_generate: false + select_layer: 16 + sep_token_id: null + shortest_image_edge: 256 + state_dropout_prob: 0.0 + suppress_tokens: null + task_specific_params: null + temperature: 1.0 + tf_legacy_loss: false + tie_encoder_decoder: false + tie_word_embeddings: true + tokenizer_class: null + top_k: 50 + top_p: 1.0 + torch_dtype: bfloat16 + torchscript: false + transformers_version: 4.51.3 + tune_diffusion_model: true + tune_llm: false + tune_projector: true + tune_top_llm_layers: 4 + tune_visual: false + tune_vlln: true + typical_p: 1.0 + use_albumentations_transforms: true + use_alternate_vl_dit: true + use_bfloat16: false + use_flash_attention: true + use_relative_action: true + use_vlln: true +training: !!python/object:gr00t.configs.training.training_config.TrainingConfig + add_rl_callback: false + assert_loss_less_than: null + batch_size: null + bf16: true + dataloader_num_workers: 4 + ddp_bucket_cap_mb: 100 + deepspeed_stage: 2 + enable_open_loop_eval: false + enable_profiling: false + eval_batch_size: 2 + eval_bf16: true + eval_set_split_ratio: 0.1 + eval_steps: 500 + eval_strategy: 'no' + experiment_name: null + fp16: false + global_batch_size: 12 + gradient_accumulation_steps: 1 + gradient_checkpointing: false + learning_rate: 0.0001 + logging_steps: 10 + lr_scheduler_type: cosine + max_concurrent_uploads: 2 + max_grad_norm: 1.0 + max_retries: 3 + max_steps: 40000 + num_gpus: 1 + open_loop_eval_plot_indices: null + open_loop_eval_steps_per_traj: 100 + open_loop_eval_traj_ids: + - 0 + optim: adamw_torch + output_dir: /hfm/zhenyu/Psi0/checkpoints/gr00t-real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward + reinit_action_head: false + remove_unused_columns: false + save_best_eval_metric_greater_is_better: true + save_best_eval_metric_name: '' + save_steps: 40000 + save_total_limit: 4 + save_vl_model: false + start_from_checkpoint: /hfm/zhenyu/psi/checkpoints/G1WholebodyBendPick-v0-psi0/checkpoint-50000 + tf32: true + transformers_access_token: null + transformers_cache_dir: null + transformers_local_files_only: false + transformers_trust_remote_code: true + upload_checkpoints: false + upload_every: 1000 + upload_last_n_checkpoints: 5 + use_ddp: false + use_wandb: false + wandb_project: finetune-gr00t-n1d6 + warmup_ratio: 0.05 + warmup_steps: 0 + weight_decay: 1.0e-05 diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/experiment_cfg/dataset_statistics.json b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/experiment_cfg/dataset_statistics.json new file mode 100644 index 0000000000000000000000000000000000000000..ffbfc4b28ebfeef2d538a052e0e9a111db43a419 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/experiment_cfg/dataset_statistics.json @@ -0,0 +1,641 @@ +{ + "g1_loco_downstream": { + "state": { + "left_hand": { + "min": [ + -0.9269875884056091, + -0.06699541956186295, + 0.4786558449268341, + -1.4195833206176758, + -1.7287458181381226, + -1.184408187866211, + -1.543308138847351 + ], + "max": [ + 0.11218374967575073, + 1.0542062520980835, + 1.3448737859725952, + 0.01063089445233345, + -0.02630593813955784, + 0.03173275291919708, + -0.02618894912302494 + ], + "mean": [ + -0.46002745628356934, + 0.4747629165649414, + 0.6948250532150269, + -0.31353455781936646, + -0.5853810906410217, + -0.241254523396492, + -0.404990017414093 + ], + "std": [ + 0.16049478948116302, + 0.13932937383651733, + 0.10406248271465302, + 0.314911425113678, + 0.36967816948890686, + 0.2794082760810852, + 0.19444450736045837 + ], + "q01": [ + -0.8130688619613647, + 0.19560351073741913, + 0.546482310295105, + -1.212935438156128, + -1.610870542526245, + -1.0323941123485565, + -1.2250821590423584 + ], + "q99": [ + -0.18172204494476318, + 0.840534197688103, + 0.9946710854768758, + -0.01472496685571968, + -0.07811787776648912, + -0.002453993773087859, + -0.08073746308684347 + ] + }, + "right_hand": { + "min": [ + -0.9820996522903442, + -0.7896795272827148, + -1.0993529558181763, + -0.20172026753425598, + 0.030457261949777603, + 0.006668585818260908, + 0.01882481388747692 + ], + "max": [ + 0.017766516655683517, + -0.1264796108007431, + -0.49203604459762573, + 1.328361988067627, + 1.7149782180786133, + 1.0285054445266724, + 1.5147463083267212 + ], + "mean": [ + -0.4261653423309326, + -0.4688602685928345, + -0.6508861184120178, + 0.39778369665145874, + 0.6887039542198181, + 0.39132845401763916, + 0.4321276545524597 + ], + "std": [ + 0.16000154614448547, + 0.10341810435056686, + 0.07819007337093353, + 0.3130604922771454, + 0.38070809841156006, + 0.26158344745635986, + 0.25310713052749634 + ], + "q01": [ + -0.8208091944456101, + -0.7230183482170105, + -0.8764568066596985, + -0.1599019467830658, + 0.038338125310838224, + 0.021174823231995106, + 0.019403893500566483 + ], + "q99": [ + -0.1260720820724962, + -0.2484179437160492, + -0.5271240472793579, + 0.9174872511625299, + 1.6465024292469028, + 0.8363010001182556, + 1.1525878620147705 + ] + }, + "left_arm": { + "min": [ + -1.0591537952423096, + -0.1634288728237152, + -0.7029227614402771, + -1.0480923652648926, + -0.7582659125328064, + -1.4715324640274048, + -0.8460901379585266 + ], + "max": [ + 1.2089686393737793, + 0.7988085150718689, + 0.8867607712745667, + 1.1790919303894043, + 1.6713320016860962, + 0.5832118391990662, + 0.7345390915870667 + ], + "mean": [ + 0.5126563310623169, + 0.2898343503475189, + -0.038487911224365234, + -0.41970038414001465, + 0.35927656292915344, + -0.3993854224681854, + -0.20340844988822937 + ], + "std": [ + 0.4427265524864197, + 0.12085731327533722, + 0.2294389307498932, + 0.36075279116630554, + 0.6096572875976562, + 0.4142565429210663, + 0.3043171465396881 + ], + "q01": [ + -0.6334736919403077, + -0.020731991082429888, + -0.5797120887041092, + -0.9999154782295228, + -0.47161510527133943, + -1.107250144481659, + -0.6664532256126404 + ], + "q99": [ + 1.1159828901290894, + 0.5759617680311203, + 0.5208223456144333, + 0.6016402041912099, + 1.5184007847309116, + 0.4425380656123162, + 0.5416640043258667 + ] + }, + "right_arm": { + "min": [ + -1.7347166538238525, + -0.9909635782241821, + -0.9644664525985718, + -1.0476369857788086, + -1.4481498003005981, + -1.6282670497894287, + -0.6750589609146118 + ], + "max": [ + 1.0711021423339844, + 0.11333481967449188, + 0.9750365614891052, + 1.3633613586425781, + 0.9291010499000549, + 1.1024490594863892, + 1.283244013786316 + ], + "mean": [ + -0.41795027256011963, + -0.32765018939971924, + 0.14392685890197754, + 0.05127895623445511, + -0.33854445815086365, + 0.10009922087192535, + 0.31569716334342957 + ], + "std": [ + 0.5552160739898682, + 0.15981826186180115, + 0.24790969491004944, + 0.6697200536727905, + 0.4505113363265991, + 0.3168523907661438, + 0.2951470911502838 + ], + "q01": [ + -1.5834815180301667, + -0.7632960504293442, + -0.34250891089439395, + -0.9945466506481171, + -1.2838559031486512, + -0.7027624332904816, + -0.39147184550762176 + ], + "q99": [ + 0.7133604252338412, + 0.05241899937391281, + 0.7506796699762346, + 1.3331971168518066, + 0.5412076115608215, + 0.8809573137760164, + 0.9873766976594929 + ] + }, + "rpy": { + "min": [ + -0.31443771719932556, + -0.25234249234199524, + -0.5012049078941345 + ], + "max": [ + 0.25545963644981384, + 0.2277967780828476, + 0.22437766194343567 + ], + "mean": [ + -0.034549929201602936, + 0.013610188849270344, + -0.024429943412542343 + ], + "std": [ + 0.03911573067307472, + 0.06750434637069702, + 0.08074839413166046 + ], + "q01": [ + -0.1405536088347435, + -0.14539323568344117, + -0.2829143413901329 + ], + "q99": [ + 0.045323085039854064, + 0.15672585278749473, + 0.14398116096854235 + ] + }, + "height": { + "min": [ + 0.6416011452674866 + ], + "max": [ + 0.8164317607879639 + ], + "mean": [ + 0.7201999425888062 + ], + "std": [ + 0.014960889704524746 + ], + "q01": [ + 0.6767415118217468 + ], + "q99": [ + 0.7662041783332825 + ] + } + }, + "action": { + "left_hand": { + "min": [ + -1.0409882068634033, + -0.12273073196411133, + 0.436837762594223, + -1.5717962980270386, + -1.7463293075561523, + -1.2559611797332764, + -1.7463293075561523 + ], + "max": [ + 0.4421468675136566, + 0.9210000038146973, + 1.7463293075561523, + 0.0010000000474974513, + 0.0010000000474974513, + 0.0010000000474974513, + 0.0010000000474974513 + ], + "mean": [ + -0.4807356894016266, + 0.47509241104125977, + 0.6906853914260864, + -0.31041640043258667, + -0.5898368954658508, + -0.23241764307022095, + -0.40629705786705017 + ], + "std": [ + 0.1750338226556778, + 0.15048623085021973, + 0.13044340908527374, + 0.33980855345726013, + 0.38186123967170715, + 0.28935426473617554, + 0.2044779658317566 + ], + "q01": [ + -0.8321770209074021, + 0.1542169316112995, + 0.5194920480251313, + -1.2916747808456421, + -1.642631198167801, + -1.0422625398635865, + -1.2671113669872285 + ], + "q99": [ + -0.17152927815914154, + 0.8419997036457066, + 1.0500152027606964, + 0.0010000000474974513, + -0.04017595946788788, + 0.0010000000474974513, + -0.07496687382459628 + ] + }, + "right_hand": { + "min": [ + -1.0481975078582764, + -0.9210000038146973, + -1.7463293075561523, + -0.0010000000474974513, + -0.0010000000474974513, + -0.0010000000474974513, + -0.0010000000474974513 + ], + "max": [ + 0.5198602080345154, + -0.014095980674028397, + -0.46265918016433716, + 1.5717962980270386, + 1.7463293075561523, + 1.118023157119751, + 1.7463293075561523 + ], + "mean": [ + -0.40839895606040955, + -0.5726506114006042, + -0.6818944811820984, + 0.5284730792045593, + 0.7199811935424805, + 0.4318573772907257, + 0.4562909007072449 + ], + "std": [ + 0.18769894540309906, + 0.14306479692459106, + 0.12480109930038452, + 0.32611697912216187, + 0.419857919216156, + 0.3162503242492676, + 0.3113788366317749 + ], + "q01": [ + -0.8399935835599899, + -0.8023136258125305, + -1.0682287335395813, + -0.0010000000474974513, + -0.0010000000474974513, + -0.0010000000474974513, + -0.0010000000474974513 + ], + "q99": [ + -0.09633898876607405, + -0.24337346106767624, + -0.5391130346059799, + 0.9635337591171265, + 1.6898248541355134, + 0.9045331478118896, + 1.411249041557312 + ] + }, + "left_arm": { + "min": [ + -1.019361138343811, + -0.6054571270942688, + -1.021012783050537, + -1.0471999645233154, + -0.7927936315536499, + -1.560844898223877, + -0.9046999216079712 + ], + "max": [ + 1.2334027290344238, + 1.0112191438674927, + 0.9427134990692139, + 1.2165793180465698, + 1.7361043691635132, + 0.7488318085670471, + 0.9007768630981445 + ], + "mean": [ + 0.5241657495498657, + 0.2945125997066498, + -0.04500480368733406, + -0.42049187421798706, + 0.36284521222114563, + -0.40989160537719727, + -0.21080413460731506 + ], + "std": [ + 0.43741071224212646, + 0.12982703745365143, + 0.23653879761695862, + 0.3736835718154907, + 0.618385374546051, + 0.42224231362342834, + 0.30724525451660156 + ], + "q01": [ + -0.5942269682884216, + -0.07577644497156143, + -0.6093236482143403, + -1.0471994876861572, + -0.4628263860940933, + -1.1512476015090942, + -0.6814799612760544 + ], + "q99": [ + 1.1341198837757112, + 0.5896527397632599, + 0.5230552434921265, + 0.6644547766447099, + 1.526016002893448, + 0.4597533589601519, + 0.5558918887376787 + ] + }, + "right_arm": { + "min": [ + -1.7759873867034912, + -1.0457597970962524, + -0.9954499006271362, + -1.0471999645233154, + -1.4607900381088257, + -1.614428997039795, + -0.9024532437324524 + ], + "max": [ + 1.1621601581573486, + 0.3022633492946625, + 1.0151734352111816, + 1.3677823543548584, + 0.9460119009017944, + 1.121222972869873, + 1.3166650533676147 + ], + "mean": [ + -0.4022386372089386, + -0.33494579792022705, + 0.13704007863998413, + 0.020859461277723312, + -0.330166757106781, + 0.08796475827693939, + 0.32162994146347046 + ], + "std": [ + 0.5662075877189636, + 0.17241664230823517, + 0.2581793963909149, + 0.7005768418312073, + 0.4578431248664856, + 0.3462810218334198, + 0.30215367674827576 + ], + "q01": [ + -1.5976583051681519, + -0.7911965763568878, + -0.4213506481051445, + -1.0471998453140259, + -1.2858412957191467, + -0.8454385197162628, + -0.3983448427915573 + ], + "q99": [ + 0.7685537481307989, + 0.09822795458138024, + 0.764597846865654, + 1.342433763742447, + 0.5681095659732828, + 0.8840116006135945, + 1.0199516999721532 + ] + }, + "rpy": { + "min": [ + -0.31443771719932556, + -0.25234249234199524, + -0.5012049078941345 + ], + "max": [ + 0.25545963644981384, + 0.2277967780828476, + 0.22437766194343567 + ], + "mean": [ + -0.03456060215830803, + 0.013608204200863838, + -0.024464966729283333 + ], + "std": [ + 0.03911809250712395, + 0.06751924008131027, + 0.080777607858181 + ], + "q01": [ + -0.1405536088347435, + -0.14539323568344117, + -0.2829238149523735 + ], + "q99": [ + 0.04534956537187113, + 0.15672843694686892, + 0.14398758068680767 + ] + }, + "height": { + "min": [ + 0.6416011452674866 + ], + "max": [ + 0.8164317607879639 + ], + "mean": [ + 0.7201656103134155 + ], + "std": [ + 0.014956292696296909 + ], + "q01": [ + 0.676702984571457 + ], + "q99": [ + 0.7662041783332825 + ] + }, + "torso_vx": { + "min": [ + -0.3499999940395355 + ], + "max": [ + 0.3499999940395355 + ], + "mean": [ + 0.03277398273348808 + ], + "std": [ + 0.10225828737020493 + ], + "q01": [ + 0.0 + ], + "q99": [ + 0.3499999940395355 + ] + }, + "torso_vy": { + "min": [ + -0.5 + ], + "max": [ + 0.0 + ], + "mean": [ + -4.3974599975626916e-05 + ], + "std": [ + 0.004688670858740807 + ], + "q01": [ + 0.0 + ], + "q99": [ + 0.0 + ] + }, + "torso_vyaw": { + "min": [ + 0.0 + ], + "max": [ + 0.5 + ], + "mean": [ + 0.035689834505319595 + ], + "std": [ + 0.12832395732402802 + ], + "q01": [ + 0.0 + ], + "q99": [ + 0.5 + ] + }, + "target_yaw": { + "min": [ + 0.0 + ], + "max": [ + 1.9220000505447388 + ], + "mean": [ + 1.2327402830123901 + ], + "std": [ + 0.7543802261352539 + ], + "q01": [ + 0.0 + ], + "q99": [ + 1.8980000019073486 + ] + } + }, + "relative_action": {} + } +} \ No newline at end of file diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/experiment_cfg/final_model_config.json b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/experiment_cfg/final_model_config.json new file mode 100644 index 0000000000000000000000000000000000000000..546b4c37891d2641237c7ac1a1df7afa124be809 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/experiment_cfg/final_model_config.json @@ -0,0 +1,53 @@ +{ + "model_type": "Gr00tN1d6", + "model_dtype": "bfloat16", + "model_name": "nvidia/Eagle-Block2A-2B-v2", + "backbone_model_type": "eagle", + "model_revision": null, + "tune_top_llm_layers": 4, + "backbone_embedding_dim": 2048, + "tune_llm": false, + "tune_visual": false, + "select_layer": 16, + "reproject_vision": false, + "use_flash_attention": true, + "load_bf16": true, + "collator_overwrite_image_inputs": false, + "eagle_collator": true, + "backbone_trainable_params_fp32": true, + "apply_sincos_state_encoding": true, + "use_relative_action": true, + "max_state_dim": 128, + "max_action_dim": 128, + "action_horizon": 50, + "hidden_size": 1024, + "input_embedding_dim": 1536, + "add_pos_embed": true, + "attn_dropout": 0.2, + "use_vlln": true, + "max_seq_len": 1024, + "use_alternate_vl_dit": true, + "attend_text_every_n_blocks": 2, + "diffusion_model_cfg": { + "attention_head_dim": 48, + "dropout": 0.2, + "final_dropout": true, + "interleave_self_attention": true, + "norm_type": "ada_norm", + "num_attention_heads": 32, + "num_layers": 32, + "output_dim": 1024, + "positional_embeddings": null + }, + "num_inference_timesteps": 4, + "noise_beta_alpha": 1.5, + "noise_beta_beta": 1.0, + "noise_s": 0.999, + "num_timestep_buckets": 1000, + "tune_projector": true, + "tune_diffusion_model": true, + "tune_vlln": true, + "state_dropout_prob": 0.0, + "state_additive_noise_scale": 0.0, + "max_num_embodiments": 32 +} \ No newline at end of file diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/experiment_cfg/final_processor_config.json b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/experiment_cfg/final_processor_config.json new file mode 100644 index 0000000000000000000000000000000000000000..b7250a4b895e068401fe0b863cba19cef94d8736 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/experiment_cfg/final_processor_config.json @@ -0,0 +1,27 @@ +{ + "modality_configs": "{'behavior_r1_pro': {'video': ModalityConfig(delta_indices=[0], modality_keys=['observation.images.rgb.head_256_256', 'observation.images.rgb.left_wrist_256_256', 'observation.images.rgb.right_wrist_256_256'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'state': ModalityConfig(delta_indices=[0], modality_keys=['robot_pos', 'robot_ori_cos', 'robot_ori_sin', 'robot_2d_ori', 'robot_2d_ori_cos', 'robot_2d_ori_sin', 'robot_lin_vel', 'robot_ang_vel', 'arm_left_qpos', 'arm_left_qpos_sin', 'arm_left_qpos_cos', 'eef_left_pos', 'eef_left_quat', 'gripper_left_qpos', 'arm_right_qpos', 'arm_right_qpos_sin', 'arm_right_qpos_cos', 'eef_right_pos', 'eef_right_quat', 'gripper_right_qpos', 'trunk_qpos'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'action': ModalityConfig(delta_indices=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], modality_keys=['base', 'torso', 'left_arm', 'left_gripper', 'right_arm', 'right_gripper'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=[ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key='trunk_qpos'), ActionConfig(rep=, type=, format=, state_key='arm_left_qpos'), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key='arm_right_qpos'), ActionConfig(rep=, type=, format=, state_key=None)]), 'language': ModalityConfig(delta_indices=[0], modality_keys=['annotation.human.coarse_action'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None)}, 'gr1': {'video': ModalityConfig(delta_indices=[0], modality_keys=['ego_view_bg_crop_pad_res256_freq20'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'state': ModalityConfig(delta_indices=[0], modality_keys=['left_arm', 'right_arm', 'left_hand', 'right_hand', 'waist'], sin_cos_embedding_keys=['left_arm', 'right_arm', 'left_hand', 'right_hand', 'waist'], mean_std_embedding_keys=None, action_configs=None), 'action': ModalityConfig(delta_indices=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], modality_keys=['left_arm', 'right_arm', 'left_hand', 'right_hand', 'waist'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=[ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None)]), 'language': ModalityConfig(delta_indices=[0], modality_keys=['task'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None)}, 'robocasa_panda_omron': {'video': ModalityConfig(delta_indices=[0], modality_keys=['res256_image_side_0', 'res256_image_side_1', 'res256_image_wrist_0'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'state': ModalityConfig(delta_indices=[0], modality_keys=['end_effector_position_relative', 'end_effector_rotation_relative', 'gripper_qpos', 'base_position', 'base_rotation'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'action': ModalityConfig(delta_indices=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], modality_keys=['end_effector_position', 'end_effector_rotation', 'gripper_close', 'base_motion', 'control_mode'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=[ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None)]), 'language': ModalityConfig(delta_indices=[0], modality_keys=['annotation.human.action.task_description'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None)}, 'new_embodiment': {'video': ModalityConfig(delta_indices=[0], modality_keys=['rs_view'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'state': ModalityConfig(delta_indices=[0], modality_keys=['left_hand', 'right_hand', 'left_arm', 'right_arm', 'rpy', 'height'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'action': ModalityConfig(delta_indices=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], modality_keys=['left_hand', 'right_hand', 'left_arm', 'right_arm', 'rpy', 'height', 'torso_vx', 'torso_vy', 'torso_vyaw', 'target_yaw'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=[ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None)]), 'language': ModalityConfig(delta_indices=[0], modality_keys=['annotation.human.task_description'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None)}, 'g1_loco_downstream': {'video': ModalityConfig(delta_indices=[0], modality_keys=['rs_view'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'state': ModalityConfig(delta_indices=[0], modality_keys=['left_hand', 'right_hand', 'left_arm', 'right_arm', 'rpy', 'height'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'action': ModalityConfig(delta_indices=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], modality_keys=['left_hand', 'right_hand', 'left_arm', 'right_arm', 'rpy', 'height', 'torso_vx', 'torso_vy', 'torso_vyaw', 'target_yaw'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=[ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None)]), 'language': ModalityConfig(delta_indices=[0], modality_keys=['annotation.human.task_description'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None)}}", + "state_action_processor": "StateActionProcessor(modality_configs={'behavior_r1_pro': {'video': ModalityConfig(delta_indices=[0], modality_keys=['observation.images.rgb.head_256_256', 'observation.images.rgb.left_wrist_256_256', 'observation.images.rgb.right_wrist_256_256'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'state': ModalityConfig(delta_indices=[0], modality_keys=['robot_pos', 'robot_ori_cos', 'robot_ori_sin', 'robot_2d_ori', 'robot_2d_ori_cos', 'robot_2d_ori_sin', 'robot_lin_vel', 'robot_ang_vel', 'arm_left_qpos', 'arm_left_qpos_sin', 'arm_left_qpos_cos', 'eef_left_pos', 'eef_left_quat', 'gripper_left_qpos', 'arm_right_qpos', 'arm_right_qpos_sin', 'arm_right_qpos_cos', 'eef_right_pos', 'eef_right_quat', 'gripper_right_qpos', 'trunk_qpos'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'action': ModalityConfig(delta_indices=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], modality_keys=['base', 'torso', 'left_arm', 'left_gripper', 'right_arm', 'right_gripper'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=[ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key='trunk_qpos'), ActionConfig(rep=, type=, format=, state_key='arm_left_qpos'), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key='arm_right_qpos'), ActionConfig(rep=, type=, format=, state_key=None)]), 'language': ModalityConfig(delta_indices=[0], modality_keys=['annotation.human.coarse_action'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None)}, 'gr1': {'video': ModalityConfig(delta_indices=[0], modality_keys=['ego_view_bg_crop_pad_res256_freq20'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'state': ModalityConfig(delta_indices=[0], modality_keys=['left_arm', 'right_arm', 'left_hand', 'right_hand', 'waist'], sin_cos_embedding_keys=['left_arm', 'right_arm', 'left_hand', 'right_hand', 'waist'], mean_std_embedding_keys=None, action_configs=None), 'action': ModalityConfig(delta_indices=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], modality_keys=['left_arm', 'right_arm', 'left_hand', 'right_hand', 'waist'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=[ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None)]), 'language': ModalityConfig(delta_indices=[0], modality_keys=['task'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None)}, 'robocasa_panda_omron': {'video': ModalityConfig(delta_indices=[0], modality_keys=['res256_image_side_0', 'res256_image_side_1', 'res256_image_wrist_0'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'state': ModalityConfig(delta_indices=[0], modality_keys=['end_effector_position_relative', 'end_effector_rotation_relative', 'gripper_qpos', 'base_position', 'base_rotation'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'action': ModalityConfig(delta_indices=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], modality_keys=['end_effector_position', 'end_effector_rotation', 'gripper_close', 'base_motion', 'control_mode'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=[ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None)]), 'language': ModalityConfig(delta_indices=[0], modality_keys=['annotation.human.action.task_description'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None)}, 'new_embodiment': {'video': ModalityConfig(delta_indices=[0], modality_keys=['rs_view'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'state': ModalityConfig(delta_indices=[0], modality_keys=['left_hand', 'right_hand', 'left_arm', 'right_arm', 'rpy', 'height'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'action': ModalityConfig(delta_indices=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], modality_keys=['left_hand', 'right_hand', 'left_arm', 'right_arm', 'rpy', 'height', 'torso_vx', 'torso_vy', 'torso_vyaw', 'target_yaw'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=[ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None)]), 'language': ModalityConfig(delta_indices=[0], modality_keys=['annotation.human.task_description'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None)}, 'g1_loco_downstream': {'video': ModalityConfig(delta_indices=[0], modality_keys=['rs_view'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'state': ModalityConfig(delta_indices=[0], modality_keys=['left_hand', 'right_hand', 'left_arm', 'right_arm', 'rpy', 'height'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'action': ModalityConfig(delta_indices=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], modality_keys=['left_hand', 'right_hand', 'left_arm', 'right_arm', 'rpy', 'height', 'torso_vx', 'torso_vy', 'torso_vyaw', 'target_yaw'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=[ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None)]), 'language': ModalityConfig(delta_indices=[0], modality_keys=['annotation.human.task_description'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None)}}, statistics={'behavior_r1_pro': {'state': {'robot_pos': {'min': [-15.878335952758789, -4.874791622161865, -0.0030556470155715942], 'max': [28.783069610595703, 25.5261173248291, 0.03920263051986694], 'mean': [8.377509353981011, 3.5519228390967257, 0.005352396491811134], 'std': [9.333495189323855, 6.293349382128611, 0.002169489814694542], 'q01': [-15.627003288269043, -3.923245668411255, 0.00464746356010437], 'q99': [28.161231212615963, 25.433036193847656, 0.019137874245643616]}, 'robot_ori_cos': {'min': [0.9964054226875305, 0.9807400703430176, -1.0], 'max': [1.0, 1.0, 1.0], 'mean': [0.9999999103013197, 0.9999999012025106, -0.04432371966161217], 'std': [1.0955394108707479e-05, 1.5141053684175453e-05, 0.7159057916231842], 'q01': [0.9996431469917297, 0.9996242523193359, -0.9999993443489075], 'q99': [0.9999995827674866, 0.9999999403953552, 0.9999995231628418]}, 'robot_ori_sin': {'min': [-0.08471290022134781, -0.0467030331492424, -1.0], 'max': [0.03247667849063873, 0.1953173577785492, 1.0], 'mean': [-0.0014819139726979956, 0.0011138110099060865, -0.1747246084485246], 'std': [0.0010692286968725616, 0.0011352230347134887, 0.6740228681643635], 'q01': [-0.026712577790021896, -0.027393728494644165, -0.9999995827674866], 'q99': [0.023761406727135177, 0.015501312464475616, 0.9999998211860657]}, 'robot_2d_ori': {'min': [-3.1415927410125732], 'max': [3.1415927410125732], 'mean': [-0.34116709549670976], 'std': [1.8744272700649074], 'q01': [-3.139659881591797], 'q99': [3.1393938064575195]}, 'robot_2d_ori_cos': {'min': [-1.0], 'max': [1.0], 'mean': [-0.04432376387887985], 'std': [0.7159057729093367], 'q01': [-0.9999993443489075], 'q99': [0.9999995231628418]}, 'robot_2d_ori_sin': {'min': [-1.0], 'max': [1.0], 'mean': [-0.1747246006771579], 'std': [0.6740228728055352], 'q01': [-0.9999995827674866], 'q99': [0.9999998211860657]}, 'robot_lin_vel': {'min': [-0.32111313939094543, -0.3024478554725647, -0.338993102312088], 'max': [0.2888447046279907, 0.29485562443733215, 0.27627527713775635], 'mean': [0.0008032824331051274, -0.000851410695872969, -0.014532478391340347], 'std': [0.04011179386851422, 0.03532797622061294, 0.010790340283590575], 'q01': [-0.1382001194357872, -0.13443224787712096, -0.05219040531665087], 'q99': [0.13666878938674926, 0.13471105083823204, 0.005502225868403539]}, 'robot_ang_vel': {'min': [-1.5866682529449463, -1.7150360345840454, -0.04071682691574097], 'max': [1.6171817779541016, 1.5271120071411133, 0.024320760741829872], 'mean': [0.004609276467004075, 0.004284130662207927, -5.683130788171653e-05], 'std': [0.18832387264077133, 0.2137817785121968, 0.0008538363202659394], 'q01': [-0.7182695555686951, -0.736412662267685, -0.008470569178462029], 'q99': [0.7163371068239212, 0.7284575819969177, 0.008367371931672096]}, 'arm_left_qpos': {'min': [-3.3108322620391846, -0.17451578378677368, -2.3561959266662598, -1.7452956438064575, -2.3561980724334717, -1.0472002029418945, -1.5708036422729492], 'max': [0.5505963563919067, 3.0216875076293945, 2.356196165084839, 0.16950564086437225, 2.3564183712005615, 1.0471999645233154, 1.57080078125], 'mean': [-0.44064831753394845, 0.044810599293520874, -0.09667299499241816, -0.6179559573275901, 0.37324754543867494, 0.16138558929363642, -0.04477622658352863], 'std': [0.4374789217045343, 0.16097317375158413, 0.4566687142938444, 0.5212846522479491, 0.5669997492408592, 0.5223829217451378, 0.5210728198228], 'q01': [-2.61892716884613, -0.17450003325939178, -2.296152515411377, -1.6367655992507935, -1.6587732124328614, -1.04719078540802, -1.5708000659942627], 'q99': [0.5170108753442764, 0.8608633208274836, 1.9160030841827416, 0.09510957151651382, 2.3561954498291016, 1.0471981763839722, 1.570236325263977]}, 'arm_left_qpos_sin': {'min': [-1.0, -0.17363129556179047, -1.0, -1.0, -1.0, -0.8660266995429993, -1.0], 'max': [0.5231955647468567, 1.0, 1.0, 0.1686950922012329, 1.0, 0.8660265803337097, 1.0], 'mean': [-0.3788414888506152, 0.043208541825812886, -0.07497595954692522, -0.49673881006309, 0.2950975242538935, 0.13821974557859906, -0.023564394694352786], 'std': [0.33500504759538763, 0.1550813208035862, 0.35555302155891993, 0.3650771441344372, 0.394534724671373, 0.4671246774437793, 0.4220550333326586], 'q01': [-0.9998769760131836, -0.17361578345298767, -0.9997559851408004, -0.999994695186615, -0.9991854596138, -0.866021990776062, -1.0], 'q99': [0.49428389251232147, 0.7477953410148599, 0.9990536546707154, 0.0949662446975708, 0.9998820424079895, 0.8660256862640381, 0.9999998211860657]}, 'arm_left_qpos_cos': {'min': [-1.0, -0.9928199648857117, -0.7071079611778259, -0.17361508309841156, -0.7072650790214539, 0.49999770522117615, -7.315477887459565e-06], 'max': [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], 'mean': [0.8307857834306867, 0.9920001827094036, 0.9118657948785598, 0.7166911882650612, 0.810864158310747, 0.8620206050389164, 0.8824085596125505], 'std': [0.24568417534984152, 0.03566746717075397, 0.21956918727934097, 0.33274636593381524, 0.32686230999243526, 0.1594220496831616, 0.2283688098196029], 'q01': [-0.866491652727127, 0.6517829716205596, -0.6634020233154296, -0.06592143326997757, -0.7071074843406677, 0.499999463558197, -3.739199428309803e-06], 'q99': [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, 'eef_left_pos': {'min': [-0.29318809509277344, -0.2712371051311493, 0.002660512924194336], 'max': [1.213043212890625, 1.040291666984558, 2.0455143451690674], 'mean': [0.5160713621676302, 0.2474851475100056, 0.6836650939637079], 'std': [0.21588456124837183, 0.12222884073343476, 0.27805653079791637], 'q01': [-0.1094246196746826, -0.1754944610595703, 0.02435866668820381], 'q99': [1.0699838256835932, 0.7893409729003906, 1.8705657005310052]}, 'eef_left_quat': {'min': [-0.8588797450065613, -0.8650590181350708, -0.841005265712738, -0.5], 'max': [0.9999929666519165, 1.0, 0.9845409393310547, 0.9617436528205872], 'mean': [-0.0663535199862692, 0.8611118942418127, -0.06413671264087122, 0.3115006830960212], 'std': [0.1792821484038788, 0.19792752849522144, 0.217055016999389, 0.20829947525926978], 'q01': [-0.6571075320243835, -0.6516380822658538, -0.6857465314865112, -0.48287599831819533], 'q99': [0.7483707463741305, 0.9999786615371704, 0.8158004015684127, 0.8217956781387328]}, 'gripper_left_qpos': {'min': [0.0, 0.0], 'max': [0.05000000074505806, 0.05000000074505806], 'mean': [0.04408877553139796, 0.038755202861951284], 'std': [0.011461306769436432, 0.0185620058519011], 'q01': [6.05472345682756e-08, 3.996996369437511e-08], 'q99': [0.05000000074505806, 0.05000000074505806]}, 'arm_right_qpos': {'min': [-3.206026315689087, -3.005096912384033, -2.356199026107788, -1.7454899549484253, -2.356196403503418, -1.0471998453140259, -1.570801854133606], 'max': [0.4984091520309448, 0.17452052235603333, 2.3561978340148926, 0.34479665756225586, 2.3562169075012207, 1.047200083732605, 1.8344576358795166], 'mean': [-0.4926937303094319, -0.05746068854244716, 0.060067987430524196, -0.6359656591353143, -0.23591194814488878, 0.16645281122902053, 0.048392212598411546], 'std': [0.41749482222866613, 0.17047468677090685, 0.397533469770515, 0.5381004499965083, 0.5435909518022447, 0.5310344433737345, 0.4777509105093705], 'q01': [-2.4307329654693604, -2.4881052446365355, -1.6894862282276153, -1.6293303966522217, -2.309690005779266, -1.0450544357299805, -1.5708000659942627], 'q99': [0.39554643869400025, 0.17450003325939178, 2.2048466110229525, 0.0855640336126089, 1.774828751087189, 1.0471981763839722, 1.567148299217224]}, 'arm_right_qpos_sin': {'min': [-1.0, -1.0, -1.0, -1.0, -1.0, -0.8660265207290649, -1.0], 'max': [0.4780288338661194, 0.17363595962524414, 1.0, 0.33800530433654785, 1.0, 0.8660266399383545, 1.0], 'mean': [-0.4264371317264002, -0.05465836284551001, 0.05346223672976269, -0.5054683183348891, -0.1918360835051923, 0.14340329014491734, 0.0357940903426538], 'std': [0.31494887556161716, 0.1549590719500001, 0.34120127397829, 0.3770451917413771, 0.4156889711075758, 0.4753151693382749, 0.4020068446524755], 'q01': [-0.9999332284927368, -0.9014628958702088, -0.9949211800098419, -0.9999994039535522, -0.9999218583106995, -0.8649518489837646, -1.0], 'q99': [0.3853125, 0.17361578345298767, 0.9979434013366699, 0.0854596658796072, 0.9979422092437744, 0.8660256862640381, 0.9999933242797852]}, 'arm_right_qpos_cos': {'min': [-1.0, -0.9906989336013794, -0.7071099877357483, -0.17380644381046295, -0.7071226239204407, 0.4999977946281433, -0.26061707735061646], 'max': [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], 'mean': [0.8152685176486311, 0.9903730380535329, 0.9322938999891098, 0.6996053660469064, 0.8519093439110083, 0.8568433553286315, 0.9001080903351859], 'std': [0.2440489014640611, 0.05598231053460137, 0.15457119672371283, 0.3419510653279641, 0.2698112779261797, 0.15797425577490556, 0.19258703108145175], 'q01': [-0.7578012096881866, -0.7939684128761292, -0.5924126744270325, -0.05850065127015114, -0.6734705185890197, 0.499999463558197, -3.739199428309803e-06], 'q99': [1.0, 1.0, 1.0, 1.0, 1.0, 0.9999990463256836, 1.0]}, 'eef_right_pos': {'min': [-0.3725128173828125, -1.0382061004638672, -0.0025070905685424805], 'max': [1.2326364517211914, 0.26436495780944824, 2.054759979248047], 'mean': [0.5586481590001344, -0.2622612647007511, 0.7113525060273301], 'std': [0.20198244627461825, 0.12248826183145507, 0.2887044106083767], 'q01': [-0.1481202507019043, -0.8345400273799897, 0.03438965082168579], 'q99': [1.0937080383300781, 0.16088378429412842, 1.8588311290740953]}, 'eef_right_quat': {'min': [-0.8496482968330383, -0.8658974170684814, -0.846491813659668, -0.4999993145465851], 'max': [0.9998801350593567, 1.0, 0.9662613272666931, 0.995110034942627], 'mean': [0.039308256893455434, 0.8539108747307287, 0.056494809508991245, 0.3574470248038774], 'std': [0.1916118436369245, 0.16095139520309862, 0.20996628055737465, 0.19794763260100237], 'q01': [-0.6425015807151795, -0.6397820979356765, -0.7292706942558289, -0.4441394343972206], 'q99': [0.7494055771827697, 0.999978244304657, 0.7843276864290237, 0.8603697574138641]}, 'gripper_right_qpos': {'min': [0.0, 0.0], 'max': [0.05000000074505806, 0.05000000074505806], 'mean': [0.042431414878741636, 0.03511908840165952], 'std': [0.013046067439518791, 0.020962884347955166], 'q01': [3.4630564726967345e-08, 3.8812980704960864e-08], 'q99': [0.05000000074505806, 0.05000000074505806]}, 'trunk_qpos': {'min': [0.39582502841949463, -2.5926384925842285, -1.8325999975204468, -0.05102548748254776], 'max': [1.7358886003494263, -0.389108270406723, 0.9993085265159607, 0.05344555154442787], 'mean': [0.9366095621998883, -1.2823185893959783, -0.5011695937647738, 3.913945759378729e-06], 'std': [0.43196813242852095, 0.7831734764485765, 0.4368973790125537, 0.00010470719164436558], 'q01': [0.4483729898929596, -2.5616512298583984, -1.8321523666381836, -0.0005037983693182468], 'q99': [1.7193808555603027, -0.3973461839556694, 0.20211271822452498, 0.0005197289166972034]}}, 'action': {'base': {'min': [-0.673821747303009, -0.6999999284744263, -0.2999999523162842], 'max': [0.6999999284744263, 0.6999999284744263, 0.2999999523162842], 'mean': [0.05084607777228721, 0.00111014798191818, -0.0013838868892303525], 'std': [0.1371181311520449, 0.0798706897676514, 0.12355546319380939], 'q01': [-0.3463053089380264, -0.3254044193029404, -0.2999999523162842], 'q99': [0.6886031532287594, 0.33666460305452345, 0.2999999523162842]}, 'torso': {'min': [0.44999998807907104, -2.569999933242798, -1.8325998783111572, 0.0], 'max': [1.7350000143051147, -0.4000000059604645, 0.9987771511077881, 0.0], 'mean': [0.936657014192599, -1.2827422389577594, -0.50206172463222, 0.0], 'std': [0.4318532444497278, 0.7828503729922744, 0.4368196001658461, 0.0], 'q01': [0.44999998807907104, -2.561833381652832, -1.8325998783111572, 0.0], 'q99': [1.7192498445510864, -0.4000000059604645, 0.20169466733932495, 0.0]}, 'left_arm': {'min': [-3.3110010623931885, -0.1745000034570694, -2.3561956882476807, -1.7452999353408813, -2.3561956882476807, -1.0471980571746826, -1.5707999467849731], 'max': [0.5806917548179626, 3.021942138671875, 2.3561956882476807, 0.12184079736471176, 2.3561956882476807, 1.0471980571746826, 1.5707999467849731], 'mean': [-0.44110921936603625, 0.04491655578480166, -0.0976132908956639, -0.6182894275563255, 0.3763169243819355, 0.1624361606973807, -0.0436291661086176], 'std': [0.437611261724098, 0.16111713041291512, 0.4591176604028236, 0.5214576489813111, 0.5691707668520373, 0.5249085197149451, 0.5238422958722031], 'q01': [-2.620039224624634, -0.1745000034570694, -2.3040503668785095, -1.6367605924606323, -1.665941891670227, -1.0471980571746826, -1.5707999467849731], 'q99': [0.5169792175292969, 0.8615447556972479, 1.9226860141754163, 0.0951068103313446, 2.3561956882476807, 1.0471980571746826, 1.5707999467849731]}, 'left_gripper': {'min': [-1.0], 'max': [1.0], 'mean': [0.3815468524085131], 'std': [0.9251173556094313], 'q01': [-1.0], 'q99': [1.0]}, 'right_arm': {'min': [-3.206321954727173, -3.005068302154541, -2.3561956882476807, -1.7452999353408813, -2.3561956882476807, -1.0471980571746826, -1.5707999467849731], 'max': [0.4816270172595978, 0.1745000034570694, 2.3561956882476807, 0.3490999639034271, 2.3561956882476807, 1.0471980571746826, 1.5707999467849731], 'mean': [-0.4933116890547536, -0.05757132018400602, 0.06077442956430074, -0.6361423087559954, -0.23828185231898744, 0.1673062246267989, 0.04782145716375659], 'std': [0.41754124847622937, 0.1706010252887335, 0.39985703299076597, 0.5386661425158871, 0.5466381748517407, 0.533557130358621, 0.48047503384252793], 'q01': [-2.435723581314087, -2.48811674118042, -1.6904468536376953, -1.6290875673294067, -2.314507775306702, -1.0471980571746826, -1.5707999467849731], 'q99': [0.3957670032978058, 0.1745000034570694, 2.210490617752077, 0.08743690699338913, 1.770844707489017, 1.0471980571746826, 1.5707999467849731]}, 'right_gripper': {'min': [-1.0], 'max': [1.0], 'mean': [0.25243926359417473], 'std': [0.9677173384029119], 'q01': [-1.0], 'q99': [1.0]}}, 'relative_action': {'left_arm': {'min': [[-0.997752845287323, -0.3958113044500351, -0.7332055568695068, -1.4228347167372704, -1.586839571595192, -1.3559619188308716, -2.314941704273224], [-1.0034335851669312, -0.40893562138080597, -0.7517350316047668, -1.4660160932689905, -1.5861172527074814, -1.3656324744224548, -2.3205625414848328], [-1.0091137290000916, -0.5375223755836487, -0.8195391595363617, -1.5024737510830164, -1.5865084379911423, -1.3726775646209717, -2.3261601328849792], [-1.0147951543331146, -0.7229288518428802, -0.886341005563736, -1.5258067045360804, -1.587491750717163, -1.3790714740753174, -2.331751048564911], [-1.0204739570617676, -0.8476445972919464, -0.9876070618629456, -1.540739694610238, -1.5895655155181885, -1.385416865348816, -2.337340533733368], [-1.0500553250312805, -0.9306584298610687, -1.0975277423858643, -1.5502968225628138, -1.5955830812454224, -1.3918101787567139, -2.342930018901825], [-1.163932204246521, -1.0014683902263641, -1.2590898275375366, -1.5561347398906946, -1.6629566252231598, -1.3982658386230469, -2.3485122323036194], [-1.2344524264335632, -1.0709741413593292, -1.3771833181381226, -1.5614807475358248, -1.7650106102228165, -1.4048137068748474, -2.354092299938202], [-1.2824132442474365, -1.150385707616806, -1.418223261833191, -1.5669458471238613, -1.8503664135932922, -1.4207874536514282, -2.359671175479889], [-1.3529334664344788, -1.1989533603191376, -1.4496347904205322, -1.5723719941452146, -1.968759000301361, -1.4434602856636047, -2.365239441394806], [-1.4335040971636772, -1.2473014295101166, -1.504702866077423, -1.5775016658008099, -2.0454367995262146, -1.497969627380371, -2.3707833886146545], [-1.497478000819683, -1.293179526925087, -1.6119202375411987, -1.5826296722516418, -2.084663450717926, -1.5473410487174988, -2.376343548297882], [-1.5517723001539707, -1.3114978224039078, -1.7065939903259277, -1.58784143300727, -2.114568531513214, -1.594035029411316, -2.3819066882133484], [-1.6342823430895805, -1.3297917991876602, -1.7760422229766846, -1.593679350335151, -2.1348535418510437, -1.630222201347351, -2.3938499689102173], [-1.6885766424238682, -1.3387551456689835, -1.8312852382659912, -1.5936605823226273, -2.1634854674339294, -1.6727731227874756, -2.402282476425171], [-1.7139583341777325, -1.3387551456689835, -1.8709232211112976, -1.5936603606678545, -2.198754608631134, -1.7089602947235107, -2.40790331363678], [-1.7474306719377637, -1.3387551456689835, -1.8916627168655396, -1.5936602046713233, -2.2300427556037903, -1.7422797679901123, -2.4135009050369263], [-1.7639322178438306, -1.3387551456689835, -1.9373923242092133, -1.5966984406113625, -2.265427887439728, -1.7923739552497864, -2.419091820716858], [-1.779032427817583, -1.3387551456689835, -1.9916984140872955, -1.5978786125779152, -2.295332968235016, -1.861717402935028, -2.424681305885315], [-1.7848996706306934, -1.3709536790847778, -2.0462610200047493, -1.5993824454490095, -2.3194939494132996, -1.9203924536705017, -2.430270791053772], [-1.7933485098183155, -1.4062365293502808, -2.109062857925892, -1.5995981830637902, -2.343884289264679, -1.9758113026618958, -2.4358530044555664], [-1.8067792057991028, -1.4318740367889404, -2.154929667711258, -1.6053896322846413, -2.4117966890335083, -2.015077769756317, -2.441433072090149], [-1.839739814400673, -1.4629629850387573, -2.213408980052918, -1.6090867891907692, -2.456482172012329, -2.03894704580307, -2.447011947631836], [-1.8660464733839035, -1.4866853952407837, -2.259573109447956, -1.614410676062107, -2.490067958831787, -2.051995277404785, -2.4721572399139404], [-1.890480563044548, -1.5025921538472176, -2.293810434639454, -1.616303600370884, -2.5259942412376404, -2.0591602325439453, -2.4868974685668945], [-1.9061208218336105, -1.5186362639069557, -2.326630659401417, -1.619029439985752, -2.572178542613983, -2.0641900300979614, -2.5106950998306274], [-1.9161089658737183, -1.533745564520359, -2.346960850059986, -1.6210776939988136, -2.620660424232483, -2.0677136182785034, -2.5303961038589478], [-1.9252651929855347, -1.5469973962754011, -2.365190267562866, -1.623191513121128, -2.680773913860321, -2.0723377466201782, -2.5470060110092163], [-1.9381507486104965, -1.5611521378159523, -2.3724575862288475, -1.6250238865613937, -2.7299404740333557, -2.0727533102035522, -2.558198571205139], [-1.946475401520729, -1.5744039695709944, -2.3793404921889305, -1.6255219131708145, -2.7635262608528137, -2.0727533102035522, -2.5740851163864136], [-1.9515115171670914, -1.5854400768876076, -2.3828645572066307, -1.6260133311152458, -2.8386014699935913, -2.0753005743026733, -2.5826919078826904], [-1.9532166868448257, -1.5986919086426497, -2.386074833571911, -1.6264569088816643, -2.8972833156585693, -2.0839775800704956, -2.6126683950424194]], 'max': [[1.0669727623462677, 0.9484425857663155, 1.0950435101985931, 1.2021992970257998, 1.3884141445159912, 1.608982503414154, 1.4833613965736276], [1.0669573247432709, 0.9482506960630417, 1.0949791967868805, 1.2077287007123232, 1.388249397277832, 1.6170933842658997, 1.3906452655792236], [1.0669780671596527, 0.948251836001873, 1.0949744284152985, 1.2132584620267153, 1.3882359862327576, 1.6238858699798584, 1.555236577987671], [1.0669749677181244, 0.9482506811618805, 1.0949859917163849, 1.2187524605542421, 1.3882350325584412, 1.6336724758148193, 1.677226483821869], [1.0669197738170624, 0.9482514336705208, 1.1322687268257141, 1.2242285776883364, 1.3889169991016388, 1.639348328113556, 1.8060536980628967], [1.0669170916080475, 0.9482519552111626, 1.410931646823883, 1.2372132241725922, 1.4918879270553589, 1.662769079208374, 1.8643245697021484], [1.0668952763080597, 0.9482454732060432, 1.4669503271579742, 1.3257556054741144, 1.5334960371255875, 1.6728941202163696, 1.8878414630889893], [1.0941869020462036, 0.9479417875409126, 1.523007094860077, 1.4056907966732979, 1.5683319866657257, 1.6872605085372925, 1.9468960165977478], [1.175170887261629, 0.9477444589138031, 1.579025775194168, 1.4807198122143745, 1.59773488342762, 1.697385549545288, 1.9818745255470276], [1.2653789408504963, 0.9480108767747879, 1.6263106316328049, 1.5124149397015572, 1.6477856040000916, 1.7039664387702942, 2.0146979689598083], [1.3416013605892658, 0.9481960237026215, 1.6653781309723854, 1.5367852374911308, 1.7066646814346313, 1.7109761238098145, 2.04448801279068], [1.407979629933834, 0.9741421267390251, 1.7264829277992249, 1.563093826174736, 1.7565813064575195, 1.7175570130348206, 2.0568318963050842], [1.473886989057064, 1.0208869967609644, 1.7724896371364594, 1.5794222094118595, 1.7931742668151855, 1.7220725417137146, 2.090766131877899], [1.5313405022025108, 1.0412196815013885, 1.8948577046394348, 1.5877823419868946, 1.8221957683563232, 1.7304814457893372, 2.099655330181122], [1.5853290408849716, 1.0713306479156017, 1.9543958902359009, 1.5920627303421497, 1.8490485846996307, 1.7702059745788574, 2.150808870792389], [1.6321801990270615, 1.093981847167015, 1.9932538717985153, 1.5947807021439075, 1.8769814372062683, 1.8019075989723206, 2.213081181049347], [1.6544547379016876, 1.117748148739338, 2.037040591239929, 1.5963974259793758, 1.8948584496974945, 1.8243050575256348, 2.2575637102127075], [1.6893122792243958, 1.1439502462744713, 2.0758985728025436, 1.5978000238537788, 1.9223847091197968, 1.8393860459327698, 2.3183498978614807], [1.7164668068289757, 1.1662669405341148, 2.101071484386921, 1.5983830764889717, 1.9643865525722504, 1.8690887093544006, 2.3796305656433105], [1.7366787418723106, 1.1907387003302574, 2.1244651153683662, 1.598920114338398, 1.9952272474765778, 1.889298141002655, 2.4364193081855774], [1.7685035541653633, 1.2030284702777863, 2.146640859544277, 1.6027429359965026, 2.050830416381359, 1.9101697206497192, 2.4676687121391296], [1.8031738176941872, 1.2309308052062988, 2.1740896701812744, 1.6084474930539727, 2.0902974009513855, 1.9288233518600464, 2.5455174446105957], [1.8479544334113598, 1.291327804327011, 2.2526247799396515, 1.6136833298951387, 2.1550829708576202, 1.9380230903625488, 2.6071988344192505], [1.8835991073865443, 1.3337138891220093, 2.357059955596924, 1.6191376317292452, 2.191846191883087, 1.9642048478126526, 2.6847872734069824], [1.905192916514352, 1.3763055056333542, 2.4477269649505615, 1.6218779310584068, 2.261343002319336, 1.9940481781959534, 2.7374370098114014], [1.9358505655545741, 1.4182565212249756, 2.5033892691135406, 1.6236317232251167, 2.3320093750953674, 1.9941557049751282, 2.796732187271118], [1.9668327022809535, 1.4614121541380882, 2.5554285049438477, 1.6277280636131763, 2.401506185531616, 2.0106208324432373, 2.8488266468048096], [1.9905512977857143, 1.4894920215010643, 2.6267186999320984, 1.6312586851418018, 2.457232117652893, 2.0305533409118652, 2.8856470584869385], [2.00818083435297, 1.5087819918990135, 2.6944882571697235, 1.6344106569886208, 2.5162031054496765, 2.0381810665130615, 2.9162187576293945], [2.021653987467289, 1.5285549983382225, 2.7199385166168213, 1.635116495192051, 2.5403850078582764, 2.053256869316101, 2.9486706256866455], [2.034294880926609, 1.5492422208189964, 2.7442717254161835, 1.6361225433647633, 2.5606176257133484, 2.0626657009124756, 2.961563467979431], [2.046102412045002, 1.5702159032225609, 2.7697219848632812, 1.6368283815681934, 2.567579209804535, 2.072218894958496, 2.9716033935546875]], 'mean': [[-0.0004958616233034847, 0.00011017623402605033, -0.0009467590092983712, -0.0003665470387596969, 0.0030612857314230462, 0.0010949116926847573, 0.0011147105429127238], [-0.0005116002427033546, 0.00011659327868531267, -0.0009614220982388572, -0.0003785369101839987, 0.0030980926243350886, 0.0010819143959574162, 0.0011112937246852148], [-0.0005273196481433562, 0.00012309534157680323, -0.0009760781248124761, -0.00039020460244536346, 0.0031350512289905607, 0.0010687168498650498, 0.0011081621924467408], [-0.0005429779611770763, 0.00012965097051735, -0.000990724333475564, -0.0004014282483750052, 0.0031720565487464722, 0.001055426586475631, 0.0011052259842079383], [-0.0005585632191443938, 0.00013623511193658252, -0.001005361132676598, -0.00041227517086457757, 0.0032091027582535547, 0.0010420462215233307, 0.0011024329357675422], [-0.0005740832437287081, 0.00014285271473894558, -0.0010199682285903292, -0.00042281713388194045, 0.0032461933373482, 0.0010285949150608102, 0.0010997673656611404], [-0.0005895381890522104, 0.00014950231408974467, -0.0010345533264584652, -0.0004330674005024742, 0.0032833074194111352, 0.001015081152846598, 0.001097210697566495], [-0.0006049451950946358, 0.00015618341800294547, -0.0010491397989406623, -0.0004430099349349081, 0.0033204311092451724, 0.0010015264050289782, 0.0010947628513141407], [-0.0006203153785517061, 0.0001628851635434065, -0.0010637232352354077, -0.0004526542180134146, 0.003357568437488372, 0.000987962109686762, 0.0010924026295805378], [-0.0006356521297935533, 0.00016960705770801624, -0.0010782935264365323, -0.00046201902351602743, 0.003394698870986379, 0.0009744126907790003, 0.0010901240650319157], [-0.0006509645072410887, 0.00017633659700363785, -0.0010928590146580168, -0.00047115520288140743, 0.00343181779535498, 0.0009608868846321013, 0.001087909733995639], [-0.0006662377926102262, 0.00018307005627259305, -0.0011074202302274651, -0.00048007653486858287, 0.00346891584652413, 0.0009473877544412211, 0.0010857383748417119], [-0.0006814852585384487, 0.0001897974906037577, -0.0011219723188962826, -0.0004888002313646856, 0.003505981565462149, 0.0009339155727249339, 0.001083610696421159], [-0.0006966979698286305, 0.0001965233374592621, -0.0011365171174142034, -0.0004973404411717538, 0.003543013417832478, 0.0009204772157097542, 0.0010814983444987578], [-0.0007118765244449627, 0.0002032261194933983, -0.0011510539061127894, -0.0005057181069258496, 0.0035800040845661925, 0.0009070570838107133, 0.0010794071966900261], [-0.0007270270062563109, 0.00020991204061775797, -0.0011655778275055683, -0.0005139322141728218, 0.0036169564818002648, 0.0008936582515723874, 0.0010773367249018208], [-0.0007421719869839359, 0.00021658121019173802, -0.0011800883057203964, -0.0005219774346315418, 0.0036538720669228916, 0.0008802944786491027, 0.0010752573689598892], [-0.0007572860833649996, 0.00022322732279566202, -0.0011945849196098135, -0.000529841627516269, 0.003690750250612123, 0.000866933037574312, 0.0010731855621436207], [-0.0007723588194394823, 0.00022984973184747315, -0.001209073917191828, -0.0005375338835617651, 0.0037275974450995653, 0.000853582945564675, 0.0010711070478554862], [-0.000787397580628563, 0.00023645399063147127, -0.00122355144154587, -0.0005450527238411839, 0.0037644107856346907, 0.0008402615161090502, 0.0010690141208693526], [-0.0008023906600965558, 0.00024304287006803946, -0.001238021916164629, -0.0005524069813860281, 0.003801176495771832, 0.0008269668496222473, 0.0010669126837087497], [-0.0008173392907196568, 0.0002496149828222855, -0.0012524873894670355, -0.0005595813939638781, 0.0038378884941655885, 0.0008136989076407067, 0.0010648170507694971], [-0.0008322485951846251, 0.00025615945106017705, -0.0012669614600614035, -0.0005665506329828626, 0.0038745505521877617, 0.0008004673707303877, 0.0010627283904018488], [-0.0008471120374248419, 0.00026267286847589746, -0.0012814459157133608, -0.0005732847468255134, 0.003911165842253698, 0.000787289346935293, 0.0010606434126586915], [-0.0008619227708117828, 0.0002691585955543047, -0.001295937301812972, -0.0005797757916683006, 0.003947728766429305, 0.0007741464455712871, 0.0010585567711695505], [-0.0008766620185455484, 0.0002756038969307649, -0.0013104451651340834, -0.0005859746990277021, 0.00398422853076343, 0.0007610373295647698, 0.001056460384610946], [-0.0008913399425446072, 0.0002820132816617226, -0.001324981905637704, -0.0005918280510969389, 0.004020688284255554, 0.0007479604247165215, 0.0010543665779929106], [-0.0009059583269795899, 0.0002883914380678045, -0.0013395481420451782, -0.0005973239686363512, 0.00405710731496394, 0.0007349655589573382, 0.0010522814183071107], [-0.0009205199002153148, 0.0002947306926071589, -0.001354145463297201, -0.000602419430314094, 0.004093492676526124, 0.00072208354874307, 0.0010501946502225858], [-0.0009350026883457555, 0.00030104139293517777, -0.0013687617572473445, -0.0006069667759280211, 0.004129846648804515, 0.0007092646387385789, 0.0010480929778585604], [-0.0009494129294604447, 0.00030732251645394575, -0.0013834013175462647, -0.0006109678634855263, 0.004166166490364631, 0.0006965554365146632, 0.0010459864163444412], [-0.0009637507769085367, 0.0003135694884303077, -0.0013980657796102854, -0.0006143176624603366, 0.004202442976021679, 0.0006839250092160358, 0.0010438900202260656]], 'std': [[0.005042890209461946, 0.0042037617994652166, 0.0080576199825256, 0.009369988976596858, 0.009065413338618879, 0.008551509527189331, 0.009016719240771806], [0.009032816168871999, 0.006002642622226509, 0.01041425337126603, 0.015314871904375534, 0.01132663867963773, 0.013225623243408592, 0.01351284987842674], [0.013038492989034128, 0.008024403231427672, 0.013258694155021638, 0.021457558977067012, 0.014132853227521463, 0.018224889552827885, 0.018441254348619922], [0.01699847171902894, 0.01008152728533126, 0.016255231763058854, 0.027558395603506085, 0.017136870088938855, 0.023224247557669102, 0.023418663175673125], [0.020891696718825084, 0.012109703362555083, 0.01926487248976277, 0.0335411828149856, 0.020179974979627046, 0.0281276482040047, 0.0283198135075085], [0.024710205195025165, 0.014084730798238286, 0.022229285463196215, 0.03937645770900859, 0.02319157830860815, 0.03290526937642443, 0.03310009203003191], [0.028450831355386896, 0.01599913544653074, 0.025124999258787827, 0.04505451479674172, 0.026141554038838895, 0.0375505210961574, 0.03774529985130113], [0.03211329457342708, 0.01785182315015365, 0.02794315730524412, 0.05057356838405714, 0.029017895204495894, 0.042065280581270695, 0.042253454923578675], [0.035698617902374614, 0.01964454393359776, 0.030681422712571745, 0.05593542474264304, 0.031817051617323684, 0.04645394236790948, 0.04662767005045012], [0.03920821635422941, 0.021380041391474165, 0.03334055297379937, 0.06114343201465775, 0.03453941788679597, 0.050721463598993675, 0.05087281276202849], [0.04264380130281443, 0.023061499765628806, 0.03592280063132693, 0.06620214039142581, 0.037186999236960415, 0.05487326708862938, 0.054994472546606506], [0.0460073638771838, 0.024691939751578733, 0.03843101871211045, 0.07111681592191901, 0.03976303654790011, 0.05891437636838992, 0.05899849704838266], [0.04930104048908295, 0.02627401897392844, 0.04086832384567456, 0.07589272506000187, 0.04227070023698299, 0.06284950701280673, 0.06289024421166466], [0.052527121153720754, 0.027810072409647515, 0.04323790292684345, 0.0805353477437409, 0.04471326190983994, 0.06668340553568844, 0.06667516658794667], [0.05568773467925167, 0.029302097350058533, 0.04554280961123761, 0.08505016573267862, 0.04709386853953281, 0.07042045790170746, 0.0703582249894073], [0.058785183632315545, 0.030751926128337246, 0.047786024371488704, 0.08944238095938235, 0.04941562440760167, 0.07406497659053933, 0.07394398256389473], [0.061821509308915314, 0.03216118033368125, 0.04997055815135897, 0.09371710093616462, 0.05168142201561866, 0.07762118335997142, 0.07743702199643478], [0.06479879633512685, 0.0335313039725282, 0.052099258643134284, 0.09787910087842525, 0.053893983426028205, 0.08109297644490984, 0.08084132958286848], [0.06771910341861712, 0.03486391620849972, 0.05417476318206165, 0.10193312479930992, 0.056055982545011075, 0.08448410581576214, 0.08416071356919218], [0.07058442364562563, 0.03616062694069613, 0.0561996864576997, 0.10588357052338376, 0.05816979073003998, 0.08779813800566191, 0.08739871559510244], [0.07339666844155475, 0.03742300444770677, 0.058176502832676606, 0.10973472010727138, 0.06023778301590709, 0.09103855588524483, 0.09055868272580397], [0.0761577380926806, 0.03865262123260878, 0.0601075463229847, 0.11349061388614291, 0.06226209527653031, 0.09420859942257964, 0.09364388664591426], [0.07886938187981209, 0.039851045632990814, 0.061995046315513794, 0.11715511958538807, 0.06424474538155879, 0.09731120000317585, 0.096657039502933], [0.08153329957094609, 0.04101973503133469, 0.06384101471923177, 0.12073193812609355, 0.06618757076335723, 0.10034928414557648, 0.09960118344612674], [0.08415115646185634, 0.042160087805930925, 0.06564737203836275, 0.12422448756024544, 0.06809231267303495, 0.10332543924194547, 0.10247896562382772], [0.08672464624373165, 0.043273487417356746, 0.06741592463275682, 0.12763610752538262, 0.06996063543885211, 0.1062423023109077, 0.10529298649896057], [0.08925520454671597, 0.044361228474532985, 0.06914848502897086, 0.1309699272601737, 0.07179398194675123, 0.10910208646244264, 0.10804571258119436], [0.09174430542953789, 0.04542450217791837, 0.07084662751299511, 0.13422905231602364, 0.07359393626715013, 0.1119071253620825, 0.11073944572428539], [0.09419338123277486, 0.046464406204313094, 0.0725119526644367, 0.13741635368191718, 0.07536181811886387, 0.1146596071024406, 0.11337634139835086], [0.09660382411327949, 0.04748201981683536, 0.07414588391277588, 0.14053420183149867, 0.07709892911770225, 0.11736160116854574, 0.11595863275150257], [0.09897697385912706, 0.04847830448262251, 0.07574980100172676, 0.14358535734714933, 0.07880658971350224, 0.12001508244543165, 0.11848836940444295], [0.10131409552155905, 0.04945420247532397, 0.07732500053655912, 0.1465721035537298, 0.08048594340295494, 0.12262187512881731, 0.12096749704031641]], 'q01': [[-0.0386461079120636, -0.036662497201468795, -0.06850713342428208, -0.0640183898806572, -0.042670408189296724, -0.06457344196736813, -0.06907691478729248], [-0.0756398320198059, -0.052268517985939976, -0.07780131578445434, -0.12125650227069855, -0.04867205649614334, -0.08576318487990647, -0.09421725869178772], [-0.11220928728580475, -0.07700768031179905, -0.11366160605102778, -0.17741059362888337, -0.06763579070568085, -0.12549763992428778, -0.14013565331697464], [-0.14823150038719177, -0.10080395624041556, -0.14843568682670594, -0.2319256994128227, -0.08910922549664974, -0.16407283574342726, -0.1849883645772934], [-0.18398335948586464, -0.12374509252840651, -0.18144991159439086, -0.28541787564754484, -0.10958031475543976, -0.20082196956500412, -0.22811810076236724], [-0.21874406933784485, -0.14567617282271383, -0.21330293539911507, -0.3369506216049194, -0.12903327196836473, -0.23597108900547029, -0.2705220580101013], [-0.2529834985733032, -0.1665586256980896, -0.24421006202697754, -0.38641477435827254, -0.1479580020904541, -0.27002064883708954, -0.31199522614479064], [-0.28671071529388426, -0.18697428852319717, -0.27440807104110715, -0.4343853959441185, -0.16668315052986146, -0.30284128785133363, -0.35341299176216123], [-0.31980626583099364, -0.2062408085912466, -0.3040218269824982, -0.4800115379691124, -0.18378835797309875, -0.3344325821101665, -0.3918331265449524], [-0.3524306297302246, -0.2248763982579112, -0.3321350694261491, -0.5243714070320129, -0.20144181251525878, -0.36663051769137384, -0.4302427589893341], [-0.3844058573246002, -0.24264867429621517, -0.35953401029109955, -0.5657710230350494, -0.2201671004295349, -0.39642401626333595, -0.46717693433165547], [-0.41556055545806886, -0.26006597314029933, -0.3858996170759201, -0.606069920361042, -0.23962029181420802, -0.4255195705592632, -0.5027964830398559], [-0.44613997340202327, -0.2768159769382328, -0.41140330404043196, -0.644099945127964, -0.25881037712097166, -0.45421375807374714, -0.5375120639801025], [-0.4754746168851852, -0.2924757392704487, -0.436892911195755, -0.6804092900454998, -0.2785247564315796, -0.48209250848740337, -0.5717523925006389], [-0.5044417679309845, -0.30804244183003904, -0.4602188289165497, -0.7155001145601273, -0.29738533198833467, -0.5088020058628172, -0.6050773173570633], [-0.5332316852174699, -0.32334660429507495, -0.4835839116573334, -0.7487342005968094, -0.3170881152153015, -0.5341938130743802, -0.6378050208091736], [-0.5609397172927856, -0.3381384322792292, -0.5057390163838863, -0.7808118239045143, -0.3363338947296142, -0.5587969708442688, -0.6687653545290232], [-0.588211715221405, -0.352744579911232, -0.5267577684298158, -0.8106974257528782, -0.35506043434143064, -0.5823296047915938, -0.6987484812736511], [-0.6145083263516425, -0.3662008164823055, -0.5476512759923935, -0.8393506127595901, -0.3753861665725708, -0.6060868088155985, -0.7271572485566139], [-0.6404437586665154, -0.3794967689737678, -0.5678292417526245, -0.8664101627469063, -0.3960013628005981, -0.6286777710914612, -0.7555217698216438], [-0.6648462772369385, -0.39201849594712257, -0.5873980024456977, -0.8924029958248139, -0.4171981424093246, -0.6508546324446798, -0.7810263315215706], [-0.6900630831718445, -0.40395004376769067, -0.6066053945757449, -0.9162473928928375, -0.43787788152694695, -0.6720267997123301, -0.8057507321238517], [-0.714788544178009, -0.4159169779717922, -0.6262351033091544, -0.9399508675932884, -0.45987472534179685, -0.6907574996352196, -0.8318558633327484], [-0.73831467628479, -0.4273250851780176, -0.6431706988811493, -0.9623262479901313, -0.4809137642383575, -0.7089809973537922, -0.8576309725642204], [-0.7608736634254456, -0.43838319592177866, -0.6605464851856232, -0.9829591865837574, -0.50274258852005, -0.7263106906414032, -0.880407840013504], [-0.7831912875175475, -0.44914824306964873, -0.6772333642840386, -1.0026414296030999, -0.5231390476226807, -0.7438328392989934, -0.9025460962206125], [-0.8050559282302855, -0.4598560299538076, -0.6937151953577995, -1.0218366196751594, -0.5426153644919396, -0.7609760767966509, -0.9246293604373932], [-0.8255173593759537, -0.4701528800651431, -0.7097193992137909, -1.0388304010033607, -0.5640010237693787, -0.7771441704034805, -0.9456516593694687], [-0.8465838193893432, -0.4801752650050912, -0.723493347838521, -1.0543036171793938, -0.5833225965499877, -0.791998464167118, -0.9652872338891029], [-0.8652088083326817, -0.4901029609143734, -0.7372898632287979, -1.0687126055359841, -0.6040134131908417, -0.8075726345181465, -0.9840885758399963], [-0.884147210419178, -0.49946635782718657, -0.7517394435405731, -1.0823905599117278, -0.6240904249250889, -0.820736728310585, -1.003439844213426], [-0.9025756523013115, -0.5094228649884462, -0.7649029272794723, -1.0951757770776749, -0.643028301000595, -0.8324248807132244, -1.0215618833899498]], 'q99': [[0.03430417180061348, 0.051113334670662876, 0.0715905418992043, 0.054351210594177246, 0.06999846309423446, 0.07371939361095431, 0.06594715096056458], [0.06845250129699709, 0.051194096039980645, 0.0837654346227647, 0.08841318428516393, 0.07067593932151794, 0.10662587959319357, 0.09940184354782124], [0.10249328613281333, 0.07328858204186006, 0.12399181097745901, 0.128910049200058, 0.0769507408142091, 0.15654826447367726, 0.1463273145258427], [0.13639724254608182, 0.09602429986000072, 0.16334667026996647, 0.16834245562553407, 0.0999624013900759, 0.20355201542377488, 0.19196648597717358], [0.16952860355377225, 0.11776648029685026, 0.2013736876845361, 0.20670579046011003, 0.1220733165740969, 0.24954161107540246, 0.23621151447296163], [0.2025104701519021, 0.13859577525407105, 0.23784515644423707, 0.24306407451629708, 0.1433049559593201, 0.2931383026391273, 0.27928172349929864], [0.23501212596893345, 0.15887603301554942, 0.2734123460203413, 0.27860416650772124, 0.16404935121536293, 0.3351723811775456, 0.32123340368271047], [0.26631886959075934, 0.1782188593596225, 0.30827580034732877, 0.3128620594739914, 0.1839313268661512, 0.37447382338345114, 0.3620349988341341], [0.2976848125457776, 0.19688783675432212, 0.3420448274910459, 0.34567414224147813, 0.20322065353393692, 0.4129014591872697, 0.4012086987495424], [0.32844444513320975, 0.21466766297817247, 0.3748417180776628, 0.37756471812725073, 0.22211619615554817, 0.45001984551549057, 0.43902653455734386], [0.35894870758056685, 0.2323455705493695, 0.4063334711361677, 0.40862836211919906, 0.2406438827514653, 0.4858759286254652, 0.4773120284080522], [0.3887462586164484, 0.24927428491413625, 0.4367471539974218, 0.43846576511860064, 0.2583893656730655, 0.5203189352154747, 0.5138148069381719], [0.41757228374481237, 0.26578384920954745, 0.46601712584495647, 0.4676114457845703, 0.27567406892776547, 0.552315097451213, 0.5492368727922449], [0.44547618627548624, 0.2813135705888282, 0.49406791031360703, 0.49476701796054906, 0.29212071895599456, 0.5835434779524833, 0.5819455981254597], [0.4739711403846776, 0.296761113125831, 0.520692284107209, 0.5205944103002549, 0.30878605842590395, 0.6122838230431082, 0.6152111440896989], [0.5023225367069254, 0.31142625302076343, 0.5470231610536587, 0.5463475358486177, 0.3253093719482427, 0.6404861893504872, 0.6458247542381291], [0.5294745028018968, 0.3255173887498682, 0.5713161861896517, 0.5699448990821843, 0.3423194885253925, 0.6670694494992502, 0.6750442640855928], [0.5557321786880502, 0.3391520938277245, 0.5952782912552358, 0.5941325965523732, 0.35815914869308646, 0.6919770871102817, 0.7032595098018665], [0.5826658964157136, 0.3520041262358438, 0.6183818566799194, 0.6164617282152176, 0.3734738767147078, 0.7174584775045519, 0.7311235666275033], [0.6077272415161142, 0.3646490457281479, 0.6405139887332926, 0.6381314748525637, 0.3885642051696788, 0.7421793611347705, 0.7578544717282081], [0.6321850389242173, 0.37649765230715343, 0.6620161724090665, 0.6592112518846999, 0.4042355656623843, 0.7645705929398547, 0.7841163918375983], [0.6566859960556036, 0.3878186647966507, 0.6833199805021306, 0.6795486742258074, 0.41834575571119964, 0.7865927022695551, 0.8094674909487412], [0.6816394686698926, 0.3991522341966634, 0.7029980023205318, 0.6986330253630877, 0.43166431486606616, 0.8066762607271108, 0.8338384091854125], [0.7053329557180424, 0.4103406466543681, 0.7219443196058286, 0.7160261023044588, 0.44484913349151656, 0.8252368717640642, 0.8575884610414506], [0.7293830871582053, 0.42079214774072293, 0.7401020801067356, 0.7329710048437126, 0.4587715744972237, 0.8437455536425114, 0.8808274917304533], [0.7534523993730599, 0.43171232312917895, 0.757817730754614, 0.7491741815209392, 0.47123477458953916, 0.8623393146693723, 0.9027240216732038], [0.775656914711, 0.44203379333019366, 0.7739028343558344, 0.7647411507368147, 0.4835896372795116, 0.8798752685636302, 0.9241332709789283], [0.7987703204154993, 0.45224493715912245, 0.7887839984893805, 0.7793284469842916, 0.4955010637640977, 0.8961395326256762, 0.945287373661996], [0.8219568818807613, 0.4619707281049341, 0.8041076642274865, 0.7938556438684463, 0.5071281177923095, 0.9127207976579674, 0.9636384129524235], [0.8449902921915088, 0.4715270736813547, 0.8189609235525146, 0.8072230803966532, 0.5176736265420916, 0.9277084389887753, 0.9815786540508293], [0.867118090391161, 0.4808228036761286, 0.8338747972249989, 0.8204637321829799, 0.5284637868404417, 0.9408591401577002, 1.0003999516367923], [0.8884456053376217, 0.4899162337929015, 0.8473211130499841, 0.8324803871661434, 0.5387670993804935, 0.9540316763520258, 1.018914514780047]]}, 'right_arm': {'min': [[-0.9147349925333401, -0.9469192028045654, -1.4160650968551636, -1.3962863683700562, -1.3177090287208557, -1.7317636609077454, -1.5708001424710716], [-0.8630542457103729, -0.9474720060825348, -1.4226652383804321, -1.4018644541502, -1.3233780600130558, -1.7373952269554138, -1.4022604003548622], [-0.8630543351173401, -0.9474673569202423, -1.428303599357605, -1.4089572131633759, -1.3290658332407475, -1.743023931980133, -1.475652802735567], [-0.8630536496639252, -0.9474660754203796, -1.4339221715927124, -1.4320696294307709, -1.3347285278141499, -1.7486546039581299, -1.6196716725826263], [-0.863052636384964, -0.9474859312176704, -1.4394932985305786, -1.4474640786647797, -1.3403955809772015, -1.7542852759361267, -1.7526437938213348], [-0.9487167596817017, -0.947893314063549, -1.4451321363449097, -1.466748632490635, -1.4203394651412964, -1.7599961757659912, -1.8115732073783875], [-1.0542286038398743, -0.9480160772800446, -1.4508329629898071, -1.4855444803833961, -1.5662527680397034, -1.7657138109207153, -1.9147396087646484], [-1.1121069192886353, -0.94815893471241, -1.5138533264398575, -1.5018442049622536, -1.6286932826042175, -1.7714354395866394, -2.001153588294983], [-1.1858541667461395, -0.9482404589653015, -1.6318626552820206, -1.509100116789341, -1.7261643409729004, -1.7771655321121216, -2.040158987045288], [-1.2852591499686241, -0.9553775191307068, -1.6929561793804169, -1.5147177502512932, -1.7978919744491577, -1.7828950881958008, -2.116119921207428], [-1.3623125199228525, -0.9876946806907654, -1.832607977092266, -1.5203404165804386, -1.877414584159851, -1.7886329889297485, -2.197821259498596], [-1.4310376290231943, -1.0180548131465912, -1.998558297753334, -1.5259557403624058, -1.954758882522583, -1.794373095035553, -2.2927149534225464], [-1.5465472638607025, -1.0322056710720062, -2.072791948914528, -1.5315783973783255, -2.0264865159988403, -1.8001065850257874, -2.343602418899536], [-1.645952247083187, -1.0594440400600433, -2.140432685613632, -1.5371872261166573, -2.0915714502334595, -1.8366808891296387, -2.4491676092147827], [-1.7230056170374155, -1.0887494012713432, -2.214666336774826, -1.5510003715753555, -2.120563268661499, -1.8911154866218567, -2.501610279083252], [-1.76629956997931, -1.113828368484974, -2.2627374827861786, -1.560723915696144, -2.1385657787323, -1.9209157824516296, -2.6014543771743774], [-1.8348722103983164, -1.139435663819313, -2.3435183465480804, -1.569845107384026, -2.155274450778961, -1.9863238334655762, -2.6474037170410156], [-1.867393970489502, -1.2081727981567383, -2.387424796819687, -1.5798263810575008, -2.1830042600631714, -2.0126628279685974, -2.7296056747436523], [-1.899572692811489, -1.287134200334549, -2.4283455312252045, -1.5880228355526924, -2.2980509996414185, -2.0522736310958862, -2.7994797229766846], [-1.9600130915641785, -1.3507066071033478, -2.4512874484062195, -1.6018854584544897, -2.454225540161133, -2.0773284435272217, -2.8294814825057983], [-1.9855666756629944, -1.4051696062088013, -2.4713940024375916, -1.6058211531490088, -2.522842764854431, -2.0894603729248047, -2.87981915473938], [-2.006015717983246, -1.4675325453281403, -2.4803280234336853, -1.609208045527339, -2.5855400562286377, -2.0909653902053833, -2.899606943130493], [-2.022678792476654, -1.5318333059549332, -2.492263972759247, -1.6106074433773756, -2.631789803504944, -2.091354727745056, -2.928667902946472], [-2.055516302585602, -1.595405712723732, -2.5308111906051636, -1.6139121633023024, -2.6717257499694824, -2.0913562774658203, -2.9481230974197388], [-2.0700165778398514, -1.6392503678798676, -2.5747628211975098, -1.6147374492138624, -2.7147488594055176, -2.0913562774658203, -2.9557873010635376], [-2.088667869567871, -1.68337382376194, -2.6208865642547607, -1.6155121084302664, -2.7592941522598267, -2.09135901927948, -2.9691492319107056], [-2.095740556716919, -1.7289490848779678, -2.6714895367622375, -1.6160671673715115, -2.7992300987243652, -2.0913593769073486, -2.9864388704299927], [-2.1062291860580444, -1.7727937400341034, -2.701590895652771, -1.616595383733511, -2.8375353813171387, -2.0943961143493652, -2.997456669807434], [-2.1360457837581635, -1.8146803081035614, -2.7673137187957764, -1.616933461278677, -2.8646304607391357, -2.094396233558655, -3.0192999839782715], [-2.182941049337387, -1.8561728671193123, -2.8707940578460693, -1.6171498261392117, -2.8910216093063354, -2.094396233558655, -3.024949550628662], [-2.2152605652809143, -1.8925875201821327, -2.941420793533325, -1.6172773502767086, -2.9062238931655884, -2.094396233558655, -3.030595064163208], [-2.2421813905239105, -1.916381098330021, -3.0604183673858643, -1.6182761527597904, -2.9204198122024536, -2.094396233558655, -3.036240816116333]], 'max': [[0.7562520802021027, 0.519452691078186, 1.1262631635327125, 1.1940537244081497, 1.2601745128631592, 1.2854879200458527, 2.9790353775024414], [0.7592794597148895, 0.5376380681991577, 1.0296750664710999, 1.199782207608223, 1.2844912260770798, 1.2910603284835815, 2.9846413135528564], [0.7641479671001434, 0.733544260263443, 1.0296517610549927, 1.205433800816536, 1.3654610458761454, 1.2966369092464447, 2.9902502298355103], [0.7641479671001434, 0.9241627156734467, 1.0296524167060852, 1.2110909968614578, 1.4088403526693583, 1.302221268415451, 2.995861291885376], [0.8901762962341309, 1.123447723686695, 1.0611526370048523, 1.281773641705513, 1.4457129780203104, 1.354902744293213, 3.0014699697494507], [1.0215044021606445, 1.289687104523182, 1.1876079738140106, 1.3369294721633196, 1.4887387042399496, 1.4253252744674683, 3.0070794820785522], [1.1307270526885986, 1.4163660481572151, 1.316536784172058, 1.380383774638176, 1.6335834711790085, 1.4951919317245483, 3.0126891136169434], [1.2242357730865479, 1.576900191605091, 1.4225378036499023, 1.4523825496435165, 1.7025465220212936, 1.6008378267288208, 3.0182985067367554], [1.3175455927848816, 1.7315064147114754, 1.4989124536514282, 1.486178770661354, 1.813552901148796, 1.6762624382972717, 3.0239081382751465], [1.4110543131828308, 1.8364967231173068, 1.5744844377040863, 1.5188709646463394, 1.8655077368021011, 1.7320016622543335, 3.0295132398605347], [1.4999162554740906, 1.9407342795748264, 1.6236112117767334, 1.531964110210538, 1.9752377753611654, 1.784160077571869, 3.0351178646087646], [1.5525116324424744, 2.0303439025301486, 1.6706924438476562, 1.5379270780831575, 2.1200825423002243, 1.8141262531280518, 3.0407224893569946], [1.6290852725505829, 2.1474819853901863, 1.7032416760921478, 1.5457067163661122, 2.1794076412916183, 1.860295057296753, 3.0463271141052246], [1.6705251634120941, 2.2524722937960178, 1.7596436440944672, 1.5516696842387319, 2.246004432439804, 1.9066848158836365, 3.0519319772720337], [1.7175233960151672, 2.3231823295354843, 1.8037182986736298, 1.5579110058024526, 2.305329531431198, 1.9402295351028442, 3.0575367212295532], [1.8086201064288616, 2.4049779300112277, 1.860120266675949, 1.5700733810663223, 2.3325433433055878, 1.966688096523285, 3.0631414651870728], [1.8699035234749317, 2.4756879657506943, 1.9158543348312378, 1.581335423514247, 2.386066883802414, 1.9970477223396301, 3.0687462091445923], [1.9118834137916565, 2.5448291152715683, 1.9799844771623611, 1.586107024922967, 2.4823464155197144, 2.0031463503837585, 3.074350953102112], [1.969026505947113, 2.6067948192358017, 2.0363864451646805, 1.5892124269157648, 2.5939821004867554, 2.016838490962982, 3.0799556970596313], [2.0116698145866394, 2.6715340465307236, 2.0675796270370483, 1.5900145135819912, 2.7156338691711426, 2.030276596546173, 3.0855605602264404], [2.0430588722229004, 2.729794532060623, 2.132961332798004, 1.590015109628439, 2.8369975090026855, 2.039203107357025, 3.091165065765381], [2.085609528236091, 2.7743702232837677, 2.199149429798126, 1.5900152288377285, 2.938067078590393, 2.039202630519867, 3.096767783164978], [2.1113074123859406, 2.8140101730823517, 2.2407121062278748, 1.5910461843013763, 3.049702763557434, 2.0476393699645996, 3.102371096611023], [2.1365263760089874, 2.853472024202347, 2.266759932041168, 1.595747297629714, 3.097351551055908, 2.090518832206726, 3.1079741716384888], [2.1578376926481724, 2.896502286195755, 2.2855644822120667, 1.600815935060382, 3.1484439373016357, 2.090518832206726, 3.113577127456665], [2.1806601844727993, 2.917472392320633, 2.301379144191742, 1.6040598638355732, 3.173705577850342, 2.090518832206726, 3.119180202484131], [2.1944362483918667, 2.9309625923633575, 2.3103960752487183, 1.6068479306995869, 3.198921799659729, 2.090518832206726, 3.124783515930176], [2.2045358270406723, 2.9412551522254944, 2.3153661489486694, 1.6090447194874287, 3.21675181388855, 2.090518832206726, 3.1303869485855103], [2.2126537784934044, 2.9520582109689713, 2.3281003832817078, 1.6111208330839872, 3.2337324619293213, 2.0943557024002075, 3.1359927654266357], [2.219202235341072, 2.9621735960245132, 2.3728593587875366, 1.6124495454132557, 3.2506450414657593, 2.0943764448165894, 3.1415960788726807], [2.225636750459671, 2.967292681336403, 2.430369555950165, 1.6133285947144032, 3.2612088918685913, 2.094390630722046, 3.141600012779236], [2.228933207690716, 2.970400407910347, 2.496863603591919, 1.6141789723187685, 3.2694870233535767, 2.094390630722046, 3.141600012779236]], 'mean': [[-0.0006352036907654523, -0.00011295353888590675, 0.0007182620518524785, -0.00015615086147296672, -0.0024099446309489955, 0.000834297131954357, -0.0005916818899790081], [-0.0006535682193309353, -0.0001186729545396327, 0.0007257115134157084, -0.00016451542759791254, -0.0024235144496253637, 0.0008177766924313639, -0.0005896266942569111], [-0.0006715856351933456, -0.0001244331299150255, 0.0007331303401626729, -0.00017253167790894626, -0.0024371880796774863, 0.0008009844167049706, -0.0005878507590648933], [-0.0006892784400088673, -0.0001301979459892188, 0.0007405321682032534, -0.0001801737349811287, -0.0024509225034237136, 0.0007841470450775263, -0.0005863180825985687], [-0.0007066933391320933, -0.00013596687929348102, 0.000747925705594697, -0.00018751738427256226, -0.002464712329867614, 0.0007672707827088034, -0.0005849679579839276], [-0.0007238684824534233, -0.00014170945017105336, 0.0007553059880108925, -0.00019461030225244037, -0.002478537538490641, 0.0007503635385844149, -0.0005837932311208499], [-0.0007407927285426161, -0.00014742964108792328, 0.0007626808976389604, -0.00020146521563800085, -0.0024923966134297866, 0.0007334582646152231, -0.0005827820133613921], [-0.0007574748070402308, -0.00015313735113807407, 0.0007700389838119839, -0.00020808090836143804, -0.0025062902176842933, 0.0007165986088699039, -0.0005819135458255283], [-0.0007739293770269515, -0.00015883958702193052, 0.0007773812346080994, -0.0002144513630720044, -0.0025202150859447558, 0.0006998123736983233, -0.0005811697602391817], [-0.000790163674404893, -0.00016453147086984663, 0.0007847018123666564, -0.0002205809820823714, -0.002534155844447304, 0.0006831006500417102, -0.0005805485446592283], [-0.0008062205407766128, -0.00017020695002558687, 0.0007919979429015224, -0.00022650885941491813, -0.00254812228467362, 0.0006664863815441157, -0.0005800316622229131], [-0.0008221062904410526, -0.00017586344950564455, 0.0007992760719302958, -0.00023222648527691664, -0.002562094321212453, 0.0006499569053960029, -0.0005796105637276151], [-0.0008378376558827358, -0.00018149299604251746, 0.0008065435722640126, -0.00023775778230882604, -0.0025760483893988136, 0.000633528890002433, -0.000579283030875004], [-0.0008534577832215554, -0.00018709509899226363, 0.00081379966182457, -0.0002430977531438799, -0.002589974307797948, 0.0006171995724881112, -0.0005790427810031761], [-0.0008689748048122795, -0.00019266198981956022, 0.000821029379999158, -0.0002482647876621586, -0.0026038993662851695, 0.0006009655275813003, -0.0005788645242295089], [-0.0008843911686921879, -0.00019818664205200012, 0.0008282370657432652, -0.0002532709132614391, -0.0026178177867716636, 0.0005848263175579608, -0.0005787541226145825], [-0.0008997388229844575, -0.00020367548448918014, 0.0008354325246061258, -0.0002581427540324882, -0.0026317324874510868, 0.0005687786866258079, -0.0005786895875155913], [-0.0009150192616201406, -0.00020911888076745314, 0.0008426206887583985, -0.000262850456468719, -0.0026456540518175354, 0.0005528289801585269, -0.0005786531793270583], [-0.0009302244575816542, -0.00021450991834489467, 0.000849789754898443, -0.0002674038710576132, -0.0026595849241365065, 0.000536969306868526, -0.000578662122798313], [-0.0009453686621617815, -0.00021985067999412313, 0.0008569693074186021, -0.00027178653341296944, -0.0026735374020537017, 0.000521189330449587, -0.0005786997528468601], [-0.0009604407543813708, -0.00022513419313342737, 0.0008641380737921631, -0.0002760057266838612, -0.002687497619930885, 0.0005054818985149389, -0.0005787539052754003], [-0.000975460089574421, -0.00023035897132167357, 0.0008712924252308915, -0.00028006463146917687, -0.0027014629892075453, 0.0004898540407795492, -0.0005788519746350262], [-0.000990415591077347, -0.00023551534020158278, 0.0008784517204441538, -0.00028394905099222165, -0.0027154219979991932, 0.0004743184350032539, -0.0005789777966559094], [-0.0010053162598306882, -0.00024060509960566821, 0.0008856040206215308, -0.0002876120314910402, -0.0027293923802290884, 0.00045890491333036576, -0.0005791227973767489], [-0.0010201566073011448, -0.0002456217794011825, 0.0008927615163566017, -0.00029105772411047086, -0.002743352696226511, 0.0004436133445557675, -0.0005792846130133974], [-0.0010349382196442381, -0.0002505748824130352, 0.0008999137991464602, -0.0002942472913259147, -0.0027572910933749964, 0.00042844905691036213, -0.0005794771246695576], [-0.0010496516525912364, -0.0002554532095124452, 0.0009070629112231388, -0.00029716234572100446, -0.0027712245583272894, 0.00041343797459009304, -0.0005796816502632082], [-0.0010642843733336233, -0.0002602560743791378, 0.0009142161782692814, -0.00029976425959418214, -0.0027851398069044797, 0.0003986087816829805, -0.0005799113165162519], [-0.0010788376735016195, -0.00026498182129150493, 0.000921378275650107, -0.0003020090531287271, -0.0027990425288187217, 0.0003839848092784686, -0.0005801752663193221], [-0.001093290093208728, -0.0002696217380067348, 0.0009285586487364668, -0.00030375801255212666, -0.0028129115097352765, 0.0003695408186876605, -0.0005804777259150795], [-0.0011076771613773486, -0.0002741818626207846, 0.0009357521434171437, -0.000305013636494635, -0.002826770016803641, 0.00035533267898790115, -0.0005808214187013621], [-0.0011219872523119982, -0.00027865739460554136, 0.0009429496379191039, -0.00030566205785426115, -0.002840628293925966, 0.0003413143169830309, -0.0005811892837297462]], 'std': [[0.00528295840943212, 0.0037503800214197885, 0.007987418818017263, 0.010271703560381531, 0.010068299869322849, 0.008936821261100314, 0.009137814269583669], [0.009366070020569594, 0.005563192490602735, 0.010366167329339539, 0.016392970364716986, 0.0128181735086043, 0.013996203273242136, 0.01371306706551619], [0.013493674822325552, 0.007557839658255937, 0.013223906345265607, 0.022840510471699983, 0.016190333172102184, 0.019393259665224788, 0.018736681096216914], [0.01758157102717434, 0.009573397176025577, 0.01622921696526868, 0.029289362594268994, 0.01978549339568421, 0.02479188537728308, 0.023814052085499457], [0.02160304431084742, 0.011558905888983036, 0.01924507348577046, 0.03563638895036711, 0.023425518179306208, 0.030092581064712322, 0.028817960295211723], [0.025547696022595347, 0.013496434600300146, 0.02221619315220497, 0.04184140011480875, 0.027032127497034864, 0.03526254545593609, 0.033703376257239404], [0.029411996432355595, 0.015379902475208946, 0.025120532253455674, 0.04789054402027449, 0.030571544531904905, 0.04029414464693682, 0.038455977200013626], [0.033195401172559466, 0.017207987262839064, 0.027950626239464763, 0.05377975844444853, 0.03403022291534771, 0.04518845092266558, 0.04307354095599354], [0.036898631491904296, 0.018981409601182657, 0.030705119343938624, 0.059509962857448376, 0.03740357115264992, 0.049949652502054694, 0.04755898620318459], [0.04052321970070839, 0.020701781326455317, 0.03338527448821329, 0.06508411978723347, 0.04069163490186246, 0.054582481681145475, 0.05191723338073996], [0.04407082698028824, 0.022370968772979262, 0.035993639924009536, 0.07050637701124393, 0.043896261233432876, 0.05909221037535707, 0.056153590991772785], [0.0475435423770565, 0.023991040991993638, 0.03853316502932019, 0.07578147299117725, 0.04702042183806408, 0.06348381204532197, 0.060273659929550416], [0.050943525199736384, 0.025564272437723103, 0.041007050299592666, 0.08091460770956421, 0.050067389308582316, 0.06776199406010615, 0.06428296060152955], [0.054272963481622395, 0.02709273557069329, 0.043418338666106386, 0.0859110304762678, 0.05304057734466405, 0.0719313321612172, 0.06818666288333226], [0.057534214121582106, 0.028578543213815685, 0.045769887685113565, 0.09077584672456149, 0.05594298211067992, 0.07599636368690371, 0.0719897563874937], [0.06072954555848128, 0.03002364553993086, 0.04806444300259776, 0.0955141582250137, 0.058777845197491504, 0.07996130238505678, 0.0756969126343347], [0.06386117076322127, 0.03142995710158159, 0.05030465276800826, 0.10013097786281829, 0.061548027728573505, 0.08383041810644598, 0.07931228665466716], [0.06693138063586493, 0.03279924384079454, 0.052492990084560945, 0.10463112549795109, 0.06425637770493431, 0.08760760049908889, 0.08283981553244948], [0.0699423499412916, 0.034133242821710486, 0.054631789747081876, 0.1090192817468642, 0.06690550286824654, 0.09129664387818072, 0.08628334656093431], [0.07289614452319867, 0.035433541135269614, 0.056723283213064454, 0.11329981746740161, 0.06949784758109216, 0.09490122057232903, 0.08964629235856832], [0.07579483189096227, 0.036701632152329244, 0.05876955880275393, 0.11747713718028796, 0.07203581983840142, 0.09842468180785811, 0.09293205242224588], [0.0786404243191212, 0.037938994906844874, 0.06077267468993704, 0.12155535331673148, 0.07452170065242275, 0.1018704013153979, 0.09614381847833305], [0.08143488971726927, 0.03914695694459251, 0.06273452954100318, 0.12553841028813237, 0.07695759783665534, 0.10524152049124655, 0.09928461681406266], [0.08418002767033828, 0.0403267586959821, 0.06465697183664915, 0.12943010500730204, 0.07934563730373015, 0.10854096798923413, 0.10235731660407837], [0.08687770693258727, 0.04147960373686374, 0.06654166003183444, 0.13323392351935545, 0.08168767636986436, 0.11177164197174155, 0.1053646476099414], [0.08952966179300871, 0.042606624537539065, 0.06839018395161417, 0.13695331605467734, 0.08398561148556521, 0.1149362137025628, 0.10830913628236016], [0.09213749091842362, 0.04370884875840694, 0.07020410388179231, 0.14059160852065852, 0.08624103772019165, 0.1180371909579624, 0.11119318352474213], [0.09470287292500586, 0.0447873015743388, 0.07198489092956413, 0.1441520050186576, 0.08845565020089871, 0.1210771008315363, 0.11401907654659796], [0.09722725898134722, 0.045842944092820956, 0.0737339706991756, 0.147637434178672, 0.09063093364165006, 0.1240582240830571, 0.11678897625660171], [0.09971220600433071, 0.04687671189297623, 0.07545261924355037, 0.15105052778873304, 0.09276849350311406, 0.12698266874091604, 0.11950511318126834], [0.10215912017278991, 0.047889508401548986, 0.07714201070538604, 0.15439403980557573, 0.09486966324647725, 0.1298525896908662, 0.12216945243304304], [0.10456938398447664, 0.04888215541387571, 0.07880329638150411, 0.15767051289787573, 0.09693580707444602, 0.13267005906370616, 0.12478393255059088]], 'q01': [[-0.04024670124053955, -0.030321243647485972, -0.06754718484356999, -0.07018850326538086, -0.05894932043040171, -0.061763520836830135, -0.07230854436755181], [-0.07850990295410157, -0.031098556909710168, -0.06759921878576279, -0.12459816098213196, -0.07112786769866944, -0.0739705604314804, -0.08500459119677543], [-0.11656936407089233, -0.0460018365457654, -0.0710593655705452, -0.1838821804523468, -0.10361218452453613, -0.10840869426727293, -0.12499317899346352], [-0.1537733197212219, -0.060455674305558205, -0.09264940917491911, -0.24247539997100828, -0.13498410284519194, -0.14301982045173645, -0.1648265480995178], [-0.19042030572891233, -0.07450426828116179, -0.11442185640335083, -0.29910717010498045, -0.16582889556884767, -0.17597580224275589, -0.2028110757470131], [-0.22625989913940428, -0.08789662010967732, -0.1353307008743286, -0.35402350731194016, -0.19538795948028564, -0.20809183359146116, -0.23994077472016215], [-0.2612628012895584, -0.10096158728003501, -0.15552990119904278, -0.4081040428578854, -0.22440741360187527, -0.24033286571502685, -0.27507622316479685], [-0.2956635355949402, -0.11371625065803528, -0.17507748305797577, -0.4596408939361572, -0.2527411341667175, -0.27039315454661844, -0.31039283275604246], [-0.3295068264007568, -0.12596857726573943, -0.19363037943840025, -0.5106027571484446, -0.2801401913166046, -0.2994399774074554, -0.3441446483135223], [-0.3621368192136288, -0.13806334298104048, -0.21228461861610412, -0.5597115379571914, -0.30610617995262146, -0.32828397512435914, -0.3779697895050048], [-0.3938776969909668, -0.1497806902974844, -0.23081030584871767, -0.606841587126255, -0.3306380748748779, -0.35553408920764923, -0.4116533637046814], [-0.4246542096138, -0.16101981982588767, -0.24961013197898865, -0.6553554074466228, -0.35472696721553804, -0.38207214951515195, -0.44405982494354246], [-0.45529287010431285, -0.17182323306798936, -0.26666143238544465, -0.7004827263951301, -0.37906997203826903, -0.4087392795085907, -0.47554253339767455], [-0.48473532199859615, -0.18213029272854328, -0.2838438361883163, -0.7442865820974112, -0.40193683505058286, -0.43412454366683956, -0.5068329811096192], [-0.5134085727855563, -0.1920946726948023, -0.3012354463338852, -0.7865652537345886, -0.42475554943084715, -0.4570801055431366, -0.5381290912628174], [-0.5411498308181762, -0.2018205290660262, -0.3179529011249541, -0.8261808790266514, -0.4461488366127014, -0.48171765565872193, -0.5692039549350738], [-0.5681779384613037, -0.21090829983353615, -0.33467726111412044, -0.8665612329635769, -0.46707448065280915, -0.5072946527600288, -0.5977527856826781], [-0.594613230228424, -0.2201124495267868, -0.35052441358566283, -0.9053092414885759, -0.4872345268726349, -0.5312508371472359, -0.6270000845193863], [-0.620771798491478, -0.22854322895407675, -0.36715674996376035, -0.9424558329582213, -0.507492184638977, -0.5555797685682774, -0.6571206085383892], [-0.6447732090950012, -0.23685051329433918, -0.38201551027596, -0.9768258893489837, -0.5275017321109772, -0.5787872304022312, -0.6869768381118775], [-0.6688641667366028, -0.2446977201104164, -0.3966714918613434, -1.0110128766298294, -0.5472420573234558, -0.6015173774398863, -0.7146456092596053], [-0.6916197657585144, -0.2529311913251877, -0.4112723469734192, -1.044541406845674, -0.5666560292243957, -0.6239300697296858, -0.7425364039838314], [-0.7134623885154724, -0.26241476263850927, -0.4260101914405823, -1.0765650063753127, -0.5851939678192138, -0.6459670779109001, -0.7690956354141235], [-0.7353007316589355, -0.2718286672234535, -0.44134485125541684, -1.108795847892761, -0.6032658576965332, -0.6675095868110656, -0.7952668651938438], [-0.7560304015874862, -0.2810585956927389, -0.45523979663848874, -1.1388011407852172, -0.6217085838317871, -0.6879157765954733, -0.8191201388835907], [-0.7774286568164825, -0.29014167428016663, -0.46902426481246945, -1.1657116267085075, -0.6393849670886993, -0.7074830037355423, -0.8449575275182724], [-0.798573226109147, -0.29834524884819985, -0.48192712664604187, -1.1918580561131238, -0.6563079118728637, -0.727038912922144, -0.8700048923492432], [-0.8167849183082581, -0.307169950529933, -0.4946647450327873, -1.2170597450248897, -0.6730758477002382, -0.745893472135067, -0.8962108850479126], [-0.8347645044326781, -0.3155065557360649, -0.5071715950965882, -1.2395394729077815, -0.6897228121757507, -0.7651810391247272, -0.9223031215369701], [-0.8530867218971252, -0.32411304235458377, -0.5204566448926925, -1.2609454888105391, -0.7062497854232788, -0.7826450742781162, -0.9454392254352569], [-0.8718964338302613, -0.3319458532333374, -0.5329093664884568, -1.2783269000053405, -0.7224798440933228, -0.7989225336164236, -0.9699675559997557], [-0.8899627387523651, -0.34035773657262325, -0.5456235617399214, -1.2963537635467945, -0.7392274775076657, -0.816358033195138, -0.9929330378770828]], 'q99': [[0.033701133728027355, 0.035642253411933784, 0.04823824465274812, 0.05825038850307431, 0.06896153036504975, 0.04934619247913324, 0.061682740449905515], [0.06694917678833034, 0.03649218082427999, 0.05097724497318265, 0.10065676480531656, 0.06967028975486683, 0.09439243316650338, 0.08306821584701542], [0.09985924363136321, 0.04360151179134856, 0.07299374788999562, 0.14902934402227344, 0.08924479484558123, 0.13798244297504417, 0.12196509838104255], [0.1324819684028627, 0.05687704384326946, 0.09533255398273474, 0.19727840900421068, 0.11799800395965604, 0.18125718772411292, 0.16016069781035244], [0.16458644866943395, 0.06974985003471382, 0.11710324585437787, 0.2448447652161086, 0.14681987762451187, 0.22332948535680652, 0.19697726666927406], [0.19617649912834284, 0.08218269348144532, 0.13775603771209782, 0.28960396051406806, 0.17425153255462728, 0.26332307752221745, 0.23271044790744783], [0.22736120223999037, 0.09410650134086651, 0.15756807327270628, 0.33464270591735557, 0.20127094015479163, 0.30284786462783747, 0.2680423974990852], [0.25805611610412604, 0.10543730519712018, 0.1770801782608035, 0.3801749740540978, 0.22835566997528184, 0.339618278518318, 0.302001678943636], [0.2886318206787114, 0.11647544056177142, 0.1959035575389863, 0.42109962671995, 0.25520375370979415, 0.37544347822665963, 0.33455067873001154], [0.3185104608535767, 0.1271777570247652, 0.21439913213253095, 0.46272870779037234, 0.2817085072398191, 0.4102674019336676, 0.36733800172805836], [0.3477943420410159, 0.1374306797981265, 0.23205525577068364, 0.5012826196104243, 0.3082705438137086, 0.4442332720756526, 0.3985382199287426], [0.3765024065971384, 0.14726657196879436, 0.24999597445130492, 0.5406371816992663, 0.3343181967735309, 0.4769332134723638, 0.42953427135944444], [0.4045029401779175, 0.1566657662391665, 0.26750596612691896, 0.5779192000627517, 0.3604446411132822, 0.5088725996017447, 0.45954598188400414], [0.431639170646669, 0.16568675935268445, 0.28499529510736527, 0.612506606578817, 0.38723738223198273, 0.5380081474781033, 0.4884572982788102], [0.458722448349, 0.175169034209103, 0.3024313867092135, 0.6461584067344521, 0.4143957704305653, 0.5697437223792067, 0.5171163290739067], [0.4849396586418153, 0.1841529422998432, 0.3196203738451008, 0.6771226334571775, 0.4402652379125358, 0.5985034707188553, 0.5454930260777492], [0.510637497901917, 0.19301620800048183, 0.33659399598837014, 0.7074734067916801, 0.466479700803757, 0.6274421679973579, 0.5732536584138893], [0.5365384340286256, 0.20171843275427906, 0.35341960005462236, 0.7368436205387096, 0.4928390234708819, 0.6558295297622648, 0.5998111516237269], [0.5615544855594642, 0.2098524500429633, 0.36877827644348166, 0.7641254806518533, 0.5186310231685669, 0.6813424974679916, 0.6252027198672306], [0.5855785846710218, 0.2178749953955405, 0.385025984048844, 0.7935240384936328, 0.5451544523239145, 0.7065630450844712, 0.6501346886157992], [0.6090108662843707, 0.2268750381469724, 0.40141126513481296, 0.8188913564383955, 0.5699574112892166, 0.7320038956403727, 0.6739301204681397], [0.6328666687011733, 0.23575453028082835, 0.4161545366048823, 0.8429361700266571, 0.5947182178497324, 0.7542769628763198, 0.6974160075187686], [0.6560746192932138, 0.2448314871639002, 0.4304982662200931, 0.8667170321941311, 0.6185662388801576, 0.7781108897924415, 0.7194577131420387], [0.6776900470256809, 0.25299268215894494, 0.44618175029754803, 0.8891275776922644, 0.6435258448123973, 0.8001882624626142, 0.7411099225282678], [0.7004907757043841, 0.261654318273067, 0.4601850420236596, 0.9101941800117449, 0.6671384990215331, 0.8230922746658277, 0.7637379527091984], [0.721158409118658, 0.2699928537011118, 0.47561065554618936, 0.9273856514692296, 0.6917167305946356, 0.8447359703108662, 0.7852531656622914], [0.7423469662666323, 0.2793818097561586, 0.4890219122171419, 0.9454408314824093, 0.7136994719505344, 0.8647692123055455, 0.80554959923029], [0.7625321626663238, 0.2884734050929495, 0.5014568030834218, 0.961116894185539, 0.7345726015977564, 0.8831689521297786, 0.8252374187111863], [0.7825518488883978, 0.29718200311064696, 0.5161541908979449, 0.9766524928808162, 0.7561939205974346, 0.8994174182414862, 0.8439409121871008], [0.8025950789451632, 0.3049301217682653, 0.5278493255376825, 0.9899541234970093, 0.7775375053286557, 0.9170856413245146, 0.8627025675145005], [0.8221393875777725, 0.3127731060981732, 0.5403406381607061, 1.0026664403080867, 0.7975840449333208, 0.9324750578403441, 0.8813684403896334], [0.8410345345735559, 0.3204443434625846, 0.5512791842222213, 1.0156806778907759, 0.8164953768253339, 0.9476988792419382, 0.897700938582421]]}, 'torso': {'min': [[-0.5749600529670715, -1.0736345052719116, -0.9896188676357269, -0.05344555154442787], [-0.06952488422393799, -0.0672757625579834, -0.022595763206481934, -0.05344555154442787], [-0.06952488422393799, -0.0672757625579834, -0.028046131134033203, -0.05344555154442787], [-0.06952488422393799, -0.0672757625579834, -0.0335003137588501, -0.05344555154442787], [-0.06952488422393799, -0.0672757625579834, -0.038959503173828125, -0.05344555154442787], [-0.06952488422393799, -0.0672757625579834, -0.044412970542907715, -0.05344555154442787], [-0.06952488422393799, -0.0672757625579834, -0.049860596656799316, -0.05344555154442787], [-0.06952488422393799, -0.07076311111450195, -0.05529904365539551, -0.05344555154442787], [-0.06952488422393799, -0.07776319980621338, -0.06073641777038574, -0.05344555154442787], [-0.06952488422393799, -0.08476316928863525, -0.06615936756134033, -0.05344555154442787], [-0.06952488422393799, -0.09176313877105713, -0.0715339183807373, -0.05344555154442787], [-0.06952488422393799, -0.098763108253479, -0.07686591148376465, -0.05344555154442787], [-0.07036161422729492, -0.10576307773590088, -0.08229410648345947, -0.05344555154442787], [-0.07073307037353516, -0.1127631664276123, -0.0877218246459961, -0.05344555154442787], [-0.070792555809021, -0.11976313591003418, -0.09314978122711182, -0.05344555154442787], [-0.0737958550453186, -0.12676310539245605, -0.09857773780822754, -0.05344555154442787], [-0.0776292085647583, -0.13376307487487793, -0.10400557518005371, -0.05344555154442787], [-0.081462562084198, -0.1407630443572998, -0.10943353176116943, -0.05344555154442787], [-0.08529585599899292, -0.14776313304901123, -0.11486148834228516, -0.05344555154442787], [-0.08912914991378784, -0.1547631025314331, -0.12028872966766357, -0.05344555154442787], [-0.09296256303787231, -0.16176307201385498, -0.1257157325744629, -0.05344555154442787], [-0.09679585695266724, -0.16876304149627686, -0.1311112642288208, -0.05344555154442787], [-0.10062921047210693, -0.17576301097869873, -0.13580894470214844, -0.05344555154442787], [-0.10446256399154663, -0.18276309967041016, -0.14049863815307617, -0.05344555154442787], [-0.10829585790634155, -0.18976306915283203, -0.1451866626739502, -0.05344555154442787], [-0.11212915182113647, -0.1967630386352539, -0.14987659454345703, -0.05344555154442787], [-0.11596256494522095, -0.20376300811767578, -0.15455985069274902, -0.05344555154442787], [-0.11979585886001587, -0.21076297760009766, -0.15924036502838135, -0.05344555154442787], [-0.12362915277481079, -0.21776306629180908, -0.16390156745910645, -0.05344555154442787], [-0.1274625062942505, -0.22476303577423096, -0.16854846477508545, -0.05344555154442787], [-0.13129585981369019, -0.23176300525665283, -0.173162579536438, -0.05344555154442787], [-0.1351291537284851, -0.2387629747390747, -0.1783970594406128, -0.05344555154442787]], 'max': [[0.6199259757995605, 1.0504485964775085, 0.5112290047109127, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.021211743354797363, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.026612162590026855, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.0320134162902832, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.0374147891998291, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.04281604290008545, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.048217058181762695, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.05361807346343994, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.05901932716369629, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.06442093849182129, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.06982231140136719, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.07522368431091309, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.08062505722045898, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.08602595329284668, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.09142684936523438, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.09682762622833252, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.10222852230072021, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.10762953758239746, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.11303043365478516, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.11843109130859375, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.12383031845092773, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.12923097610473633, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.13462960720062256, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.14002513885498047, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.14541006088256836, 0.05102548748254776], [0.32075071334838867, 0.18350425362586975, 0.15079891681671143, 0.05102548748254776], [0.32075071334838867, 0.190504252910614, 0.15619754791259766, 0.05102548748254776], [0.32075071334838867, 0.1975042223930359, 0.16157817840576172, 0.05102548748254776], [0.32075071334838867, 0.20450425148010254, 0.16690504550933838, 0.05102548748254776], [0.32075071334838867, 0.2115042507648468, 0.17220556735992432, 0.05102548748254776], [0.32075071334838867, 0.21850425004959106, 0.1774965524673462, 0.05102548748254776], [0.32075071334838867, 0.22550427913665771, 0.18276941776275635, 0.05102548748254776]], 'mean': [[0.00016827125137793518, -0.0006522512842489846, -0.0008827961206896698, -3.927529525922771e-06], [0.00014718489105325743, -0.0006136405820156965, -0.0008708848066581749, -3.927529525922771e-06], [0.00012598069546293752, -0.0005748141422562397, -0.0008589099821238484, -3.927529525922771e-06], [0.00010476498381775334, -0.0005359669099864223, -0.0008469200787482314, -3.927529525922771e-06], [8.354093446527407e-05, -0.0004971045751116876, -0.000834918288097857, -3.927529525922771e-06], [6.231155256430336e-05, -0.00045823261382904227, -0.0008229070631069711, -3.927529525922771e-06], [4.108095735646765e-05, -0.00041935857829083573, -0.0008108894799401248, -3.927529525922771e-06], [1.9852106407985375e-05, -0.0003804878415586736, -0.0007988680071678288, -3.927529525922771e-06], [-1.3723685093857638e-06, -0.00034162524353567564, -0.0007868442853942149, -3.927529525922771e-06], [-2.2589284556098174e-05, -0.0003027765702129799, -0.0007748207733061444, -3.927529525922771e-06], [-4.3794953418041125e-05, -0.00026394860639203296, -0.0007628000372036758, -3.927529525922771e-06], [-6.498757191012963e-05, -0.00022514463424318684, -0.0007507836675419086, -3.927529525922771e-06], [-8.616464332331804e-05, -0.0001863691168866798, -0.0007387744954255431, -3.927529525922771e-06], [-0.00010732297263929517, -0.00014762803214973068, -0.0007267744944001681, -3.927529525922771e-06], [-0.00012845992295167267, -0.000108926327794518, -0.0007147853933143623, -3.927529525922771e-06], [-0.00014957393579851383, -7.026674547608364e-05, -0.0007028092892058032, -3.927529525922771e-06], [-0.00017066238855679172, -3.165411537177298e-05, -0.0006908484981533262, -3.927529525922771e-06], [-0.0001917232726235641, 6.907908464416953e-06, -0.0006789047989411711, -3.927529525922771e-06], [-0.00021275456431900667, 4.541554562774733e-05, -0.0006669790799409479, -3.927529525922771e-06], [-0.00023375399963945518, 8.386467204136641e-05, -0.000655073303653002, -3.927529525922771e-06], [-0.0002547210380007259, 0.0001222542928710619, -0.0006431878608088937, -3.927529525922771e-06], [-0.0002756540056232041, 0.00016058133478955402, -0.0006313240995491854, -3.927529525922771e-06], [-0.00029655215465092987, 0.00019884450431865316, -0.0006194832611890679, -3.927529525922771e-06], [-0.0003174138751315907, 0.00023704079660708785, -0.0006076661202820253, -3.927529525922771e-06], [-0.000338237592729525, 0.00027516745020729033, -0.0005958745139964973, -3.927529525922771e-06], [-0.0003590215848279601, 0.0003132213444386201, -0.0005841102001568171, -3.927529525922771e-06], [-0.000379766878640732, 0.000351204257951892, -0.000572371547769974, -3.927529525922771e-06], [-0.0004004720773365962, 0.0003891135680625907, -0.0005606591538508851, -3.927529525922771e-06], [-0.00042113535842101547, 0.0004269460401978638, -0.0005489749711763475, -3.927529525922771e-06], [-0.00044175615713877515, 0.0004647006201348258, -0.0005373190796848955, -3.927529525922771e-06], [-0.00046233383463112744, 0.0005023761726817886, -0.0005256919212934985, -3.927529525922771e-06], [-0.00048286655826532913, 0.0005399694739613238, -0.0005140954263083945, -3.927529525922771e-06]], 'std': [[0.0015556263773840989, 0.0025126080524256215, 0.0015490357154361364, 0.00010521878447469918], [0.0026586223127482594, 0.004673664203461876, 0.0027970618261047857, 0.00010521878447469918], [0.003847944430164362, 0.00690199416309056, 0.004099213400816136, 0.00010521878447469918], [0.005049689871914594, 0.00912381440665125, 0.005403847122457405, 0.00010521878447469918], [0.0062524750057089806, 0.011335130492597056, 0.006704539317501763, 0.00010521878447469918], [0.007452494939575495, 0.013534989142321242, 0.007999439974010621, 0.00010521878447469918], [0.008648245650887973, 0.015723293112850704, 0.009288023890097112, 0.00010521878447469918], [0.009839091585993824, 0.01790022863561882, 0.010570209396695748, 0.00010521878447469918], [0.011024766454259942, 0.020066066322007366, 0.011846067409018161, 0.00010521878447469918], [0.012205178390399874, 0.022221097227594033, 0.013115719237978926, 0.00010521878447469918], [0.013380319517069866, 0.024365602073855235, 0.014379296839761755, 0.00010521878447469918], [0.014550221972460755, 0.026499838214610293, 0.015636930556546472, 0.00010521878447469918], [0.015714934695962367, 0.028624033723625687, 0.016888742787343425, 0.00010521878447469918], [0.01687451203659651, 0.030738388197180107, 0.018134846774478533, 0.00010521878447469918], [0.018029012231502835, 0.03284308282720299, 0.01937534772728226, 0.00010521878447469918], [0.019178491107530664, 0.03493827614188791, 0.020610342052823184, 0.00010521878447469918], [0.020323002667434018, 0.037024111016729415, 0.021839916896046082, 0.00010521878447469918], [0.021462600095330676, 0.03910071895983478, 0.023064153995908696, 0.00010521878447469918], [0.02259733300830106, 0.04116821852167236, 0.024283128186455095, 0.00010521878447469918], [0.02372724983383666, 0.0432267206579845, 0.025496910543970467, 0.00010521878447469918], [0.024852397825144455, 0.045276330309263424, 0.02670557114575118, 0.00010521878447469918], [0.02597282492470479, 0.04731715062911533, 0.027909179767893616, 0.00010521878447469918], [0.027088577561143114, 0.04934927938585896, 0.029107806915553713, 0.00010521878447469918], [0.02819970510456176, 0.051372817681524054, 0.030301524856478173, 0.00010521878447469918], [0.029306254822885403, 0.05338786146700993, 0.031490404318500684, 0.00010521878447469918], [0.030408275351684194, 0.055394507764767335, 0.03267451699437755, 0.00010521878447469918], [0.03150581538551447, 0.05739285251908217, 0.033853935441349084, 0.00010521878447469918], [0.03259892543480906, 0.05938299420647258, 0.035028729895999984, 0.00010521878447469918], [0.03368765771326283, 0.06136503334280094, 0.036198974602294445, 0.00010521878447469918], [0.034772066117727755, 0.06333907306372594, 0.037364740999705416, 0.00010521878447469918], [0.03585220224276829, 0.06530521174407342, 0.038526095994027516, 0.00010521878447469918], [0.03692811588309699, 0.06726354399424353, 0.039683106443308615, 0.00010521878447469918]], 'q01': [[-0.00445591926574707, -0.00878673791885376, -0.006326556205749512, -0.0005188578180968761], [-0.008287191390991211, -0.01578432321548462, -0.011768579483032227, -0.0005188578180968761], [-0.012118637561798096, -0.022781752943992616, -0.017214655876159668, -0.0005188578180968761], [-0.01595020294189453, -0.02977883815765381, -0.022658586502075195, -0.0005188578180968761], [-0.019781649112701416, -0.03677624464035034, -0.028095722198486328, -0.0005188578180968761], [-0.0236130952835083, -0.04377329349517822, -0.03352832794189453, -0.0005188578180968761], [-0.027444303035736084, -0.05077028274536133, -0.038950324058532715, -0.0005188578180968761], [-0.031275391578674316, -0.05776703357696533, -0.04436412572860718, -0.0005188578180968761], [-0.03510623693466187, -0.06476412892341614, -0.04975786924362183, -0.0005188578180968761], [-0.03893697261810303, -0.07176119089126587, -0.055131704807281495, -0.0005188578180968761], [-0.042767465114593506, -0.0787581205368042, -0.06046679735183716, -0.0005188578180968761], [-0.04659759998321533, -0.08575481176376343, -0.06576144695281982, -0.0005188578180968761], [-0.050427794456481934, -0.09275186061859131, -0.07101396322250367, -0.0005188578180968761], [-0.054257750511169434, -0.09974887311458587, -0.07618803024291992, -0.0005188578180968761], [-0.05808734893798828, -0.10674554109573364, -0.08127108335494995, -0.0005188578180968761], [-0.06191694736480713, -0.11374258995056152, -0.08629006385803223, -0.0005188578180968761], [-0.06574630737304688, -0.12073957920074463, -0.09118547558784484, -0.0005188578180968761], [-0.06957566738128662, -0.12773680686950684, -0.09593910694122314, -0.0005188578180968761], [-0.07340490818023682, -0.13473325967788696, -0.10066814422607422, -0.0005188578180968761], [-0.07723391056060791, -0.14172993779182433, -0.10532248497009278, -0.0005188578180968761], [-0.08106255531311035, -0.14872652292251587, -0.10981133699417114, -0.0005188578180968761], [-0.08489120006561279, -0.15572333335876465, -0.11423357009887695, -0.0005188578180968761], [-0.08871966123580932, -0.1627202033996582, -0.11860922574996949, -0.0005188578180968761], [-0.09254741191864013, -0.16971659004688264, -0.12298226833343506, -0.0005188578180968761], [-0.09637528657913208, -0.1767134666442871, -0.12716768503189085, -0.0005188578180968761], [-0.10020327568054199, -0.18371063470840454, -0.13142574310302735, -0.0005188578180968761], [-0.10403096675872803, -0.19070756435394287, -0.135668044090271, -0.0005188578180968761], [-0.10785830020904541, -0.19770467281341553, -0.1397005772590637, -0.0005188578180968761], [-0.11168551445007324, -0.2047014832496643, -0.1438177442550659, -0.0005188578180968761], [-0.11551284790039062, -0.2116987109184265, -0.1478727889060974, -0.0005188578180968761], [-0.1193397045135498, -0.2186955213546753, -0.15191979646682738, -0.0005188578180968761], [-0.1231657862663269, -0.22569197416305542, -0.15593806505203248, -0.0005188578180968761]], 'q99': [[0.0042781829833984375, 0.007399857044219971, 0.004938991069793702, 0.0005044586391886695], [0.008110695481300348, 0.014396965503692627, 0.010374903678894043, 0.0005044586391886695], [0.011943221092224121, 0.02139413356781006, 0.01581418514251709, 0.0005044586391886695], [0.015775978565216064, 0.028391361236572266, 0.021247656345367433, 0.0005044586391886695], [0.019608676433563232, 0.03538858890533447, 0.026676654815673828, 0.0005044586391886695], [0.0234413743019104, 0.04238605499267578, 0.032102227210998535, 0.0005044586391886695], [0.02727407217025757, 0.04938352108001709, 0.037525057792663574, 0.0005044586391886695], [0.031106770038604736, 0.056381165981292725, 0.042945892810821534, 0.0005044586391886695], [0.034939550757408136, 0.06337875127792358, 0.048365116119384766, 0.0005044586391886695], [0.03877228498458862, 0.07037639617919922, 0.053782970905303956, 0.0005044586391886695], [0.042605042457580566, 0.07737410068511963, 0.05919921398162842, 0.0005044586391886695], [0.046437859535217285, 0.08437192440032959, 0.06461191177368164, 0.0005044586391886695], [0.05027055740356445, 0.09136968851089478, 0.07001805305480957, 0.0005044586391886695], [0.054103314876556396, 0.09836763143539429, 0.0754169225692749, 0.0005044586391886695], [0.057936131954193115, 0.10536566376686096, 0.08080673217773438, 0.0005044586391886695], [0.06176900863647461, 0.11236387491226196, 0.08618834733963013, 0.0005044586391886695], [0.06560173630714417, 0.11936217546463013, 0.09156504392623901, 0.0005044586391886695], [0.0694345235824585, 0.12636053562164307, 0.09692484378814697, 0.0005044586391886695], [0.07326728105545044, 0.13335883617401123, 0.1022670578956604, 0.0005044586391886695], [0.07710006177425384, 0.14035731554031372, 0.10757935047149658, 0.0005044586391886695], [0.08093284904956817, 0.14735567569732666, 0.11286807060241699, 0.0005044586391886695], [0.08476555347442627, 0.15435409545898438, 0.11813703298568726, 0.0005044586391886695], [0.08859837055206299, 0.16135257482528687, 0.12336585283279419, 0.0005044586391886695], [0.09243124723434448, 0.16835105419158936, 0.1285812282562256, 0.0005044586391886695], [0.0962640643119812, 0.17534959316253662, 0.1337171220779419, 0.0005044586391886695], [0.10009685158729553, 0.1823480725288391, 0.13881057739257813, 0.0005044586391886695], [0.10392969846725464, 0.1893465706706047, 0.14386165142059326, 0.0005044586391886695], [0.10776251554489136, 0.19634509086608887, 0.14883071422576905, 0.0005044586391886695], [0.11159521341323853, 0.2033436894416809, 0.1537387776374817, 0.0005044586391886695], [0.1154279112815857, 0.21034228801727295, 0.1586703109741211, 0.0005044586391886695], [0.11926060914993286, 0.217340886592865, 0.16347007036209107, 0.0005044586391886695], [0.1230933666229248, 0.22433948516845703, 0.16824728965759278, 0.0005044586391886695]]}}}, 'gr1': {'state': {'left_arm': {'min': [-1.7667367458343506, -0.9394838809967041, -3.003539562225342, -2.5103440284729004, -2.8187081813812256, -1.5054477453231812, -1.5409959554672241], 'max': [1.38914155960083, 1.5781080722808838, 2.997148275375366, 0.390171617269516, 3.029036045074463, 1.5343936681747437, 1.5214680433273315], 'mean': [-0.19481485347114547, 0.16128400966363893, -0.1311499129555655, -1.4663888104599263, -0.02413482200884505, 0.16560683954147964, 0.005410647894310498], 'std': [0.2997534872504169, 0.17223809089807118, 0.22264173546069846, 0.3463451859545078, 0.3487661557417038, 0.2421011323691928, 0.2289086130850983], 'q01': [-1.73929762840271, -0.003958290908485651, -1.065827213525772, -2.4966227054595946, -1.3501141786575317, -0.8263642120361329, -1.19250638961792], 'q99': [0.8665580987930297, 0.995324742794037, 0.4737708628177639, -0.00033615667925914155, 1.182755023241043, 1.3870870721340174, 1.2789022445678706]}, 'right_arm': {'min': [-2.645646572113037, -2.999122142791748, -3.00199556350708, -2.536545753479004, -3.0015928745269775, -1.5032434463500977, -1.4976415634155273], 'max': [2.142017126083374, 0.07876992970705032, 3.000385046005249, 0.048908114433288574, 3.001671552658081, 1.479303240776062, 1.5007601976394653], 'mean': [-0.3111565456732083, -0.2511189322778004, 0.091007512298025, -1.3821695267498932, 0.3768000908466069, -0.07595417097627934, 0.09508919383909346], 'std': [0.4232940778022758, 0.2745518057335516, 0.3367304247365095, 0.4889618856457589, 0.46114805331183856, 0.3664289852047108, 0.45934624149845404], 'q01': [-1.6592845284938813, -1.257149133682251, -0.9480208599567413, -2.476447582244873, -0.9057820677757263, -1.2816193580627442, -1.1387006866931915], 'q99': [1.251422860622406, 0.008797253482043743, 1.0988608801364899, -0.0068526727147401, 1.9205821895599362, 1.0795991659164428, 1.2507708072662354]}, 'left_hand': {'min': [-3.3788769245147705, -3.184504270553589, -4.19711446762085, -3.5409750938415527, -2.581787347793579, -2.73329496383667], 'max': [4.437142372131348, 5.538408279418945, 4.7685112953186035, 3.376582145690918, 3.9150447845458984, 5.075474739074707], 'mean': [0.11645245179852111, 0.13116060157607273, 0.14541392917388618, 0.1469678315957771, 0.05351285343355412, 0.42569107109120286], 'std': [0.29017842743498734, 0.28454728960322795, 0.2767835814514259, 0.3255350736816462, 0.15315136308909721, 0.5837974187803513], 'q01': [-0.4898205837607384, -0.21704037368297577, -0.23327417194843292, -0.1784352684020996, -0.22330105692148208, -0.054175131171941754], 'q99': [1.5559209823608398, 1.5045883655548096, 1.6311287641525274, 1.6614893734455105, 1.2946673369407653, 2.0128181743621827]}, 'right_hand': {'min': [-2.2151429653167725, -3.3773539066314697, -2.4364871978759766, -2.2032501697540283, -1.5127859115600586, -0.818516731262207], 'max': [3.7578370571136475, 3.6758010387420654, 3.4021682739257812, 2.874237298965454, 2.2128536701202393, 2.1886658668518066], 'mean': [0.3508389358217932, 0.3572603635459281, 0.3350922602854271, 0.39536786762011356, 0.1308806746780411, 1.2075005423550653], 'std': [0.4691118026898483, 0.4291954611836847, 0.41256571296756145, 0.45150297663474714, 0.20670591936796345, 0.6004637607443121], 'q01': [-0.047660976648330695, -0.005562563217245043, -0.11582272693514824, -0.005664149299263954, -0.5400147008895874, 0.011294442228972912], 'q99': [1.51954607963562, 1.5248469114303589, 1.720312867164612, 1.6046032810211184, 0.7412277638912202, 1.871712634563446]}, 'waist': {'min': [-1.0505276918411255, -3.734909772872925, -0.7304351925849915], 'max': [2.3648884296417236, 1.2820428609848022, 1.641447901725769], 'mean': [0.03511118798391937, 0.023129349918354292, -9.005483643194064e-05], 'std': [0.18581404188333073, 0.04193078757029081, 0.00820033104130652], 'q01': [-0.5984661936759949, -0.04586787845939398, -0.03608853369951248], 'q99': [0.7126809978485108, 0.24479174375534063, 0.039485365189611876]}}, 'action': {'left_arm': {'min': [-2.291214942932129, -0.046974193304777145, -3.0001769065856934, -2.787419557571411, -2.817837953567505, -1.4981389045715332, -1.4949527978897095], 'max': [1.3931429386138916, 1.8901419639587402, 2.997774362564087, 0.01950857974588871, 3.0014517307281494, 1.5000393390655518, 1.5000176429748535], 'mean': [-0.2022250973429031, 0.15897563739672413, -0.13062275287044878, -1.4690487735123714, -0.025466407791133523, 0.1679954154778626, -0.01717887024399095], 'std': [0.3064046326442684, 0.17200587267094083, 0.2243088054176833, 0.3512607866839048, 0.3515691379552029, 0.2513131686004664, 0.2461358351709143], 'q01': [-1.7427038609981538, -5.923409989918582e-05, -1.111556829214096, -2.675620365142822, -1.3701973676681518, -0.9063545680046081, -1.3308427333831787], 'q99': [0.8815246701240538, 1.013069784641266, 0.4819008529186247, -2.0523875173239458e-05, 1.1850274562835694, 1.412140974998474, 1.3989997625350952]}, 'right_arm': {'min': [-2.750356912612915, -2.9999561309814453, -3.0000996589660645, -2.8788585662841797, -3.000077247619629, -1.5001442432403564, -1.4998821020126343], 'max': [2.2311699390411377, 0.00100952188950032, 3.0000193119049072, 0.00015923754835966974, 3.0000836849212646, 1.4988927841186523, 1.5000380277633667], 'mean': [-0.32212699648588394, -0.2545393310231313, 0.08651282988222919, -1.3808805021724442, 0.3826942242781352, -0.08163989837866739, 0.08696862695348564], 'std': [0.4311176733448753, 0.2834091302038368, 0.34605378998560066, 0.5004203965525854, 0.4637183220531506, 0.3874271761563013, 0.5018928677874117], 'q01': [-1.6659142291545868, -1.311771879196167, -1.0134680604934692, -2.569200005531311, -1.0039543116092682, -1.3790273785591125, -1.2920814263820648], 'q99': [1.2672191214561461, -9.999999974752427e-07, 1.1113542342185978, -0.0007472563884221083, 1.9389648783206905, 1.1922462415695185, 1.487492561340332]}, 'left_hand': {'min': [-1.9597030878067017, -1.8635213375091553, -1.9709523916244507, -1.5, -3.0, 0.0], 'max': [1.5707963705062866, 1.646651268005371, 1.709236979484558, 2.0620639324188232, 3.0, 3.0], 'mean': [-0.006920998645459253, 0.01947616254028217, 0.040109211849535864, 0.02527625327047245, -0.09010772725469796, 0.6074772234278684], 'std': [0.5715335691409725, 0.5861040367276122, 0.5898717333439536, 0.6091900827320826, 1.0598581498874164, 0.9866875269321831], 'q01': [-1.5, -1.5, -1.5, -1.5, -3.0, 0.0], 'q99': [1.5, 1.5, 1.5, 1.5168532657623293, 3.0, 3.0]}, 'right_hand': {'min': [-1.5, -1.5, -1.5, -1.5, -3.0, 3.1221401286529726e-07], 'max': [1.5707963705062866, 1.7183797359466553, 3.979951858520508, 3.9879753589630127, 3.0, 3.0], 'mean': [-0.10027059235142924, -0.05585413493680216, -0.06891139664220072, -0.02000022747086741, -0.3212652592453809, 1.906511783599853], 'std': [1.0987567441797557, 1.1187149333058117, 1.1223716700165174, 1.149134818397045, 2.1150409826181646, 1.1796188314372948], 'q01': [-1.5, -1.5, -1.5, -1.5, -3.0, 0.010369242057204246], 'q99': [1.5, 1.5097358465194703, 1.5707963705062866, 1.5707963705062866, 3.0, 3.0]}, 'waist': {'min': [-1.0500264167785645, -0.6807454824447632, -0.543700098991394], 'max': [1.1157444715499878, 1.1568318605422974, 0.7470723986625671], 'mean': [0.035645808426320875, 0.01144822842579308, 4.085763085221409e-06], 'std': [0.1888807031973496, 0.039838836264842276, 0.0035500982127471704], 'q01': [-0.6020408487319946, -0.050653454363346104, -0.01950529683381319], 'q99': [0.7275692248344422, 0.2765102529525758, 0.015803386736661217]}}, 'relative_action': {'left_arm': {'min': [[-0.7535467743873596, -0.33187076449394226, -0.9089339971542358, -0.37066301703453064, -0.7194805145263672, -1.3083981275558472, -0.8095897436141968], [-1.232682704925537, -0.8215754628181458, -0.9089339971542358, -0.541803777217865, -0.8851319551467896, -1.3081187009811401, -0.9558534622192383], [-1.2337671518325806, -0.8476911783218384, -0.9089339971542358, -0.5655254125595093, -0.9038506746292114, -1.3081125020980835, -1.0602306127548218], [-1.2290875911712646, -0.8733228445053101, -0.9089263677597046, -0.626060426235199, -0.9511255621910095, -1.3081187009811401, -1.1395330429077148], [-1.233262538909912, -0.8946402668952942, -0.9089339971542358, -0.831531822681427, -1.001530647277832, -1.3074311017990112, -1.1917215585708618], [-1.2355599403381348, -0.8910793662071228, -0.9089339971542358, -0.8114831447601318, -1.1363462209701538, -1.335357904434204, -1.21781587600708], [-1.2418559789657593, -0.8838143348693848, -0.9089263677597046, -0.8124465346336365, -1.291194200515747, -1.4087038040161133, -1.2809923887252808], [-1.2406965494155884, -0.8777319192886353, -0.9089339971542358, -0.8249823451042175, -1.333981990814209, -1.4045289754867554, -1.3715757131576538], [-1.2409361600875854, -0.8704668879508972, -0.908930242061615, -0.8797822594642639, -1.40472412109375, -1.391061782836914, -1.3705650568008423], [-1.2392809391021729, -0.862606406211853, -0.9089339971542358, -0.953082263469696, -1.4670740365982056, -1.4924039840698242, -1.3397067785263062], [-1.25104820728302, -0.8639662265777588, -0.9437901973724365, -1.026382327079773, -1.5255049467086792, -1.5377236604690552, -1.2987662553787231], [-1.2541099786758423, -0.9047096371650696, -1.013206124305725, -1.0966079235076904, -1.5791430473327637, -1.4968461990356445, -1.2936573028564453], [-1.2672653198242188, -0.9397921562194824, -1.0865061283111572, -1.169730544090271, -1.633039951324463, -1.4488543272018433, -1.411767840385437], [-1.31271231174469, -1.0095431804656982, -1.1598061323165894, -1.2430305480957031, -1.6777759790420532, -1.4539655447006226, -1.4330090284347534], [-1.3468519449234009, -1.0739885568618774, -1.2331061363220215, -1.3163305521011353, -1.7146680355072021, -1.4515489339828491, -1.4224071502685547], [-1.3629692792892456, -1.1161826848983765, -1.3050205707550049, -1.3851157426834106, -1.7467361688613892, -1.4509618282318115, -1.380807876586914]], 'max': [[0.38342610001564026, 0.8925096988677979, 0.36260512471199036, 0.3504716455936432, 0.8253446817398071, 0.49569186568260193, 0.5314074158668518], [1.0039619207382202, 0.9539805054664612, 0.8348574638366699, 1.7657129764556885, 1.0500589609146118, 0.8233967423439026, 0.818429708480835], [0.9839383959770203, 0.9541579484939575, 0.8295971155166626, 1.7674763202667236, 1.2606602907180786, 0.8718358874320984, 0.8455824255943298], [0.9808192849159241, 0.9659045934677124, 0.8279193043708801, 1.7681915760040283, 1.418979287147522, 0.9436464905738831, 0.9252708554267883], [0.9700037837028503, 0.9745455980300903, 0.8280278444290161, 1.7697956562042236, 1.5454665422439575, 1.02646803855896, 1.0388253927230835], [0.9529914855957031, 0.9833981394767761, 0.8344022035598755, 1.771058440208435, 1.6771070957183838, 1.1057944297790527, 1.1226104497909546], [0.9378507733345032, 0.981238842010498, 0.856016993522644, 1.7723029851913452, 1.783819556236267, 1.2036057710647583, 1.1726670265197754], [0.9386645555496216, 0.9803730845451355, 0.9276153445243835, 1.7736396789550781, 1.9153649806976318, 1.1833666563034058, 1.2189698219299316], [1.023832082748413, 0.9749367833137512, 1.0184890031814575, 1.774850845336914, 2.0284998416900635, 1.193369746208191, 1.2071908712387085], [1.1089398860931396, 0.9709285497665405, 1.1060223579406738, 1.7758677005767822, 2.106520652770996, 1.2361379861831665, 1.1685041189193726], [1.2000399827957153, 0.9724446535110474, 1.1855345964431763, 1.7781044244766235, 2.1813342571258545, 1.2785873413085938, 1.1341663599014282], [1.2753422260284424, 0.9952419996261597, 1.252859354019165, 1.7777012586593628, 2.255835771560669, 1.3178040981292725, 1.185113787651062], [1.3293472528457642, 1.0487736463546753, 1.3093318939208984, 1.7775099277496338, 2.298814535140991, 1.346938133239746, 1.2279480695724487], [1.3815267086029053, 1.0879133939743042, 1.3025233745574951, 1.7773905992507935, 2.331529378890991, 1.3719724416732788, 1.2787562608718872], [1.4482918977737427, 1.135321021080017, 1.3314377069473267, 1.7767372131347656, 2.3696541786193848, 1.4030451774597168, 1.3275548219680786], [1.5108815431594849, 1.179553508758545, 1.4047377109527588, 1.7748149633407593, 2.4023690223693848, 1.4208277463912964, 1.375919222831726]], 'mean': [[-0.007830982431785052, -0.0034312213274694976, 0.00019997445168386813, -0.0021131004389058983, -0.0015523810079003486, 0.002677777078807554, -0.022392924714633302], [-0.008137565676742769, -0.0037999639340494107, 0.000402294299652123, -0.001703935203996555, -0.0016910816376793751, 0.0023049955309026684, -0.02227600076775957], [-0.008427621018341944, -0.004177096198706822, 0.0006173381322730966, -0.0013055835150169717, -0.0018232957517096832, 0.001927791422037817, -0.02216956803192564], [-0.00870205806704481, -0.0045595879015104205, 0.000841452162397907, -0.0009198899390738067, -0.001945783218873675, 0.0015487739371183224, -0.02207286600770714], [-0.008959875136642597, -0.004945944941005325, 0.0010736591777937233, -0.0005492033016984092, -0.002057756256156357, 0.0011685728794614864, -0.02198098099469712], [-0.009200907861621409, -0.005336305715618021, 0.0013133100699792685, -0.00019589605999935714, -0.002159756387521079, 0.0007876358767368004, -0.021897533949589338], [-0.009426148052478243, -0.005730609792164069, 0.001560665928284497, 0.00014094717665329246, -0.0022519697421793388, 0.00040601104412122443, -0.021820044190643727], [-0.0096993158404187, -0.006081606884525392, 0.0018295690674873701, 0.00043696140545911727, -0.0023993525885177415, 1.2242648749009356e-05, -0.021804061500546326], [-0.009967815210863307, -0.006422554209449923, 0.002109823804250781, 0.0007241011247843838, -0.0025520180294907276, -0.00038279212896691426, -0.02180504157272273], [-0.010229976114442612, -0.006759768850831935, 0.0023985922720196995, 0.0010010615404331697, -0.0027057519455903145, -0.000780116618759855, -0.021820160850907336], [-0.01048581019460038, -0.007095839469935719, 0.002695322318666639, 0.0012690746895187201, -0.0028574103356330456, -0.0011792625631431592, -0.021848658246145642], [-0.010734576320204381, -0.0074301432372816, 0.0030004597545570354, 0.0015284742879696006, -0.0030053592272957876, -0.0015806558992474736, -0.02188655955144205], [-0.010975354096167143, -0.0077621575262879815, 0.0033140369899239807, 0.0017793054820101784, -0.0031476129144279007, -0.0019844844665137347, -0.02193181868206765], [-0.011209069987681779, -0.008091799444243914, 0.003634784845053703, 0.002020444265844825, -0.00328329859922133, -0.0023899524049530996, -0.021985199511729826], [-0.011437159940978077, -0.0084193715976519, 0.003961789174492275, 0.0022528975097543986, -0.0034120213233772238, -0.0027975428083342477, -0.022042705663647823], [-0.011659468674913137, -0.008744466683454948, 0.004294068412187761, 0.002474281409060612, -0.0035330771559973512, -0.003206238821708593, -0.02210409297330645]], 'std': [[0.042163188005577855, 0.023641720372920054, 0.03038010352646549, 0.04950637629010762, 0.04089986079367989, 0.04108853068404196, 0.05281199104229583], [0.04799599608581949, 0.026236427491931377, 0.03501462241453217, 0.057315227935446675, 0.04729683605259954, 0.04571245637886159, 0.05592498022183605], [0.0541617321299445, 0.028942728931667487, 0.03984493837802143, 0.06547283525147918, 0.05373092122200327, 0.05043818503736647, 0.05924924028502304], [0.06046539160575583, 0.03165386572648481, 0.04469304940901392, 0.07383635339858322, 0.06012260009478418, 0.05511391698091876, 0.06271929530252283], [0.06684710984746917, 0.034330484424683914, 0.049526507376029046, 0.08219923205039414, 0.0663175345891949, 0.059725497460599665, 0.06626808282286288], [0.07324998660852439, 0.036936702449034964, 0.05425809238463369, 0.09056838336209605, 0.0723501455209004, 0.06423418267964977, 0.06985149129564926], [0.07958878799892086, 0.03945443682065302, 0.05887555921190959, 0.0988920628776826, 0.07823295572703783, 0.06860627939558465, 0.07343762912964437], [0.08595394175491923, 0.042047676497920024, 0.06350123209266033, 0.10711431339970316, 0.08408982440408408, 0.07295128875869615, 0.07702744166443777], [0.0922588857881283, 0.04454062066343438, 0.0680094397601802, 0.11521098292027851, 0.08970714997842176, 0.07713772196569947, 0.08056085063635546], [0.09849656937809796, 0.04696913511467723, 0.07237922358474504, 0.12320845168101899, 0.09513983488020153, 0.08118182784844107, 0.08401114230956457], [0.10464308819645374, 0.04934187604161079, 0.07662953058722739, 0.13107313335726004, 0.10041309107652713, 0.0851075993774442, 0.08739691502123424], [0.11065330864868073, 0.05166210697700588, 0.08078134838467976, 0.13879330833538628, 0.10553624614472852, 0.08890915423903223, 0.09071755067436812], [0.11659360590238609, 0.053925637754561384, 0.08483265280484198, 0.14630770705437438, 0.11050957817490192, 0.0925925926081756, 0.09397289678122182], [0.12244875090723505, 0.056122577151004924, 0.08877946780282917, 0.15364864167356232, 0.11533164882632907, 0.09616449592086292, 0.09715983476634164], [0.12820045255904516, 0.05827465753652856, 0.09262212998828875, 0.16084038168913756, 0.1200133032275638, 0.0996334706736819, 0.10027426188564313], [0.13385678956045638, 0.060388089199075345, 0.09634956864151352, 0.16788780988107727, 0.12451333793578587, 0.10300663205776373, 0.10331966804524115]], 'q01': [[-0.25976021856069564, -0.12822641402482987, -0.20393648386001587, -0.24329194396734238, -0.21339699774980544, -0.20897039026021957, -0.2225155207514763], [-0.2674494954943657, -0.13351951837539672, -0.22706522524356842, -0.2931253910064697, -0.2586013197898865, -0.24106443852186202, -0.2459057754278183], [-0.28154862582683565, -0.13972346380352973, -0.2520772504806518, -0.3422707086801529, -0.3020429164171219, -0.27596465498209, -0.28057637214660647], [-0.32231988966465, -0.14590054005384445, -0.2804703485965729, -0.3905013257265091, -0.34254239201545716, -0.3093774825334549, -0.3167704963684082], [-0.36285149574279785, -0.15149344399571418, -0.31002272009849546, -0.437686987221241, -0.3795514553785324, -0.3397015070915222, -0.3540490674972534], [-0.4032408893108368, -0.1596081703901291, -0.33916008949279786, -0.48414371520280836, -0.4132563278079033, -0.3670017525553703, -0.3914407539367676], [-0.443432577252388, -0.17400339990854263, -0.36777899622917176, -0.5291534787416459, -0.4446061223745346, -0.39079964011907575, -0.42898999810218813], [-0.4831691473722458, -0.18780844658613205, -0.39587325692176817, -0.5730723148584366, -0.4830233991146088, -0.4148863062262535, -0.46574986338615415], [-0.5225772786140442, -0.2010090947151184, -0.42342795729637145, -0.6157730782032013, -0.5210060179233551, -0.43661378979682924, -0.5021195816993713], [-0.5615513384342193, -0.21313723921775818, -0.4502743566036224, -0.6566508132219314, -0.5588006228208542, -0.45618855744600295, -0.5373411870002747], [-0.5998285353183747, -0.22473204880952835, -0.47663711667060854, -0.6963970863819122, -0.5967650592327118, -0.4736128562688828, -0.5720208096504211], [-0.6376558578014374, -0.23565947264432907, -0.5018038940429688, -0.7353851020336151, -0.6359501093626022, -0.48934527933597566, -0.6060198640823364], [-0.6748830831050873, -0.24610251188278198, -0.5259831333160401, -0.7730672121047973, -0.6749371379613877, -0.5044155287742614, -0.6393233251571655], [-0.7113541889190674, -0.2560044527053833, -0.5491479110717773, -0.8093707650899887, -0.7129462480545044, -0.5199205887317657, -0.6720761466026306], [-0.7470972692966461, -0.2639002054929733, -0.5713456749916077, -0.8440608501434326, -0.7493902087211609, -0.5360062581300735, -0.704182620048523], [-0.7822015953063964, -0.269609734416008, -0.5927997255325317, -0.8769015431404114, -0.7828814536333084, -0.5533340334892273, -0.7355189943313598]], 'q99': [[0.21748526871204402, 0.16820937767624855, 0.11502871930599232, 0.2458911204338074, 0.18729458406567584, 0.2223253411054615, 0.2400996848940848], [0.26137359380722064, 0.1907813474535942, 0.13315867185592656, 0.2952882003784185, 0.22686686217784913, 0.26425215601921104, 0.28749129027128195], [0.3057852005958561, 0.21286645159125328, 0.15323586732149136, 0.3449488270282747, 0.2655300533771525, 0.3097032988071442, 0.33503589034080505], [0.35012995243072637, 0.23493033647537231, 0.17187210381031037, 0.39439150571823145, 0.30231140464544304, 0.35346569418907325, 0.3822553411126135], [0.39403885126113913, 0.2585560083389282, 0.1888754710555089, 0.4433938610553742, 0.3381791079044343, 0.39469195008278035, 0.4293230921030044], [0.43756537675857543, 0.28328168392181396, 0.20421476066112543, 0.49211359500885077, 0.3739834988117219, 0.43312284708023085, 0.4757553368806838], [0.48062645792961123, 0.3082881420850754, 0.21734723627567298, 0.5403665804862977, 0.408521764278412, 0.46750558495521566, 0.5210794389247894], [0.5233582735061646, 0.3329514414072037, 0.2302856969833379, 0.5877001404762272, 0.4416089248657233, 0.49899742484093035, 0.5653139799833296], [0.5654069495201115, 0.3567870929837227, 0.24235003948211675, 0.6347691583633425, 0.47328703641891506, 0.5277798795700077, 0.6083668142557144], [0.6068185567855845, 0.3796732723712921, 0.253974116444588, 0.6814769339561481, 0.5038282728195191, 0.5530688786506666, 0.6502266675233841], [0.6473469638824464, 0.4019704684615135, 0.2653041702508928, 0.7272875285148626, 0.5328834843635564, 0.575389940738678, 0.690987855195999], [0.6868773078918462, 0.42347270995378494, 0.2773014008998871, 0.7720513439178476, 0.5608338165283204, 0.5951770150661486, 0.7305590420961374], [0.725573053359987, 0.44415275752544403, 0.29101116895675677, 0.8157251095771789, 0.587800104618073, 0.6127710771560686, 0.7688415408134457], [0.7639675641059884, 0.46372485160827637, 0.30444094419479395, 0.8583035087585449, 0.6141015839576723, 0.6288730919361123, 0.8058822959661482], [0.8013892698287965, 0.4822717308998108, 0.31785129070282003, 0.8992989397048952, 0.6392773365974429, 0.6494793468713758, 0.8415995925664899], [0.8370145320892338, 0.49990052729845047, 0.3312335765361787, 0.9389895153045661, 0.6637141394615175, 0.6749565947055811, 0.8759366005659102]]}, 'left_hand': {'min': [[-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.409613609313965, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.409613609313965, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.431011438369751, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.4542853832244873, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.4820852279663086, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.5011813640594482, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.5086092948913574, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.510214328765869, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.510688066482544, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.510688066482544, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.510688066482544, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.510688066482544, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.510688066482544, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.510688066482544, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.510688066482544, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.510688066482544, -4.578403949737549, -5.075474739074707]], 'max': [[3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467]], 'mean': [[-0.1209313309511109, -0.10884429118417946, -0.10255170959870029, -0.11881160469386848, -0.13701724199044094, 0.17886655213624292], [-0.12076694715128812, -0.10868572937979828, -0.10239518988976874, -0.11865483299800753, -0.13664926692522394, 0.1787972002694016], [-0.12060248241255224, -0.10852844333738015, -0.10223819225791837, -0.11849800497462415, -0.13627854871212405, 0.17873089196473413], [-0.12043730636041193, -0.10837012586937923, -0.10208032856555725, -0.11834006937141651, -0.13590627555925489, 0.17866782652527147], [-0.12027150649770589, -0.10821045400936968, -0.1019229718787905, -0.11818176125324453, -0.13553406878176366, 0.17860762769669347], [-0.1201055444770379, -0.10805120112085886, -0.10176557247491047, -0.11802368588561836, -0.13516451394520979, 0.17854571150928789], [-0.1199397937577547, -0.1078926986576871, -0.101607562691553, -0.11786688125411607, -0.13479457046279894, 0.17848286213666253], [-0.11977399311999902, -0.10773474778825254, -0.10145085945990641, -0.1177109123044245, -0.1344235185360767, 0.17841885047346406], [-0.11963957561998916, -0.1076086989310093, -0.10132579297058424, -0.11758675032172744, -0.13411336276967994, 0.17835134262532049], [-0.11950567866644503, -0.10748232402594321, -0.10120145677930763, -0.11746385827914253, -0.1338038648016499, 0.17828120285958104], [-0.11937247607722412, -0.10735757516455373, -0.10107916073625665, -0.1173423388741144, -0.1334952724406962, 0.1782085019567614], [-0.11923987497694248, -0.10723358833214232, -0.10095751468246242, -0.11722214524854833, -0.13318804199931802, 0.17813231977015787], [-0.11910803718648152, -0.10711095486078372, -0.10083718101273595, -0.11710324322416898, -0.13288088215739477, 0.17805083463281446], [-0.11897739884718854, -0.10698932588946052, -0.10071846887562068, -0.11698614759097957, -0.13257542243423867, 0.17796726519554906], [-0.11884813446597337, -0.10686960692966513, -0.1006006669020715, -0.1168708870632406, -0.13227111226086374, 0.17788031319469266], [-0.11872022400846242, -0.1067516272201783, -0.10048519563770857, -0.11675738354565095, -0.1319682167310725, 0.17778773041755014]], 'std': [[0.46468883601534555, 0.46897758133960465, 0.46714680240160333, 0.4691783388486459, 1.0166369118899354, 0.4503400243687679], [0.46905394543546913, 0.4731566829388163, 0.4709743718456273, 0.4737754161729873, 1.0180057646148433, 0.45178772999629274], [0.47336176484123205, 0.477287750143816, 0.47474595450313306, 0.47831374988258185, 1.0189149070322832, 0.45336289371381605], [0.477621763226657, 0.48128872344020773, 0.4786166212594413, 0.4828456469878238, 1.0204541179375712, 0.45503996970805843], [0.4818305083621612, 0.4852777639314947, 0.48234708793600023, 0.48738366848777226, 1.0231652405696994, 0.45680427859126294], [0.4860495898876447, 0.4894507904205104, 0.486051386942625, 0.4920037218978518, 1.0240184212626011, 0.45864282098506026], [0.4905059075938096, 0.49369758422266724, 0.48970081583544744, 0.4964293509386307, 1.0248722024186847, 0.4605453958596496], [0.4945792756460633, 0.49789251460509376, 0.4933128965044914, 0.5010078202506731, 1.0259918497961216, 0.4624960986866059], [0.4988372382039073, 0.5019347318412064, 0.49697646452059957, 0.505710778223534, 1.0267818817904848, 0.464494154961949], [0.5029095536617555, 0.5062798233137955, 0.5006016664431321, 0.5104837252066549, 1.0281610008947561, 0.4665252860074532], [0.5069618880674082, 0.5105579856312864, 0.5041439311410134, 0.514895201068861, 1.0289640538788583, 0.4685847094700553], [0.5110138396974025, 0.514467118111277, 0.5077643445387565, 0.5198102706159123, 1.0298539329588934, 0.470679216201235], [0.5149995358989723, 0.5183169943611184, 0.5111902108417924, 0.5241766497877851, 1.0307012400189344, 0.472788267314343], [0.5193619196538056, 0.5221271913207877, 0.5146122353808822, 0.5284364251079341, 1.031369779994137, 0.47491714243438865], [0.5231499480999215, 0.525905335898641, 0.5179733870171109, 0.5326628190879753, 1.032102228683494, 0.47706047162332177], [0.5269081117764693, 0.5295967922038728, 0.521731005149329, 0.5368176064188903, 1.0327915023332284, 0.4792279347538605]], 'q01': [[-2.834663496017456, -2.7262090992927552, -2.5916025042533875, -2.7258576273918154, -4.297249622344971, -0.827736747264862], [-2.9568161964416504, -2.8406154894828797, -2.6912418007850647, -2.8342447090148926, -4.297249622344971, -0.827736747264862], [-2.975284833908081, -2.914480187892914, -2.7434093952178955, -2.9379725456237793, -4.297249622344971, -0.827736747264862], [-2.996854245662689, -2.968014917373657, -2.812384605407715, -2.9971338176727294, -4.297249622344971, -0.827736747264862], [-2.998012065887451, -2.9829108715057373, -2.861616373062134, -3.0243899631500244, -4.297249622344971, -0.827736747264862], [-2.9983911514282227, -2.9864535331726074, -2.8981193900108337, -3.0389278030395506, -4.297249622344971, -0.827736747264862], [-2.998682141304016, -2.992485740184784, -2.9181915521621704, -3.0493776416778564, -4.297249622344971, -0.827736747264862], [-2.9989194869995117, -2.994005160331726, -2.933466136455536, -3.058346471786499, -4.297249622344971, -0.827736747264862], [-2.999122381210327, -2.9950923919677734, -2.943184733390808, -3.066315002441406, -4.297249145507813, -0.827736747264862], [-2.9992656111717224, -2.9967362880706787, -2.9492385387420654, -3.0726866149902343, -4.2972478103637695, -0.827736747264862], [-2.9993793964385986, -2.9967668056488037, -2.9532134532928467, -3.0786986541748047, -4.297242469787598, -0.827736747264862], [-2.999476432800293, -2.9969215178489685, -2.956526458263397, -3.0847599601745603, -4.2972293472290035, -0.827736747264862], [-2.999558687210083, -2.9972167015075684, -2.959781229496002, -3.090686683654785, -4.297219715118408, -0.8464716279506683], [-2.999666690826416, -2.997770071029663, -2.962806224822998, -3.096306962966919, -4.297211151123047, -0.8658560395240784], [-2.999769449234009, -2.9983034133911133, -2.9653140902519226, -3.1008340454101564, -4.297194747924805, -0.8841044294834137], [-2.9998650550842285, -2.9986720085144043, -2.967629551887512, -3.105507478713989, -4.2971722030639645, -0.9015802419185639]], 'q99': [[1.3500661754608156, 1.350736347436905, 1.3512876474857332, 1.3503795659542086, 3.2207436561584473, 2.4218391609191894], [1.4492593896389008, 1.4504917347431188, 1.4543120133876806, 1.4501291120052344, 3.220727033615113, 2.4218391609191894], [1.4997919797897339, 1.4997633695602417, 1.4997493028640747, 1.4998234510421753, 3.22071102142334, 2.4218391609191894], [1.5009851455688477, 1.5011813640594482, 1.5014516115188599, 1.5012834966182709, 3.220688667297363, 2.4218391609191894], [1.5011521577835083, 1.5013843774795532, 1.5016968250274658, 1.5014897286891937, 3.22065806388855, 2.4218391609191894], [1.501267671585083, 1.501523107290268, 1.5018607378005981, 1.50162935256958, 3.220622730255127, 2.4218391609191894], [1.5013433694839478, 1.5016076564788818, 1.501956433057785, 1.5017118453979492, 3.220578536987305, 2.4218391609191894], [1.5013872385025024, 1.501656413078308, 1.5020136833190918, 1.5017601251602173, 3.2205226516723635, 2.4218391609191894], [1.5014169216156006, 1.5016884803771973, 1.5020500421524048, 1.5017913579940796, 3.2204697322845464, 2.4218391609191894], [1.501439094543457, 1.5017130076885223, 1.5020784139633179, 1.5018149614334106, 3.2204047203063966, 2.4218391609191894], [1.5014583766460419, 1.501734972000122, 1.5021023750305176, 1.5018364191055298, 3.220332822799683, 2.4218391609191894], [1.5014755725860596, 1.5017536878585815, 1.502124309539795, 1.5018553733825684, 3.220251026153565, 2.4218391609191894], [1.5014904737472534, 1.5017707347869873, 1.5021439790725708, 1.5018713474273682, 3.220151662826538, 2.4218391609191894], [1.5015032291412354, 1.5017849206924438, 1.502160519361496, 1.501886010169983, 3.220070524215698, 2.4218391609191894], [1.501516580581665, 1.5017995834350586, 1.5021768510341644, 1.50190007686615, 3.2199761962890627, 2.4218391609191894], [1.5015286207199097, 1.5018142461776733, 1.5021941661834717, 1.5019145011901855, 3.219870729446411, 2.4218391609191894]]}, 'right_arm': {'min': [[-0.5042113065719604, -0.6867198944091797, -0.40955933928489685, -0.4765476584434509, -0.8026280999183655, -0.7901253700256348, -1.0309247970581055], [-1.649767518043518, -0.6867057681083679, -1.5752018690109253, -0.6446647644042969, -2.4512946605682373, -1.155336856842041, -1.3051362037658691], [-1.655185580253601, -0.6867483854293823, -1.566163420677185, -0.6225022673606873, -2.4483182430267334, -1.1531617641448975, -1.3335832357406616], [-1.653895378112793, -0.686734139919281, -1.5616494417190552, -0.623531699180603, -2.4679551124572754, -1.160183310508728, -1.3923152685165405], [-1.6707173585891724, -0.686738908290863, -1.5533896684646606, -0.7049375176429749, -2.489516258239746, -1.1718120574951172, -1.4485119581222534], [-1.6927525997161865, -0.7270509004592896, -1.53915274143219, -0.7840688824653625, -2.5092527866363525, -1.1852567195892334, -1.4845376014709473], [-1.7107456922531128, -0.8019383549690247, -1.5207922458648682, -0.8606619834899902, -2.529696464538574, -1.2098767757415771, -1.4835578203201294], [-1.723853588104248, -0.8728769421577454, -1.5130435228347778, -0.9367396831512451, -2.5485877990722656, -1.2510602474212646, -1.4827895164489746], [-1.7456804513931274, -0.9487814903259277, -1.5040812492370605, -1.0102044343948364, -2.566213846206665, -1.3162909746170044, -1.5100339651107788], [-1.7578686475753784, -1.0343663692474365, -1.4962512254714966, -1.0829095840454102, -2.583167791366577, -1.3734705448150635, -1.5310916900634766], [-1.7750412225723267, -1.1199018955230713, -1.4937268495559692, -1.151968240737915, -2.6020758152008057, -1.4250415563583374, -1.544620394706726], [-1.7885619401931763, -1.2019938230514526, -1.4860848188400269, -1.2172075510025024, -2.6184446811676025, -1.4630554914474487, -1.554131031036377], [-1.8011175394058228, -1.2609658241271973, -1.4747613668441772, -1.2769712209701538, -2.635488510131836, -1.491645336151123, -1.5611909627914429], [-1.8067880868911743, -1.3227434158325195, -1.4692342281341553, -1.3416136503219604, -2.6501874923706055, -1.5189636945724487, -1.5621753931045532], [-1.8216129541397095, -1.3805173635482788, -1.4718705415725708, -1.4025132656097412, -2.6632680892944336, -1.5332586765289307, -1.5851292610168457], [-1.8315119743347168, -1.4284008741378784, -1.4765390157699585, -1.4595088958740234, -2.675020933151245, -1.5811691284179688, -1.6575002670288086]], 'max': [[0.4540908634662628, 0.3772812485694885, 0.6524748206138611, 0.3773338794708252, 0.7976564168930054, 0.8443259596824646, 1.3816895484924316], [1.5374226570129395, 1.510079026222229, 1.1298763751983643, 2.358250379562378, 1.3780717849731445, 1.1553373336791992, 1.3857972621917725], [1.5339794158935547, 1.5105435848236084, 1.1361968517303467, 2.3577940464019775, 1.4127305746078491, 1.1546989679336548, 1.3933930397033691], [1.530911922454834, 1.5138863325119019, 1.1520696878433228, 2.3579750061035156, 1.4475980997085571, 1.15394127368927, 1.3969312906265259], [1.5217106342315674, 1.5172531604766846, 1.1624841690063477, 2.3581392765045166, 1.4762065410614014, 1.15343177318573, 1.4003125429153442], [1.5180574655532837, 1.5226843357086182, 1.1719372272491455, 2.358259677886963, 1.5048577785491943, 1.1525821685791016, 1.4033234119415283], [1.5097986459732056, 1.525583267211914, 1.1795451641082764, 2.3583426475524902, 1.6082035303115845, 1.1517833471298218, 1.4048354625701904], [1.5040874481201172, 1.5277585983276367, 1.1878961324691772, 2.358422040939331, 1.6928373575210571, 1.151331901550293, 1.4061936140060425], [1.4956854581832886, 1.5299988985061646, 1.1962453126907349, 2.35849666595459, 1.7767045497894287, 1.1508805751800537, 1.421398401260376], [1.4883649349212646, 1.5321611166000366, 1.2077840566635132, 2.3585548400878906, 1.80391263961792, 1.1510982513427734, 1.4645683765411377], [1.4886752367019653, 1.534834623336792, 1.2163132429122925, 2.3585667610168457, 1.8193608522415161, 1.1892963647842407, 1.5130728483200073], [1.5156184434890747, 1.5362167358398438, 1.224883794784546, 2.3585469722747803, 1.845257043838501, 1.2453083992004395, 1.5528697967529297], [1.5557371377944946, 1.5412334203720093, 1.238372564315796, 2.3585281372070312, 1.8582051992416382, 1.2993316650390625, 1.598286509513855], [1.5875557661056519, 1.5456700325012207, 1.2941014766693115, 2.3585050106048584, 1.865417718887329, 1.3456509113311768, 1.6395961046218872], [1.6151669025421143, 1.5489948987960815, 1.3510161638259888, 2.358541965484619, 1.8887629508972168, 1.3819596767425537, 1.6793677806854248], [1.6364248991012573, 1.5527840852737427, 1.4146443605422974, 2.358588933944702, 1.9206444025039673, 1.438368320465088, 1.7225611209869385]], 'mean': [[-0.013552720746778671, -0.0018448410250396252, -0.003731521042467072, 0.0030914462856681656, 0.008128363872821499, -0.007155326151471666, -0.006309599717988439], [-0.014935371527685148, -0.0021730895568505587, -0.004784453679298322, 0.004984933348296637, 0.009388546865340004, -0.007303434815949397, -0.006115016884600432], [-0.016267705964030113, -0.0024970760003304934, -0.005843963349446519, 0.006854977084302983, 0.010622951305690385, -0.0074632103757363176, -0.005928455246499565], [-0.017547051019553922, -0.0028216365131886003, -0.006909118721785027, 0.008696949807312676, 0.011822265436270678, -0.0076296018066712755, -0.005753499702322654], [-0.018772884105749017, -0.00314920469368069, -0.00797858409699289, 0.010506383119412266, 0.012986980355930376, -0.007800361470622886, -0.0055921013537018945], [-0.019942828921705923, -0.003480766318428047, -0.009050777093095088, 0.012280376091761531, 0.014120430263776167, -0.00797352674464661, -0.0054439685493601585], [-0.021056626999141487, -0.0038159512185849324, -0.010127839249955391, 0.01401615256578375, 0.015222429079060058, -0.008149493815798105, -0.005310000747932074], [-0.02215833324844508, -0.003898111967642641, -0.011218450176388778, 0.01565042648844099, 0.015914288117261137, -0.008179918859818098, -0.005211307098678734], [-0.02327648244824638, -0.004043563075836067, -0.012309127629977712, 0.017188116122053405, 0.016547439502639517, -0.008106366163374937, -0.005142876209566195], [-0.024399261551222916, -0.004274454966498944, -0.013394770334134715, 0.01866916840927133, 0.017157076552379687, -0.007949235461189075, -0.005043300569686878], [-0.025525394386630373, -0.004575397160762484, -0.01449773766873538, 0.02011712996419235, 0.01772789461348954, -0.007734039580193209, -0.004896064037251551], [-0.026657066405169714, -0.0049295246759985525, -0.01562606890416401, 0.021541772065949445, 0.018252123799368716, -0.007478359150914146, -0.004695729617197995], [-0.02779441509302808, -0.005320015327780864, -0.016781818615356346, 0.02294552736486574, 0.01872486559606236, -0.007194965343731704, -0.004446029161286528], [-0.028930753484545785, -0.005724797405091458, -0.017961710912714823, 0.024332035004179103, 0.01914042833603785, -0.0068916102065256606, -0.004160465035908847], [-0.03005936268337582, -0.006128617981866458, -0.019165659059326823, 0.0257046625610629, 0.019493175974970075, -0.006577843553908348, -0.003861913332177936], [-0.03117513352548855, -0.0065203946377540515, -0.0203943754878849, 0.027069446820833426, 0.019781912674106103, -0.006260711462937083, -0.003572923246657941]], 'std': [[0.058690592224609664, 0.047517820421657184, 0.052385821938154116, 0.07724704740719442, 0.0689226261375879, 0.07717828909666871, 0.10071505353667856], [0.07027923328812076, 0.056563600117001324, 0.0632627653211263, 0.09335304915586648, 0.08211898153496659, 0.0888168378961944, 0.11189983209301742], [0.08193384648267106, 0.06540352987997285, 0.07406288451808027, 0.10955694950533605, 0.0949822281023008, 0.10035396953780112, 0.12362787108303758], [0.09356080114307189, 0.07402719855594869, 0.0846359609106957, 0.12567878154131568, 0.10746557474193552, 0.11159504383771042, 0.13558754383254484], [0.10508623290113762, 0.08240597675995229, 0.09498337236866108, 0.1416515782319461, 0.11962392910355751, 0.12250165472856485, 0.14757697669150452], [0.11640932129692706, 0.09054777824073479, 0.10498635225718264, 0.1573389226653698, 0.1314361327539918, 0.1330072803241454, 0.15949922653845908], [0.12759559301475176, 0.09842719265945303, 0.11470820213780011, 0.17279322091989718, 0.14282573049066116, 0.14308626765501414, 0.1712748835202176], [0.13866014130501583, 0.10580177711165352, 0.12434073628107417, 0.1880569719036999, 0.15380513555670242, 0.15306882733291588, 0.18290524376557057], [0.14948923939722303, 0.11311311001366306, 0.13369638873317644, 0.2029513778892429, 0.1645393954810762, 0.16259522178650496, 0.1942591825604069], [0.16010012108696264, 0.12032353423972841, 0.14273716433809694, 0.21752148069419958, 0.1750213259360216, 0.17169651438053876, 0.20532329590488485], [0.1705296015082096, 0.12737036577579006, 0.15153330482733524, 0.23175750133653508, 0.1852044307408395, 0.18038055492652555, 0.2160905665742346], [0.18074554893727562, 0.1342027451942879, 0.16008909750368772, 0.24565972787736848, 0.195039444013869, 0.1886520069251021, 0.22654587027886008], [0.19073260323053873, 0.140828039849737, 0.16842184939965307, 0.25921851948146485, 0.20458632132939977, 0.19653267705359775, 0.23667603154057176], [0.20048055071279297, 0.14725367794234753, 0.17653499617341012, 0.272388403236314, 0.21385183140418831, 0.20405631696872872, 0.2464877496339495], [0.20994029525202162, 0.153477135221858, 0.18439599477526297, 0.28516012208594677, 0.22283286074259517, 0.2112290086524235, 0.25598816307927713], [0.21916600130904698, 0.15951157411446737, 0.19203572209166406, 0.2975705940108682, 0.23153243698225284, 0.21808202143843988, 0.26518728203279135]], 'q01': [[-0.24034041941165923, -0.2203510147333145, -0.218635216653347, -0.26907544732093813, -0.21981453716754912, -0.26753886878490446, -0.29389158487319944], [-0.2926365864276886, -0.2536977255344391, -0.26393118500709534, -0.3266505789756775, -0.26132344305515287, -0.31577118307352064, -0.3522934329509735], [-0.34426873445510864, -0.28137819409370424, -0.30882251262664795, -0.3838747107982636, -0.3001381254196167, -0.3618320915102959, -0.4115041959285736], [-0.3950304162502289, -0.3155821818113327, -0.35233524441719055, -0.4402127420902252, -0.340208486020565, -0.40602762579917906, -0.46811270356178286], [-0.4446352922916412, -0.351931756734848, -0.39476218819618225, -0.4956319844722748, -0.3789898467063904, -0.44888665944337847, -0.521968080997467], [-0.49291420102119443, -0.38660060346126557, -0.43581753969192505, -0.5500702047348023, -0.4167323550581932, -0.489506194293499, -0.5730528044700622], [-0.5390723824501038, -0.42058785259723663, -0.4754504859447479, -0.6032929587364196, -0.452492858171463, -0.5283964174985886, -0.6209728670120239], [-0.5833405947685242, -0.45277294516563416, -0.5139625072479248, -0.6551803374290466, -0.4912507164478302, -0.5667822605371475, -0.6675587892532349], [-0.6262552380561829, -0.4833734351396561, -0.5509201884269714, -0.7057375502586365, -0.5291866439580918, -0.6034578245878219, -0.7111525988578796], [-0.6678287243843078, -0.5122664856910706, -0.5866013169288635, -0.7549152326583862, -0.5663120651245117, -0.6374879878759384, -0.7528669500350952], [-0.7084832310676574, -0.5394284081459045, -0.6214118599891663, -0.8027711915969848, -0.6018625217676162, -0.6690413981676102, -0.7910522961616516], [-0.7479328274726867, -0.5648693382740021, -0.6546376347541809, -0.849136950969696, -0.6366819512844085, -0.6990579158067703, -0.8272910726070404], [-0.7855995535850525, -0.5884515190124512, -0.6862412691116333, -0.8939166069030762, -0.6707405757904052, -0.7276795715093612, -0.8616547644138336], [-0.8219480848312378, -0.610042290687561, -0.7163912653923035, -0.9372769665718078, -0.7031432896852493, -0.7543629765510559, -0.8921243715286254], [-0.856846963763237, -0.6303877711296082, -0.7454092502593994, -0.978684070110321, -0.7347925925254821, -0.7804868668317795, -0.921186226606369], [-0.8919039714336395, -0.6493239879608155, -0.7739225029945374, -1.0188365745544434, -0.7659276366233826, -0.804612186551094, -0.9479808819293976]], 'q99': [[0.19957655072212177, 0.19291775405406963, 0.26106058061122894, 0.2883941534161568, 0.2979815554618836, 0.2681140151619912, 0.3180467441678047], [0.24233311116695383, 0.2051437324285506, 0.2704865410923958, 0.350106649696827, 0.3346406850218773, 0.32164025217294684, 0.3838690176606178], [0.28464103221893305, 0.2333154022693634, 0.2878508266806602, 0.41151956200599676, 0.37210554838180543, 0.3764542433619498, 0.4502842769026756], [0.32626654863357535, 0.25860584497451766, 0.32465467363595946, 0.472326325774193, 0.4155884474515915, 0.4298166963458061, 0.5153338372707365], [0.36659601449966384, 0.2819146436452868, 0.359595418870448, 0.5324525076150896, 0.46182277858257337, 0.4807622584700579, 0.5787597358226776], [0.40552043199539173, 0.30379956841468814, 0.39128270745277366, 0.5916075235605242, 0.5079721605777743, 0.5292064994573591, 0.6411225706338878], [0.44334743142127964, 0.3238099044561389, 0.4203825202584248, 0.6502027863264088, 0.5528044861555105, 0.57484661757946, 0.7020826101303098], [0.4800456988811493, 0.3425407159328462, 0.44931881725788236, 0.7075171560049057, 0.5961038511991502, 0.618266292214393, 0.7609187632799147], [0.5159227442741393, 0.36002454698085784, 0.48214634716510774, 0.7638161957263947, 0.6383124512434007, 0.6579615503549572, 0.8177076041698453], [0.5509671449661249, 0.3755338436365128, 0.5137026238441473, 0.8192269748449326, 0.6808712893724445, 0.6944458913803097, 0.8727736204862591], [0.5852735447883602, 0.3903572672605518, 0.544114227294922, 0.8734754240512848, 0.7230911946296695, 0.7285051590204237, 0.9251392275094983], [0.6193521559238433, 0.40434123992919957, 0.5730910491943364, 0.9265135169029237, 0.7634370958805087, 0.7597294753789883, 0.9760074794292448], [0.6543326061964024, 0.4189036479592321, 0.6009864175319675, 0.9782334274053576, 0.8028059428930289, 0.7883068811893459, 1.023577547073364], [0.6891814213991155, 0.4340377178788182, 0.627797213792801, 1.0291517269611363, 0.8407263362407691, 0.8151284813880908, 1.0700921177864067], [0.7241586452722546, 0.44823989272117615, 0.6528442400693895, 1.0782578659057622, 0.8763976442813881, 0.839011111855506, 1.1146764039993284], [0.7581266427040088, 0.46179559469222997, 0.6766490787267687, 1.1261505627632142, 0.9097955238819125, 0.860156078338623, 1.158012557029724]]}, 'right_hand': {'min': [[-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -4.617266654968262, -1.4736312627792358], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -4.617266654968262, -1.4741454124450684], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -4.617266654968262, -1.4741454124450684], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -4.617266654968262, -1.4749785661697388], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -4.617266654968262, -1.4741454124450684], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -4.617266654968262, -1.4741454124450684], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -4.617266654968262, -1.4756388664245605], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -4.617266654968262, -1.4756388664245605], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -4.617266654968262, -1.4756388664245605], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -5.21285343170166, -1.4867236614227295], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -5.21285343170166, -1.4877949953079224], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -5.21285343170166, -1.4885189533233643], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -5.21285343170166, -1.4760680198669434], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -5.21285343170166, -1.4756388664245605], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -5.21285343170166, -1.477303385734558], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -5.21285343170166, -1.4769020080566406]], 'max': [[3.5554635524749756, 4.005765438079834, 3.9364871978759766, 3.7032501697540283, 4.09061861038208, 3.818516731262207], [3.5554635524749756, 4.005765438079834, 3.9364871978759766, 3.7032501697540283, 4.09061861038208, 3.818516731262207], [3.5554635524749756, 4.005765438079834, 3.9364871978759766, 3.7032501697540283, 4.09061861038208, 3.818516731262207], [3.5554635524749756, 4.005765438079834, 3.9364871978759766, 3.7032501697540283, 4.09061861038208, 3.818516731262207], [3.5554635524749756, 4.005765438079834, 3.9364871978759766, 3.7032501697540283, 4.09061861038208, 3.818516731262207], [3.5554635524749756, 3.8426766395568848, 3.9364871978759766, 3.7032501697540283, 4.09061861038208, 3.818516731262207], [3.5554635524749756, 3.4634130001068115, 3.5153541564941406, 3.7032501697540283, 4.241769790649414, 3.818516731262207], [3.7151429653167725, 3.3982670307159424, 3.4605722427368164, 3.7032501697540283, 4.241769790649414, 3.818516731262207], [3.7151429653167725, 3.3982670307159424, 3.3622381687164307, 3.7032501697540283, 4.241769790649414, 3.818516731262207], [3.7151429653167725, 3.3982670307159424, 3.3622381687164307, 3.7032501697540283, 4.241769790649414, 3.818516731262207], [3.7151429653167725, 3.3982670307159424, 3.3622381687164307, 3.7032501697540283, 4.241769790649414, 3.818516731262207], [3.7151429653167725, 3.393220901489258, 3.3622381687164307, 3.7032501697540283, 4.241769790649414, 3.818516731262207], [3.7151429653167725, 3.3747355937957764, 3.3622381687164307, 3.7032501697540283, 4.241769790649414, 3.818516731262207], [3.7151429653167725, 3.3540120124816895, 3.3622381687164307, 3.7032501697540283, 4.241769790649414, 3.818516731262207], [3.7151429653167725, 3.341102123260498, 3.3622381687164307, 3.7032501697540283, 4.241769790649414, 3.818516731262207], [3.7151429653167725, 3.3357980251312256, 3.3622381687164307, 3.7032501697540283, 4.241769790649414, 3.818516731262207]], 'mean': [[-0.42630874230413446, -0.3862843983888596, -0.3759647591412357, -0.38814519950365245, -0.3799808448330462, 0.7066274712108543], [-0.4305077278576333, -0.39049934075865805, -0.38016553149500504, -0.3923627371800454, -0.3883988865665617, 0.7064652795218399], [-0.4346932377357636, -0.3947005538177281, -0.3843539222635104, -0.39657006988853866, -0.39680119136757014, 0.7062846513711384], [-0.4388769848392918, -0.39889237615618384, -0.38853773395858615, -0.40077481006789006, -0.4052017307748402, 0.7060870507978371], [-0.44298289932347606, -0.4030101792998128, -0.39264436793692076, -0.4049073529854841, -0.4134579144990664, 0.7058734426521233], [-0.44708778742622673, -0.40712690498425075, -0.39675016600804475, -0.4090410233413833, -0.42171334963076773, 0.705638160767453], [-0.4511913257493408, -0.41123951200955505, -0.4008567213228207, -0.4131735350123486, -0.4299709413210935, 0.7053803893052509], [-0.45529273026177025, -0.41535441082932345, -0.4049625998286957, -0.41731032816895336, -0.43823030950596903, 0.7051033059381416], [-0.45939318653569144, -0.4194671796434596, -0.4090661823155727, -0.4214476366161819, -0.4464851704826952, 0.7048069032155445], [-0.46142826463109493, -0.42152193870160604, -0.411117223755343, -0.42353268012919637, -0.4505958574083538, 0.704485868873494], [-0.46271963044772435, -0.42283362988381784, -0.4124314486982722, -0.42488238529975303, -0.45321481898075316, 0.7041440176092556], [-0.4632815840331867, -0.4234218757274634, -0.4130219460661693, -0.42550659397309865, -0.45437364093640953, 0.7037800194941929], [-0.4635477017469407, -0.423716010416507, -0.4133185673029042, -0.4258401778025981, -0.45494061474237113, 0.7033941986285618], [-0.46362578218901956, -0.4238239080773506, -0.41342935110384094, -0.4259939744323473, -0.45513026789988414, 0.7029860260211399], [-0.46361586847731767, -0.42384036587812013, -0.4134528888121772, -0.42606107759100503, -0.4551405156835258, 0.7025567757212093], [-0.46352790008932526, -0.423781954860775, -0.41340281930219597, -0.42605602820817406, -0.4549996221466674, 0.7021029236041477]], 'std': [[0.8754534297201967, 0.8997634007333767, 0.9083456954663627, 0.9010367059273436, 2.0879586587318517, 0.6729414177433327], [0.8888285003601756, 0.9121133718929524, 0.9202009830410807, 0.9137443319618802, 2.08906752931704, 0.6755927425745779], [0.9014983410652606, 0.9238380870105173, 0.9312847665301904, 0.9259605349613955, 2.090391626200182, 0.6784733236548925], [0.9136306703213523, 0.93488338246339, 0.9417835378629857, 0.93745759708778, 2.091047898612211, 0.6815314217096436], [0.9254425870051494, 0.9456649315656903, 0.9518781663538423, 0.948482795320921, 2.091892078077274, 0.6847502633454627], [0.9365391636400182, 0.9558422602864519, 0.9614557970097932, 0.9590719020283599, 2.092875777458968, 0.6881270041691312], [0.9466567856951225, 0.9651656855382453, 0.970189410576791, 0.9689774775436744, 2.0933567830863162, 0.691613557658058], [0.9563043428430597, 0.9740657417842699, 0.9783180799733129, 0.9781672120197299, 2.09277872003054, 0.6951929139414263], [0.9654431111656674, 0.9825116157702709, 0.9861177339771086, 0.9870490388198617, 2.0918358375709385, 0.6988484544896253], [0.975194734636679, 0.9913533563354825, 0.9943716166253465, 0.9963720221823362, 2.0907752274450484, 0.7025834439773551], [0.9849358912714931, 1.0002108516807404, 1.0027093664115807, 1.0057102820324912, 2.0906496382771995, 0.706377433632233], [0.9949354364026738, 1.0091529205894827, 1.011242865331921, 1.0151477676017562, 2.09068252658611, 0.7102289083117765], [1.00493127487867, 1.0181897158054567, 1.0198392264898266, 1.0246786444721974, 2.0907275839807618, 0.7141213587782721], [1.014902271766226, 1.0271936193387627, 1.0284319741001193, 1.034181216057429, 2.0909694707198954, 0.7180576355689547], [1.0248062766118955, 1.0361487543476624, 1.0369511214112033, 1.04362140680163, 2.0914091192564896, 0.7218979639518175], [1.0346398163708195, 1.0450652865011854, 1.0454120970712968, 1.0530167819089453, 2.0919068456163648, 0.7258013367784045]], 'q01': [[-2.824023723602295, -2.7118677616119387, -2.692126932144165, -2.7267379093170168, -3.7122115659713746, -0.781815949678421], [-2.9596345710754393, -2.836867370605469, -2.7815058612823487, -2.8435996913909913, -3.712468583583832, -0.8312571167945861], [-2.9704218196868895, -2.859067840576172, -2.8502755260467527, -2.9381849002838134, -3.7127158427238465, -0.8724990260601043], [-2.976218891143799, -2.973523540496826, -2.8845865154266357, -2.9781523609161376, -3.712941629886627, -0.9094643723964692], [-2.9798084473609925, -2.9762685394287107, -2.9012310886383057, -2.981879959106445, -3.7131967329978943, -0.94195192694664], [-2.985883131027222, -2.9801244139671326, -2.926110804080963, -2.9824929237365723, -3.7134443640708925, -0.9709373939037323], [-2.9898157119750977, -2.9830698370933533, -2.954115867614746, -2.9845476150512695, -3.7135034942626954, -0.9968215978145599], [-2.9931681156158447, -2.9842045307159424, -2.978534162044525, -2.9861947894096375, -3.7135144591331484, -1.0212998938560487], [-2.9944989681243896, -2.986634454727173, -2.9988499879837036, -2.9890758991241455, -3.713521809577942, -1.0446622085571289], [-2.9948670864105225, -2.9894692707061767, -3.0096349716186523, -2.991241931915283, -3.713534162044525, -1.0670691132545471], [-2.9950742721557617, -2.9916555881500244, -3.0241527557373047, -3.0099085688591005, -3.7135423755645753, -1.0873567318916322], [-2.995244026184082, -2.993131704330444, -3.0379769802093506, -3.031497395038605, -3.7135475373268125, -1.1056630873680116], [-2.995413303375244, -2.9940032958984375, -3.0448349714279175, -3.0469588804244996, -3.713553581237793, -1.1232684445381165], [-2.9956159591674805, -2.9944316482543947, -3.0584372234344483, -3.0555278611183168, -3.7135543394088746, -1.1384876298904418], [-2.9968346118927003, -2.994640827178955, -3.0665827894210818, -3.062479474544525, -3.713559911251068, -1.1524842405319213], [-2.999497833251953, -2.994802236557007, -3.07526034116745, -3.0702243518829344, -3.7135605597496033, -1.1654428601264955]], 'q99': [[1.507151484489441, 1.464722442626953, 1.4964269685745233, 1.4631215274333953, 3.5080227637290955, 2.6859983325004575], [1.5169150233268738, 1.4956671762466431, 1.4994707107543945, 1.4688642287254332, 3.5031980848312383, 2.6859983325004575], [1.5225266814231873, 1.4980945587158203, 1.5000594758987424, 1.4978107213974, 3.498086452484131, 2.6859983325004575], [1.526372253894806, 1.4993411302566528, 1.500287847518921, 1.4995694971084594, 3.4928040075302125, 2.6859983325004575], [1.5290389657020569, 1.4997395277023315, 1.5004432201385498, 1.4998831748962402, 3.486659917831421, 2.6859983325004575], [1.5306759476661682, 1.4998583793640137, 1.500573992729187, 1.4999884366989136, 3.480032877922058, 2.6859983325004575], [1.5318080186843872, 1.4999240636825562, 1.5008208131790157, 1.500027060508728, 3.4720184636116036, 2.6859983325004575], [1.5326464772224426, 1.4999648332595825, 1.5014334726333616, 1.5000568628311157, 3.458698146343232, 2.6859983325004575], [1.5330785512924194, 1.4999903440475464, 1.5042523527145382, 1.5000872611999512, 3.4267063045501764, 2.6859983325004575], [1.5333117842674255, 1.500006079673767, 1.510066337585447, 1.5001150369644165, 3.381329412460328, 2.6859983325004575], [1.533416509628296, 1.5000233268737793, 1.5163391447067247, 1.5001418590545654, 3.3374921321868904, 2.6859983325004575], [1.5334518551826477, 1.5000419616699219, 1.5226101255416826, 1.5001652240753174, 3.2956567478179952, 2.6859983325004575], [1.533483862876892, 1.50006103515625, 1.5284943342208765, 1.5001879930496216, 3.253996391296393, 2.6859983325004575], [1.5335105657577515, 1.5000804662704468, 1.533509001731872, 1.5002110004425049, 3.2274123859405557, 2.6859983325004575], [1.533523678779602, 1.500099778175354, 1.538146033287048, 1.50023353099823, 3.2061313915252727, 2.6859983325004575], [1.5335220098495483, 1.5001204013824463, 1.5423469781875518, 1.500257134437561, 3.168870639801028, 2.6859983325004575]]}}}, 'robocasa_panda_omron': {'state': {'end_effector_position_relative': {'min': [-0.46594083309173584, -0.8583298325538635, -0.05373392626643181], 'max': [0.8734620809555054, 0.9110966920852661, 1.1568338871002197], 'mean': [0.27038754113234864, -0.03739022846478945, 0.5390530126268225], 'std': [0.19160690493945634, 0.26433913073448045, 0.24298214520766154], 'q01': [-0.3682131481170654, -0.7039378297328949, 0.03666396856307983], 'q99': [0.7813222360610962, 0.7024977898597718, 1.0670286393165587]}, 'end_effector_rotation_relative': {'min': [-0.9999996423721313, -0.9978545904159546, -0.9934196472167969, 1.742676403182486e-08], 'max': [0.9999980926513672, 0.998063862323761, 0.9959006905555725, 0.9754553437232971], 'mean': [-0.15473764518557107, 0.12101395845738246, 0.0073096656754604705, 0.2104693596511956], 'std': [0.7736194572934442, 0.3664192841252171, 0.35939577411124457, 0.23468805469193338], 'q01': [-0.9992718696594238, -0.8802546286582946, -0.849177440404892, 0.00044487909326562663], 'q99': [0.9993162155151367, 0.9301677179336548, 0.8556861239671707, 0.8709038305282593]}, 'gripper_qpos': {'min': [-0.034708939492702484, -0.12887509167194366], 'max': [0.0993952602148056, 0.12181679159402847], 'mean': [0.03069615761615002, -0.03064145469186576], 'std': [0.01341022480320407, 0.01341680128053526], 'q01': [-0.0012123542837798595, -0.041020282991230485], 'q99': [0.04147526852786541, 0.0008036484662443376]}, 'base_position': {'min': [0.31250813603401184, -5.110836982727051, 0.6947912573814392], 'max': [5.60412073135376, -0.4872598946094513, 0.8319682478904724], 'mean': [2.521760290175412, -1.522186060467389, 0.6947690310137987], 'std': [1.4554554979381333, 0.8552189250023587, 0.006658629060373585], 'q01': [0.3898392152786255, -4.600230164527893, 0.6998904347419739], 'q99': [5.600037574768066, -0.4999887862801552, 0.7121779525279999]}, 'base_rotation': {'min': [0.0, 0.0, -1.0, 0.0], 'max': [0.0, 0.0, 1.0, 1.0], 'mean': [0.0, 0.0, 0.27055757164716127, 0.6369820581221606], 'std': [0.0, 0.0, 0.6259934713321293, 0.359605980888475], 'q01': [0.0, 0.0, -1.0, 1.0776068290851981e-06], 'q99': [0.0, 0.0, 1.0, 1.0]}}, 'action': {'end_effector_position': {'min': [-1.0, -1.0, -1.0], 'max': [1.0, 1.0, 1.0], 'mean': [0.029800773273887676, 0.0035913945088653434, -0.03968289347218177], 'std': [0.4175582986687833, 0.40810836358753827, 0.3724136058768564], 'q01': [-1.0, -1.0, -1.0], 'q99': [1.0, 1.0, 1.0]}, 'end_effector_rotation': {'min': [-1.0, -1.0, -1.0], 'max': [1.0, 1.0, 1.0], 'mean': [0.006613481004255726, -0.02273008039346597, -0.0026965937721805723], 'std': [0.14524735843782446, 0.1520585068917666, 0.1391378440576292], 'q01': [-0.620814083814621, -0.7757885468006134, -0.7125183200836182], 'q99': [0.86768774271011, 0.8982121348381038, 0.6413099694252014]}, 'gripper_close': {'min': [0.0], 'max': [1.0], 'mean': [0.3555581543825369], 'std': [0.47875685759087344], 'q01': [0.0], 'q99': [1.0]}, 'base_motion': {'min': [0.0, 0.0, 0.0, 0.0], 'max': [0.0, 0.0, 0.0, 0.0], 'mean': [0.0, 0.0, 0.0, 0.0], 'std': [0.0, 0.0, 0.0, 0.0], 'q01': [0.0, 0.0, 0.0, 0.0], 'q99': [0.0, 0.0, 0.0, 0.0]}, 'control_mode': {'min': [0.0], 'max': [0.0], 'mean': [0.0], 'std': [0.0], 'q01': [0.0], 'q99': [0.0]}}}, 'new_embodiment': {'state': {'left_hand': {'min': [-0.09799999743700027, -0.08199996501207352, -2.3887020139667925e-10, -0.18299999833106995, -0.22200000286102295, -0.21500006318092346, -0.29699963331222534], 'max': [0.12999998033046722, 0.10700006783008575, 0.2280000001192093, 0.0, 0.0, 0.0, 0.0], 'mean': [-0.0054089887998998165, 0.005827104672789574, 0.031063664704561234, -0.013071244582533836, -0.027740946039557457, -0.024281593039631844, -0.03443169221282005], 'std': [0.026754410937428474, 0.02570926956832409, 0.05101049691438675, 0.02832541987299919, 0.04559871181845665, 0.04026580974459648, 0.05430656298995018], 'q01': [-0.04413001623004675, -0.05999999865889549, 0.0, -0.14100000262260437, -0.1809999942779541, -0.13899989426136017, -0.2699997127056122], 'q99': [0.08499999344348907, 0.0870000347495079, 0.20399999618530273, 0.0, 0.0, 0.0, 0.0]}, 'right_hand': {'min': [-0.01600000075995922, -0.20600000023841858, -0.8199999928474426, 0.004000000189989805, 0.0010000000474974513, 0.0010000000474974513, 0.0010000000474974513], 'max': [0.5130000114440918, 0.1720000058412552, -0.0010000000474974513, 0.4450001120567322, 1.375, 0.5569999814033508, 1.1579999923706055], 'mean': [0.14551377296447754, -0.04790256544947624, -0.16233190894126892, 0.12968285381793976, 0.37486323714256287, 0.1825636923313141, 0.28982678055763245], 'std': [0.17061059176921844, 0.056338630616664886, 0.20902083814144135, 0.14012272655963898, 0.4300926923751831, 0.19461630284786224, 0.3383548855781555], 'q01': [-0.014999999664723873, -0.15199999511241913, -0.7352600109577179, 0.004000000189989805, 0.0010000000474974513, 0.004000000189989805, 0.0010000000474974513], 'q99': [0.39899998903274536, 0.06999966129660606, -0.0010000000474974513, 0.41100001335144043, 1.2691300439834587, 0.49799999594688416, 1.0709999799728394]}, 'left_arm': {'min': [-0.1139998808503151, -0.06499999761581421, -0.2379997819662094, -0.14899970591068268, -0.34599998593330383, -0.29499998688697815, -0.18199999630451202], 'max': [0.031000027433037758, 0.09900011122226715, 0.05100004002451897, 0.15700000524520874, 0.0, 0.003000000026077032, 0.006000017747282982], 'mean': [-0.01859004981815815, -0.011797229759395123, -0.02136491984128952, -0.0015487042255699635, -0.10206520557403564, -0.08541297912597656, -0.05251696705818176], 'std': [0.02924812026321888, 0.021750465035438538, 0.032564036548137665, 0.03753108158707619, 0.11267656087875366, 0.09539038687944412, 0.0603468157351017], 'q01': [-0.09499987408518791, -0.05999991346150637, -0.11399985201656819, -0.12030089475214481, -0.3310000002384186, -0.26899999380111694, -0.17000000178813934], 'q99': [0.010999999940395355, 0.0430000014603138, 0.02513002794235865, 0.07100000232458115, 0.0, 0.0020000000949949026, 0.0]}, 'right_arm': {'min': [-0.5590000152587891, -0.800000011920929, -0.32399997115135193, -0.09600000083446503, 0.0, -0.4069998264312744, 0.0], 'max': [0.020999999716877937, 0.0010000000474974513, 0.20200000703334808, 0.31200000643730164, 0.35199999809265137, 0.003000000026077032, 0.8899999856948853], 'mean': [-0.12422259151935577, -0.23228920996189117, -0.023111552000045776, 0.05130844563245773, 0.05851978436112404, -0.10995743423700333, 0.2582551836967468], 'std': [0.15201117098331451, 0.2566412389278412, 0.05685749650001526, 0.06506538391113281, 0.07393182814121246, 0.1244540736079216, 0.28631067276000977], 'q01': [-0.49499997884035113, -0.7279999852180481, -0.2192599435150623, -0.031000016499310733, 0.0, -0.36000001430511475, 0.0], 'q99': [0.00800000037997961, 0.0010000000474974513, 0.12513000026345172, 0.22699999809265137, 0.27900001406669617, 0.0020000000949949026, 0.8460000157356262]}, 'rpy': {'min': [0.0, -0.15000000596046448, 0.0], 'max': [0.0, 0.0, 0.0], 'mean': [0.0, -0.1490357518196106, 0.0], 'std': [0.0, 0.012014704756438696, 0.0], 'q01': [0.0, -0.15000000596046448, 0.0], 'q99': [0.0, -0.15000000596046448, 0.0]}, 'height': {'min': [0.44999998807907104], 'max': [0.75], 'mean': [0.4670488238334656], 'std': [0.06933368742465973], 'q01': [0.44999998807907104], 'q99': [0.75]}}, 'action': {'left_hand': {'min': [-0.09775445610284805, -0.0823368951678276, -0.027741333469748497, -0.1810884326696396, -0.21405744552612305, -0.20122334361076355, -0.295552521944046], 'max': [0.12923675775527954, 0.10485697537660599, 0.22624923288822174, 0.022101346403360367, 0.03615603595972061, 0.009702185168862343, 0.008694176562130451], 'mean': [-0.0008055749931372702, 0.003662512404844165, 0.031012117862701416, -0.012596862390637398, -0.027946343645453453, -0.023698121309280396, -0.03487454727292061], 'std': [0.026223942637443542, 0.026004673913121223, 0.05157838761806488, 0.028955502435564995, 0.04606349393725395, 0.04066930338740349, 0.05465922877192497], 'q01': [-0.044115488231182096, -0.05932579189538956, -0.0008548528398387134, -0.14063991606235504, -0.18160852789878845, -0.13885661959648132, -0.2704181373119354], 'q99': [0.08541888743638992, 0.08673391491174698, 0.20383067429065704, 0.010909304022789001, 0.005769035266712276, 0.007609221618622541, 0.0008619268686742959]}, 'right_hand': {'min': [-0.015388990752398968, -0.49568232893943787, -0.6491441130638123, 0.0, 0.0, 0.0, 0.0], 'max': [0.38237157464027405, 0.0, 0.0, 0.6359286308288574, 1.1968196630477905, 0.7969403266906738, 0.9798202514648438], 'mean': [0.1510307490825653, -0.10410650074481964, -0.16438010334968567, 0.160273939371109, 0.38479897379875183, 0.22493480145931244, 0.29762107133865356], 'std': [0.16792035102844238, 0.14840462803840637, 0.20773763954639435, 0.201939195394516, 0.43836456537246704, 0.2673484683036804, 0.3443882465362549], 'q01': [-0.015381569974124432, -0.49547951817512514, -0.6489888429641724, 0.0, 0.0, 0.0, 0.0], 'q99': [0.382364958524704, 0.0, 0.0, 0.6356749534606934, 1.1965277194976807, 0.7967880129814148, 0.9795168793201446]}, 'left_arm': {'min': [-0.11302866041660309, -0.06130801886320114, -0.2347739338874817, -0.149064838886261, -0.34618079662323, -0.296110063791275, -0.18200430274009705], 'max': [0.02855294942855835, 0.09991803765296936, 0.05098697543144226, 0.1499277651309967, 3.8650854548905045e-05, 0.0012129372917115688, 0.006128575652837753], 'mean': [-0.020675089210271835, -0.011319637298583984, -0.02104736864566803, -0.0047059389762580395, -0.10232270509004593, -0.08670033514499664, -0.052605174481868744], 'std': [0.028416506946086884, 0.021467505022883415, 0.032287437468767166, 0.03757817670702934, 0.11277986317873001, 0.09554938971996307, 0.06037674844264984], 'q01': [-0.09533142298460007, -0.057845381833612916, -0.11222188174724579, -0.12452998012304306, -0.33181595951318743, -0.26951175928115845, -0.16966578140854835], 'q99': [0.010912260971963406, 0.04415091205388274, 0.02633006187155817, 0.06915374681353538, 3.84151644539088e-05, 0.001203537336550653, 3.166658199916128e-05]}, 'right_arm': {'min': [-0.5555615425109863, -0.7934529185295105, -0.3188854157924652, -0.09826192259788513, -3.864927566610277e-05, -0.406229704618454, 0.0], 'max': [0.01944165676832199, 0.00040899173473007977, 0.19534528255462646, 0.298308402299881, 0.3513643741607666, 0.0012087320210412145, 0.8875377178192139], 'mean': [-0.1269960105419159, -0.23249554634094238, -0.022764088585972786, 0.04807743430137634, 0.058973122388124466, -0.11149747669696808, 0.25905102491378784], 'std': [0.15188516676425934, 0.2564069926738739, 0.05658402293920517, 0.06496992707252502, 0.07428737729787827, 0.12488652765750885, 0.28678208589553833], 'q01': [-0.504463392496109, -0.7292503118515015, -0.21955281451344488, -0.03430207073688507, -3.847765765385702e-05, -0.3624899685382843, 0.0], 'q99': [0.002674137009307742, 0.000406751612899825, 0.12524892970919546, 0.21630814880132343, 0.2785507142543793, 0.0011997524416074157, 0.847134844660759]}, 'rpy': {'min': [-0.0435166172683239, -0.014203691855072975, -0.05216570198535919], 'max': [0.3364854156970978, 0.4499310553073883, 0.18629509210586548], 'mean': [0.08001509308815002, 0.16946518421173096, 0.008698188699781895], 'std': [0.13087092339992523, 0.15007734298706055, 0.05011340230703354], 'q01': [-0.04341023042798042, -0.01279706321656704, -0.03870870623737574], 'q99': [0.3044067323207855, 0.43886008858680725, 0.13876871764659882]}, 'height': {'min': [0.44999998807907104], 'max': [0.75], 'mean': [0.4670487940311432], 'std': [0.06933368742465973], 'q01': [0.44999998807907104], 'q99': [0.75]}, 'torso_vx': {'min': [0.0], 'max': [0.0], 'mean': [0.0], 'std': [0.0], 'q01': [0.0], 'q99': [0.0]}, 'torso_vy': {'min': [0.0], 'max': [0.0], 'mean': [0.0], 'std': [0.0], 'q01': [0.0], 'q99': [0.0]}, 'torso_vyaw': {'min': [0.0], 'max': [0.0], 'mean': [0.0], 'std': [0.0], 'q01': [0.0], 'q99': [0.0]}, 'target_yaw': {'min': [0.0], 'max': [0.0], 'mean': [0.0], 'std': [0.0], 'q01': [0.0], 'q99': [0.0]}}, 'relative_action': {}}}, use_percentiles=False, clip_outliers=True, apply_sincos_state_encoding=True, use_relative_action=True)", + "use_percentiles": "False", + "clip_outliers": "True", + "apply_sincos_state_encoding": "True", + "use_relative_action": "True", + "formalize_language": "True", + "model_name": "nvidia/Eagle-Block2A-2B-v2", + "model_type": "eagle", + "max_state_dim": "128", + "max_action_dim": "128", + "max_action_horizon": "50", + "image_crop_size": "None", + "image_target_size": "None", + "random_rotation_angle": "None", + "color_jitter_params": "{'brightness': 0.3, 'contrast': 0.4, 'saturation': 0.5, 'hue': 0.08}", + "processor": "Eagle3_VLProcessor:\n- image_processor: Eagle3_VLImageProcessorFast {\n \"auto_map\": {\n \"AutoImageProcessor\": \"image_processing_eagle3_vl_fast.Eagle3_VLImageProcessorFast\",\n \"AutoProcessor\": \"processing_eagle3_vl.Eagle3_VLProcessor\"\n },\n \"crop_size\": null,\n \"data_format\": \"channels_first\",\n \"default_to_square\": false,\n \"device\": null,\n \"do_center_crop\": null,\n \"do_convert_rgb\": true,\n \"do_normalize\": true,\n \"do_pad\": false,\n \"do_rescale\": true,\n \"do_resize\": false,\n \"image_mean\": [\n 0.5,\n 0.5,\n 0.5\n ],\n \"image_processor_type\": \"Eagle3_VLImageProcessorFast\",\n \"image_std\": [\n 0.5,\n 0.5,\n 0.5\n ],\n \"input_data_format\": null,\n \"processor_class\": \"Eagle3_VLProcessor\",\n \"resample\": 3,\n \"rescale_factor\": 0.00392156862745098,\n \"return_tensors\": null,\n \"size\": {\n \"height\": 448,\n \"width\": 448\n }\n}\n\n- tokenizer: Qwen2TokenizerFast(name_or_path='/hfm/zhenyu/Psi0/src/gr00t/gr00t/model/gr00t_n1d6/../modules/nvidia/Eagle-Block2A-2B-v2', vocab_size=151643, model_max_length=32768, is_fast=True, padding_side='left', truncation_side='right', special_tokens={'eos_token': '<|im_end|>', 'pad_token': '<|endoftext|>', 'additional_special_tokens': ['<|im_start|>', '<|im_end|>', '<|object_ref_start|>', '<|object_ref_end|>', '<|box_start|>', '<|box_end|>', '<|quad_start|>', '<|quad_end|>', '<|vision_start|>', '<|vision_end|>', '<|vision_pad|>', '<|image_pad|>', '<|video_pad|>', '', '', '', '', '', '', '', '', '', '', '']}, clean_up_tokenization_spaces=False, added_tokens_decoder={\n\t151643: AddedToken(\"<|endoftext|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151644: AddedToken(\"<|im_start|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151645: AddedToken(\"<|im_end|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151646: AddedToken(\"<|object_ref_start|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151647: AddedToken(\"<|object_ref_end|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151648: AddedToken(\"<|box_start|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151649: AddedToken(\"<|box_end|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151650: AddedToken(\"<|quad_start|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151651: AddedToken(\"<|quad_end|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151652: AddedToken(\"<|vision_start|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151653: AddedToken(\"<|vision_end|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151654: AddedToken(\"<|vision_pad|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151655: AddedToken(\"<|image_pad|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151656: AddedToken(\"<|video_pad|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151657: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=False),\n\t151658: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=False),\n\t151659: AddedToken(\"<|fim_prefix|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=False),\n\t151660: AddedToken(\"<|fim_middle|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=False),\n\t151661: AddedToken(\"<|fim_suffix|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=False),\n\t151662: AddedToken(\"<|fim_pad|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=False),\n\t151663: AddedToken(\"<|repo_name|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=False),\n\t151664: AddedToken(\"<|file_sep|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=False),\n\t151665: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=False),\n\t151666: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=False),\n\t151667: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=False),\n\t151668: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=False),\n\t151669: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151670: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151671: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151672: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151673: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151674: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151675: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151676: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151677: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151678: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151679: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n}\n)\n\n{\n \"auto_map\": {\n \"AutoProcessor\": \"processing_eagle3_vl.Eagle3_VLProcessor\"\n },\n \"image_end_token\": \"\",\n \"image_placeholder\": \"image\",\n \"image_start_token\": \"\",\n \"image_token\": \"\",\n \"pixels_per_token\": 784,\n \"processor_class\": \"Eagle3_VLProcessor\",\n \"video_placeholder\": \"video\",\n \"video_token\": \"\",\n \"vision_feature_select_strategy\": null\n}\n", + "embodiment_id_mapping": "{'robocasa_panda_omron': 13, 'gr1': 20, 'behavior_r1_pro': 24, 'unitree_g1': 8, 'oxe_google': 0, 'oxe_widowx': 1, 'libero_panda': 2, 'new_embodiment': 10, 'g1_ee_a16': 10, 'h1_ee_a16': 11, 'g1_upper_a16': 10, 'g1_loco_downstream': 10}", + "shortest_image_edge": "256", + "crop_fraction": "0.95", + "use_albumentations": "True", + "train_image_transform": "ReplayCompose([\n SmallestMaxSize(p=1.0, max_size=[256], interpolation=3),\n FractionalRandomCrop(p=1.0, crop_fraction=0.95),\n SmallestMaxSize(p=1.0, max_size=[256], interpolation=3),\n ColorJitter(p=1.0, brightness=(0.7, 1.3), contrast=(0.6, 1.4), saturation=(0.5, 1.5), hue=(-0.08, 0.08)),\n], p=1.0, bbox_params=None, keypoint_params=None, additional_targets={}, is_check_shapes=True, save_key='replay')", + "eval_image_transform": "Compose([\n SmallestMaxSize(p=1.0, max_size=[256], interpolation=3),\n FractionalCenterCrop(p=1.0, crop_fraction=0.95),\n SmallestMaxSize(p=1.0, max_size=[256], interpolation=3),\n], p=1.0, bbox_params=None, keypoint_params=None, additional_targets={}, is_check_shapes=True)", + "_collator": "Gr00tN1d6DataCollator(model_name=nvidia/Eagle-Block2A-2B-v2, model_type=eagle)", + "training": "True" +} \ No newline at end of file diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/model-00001-of-00002.safetensors b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/model-00001-of-00002.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..710ba2b0b5d75ae4c1990e6e8ff32861fd446943 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/model-00001-of-00002.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7c728386945885fff7b9d3dcd777aa0fdc9b287b0477f38566d673ad4cb842 +size 4990120184 diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/model-00002-of-00002.safetensors b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/model-00002-of-00002.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..12458a0ec0cef60494e43519a08feebc9c380ab1 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/model-00002-of-00002.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122447d7cb264bcac4b2343fbc2a1bf14b0e52b87cac7f5dd44361d0767602ae +size 4823190320 diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/model.safetensors.index.json b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/model.safetensors.index.json new file mode 100644 index 0000000000000000000000000000000000000000..7dccb8488b1e92c3f3ffe8188bbbc56c4470a16e --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/model.safetensors.index.json @@ -0,0 +1,1113 @@ +{ + "metadata": { + "total_size": 9813153664 + }, + "weight_map": { + "action_head.action_decoder.layer1.W": "model-00002-of-00002.safetensors", + "action_head.action_decoder.layer1.b": "model-00002-of-00002.safetensors", + "action_head.action_decoder.layer2.W": "model-00002-of-00002.safetensors", + "action_head.action_decoder.layer2.b": "model-00002-of-00002.safetensors", + "action_head.action_encoder.W1.W": "model-00002-of-00002.safetensors", + "action_head.action_encoder.W1.b": "model-00002-of-00002.safetensors", + "action_head.action_encoder.W2.W": "model-00002-of-00002.safetensors", + "action_head.action_encoder.W2.b": "model-00002-of-00002.safetensors", + "action_head.action_encoder.W3.W": "model-00002-of-00002.safetensors", + "action_head.action_encoder.W3.b": "model-00002-of-00002.safetensors", + "action_head.model.proj_out_1.bias": "model-00002-of-00002.safetensors", + "action_head.model.proj_out_1.weight": "model-00002-of-00002.safetensors", + "action_head.model.proj_out_2.bias": "model-00002-of-00002.safetensors", + "action_head.model.proj_out_2.weight": "model-00002-of-00002.safetensors", + "action_head.model.timestep_encoder.timestep_embedder.linear_1.bias": "model-00001-of-00002.safetensors", + "action_head.model.timestep_encoder.timestep_embedder.linear_1.weight": "model-00001-of-00002.safetensors", + "action_head.model.timestep_encoder.timestep_embedder.linear_2.bias": "model-00001-of-00002.safetensors", + "action_head.model.timestep_encoder.timestep_embedder.linear_2.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.0.attn1.to_k.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.0.attn1.to_k.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.0.attn1.to_out.0.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.0.attn1.to_out.0.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.0.attn1.to_q.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.0.attn1.to_q.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.0.attn1.to_v.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.0.attn1.to_v.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.0.ff.net.0.proj.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.0.ff.net.0.proj.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.0.ff.net.2.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.0.ff.net.2.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.0.norm1.linear.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.0.norm1.linear.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.1.attn1.to_k.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.1.attn1.to_k.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.1.attn1.to_out.0.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.1.attn1.to_out.0.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.1.attn1.to_q.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.1.attn1.to_q.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.1.attn1.to_v.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.1.attn1.to_v.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.1.ff.net.0.proj.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.1.ff.net.0.proj.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.1.ff.net.2.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.1.ff.net.2.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.1.norm1.linear.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.1.norm1.linear.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.10.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.10.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.10.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.10.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.10.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.10.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.10.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.10.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.10.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.10.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.10.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.10.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.10.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.10.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.11.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.11.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.11.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.11.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.11.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.11.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.11.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.11.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.11.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.11.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.11.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.11.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.11.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.11.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.12.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.12.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.12.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.12.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.12.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.12.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.12.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.12.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.12.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.12.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.12.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.12.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.12.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.12.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.13.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.13.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.13.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.13.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.13.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.13.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.13.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.13.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.13.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.13.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.13.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.13.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.13.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.13.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.14.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.14.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.14.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.14.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.14.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.14.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.14.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.14.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.14.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.14.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.14.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.14.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.14.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.14.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.15.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.15.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.15.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.15.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.15.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.15.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.15.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.15.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.15.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.15.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.15.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.15.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.15.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.15.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.16.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.16.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.16.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.16.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.16.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.16.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.16.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.16.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.16.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.16.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.16.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.16.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.16.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.16.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.17.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.17.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.17.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.17.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.17.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.17.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.17.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.17.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.17.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.17.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.17.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.17.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.17.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.17.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.18.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.18.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.18.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.18.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.18.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.18.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.18.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.18.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.18.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.18.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.18.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.18.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.18.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.18.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.19.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.19.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.19.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.19.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.19.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.19.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.19.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.19.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.19.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.19.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.19.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.19.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.19.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.19.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.2.attn1.to_k.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.2.attn1.to_k.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.2.attn1.to_out.0.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.2.attn1.to_out.0.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.2.attn1.to_q.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.2.attn1.to_q.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.2.attn1.to_v.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.2.attn1.to_v.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.2.ff.net.0.proj.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.2.ff.net.0.proj.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.2.ff.net.2.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.2.ff.net.2.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.2.norm1.linear.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.2.norm1.linear.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.20.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.20.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.20.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.20.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.20.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.20.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.20.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.20.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.20.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.20.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.20.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.20.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.20.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.20.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.21.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.21.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.21.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.21.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.21.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.21.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.21.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.21.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.21.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.21.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.21.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.21.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.21.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.21.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.22.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.22.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.22.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.22.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.22.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.22.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.22.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.22.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.22.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.22.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.22.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.22.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.22.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.22.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.23.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.23.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.23.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.23.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.23.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.23.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.23.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.23.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.23.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.23.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.23.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.23.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.23.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.23.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.24.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.24.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.24.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.24.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.24.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.24.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.24.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.24.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.24.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.24.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.24.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.24.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.24.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.24.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.25.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.25.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.25.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.25.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.25.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.25.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.25.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.25.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.25.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.25.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.25.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.25.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.25.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.25.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.26.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.26.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.26.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.26.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.26.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.26.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.26.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.26.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.26.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.26.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.26.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.26.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.26.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.26.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.27.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.27.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.27.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.27.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.27.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.27.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.27.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.27.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.27.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.27.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.27.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.27.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.27.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.27.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.28.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.28.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.28.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.28.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.28.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.28.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.28.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.28.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.28.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.28.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.28.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.28.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.28.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.28.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.29.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.29.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.29.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.29.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.29.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.29.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.29.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.29.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.29.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.29.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.29.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.29.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.29.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.29.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.3.attn1.to_k.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.3.attn1.to_k.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.3.attn1.to_out.0.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.3.attn1.to_out.0.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.3.attn1.to_q.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.3.attn1.to_q.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.3.attn1.to_v.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.3.attn1.to_v.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.3.ff.net.0.proj.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.3.ff.net.0.proj.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.3.ff.net.2.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.3.ff.net.2.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.3.norm1.linear.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.3.norm1.linear.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.30.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.30.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.30.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.30.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.30.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.30.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.30.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.30.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.30.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.30.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.30.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.30.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.30.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.30.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.31.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.31.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.31.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.31.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.31.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.31.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.31.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.31.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.31.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.31.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.31.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.31.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.31.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.31.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.4.attn1.to_k.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.4.attn1.to_k.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.4.attn1.to_out.0.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.4.attn1.to_out.0.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.4.attn1.to_q.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.4.attn1.to_q.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.4.attn1.to_v.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.4.attn1.to_v.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.4.ff.net.0.proj.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.4.ff.net.0.proj.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.4.ff.net.2.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.4.ff.net.2.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.4.norm1.linear.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.4.norm1.linear.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.5.attn1.to_k.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.5.attn1.to_k.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.5.attn1.to_out.0.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.5.attn1.to_out.0.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.5.attn1.to_q.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.5.attn1.to_q.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.5.attn1.to_v.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.5.attn1.to_v.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.5.ff.net.0.proj.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.5.ff.net.0.proj.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.5.ff.net.2.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.5.ff.net.2.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.5.norm1.linear.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.5.norm1.linear.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.6.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.6.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.6.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.6.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.6.attn1.to_q.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.6.attn1.to_q.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.6.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.6.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.6.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.6.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.6.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.6.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.6.norm1.linear.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.6.norm1.linear.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.7.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.7.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.7.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.7.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.7.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.7.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.7.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.7.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.7.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.7.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.7.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.7.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.7.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.7.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.8.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.8.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.8.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.8.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.8.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.8.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.8.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.8.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.8.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.8.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.8.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.8.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.8.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.8.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.9.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.9.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.9.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.9.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.9.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.9.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.9.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.9.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.9.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.9.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.9.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.9.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.9.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.9.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.position_embedding.weight": "model-00002-of-00002.safetensors", + "action_head.state_encoder.layer1.W": "model-00002-of-00002.safetensors", + "action_head.state_encoder.layer1.b": "model-00002-of-00002.safetensors", + "action_head.state_encoder.layer2.W": "model-00002-of-00002.safetensors", + "action_head.state_encoder.layer2.b": "model-00002-of-00002.safetensors", + "action_head.vlln.bias": "model-00002-of-00002.safetensors", + "action_head.vlln.weight": "model-00002-of-00002.safetensors", + "backbone.model.language_model.lm_head.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.embed_tokens.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.0.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.0.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.1.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.1.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.10.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.10.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.11.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.11.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.12.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.12.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.13.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.13.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.14.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.14.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.15.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.15.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.2.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.2.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.3.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.3.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.4.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.4.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.5.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.5.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.6.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.6.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.7.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.7.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.8.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.8.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.9.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.9.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.mlp1.0.bias": "model-00001-of-00002.safetensors", + "backbone.model.mlp1.0.weight": "model-00001-of-00002.safetensors", + "backbone.model.mlp1.1.bias": "model-00001-of-00002.safetensors", + "backbone.model.mlp1.1.weight": "model-00001-of-00002.safetensors", + "backbone.model.mlp1.3.bias": "model-00001-of-00002.safetensors", + "backbone.model.mlp1.3.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.embeddings.patch_embedding.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.embeddings.patch_embedding.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.embeddings.position_embedding.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.head.attention.in_proj_bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.head.attention.in_proj_weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.head.attention.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.head.attention.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.head.layernorm.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.head.layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.head.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.head.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.head.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.head.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.head.probe": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.post_layernorm.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.post_layernorm.weight": "model-00001-of-00002.safetensors" + } +} diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/optimizer.pt b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..ef944117e42467184fc44a4cc20f51f8a5d75909 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5005930eb12baf8c9ab71e0f2b2a1d02002d533781266b7a7422905b6dc0612 +size 12960193762 diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/processor_config.json b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/processor_config.json new file mode 100644 index 0000000000000000000000000000000000000000..c45c5cca06311576dcb5bf04e2b69eca0410b175 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/processor_config.json @@ -0,0 +1,650 @@ +{ + "processor_class": "Gr00tN1d6Processor", + "processor_kwargs": { + "modality_configs": { + "behavior_r1_pro": { + "video": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "observation.images.rgb.head_256_256", + "observation.images.rgb.left_wrist_256_256", + "observation.images.rgb.right_wrist_256_256" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": null + }, + "state": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "robot_pos", + "robot_ori_cos", + "robot_ori_sin", + "robot_2d_ori", + "robot_2d_ori_cos", + "robot_2d_ori_sin", + "robot_lin_vel", + "robot_ang_vel", + "arm_left_qpos", + "arm_left_qpos_sin", + "arm_left_qpos_cos", + "eef_left_pos", + "eef_left_quat", + "gripper_left_qpos", + "arm_right_qpos", + "arm_right_qpos_sin", + "arm_right_qpos_cos", + "eef_right_pos", + "eef_right_quat", + "gripper_right_qpos", + "trunk_qpos" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": null + }, + "action": { + "delta_indices": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31 + ], + "modality_keys": [ + "base", + "torso", + "left_arm", + "left_gripper", + "right_arm", + "right_gripper" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": [ + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "RELATIVE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": "trunk_qpos" + }, + { + "rep": "RELATIVE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": "arm_left_qpos" + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "RELATIVE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": "arm_right_qpos" + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + } + ] + }, + "language": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "annotation.human.coarse_action" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": null + } + }, + "gr1": { + "video": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "ego_view_bg_crop_pad_res256_freq20" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": null + }, + "state": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "left_arm", + "right_arm", + "left_hand", + "right_hand", + "waist" + ], + "sin_cos_embedding_keys": [ + "left_arm", + "right_arm", + "left_hand", + "right_hand", + "waist" + ], + "mean_std_embedding_keys": null, + "action_configs": null + }, + "action": { + "delta_indices": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ], + "modality_keys": [ + "left_arm", + "right_arm", + "left_hand", + "right_hand", + "waist" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": [ + { + "rep": "RELATIVE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "RELATIVE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "RELATIVE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "RELATIVE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + } + ] + }, + "language": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "task" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": null + } + }, + "robocasa_panda_omron": { + "video": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "res256_image_side_0", + "res256_image_side_1", + "res256_image_wrist_0" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": null + }, + "state": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "end_effector_position_relative", + "end_effector_rotation_relative", + "gripper_qpos", + "base_position", + "base_rotation" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": null + }, + "action": { + "delta_indices": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ], + "modality_keys": [ + "end_effector_position", + "end_effector_rotation", + "gripper_close", + "base_motion", + "control_mode" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": [ + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + } + ] + }, + "language": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "annotation.human.action.task_description" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": null + } + }, + "new_embodiment": { + "video": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "rs_view" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": null + }, + "state": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "left_hand", + "right_hand", + "left_arm", + "right_arm", + "rpy", + "height" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": null + }, + "action": { + "delta_indices": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ], + "modality_keys": [ + "left_hand", + "right_hand", + "left_arm", + "right_arm", + "rpy", + "height", + "torso_vx", + "torso_vy", + "torso_vyaw", + "target_yaw" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": [ + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + } + ] + }, + "language": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "annotation.human.task_description" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": null + } + }, + "g1_loco_downstream": { + "video": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "rs_view" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": null + }, + "state": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "left_hand", + "right_hand", + "left_arm", + "right_arm", + "rpy", + "height" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": null + }, + "action": { + "delta_indices": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ], + "modality_keys": [ + "left_hand", + "right_hand", + "left_arm", + "right_arm", + "rpy", + "height", + "torso_vx", + "torso_vy", + "torso_vyaw", + "target_yaw" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": [ + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + } + ] + }, + "language": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "annotation.human.task_description" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": null + } + } + }, + "image_crop_size": null, + "image_target_size": null, + "use_albumentations": true, + "random_rotation_angle": null, + "color_jitter_params": { + "brightness": 0.3, + "contrast": 0.4, + "saturation": 0.5, + "hue": 0.08 + }, + "shortest_image_edge": 256, + "crop_fraction": 0.95, + "model_name": "nvidia/Eagle-Block2A-2B-v2", + "model_type": "eagle", + "formalize_language": true, + "max_state_dim": 128, + "max_action_dim": 128, + "max_action_horizon": 50, + "use_percentiles": false, + "clip_outliers": true, + "apply_sincos_state_encoding": true, + "use_relative_action": true + } +} \ No newline at end of file diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/rng_state.pth b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..ed5937edd1c6b5d27b93a6bc43b9e89018dc2547 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0c369361b6dfa9a44c159f60682c5608b54b4778c6fa7593fac6a19045bca7 +size 14645 diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/scheduler.pt b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..48dd7b435d8b379ab52b17dd9ee87e21236e9485 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:566e63d72ec3169fd51f5dc061a30bf9c5195d001f715224cdd5f6178206f3e5 +size 1465 diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/statistics.json b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/statistics.json new file mode 100644 index 0000000000000000000000000000000000000000..c400c0d10c6f0df1d1bbc9a7a3e642442b021b84 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/statistics.json @@ -0,0 +1,11076 @@ +{ + "behavior_r1_pro": { + "state": { + "robot_pos": { + "min": [ + -15.878335952758789, + -4.874791622161865, + -0.0030556470155715942 + ], + "max": [ + 28.783069610595703, + 25.5261173248291, + 0.03920263051986694 + ], + "mean": [ + 8.377509353981011, + 3.5519228390967257, + 0.005352396491811134 + ], + "std": [ + 9.333495189323855, + 6.293349382128611, + 0.002169489814694542 + ], + "q01": [ + -15.627003288269043, + -3.923245668411255, + 0.00464746356010437 + ], + "q99": [ + 28.161231212615963, + 25.433036193847656, + 0.019137874245643616 + ] + }, + "robot_ori_cos": { + "min": [ + 0.9964054226875305, + 0.9807400703430176, + -1.0 + ], + "max": [ + 1.0, + 1.0, + 1.0 + ], + "mean": [ + 0.9999999103013197, + 0.9999999012025106, + -0.04432371966161217 + ], + "std": [ + 1.0955394108707479e-05, + 1.5141053684175453e-05, + 0.7159057916231842 + ], + "q01": [ + 0.9996431469917297, + 0.9996242523193359, + -0.9999993443489075 + ], + "q99": [ + 0.9999995827674866, + 0.9999999403953552, + 0.9999995231628418 + ] + }, + "robot_ori_sin": { + "min": [ + -0.08471290022134781, + -0.0467030331492424, + -1.0 + ], + "max": [ + 0.03247667849063873, + 0.1953173577785492, + 1.0 + ], + "mean": [ + -0.0014819139726979956, + 0.0011138110099060865, + -0.1747246084485246 + ], + "std": [ + 0.0010692286968725616, + 0.0011352230347134887, + 0.6740228681643635 + ], + "q01": [ + -0.026712577790021896, + -0.027393728494644165, + -0.9999995827674866 + ], + "q99": [ + 0.023761406727135177, + 0.015501312464475616, + 0.9999998211860657 + ] + }, + "robot_2d_ori": { + "min": [ + -3.1415927410125732 + ], + "max": [ + 3.1415927410125732 + ], + "mean": [ + -0.34116709549670976 + ], + "std": [ + 1.8744272700649074 + ], + "q01": [ + -3.139659881591797 + ], + "q99": [ + 3.1393938064575195 + ] + }, + "robot_2d_ori_cos": { + "min": [ + -1.0 + ], + "max": [ + 1.0 + ], + "mean": [ + -0.04432376387887985 + ], + "std": [ + 0.7159057729093367 + ], + "q01": [ + -0.9999993443489075 + ], + "q99": [ + 0.9999995231628418 + ] + }, + "robot_2d_ori_sin": { + "min": [ + -1.0 + ], + "max": [ + 1.0 + ], + "mean": [ + -0.1747246006771579 + ], + "std": [ + 0.6740228728055352 + ], + "q01": [ + -0.9999995827674866 + ], + "q99": [ + 0.9999998211860657 + ] + }, + "robot_lin_vel": { + "min": [ + -0.32111313939094543, + -0.3024478554725647, + -0.338993102312088 + ], + "max": [ + 0.2888447046279907, + 0.29485562443733215, + 0.27627527713775635 + ], + "mean": [ + 0.0008032824331051274, + -0.000851410695872969, + -0.014532478391340347 + ], + "std": [ + 0.04011179386851422, + 0.03532797622061294, + 0.010790340283590575 + ], + "q01": [ + -0.1382001194357872, + -0.13443224787712096, + -0.05219040531665087 + ], + "q99": [ + 0.13666878938674926, + 0.13471105083823204, + 0.005502225868403539 + ] + }, + "robot_ang_vel": { + "min": [ + -1.5866682529449463, + -1.7150360345840454, + -0.04071682691574097 + ], + "max": [ + 1.6171817779541016, + 1.5271120071411133, + 0.024320760741829872 + ], + "mean": [ + 0.004609276467004075, + 0.004284130662207927, + -5.683130788171653e-05 + ], + "std": [ + 0.18832387264077133, + 0.2137817785121968, + 0.0008538363202659394 + ], + "q01": [ + -0.7182695555686951, + -0.736412662267685, + -0.008470569178462029 + ], + "q99": [ + 0.7163371068239212, + 0.7284575819969177, + 0.008367371931672096 + ] + }, + "arm_left_qpos": { + "min": [ + -3.3108322620391846, + -0.17451578378677368, + -2.3561959266662598, + -1.7452956438064575, + -2.3561980724334717, + -1.0472002029418945, + -1.5708036422729492 + ], + "max": [ + 0.5505963563919067, + 3.0216875076293945, + 2.356196165084839, + 0.16950564086437225, + 2.3564183712005615, + 1.0471999645233154, + 1.57080078125 + ], + "mean": [ + -0.44064831753394845, + 0.044810599293520874, + -0.09667299499241816, + -0.6179559573275901, + 0.37324754543867494, + 0.16138558929363642, + -0.04477622658352863 + ], + "std": [ + 0.4374789217045343, + 0.16097317375158413, + 0.4566687142938444, + 0.5212846522479491, + 0.5669997492408592, + 0.5223829217451378, + 0.5210728198228 + ], + "q01": [ + -2.61892716884613, + -0.17450003325939178, + -2.296152515411377, + -1.6367655992507935, + -1.6587732124328614, + -1.04719078540802, + -1.5708000659942627 + ], + "q99": [ + 0.5170108753442764, + 0.8608633208274836, + 1.9160030841827416, + 0.09510957151651382, + 2.3561954498291016, + 1.0471981763839722, + 1.570236325263977 + ] + }, + "arm_left_qpos_sin": { + "min": [ + -1.0, + -0.17363129556179047, + -1.0, + -1.0, + -1.0, + -0.8660266995429993, + -1.0 + ], + "max": [ + 0.5231955647468567, + 1.0, + 1.0, + 0.1686950922012329, + 1.0, + 0.8660265803337097, + 1.0 + ], + "mean": [ + -0.3788414888506152, + 0.043208541825812886, + -0.07497595954692522, + -0.49673881006309, + 0.2950975242538935, + 0.13821974557859906, + -0.023564394694352786 + ], + "std": [ + 0.33500504759538763, + 0.1550813208035862, + 0.35555302155891993, + 0.3650771441344372, + 0.394534724671373, + 0.4671246774437793, + 0.4220550333326586 + ], + "q01": [ + -0.9998769760131836, + -0.17361578345298767, + -0.9997559851408004, + -0.999994695186615, + -0.9991854596138, + -0.866021990776062, + -1.0 + ], + "q99": [ + 0.49428389251232147, + 0.7477953410148599, + 0.9990536546707154, + 0.0949662446975708, + 0.9998820424079895, + 0.8660256862640381, + 0.9999998211860657 + ] + }, + "arm_left_qpos_cos": { + "min": [ + -1.0, + -0.9928199648857117, + -0.7071079611778259, + -0.17361508309841156, + -0.7072650790214539, + 0.49999770522117615, + -7.315477887459565e-06 + ], + "max": [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + "mean": [ + 0.8307857834306867, + 0.9920001827094036, + 0.9118657948785598, + 0.7166911882650612, + 0.810864158310747, + 0.8620206050389164, + 0.8824085596125505 + ], + "std": [ + 0.24568417534984152, + 0.03566746717075397, + 0.21956918727934097, + 0.33274636593381524, + 0.32686230999243526, + 0.1594220496831616, + 0.2283688098196029 + ], + "q01": [ + -0.866491652727127, + 0.6517829716205596, + -0.6634020233154296, + -0.06592143326997757, + -0.7071074843406677, + 0.499999463558197, + -3.739199428309803e-06 + ], + "q99": [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + }, + "eef_left_pos": { + "min": [ + -0.29318809509277344, + -0.2712371051311493, + 0.002660512924194336 + ], + "max": [ + 1.213043212890625, + 1.040291666984558, + 2.0455143451690674 + ], + "mean": [ + 0.5160713621676302, + 0.2474851475100056, + 0.6836650939637079 + ], + "std": [ + 0.21588456124837183, + 0.12222884073343476, + 0.27805653079791637 + ], + "q01": [ + -0.1094246196746826, + -0.1754944610595703, + 0.02435866668820381 + ], + "q99": [ + 1.0699838256835932, + 0.7893409729003906, + 1.8705657005310052 + ] + }, + "eef_left_quat": { + "min": [ + -0.8588797450065613, + -0.8650590181350708, + -0.841005265712738, + -0.5 + ], + "max": [ + 0.9999929666519165, + 1.0, + 0.9845409393310547, + 0.9617436528205872 + ], + "mean": [ + -0.0663535199862692, + 0.8611118942418127, + -0.06413671264087122, + 0.3115006830960212 + ], + "std": [ + 0.1792821484038788, + 0.19792752849522144, + 0.217055016999389, + 0.20829947525926978 + ], + "q01": [ + -0.6571075320243835, + -0.6516380822658538, + -0.6857465314865112, + -0.48287599831819533 + ], + "q99": [ + 0.7483707463741305, + 0.9999786615371704, + 0.8158004015684127, + 0.8217956781387328 + ] + }, + "gripper_left_qpos": { + "min": [ + 0.0, + 0.0 + ], + "max": [ + 0.05000000074505806, + 0.05000000074505806 + ], + "mean": [ + 0.04408877553139796, + 0.038755202861951284 + ], + "std": [ + 0.011461306769436432, + 0.0185620058519011 + ], + "q01": [ + 6.05472345682756e-08, + 3.996996369437511e-08 + ], + "q99": [ + 0.05000000074505806, + 0.05000000074505806 + ] + }, + "arm_right_qpos": { + "min": [ + -3.206026315689087, + -3.005096912384033, + -2.356199026107788, + -1.7454899549484253, + -2.356196403503418, + -1.0471998453140259, + -1.570801854133606 + ], + "max": [ + 0.4984091520309448, + 0.17452052235603333, + 2.3561978340148926, + 0.34479665756225586, + 2.3562169075012207, + 1.047200083732605, + 1.8344576358795166 + ], + "mean": [ + -0.4926937303094319, + -0.05746068854244716, + 0.060067987430524196, + -0.6359656591353143, + -0.23591194814488878, + 0.16645281122902053, + 0.048392212598411546 + ], + "std": [ + 0.41749482222866613, + 0.17047468677090685, + 0.397533469770515, + 0.5381004499965083, + 0.5435909518022447, + 0.5310344433737345, + 0.4777509105093705 + ], + "q01": [ + -2.4307329654693604, + -2.4881052446365355, + -1.6894862282276153, + -1.6293303966522217, + -2.309690005779266, + -1.0450544357299805, + -1.5708000659942627 + ], + "q99": [ + 0.39554643869400025, + 0.17450003325939178, + 2.2048466110229525, + 0.0855640336126089, + 1.774828751087189, + 1.0471981763839722, + 1.567148299217224 + ] + }, + "arm_right_qpos_sin": { + "min": [ + -1.0, + -1.0, + -1.0, + -1.0, + -1.0, + -0.8660265207290649, + -1.0 + ], + "max": [ + 0.4780288338661194, + 0.17363595962524414, + 1.0, + 0.33800530433654785, + 1.0, + 0.8660266399383545, + 1.0 + ], + "mean": [ + -0.4264371317264002, + -0.05465836284551001, + 0.05346223672976269, + -0.5054683183348891, + -0.1918360835051923, + 0.14340329014491734, + 0.0357940903426538 + ], + "std": [ + 0.31494887556161716, + 0.1549590719500001, + 0.34120127397829, + 0.3770451917413771, + 0.4156889711075758, + 0.4753151693382749, + 0.4020068446524755 + ], + "q01": [ + -0.9999332284927368, + -0.9014628958702088, + -0.9949211800098419, + -0.9999994039535522, + -0.9999218583106995, + -0.8649518489837646, + -1.0 + ], + "q99": [ + 0.3853125, + 0.17361578345298767, + 0.9979434013366699, + 0.0854596658796072, + 0.9979422092437744, + 0.8660256862640381, + 0.9999933242797852 + ] + }, + "arm_right_qpos_cos": { + "min": [ + -1.0, + -0.9906989336013794, + -0.7071099877357483, + -0.17380644381046295, + -0.7071226239204407, + 0.4999977946281433, + -0.26061707735061646 + ], + "max": [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + "mean": [ + 0.8152685176486311, + 0.9903730380535329, + 0.9322938999891098, + 0.6996053660469064, + 0.8519093439110083, + 0.8568433553286315, + 0.9001080903351859 + ], + "std": [ + 0.2440489014640611, + 0.05598231053460137, + 0.15457119672371283, + 0.3419510653279641, + 0.2698112779261797, + 0.15797425577490556, + 0.19258703108145175 + ], + "q01": [ + -0.7578012096881866, + -0.7939684128761292, + -0.5924126744270325, + -0.05850065127015114, + -0.6734705185890197, + 0.499999463558197, + -3.739199428309803e-06 + ], + "q99": [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 0.9999990463256836, + 1.0 + ] + }, + "eef_right_pos": { + "min": [ + -0.3725128173828125, + -1.0382061004638672, + -0.0025070905685424805 + ], + "max": [ + 1.2326364517211914, + 0.26436495780944824, + 2.054759979248047 + ], + "mean": [ + 0.5586481590001344, + -0.2622612647007511, + 0.7113525060273301 + ], + "std": [ + 0.20198244627461825, + 0.12248826183145507, + 0.2887044106083767 + ], + "q01": [ + -0.1481202507019043, + -0.8345400273799897, + 0.03438965082168579 + ], + "q99": [ + 1.0937080383300781, + 0.16088378429412842, + 1.8588311290740953 + ] + }, + "eef_right_quat": { + "min": [ + -0.8496482968330383, + -0.8658974170684814, + -0.846491813659668, + -0.4999993145465851 + ], + "max": [ + 0.9998801350593567, + 1.0, + 0.9662613272666931, + 0.995110034942627 + ], + "mean": [ + 0.039308256893455434, + 0.8539108747307287, + 0.056494809508991245, + 0.3574470248038774 + ], + "std": [ + 0.1916118436369245, + 0.16095139520309862, + 0.20996628055737465, + 0.19794763260100237 + ], + "q01": [ + -0.6425015807151795, + -0.6397820979356765, + -0.7292706942558289, + -0.4441394343972206 + ], + "q99": [ + 0.7494055771827697, + 0.999978244304657, + 0.7843276864290237, + 0.8603697574138641 + ] + }, + "gripper_right_qpos": { + "min": [ + 0.0, + 0.0 + ], + "max": [ + 0.05000000074505806, + 0.05000000074505806 + ], + "mean": [ + 0.042431414878741636, + 0.03511908840165952 + ], + "std": [ + 0.013046067439518791, + 0.020962884347955166 + ], + "q01": [ + 3.4630564726967345e-08, + 3.8812980704960864e-08 + ], + "q99": [ + 0.05000000074505806, + 0.05000000074505806 + ] + }, + "trunk_qpos": { + "min": [ + 0.39582502841949463, + -2.5926384925842285, + -1.8325999975204468, + -0.05102548748254776 + ], + "max": [ + 1.7358886003494263, + -0.389108270406723, + 0.9993085265159607, + 0.05344555154442787 + ], + "mean": [ + 0.9366095621998883, + -1.2823185893959783, + -0.5011695937647738, + 3.913945759378729e-06 + ], + "std": [ + 0.43196813242852095, + 0.7831734764485765, + 0.4368973790125537, + 0.00010470719164436558 + ], + "q01": [ + 0.4483729898929596, + -2.5616512298583984, + -1.8321523666381836, + -0.0005037983693182468 + ], + "q99": [ + 1.7193808555603027, + -0.3973461839556694, + 0.20211271822452498, + 0.0005197289166972034 + ] + } + }, + "action": { + "base": { + "min": [ + -0.673821747303009, + -0.6999999284744263, + -0.2999999523162842 + ], + "max": [ + 0.6999999284744263, + 0.6999999284744263, + 0.2999999523162842 + ], + "mean": [ + 0.05084607777228721, + 0.00111014798191818, + -0.0013838868892303525 + ], + "std": [ + 0.1371181311520449, + 0.0798706897676514, + 0.12355546319380939 + ], + "q01": [ + -0.3463053089380264, + -0.3254044193029404, + -0.2999999523162842 + ], + "q99": [ + 0.6886031532287594, + 0.33666460305452345, + 0.2999999523162842 + ] + }, + "torso": { + "min": [ + 0.44999998807907104, + -2.569999933242798, + -1.8325998783111572, + 0.0 + ], + "max": [ + 1.7350000143051147, + -0.4000000059604645, + 0.9987771511077881, + 0.0 + ], + "mean": [ + 0.936657014192599, + -1.2827422389577594, + -0.50206172463222, + 0.0 + ], + "std": [ + 0.4318532444497278, + 0.7828503729922744, + 0.4368196001658461, + 0.0 + ], + "q01": [ + 0.44999998807907104, + -2.561833381652832, + -1.8325998783111572, + 0.0 + ], + "q99": [ + 1.7192498445510864, + -0.4000000059604645, + 0.20169466733932495, + 0.0 + ] + }, + "left_arm": { + "min": [ + -3.3110010623931885, + -0.1745000034570694, + -2.3561956882476807, + -1.7452999353408813, + -2.3561956882476807, + -1.0471980571746826, + -1.5707999467849731 + ], + "max": [ + 0.5806917548179626, + 3.021942138671875, + 2.3561956882476807, + 0.12184079736471176, + 2.3561956882476807, + 1.0471980571746826, + 1.5707999467849731 + ], + "mean": [ + -0.44110921936603625, + 0.04491655578480166, + -0.0976132908956639, + -0.6182894275563255, + 0.3763169243819355, + 0.1624361606973807, + -0.0436291661086176 + ], + "std": [ + 0.437611261724098, + 0.16111713041291512, + 0.4591176604028236, + 0.5214576489813111, + 0.5691707668520373, + 0.5249085197149451, + 0.5238422958722031 + ], + "q01": [ + -2.620039224624634, + -0.1745000034570694, + -2.3040503668785095, + -1.6367605924606323, + -1.665941891670227, + -1.0471980571746826, + -1.5707999467849731 + ], + "q99": [ + 0.5169792175292969, + 0.8615447556972479, + 1.9226860141754163, + 0.0951068103313446, + 2.3561956882476807, + 1.0471980571746826, + 1.5707999467849731 + ] + }, + "left_gripper": { + "min": [ + -1.0 + ], + "max": [ + 1.0 + ], + "mean": [ + 0.3815468524085131 + ], + "std": [ + 0.9251173556094313 + ], + "q01": [ + -1.0 + ], + "q99": [ + 1.0 + ] + }, + "right_arm": { + "min": [ + -3.206321954727173, + -3.005068302154541, + -2.3561956882476807, + -1.7452999353408813, + -2.3561956882476807, + -1.0471980571746826, + -1.5707999467849731 + ], + "max": [ + 0.4816270172595978, + 0.1745000034570694, + 2.3561956882476807, + 0.3490999639034271, + 2.3561956882476807, + 1.0471980571746826, + 1.5707999467849731 + ], + "mean": [ + -0.4933116890547536, + -0.05757132018400602, + 0.06077442956430074, + -0.6361423087559954, + -0.23828185231898744, + 0.1673062246267989, + 0.04782145716375659 + ], + "std": [ + 0.41754124847622937, + 0.1706010252887335, + 0.39985703299076597, + 0.5386661425158871, + 0.5466381748517407, + 0.533557130358621, + 0.48047503384252793 + ], + "q01": [ + -2.435723581314087, + -2.48811674118042, + -1.6904468536376953, + -1.6290875673294067, + -2.314507775306702, + -1.0471980571746826, + -1.5707999467849731 + ], + "q99": [ + 0.3957670032978058, + 0.1745000034570694, + 2.210490617752077, + 0.08743690699338913, + 1.770844707489017, + 1.0471980571746826, + 1.5707999467849731 + ] + }, + "right_gripper": { + "min": [ + -1.0 + ], + "max": [ + 1.0 + ], + "mean": [ + 0.25243926359417473 + ], + "std": [ + 0.9677173384029119 + ], + "q01": [ + -1.0 + ], + "q99": [ + 1.0 + ] + } + }, + "relative_action": { + "left_arm": { + "min": [ + [ + -0.997752845287323, + -0.3958113044500351, + -0.7332055568695068, + -1.4228347167372704, + -1.586839571595192, + -1.3559619188308716, + -2.314941704273224 + ], + [ + -1.0034335851669312, + -0.40893562138080597, + -0.7517350316047668, + -1.4660160932689905, + -1.5861172527074814, + -1.3656324744224548, + -2.3205625414848328 + ], + [ + -1.0091137290000916, + -0.5375223755836487, + -0.8195391595363617, + -1.5024737510830164, + -1.5865084379911423, + -1.3726775646209717, + -2.3261601328849792 + ], + [ + -1.0147951543331146, + -0.7229288518428802, + -0.886341005563736, + -1.5258067045360804, + -1.587491750717163, + -1.3790714740753174, + -2.331751048564911 + ], + [ + -1.0204739570617676, + -0.8476445972919464, + -0.9876070618629456, + -1.540739694610238, + -1.5895655155181885, + -1.385416865348816, + -2.337340533733368 + ], + [ + -1.0500553250312805, + -0.9306584298610687, + -1.0975277423858643, + -1.5502968225628138, + -1.5955830812454224, + -1.3918101787567139, + -2.342930018901825 + ], + [ + -1.163932204246521, + -1.0014683902263641, + -1.2590898275375366, + -1.5561347398906946, + -1.6629566252231598, + -1.3982658386230469, + -2.3485122323036194 + ], + [ + -1.2344524264335632, + -1.0709741413593292, + -1.3771833181381226, + -1.5614807475358248, + -1.7650106102228165, + -1.4048137068748474, + -2.354092299938202 + ], + [ + -1.2824132442474365, + -1.150385707616806, + -1.418223261833191, + -1.5669458471238613, + -1.8503664135932922, + -1.4207874536514282, + -2.359671175479889 + ], + [ + -1.3529334664344788, + -1.1989533603191376, + -1.4496347904205322, + -1.5723719941452146, + -1.968759000301361, + -1.4434602856636047, + -2.365239441394806 + ], + [ + -1.4335040971636772, + -1.2473014295101166, + -1.504702866077423, + -1.5775016658008099, + -2.0454367995262146, + -1.497969627380371, + -2.3707833886146545 + ], + [ + -1.497478000819683, + -1.293179526925087, + -1.6119202375411987, + -1.5826296722516418, + -2.084663450717926, + -1.5473410487174988, + -2.376343548297882 + ], + [ + -1.5517723001539707, + -1.3114978224039078, + -1.7065939903259277, + -1.58784143300727, + -2.114568531513214, + -1.594035029411316, + -2.3819066882133484 + ], + [ + -1.6342823430895805, + -1.3297917991876602, + -1.7760422229766846, + -1.593679350335151, + -2.1348535418510437, + -1.630222201347351, + -2.3938499689102173 + ], + [ + -1.6885766424238682, + -1.3387551456689835, + -1.8312852382659912, + -1.5936605823226273, + -2.1634854674339294, + -1.6727731227874756, + -2.402282476425171 + ], + [ + -1.7139583341777325, + -1.3387551456689835, + -1.8709232211112976, + -1.5936603606678545, + -2.198754608631134, + -1.7089602947235107, + -2.40790331363678 + ], + [ + -1.7474306719377637, + -1.3387551456689835, + -1.8916627168655396, + -1.5936602046713233, + -2.2300427556037903, + -1.7422797679901123, + -2.4135009050369263 + ], + [ + -1.7639322178438306, + -1.3387551456689835, + -1.9373923242092133, + -1.5966984406113625, + -2.265427887439728, + -1.7923739552497864, + -2.419091820716858 + ], + [ + -1.779032427817583, + -1.3387551456689835, + -1.9916984140872955, + -1.5978786125779152, + -2.295332968235016, + -1.861717402935028, + -2.424681305885315 + ], + [ + -1.7848996706306934, + -1.3709536790847778, + -2.0462610200047493, + -1.5993824454490095, + -2.3194939494132996, + -1.9203924536705017, + -2.430270791053772 + ], + [ + -1.7933485098183155, + -1.4062365293502808, + -2.109062857925892, + -1.5995981830637902, + -2.343884289264679, + -1.9758113026618958, + -2.4358530044555664 + ], + [ + -1.8067792057991028, + -1.4318740367889404, + -2.154929667711258, + -1.6053896322846413, + -2.4117966890335083, + -2.015077769756317, + -2.441433072090149 + ], + [ + -1.839739814400673, + -1.4629629850387573, + -2.213408980052918, + -1.6090867891907692, + -2.456482172012329, + -2.03894704580307, + -2.447011947631836 + ], + [ + -1.8660464733839035, + -1.4866853952407837, + -2.259573109447956, + -1.614410676062107, + -2.490067958831787, + -2.051995277404785, + -2.4721572399139404 + ], + [ + -1.890480563044548, + -1.5025921538472176, + -2.293810434639454, + -1.616303600370884, + -2.5259942412376404, + -2.0591602325439453, + -2.4868974685668945 + ], + [ + -1.9061208218336105, + -1.5186362639069557, + -2.326630659401417, + -1.619029439985752, + -2.572178542613983, + -2.0641900300979614, + -2.5106950998306274 + ], + [ + -1.9161089658737183, + -1.533745564520359, + -2.346960850059986, + -1.6210776939988136, + -2.620660424232483, + -2.0677136182785034, + -2.5303961038589478 + ], + [ + -1.9252651929855347, + -1.5469973962754011, + -2.365190267562866, + -1.623191513121128, + -2.680773913860321, + -2.0723377466201782, + -2.5470060110092163 + ], + [ + -1.9381507486104965, + -1.5611521378159523, + -2.3724575862288475, + -1.6250238865613937, + -2.7299404740333557, + -2.0727533102035522, + -2.558198571205139 + ], + [ + -1.946475401520729, + -1.5744039695709944, + -2.3793404921889305, + -1.6255219131708145, + -2.7635262608528137, + -2.0727533102035522, + -2.5740851163864136 + ], + [ + -1.9515115171670914, + -1.5854400768876076, + -2.3828645572066307, + -1.6260133311152458, + -2.8386014699935913, + -2.0753005743026733, + -2.5826919078826904 + ], + [ + -1.9532166868448257, + -1.5986919086426497, + -2.386074833571911, + -1.6264569088816643, + -2.8972833156585693, + -2.0839775800704956, + -2.6126683950424194 + ] + ], + "max": [ + [ + 1.0669727623462677, + 0.9484425857663155, + 1.0950435101985931, + 1.2021992970257998, + 1.3884141445159912, + 1.608982503414154, + 1.4833613965736276 + ], + [ + 1.0669573247432709, + 0.9482506960630417, + 1.0949791967868805, + 1.2077287007123232, + 1.388249397277832, + 1.6170933842658997, + 1.3906452655792236 + ], + [ + 1.0669780671596527, + 0.948251836001873, + 1.0949744284152985, + 1.2132584620267153, + 1.3882359862327576, + 1.6238858699798584, + 1.555236577987671 + ], + [ + 1.0669749677181244, + 0.9482506811618805, + 1.0949859917163849, + 1.2187524605542421, + 1.3882350325584412, + 1.6336724758148193, + 1.677226483821869 + ], + [ + 1.0669197738170624, + 0.9482514336705208, + 1.1322687268257141, + 1.2242285776883364, + 1.3889169991016388, + 1.639348328113556, + 1.8060536980628967 + ], + [ + 1.0669170916080475, + 0.9482519552111626, + 1.410931646823883, + 1.2372132241725922, + 1.4918879270553589, + 1.662769079208374, + 1.8643245697021484 + ], + [ + 1.0668952763080597, + 0.9482454732060432, + 1.4669503271579742, + 1.3257556054741144, + 1.5334960371255875, + 1.6728941202163696, + 1.8878414630889893 + ], + [ + 1.0941869020462036, + 0.9479417875409126, + 1.523007094860077, + 1.4056907966732979, + 1.5683319866657257, + 1.6872605085372925, + 1.9468960165977478 + ], + [ + 1.175170887261629, + 0.9477444589138031, + 1.579025775194168, + 1.4807198122143745, + 1.59773488342762, + 1.697385549545288, + 1.9818745255470276 + ], + [ + 1.2653789408504963, + 0.9480108767747879, + 1.6263106316328049, + 1.5124149397015572, + 1.6477856040000916, + 1.7039664387702942, + 2.0146979689598083 + ], + [ + 1.3416013605892658, + 0.9481960237026215, + 1.6653781309723854, + 1.5367852374911308, + 1.7066646814346313, + 1.7109761238098145, + 2.04448801279068 + ], + [ + 1.407979629933834, + 0.9741421267390251, + 1.7264829277992249, + 1.563093826174736, + 1.7565813064575195, + 1.7175570130348206, + 2.0568318963050842 + ], + [ + 1.473886989057064, + 1.0208869967609644, + 1.7724896371364594, + 1.5794222094118595, + 1.7931742668151855, + 1.7220725417137146, + 2.090766131877899 + ], + [ + 1.5313405022025108, + 1.0412196815013885, + 1.8948577046394348, + 1.5877823419868946, + 1.8221957683563232, + 1.7304814457893372, + 2.099655330181122 + ], + [ + 1.5853290408849716, + 1.0713306479156017, + 1.9543958902359009, + 1.5920627303421497, + 1.8490485846996307, + 1.7702059745788574, + 2.150808870792389 + ], + [ + 1.6321801990270615, + 1.093981847167015, + 1.9932538717985153, + 1.5947807021439075, + 1.8769814372062683, + 1.8019075989723206, + 2.213081181049347 + ], + [ + 1.6544547379016876, + 1.117748148739338, + 2.037040591239929, + 1.5963974259793758, + 1.8948584496974945, + 1.8243050575256348, + 2.2575637102127075 + ], + [ + 1.6893122792243958, + 1.1439502462744713, + 2.0758985728025436, + 1.5978000238537788, + 1.9223847091197968, + 1.8393860459327698, + 2.3183498978614807 + ], + [ + 1.7164668068289757, + 1.1662669405341148, + 2.101071484386921, + 1.5983830764889717, + 1.9643865525722504, + 1.8690887093544006, + 2.3796305656433105 + ], + [ + 1.7366787418723106, + 1.1907387003302574, + 2.1244651153683662, + 1.598920114338398, + 1.9952272474765778, + 1.889298141002655, + 2.4364193081855774 + ], + [ + 1.7685035541653633, + 1.2030284702777863, + 2.146640859544277, + 1.6027429359965026, + 2.050830416381359, + 1.9101697206497192, + 2.4676687121391296 + ], + [ + 1.8031738176941872, + 1.2309308052062988, + 2.1740896701812744, + 1.6084474930539727, + 2.0902974009513855, + 1.9288233518600464, + 2.5455174446105957 + ], + [ + 1.8479544334113598, + 1.291327804327011, + 2.2526247799396515, + 1.6136833298951387, + 2.1550829708576202, + 1.9380230903625488, + 2.6071988344192505 + ], + [ + 1.8835991073865443, + 1.3337138891220093, + 2.357059955596924, + 1.6191376317292452, + 2.191846191883087, + 1.9642048478126526, + 2.6847872734069824 + ], + [ + 1.905192916514352, + 1.3763055056333542, + 2.4477269649505615, + 1.6218779310584068, + 2.261343002319336, + 1.9940481781959534, + 2.7374370098114014 + ], + [ + 1.9358505655545741, + 1.4182565212249756, + 2.5033892691135406, + 1.6236317232251167, + 2.3320093750953674, + 1.9941557049751282, + 2.796732187271118 + ], + [ + 1.9668327022809535, + 1.4614121541380882, + 2.5554285049438477, + 1.6277280636131763, + 2.401506185531616, + 2.0106208324432373, + 2.8488266468048096 + ], + [ + 1.9905512977857143, + 1.4894920215010643, + 2.6267186999320984, + 1.6312586851418018, + 2.457232117652893, + 2.0305533409118652, + 2.8856470584869385 + ], + [ + 2.00818083435297, + 1.5087819918990135, + 2.6944882571697235, + 1.6344106569886208, + 2.5162031054496765, + 2.0381810665130615, + 2.9162187576293945 + ], + [ + 2.021653987467289, + 1.5285549983382225, + 2.7199385166168213, + 1.635116495192051, + 2.5403850078582764, + 2.053256869316101, + 2.9486706256866455 + ], + [ + 2.034294880926609, + 1.5492422208189964, + 2.7442717254161835, + 1.6361225433647633, + 2.5606176257133484, + 2.0626657009124756, + 2.961563467979431 + ], + [ + 2.046102412045002, + 1.5702159032225609, + 2.7697219848632812, + 1.6368283815681934, + 2.567579209804535, + 2.072218894958496, + 2.9716033935546875 + ] + ], + "mean": [ + [ + -0.0004958616233034847, + 0.00011017623402605033, + -0.0009467590092983712, + -0.0003665470387596969, + 0.0030612857314230462, + 0.0010949116926847573, + 0.0011147105429127238 + ], + [ + -0.0005116002427033546, + 0.00011659327868531267, + -0.0009614220982388572, + -0.0003785369101839987, + 0.0030980926243350886, + 0.0010819143959574162, + 0.0011112937246852148 + ], + [ + -0.0005273196481433562, + 0.00012309534157680323, + -0.0009760781248124761, + -0.00039020460244536346, + 0.0031350512289905607, + 0.0010687168498650498, + 0.0011081621924467408 + ], + [ + -0.0005429779611770763, + 0.00012965097051735, + -0.000990724333475564, + -0.0004014282483750052, + 0.0031720565487464722, + 0.001055426586475631, + 0.0011052259842079383 + ], + [ + -0.0005585632191443938, + 0.00013623511193658252, + -0.001005361132676598, + -0.00041227517086457757, + 0.0032091027582535547, + 0.0010420462215233307, + 0.0011024329357675422 + ], + [ + -0.0005740832437287081, + 0.00014285271473894558, + -0.0010199682285903292, + -0.00042281713388194045, + 0.0032461933373482, + 0.0010285949150608102, + 0.0010997673656611404 + ], + [ + -0.0005895381890522104, + 0.00014950231408974467, + -0.0010345533264584652, + -0.0004330674005024742, + 0.0032833074194111352, + 0.001015081152846598, + 0.001097210697566495 + ], + [ + -0.0006049451950946358, + 0.00015618341800294547, + -0.0010491397989406623, + -0.0004430099349349081, + 0.0033204311092451724, + 0.0010015264050289782, + 0.0010947628513141407 + ], + [ + -0.0006203153785517061, + 0.0001628851635434065, + -0.0010637232352354077, + -0.0004526542180134146, + 0.003357568437488372, + 0.000987962109686762, + 0.0010924026295805378 + ], + [ + -0.0006356521297935533, + 0.00016960705770801624, + -0.0010782935264365323, + -0.00046201902351602743, + 0.003394698870986379, + 0.0009744126907790003, + 0.0010901240650319157 + ], + [ + -0.0006509645072410887, + 0.00017633659700363785, + -0.0010928590146580168, + -0.00047115520288140743, + 0.00343181779535498, + 0.0009608868846321013, + 0.001087909733995639 + ], + [ + -0.0006662377926102262, + 0.00018307005627259305, + -0.0011074202302274651, + -0.00048007653486858287, + 0.00346891584652413, + 0.0009473877544412211, + 0.0010857383748417119 + ], + [ + -0.0006814852585384487, + 0.0001897974906037577, + -0.0011219723188962826, + -0.0004888002313646856, + 0.003505981565462149, + 0.0009339155727249339, + 0.001083610696421159 + ], + [ + -0.0006966979698286305, + 0.0001965233374592621, + -0.0011365171174142034, + -0.0004973404411717538, + 0.003543013417832478, + 0.0009204772157097542, + 0.0010814983444987578 + ], + [ + -0.0007118765244449627, + 0.0002032261194933983, + -0.0011510539061127894, + -0.0005057181069258496, + 0.0035800040845661925, + 0.0009070570838107133, + 0.0010794071966900261 + ], + [ + -0.0007270270062563109, + 0.00020991204061775797, + -0.0011655778275055683, + -0.0005139322141728218, + 0.0036169564818002648, + 0.0008936582515723874, + 0.0010773367249018208 + ], + [ + -0.0007421719869839359, + 0.00021658121019173802, + -0.0011800883057203964, + -0.0005219774346315418, + 0.0036538720669228916, + 0.0008802944786491027, + 0.0010752573689598892 + ], + [ + -0.0007572860833649996, + 0.00022322732279566202, + -0.0011945849196098135, + -0.000529841627516269, + 0.003690750250612123, + 0.000866933037574312, + 0.0010731855621436207 + ], + [ + -0.0007723588194394823, + 0.00022984973184747315, + -0.001209073917191828, + -0.0005375338835617651, + 0.0037275974450995653, + 0.000853582945564675, + 0.0010711070478554862 + ], + [ + -0.000787397580628563, + 0.00023645399063147127, + -0.00122355144154587, + -0.0005450527238411839, + 0.0037644107856346907, + 0.0008402615161090502, + 0.0010690141208693526 + ], + [ + -0.0008023906600965558, + 0.00024304287006803946, + -0.001238021916164629, + -0.0005524069813860281, + 0.003801176495771832, + 0.0008269668496222473, + 0.0010669126837087497 + ], + [ + -0.0008173392907196568, + 0.0002496149828222855, + -0.0012524873894670355, + -0.0005595813939638781, + 0.0038378884941655885, + 0.0008136989076407067, + 0.0010648170507694971 + ], + [ + -0.0008322485951846251, + 0.00025615945106017705, + -0.0012669614600614035, + -0.0005665506329828626, + 0.0038745505521877617, + 0.0008004673707303877, + 0.0010627283904018488 + ], + [ + -0.0008471120374248419, + 0.00026267286847589746, + -0.0012814459157133608, + -0.0005732847468255134, + 0.003911165842253698, + 0.000787289346935293, + 0.0010606434126586915 + ], + [ + -0.0008619227708117828, + 0.0002691585955543047, + -0.001295937301812972, + -0.0005797757916683006, + 0.003947728766429305, + 0.0007741464455712871, + 0.0010585567711695505 + ], + [ + -0.0008766620185455484, + 0.0002756038969307649, + -0.0013104451651340834, + -0.0005859746990277021, + 0.00398422853076343, + 0.0007610373295647698, + 0.001056460384610946 + ], + [ + -0.0008913399425446072, + 0.0002820132816617226, + -0.001324981905637704, + -0.0005918280510969389, + 0.004020688284255554, + 0.0007479604247165215, + 0.0010543665779929106 + ], + [ + -0.0009059583269795899, + 0.0002883914380678045, + -0.0013395481420451782, + -0.0005973239686363512, + 0.00405710731496394, + 0.0007349655589573382, + 0.0010522814183071107 + ], + [ + -0.0009205199002153148, + 0.0002947306926071589, + -0.001354145463297201, + -0.000602419430314094, + 0.004093492676526124, + 0.00072208354874307, + 0.0010501946502225858 + ], + [ + -0.0009350026883457555, + 0.00030104139293517777, + -0.0013687617572473445, + -0.0006069667759280211, + 0.004129846648804515, + 0.0007092646387385789, + 0.0010480929778585604 + ], + [ + -0.0009494129294604447, + 0.00030732251645394575, + -0.0013834013175462647, + -0.0006109678634855263, + 0.004166166490364631, + 0.0006965554365146632, + 0.0010459864163444412 + ], + [ + -0.0009637507769085367, + 0.0003135694884303077, + -0.0013980657796102854, + -0.0006143176624603366, + 0.004202442976021679, + 0.0006839250092160358, + 0.0010438900202260656 + ] + ], + "std": [ + [ + 0.005042890209461946, + 0.0042037617994652166, + 0.0080576199825256, + 0.009369988976596858, + 0.009065413338618879, + 0.008551509527189331, + 0.009016719240771806 + ], + [ + 0.009032816168871999, + 0.006002642622226509, + 0.01041425337126603, + 0.015314871904375534, + 0.01132663867963773, + 0.013225623243408592, + 0.01351284987842674 + ], + [ + 0.013038492989034128, + 0.008024403231427672, + 0.013258694155021638, + 0.021457558977067012, + 0.014132853227521463, + 0.018224889552827885, + 0.018441254348619922 + ], + [ + 0.01699847171902894, + 0.01008152728533126, + 0.016255231763058854, + 0.027558395603506085, + 0.017136870088938855, + 0.023224247557669102, + 0.023418663175673125 + ], + [ + 0.020891696718825084, + 0.012109703362555083, + 0.01926487248976277, + 0.0335411828149856, + 0.020179974979627046, + 0.0281276482040047, + 0.0283198135075085 + ], + [ + 0.024710205195025165, + 0.014084730798238286, + 0.022229285463196215, + 0.03937645770900859, + 0.02319157830860815, + 0.03290526937642443, + 0.03310009203003191 + ], + [ + 0.028450831355386896, + 0.01599913544653074, + 0.025124999258787827, + 0.04505451479674172, + 0.026141554038838895, + 0.0375505210961574, + 0.03774529985130113 + ], + [ + 0.03211329457342708, + 0.01785182315015365, + 0.02794315730524412, + 0.05057356838405714, + 0.029017895204495894, + 0.042065280581270695, + 0.042253454923578675 + ], + [ + 0.035698617902374614, + 0.01964454393359776, + 0.030681422712571745, + 0.05593542474264304, + 0.031817051617323684, + 0.04645394236790948, + 0.04662767005045012 + ], + [ + 0.03920821635422941, + 0.021380041391474165, + 0.03334055297379937, + 0.06114343201465775, + 0.03453941788679597, + 0.050721463598993675, + 0.05087281276202849 + ], + [ + 0.04264380130281443, + 0.023061499765628806, + 0.03592280063132693, + 0.06620214039142581, + 0.037186999236960415, + 0.05487326708862938, + 0.054994472546606506 + ], + [ + 0.0460073638771838, + 0.024691939751578733, + 0.03843101871211045, + 0.07111681592191901, + 0.03976303654790011, + 0.05891437636838992, + 0.05899849704838266 + ], + [ + 0.04930104048908295, + 0.02627401897392844, + 0.04086832384567456, + 0.07589272506000187, + 0.04227070023698299, + 0.06284950701280673, + 0.06289024421166466 + ], + [ + 0.052527121153720754, + 0.027810072409647515, + 0.04323790292684345, + 0.0805353477437409, + 0.04471326190983994, + 0.06668340553568844, + 0.06667516658794667 + ], + [ + 0.05568773467925167, + 0.029302097350058533, + 0.04554280961123761, + 0.08505016573267862, + 0.04709386853953281, + 0.07042045790170746, + 0.0703582249894073 + ], + [ + 0.058785183632315545, + 0.030751926128337246, + 0.047786024371488704, + 0.08944238095938235, + 0.04941562440760167, + 0.07406497659053933, + 0.07394398256389473 + ], + [ + 0.061821509308915314, + 0.03216118033368125, + 0.04997055815135897, + 0.09371710093616462, + 0.05168142201561866, + 0.07762118335997142, + 0.07743702199643478 + ], + [ + 0.06479879633512685, + 0.0335313039725282, + 0.052099258643134284, + 0.09787910087842525, + 0.053893983426028205, + 0.08109297644490984, + 0.08084132958286848 + ], + [ + 0.06771910341861712, + 0.03486391620849972, + 0.05417476318206165, + 0.10193312479930992, + 0.056055982545011075, + 0.08448410581576214, + 0.08416071356919218 + ], + [ + 0.07058442364562563, + 0.03616062694069613, + 0.0561996864576997, + 0.10588357052338376, + 0.05816979073003998, + 0.08779813800566191, + 0.08739871559510244 + ], + [ + 0.07339666844155475, + 0.03742300444770677, + 0.058176502832676606, + 0.10973472010727138, + 0.06023778301590709, + 0.09103855588524483, + 0.09055868272580397 + ], + [ + 0.0761577380926806, + 0.03865262123260878, + 0.0601075463229847, + 0.11349061388614291, + 0.06226209527653031, + 0.09420859942257964, + 0.09364388664591426 + ], + [ + 0.07886938187981209, + 0.039851045632990814, + 0.061995046315513794, + 0.11715511958538807, + 0.06424474538155879, + 0.09731120000317585, + 0.096657039502933 + ], + [ + 0.08153329957094609, + 0.04101973503133469, + 0.06384101471923177, + 0.12073193812609355, + 0.06618757076335723, + 0.10034928414557648, + 0.09960118344612674 + ], + [ + 0.08415115646185634, + 0.042160087805930925, + 0.06564737203836275, + 0.12422448756024544, + 0.06809231267303495, + 0.10332543924194547, + 0.10247896562382772 + ], + [ + 0.08672464624373165, + 0.043273487417356746, + 0.06741592463275682, + 0.12763610752538262, + 0.06996063543885211, + 0.1062423023109077, + 0.10529298649896057 + ], + [ + 0.08925520454671597, + 0.044361228474532985, + 0.06914848502897086, + 0.1309699272601737, + 0.07179398194675123, + 0.10910208646244264, + 0.10804571258119436 + ], + [ + 0.09174430542953789, + 0.04542450217791837, + 0.07084662751299511, + 0.13422905231602364, + 0.07359393626715013, + 0.1119071253620825, + 0.11073944572428539 + ], + [ + 0.09419338123277486, + 0.046464406204313094, + 0.0725119526644367, + 0.13741635368191718, + 0.07536181811886387, + 0.1146596071024406, + 0.11337634139835086 + ], + [ + 0.09660382411327949, + 0.04748201981683536, + 0.07414588391277588, + 0.14053420183149867, + 0.07709892911770225, + 0.11736160116854574, + 0.11595863275150257 + ], + [ + 0.09897697385912706, + 0.04847830448262251, + 0.07574980100172676, + 0.14358535734714933, + 0.07880658971350224, + 0.12001508244543165, + 0.11848836940444295 + ], + [ + 0.10131409552155905, + 0.04945420247532397, + 0.07732500053655912, + 0.1465721035537298, + 0.08048594340295494, + 0.12262187512881731, + 0.12096749704031641 + ] + ], + "q01": [ + [ + -0.0386461079120636, + -0.036662497201468795, + -0.06850713342428208, + -0.0640183898806572, + -0.042670408189296724, + -0.06457344196736813, + -0.06907691478729248 + ], + [ + -0.0756398320198059, + -0.052268517985939976, + -0.07780131578445434, + -0.12125650227069855, + -0.04867205649614334, + -0.08576318487990647, + -0.09421725869178772 + ], + [ + -0.11220928728580475, + -0.07700768031179905, + -0.11366160605102778, + -0.17741059362888337, + -0.06763579070568085, + -0.12549763992428778, + -0.14013565331697464 + ], + [ + -0.14823150038719177, + -0.10080395624041556, + -0.14843568682670594, + -0.2319256994128227, + -0.08910922549664974, + -0.16407283574342726, + -0.1849883645772934 + ], + [ + -0.18398335948586464, + -0.12374509252840651, + -0.18144991159439086, + -0.28541787564754484, + -0.10958031475543976, + -0.20082196956500412, + -0.22811810076236724 + ], + [ + -0.21874406933784485, + -0.14567617282271383, + -0.21330293539911507, + -0.3369506216049194, + -0.12903327196836473, + -0.23597108900547029, + -0.2705220580101013 + ], + [ + -0.2529834985733032, + -0.1665586256980896, + -0.24421006202697754, + -0.38641477435827254, + -0.1479580020904541, + -0.27002064883708954, + -0.31199522614479064 + ], + [ + -0.28671071529388426, + -0.18697428852319717, + -0.27440807104110715, + -0.4343853959441185, + -0.16668315052986146, + -0.30284128785133363, + -0.35341299176216123 + ], + [ + -0.31980626583099364, + -0.2062408085912466, + -0.3040218269824982, + -0.4800115379691124, + -0.18378835797309875, + -0.3344325821101665, + -0.3918331265449524 + ], + [ + -0.3524306297302246, + -0.2248763982579112, + -0.3321350694261491, + -0.5243714070320129, + -0.20144181251525878, + -0.36663051769137384, + -0.4302427589893341 + ], + [ + -0.3844058573246002, + -0.24264867429621517, + -0.35953401029109955, + -0.5657710230350494, + -0.2201671004295349, + -0.39642401626333595, + -0.46717693433165547 + ], + [ + -0.41556055545806886, + -0.26006597314029933, + -0.3858996170759201, + -0.606069920361042, + -0.23962029181420802, + -0.4255195705592632, + -0.5027964830398559 + ], + [ + -0.44613997340202327, + -0.2768159769382328, + -0.41140330404043196, + -0.644099945127964, + -0.25881037712097166, + -0.45421375807374714, + -0.5375120639801025 + ], + [ + -0.4754746168851852, + -0.2924757392704487, + -0.436892911195755, + -0.6804092900454998, + -0.2785247564315796, + -0.48209250848740337, + -0.5717523925006389 + ], + [ + -0.5044417679309845, + -0.30804244183003904, + -0.4602188289165497, + -0.7155001145601273, + -0.29738533198833467, + -0.5088020058628172, + -0.6050773173570633 + ], + [ + -0.5332316852174699, + -0.32334660429507495, + -0.4835839116573334, + -0.7487342005968094, + -0.3170881152153015, + -0.5341938130743802, + -0.6378050208091736 + ], + [ + -0.5609397172927856, + -0.3381384322792292, + -0.5057390163838863, + -0.7808118239045143, + -0.3363338947296142, + -0.5587969708442688, + -0.6687653545290232 + ], + [ + -0.588211715221405, + -0.352744579911232, + -0.5267577684298158, + -0.8106974257528782, + -0.35506043434143064, + -0.5823296047915938, + -0.6987484812736511 + ], + [ + -0.6145083263516425, + -0.3662008164823055, + -0.5476512759923935, + -0.8393506127595901, + -0.3753861665725708, + -0.6060868088155985, + -0.7271572485566139 + ], + [ + -0.6404437586665154, + -0.3794967689737678, + -0.5678292417526245, + -0.8664101627469063, + -0.3960013628005981, + -0.6286777710914612, + -0.7555217698216438 + ], + [ + -0.6648462772369385, + -0.39201849594712257, + -0.5873980024456977, + -0.8924029958248139, + -0.4171981424093246, + -0.6508546324446798, + -0.7810263315215706 + ], + [ + -0.6900630831718445, + -0.40395004376769067, + -0.6066053945757449, + -0.9162473928928375, + -0.43787788152694695, + -0.6720267997123301, + -0.8057507321238517 + ], + [ + -0.714788544178009, + -0.4159169779717922, + -0.6262351033091544, + -0.9399508675932884, + -0.45987472534179685, + -0.6907574996352196, + -0.8318558633327484 + ], + [ + -0.73831467628479, + -0.4273250851780176, + -0.6431706988811493, + -0.9623262479901313, + -0.4809137642383575, + -0.7089809973537922, + -0.8576309725642204 + ], + [ + -0.7608736634254456, + -0.43838319592177866, + -0.6605464851856232, + -0.9829591865837574, + -0.50274258852005, + -0.7263106906414032, + -0.880407840013504 + ], + [ + -0.7831912875175475, + -0.44914824306964873, + -0.6772333642840386, + -1.0026414296030999, + -0.5231390476226807, + -0.7438328392989934, + -0.9025460962206125 + ], + [ + -0.8050559282302855, + -0.4598560299538076, + -0.6937151953577995, + -1.0218366196751594, + -0.5426153644919396, + -0.7609760767966509, + -0.9246293604373932 + ], + [ + -0.8255173593759537, + -0.4701528800651431, + -0.7097193992137909, + -1.0388304010033607, + -0.5640010237693787, + -0.7771441704034805, + -0.9456516593694687 + ], + [ + -0.8465838193893432, + -0.4801752650050912, + -0.723493347838521, + -1.0543036171793938, + -0.5833225965499877, + -0.791998464167118, + -0.9652872338891029 + ], + [ + -0.8652088083326817, + -0.4901029609143734, + -0.7372898632287979, + -1.0687126055359841, + -0.6040134131908417, + -0.8075726345181465, + -0.9840885758399963 + ], + [ + -0.884147210419178, + -0.49946635782718657, + -0.7517394435405731, + -1.0823905599117278, + -0.6240904249250889, + -0.820736728310585, + -1.003439844213426 + ], + [ + -0.9025756523013115, + -0.5094228649884462, + -0.7649029272794723, + -1.0951757770776749, + -0.643028301000595, + -0.8324248807132244, + -1.0215618833899498 + ] + ], + "q99": [ + [ + 0.03430417180061348, + 0.051113334670662876, + 0.0715905418992043, + 0.054351210594177246, + 0.06999846309423446, + 0.07371939361095431, + 0.06594715096056458 + ], + [ + 0.06845250129699709, + 0.051194096039980645, + 0.0837654346227647, + 0.08841318428516393, + 0.07067593932151794, + 0.10662587959319357, + 0.09940184354782124 + ], + [ + 0.10249328613281333, + 0.07328858204186006, + 0.12399181097745901, + 0.128910049200058, + 0.0769507408142091, + 0.15654826447367726, + 0.1463273145258427 + ], + [ + 0.13639724254608182, + 0.09602429986000072, + 0.16334667026996647, + 0.16834245562553407, + 0.0999624013900759, + 0.20355201542377488, + 0.19196648597717358 + ], + [ + 0.16952860355377225, + 0.11776648029685026, + 0.2013736876845361, + 0.20670579046011003, + 0.1220733165740969, + 0.24954161107540246, + 0.23621151447296163 + ], + [ + 0.2025104701519021, + 0.13859577525407105, + 0.23784515644423707, + 0.24306407451629708, + 0.1433049559593201, + 0.2931383026391273, + 0.27928172349929864 + ], + [ + 0.23501212596893345, + 0.15887603301554942, + 0.2734123460203413, + 0.27860416650772124, + 0.16404935121536293, + 0.3351723811775456, + 0.32123340368271047 + ], + [ + 0.26631886959075934, + 0.1782188593596225, + 0.30827580034732877, + 0.3128620594739914, + 0.1839313268661512, + 0.37447382338345114, + 0.3620349988341341 + ], + [ + 0.2976848125457776, + 0.19688783675432212, + 0.3420448274910459, + 0.34567414224147813, + 0.20322065353393692, + 0.4129014591872697, + 0.4012086987495424 + ], + [ + 0.32844444513320975, + 0.21466766297817247, + 0.3748417180776628, + 0.37756471812725073, + 0.22211619615554817, + 0.45001984551549057, + 0.43902653455734386 + ], + [ + 0.35894870758056685, + 0.2323455705493695, + 0.4063334711361677, + 0.40862836211919906, + 0.2406438827514653, + 0.4858759286254652, + 0.4773120284080522 + ], + [ + 0.3887462586164484, + 0.24927428491413625, + 0.4367471539974218, + 0.43846576511860064, + 0.2583893656730655, + 0.5203189352154747, + 0.5138148069381719 + ], + [ + 0.41757228374481237, + 0.26578384920954745, + 0.46601712584495647, + 0.4676114457845703, + 0.27567406892776547, + 0.552315097451213, + 0.5492368727922449 + ], + [ + 0.44547618627548624, + 0.2813135705888282, + 0.49406791031360703, + 0.49476701796054906, + 0.29212071895599456, + 0.5835434779524833, + 0.5819455981254597 + ], + [ + 0.4739711403846776, + 0.296761113125831, + 0.520692284107209, + 0.5205944103002549, + 0.30878605842590395, + 0.6122838230431082, + 0.6152111440896989 + ], + [ + 0.5023225367069254, + 0.31142625302076343, + 0.5470231610536587, + 0.5463475358486177, + 0.3253093719482427, + 0.6404861893504872, + 0.6458247542381291 + ], + [ + 0.5294745028018968, + 0.3255173887498682, + 0.5713161861896517, + 0.5699448990821843, + 0.3423194885253925, + 0.6670694494992502, + 0.6750442640855928 + ], + [ + 0.5557321786880502, + 0.3391520938277245, + 0.5952782912552358, + 0.5941325965523732, + 0.35815914869308646, + 0.6919770871102817, + 0.7032595098018665 + ], + [ + 0.5826658964157136, + 0.3520041262358438, + 0.6183818566799194, + 0.6164617282152176, + 0.3734738767147078, + 0.7174584775045519, + 0.7311235666275033 + ], + [ + 0.6077272415161142, + 0.3646490457281479, + 0.6405139887332926, + 0.6381314748525637, + 0.3885642051696788, + 0.7421793611347705, + 0.7578544717282081 + ], + [ + 0.6321850389242173, + 0.37649765230715343, + 0.6620161724090665, + 0.6592112518846999, + 0.4042355656623843, + 0.7645705929398547, + 0.7841163918375983 + ], + [ + 0.6566859960556036, + 0.3878186647966507, + 0.6833199805021306, + 0.6795486742258074, + 0.41834575571119964, + 0.7865927022695551, + 0.8094674909487412 + ], + [ + 0.6816394686698926, + 0.3991522341966634, + 0.7029980023205318, + 0.6986330253630877, + 0.43166431486606616, + 0.8066762607271108, + 0.8338384091854125 + ], + [ + 0.7053329557180424, + 0.4103406466543681, + 0.7219443196058286, + 0.7160261023044588, + 0.44484913349151656, + 0.8252368717640642, + 0.8575884610414506 + ], + [ + 0.7293830871582053, + 0.42079214774072293, + 0.7401020801067356, + 0.7329710048437126, + 0.4587715744972237, + 0.8437455536425114, + 0.8808274917304533 + ], + [ + 0.7534523993730599, + 0.43171232312917895, + 0.757817730754614, + 0.7491741815209392, + 0.47123477458953916, + 0.8623393146693723, + 0.9027240216732038 + ], + [ + 0.775656914711, + 0.44203379333019366, + 0.7739028343558344, + 0.7647411507368147, + 0.4835896372795116, + 0.8798752685636302, + 0.9241332709789283 + ], + [ + 0.7987703204154993, + 0.45224493715912245, + 0.7887839984893805, + 0.7793284469842916, + 0.4955010637640977, + 0.8961395326256762, + 0.945287373661996 + ], + [ + 0.8219568818807613, + 0.4619707281049341, + 0.8041076642274865, + 0.7938556438684463, + 0.5071281177923095, + 0.9127207976579674, + 0.9636384129524235 + ], + [ + 0.8449902921915088, + 0.4715270736813547, + 0.8189609235525146, + 0.8072230803966532, + 0.5176736265420916, + 0.9277084389887753, + 0.9815786540508293 + ], + [ + 0.867118090391161, + 0.4808228036761286, + 0.8338747972249989, + 0.8204637321829799, + 0.5284637868404417, + 0.9408591401577002, + 1.0003999516367923 + ], + [ + 0.8884456053376217, + 0.4899162337929015, + 0.8473211130499841, + 0.8324803871661434, + 0.5387670993804935, + 0.9540316763520258, + 1.018914514780047 + ] + ] + }, + "right_arm": { + "min": [ + [ + -0.9147349925333401, + -0.9469192028045654, + -1.4160650968551636, + -1.3962863683700562, + -1.3177090287208557, + -1.7317636609077454, + -1.5708001424710716 + ], + [ + -0.8630542457103729, + -0.9474720060825348, + -1.4226652383804321, + -1.4018644541502, + -1.3233780600130558, + -1.7373952269554138, + -1.4022604003548622 + ], + [ + -0.8630543351173401, + -0.9474673569202423, + -1.428303599357605, + -1.4089572131633759, + -1.3290658332407475, + -1.743023931980133, + -1.475652802735567 + ], + [ + -0.8630536496639252, + -0.9474660754203796, + -1.4339221715927124, + -1.4320696294307709, + -1.3347285278141499, + -1.7486546039581299, + -1.6196716725826263 + ], + [ + -0.863052636384964, + -0.9474859312176704, + -1.4394932985305786, + -1.4474640786647797, + -1.3403955809772015, + -1.7542852759361267, + -1.7526437938213348 + ], + [ + -0.9487167596817017, + -0.947893314063549, + -1.4451321363449097, + -1.466748632490635, + -1.4203394651412964, + -1.7599961757659912, + -1.8115732073783875 + ], + [ + -1.0542286038398743, + -0.9480160772800446, + -1.4508329629898071, + -1.4855444803833961, + -1.5662527680397034, + -1.7657138109207153, + -1.9147396087646484 + ], + [ + -1.1121069192886353, + -0.94815893471241, + -1.5138533264398575, + -1.5018442049622536, + -1.6286932826042175, + -1.7714354395866394, + -2.001153588294983 + ], + [ + -1.1858541667461395, + -0.9482404589653015, + -1.6318626552820206, + -1.509100116789341, + -1.7261643409729004, + -1.7771655321121216, + -2.040158987045288 + ], + [ + -1.2852591499686241, + -0.9553775191307068, + -1.6929561793804169, + -1.5147177502512932, + -1.7978919744491577, + -1.7828950881958008, + -2.116119921207428 + ], + [ + -1.3623125199228525, + -0.9876946806907654, + -1.832607977092266, + -1.5203404165804386, + -1.877414584159851, + -1.7886329889297485, + -2.197821259498596 + ], + [ + -1.4310376290231943, + -1.0180548131465912, + -1.998558297753334, + -1.5259557403624058, + -1.954758882522583, + -1.794373095035553, + -2.2927149534225464 + ], + [ + -1.5465472638607025, + -1.0322056710720062, + -2.072791948914528, + -1.5315783973783255, + -2.0264865159988403, + -1.8001065850257874, + -2.343602418899536 + ], + [ + -1.645952247083187, + -1.0594440400600433, + -2.140432685613632, + -1.5371872261166573, + -2.0915714502334595, + -1.8366808891296387, + -2.4491676092147827 + ], + [ + -1.7230056170374155, + -1.0887494012713432, + -2.214666336774826, + -1.5510003715753555, + -2.120563268661499, + -1.8911154866218567, + -2.501610279083252 + ], + [ + -1.76629956997931, + -1.113828368484974, + -2.2627374827861786, + -1.560723915696144, + -2.1385657787323, + -1.9209157824516296, + -2.6014543771743774 + ], + [ + -1.8348722103983164, + -1.139435663819313, + -2.3435183465480804, + -1.569845107384026, + -2.155274450778961, + -1.9863238334655762, + -2.6474037170410156 + ], + [ + -1.867393970489502, + -1.2081727981567383, + -2.387424796819687, + -1.5798263810575008, + -2.1830042600631714, + -2.0126628279685974, + -2.7296056747436523 + ], + [ + -1.899572692811489, + -1.287134200334549, + -2.4283455312252045, + -1.5880228355526924, + -2.2980509996414185, + -2.0522736310958862, + -2.7994797229766846 + ], + [ + -1.9600130915641785, + -1.3507066071033478, + -2.4512874484062195, + -1.6018854584544897, + -2.454225540161133, + -2.0773284435272217, + -2.8294814825057983 + ], + [ + -1.9855666756629944, + -1.4051696062088013, + -2.4713940024375916, + -1.6058211531490088, + -2.522842764854431, + -2.0894603729248047, + -2.87981915473938 + ], + [ + -2.006015717983246, + -1.4675325453281403, + -2.4803280234336853, + -1.609208045527339, + -2.5855400562286377, + -2.0909653902053833, + -2.899606943130493 + ], + [ + -2.022678792476654, + -1.5318333059549332, + -2.492263972759247, + -1.6106074433773756, + -2.631789803504944, + -2.091354727745056, + -2.928667902946472 + ], + [ + -2.055516302585602, + -1.595405712723732, + -2.5308111906051636, + -1.6139121633023024, + -2.6717257499694824, + -2.0913562774658203, + -2.9481230974197388 + ], + [ + -2.0700165778398514, + -1.6392503678798676, + -2.5747628211975098, + -1.6147374492138624, + -2.7147488594055176, + -2.0913562774658203, + -2.9557873010635376 + ], + [ + -2.088667869567871, + -1.68337382376194, + -2.6208865642547607, + -1.6155121084302664, + -2.7592941522598267, + -2.09135901927948, + -2.9691492319107056 + ], + [ + -2.095740556716919, + -1.7289490848779678, + -2.6714895367622375, + -1.6160671673715115, + -2.7992300987243652, + -2.0913593769073486, + -2.9864388704299927 + ], + [ + -2.1062291860580444, + -1.7727937400341034, + -2.701590895652771, + -1.616595383733511, + -2.8375353813171387, + -2.0943961143493652, + -2.997456669807434 + ], + [ + -2.1360457837581635, + -1.8146803081035614, + -2.7673137187957764, + -1.616933461278677, + -2.8646304607391357, + -2.094396233558655, + -3.0192999839782715 + ], + [ + -2.182941049337387, + -1.8561728671193123, + -2.8707940578460693, + -1.6171498261392117, + -2.8910216093063354, + -2.094396233558655, + -3.024949550628662 + ], + [ + -2.2152605652809143, + -1.8925875201821327, + -2.941420793533325, + -1.6172773502767086, + -2.9062238931655884, + -2.094396233558655, + -3.030595064163208 + ], + [ + -2.2421813905239105, + -1.916381098330021, + -3.0604183673858643, + -1.6182761527597904, + -2.9204198122024536, + -2.094396233558655, + -3.036240816116333 + ] + ], + "max": [ + [ + 0.7562520802021027, + 0.519452691078186, + 1.1262631635327125, + 1.1940537244081497, + 1.2601745128631592, + 1.2854879200458527, + 2.9790353775024414 + ], + [ + 0.7592794597148895, + 0.5376380681991577, + 1.0296750664710999, + 1.199782207608223, + 1.2844912260770798, + 1.2910603284835815, + 2.9846413135528564 + ], + [ + 0.7641479671001434, + 0.733544260263443, + 1.0296517610549927, + 1.205433800816536, + 1.3654610458761454, + 1.2966369092464447, + 2.9902502298355103 + ], + [ + 0.7641479671001434, + 0.9241627156734467, + 1.0296524167060852, + 1.2110909968614578, + 1.4088403526693583, + 1.302221268415451, + 2.995861291885376 + ], + [ + 0.8901762962341309, + 1.123447723686695, + 1.0611526370048523, + 1.281773641705513, + 1.4457129780203104, + 1.354902744293213, + 3.0014699697494507 + ], + [ + 1.0215044021606445, + 1.289687104523182, + 1.1876079738140106, + 1.3369294721633196, + 1.4887387042399496, + 1.4253252744674683, + 3.0070794820785522 + ], + [ + 1.1307270526885986, + 1.4163660481572151, + 1.316536784172058, + 1.380383774638176, + 1.6335834711790085, + 1.4951919317245483, + 3.0126891136169434 + ], + [ + 1.2242357730865479, + 1.576900191605091, + 1.4225378036499023, + 1.4523825496435165, + 1.7025465220212936, + 1.6008378267288208, + 3.0182985067367554 + ], + [ + 1.3175455927848816, + 1.7315064147114754, + 1.4989124536514282, + 1.486178770661354, + 1.813552901148796, + 1.6762624382972717, + 3.0239081382751465 + ], + [ + 1.4110543131828308, + 1.8364967231173068, + 1.5744844377040863, + 1.5188709646463394, + 1.8655077368021011, + 1.7320016622543335, + 3.0295132398605347 + ], + [ + 1.4999162554740906, + 1.9407342795748264, + 1.6236112117767334, + 1.531964110210538, + 1.9752377753611654, + 1.784160077571869, + 3.0351178646087646 + ], + [ + 1.5525116324424744, + 2.0303439025301486, + 1.6706924438476562, + 1.5379270780831575, + 2.1200825423002243, + 1.8141262531280518, + 3.0407224893569946 + ], + [ + 1.6290852725505829, + 2.1474819853901863, + 1.7032416760921478, + 1.5457067163661122, + 2.1794076412916183, + 1.860295057296753, + 3.0463271141052246 + ], + [ + 1.6705251634120941, + 2.2524722937960178, + 1.7596436440944672, + 1.5516696842387319, + 2.246004432439804, + 1.9066848158836365, + 3.0519319772720337 + ], + [ + 1.7175233960151672, + 2.3231823295354843, + 1.8037182986736298, + 1.5579110058024526, + 2.305329531431198, + 1.9402295351028442, + 3.0575367212295532 + ], + [ + 1.8086201064288616, + 2.4049779300112277, + 1.860120266675949, + 1.5700733810663223, + 2.3325433433055878, + 1.966688096523285, + 3.0631414651870728 + ], + [ + 1.8699035234749317, + 2.4756879657506943, + 1.9158543348312378, + 1.581335423514247, + 2.386066883802414, + 1.9970477223396301, + 3.0687462091445923 + ], + [ + 1.9118834137916565, + 2.5448291152715683, + 1.9799844771623611, + 1.586107024922967, + 2.4823464155197144, + 2.0031463503837585, + 3.074350953102112 + ], + [ + 1.969026505947113, + 2.6067948192358017, + 2.0363864451646805, + 1.5892124269157648, + 2.5939821004867554, + 2.016838490962982, + 3.0799556970596313 + ], + [ + 2.0116698145866394, + 2.6715340465307236, + 2.0675796270370483, + 1.5900145135819912, + 2.7156338691711426, + 2.030276596546173, + 3.0855605602264404 + ], + [ + 2.0430588722229004, + 2.729794532060623, + 2.132961332798004, + 1.590015109628439, + 2.8369975090026855, + 2.039203107357025, + 3.091165065765381 + ], + [ + 2.085609528236091, + 2.7743702232837677, + 2.199149429798126, + 1.5900152288377285, + 2.938067078590393, + 2.039202630519867, + 3.096767783164978 + ], + [ + 2.1113074123859406, + 2.8140101730823517, + 2.2407121062278748, + 1.5910461843013763, + 3.049702763557434, + 2.0476393699645996, + 3.102371096611023 + ], + [ + 2.1365263760089874, + 2.853472024202347, + 2.266759932041168, + 1.595747297629714, + 3.097351551055908, + 2.090518832206726, + 3.1079741716384888 + ], + [ + 2.1578376926481724, + 2.896502286195755, + 2.2855644822120667, + 1.600815935060382, + 3.1484439373016357, + 2.090518832206726, + 3.113577127456665 + ], + [ + 2.1806601844727993, + 2.917472392320633, + 2.301379144191742, + 1.6040598638355732, + 3.173705577850342, + 2.090518832206726, + 3.119180202484131 + ], + [ + 2.1944362483918667, + 2.9309625923633575, + 2.3103960752487183, + 1.6068479306995869, + 3.198921799659729, + 2.090518832206726, + 3.124783515930176 + ], + [ + 2.2045358270406723, + 2.9412551522254944, + 2.3153661489486694, + 1.6090447194874287, + 3.21675181388855, + 2.090518832206726, + 3.1303869485855103 + ], + [ + 2.2126537784934044, + 2.9520582109689713, + 2.3281003832817078, + 1.6111208330839872, + 3.2337324619293213, + 2.0943557024002075, + 3.1359927654266357 + ], + [ + 2.219202235341072, + 2.9621735960245132, + 2.3728593587875366, + 1.6124495454132557, + 3.2506450414657593, + 2.0943764448165894, + 3.1415960788726807 + ], + [ + 2.225636750459671, + 2.967292681336403, + 2.430369555950165, + 1.6133285947144032, + 3.2612088918685913, + 2.094390630722046, + 3.141600012779236 + ], + [ + 2.228933207690716, + 2.970400407910347, + 2.496863603591919, + 1.6141789723187685, + 3.2694870233535767, + 2.094390630722046, + 3.141600012779236 + ] + ], + "mean": [ + [ + -0.0006352036907654523, + -0.00011295353888590675, + 0.0007182620518524785, + -0.00015615086147296672, + -0.0024099446309489955, + 0.000834297131954357, + -0.0005916818899790081 + ], + [ + -0.0006535682193309353, + -0.0001186729545396327, + 0.0007257115134157084, + -0.00016451542759791254, + -0.0024235144496253637, + 0.0008177766924313639, + -0.0005896266942569111 + ], + [ + -0.0006715856351933456, + -0.0001244331299150255, + 0.0007331303401626729, + -0.00017253167790894626, + -0.0024371880796774863, + 0.0008009844167049706, + -0.0005878507590648933 + ], + [ + -0.0006892784400088673, + -0.0001301979459892188, + 0.0007405321682032534, + -0.0001801737349811287, + -0.0024509225034237136, + 0.0007841470450775263, + -0.0005863180825985687 + ], + [ + -0.0007066933391320933, + -0.00013596687929348102, + 0.000747925705594697, + -0.00018751738427256226, + -0.002464712329867614, + 0.0007672707827088034, + -0.0005849679579839276 + ], + [ + -0.0007238684824534233, + -0.00014170945017105336, + 0.0007553059880108925, + -0.00019461030225244037, + -0.002478537538490641, + 0.0007503635385844149, + -0.0005837932311208499 + ], + [ + -0.0007407927285426161, + -0.00014742964108792328, + 0.0007626808976389604, + -0.00020146521563800085, + -0.0024923966134297866, + 0.0007334582646152231, + -0.0005827820133613921 + ], + [ + -0.0007574748070402308, + -0.00015313735113807407, + 0.0007700389838119839, + -0.00020808090836143804, + -0.0025062902176842933, + 0.0007165986088699039, + -0.0005819135458255283 + ], + [ + -0.0007739293770269515, + -0.00015883958702193052, + 0.0007773812346080994, + -0.0002144513630720044, + -0.0025202150859447558, + 0.0006998123736983233, + -0.0005811697602391817 + ], + [ + -0.000790163674404893, + -0.00016453147086984663, + 0.0007847018123666564, + -0.0002205809820823714, + -0.002534155844447304, + 0.0006831006500417102, + -0.0005805485446592283 + ], + [ + -0.0008062205407766128, + -0.00017020695002558687, + 0.0007919979429015224, + -0.00022650885941491813, + -0.00254812228467362, + 0.0006664863815441157, + -0.0005800316622229131 + ], + [ + -0.0008221062904410526, + -0.00017586344950564455, + 0.0007992760719302958, + -0.00023222648527691664, + -0.002562094321212453, + 0.0006499569053960029, + -0.0005796105637276151 + ], + [ + -0.0008378376558827358, + -0.00018149299604251746, + 0.0008065435722640126, + -0.00023775778230882604, + -0.0025760483893988136, + 0.000633528890002433, + -0.000579283030875004 + ], + [ + -0.0008534577832215554, + -0.00018709509899226363, + 0.00081379966182457, + -0.0002430977531438799, + -0.002589974307797948, + 0.0006171995724881112, + -0.0005790427810031761 + ], + [ + -0.0008689748048122795, + -0.00019266198981956022, + 0.000821029379999158, + -0.0002482647876621586, + -0.0026038993662851695, + 0.0006009655275813003, + -0.0005788645242295089 + ], + [ + -0.0008843911686921879, + -0.00019818664205200012, + 0.0008282370657432652, + -0.0002532709132614391, + -0.0026178177867716636, + 0.0005848263175579608, + -0.0005787541226145825 + ], + [ + -0.0008997388229844575, + -0.00020367548448918014, + 0.0008354325246061258, + -0.0002581427540324882, + -0.0026317324874510868, + 0.0005687786866258079, + -0.0005786895875155913 + ], + [ + -0.0009150192616201406, + -0.00020911888076745314, + 0.0008426206887583985, + -0.000262850456468719, + -0.0026456540518175354, + 0.0005528289801585269, + -0.0005786531793270583 + ], + [ + -0.0009302244575816542, + -0.00021450991834489467, + 0.000849789754898443, + -0.0002674038710576132, + -0.0026595849241365065, + 0.000536969306868526, + -0.000578662122798313 + ], + [ + -0.0009453686621617815, + -0.00021985067999412313, + 0.0008569693074186021, + -0.00027178653341296944, + -0.0026735374020537017, + 0.000521189330449587, + -0.0005786997528468601 + ], + [ + -0.0009604407543813708, + -0.00022513419313342737, + 0.0008641380737921631, + -0.0002760057266838612, + -0.002687497619930885, + 0.0005054818985149389, + -0.0005787539052754003 + ], + [ + -0.000975460089574421, + -0.00023035897132167357, + 0.0008712924252308915, + -0.00028006463146917687, + -0.0027014629892075453, + 0.0004898540407795492, + -0.0005788519746350262 + ], + [ + -0.000990415591077347, + -0.00023551534020158278, + 0.0008784517204441538, + -0.00028394905099222165, + -0.0027154219979991932, + 0.0004743184350032539, + -0.0005789777966559094 + ], + [ + -0.0010053162598306882, + -0.00024060509960566821, + 0.0008856040206215308, + -0.0002876120314910402, + -0.0027293923802290884, + 0.00045890491333036576, + -0.0005791227973767489 + ], + [ + -0.0010201566073011448, + -0.0002456217794011825, + 0.0008927615163566017, + -0.00029105772411047086, + -0.002743352696226511, + 0.0004436133445557675, + -0.0005792846130133974 + ], + [ + -0.0010349382196442381, + -0.0002505748824130352, + 0.0008999137991464602, + -0.0002942472913259147, + -0.0027572910933749964, + 0.00042844905691036213, + -0.0005794771246695576 + ], + [ + -0.0010496516525912364, + -0.0002554532095124452, + 0.0009070629112231388, + -0.00029716234572100446, + -0.0027712245583272894, + 0.00041343797459009304, + -0.0005796816502632082 + ], + [ + -0.0010642843733336233, + -0.0002602560743791378, + 0.0009142161782692814, + -0.00029976425959418214, + -0.0027851398069044797, + 0.0003986087816829805, + -0.0005799113165162519 + ], + [ + -0.0010788376735016195, + -0.00026498182129150493, + 0.000921378275650107, + -0.0003020090531287271, + -0.0027990425288187217, + 0.0003839848092784686, + -0.0005801752663193221 + ], + [ + -0.001093290093208728, + -0.0002696217380067348, + 0.0009285586487364668, + -0.00030375801255212666, + -0.0028129115097352765, + 0.0003695408186876605, + -0.0005804777259150795 + ], + [ + -0.0011076771613773486, + -0.0002741818626207846, + 0.0009357521434171437, + -0.000305013636494635, + -0.002826770016803641, + 0.00035533267898790115, + -0.0005808214187013621 + ], + [ + -0.0011219872523119982, + -0.00027865739460554136, + 0.0009429496379191039, + -0.00030566205785426115, + -0.002840628293925966, + 0.0003413143169830309, + -0.0005811892837297462 + ] + ], + "std": [ + [ + 0.00528295840943212, + 0.0037503800214197885, + 0.007987418818017263, + 0.010271703560381531, + 0.010068299869322849, + 0.008936821261100314, + 0.009137814269583669 + ], + [ + 0.009366070020569594, + 0.005563192490602735, + 0.010366167329339539, + 0.016392970364716986, + 0.0128181735086043, + 0.013996203273242136, + 0.01371306706551619 + ], + [ + 0.013493674822325552, + 0.007557839658255937, + 0.013223906345265607, + 0.022840510471699983, + 0.016190333172102184, + 0.019393259665224788, + 0.018736681096216914 + ], + [ + 0.01758157102717434, + 0.009573397176025577, + 0.01622921696526868, + 0.029289362594268994, + 0.01978549339568421, + 0.02479188537728308, + 0.023814052085499457 + ], + [ + 0.02160304431084742, + 0.011558905888983036, + 0.01924507348577046, + 0.03563638895036711, + 0.023425518179306208, + 0.030092581064712322, + 0.028817960295211723 + ], + [ + 0.025547696022595347, + 0.013496434600300146, + 0.02221619315220497, + 0.04184140011480875, + 0.027032127497034864, + 0.03526254545593609, + 0.033703376257239404 + ], + [ + 0.029411996432355595, + 0.015379902475208946, + 0.025120532253455674, + 0.04789054402027449, + 0.030571544531904905, + 0.04029414464693682, + 0.038455977200013626 + ], + [ + 0.033195401172559466, + 0.017207987262839064, + 0.027950626239464763, + 0.05377975844444853, + 0.03403022291534771, + 0.04518845092266558, + 0.04307354095599354 + ], + [ + 0.036898631491904296, + 0.018981409601182657, + 0.030705119343938624, + 0.059509962857448376, + 0.03740357115264992, + 0.049949652502054694, + 0.04755898620318459 + ], + [ + 0.04052321970070839, + 0.020701781326455317, + 0.03338527448821329, + 0.06508411978723347, + 0.04069163490186246, + 0.054582481681145475, + 0.05191723338073996 + ], + [ + 0.04407082698028824, + 0.022370968772979262, + 0.035993639924009536, + 0.07050637701124393, + 0.043896261233432876, + 0.05909221037535707, + 0.056153590991772785 + ], + [ + 0.0475435423770565, + 0.023991040991993638, + 0.03853316502932019, + 0.07578147299117725, + 0.04702042183806408, + 0.06348381204532197, + 0.060273659929550416 + ], + [ + 0.050943525199736384, + 0.025564272437723103, + 0.041007050299592666, + 0.08091460770956421, + 0.050067389308582316, + 0.06776199406010615, + 0.06428296060152955 + ], + [ + 0.054272963481622395, + 0.02709273557069329, + 0.043418338666106386, + 0.0859110304762678, + 0.05304057734466405, + 0.0719313321612172, + 0.06818666288333226 + ], + [ + 0.057534214121582106, + 0.028578543213815685, + 0.045769887685113565, + 0.09077584672456149, + 0.05594298211067992, + 0.07599636368690371, + 0.0719897563874937 + ], + [ + 0.06072954555848128, + 0.03002364553993086, + 0.04806444300259776, + 0.0955141582250137, + 0.058777845197491504, + 0.07996130238505678, + 0.0756969126343347 + ], + [ + 0.06386117076322127, + 0.03142995710158159, + 0.05030465276800826, + 0.10013097786281829, + 0.061548027728573505, + 0.08383041810644598, + 0.07931228665466716 + ], + [ + 0.06693138063586493, + 0.03279924384079454, + 0.052492990084560945, + 0.10463112549795109, + 0.06425637770493431, + 0.08760760049908889, + 0.08283981553244948 + ], + [ + 0.0699423499412916, + 0.034133242821710486, + 0.054631789747081876, + 0.1090192817468642, + 0.06690550286824654, + 0.09129664387818072, + 0.08628334656093431 + ], + [ + 0.07289614452319867, + 0.035433541135269614, + 0.056723283213064454, + 0.11329981746740161, + 0.06949784758109216, + 0.09490122057232903, + 0.08964629235856832 + ], + [ + 0.07579483189096227, + 0.036701632152329244, + 0.05876955880275393, + 0.11747713718028796, + 0.07203581983840142, + 0.09842468180785811, + 0.09293205242224588 + ], + [ + 0.0786404243191212, + 0.037938994906844874, + 0.06077267468993704, + 0.12155535331673148, + 0.07452170065242275, + 0.1018704013153979, + 0.09614381847833305 + ], + [ + 0.08143488971726927, + 0.03914695694459251, + 0.06273452954100318, + 0.12553841028813237, + 0.07695759783665534, + 0.10524152049124655, + 0.09928461681406266 + ], + [ + 0.08418002767033828, + 0.0403267586959821, + 0.06465697183664915, + 0.12943010500730204, + 0.07934563730373015, + 0.10854096798923413, + 0.10235731660407837 + ], + [ + 0.08687770693258727, + 0.04147960373686374, + 0.06654166003183444, + 0.13323392351935545, + 0.08168767636986436, + 0.11177164197174155, + 0.1053646476099414 + ], + [ + 0.08952966179300871, + 0.042606624537539065, + 0.06839018395161417, + 0.13695331605467734, + 0.08398561148556521, + 0.1149362137025628, + 0.10830913628236016 + ], + [ + 0.09213749091842362, + 0.04370884875840694, + 0.07020410388179231, + 0.14059160852065852, + 0.08624103772019165, + 0.1180371909579624, + 0.11119318352474213 + ], + [ + 0.09470287292500586, + 0.0447873015743388, + 0.07198489092956413, + 0.1441520050186576, + 0.08845565020089871, + 0.1210771008315363, + 0.11401907654659796 + ], + [ + 0.09722725898134722, + 0.045842944092820956, + 0.0737339706991756, + 0.147637434178672, + 0.09063093364165006, + 0.1240582240830571, + 0.11678897625660171 + ], + [ + 0.09971220600433071, + 0.04687671189297623, + 0.07545261924355037, + 0.15105052778873304, + 0.09276849350311406, + 0.12698266874091604, + 0.11950511318126834 + ], + [ + 0.10215912017278991, + 0.047889508401548986, + 0.07714201070538604, + 0.15439403980557573, + 0.09486966324647725, + 0.1298525896908662, + 0.12216945243304304 + ], + [ + 0.10456938398447664, + 0.04888215541387571, + 0.07880329638150411, + 0.15767051289787573, + 0.09693580707444602, + 0.13267005906370616, + 0.12478393255059088 + ] + ], + "q01": [ + [ + -0.04024670124053955, + -0.030321243647485972, + -0.06754718484356999, + -0.07018850326538086, + -0.05894932043040171, + -0.061763520836830135, + -0.07230854436755181 + ], + [ + -0.07850990295410157, + -0.031098556909710168, + -0.06759921878576279, + -0.12459816098213196, + -0.07112786769866944, + -0.0739705604314804, + -0.08500459119677543 + ], + [ + -0.11656936407089233, + -0.0460018365457654, + -0.0710593655705452, + -0.1838821804523468, + -0.10361218452453613, + -0.10840869426727293, + -0.12499317899346352 + ], + [ + -0.1537733197212219, + -0.060455674305558205, + -0.09264940917491911, + -0.24247539997100828, + -0.13498410284519194, + -0.14301982045173645, + -0.1648265480995178 + ], + [ + -0.19042030572891233, + -0.07450426828116179, + -0.11442185640335083, + -0.29910717010498045, + -0.16582889556884767, + -0.17597580224275589, + -0.2028110757470131 + ], + [ + -0.22625989913940428, + -0.08789662010967732, + -0.1353307008743286, + -0.35402350731194016, + -0.19538795948028564, + -0.20809183359146116, + -0.23994077472016215 + ], + [ + -0.2612628012895584, + -0.10096158728003501, + -0.15552990119904278, + -0.4081040428578854, + -0.22440741360187527, + -0.24033286571502685, + -0.27507622316479685 + ], + [ + -0.2956635355949402, + -0.11371625065803528, + -0.17507748305797577, + -0.4596408939361572, + -0.2527411341667175, + -0.27039315454661844, + -0.31039283275604246 + ], + [ + -0.3295068264007568, + -0.12596857726573943, + -0.19363037943840025, + -0.5106027571484446, + -0.2801401913166046, + -0.2994399774074554, + -0.3441446483135223 + ], + [ + -0.3621368192136288, + -0.13806334298104048, + -0.21228461861610412, + -0.5597115379571914, + -0.30610617995262146, + -0.32828397512435914, + -0.3779697895050048 + ], + [ + -0.3938776969909668, + -0.1497806902974844, + -0.23081030584871767, + -0.606841587126255, + -0.3306380748748779, + -0.35553408920764923, + -0.4116533637046814 + ], + [ + -0.4246542096138, + -0.16101981982588767, + -0.24961013197898865, + -0.6553554074466228, + -0.35472696721553804, + -0.38207214951515195, + -0.44405982494354246 + ], + [ + -0.45529287010431285, + -0.17182323306798936, + -0.26666143238544465, + -0.7004827263951301, + -0.37906997203826903, + -0.4087392795085907, + -0.47554253339767455 + ], + [ + -0.48473532199859615, + -0.18213029272854328, + -0.2838438361883163, + -0.7442865820974112, + -0.40193683505058286, + -0.43412454366683956, + -0.5068329811096192 + ], + [ + -0.5134085727855563, + -0.1920946726948023, + -0.3012354463338852, + -0.7865652537345886, + -0.42475554943084715, + -0.4570801055431366, + -0.5381290912628174 + ], + [ + -0.5411498308181762, + -0.2018205290660262, + -0.3179529011249541, + -0.8261808790266514, + -0.4461488366127014, + -0.48171765565872193, + -0.5692039549350738 + ], + [ + -0.5681779384613037, + -0.21090829983353615, + -0.33467726111412044, + -0.8665612329635769, + -0.46707448065280915, + -0.5072946527600288, + -0.5977527856826781 + ], + [ + -0.594613230228424, + -0.2201124495267868, + -0.35052441358566283, + -0.9053092414885759, + -0.4872345268726349, + -0.5312508371472359, + -0.6270000845193863 + ], + [ + -0.620771798491478, + -0.22854322895407675, + -0.36715674996376035, + -0.9424558329582213, + -0.507492184638977, + -0.5555797685682774, + -0.6571206085383892 + ], + [ + -0.6447732090950012, + -0.23685051329433918, + -0.38201551027596, + -0.9768258893489837, + -0.5275017321109772, + -0.5787872304022312, + -0.6869768381118775 + ], + [ + -0.6688641667366028, + -0.2446977201104164, + -0.3966714918613434, + -1.0110128766298294, + -0.5472420573234558, + -0.6015173774398863, + -0.7146456092596053 + ], + [ + -0.6916197657585144, + -0.2529311913251877, + -0.4112723469734192, + -1.044541406845674, + -0.5666560292243957, + -0.6239300697296858, + -0.7425364039838314 + ], + [ + -0.7134623885154724, + -0.26241476263850927, + -0.4260101914405823, + -1.0765650063753127, + -0.5851939678192138, + -0.6459670779109001, + -0.7690956354141235 + ], + [ + -0.7353007316589355, + -0.2718286672234535, + -0.44134485125541684, + -1.108795847892761, + -0.6032658576965332, + -0.6675095868110656, + -0.7952668651938438 + ], + [ + -0.7560304015874862, + -0.2810585956927389, + -0.45523979663848874, + -1.1388011407852172, + -0.6217085838317871, + -0.6879157765954733, + -0.8191201388835907 + ], + [ + -0.7774286568164825, + -0.29014167428016663, + -0.46902426481246945, + -1.1657116267085075, + -0.6393849670886993, + -0.7074830037355423, + -0.8449575275182724 + ], + [ + -0.798573226109147, + -0.29834524884819985, + -0.48192712664604187, + -1.1918580561131238, + -0.6563079118728637, + -0.727038912922144, + -0.8700048923492432 + ], + [ + -0.8167849183082581, + -0.307169950529933, + -0.4946647450327873, + -1.2170597450248897, + -0.6730758477002382, + -0.745893472135067, + -0.8962108850479126 + ], + [ + -0.8347645044326781, + -0.3155065557360649, + -0.5071715950965882, + -1.2395394729077815, + -0.6897228121757507, + -0.7651810391247272, + -0.9223031215369701 + ], + [ + -0.8530867218971252, + -0.32411304235458377, + -0.5204566448926925, + -1.2609454888105391, + -0.7062497854232788, + -0.7826450742781162, + -0.9454392254352569 + ], + [ + -0.8718964338302613, + -0.3319458532333374, + -0.5329093664884568, + -1.2783269000053405, + -0.7224798440933228, + -0.7989225336164236, + -0.9699675559997557 + ], + [ + -0.8899627387523651, + -0.34035773657262325, + -0.5456235617399214, + -1.2963537635467945, + -0.7392274775076657, + -0.816358033195138, + -0.9929330378770828 + ] + ], + "q99": [ + [ + 0.033701133728027355, + 0.035642253411933784, + 0.04823824465274812, + 0.05825038850307431, + 0.06896153036504975, + 0.04934619247913324, + 0.061682740449905515 + ], + [ + 0.06694917678833034, + 0.03649218082427999, + 0.05097724497318265, + 0.10065676480531656, + 0.06967028975486683, + 0.09439243316650338, + 0.08306821584701542 + ], + [ + 0.09985924363136321, + 0.04360151179134856, + 0.07299374788999562, + 0.14902934402227344, + 0.08924479484558123, + 0.13798244297504417, + 0.12196509838104255 + ], + [ + 0.1324819684028627, + 0.05687704384326946, + 0.09533255398273474, + 0.19727840900421068, + 0.11799800395965604, + 0.18125718772411292, + 0.16016069781035244 + ], + [ + 0.16458644866943395, + 0.06974985003471382, + 0.11710324585437787, + 0.2448447652161086, + 0.14681987762451187, + 0.22332948535680652, + 0.19697726666927406 + ], + [ + 0.19617649912834284, + 0.08218269348144532, + 0.13775603771209782, + 0.28960396051406806, + 0.17425153255462728, + 0.26332307752221745, + 0.23271044790744783 + ], + [ + 0.22736120223999037, + 0.09410650134086651, + 0.15756807327270628, + 0.33464270591735557, + 0.20127094015479163, + 0.30284786462783747, + 0.2680423974990852 + ], + [ + 0.25805611610412604, + 0.10543730519712018, + 0.1770801782608035, + 0.3801749740540978, + 0.22835566997528184, + 0.339618278518318, + 0.302001678943636 + ], + [ + 0.2886318206787114, + 0.11647544056177142, + 0.1959035575389863, + 0.42109962671995, + 0.25520375370979415, + 0.37544347822665963, + 0.33455067873001154 + ], + [ + 0.3185104608535767, + 0.1271777570247652, + 0.21439913213253095, + 0.46272870779037234, + 0.2817085072398191, + 0.4102674019336676, + 0.36733800172805836 + ], + [ + 0.3477943420410159, + 0.1374306797981265, + 0.23205525577068364, + 0.5012826196104243, + 0.3082705438137086, + 0.4442332720756526, + 0.3985382199287426 + ], + [ + 0.3765024065971384, + 0.14726657196879436, + 0.24999597445130492, + 0.5406371816992663, + 0.3343181967735309, + 0.4769332134723638, + 0.42953427135944444 + ], + [ + 0.4045029401779175, + 0.1566657662391665, + 0.26750596612691896, + 0.5779192000627517, + 0.3604446411132822, + 0.5088725996017447, + 0.45954598188400414 + ], + [ + 0.431639170646669, + 0.16568675935268445, + 0.28499529510736527, + 0.612506606578817, + 0.38723738223198273, + 0.5380081474781033, + 0.4884572982788102 + ], + [ + 0.458722448349, + 0.175169034209103, + 0.3024313867092135, + 0.6461584067344521, + 0.4143957704305653, + 0.5697437223792067, + 0.5171163290739067 + ], + [ + 0.4849396586418153, + 0.1841529422998432, + 0.3196203738451008, + 0.6771226334571775, + 0.4402652379125358, + 0.5985034707188553, + 0.5454930260777492 + ], + [ + 0.510637497901917, + 0.19301620800048183, + 0.33659399598837014, + 0.7074734067916801, + 0.466479700803757, + 0.6274421679973579, + 0.5732536584138893 + ], + [ + 0.5365384340286256, + 0.20171843275427906, + 0.35341960005462236, + 0.7368436205387096, + 0.4928390234708819, + 0.6558295297622648, + 0.5998111516237269 + ], + [ + 0.5615544855594642, + 0.2098524500429633, + 0.36877827644348166, + 0.7641254806518533, + 0.5186310231685669, + 0.6813424974679916, + 0.6252027198672306 + ], + [ + 0.5855785846710218, + 0.2178749953955405, + 0.385025984048844, + 0.7935240384936328, + 0.5451544523239145, + 0.7065630450844712, + 0.6501346886157992 + ], + [ + 0.6090108662843707, + 0.2268750381469724, + 0.40141126513481296, + 0.8188913564383955, + 0.5699574112892166, + 0.7320038956403727, + 0.6739301204681397 + ], + [ + 0.6328666687011733, + 0.23575453028082835, + 0.4161545366048823, + 0.8429361700266571, + 0.5947182178497324, + 0.7542769628763198, + 0.6974160075187686 + ], + [ + 0.6560746192932138, + 0.2448314871639002, + 0.4304982662200931, + 0.8667170321941311, + 0.6185662388801576, + 0.7781108897924415, + 0.7194577131420387 + ], + [ + 0.6776900470256809, + 0.25299268215894494, + 0.44618175029754803, + 0.8891275776922644, + 0.6435258448123973, + 0.8001882624626142, + 0.7411099225282678 + ], + [ + 0.7004907757043841, + 0.261654318273067, + 0.4601850420236596, + 0.9101941800117449, + 0.6671384990215331, + 0.8230922746658277, + 0.7637379527091984 + ], + [ + 0.721158409118658, + 0.2699928537011118, + 0.47561065554618936, + 0.9273856514692296, + 0.6917167305946356, + 0.8447359703108662, + 0.7852531656622914 + ], + [ + 0.7423469662666323, + 0.2793818097561586, + 0.4890219122171419, + 0.9454408314824093, + 0.7136994719505344, + 0.8647692123055455, + 0.80554959923029 + ], + [ + 0.7625321626663238, + 0.2884734050929495, + 0.5014568030834218, + 0.961116894185539, + 0.7345726015977564, + 0.8831689521297786, + 0.8252374187111863 + ], + [ + 0.7825518488883978, + 0.29718200311064696, + 0.5161541908979449, + 0.9766524928808162, + 0.7561939205974346, + 0.8994174182414862, + 0.8439409121871008 + ], + [ + 0.8025950789451632, + 0.3049301217682653, + 0.5278493255376825, + 0.9899541234970093, + 0.7775375053286557, + 0.9170856413245146, + 0.8627025675145005 + ], + [ + 0.8221393875777725, + 0.3127731060981732, + 0.5403406381607061, + 1.0026664403080867, + 0.7975840449333208, + 0.9324750578403441, + 0.8813684403896334 + ], + [ + 0.8410345345735559, + 0.3204443434625846, + 0.5512791842222213, + 1.0156806778907759, + 0.8164953768253339, + 0.9476988792419382, + 0.897700938582421 + ] + ] + }, + "torso": { + "min": [ + [ + -0.5749600529670715, + -1.0736345052719116, + -0.9896188676357269, + -0.05344555154442787 + ], + [ + -0.06952488422393799, + -0.0672757625579834, + -0.022595763206481934, + -0.05344555154442787 + ], + [ + -0.06952488422393799, + -0.0672757625579834, + -0.028046131134033203, + -0.05344555154442787 + ], + [ + -0.06952488422393799, + -0.0672757625579834, + -0.0335003137588501, + -0.05344555154442787 + ], + [ + -0.06952488422393799, + -0.0672757625579834, + -0.038959503173828125, + -0.05344555154442787 + ], + [ + -0.06952488422393799, + -0.0672757625579834, + -0.044412970542907715, + -0.05344555154442787 + ], + [ + -0.06952488422393799, + -0.0672757625579834, + -0.049860596656799316, + -0.05344555154442787 + ], + [ + -0.06952488422393799, + -0.07076311111450195, + -0.05529904365539551, + -0.05344555154442787 + ], + [ + -0.06952488422393799, + -0.07776319980621338, + -0.06073641777038574, + -0.05344555154442787 + ], + [ + -0.06952488422393799, + -0.08476316928863525, + -0.06615936756134033, + -0.05344555154442787 + ], + [ + -0.06952488422393799, + -0.09176313877105713, + -0.0715339183807373, + -0.05344555154442787 + ], + [ + -0.06952488422393799, + -0.098763108253479, + -0.07686591148376465, + -0.05344555154442787 + ], + [ + -0.07036161422729492, + -0.10576307773590088, + -0.08229410648345947, + -0.05344555154442787 + ], + [ + -0.07073307037353516, + -0.1127631664276123, + -0.0877218246459961, + -0.05344555154442787 + ], + [ + -0.070792555809021, + -0.11976313591003418, + -0.09314978122711182, + -0.05344555154442787 + ], + [ + -0.0737958550453186, + -0.12676310539245605, + -0.09857773780822754, + -0.05344555154442787 + ], + [ + -0.0776292085647583, + -0.13376307487487793, + -0.10400557518005371, + -0.05344555154442787 + ], + [ + -0.081462562084198, + -0.1407630443572998, + -0.10943353176116943, + -0.05344555154442787 + ], + [ + -0.08529585599899292, + -0.14776313304901123, + -0.11486148834228516, + -0.05344555154442787 + ], + [ + -0.08912914991378784, + -0.1547631025314331, + -0.12028872966766357, + -0.05344555154442787 + ], + [ + -0.09296256303787231, + -0.16176307201385498, + -0.1257157325744629, + -0.05344555154442787 + ], + [ + -0.09679585695266724, + -0.16876304149627686, + -0.1311112642288208, + -0.05344555154442787 + ], + [ + -0.10062921047210693, + -0.17576301097869873, + -0.13580894470214844, + -0.05344555154442787 + ], + [ + -0.10446256399154663, + -0.18276309967041016, + -0.14049863815307617, + -0.05344555154442787 + ], + [ + -0.10829585790634155, + -0.18976306915283203, + -0.1451866626739502, + -0.05344555154442787 + ], + [ + -0.11212915182113647, + -0.1967630386352539, + -0.14987659454345703, + -0.05344555154442787 + ], + [ + -0.11596256494522095, + -0.20376300811767578, + -0.15455985069274902, + -0.05344555154442787 + ], + [ + -0.11979585886001587, + -0.21076297760009766, + -0.15924036502838135, + -0.05344555154442787 + ], + [ + -0.12362915277481079, + -0.21776306629180908, + -0.16390156745910645, + -0.05344555154442787 + ], + [ + -0.1274625062942505, + -0.22476303577423096, + -0.16854846477508545, + -0.05344555154442787 + ], + [ + -0.13129585981369019, + -0.23176300525665283, + -0.173162579536438, + -0.05344555154442787 + ], + [ + -0.1351291537284851, + -0.2387629747390747, + -0.1783970594406128, + -0.05344555154442787 + ] + ], + "max": [ + [ + 0.6199259757995605, + 1.0504485964775085, + 0.5112290047109127, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.021211743354797363, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.026612162590026855, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.0320134162902832, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.0374147891998291, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.04281604290008545, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.048217058181762695, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.05361807346343994, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.05901932716369629, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.06442093849182129, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.06982231140136719, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.07522368431091309, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.08062505722045898, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.08602595329284668, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.09142684936523438, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.09682762622833252, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.10222852230072021, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.10762953758239746, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.11303043365478516, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.11843109130859375, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.12383031845092773, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.12923097610473633, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.13462960720062256, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.14002513885498047, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.14541006088256836, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.18350425362586975, + 0.15079891681671143, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.190504252910614, + 0.15619754791259766, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1975042223930359, + 0.16157817840576172, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.20450425148010254, + 0.16690504550933838, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.2115042507648468, + 0.17220556735992432, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.21850425004959106, + 0.1774965524673462, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.22550427913665771, + 0.18276941776275635, + 0.05102548748254776 + ] + ], + "mean": [ + [ + 0.00016827125137793518, + -0.0006522512842489846, + -0.0008827961206896698, + -3.927529525922771e-06 + ], + [ + 0.00014718489105325743, + -0.0006136405820156965, + -0.0008708848066581749, + -3.927529525922771e-06 + ], + [ + 0.00012598069546293752, + -0.0005748141422562397, + -0.0008589099821238484, + -3.927529525922771e-06 + ], + [ + 0.00010476498381775334, + -0.0005359669099864223, + -0.0008469200787482314, + -3.927529525922771e-06 + ], + [ + 8.354093446527407e-05, + -0.0004971045751116876, + -0.000834918288097857, + -3.927529525922771e-06 + ], + [ + 6.231155256430336e-05, + -0.00045823261382904227, + -0.0008229070631069711, + -3.927529525922771e-06 + ], + [ + 4.108095735646765e-05, + -0.00041935857829083573, + -0.0008108894799401248, + -3.927529525922771e-06 + ], + [ + 1.9852106407985375e-05, + -0.0003804878415586736, + -0.0007988680071678288, + -3.927529525922771e-06 + ], + [ + -1.3723685093857638e-06, + -0.00034162524353567564, + -0.0007868442853942149, + -3.927529525922771e-06 + ], + [ + -2.2589284556098174e-05, + -0.0003027765702129799, + -0.0007748207733061444, + -3.927529525922771e-06 + ], + [ + -4.3794953418041125e-05, + -0.00026394860639203296, + -0.0007628000372036758, + -3.927529525922771e-06 + ], + [ + -6.498757191012963e-05, + -0.00022514463424318684, + -0.0007507836675419086, + -3.927529525922771e-06 + ], + [ + -8.616464332331804e-05, + -0.0001863691168866798, + -0.0007387744954255431, + -3.927529525922771e-06 + ], + [ + -0.00010732297263929517, + -0.00014762803214973068, + -0.0007267744944001681, + -3.927529525922771e-06 + ], + [ + -0.00012845992295167267, + -0.000108926327794518, + -0.0007147853933143623, + -3.927529525922771e-06 + ], + [ + -0.00014957393579851383, + -7.026674547608364e-05, + -0.0007028092892058032, + -3.927529525922771e-06 + ], + [ + -0.00017066238855679172, + -3.165411537177298e-05, + -0.0006908484981533262, + -3.927529525922771e-06 + ], + [ + -0.0001917232726235641, + 6.907908464416953e-06, + -0.0006789047989411711, + -3.927529525922771e-06 + ], + [ + -0.00021275456431900667, + 4.541554562774733e-05, + -0.0006669790799409479, + -3.927529525922771e-06 + ], + [ + -0.00023375399963945518, + 8.386467204136641e-05, + -0.000655073303653002, + -3.927529525922771e-06 + ], + [ + -0.0002547210380007259, + 0.0001222542928710619, + -0.0006431878608088937, + -3.927529525922771e-06 + ], + [ + -0.0002756540056232041, + 0.00016058133478955402, + -0.0006313240995491854, + -3.927529525922771e-06 + ], + [ + -0.00029655215465092987, + 0.00019884450431865316, + -0.0006194832611890679, + -3.927529525922771e-06 + ], + [ + -0.0003174138751315907, + 0.00023704079660708785, + -0.0006076661202820253, + -3.927529525922771e-06 + ], + [ + -0.000338237592729525, + 0.00027516745020729033, + -0.0005958745139964973, + -3.927529525922771e-06 + ], + [ + -0.0003590215848279601, + 0.0003132213444386201, + -0.0005841102001568171, + -3.927529525922771e-06 + ], + [ + -0.000379766878640732, + 0.000351204257951892, + -0.000572371547769974, + -3.927529525922771e-06 + ], + [ + -0.0004004720773365962, + 0.0003891135680625907, + -0.0005606591538508851, + -3.927529525922771e-06 + ], + [ + -0.00042113535842101547, + 0.0004269460401978638, + -0.0005489749711763475, + -3.927529525922771e-06 + ], + [ + -0.00044175615713877515, + 0.0004647006201348258, + -0.0005373190796848955, + -3.927529525922771e-06 + ], + [ + -0.00046233383463112744, + 0.0005023761726817886, + -0.0005256919212934985, + -3.927529525922771e-06 + ], + [ + -0.00048286655826532913, + 0.0005399694739613238, + -0.0005140954263083945, + -3.927529525922771e-06 + ] + ], + "std": [ + [ + 0.0015556263773840989, + 0.0025126080524256215, + 0.0015490357154361364, + 0.00010521878447469918 + ], + [ + 0.0026586223127482594, + 0.004673664203461876, + 0.0027970618261047857, + 0.00010521878447469918 + ], + [ + 0.003847944430164362, + 0.00690199416309056, + 0.004099213400816136, + 0.00010521878447469918 + ], + [ + 0.005049689871914594, + 0.00912381440665125, + 0.005403847122457405, + 0.00010521878447469918 + ], + [ + 0.0062524750057089806, + 0.011335130492597056, + 0.006704539317501763, + 0.00010521878447469918 + ], + [ + 0.007452494939575495, + 0.013534989142321242, + 0.007999439974010621, + 0.00010521878447469918 + ], + [ + 0.008648245650887973, + 0.015723293112850704, + 0.009288023890097112, + 0.00010521878447469918 + ], + [ + 0.009839091585993824, + 0.01790022863561882, + 0.010570209396695748, + 0.00010521878447469918 + ], + [ + 0.011024766454259942, + 0.020066066322007366, + 0.011846067409018161, + 0.00010521878447469918 + ], + [ + 0.012205178390399874, + 0.022221097227594033, + 0.013115719237978926, + 0.00010521878447469918 + ], + [ + 0.013380319517069866, + 0.024365602073855235, + 0.014379296839761755, + 0.00010521878447469918 + ], + [ + 0.014550221972460755, + 0.026499838214610293, + 0.015636930556546472, + 0.00010521878447469918 + ], + [ + 0.015714934695962367, + 0.028624033723625687, + 0.016888742787343425, + 0.00010521878447469918 + ], + [ + 0.01687451203659651, + 0.030738388197180107, + 0.018134846774478533, + 0.00010521878447469918 + ], + [ + 0.018029012231502835, + 0.03284308282720299, + 0.01937534772728226, + 0.00010521878447469918 + ], + [ + 0.019178491107530664, + 0.03493827614188791, + 0.020610342052823184, + 0.00010521878447469918 + ], + [ + 0.020323002667434018, + 0.037024111016729415, + 0.021839916896046082, + 0.00010521878447469918 + ], + [ + 0.021462600095330676, + 0.03910071895983478, + 0.023064153995908696, + 0.00010521878447469918 + ], + [ + 0.02259733300830106, + 0.04116821852167236, + 0.024283128186455095, + 0.00010521878447469918 + ], + [ + 0.02372724983383666, + 0.0432267206579845, + 0.025496910543970467, + 0.00010521878447469918 + ], + [ + 0.024852397825144455, + 0.045276330309263424, + 0.02670557114575118, + 0.00010521878447469918 + ], + [ + 0.02597282492470479, + 0.04731715062911533, + 0.027909179767893616, + 0.00010521878447469918 + ], + [ + 0.027088577561143114, + 0.04934927938585896, + 0.029107806915553713, + 0.00010521878447469918 + ], + [ + 0.02819970510456176, + 0.051372817681524054, + 0.030301524856478173, + 0.00010521878447469918 + ], + [ + 0.029306254822885403, + 0.05338786146700993, + 0.031490404318500684, + 0.00010521878447469918 + ], + [ + 0.030408275351684194, + 0.055394507764767335, + 0.03267451699437755, + 0.00010521878447469918 + ], + [ + 0.03150581538551447, + 0.05739285251908217, + 0.033853935441349084, + 0.00010521878447469918 + ], + [ + 0.03259892543480906, + 0.05938299420647258, + 0.035028729895999984, + 0.00010521878447469918 + ], + [ + 0.03368765771326283, + 0.06136503334280094, + 0.036198974602294445, + 0.00010521878447469918 + ], + [ + 0.034772066117727755, + 0.06333907306372594, + 0.037364740999705416, + 0.00010521878447469918 + ], + [ + 0.03585220224276829, + 0.06530521174407342, + 0.038526095994027516, + 0.00010521878447469918 + ], + [ + 0.03692811588309699, + 0.06726354399424353, + 0.039683106443308615, + 0.00010521878447469918 + ] + ], + "q01": [ + [ + -0.00445591926574707, + -0.00878673791885376, + -0.006326556205749512, + -0.0005188578180968761 + ], + [ + -0.008287191390991211, + -0.01578432321548462, + -0.011768579483032227, + -0.0005188578180968761 + ], + [ + -0.012118637561798096, + -0.022781752943992616, + -0.017214655876159668, + -0.0005188578180968761 + ], + [ + -0.01595020294189453, + -0.02977883815765381, + -0.022658586502075195, + -0.0005188578180968761 + ], + [ + -0.019781649112701416, + -0.03677624464035034, + -0.028095722198486328, + -0.0005188578180968761 + ], + [ + -0.0236130952835083, + -0.04377329349517822, + -0.03352832794189453, + -0.0005188578180968761 + ], + [ + -0.027444303035736084, + -0.05077028274536133, + -0.038950324058532715, + -0.0005188578180968761 + ], + [ + -0.031275391578674316, + -0.05776703357696533, + -0.04436412572860718, + -0.0005188578180968761 + ], + [ + -0.03510623693466187, + -0.06476412892341614, + -0.04975786924362183, + -0.0005188578180968761 + ], + [ + -0.03893697261810303, + -0.07176119089126587, + -0.055131704807281495, + -0.0005188578180968761 + ], + [ + -0.042767465114593506, + -0.0787581205368042, + -0.06046679735183716, + -0.0005188578180968761 + ], + [ + -0.04659759998321533, + -0.08575481176376343, + -0.06576144695281982, + -0.0005188578180968761 + ], + [ + -0.050427794456481934, + -0.09275186061859131, + -0.07101396322250367, + -0.0005188578180968761 + ], + [ + -0.054257750511169434, + -0.09974887311458587, + -0.07618803024291992, + -0.0005188578180968761 + ], + [ + -0.05808734893798828, + -0.10674554109573364, + -0.08127108335494995, + -0.0005188578180968761 + ], + [ + -0.06191694736480713, + -0.11374258995056152, + -0.08629006385803223, + -0.0005188578180968761 + ], + [ + -0.06574630737304688, + -0.12073957920074463, + -0.09118547558784484, + -0.0005188578180968761 + ], + [ + -0.06957566738128662, + -0.12773680686950684, + -0.09593910694122314, + -0.0005188578180968761 + ], + [ + -0.07340490818023682, + -0.13473325967788696, + -0.10066814422607422, + -0.0005188578180968761 + ], + [ + -0.07723391056060791, + -0.14172993779182433, + -0.10532248497009278, + -0.0005188578180968761 + ], + [ + -0.08106255531311035, + -0.14872652292251587, + -0.10981133699417114, + -0.0005188578180968761 + ], + [ + -0.08489120006561279, + -0.15572333335876465, + -0.11423357009887695, + -0.0005188578180968761 + ], + [ + -0.08871966123580932, + -0.1627202033996582, + -0.11860922574996949, + -0.0005188578180968761 + ], + [ + -0.09254741191864013, + -0.16971659004688264, + -0.12298226833343506, + -0.0005188578180968761 + ], + [ + -0.09637528657913208, + -0.1767134666442871, + -0.12716768503189085, + -0.0005188578180968761 + ], + [ + -0.10020327568054199, + -0.18371063470840454, + -0.13142574310302735, + -0.0005188578180968761 + ], + [ + -0.10403096675872803, + -0.19070756435394287, + -0.135668044090271, + -0.0005188578180968761 + ], + [ + -0.10785830020904541, + -0.19770467281341553, + -0.1397005772590637, + -0.0005188578180968761 + ], + [ + -0.11168551445007324, + -0.2047014832496643, + -0.1438177442550659, + -0.0005188578180968761 + ], + [ + -0.11551284790039062, + -0.2116987109184265, + -0.1478727889060974, + -0.0005188578180968761 + ], + [ + -0.1193397045135498, + -0.2186955213546753, + -0.15191979646682738, + -0.0005188578180968761 + ], + [ + -0.1231657862663269, + -0.22569197416305542, + -0.15593806505203248, + -0.0005188578180968761 + ] + ], + "q99": [ + [ + 0.0042781829833984375, + 0.007399857044219971, + 0.004938991069793702, + 0.0005044586391886695 + ], + [ + 0.008110695481300348, + 0.014396965503692627, + 0.010374903678894043, + 0.0005044586391886695 + ], + [ + 0.011943221092224121, + 0.02139413356781006, + 0.01581418514251709, + 0.0005044586391886695 + ], + [ + 0.015775978565216064, + 0.028391361236572266, + 0.021247656345367433, + 0.0005044586391886695 + ], + [ + 0.019608676433563232, + 0.03538858890533447, + 0.026676654815673828, + 0.0005044586391886695 + ], + [ + 0.0234413743019104, + 0.04238605499267578, + 0.032102227210998535, + 0.0005044586391886695 + ], + [ + 0.02727407217025757, + 0.04938352108001709, + 0.037525057792663574, + 0.0005044586391886695 + ], + [ + 0.031106770038604736, + 0.056381165981292725, + 0.042945892810821534, + 0.0005044586391886695 + ], + [ + 0.034939550757408136, + 0.06337875127792358, + 0.048365116119384766, + 0.0005044586391886695 + ], + [ + 0.03877228498458862, + 0.07037639617919922, + 0.053782970905303956, + 0.0005044586391886695 + ], + [ + 0.042605042457580566, + 0.07737410068511963, + 0.05919921398162842, + 0.0005044586391886695 + ], + [ + 0.046437859535217285, + 0.08437192440032959, + 0.06461191177368164, + 0.0005044586391886695 + ], + [ + 0.05027055740356445, + 0.09136968851089478, + 0.07001805305480957, + 0.0005044586391886695 + ], + [ + 0.054103314876556396, + 0.09836763143539429, + 0.0754169225692749, + 0.0005044586391886695 + ], + [ + 0.057936131954193115, + 0.10536566376686096, + 0.08080673217773438, + 0.0005044586391886695 + ], + [ + 0.06176900863647461, + 0.11236387491226196, + 0.08618834733963013, + 0.0005044586391886695 + ], + [ + 0.06560173630714417, + 0.11936217546463013, + 0.09156504392623901, + 0.0005044586391886695 + ], + [ + 0.0694345235824585, + 0.12636053562164307, + 0.09692484378814697, + 0.0005044586391886695 + ], + [ + 0.07326728105545044, + 0.13335883617401123, + 0.1022670578956604, + 0.0005044586391886695 + ], + [ + 0.07710006177425384, + 0.14035731554031372, + 0.10757935047149658, + 0.0005044586391886695 + ], + [ + 0.08093284904956817, + 0.14735567569732666, + 0.11286807060241699, + 0.0005044586391886695 + ], + [ + 0.08476555347442627, + 0.15435409545898438, + 0.11813703298568726, + 0.0005044586391886695 + ], + [ + 0.08859837055206299, + 0.16135257482528687, + 0.12336585283279419, + 0.0005044586391886695 + ], + [ + 0.09243124723434448, + 0.16835105419158936, + 0.1285812282562256, + 0.0005044586391886695 + ], + [ + 0.0962640643119812, + 0.17534959316253662, + 0.1337171220779419, + 0.0005044586391886695 + ], + [ + 0.10009685158729553, + 0.1823480725288391, + 0.13881057739257813, + 0.0005044586391886695 + ], + [ + 0.10392969846725464, + 0.1893465706706047, + 0.14386165142059326, + 0.0005044586391886695 + ], + [ + 0.10776251554489136, + 0.19634509086608887, + 0.14883071422576905, + 0.0005044586391886695 + ], + [ + 0.11159521341323853, + 0.2033436894416809, + 0.1537387776374817, + 0.0005044586391886695 + ], + [ + 0.1154279112815857, + 0.21034228801727295, + 0.1586703109741211, + 0.0005044586391886695 + ], + [ + 0.11926060914993286, + 0.217340886592865, + 0.16347007036209107, + 0.0005044586391886695 + ], + [ + 0.1230933666229248, + 0.22433948516845703, + 0.16824728965759278, + 0.0005044586391886695 + ] + ] + } + } + }, + "gr1": { + "state": { + "left_arm": { + "min": [ + -1.7667367458343506, + -0.9394838809967041, + -3.003539562225342, + -2.5103440284729004, + -2.8187081813812256, + -1.5054477453231812, + -1.5409959554672241 + ], + "max": [ + 1.38914155960083, + 1.5781080722808838, + 2.997148275375366, + 0.390171617269516, + 3.029036045074463, + 1.5343936681747437, + 1.5214680433273315 + ], + "mean": [ + -0.19481485347114547, + 0.16128400966363893, + -0.1311499129555655, + -1.4663888104599263, + -0.02413482200884505, + 0.16560683954147964, + 0.005410647894310498 + ], + "std": [ + 0.2997534872504169, + 0.17223809089807118, + 0.22264173546069846, + 0.3463451859545078, + 0.3487661557417038, + 0.2421011323691928, + 0.2289086130850983 + ], + "q01": [ + -1.73929762840271, + -0.003958290908485651, + -1.065827213525772, + -2.4966227054595946, + -1.3501141786575317, + -0.8263642120361329, + -1.19250638961792 + ], + "q99": [ + 0.8665580987930297, + 0.995324742794037, + 0.4737708628177639, + -0.00033615667925914155, + 1.182755023241043, + 1.3870870721340174, + 1.2789022445678706 + ] + }, + "right_arm": { + "min": [ + -2.645646572113037, + -2.999122142791748, + -3.00199556350708, + -2.536545753479004, + -3.0015928745269775, + -1.5032434463500977, + -1.4976415634155273 + ], + "max": [ + 2.142017126083374, + 0.07876992970705032, + 3.000385046005249, + 0.048908114433288574, + 3.001671552658081, + 1.479303240776062, + 1.5007601976394653 + ], + "mean": [ + -0.3111565456732083, + -0.2511189322778004, + 0.091007512298025, + -1.3821695267498932, + 0.3768000908466069, + -0.07595417097627934, + 0.09508919383909346 + ], + "std": [ + 0.4232940778022758, + 0.2745518057335516, + 0.3367304247365095, + 0.4889618856457589, + 0.46114805331183856, + 0.3664289852047108, + 0.45934624149845404 + ], + "q01": [ + -1.6592845284938813, + -1.257149133682251, + -0.9480208599567413, + -2.476447582244873, + -0.9057820677757263, + -1.2816193580627442, + -1.1387006866931915 + ], + "q99": [ + 1.251422860622406, + 0.008797253482043743, + 1.0988608801364899, + -0.0068526727147401, + 1.9205821895599362, + 1.0795991659164428, + 1.2507708072662354 + ] + }, + "left_hand": { + "min": [ + -3.3788769245147705, + -3.184504270553589, + -4.19711446762085, + -3.5409750938415527, + -2.581787347793579, + -2.73329496383667 + ], + "max": [ + 4.437142372131348, + 5.538408279418945, + 4.7685112953186035, + 3.376582145690918, + 3.9150447845458984, + 5.075474739074707 + ], + "mean": [ + 0.11645245179852111, + 0.13116060157607273, + 0.14541392917388618, + 0.1469678315957771, + 0.05351285343355412, + 0.42569107109120286 + ], + "std": [ + 0.29017842743498734, + 0.28454728960322795, + 0.2767835814514259, + 0.3255350736816462, + 0.15315136308909721, + 0.5837974187803513 + ], + "q01": [ + -0.4898205837607384, + -0.21704037368297577, + -0.23327417194843292, + -0.1784352684020996, + -0.22330105692148208, + -0.054175131171941754 + ], + "q99": [ + 1.5559209823608398, + 1.5045883655548096, + 1.6311287641525274, + 1.6614893734455105, + 1.2946673369407653, + 2.0128181743621827 + ] + }, + "right_hand": { + "min": [ + -2.2151429653167725, + -3.3773539066314697, + -2.4364871978759766, + -2.2032501697540283, + -1.5127859115600586, + -0.818516731262207 + ], + "max": [ + 3.7578370571136475, + 3.6758010387420654, + 3.4021682739257812, + 2.874237298965454, + 2.2128536701202393, + 2.1886658668518066 + ], + "mean": [ + 0.3508389358217932, + 0.3572603635459281, + 0.3350922602854271, + 0.39536786762011356, + 0.1308806746780411, + 1.2075005423550653 + ], + "std": [ + 0.4691118026898483, + 0.4291954611836847, + 0.41256571296756145, + 0.45150297663474714, + 0.20670591936796345, + 0.6004637607443121 + ], + "q01": [ + -0.047660976648330695, + -0.005562563217245043, + -0.11582272693514824, + -0.005664149299263954, + -0.5400147008895874, + 0.011294442228972912 + ], + "q99": [ + 1.51954607963562, + 1.5248469114303589, + 1.720312867164612, + 1.6046032810211184, + 0.7412277638912202, + 1.871712634563446 + ] + }, + "waist": { + "min": [ + -1.0505276918411255, + -3.734909772872925, + -0.7304351925849915 + ], + "max": [ + 2.3648884296417236, + 1.2820428609848022, + 1.641447901725769 + ], + "mean": [ + 0.03511118798391937, + 0.023129349918354292, + -9.005483643194064e-05 + ], + "std": [ + 0.18581404188333073, + 0.04193078757029081, + 0.00820033104130652 + ], + "q01": [ + -0.5984661936759949, + -0.04586787845939398, + -0.03608853369951248 + ], + "q99": [ + 0.7126809978485108, + 0.24479174375534063, + 0.039485365189611876 + ] + } + }, + "action": { + "left_arm": { + "min": [ + -2.291214942932129, + -0.046974193304777145, + -3.0001769065856934, + -2.787419557571411, + -2.817837953567505, + -1.4981389045715332, + -1.4949527978897095 + ], + "max": [ + 1.3931429386138916, + 1.8901419639587402, + 2.997774362564087, + 0.01950857974588871, + 3.0014517307281494, + 1.5000393390655518, + 1.5000176429748535 + ], + "mean": [ + -0.2022250973429031, + 0.15897563739672413, + -0.13062275287044878, + -1.4690487735123714, + -0.025466407791133523, + 0.1679954154778626, + -0.01717887024399095 + ], + "std": [ + 0.3064046326442684, + 0.17200587267094083, + 0.2243088054176833, + 0.3512607866839048, + 0.3515691379552029, + 0.2513131686004664, + 0.2461358351709143 + ], + "q01": [ + -1.7427038609981538, + -5.923409989918582e-05, + -1.111556829214096, + -2.675620365142822, + -1.3701973676681518, + -0.9063545680046081, + -1.3308427333831787 + ], + "q99": [ + 0.8815246701240538, + 1.013069784641266, + 0.4819008529186247, + -2.0523875173239458e-05, + 1.1850274562835694, + 1.412140974998474, + 1.3989997625350952 + ] + }, + "right_arm": { + "min": [ + -2.750356912612915, + -2.9999561309814453, + -3.0000996589660645, + -2.8788585662841797, + -3.000077247619629, + -1.5001442432403564, + -1.4998821020126343 + ], + "max": [ + 2.2311699390411377, + 0.00100952188950032, + 3.0000193119049072, + 0.00015923754835966974, + 3.0000836849212646, + 1.4988927841186523, + 1.5000380277633667 + ], + "mean": [ + -0.32212699648588394, + -0.2545393310231313, + 0.08651282988222919, + -1.3808805021724442, + 0.3826942242781352, + -0.08163989837866739, + 0.08696862695348564 + ], + "std": [ + 0.4311176733448753, + 0.2834091302038368, + 0.34605378998560066, + 0.5004203965525854, + 0.4637183220531506, + 0.3874271761563013, + 0.5018928677874117 + ], + "q01": [ + -1.6659142291545868, + -1.311771879196167, + -1.0134680604934692, + -2.569200005531311, + -1.0039543116092682, + -1.3790273785591125, + -1.2920814263820648 + ], + "q99": [ + 1.2672191214561461, + -9.999999974752427e-07, + 1.1113542342185978, + -0.0007472563884221083, + 1.9389648783206905, + 1.1922462415695185, + 1.487492561340332 + ] + }, + "left_hand": { + "min": [ + -1.9597030878067017, + -1.8635213375091553, + -1.9709523916244507, + -1.5, + -3.0, + 0.0 + ], + "max": [ + 1.5707963705062866, + 1.646651268005371, + 1.709236979484558, + 2.0620639324188232, + 3.0, + 3.0 + ], + "mean": [ + -0.006920998645459253, + 0.01947616254028217, + 0.040109211849535864, + 0.02527625327047245, + -0.09010772725469796, + 0.6074772234278684 + ], + "std": [ + 0.5715335691409725, + 0.5861040367276122, + 0.5898717333439536, + 0.6091900827320826, + 1.0598581498874164, + 0.9866875269321831 + ], + "q01": [ + -1.5, + -1.5, + -1.5, + -1.5, + -3.0, + 0.0 + ], + "q99": [ + 1.5, + 1.5, + 1.5, + 1.5168532657623293, + 3.0, + 3.0 + ] + }, + "right_hand": { + "min": [ + -1.5, + -1.5, + -1.5, + -1.5, + -3.0, + 3.1221401286529726e-07 + ], + "max": [ + 1.5707963705062866, + 1.7183797359466553, + 3.979951858520508, + 3.9879753589630127, + 3.0, + 3.0 + ], + "mean": [ + -0.10027059235142924, + -0.05585413493680216, + -0.06891139664220072, + -0.02000022747086741, + -0.3212652592453809, + 1.906511783599853 + ], + "std": [ + 1.0987567441797557, + 1.1187149333058117, + 1.1223716700165174, + 1.149134818397045, + 2.1150409826181646, + 1.1796188314372948 + ], + "q01": [ + -1.5, + -1.5, + -1.5, + -1.5, + -3.0, + 0.010369242057204246 + ], + "q99": [ + 1.5, + 1.5097358465194703, + 1.5707963705062866, + 1.5707963705062866, + 3.0, + 3.0 + ] + }, + "waist": { + "min": [ + -1.0500264167785645, + -0.6807454824447632, + -0.543700098991394 + ], + "max": [ + 1.1157444715499878, + 1.1568318605422974, + 0.7470723986625671 + ], + "mean": [ + 0.035645808426320875, + 0.01144822842579308, + 4.085763085221409e-06 + ], + "std": [ + 0.1888807031973496, + 0.039838836264842276, + 0.0035500982127471704 + ], + "q01": [ + -0.6020408487319946, + -0.050653454363346104, + -0.01950529683381319 + ], + "q99": [ + 0.7275692248344422, + 0.2765102529525758, + 0.015803386736661217 + ] + } + }, + "relative_action": { + "left_arm": { + "min": [ + [ + -0.7535467743873596, + -0.33187076449394226, + -0.9089339971542358, + -0.37066301703453064, + -0.7194805145263672, + -1.3083981275558472, + -0.8095897436141968 + ], + [ + -1.232682704925537, + -0.8215754628181458, + -0.9089339971542358, + -0.541803777217865, + -0.8851319551467896, + -1.3081187009811401, + -0.9558534622192383 + ], + [ + -1.2337671518325806, + -0.8476911783218384, + -0.9089339971542358, + -0.5655254125595093, + -0.9038506746292114, + -1.3081125020980835, + -1.0602306127548218 + ], + [ + -1.2290875911712646, + -0.8733228445053101, + -0.9089263677597046, + -0.626060426235199, + -0.9511255621910095, + -1.3081187009811401, + -1.1395330429077148 + ], + [ + -1.233262538909912, + -0.8946402668952942, + -0.9089339971542358, + -0.831531822681427, + -1.001530647277832, + -1.3074311017990112, + -1.1917215585708618 + ], + [ + -1.2355599403381348, + -0.8910793662071228, + -0.9089339971542358, + -0.8114831447601318, + -1.1363462209701538, + -1.335357904434204, + -1.21781587600708 + ], + [ + -1.2418559789657593, + -0.8838143348693848, + -0.9089263677597046, + -0.8124465346336365, + -1.291194200515747, + -1.4087038040161133, + -1.2809923887252808 + ], + [ + -1.2406965494155884, + -0.8777319192886353, + -0.9089339971542358, + -0.8249823451042175, + -1.333981990814209, + -1.4045289754867554, + -1.3715757131576538 + ], + [ + -1.2409361600875854, + -0.8704668879508972, + -0.908930242061615, + -0.8797822594642639, + -1.40472412109375, + -1.391061782836914, + -1.3705650568008423 + ], + [ + -1.2392809391021729, + -0.862606406211853, + -0.9089339971542358, + -0.953082263469696, + -1.4670740365982056, + -1.4924039840698242, + -1.3397067785263062 + ], + [ + -1.25104820728302, + -0.8639662265777588, + -0.9437901973724365, + -1.026382327079773, + -1.5255049467086792, + -1.5377236604690552, + -1.2987662553787231 + ], + [ + -1.2541099786758423, + -0.9047096371650696, + -1.013206124305725, + -1.0966079235076904, + -1.5791430473327637, + -1.4968461990356445, + -1.2936573028564453 + ], + [ + -1.2672653198242188, + -0.9397921562194824, + -1.0865061283111572, + -1.169730544090271, + -1.633039951324463, + -1.4488543272018433, + -1.411767840385437 + ], + [ + -1.31271231174469, + -1.0095431804656982, + -1.1598061323165894, + -1.2430305480957031, + -1.6777759790420532, + -1.4539655447006226, + -1.4330090284347534 + ], + [ + -1.3468519449234009, + -1.0739885568618774, + -1.2331061363220215, + -1.3163305521011353, + -1.7146680355072021, + -1.4515489339828491, + -1.4224071502685547 + ], + [ + -1.3629692792892456, + -1.1161826848983765, + -1.3050205707550049, + -1.3851157426834106, + -1.7467361688613892, + -1.4509618282318115, + -1.380807876586914 + ] + ], + "max": [ + [ + 0.38342610001564026, + 0.8925096988677979, + 0.36260512471199036, + 0.3504716455936432, + 0.8253446817398071, + 0.49569186568260193, + 0.5314074158668518 + ], + [ + 1.0039619207382202, + 0.9539805054664612, + 0.8348574638366699, + 1.7657129764556885, + 1.0500589609146118, + 0.8233967423439026, + 0.818429708480835 + ], + [ + 0.9839383959770203, + 0.9541579484939575, + 0.8295971155166626, + 1.7674763202667236, + 1.2606602907180786, + 0.8718358874320984, + 0.8455824255943298 + ], + [ + 0.9808192849159241, + 0.9659045934677124, + 0.8279193043708801, + 1.7681915760040283, + 1.418979287147522, + 0.9436464905738831, + 0.9252708554267883 + ], + [ + 0.9700037837028503, + 0.9745455980300903, + 0.8280278444290161, + 1.7697956562042236, + 1.5454665422439575, + 1.02646803855896, + 1.0388253927230835 + ], + [ + 0.9529914855957031, + 0.9833981394767761, + 0.8344022035598755, + 1.771058440208435, + 1.6771070957183838, + 1.1057944297790527, + 1.1226104497909546 + ], + [ + 0.9378507733345032, + 0.981238842010498, + 0.856016993522644, + 1.7723029851913452, + 1.783819556236267, + 1.2036057710647583, + 1.1726670265197754 + ], + [ + 0.9386645555496216, + 0.9803730845451355, + 0.9276153445243835, + 1.7736396789550781, + 1.9153649806976318, + 1.1833666563034058, + 1.2189698219299316 + ], + [ + 1.023832082748413, + 0.9749367833137512, + 1.0184890031814575, + 1.774850845336914, + 2.0284998416900635, + 1.193369746208191, + 1.2071908712387085 + ], + [ + 1.1089398860931396, + 0.9709285497665405, + 1.1060223579406738, + 1.7758677005767822, + 2.106520652770996, + 1.2361379861831665, + 1.1685041189193726 + ], + [ + 1.2000399827957153, + 0.9724446535110474, + 1.1855345964431763, + 1.7781044244766235, + 2.1813342571258545, + 1.2785873413085938, + 1.1341663599014282 + ], + [ + 1.2753422260284424, + 0.9952419996261597, + 1.252859354019165, + 1.7777012586593628, + 2.255835771560669, + 1.3178040981292725, + 1.185113787651062 + ], + [ + 1.3293472528457642, + 1.0487736463546753, + 1.3093318939208984, + 1.7775099277496338, + 2.298814535140991, + 1.346938133239746, + 1.2279480695724487 + ], + [ + 1.3815267086029053, + 1.0879133939743042, + 1.3025233745574951, + 1.7773905992507935, + 2.331529378890991, + 1.3719724416732788, + 1.2787562608718872 + ], + [ + 1.4482918977737427, + 1.135321021080017, + 1.3314377069473267, + 1.7767372131347656, + 2.3696541786193848, + 1.4030451774597168, + 1.3275548219680786 + ], + [ + 1.5108815431594849, + 1.179553508758545, + 1.4047377109527588, + 1.7748149633407593, + 2.4023690223693848, + 1.4208277463912964, + 1.375919222831726 + ] + ], + "mean": [ + [ + -0.007830982431785052, + -0.0034312213274694976, + 0.00019997445168386813, + -0.0021131004389058983, + -0.0015523810079003486, + 0.002677777078807554, + -0.022392924714633302 + ], + [ + -0.008137565676742769, + -0.0037999639340494107, + 0.000402294299652123, + -0.001703935203996555, + -0.0016910816376793751, + 0.0023049955309026684, + -0.02227600076775957 + ], + [ + -0.008427621018341944, + -0.004177096198706822, + 0.0006173381322730966, + -0.0013055835150169717, + -0.0018232957517096832, + 0.001927791422037817, + -0.02216956803192564 + ], + [ + -0.00870205806704481, + -0.0045595879015104205, + 0.000841452162397907, + -0.0009198899390738067, + -0.001945783218873675, + 0.0015487739371183224, + -0.02207286600770714 + ], + [ + -0.008959875136642597, + -0.004945944941005325, + 0.0010736591777937233, + -0.0005492033016984092, + -0.002057756256156357, + 0.0011685728794614864, + -0.02198098099469712 + ], + [ + -0.009200907861621409, + -0.005336305715618021, + 0.0013133100699792685, + -0.00019589605999935714, + -0.002159756387521079, + 0.0007876358767368004, + -0.021897533949589338 + ], + [ + -0.009426148052478243, + -0.005730609792164069, + 0.001560665928284497, + 0.00014094717665329246, + -0.0022519697421793388, + 0.00040601104412122443, + -0.021820044190643727 + ], + [ + -0.0096993158404187, + -0.006081606884525392, + 0.0018295690674873701, + 0.00043696140545911727, + -0.0023993525885177415, + 1.2242648749009356e-05, + -0.021804061500546326 + ], + [ + -0.009967815210863307, + -0.006422554209449923, + 0.002109823804250781, + 0.0007241011247843838, + -0.0025520180294907276, + -0.00038279212896691426, + -0.02180504157272273 + ], + [ + -0.010229976114442612, + -0.006759768850831935, + 0.0023985922720196995, + 0.0010010615404331697, + -0.0027057519455903145, + -0.000780116618759855, + -0.021820160850907336 + ], + [ + -0.01048581019460038, + -0.007095839469935719, + 0.002695322318666639, + 0.0012690746895187201, + -0.0028574103356330456, + -0.0011792625631431592, + -0.021848658246145642 + ], + [ + -0.010734576320204381, + -0.0074301432372816, + 0.0030004597545570354, + 0.0015284742879696006, + -0.0030053592272957876, + -0.0015806558992474736, + -0.02188655955144205 + ], + [ + -0.010975354096167143, + -0.0077621575262879815, + 0.0033140369899239807, + 0.0017793054820101784, + -0.0031476129144279007, + -0.0019844844665137347, + -0.02193181868206765 + ], + [ + -0.011209069987681779, + -0.008091799444243914, + 0.003634784845053703, + 0.002020444265844825, + -0.00328329859922133, + -0.0023899524049530996, + -0.021985199511729826 + ], + [ + -0.011437159940978077, + -0.0084193715976519, + 0.003961789174492275, + 0.0022528975097543986, + -0.0034120213233772238, + -0.0027975428083342477, + -0.022042705663647823 + ], + [ + -0.011659468674913137, + -0.008744466683454948, + 0.004294068412187761, + 0.002474281409060612, + -0.0035330771559973512, + -0.003206238821708593, + -0.02210409297330645 + ] + ], + "std": [ + [ + 0.042163188005577855, + 0.023641720372920054, + 0.03038010352646549, + 0.04950637629010762, + 0.04089986079367989, + 0.04108853068404196, + 0.05281199104229583 + ], + [ + 0.04799599608581949, + 0.026236427491931377, + 0.03501462241453217, + 0.057315227935446675, + 0.04729683605259954, + 0.04571245637886159, + 0.05592498022183605 + ], + [ + 0.0541617321299445, + 0.028942728931667487, + 0.03984493837802143, + 0.06547283525147918, + 0.05373092122200327, + 0.05043818503736647, + 0.05924924028502304 + ], + [ + 0.06046539160575583, + 0.03165386572648481, + 0.04469304940901392, + 0.07383635339858322, + 0.06012260009478418, + 0.05511391698091876, + 0.06271929530252283 + ], + [ + 0.06684710984746917, + 0.034330484424683914, + 0.049526507376029046, + 0.08219923205039414, + 0.0663175345891949, + 0.059725497460599665, + 0.06626808282286288 + ], + [ + 0.07324998660852439, + 0.036936702449034964, + 0.05425809238463369, + 0.09056838336209605, + 0.0723501455209004, + 0.06423418267964977, + 0.06985149129564926 + ], + [ + 0.07958878799892086, + 0.03945443682065302, + 0.05887555921190959, + 0.0988920628776826, + 0.07823295572703783, + 0.06860627939558465, + 0.07343762912964437 + ], + [ + 0.08595394175491923, + 0.042047676497920024, + 0.06350123209266033, + 0.10711431339970316, + 0.08408982440408408, + 0.07295128875869615, + 0.07702744166443777 + ], + [ + 0.0922588857881283, + 0.04454062066343438, + 0.0680094397601802, + 0.11521098292027851, + 0.08970714997842176, + 0.07713772196569947, + 0.08056085063635546 + ], + [ + 0.09849656937809796, + 0.04696913511467723, + 0.07237922358474504, + 0.12320845168101899, + 0.09513983488020153, + 0.08118182784844107, + 0.08401114230956457 + ], + [ + 0.10464308819645374, + 0.04934187604161079, + 0.07662953058722739, + 0.13107313335726004, + 0.10041309107652713, + 0.0851075993774442, + 0.08739691502123424 + ], + [ + 0.11065330864868073, + 0.05166210697700588, + 0.08078134838467976, + 0.13879330833538628, + 0.10553624614472852, + 0.08890915423903223, + 0.09071755067436812 + ], + [ + 0.11659360590238609, + 0.053925637754561384, + 0.08483265280484198, + 0.14630770705437438, + 0.11050957817490192, + 0.0925925926081756, + 0.09397289678122182 + ], + [ + 0.12244875090723505, + 0.056122577151004924, + 0.08877946780282917, + 0.15364864167356232, + 0.11533164882632907, + 0.09616449592086292, + 0.09715983476634164 + ], + [ + 0.12820045255904516, + 0.05827465753652856, + 0.09262212998828875, + 0.16084038168913756, + 0.1200133032275638, + 0.0996334706736819, + 0.10027426188564313 + ], + [ + 0.13385678956045638, + 0.060388089199075345, + 0.09634956864151352, + 0.16788780988107727, + 0.12451333793578587, + 0.10300663205776373, + 0.10331966804524115 + ] + ], + "q01": [ + [ + -0.25976021856069564, + -0.12822641402482987, + -0.20393648386001587, + -0.24329194396734238, + -0.21339699774980544, + -0.20897039026021957, + -0.2225155207514763 + ], + [ + -0.2674494954943657, + -0.13351951837539672, + -0.22706522524356842, + -0.2931253910064697, + -0.2586013197898865, + -0.24106443852186202, + -0.2459057754278183 + ], + [ + -0.28154862582683565, + -0.13972346380352973, + -0.2520772504806518, + -0.3422707086801529, + -0.3020429164171219, + -0.27596465498209, + -0.28057637214660647 + ], + [ + -0.32231988966465, + -0.14590054005384445, + -0.2804703485965729, + -0.3905013257265091, + -0.34254239201545716, + -0.3093774825334549, + -0.3167704963684082 + ], + [ + -0.36285149574279785, + -0.15149344399571418, + -0.31002272009849546, + -0.437686987221241, + -0.3795514553785324, + -0.3397015070915222, + -0.3540490674972534 + ], + [ + -0.4032408893108368, + -0.1596081703901291, + -0.33916008949279786, + -0.48414371520280836, + -0.4132563278079033, + -0.3670017525553703, + -0.3914407539367676 + ], + [ + -0.443432577252388, + -0.17400339990854263, + -0.36777899622917176, + -0.5291534787416459, + -0.4446061223745346, + -0.39079964011907575, + -0.42898999810218813 + ], + [ + -0.4831691473722458, + -0.18780844658613205, + -0.39587325692176817, + -0.5730723148584366, + -0.4830233991146088, + -0.4148863062262535, + -0.46574986338615415 + ], + [ + -0.5225772786140442, + -0.2010090947151184, + -0.42342795729637145, + -0.6157730782032013, + -0.5210060179233551, + -0.43661378979682924, + -0.5021195816993713 + ], + [ + -0.5615513384342193, + -0.21313723921775818, + -0.4502743566036224, + -0.6566508132219314, + -0.5588006228208542, + -0.45618855744600295, + -0.5373411870002747 + ], + [ + -0.5998285353183747, + -0.22473204880952835, + -0.47663711667060854, + -0.6963970863819122, + -0.5967650592327118, + -0.4736128562688828, + -0.5720208096504211 + ], + [ + -0.6376558578014374, + -0.23565947264432907, + -0.5018038940429688, + -0.7353851020336151, + -0.6359501093626022, + -0.48934527933597566, + -0.6060198640823364 + ], + [ + -0.6748830831050873, + -0.24610251188278198, + -0.5259831333160401, + -0.7730672121047973, + -0.6749371379613877, + -0.5044155287742614, + -0.6393233251571655 + ], + [ + -0.7113541889190674, + -0.2560044527053833, + -0.5491479110717773, + -0.8093707650899887, + -0.7129462480545044, + -0.5199205887317657, + -0.6720761466026306 + ], + [ + -0.7470972692966461, + -0.2639002054929733, + -0.5713456749916077, + -0.8440608501434326, + -0.7493902087211609, + -0.5360062581300735, + -0.704182620048523 + ], + [ + -0.7822015953063964, + -0.269609734416008, + -0.5927997255325317, + -0.8769015431404114, + -0.7828814536333084, + -0.5533340334892273, + -0.7355189943313598 + ] + ], + "q99": [ + [ + 0.21748526871204402, + 0.16820937767624855, + 0.11502871930599232, + 0.2458911204338074, + 0.18729458406567584, + 0.2223253411054615, + 0.2400996848940848 + ], + [ + 0.26137359380722064, + 0.1907813474535942, + 0.13315867185592656, + 0.2952882003784185, + 0.22686686217784913, + 0.26425215601921104, + 0.28749129027128195 + ], + [ + 0.3057852005958561, + 0.21286645159125328, + 0.15323586732149136, + 0.3449488270282747, + 0.2655300533771525, + 0.3097032988071442, + 0.33503589034080505 + ], + [ + 0.35012995243072637, + 0.23493033647537231, + 0.17187210381031037, + 0.39439150571823145, + 0.30231140464544304, + 0.35346569418907325, + 0.3822553411126135 + ], + [ + 0.39403885126113913, + 0.2585560083389282, + 0.1888754710555089, + 0.4433938610553742, + 0.3381791079044343, + 0.39469195008278035, + 0.4293230921030044 + ], + [ + 0.43756537675857543, + 0.28328168392181396, + 0.20421476066112543, + 0.49211359500885077, + 0.3739834988117219, + 0.43312284708023085, + 0.4757553368806838 + ], + [ + 0.48062645792961123, + 0.3082881420850754, + 0.21734723627567298, + 0.5403665804862977, + 0.408521764278412, + 0.46750558495521566, + 0.5210794389247894 + ], + [ + 0.5233582735061646, + 0.3329514414072037, + 0.2302856969833379, + 0.5877001404762272, + 0.4416089248657233, + 0.49899742484093035, + 0.5653139799833296 + ], + [ + 0.5654069495201115, + 0.3567870929837227, + 0.24235003948211675, + 0.6347691583633425, + 0.47328703641891506, + 0.5277798795700077, + 0.6083668142557144 + ], + [ + 0.6068185567855845, + 0.3796732723712921, + 0.253974116444588, + 0.6814769339561481, + 0.5038282728195191, + 0.5530688786506666, + 0.6502266675233841 + ], + [ + 0.6473469638824464, + 0.4019704684615135, + 0.2653041702508928, + 0.7272875285148626, + 0.5328834843635564, + 0.575389940738678, + 0.690987855195999 + ], + [ + 0.6868773078918462, + 0.42347270995378494, + 0.2773014008998871, + 0.7720513439178476, + 0.5608338165283204, + 0.5951770150661486, + 0.7305590420961374 + ], + [ + 0.725573053359987, + 0.44415275752544403, + 0.29101116895675677, + 0.8157251095771789, + 0.587800104618073, + 0.6127710771560686, + 0.7688415408134457 + ], + [ + 0.7639675641059884, + 0.46372485160827637, + 0.30444094419479395, + 0.8583035087585449, + 0.6141015839576723, + 0.6288730919361123, + 0.8058822959661482 + ], + [ + 0.8013892698287965, + 0.4822717308998108, + 0.31785129070282003, + 0.8992989397048952, + 0.6392773365974429, + 0.6494793468713758, + 0.8415995925664899 + ], + [ + 0.8370145320892338, + 0.49990052729845047, + 0.3312335765361787, + 0.9389895153045661, + 0.6637141394615175, + 0.6749565947055811, + 0.8759366005659102 + ] + ] + }, + "left_hand": { + "min": [ + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.409613609313965, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.409613609313965, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.431011438369751, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.4542853832244873, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.4820852279663086, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.5011813640594482, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.5086092948913574, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.510214328765869, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.510688066482544, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.510688066482544, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.510688066482544, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.510688066482544, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.510688066482544, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.510688066482544, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.510688066482544, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.510688066482544, + -4.578403949737549, + -5.075474739074707 + ] + ], + "max": [ + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ] + ], + "mean": [ + [ + -0.1209313309511109, + -0.10884429118417946, + -0.10255170959870029, + -0.11881160469386848, + -0.13701724199044094, + 0.17886655213624292 + ], + [ + -0.12076694715128812, + -0.10868572937979828, + -0.10239518988976874, + -0.11865483299800753, + -0.13664926692522394, + 0.1787972002694016 + ], + [ + -0.12060248241255224, + -0.10852844333738015, + -0.10223819225791837, + -0.11849800497462415, + -0.13627854871212405, + 0.17873089196473413 + ], + [ + -0.12043730636041193, + -0.10837012586937923, + -0.10208032856555725, + -0.11834006937141651, + -0.13590627555925489, + 0.17866782652527147 + ], + [ + -0.12027150649770589, + -0.10821045400936968, + -0.1019229718787905, + -0.11818176125324453, + -0.13553406878176366, + 0.17860762769669347 + ], + [ + -0.1201055444770379, + -0.10805120112085886, + -0.10176557247491047, + -0.11802368588561836, + -0.13516451394520979, + 0.17854571150928789 + ], + [ + -0.1199397937577547, + -0.1078926986576871, + -0.101607562691553, + -0.11786688125411607, + -0.13479457046279894, + 0.17848286213666253 + ], + [ + -0.11977399311999902, + -0.10773474778825254, + -0.10145085945990641, + -0.1177109123044245, + -0.1344235185360767, + 0.17841885047346406 + ], + [ + -0.11963957561998916, + -0.1076086989310093, + -0.10132579297058424, + -0.11758675032172744, + -0.13411336276967994, + 0.17835134262532049 + ], + [ + -0.11950567866644503, + -0.10748232402594321, + -0.10120145677930763, + -0.11746385827914253, + -0.1338038648016499, + 0.17828120285958104 + ], + [ + -0.11937247607722412, + -0.10735757516455373, + -0.10107916073625665, + -0.1173423388741144, + -0.1334952724406962, + 0.1782085019567614 + ], + [ + -0.11923987497694248, + -0.10723358833214232, + -0.10095751468246242, + -0.11722214524854833, + -0.13318804199931802, + 0.17813231977015787 + ], + [ + -0.11910803718648152, + -0.10711095486078372, + -0.10083718101273595, + -0.11710324322416898, + -0.13288088215739477, + 0.17805083463281446 + ], + [ + -0.11897739884718854, + -0.10698932588946052, + -0.10071846887562068, + -0.11698614759097957, + -0.13257542243423867, + 0.17796726519554906 + ], + [ + -0.11884813446597337, + -0.10686960692966513, + -0.1006006669020715, + -0.1168708870632406, + -0.13227111226086374, + 0.17788031319469266 + ], + [ + -0.11872022400846242, + -0.1067516272201783, + -0.10048519563770857, + -0.11675738354565095, + -0.1319682167310725, + 0.17778773041755014 + ] + ], + "std": [ + [ + 0.46468883601534555, + 0.46897758133960465, + 0.46714680240160333, + 0.4691783388486459, + 1.0166369118899354, + 0.4503400243687679 + ], + [ + 0.46905394543546913, + 0.4731566829388163, + 0.4709743718456273, + 0.4737754161729873, + 1.0180057646148433, + 0.45178772999629274 + ], + [ + 0.47336176484123205, + 0.477287750143816, + 0.47474595450313306, + 0.47831374988258185, + 1.0189149070322832, + 0.45336289371381605 + ], + [ + 0.477621763226657, + 0.48128872344020773, + 0.4786166212594413, + 0.4828456469878238, + 1.0204541179375712, + 0.45503996970805843 + ], + [ + 0.4818305083621612, + 0.4852777639314947, + 0.48234708793600023, + 0.48738366848777226, + 1.0231652405696994, + 0.45680427859126294 + ], + [ + 0.4860495898876447, + 0.4894507904205104, + 0.486051386942625, + 0.4920037218978518, + 1.0240184212626011, + 0.45864282098506026 + ], + [ + 0.4905059075938096, + 0.49369758422266724, + 0.48970081583544744, + 0.4964293509386307, + 1.0248722024186847, + 0.4605453958596496 + ], + [ + 0.4945792756460633, + 0.49789251460509376, + 0.4933128965044914, + 0.5010078202506731, + 1.0259918497961216, + 0.4624960986866059 + ], + [ + 0.4988372382039073, + 0.5019347318412064, + 0.49697646452059957, + 0.505710778223534, + 1.0267818817904848, + 0.464494154961949 + ], + [ + 0.5029095536617555, + 0.5062798233137955, + 0.5006016664431321, + 0.5104837252066549, + 1.0281610008947561, + 0.4665252860074532 + ], + [ + 0.5069618880674082, + 0.5105579856312864, + 0.5041439311410134, + 0.514895201068861, + 1.0289640538788583, + 0.4685847094700553 + ], + [ + 0.5110138396974025, + 0.514467118111277, + 0.5077643445387565, + 0.5198102706159123, + 1.0298539329588934, + 0.470679216201235 + ], + [ + 0.5149995358989723, + 0.5183169943611184, + 0.5111902108417924, + 0.5241766497877851, + 1.0307012400189344, + 0.472788267314343 + ], + [ + 0.5193619196538056, + 0.5221271913207877, + 0.5146122353808822, + 0.5284364251079341, + 1.031369779994137, + 0.47491714243438865 + ], + [ + 0.5231499480999215, + 0.525905335898641, + 0.5179733870171109, + 0.5326628190879753, + 1.032102228683494, + 0.47706047162332177 + ], + [ + 0.5269081117764693, + 0.5295967922038728, + 0.521731005149329, + 0.5368176064188903, + 1.0327915023332284, + 0.4792279347538605 + ] + ], + "q01": [ + [ + -2.834663496017456, + -2.7262090992927552, + -2.5916025042533875, + -2.7258576273918154, + -4.297249622344971, + -0.827736747264862 + ], + [ + -2.9568161964416504, + -2.8406154894828797, + -2.6912418007850647, + -2.8342447090148926, + -4.297249622344971, + -0.827736747264862 + ], + [ + -2.975284833908081, + -2.914480187892914, + -2.7434093952178955, + -2.9379725456237793, + -4.297249622344971, + -0.827736747264862 + ], + [ + -2.996854245662689, + -2.968014917373657, + -2.812384605407715, + -2.9971338176727294, + -4.297249622344971, + -0.827736747264862 + ], + [ + -2.998012065887451, + -2.9829108715057373, + -2.861616373062134, + -3.0243899631500244, + -4.297249622344971, + -0.827736747264862 + ], + [ + -2.9983911514282227, + -2.9864535331726074, + -2.8981193900108337, + -3.0389278030395506, + -4.297249622344971, + -0.827736747264862 + ], + [ + -2.998682141304016, + -2.992485740184784, + -2.9181915521621704, + -3.0493776416778564, + -4.297249622344971, + -0.827736747264862 + ], + [ + -2.9989194869995117, + -2.994005160331726, + -2.933466136455536, + -3.058346471786499, + -4.297249622344971, + -0.827736747264862 + ], + [ + -2.999122381210327, + -2.9950923919677734, + -2.943184733390808, + -3.066315002441406, + -4.297249145507813, + -0.827736747264862 + ], + [ + -2.9992656111717224, + -2.9967362880706787, + -2.9492385387420654, + -3.0726866149902343, + -4.2972478103637695, + -0.827736747264862 + ], + [ + -2.9993793964385986, + -2.9967668056488037, + -2.9532134532928467, + -3.0786986541748047, + -4.297242469787598, + -0.827736747264862 + ], + [ + -2.999476432800293, + -2.9969215178489685, + -2.956526458263397, + -3.0847599601745603, + -4.2972293472290035, + -0.827736747264862 + ], + [ + -2.999558687210083, + -2.9972167015075684, + -2.959781229496002, + -3.090686683654785, + -4.297219715118408, + -0.8464716279506683 + ], + [ + -2.999666690826416, + -2.997770071029663, + -2.962806224822998, + -3.096306962966919, + -4.297211151123047, + -0.8658560395240784 + ], + [ + -2.999769449234009, + -2.9983034133911133, + -2.9653140902519226, + -3.1008340454101564, + -4.297194747924805, + -0.8841044294834137 + ], + [ + -2.9998650550842285, + -2.9986720085144043, + -2.967629551887512, + -3.105507478713989, + -4.2971722030639645, + -0.9015802419185639 + ] + ], + "q99": [ + [ + 1.3500661754608156, + 1.350736347436905, + 1.3512876474857332, + 1.3503795659542086, + 3.2207436561584473, + 2.4218391609191894 + ], + [ + 1.4492593896389008, + 1.4504917347431188, + 1.4543120133876806, + 1.4501291120052344, + 3.220727033615113, + 2.4218391609191894 + ], + [ + 1.4997919797897339, + 1.4997633695602417, + 1.4997493028640747, + 1.4998234510421753, + 3.22071102142334, + 2.4218391609191894 + ], + [ + 1.5009851455688477, + 1.5011813640594482, + 1.5014516115188599, + 1.5012834966182709, + 3.220688667297363, + 2.4218391609191894 + ], + [ + 1.5011521577835083, + 1.5013843774795532, + 1.5016968250274658, + 1.5014897286891937, + 3.22065806388855, + 2.4218391609191894 + ], + [ + 1.501267671585083, + 1.501523107290268, + 1.5018607378005981, + 1.50162935256958, + 3.220622730255127, + 2.4218391609191894 + ], + [ + 1.5013433694839478, + 1.5016076564788818, + 1.501956433057785, + 1.5017118453979492, + 3.220578536987305, + 2.4218391609191894 + ], + [ + 1.5013872385025024, + 1.501656413078308, + 1.5020136833190918, + 1.5017601251602173, + 3.2205226516723635, + 2.4218391609191894 + ], + [ + 1.5014169216156006, + 1.5016884803771973, + 1.5020500421524048, + 1.5017913579940796, + 3.2204697322845464, + 2.4218391609191894 + ], + [ + 1.501439094543457, + 1.5017130076885223, + 1.5020784139633179, + 1.5018149614334106, + 3.2204047203063966, + 2.4218391609191894 + ], + [ + 1.5014583766460419, + 1.501734972000122, + 1.5021023750305176, + 1.5018364191055298, + 3.220332822799683, + 2.4218391609191894 + ], + [ + 1.5014755725860596, + 1.5017536878585815, + 1.502124309539795, + 1.5018553733825684, + 3.220251026153565, + 2.4218391609191894 + ], + [ + 1.5014904737472534, + 1.5017707347869873, + 1.5021439790725708, + 1.5018713474273682, + 3.220151662826538, + 2.4218391609191894 + ], + [ + 1.5015032291412354, + 1.5017849206924438, + 1.502160519361496, + 1.501886010169983, + 3.220070524215698, + 2.4218391609191894 + ], + [ + 1.501516580581665, + 1.5017995834350586, + 1.5021768510341644, + 1.50190007686615, + 3.2199761962890627, + 2.4218391609191894 + ], + [ + 1.5015286207199097, + 1.5018142461776733, + 1.5021941661834717, + 1.5019145011901855, + 3.219870729446411, + 2.4218391609191894 + ] + ] + }, + "right_arm": { + "min": [ + [ + -0.5042113065719604, + -0.6867198944091797, + -0.40955933928489685, + -0.4765476584434509, + -0.8026280999183655, + -0.7901253700256348, + -1.0309247970581055 + ], + [ + -1.649767518043518, + -0.6867057681083679, + -1.5752018690109253, + -0.6446647644042969, + -2.4512946605682373, + -1.155336856842041, + -1.3051362037658691 + ], + [ + -1.655185580253601, + -0.6867483854293823, + -1.566163420677185, + -0.6225022673606873, + -2.4483182430267334, + -1.1531617641448975, + -1.3335832357406616 + ], + [ + -1.653895378112793, + -0.686734139919281, + -1.5616494417190552, + -0.623531699180603, + -2.4679551124572754, + -1.160183310508728, + -1.3923152685165405 + ], + [ + -1.6707173585891724, + -0.686738908290863, + -1.5533896684646606, + -0.7049375176429749, + -2.489516258239746, + -1.1718120574951172, + -1.4485119581222534 + ], + [ + -1.6927525997161865, + -0.7270509004592896, + -1.53915274143219, + -0.7840688824653625, + -2.5092527866363525, + -1.1852567195892334, + -1.4845376014709473 + ], + [ + -1.7107456922531128, + -0.8019383549690247, + -1.5207922458648682, + -0.8606619834899902, + -2.529696464538574, + -1.2098767757415771, + -1.4835578203201294 + ], + [ + -1.723853588104248, + -0.8728769421577454, + -1.5130435228347778, + -0.9367396831512451, + -2.5485877990722656, + -1.2510602474212646, + -1.4827895164489746 + ], + [ + -1.7456804513931274, + -0.9487814903259277, + -1.5040812492370605, + -1.0102044343948364, + -2.566213846206665, + -1.3162909746170044, + -1.5100339651107788 + ], + [ + -1.7578686475753784, + -1.0343663692474365, + -1.4962512254714966, + -1.0829095840454102, + -2.583167791366577, + -1.3734705448150635, + -1.5310916900634766 + ], + [ + -1.7750412225723267, + -1.1199018955230713, + -1.4937268495559692, + -1.151968240737915, + -2.6020758152008057, + -1.4250415563583374, + -1.544620394706726 + ], + [ + -1.7885619401931763, + -1.2019938230514526, + -1.4860848188400269, + -1.2172075510025024, + -2.6184446811676025, + -1.4630554914474487, + -1.554131031036377 + ], + [ + -1.8011175394058228, + -1.2609658241271973, + -1.4747613668441772, + -1.2769712209701538, + -2.635488510131836, + -1.491645336151123, + -1.5611909627914429 + ], + [ + -1.8067880868911743, + -1.3227434158325195, + -1.4692342281341553, + -1.3416136503219604, + -2.6501874923706055, + -1.5189636945724487, + -1.5621753931045532 + ], + [ + -1.8216129541397095, + -1.3805173635482788, + -1.4718705415725708, + -1.4025132656097412, + -2.6632680892944336, + -1.5332586765289307, + -1.5851292610168457 + ], + [ + -1.8315119743347168, + -1.4284008741378784, + -1.4765390157699585, + -1.4595088958740234, + -2.675020933151245, + -1.5811691284179688, + -1.6575002670288086 + ] + ], + "max": [ + [ + 0.4540908634662628, + 0.3772812485694885, + 0.6524748206138611, + 0.3773338794708252, + 0.7976564168930054, + 0.8443259596824646, + 1.3816895484924316 + ], + [ + 1.5374226570129395, + 1.510079026222229, + 1.1298763751983643, + 2.358250379562378, + 1.3780717849731445, + 1.1553373336791992, + 1.3857972621917725 + ], + [ + 1.5339794158935547, + 1.5105435848236084, + 1.1361968517303467, + 2.3577940464019775, + 1.4127305746078491, + 1.1546989679336548, + 1.3933930397033691 + ], + [ + 1.530911922454834, + 1.5138863325119019, + 1.1520696878433228, + 2.3579750061035156, + 1.4475980997085571, + 1.15394127368927, + 1.3969312906265259 + ], + [ + 1.5217106342315674, + 1.5172531604766846, + 1.1624841690063477, + 2.3581392765045166, + 1.4762065410614014, + 1.15343177318573, + 1.4003125429153442 + ], + [ + 1.5180574655532837, + 1.5226843357086182, + 1.1719372272491455, + 2.358259677886963, + 1.5048577785491943, + 1.1525821685791016, + 1.4033234119415283 + ], + [ + 1.5097986459732056, + 1.525583267211914, + 1.1795451641082764, + 2.3583426475524902, + 1.6082035303115845, + 1.1517833471298218, + 1.4048354625701904 + ], + [ + 1.5040874481201172, + 1.5277585983276367, + 1.1878961324691772, + 2.358422040939331, + 1.6928373575210571, + 1.151331901550293, + 1.4061936140060425 + ], + [ + 1.4956854581832886, + 1.5299988985061646, + 1.1962453126907349, + 2.35849666595459, + 1.7767045497894287, + 1.1508805751800537, + 1.421398401260376 + ], + [ + 1.4883649349212646, + 1.5321611166000366, + 1.2077840566635132, + 2.3585548400878906, + 1.80391263961792, + 1.1510982513427734, + 1.4645683765411377 + ], + [ + 1.4886752367019653, + 1.534834623336792, + 1.2163132429122925, + 2.3585667610168457, + 1.8193608522415161, + 1.1892963647842407, + 1.5130728483200073 + ], + [ + 1.5156184434890747, + 1.5362167358398438, + 1.224883794784546, + 2.3585469722747803, + 1.845257043838501, + 1.2453083992004395, + 1.5528697967529297 + ], + [ + 1.5557371377944946, + 1.5412334203720093, + 1.238372564315796, + 2.3585281372070312, + 1.8582051992416382, + 1.2993316650390625, + 1.598286509513855 + ], + [ + 1.5875557661056519, + 1.5456700325012207, + 1.2941014766693115, + 2.3585050106048584, + 1.865417718887329, + 1.3456509113311768, + 1.6395961046218872 + ], + [ + 1.6151669025421143, + 1.5489948987960815, + 1.3510161638259888, + 2.358541965484619, + 1.8887629508972168, + 1.3819596767425537, + 1.6793677806854248 + ], + [ + 1.6364248991012573, + 1.5527840852737427, + 1.4146443605422974, + 2.358588933944702, + 1.9206444025039673, + 1.438368320465088, + 1.7225611209869385 + ] + ], + "mean": [ + [ + -0.013552720746778671, + -0.0018448410250396252, + -0.003731521042467072, + 0.0030914462856681656, + 0.008128363872821499, + -0.007155326151471666, + -0.006309599717988439 + ], + [ + -0.014935371527685148, + -0.0021730895568505587, + -0.004784453679298322, + 0.004984933348296637, + 0.009388546865340004, + -0.007303434815949397, + -0.006115016884600432 + ], + [ + -0.016267705964030113, + -0.0024970760003304934, + -0.005843963349446519, + 0.006854977084302983, + 0.010622951305690385, + -0.0074632103757363176, + -0.005928455246499565 + ], + [ + -0.017547051019553922, + -0.0028216365131886003, + -0.006909118721785027, + 0.008696949807312676, + 0.011822265436270678, + -0.0076296018066712755, + -0.005753499702322654 + ], + [ + -0.018772884105749017, + -0.00314920469368069, + -0.00797858409699289, + 0.010506383119412266, + 0.012986980355930376, + -0.007800361470622886, + -0.0055921013537018945 + ], + [ + -0.019942828921705923, + -0.003480766318428047, + -0.009050777093095088, + 0.012280376091761531, + 0.014120430263776167, + -0.00797352674464661, + -0.0054439685493601585 + ], + [ + -0.021056626999141487, + -0.0038159512185849324, + -0.010127839249955391, + 0.01401615256578375, + 0.015222429079060058, + -0.008149493815798105, + -0.005310000747932074 + ], + [ + -0.02215833324844508, + -0.003898111967642641, + -0.011218450176388778, + 0.01565042648844099, + 0.015914288117261137, + -0.008179918859818098, + -0.005211307098678734 + ], + [ + -0.02327648244824638, + -0.004043563075836067, + -0.012309127629977712, + 0.017188116122053405, + 0.016547439502639517, + -0.008106366163374937, + -0.005142876209566195 + ], + [ + -0.024399261551222916, + -0.004274454966498944, + -0.013394770334134715, + 0.01866916840927133, + 0.017157076552379687, + -0.007949235461189075, + -0.005043300569686878 + ], + [ + -0.025525394386630373, + -0.004575397160762484, + -0.01449773766873538, + 0.02011712996419235, + 0.01772789461348954, + -0.007734039580193209, + -0.004896064037251551 + ], + [ + -0.026657066405169714, + -0.0049295246759985525, + -0.01562606890416401, + 0.021541772065949445, + 0.018252123799368716, + -0.007478359150914146, + -0.004695729617197995 + ], + [ + -0.02779441509302808, + -0.005320015327780864, + -0.016781818615356346, + 0.02294552736486574, + 0.01872486559606236, + -0.007194965343731704, + -0.004446029161286528 + ], + [ + -0.028930753484545785, + -0.005724797405091458, + -0.017961710912714823, + 0.024332035004179103, + 0.01914042833603785, + -0.0068916102065256606, + -0.004160465035908847 + ], + [ + -0.03005936268337582, + -0.006128617981866458, + -0.019165659059326823, + 0.0257046625610629, + 0.019493175974970075, + -0.006577843553908348, + -0.003861913332177936 + ], + [ + -0.03117513352548855, + -0.0065203946377540515, + -0.0203943754878849, + 0.027069446820833426, + 0.019781912674106103, + -0.006260711462937083, + -0.003572923246657941 + ] + ], + "std": [ + [ + 0.058690592224609664, + 0.047517820421657184, + 0.052385821938154116, + 0.07724704740719442, + 0.0689226261375879, + 0.07717828909666871, + 0.10071505353667856 + ], + [ + 0.07027923328812076, + 0.056563600117001324, + 0.0632627653211263, + 0.09335304915586648, + 0.08211898153496659, + 0.0888168378961944, + 0.11189983209301742 + ], + [ + 0.08193384648267106, + 0.06540352987997285, + 0.07406288451808027, + 0.10955694950533605, + 0.0949822281023008, + 0.10035396953780112, + 0.12362787108303758 + ], + [ + 0.09356080114307189, + 0.07402719855594869, + 0.0846359609106957, + 0.12567878154131568, + 0.10746557474193552, + 0.11159504383771042, + 0.13558754383254484 + ], + [ + 0.10508623290113762, + 0.08240597675995229, + 0.09498337236866108, + 0.1416515782319461, + 0.11962392910355751, + 0.12250165472856485, + 0.14757697669150452 + ], + [ + 0.11640932129692706, + 0.09054777824073479, + 0.10498635225718264, + 0.1573389226653698, + 0.1314361327539918, + 0.1330072803241454, + 0.15949922653845908 + ], + [ + 0.12759559301475176, + 0.09842719265945303, + 0.11470820213780011, + 0.17279322091989718, + 0.14282573049066116, + 0.14308626765501414, + 0.1712748835202176 + ], + [ + 0.13866014130501583, + 0.10580177711165352, + 0.12434073628107417, + 0.1880569719036999, + 0.15380513555670242, + 0.15306882733291588, + 0.18290524376557057 + ], + [ + 0.14948923939722303, + 0.11311311001366306, + 0.13369638873317644, + 0.2029513778892429, + 0.1645393954810762, + 0.16259522178650496, + 0.1942591825604069 + ], + [ + 0.16010012108696264, + 0.12032353423972841, + 0.14273716433809694, + 0.21752148069419958, + 0.1750213259360216, + 0.17169651438053876, + 0.20532329590488485 + ], + [ + 0.1705296015082096, + 0.12737036577579006, + 0.15153330482733524, + 0.23175750133653508, + 0.1852044307408395, + 0.18038055492652555, + 0.2160905665742346 + ], + [ + 0.18074554893727562, + 0.1342027451942879, + 0.16008909750368772, + 0.24565972787736848, + 0.195039444013869, + 0.1886520069251021, + 0.22654587027886008 + ], + [ + 0.19073260323053873, + 0.140828039849737, + 0.16842184939965307, + 0.25921851948146485, + 0.20458632132939977, + 0.19653267705359775, + 0.23667603154057176 + ], + [ + 0.20048055071279297, + 0.14725367794234753, + 0.17653499617341012, + 0.272388403236314, + 0.21385183140418831, + 0.20405631696872872, + 0.2464877496339495 + ], + [ + 0.20994029525202162, + 0.153477135221858, + 0.18439599477526297, + 0.28516012208594677, + 0.22283286074259517, + 0.2112290086524235, + 0.25598816307927713 + ], + [ + 0.21916600130904698, + 0.15951157411446737, + 0.19203572209166406, + 0.2975705940108682, + 0.23153243698225284, + 0.21808202143843988, + 0.26518728203279135 + ] + ], + "q01": [ + [ + -0.24034041941165923, + -0.2203510147333145, + -0.218635216653347, + -0.26907544732093813, + -0.21981453716754912, + -0.26753886878490446, + -0.29389158487319944 + ], + [ + -0.2926365864276886, + -0.2536977255344391, + -0.26393118500709534, + -0.3266505789756775, + -0.26132344305515287, + -0.31577118307352064, + -0.3522934329509735 + ], + [ + -0.34426873445510864, + -0.28137819409370424, + -0.30882251262664795, + -0.3838747107982636, + -0.3001381254196167, + -0.3618320915102959, + -0.4115041959285736 + ], + [ + -0.3950304162502289, + -0.3155821818113327, + -0.35233524441719055, + -0.4402127420902252, + -0.340208486020565, + -0.40602762579917906, + -0.46811270356178286 + ], + [ + -0.4446352922916412, + -0.351931756734848, + -0.39476218819618225, + -0.4956319844722748, + -0.3789898467063904, + -0.44888665944337847, + -0.521968080997467 + ], + [ + -0.49291420102119443, + -0.38660060346126557, + -0.43581753969192505, + -0.5500702047348023, + -0.4167323550581932, + -0.489506194293499, + -0.5730528044700622 + ], + [ + -0.5390723824501038, + -0.42058785259723663, + -0.4754504859447479, + -0.6032929587364196, + -0.452492858171463, + -0.5283964174985886, + -0.6209728670120239 + ], + [ + -0.5833405947685242, + -0.45277294516563416, + -0.5139625072479248, + -0.6551803374290466, + -0.4912507164478302, + -0.5667822605371475, + -0.6675587892532349 + ], + [ + -0.6262552380561829, + -0.4833734351396561, + -0.5509201884269714, + -0.7057375502586365, + -0.5291866439580918, + -0.6034578245878219, + -0.7111525988578796 + ], + [ + -0.6678287243843078, + -0.5122664856910706, + -0.5866013169288635, + -0.7549152326583862, + -0.5663120651245117, + -0.6374879878759384, + -0.7528669500350952 + ], + [ + -0.7084832310676574, + -0.5394284081459045, + -0.6214118599891663, + -0.8027711915969848, + -0.6018625217676162, + -0.6690413981676102, + -0.7910522961616516 + ], + [ + -0.7479328274726867, + -0.5648693382740021, + -0.6546376347541809, + -0.849136950969696, + -0.6366819512844085, + -0.6990579158067703, + -0.8272910726070404 + ], + [ + -0.7855995535850525, + -0.5884515190124512, + -0.6862412691116333, + -0.8939166069030762, + -0.6707405757904052, + -0.7276795715093612, + -0.8616547644138336 + ], + [ + -0.8219480848312378, + -0.610042290687561, + -0.7163912653923035, + -0.9372769665718078, + -0.7031432896852493, + -0.7543629765510559, + -0.8921243715286254 + ], + [ + -0.856846963763237, + -0.6303877711296082, + -0.7454092502593994, + -0.978684070110321, + -0.7347925925254821, + -0.7804868668317795, + -0.921186226606369 + ], + [ + -0.8919039714336395, + -0.6493239879608155, + -0.7739225029945374, + -1.0188365745544434, + -0.7659276366233826, + -0.804612186551094, + -0.9479808819293976 + ] + ], + "q99": [ + [ + 0.19957655072212177, + 0.19291775405406963, + 0.26106058061122894, + 0.2883941534161568, + 0.2979815554618836, + 0.2681140151619912, + 0.3180467441678047 + ], + [ + 0.24233311116695383, + 0.2051437324285506, + 0.2704865410923958, + 0.350106649696827, + 0.3346406850218773, + 0.32164025217294684, + 0.3838690176606178 + ], + [ + 0.28464103221893305, + 0.2333154022693634, + 0.2878508266806602, + 0.41151956200599676, + 0.37210554838180543, + 0.3764542433619498, + 0.4502842769026756 + ], + [ + 0.32626654863357535, + 0.25860584497451766, + 0.32465467363595946, + 0.472326325774193, + 0.4155884474515915, + 0.4298166963458061, + 0.5153338372707365 + ], + [ + 0.36659601449966384, + 0.2819146436452868, + 0.359595418870448, + 0.5324525076150896, + 0.46182277858257337, + 0.4807622584700579, + 0.5787597358226776 + ], + [ + 0.40552043199539173, + 0.30379956841468814, + 0.39128270745277366, + 0.5916075235605242, + 0.5079721605777743, + 0.5292064994573591, + 0.6411225706338878 + ], + [ + 0.44334743142127964, + 0.3238099044561389, + 0.4203825202584248, + 0.6502027863264088, + 0.5528044861555105, + 0.57484661757946, + 0.7020826101303098 + ], + [ + 0.4800456988811493, + 0.3425407159328462, + 0.44931881725788236, + 0.7075171560049057, + 0.5961038511991502, + 0.618266292214393, + 0.7609187632799147 + ], + [ + 0.5159227442741393, + 0.36002454698085784, + 0.48214634716510774, + 0.7638161957263947, + 0.6383124512434007, + 0.6579615503549572, + 0.8177076041698453 + ], + [ + 0.5509671449661249, + 0.3755338436365128, + 0.5137026238441473, + 0.8192269748449326, + 0.6808712893724445, + 0.6944458913803097, + 0.8727736204862591 + ], + [ + 0.5852735447883602, + 0.3903572672605518, + 0.544114227294922, + 0.8734754240512848, + 0.7230911946296695, + 0.7285051590204237, + 0.9251392275094983 + ], + [ + 0.6193521559238433, + 0.40434123992919957, + 0.5730910491943364, + 0.9265135169029237, + 0.7634370958805087, + 0.7597294753789883, + 0.9760074794292448 + ], + [ + 0.6543326061964024, + 0.4189036479592321, + 0.6009864175319675, + 0.9782334274053576, + 0.8028059428930289, + 0.7883068811893459, + 1.023577547073364 + ], + [ + 0.6891814213991155, + 0.4340377178788182, + 0.627797213792801, + 1.0291517269611363, + 0.8407263362407691, + 0.8151284813880908, + 1.0700921177864067 + ], + [ + 0.7241586452722546, + 0.44823989272117615, + 0.6528442400693895, + 1.0782578659057622, + 0.8763976442813881, + 0.839011111855506, + 1.1146764039993284 + ], + [ + 0.7581266427040088, + 0.46179559469222997, + 0.6766490787267687, + 1.1261505627632142, + 0.9097955238819125, + 0.860156078338623, + 1.158012557029724 + ] + ] + }, + "right_hand": { + "min": [ + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -4.617266654968262, + -1.4736312627792358 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -4.617266654968262, + -1.4741454124450684 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -4.617266654968262, + -1.4741454124450684 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -4.617266654968262, + -1.4749785661697388 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -4.617266654968262, + -1.4741454124450684 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -4.617266654968262, + -1.4741454124450684 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -4.617266654968262, + -1.4756388664245605 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -4.617266654968262, + -1.4756388664245605 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -4.617266654968262, + -1.4756388664245605 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -5.21285343170166, + -1.4867236614227295 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -5.21285343170166, + -1.4877949953079224 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -5.21285343170166, + -1.4885189533233643 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -5.21285343170166, + -1.4760680198669434 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -5.21285343170166, + -1.4756388664245605 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -5.21285343170166, + -1.477303385734558 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -5.21285343170166, + -1.4769020080566406 + ] + ], + "max": [ + [ + 3.5554635524749756, + 4.005765438079834, + 3.9364871978759766, + 3.7032501697540283, + 4.09061861038208, + 3.818516731262207 + ], + [ + 3.5554635524749756, + 4.005765438079834, + 3.9364871978759766, + 3.7032501697540283, + 4.09061861038208, + 3.818516731262207 + ], + [ + 3.5554635524749756, + 4.005765438079834, + 3.9364871978759766, + 3.7032501697540283, + 4.09061861038208, + 3.818516731262207 + ], + [ + 3.5554635524749756, + 4.005765438079834, + 3.9364871978759766, + 3.7032501697540283, + 4.09061861038208, + 3.818516731262207 + ], + [ + 3.5554635524749756, + 4.005765438079834, + 3.9364871978759766, + 3.7032501697540283, + 4.09061861038208, + 3.818516731262207 + ], + [ + 3.5554635524749756, + 3.8426766395568848, + 3.9364871978759766, + 3.7032501697540283, + 4.09061861038208, + 3.818516731262207 + ], + [ + 3.5554635524749756, + 3.4634130001068115, + 3.5153541564941406, + 3.7032501697540283, + 4.241769790649414, + 3.818516731262207 + ], + [ + 3.7151429653167725, + 3.3982670307159424, + 3.4605722427368164, + 3.7032501697540283, + 4.241769790649414, + 3.818516731262207 + ], + [ + 3.7151429653167725, + 3.3982670307159424, + 3.3622381687164307, + 3.7032501697540283, + 4.241769790649414, + 3.818516731262207 + ], + [ + 3.7151429653167725, + 3.3982670307159424, + 3.3622381687164307, + 3.7032501697540283, + 4.241769790649414, + 3.818516731262207 + ], + [ + 3.7151429653167725, + 3.3982670307159424, + 3.3622381687164307, + 3.7032501697540283, + 4.241769790649414, + 3.818516731262207 + ], + [ + 3.7151429653167725, + 3.393220901489258, + 3.3622381687164307, + 3.7032501697540283, + 4.241769790649414, + 3.818516731262207 + ], + [ + 3.7151429653167725, + 3.3747355937957764, + 3.3622381687164307, + 3.7032501697540283, + 4.241769790649414, + 3.818516731262207 + ], + [ + 3.7151429653167725, + 3.3540120124816895, + 3.3622381687164307, + 3.7032501697540283, + 4.241769790649414, + 3.818516731262207 + ], + [ + 3.7151429653167725, + 3.341102123260498, + 3.3622381687164307, + 3.7032501697540283, + 4.241769790649414, + 3.818516731262207 + ], + [ + 3.7151429653167725, + 3.3357980251312256, + 3.3622381687164307, + 3.7032501697540283, + 4.241769790649414, + 3.818516731262207 + ] + ], + "mean": [ + [ + -0.42630874230413446, + -0.3862843983888596, + -0.3759647591412357, + -0.38814519950365245, + -0.3799808448330462, + 0.7066274712108543 + ], + [ + -0.4305077278576333, + -0.39049934075865805, + -0.38016553149500504, + -0.3923627371800454, + -0.3883988865665617, + 0.7064652795218399 + ], + [ + -0.4346932377357636, + -0.3947005538177281, + -0.3843539222635104, + -0.39657006988853866, + -0.39680119136757014, + 0.7062846513711384 + ], + [ + -0.4388769848392918, + -0.39889237615618384, + -0.38853773395858615, + -0.40077481006789006, + -0.4052017307748402, + 0.7060870507978371 + ], + [ + -0.44298289932347606, + -0.4030101792998128, + -0.39264436793692076, + -0.4049073529854841, + -0.4134579144990664, + 0.7058734426521233 + ], + [ + -0.44708778742622673, + -0.40712690498425075, + -0.39675016600804475, + -0.4090410233413833, + -0.42171334963076773, + 0.705638160767453 + ], + [ + -0.4511913257493408, + -0.41123951200955505, + -0.4008567213228207, + -0.4131735350123486, + -0.4299709413210935, + 0.7053803893052509 + ], + [ + -0.45529273026177025, + -0.41535441082932345, + -0.4049625998286957, + -0.41731032816895336, + -0.43823030950596903, + 0.7051033059381416 + ], + [ + -0.45939318653569144, + -0.4194671796434596, + -0.4090661823155727, + -0.4214476366161819, + -0.4464851704826952, + 0.7048069032155445 + ], + [ + -0.46142826463109493, + -0.42152193870160604, + -0.411117223755343, + -0.42353268012919637, + -0.4505958574083538, + 0.704485868873494 + ], + [ + -0.46271963044772435, + -0.42283362988381784, + -0.4124314486982722, + -0.42488238529975303, + -0.45321481898075316, + 0.7041440176092556 + ], + [ + -0.4632815840331867, + -0.4234218757274634, + -0.4130219460661693, + -0.42550659397309865, + -0.45437364093640953, + 0.7037800194941929 + ], + [ + -0.4635477017469407, + -0.423716010416507, + -0.4133185673029042, + -0.4258401778025981, + -0.45494061474237113, + 0.7033941986285618 + ], + [ + -0.46362578218901956, + -0.4238239080773506, + -0.41342935110384094, + -0.4259939744323473, + -0.45513026789988414, + 0.7029860260211399 + ], + [ + -0.46361586847731767, + -0.42384036587812013, + -0.4134528888121772, + -0.42606107759100503, + -0.4551405156835258, + 0.7025567757212093 + ], + [ + -0.46352790008932526, + -0.423781954860775, + -0.41340281930219597, + -0.42605602820817406, + -0.4549996221466674, + 0.7021029236041477 + ] + ], + "std": [ + [ + 0.8754534297201967, + 0.8997634007333767, + 0.9083456954663627, + 0.9010367059273436, + 2.0879586587318517, + 0.6729414177433327 + ], + [ + 0.8888285003601756, + 0.9121133718929524, + 0.9202009830410807, + 0.9137443319618802, + 2.08906752931704, + 0.6755927425745779 + ], + [ + 0.9014983410652606, + 0.9238380870105173, + 0.9312847665301904, + 0.9259605349613955, + 2.090391626200182, + 0.6784733236548925 + ], + [ + 0.9136306703213523, + 0.93488338246339, + 0.9417835378629857, + 0.93745759708778, + 2.091047898612211, + 0.6815314217096436 + ], + [ + 0.9254425870051494, + 0.9456649315656903, + 0.9518781663538423, + 0.948482795320921, + 2.091892078077274, + 0.6847502633454627 + ], + [ + 0.9365391636400182, + 0.9558422602864519, + 0.9614557970097932, + 0.9590719020283599, + 2.092875777458968, + 0.6881270041691312 + ], + [ + 0.9466567856951225, + 0.9651656855382453, + 0.970189410576791, + 0.9689774775436744, + 2.0933567830863162, + 0.691613557658058 + ], + [ + 0.9563043428430597, + 0.9740657417842699, + 0.9783180799733129, + 0.9781672120197299, + 2.09277872003054, + 0.6951929139414263 + ], + [ + 0.9654431111656674, + 0.9825116157702709, + 0.9861177339771086, + 0.9870490388198617, + 2.0918358375709385, + 0.6988484544896253 + ], + [ + 0.975194734636679, + 0.9913533563354825, + 0.9943716166253465, + 0.9963720221823362, + 2.0907752274450484, + 0.7025834439773551 + ], + [ + 0.9849358912714931, + 1.0002108516807404, + 1.0027093664115807, + 1.0057102820324912, + 2.0906496382771995, + 0.706377433632233 + ], + [ + 0.9949354364026738, + 1.0091529205894827, + 1.011242865331921, + 1.0151477676017562, + 2.09068252658611, + 0.7102289083117765 + ], + [ + 1.00493127487867, + 1.0181897158054567, + 1.0198392264898266, + 1.0246786444721974, + 2.0907275839807618, + 0.7141213587782721 + ], + [ + 1.014902271766226, + 1.0271936193387627, + 1.0284319741001193, + 1.034181216057429, + 2.0909694707198954, + 0.7180576355689547 + ], + [ + 1.0248062766118955, + 1.0361487543476624, + 1.0369511214112033, + 1.04362140680163, + 2.0914091192564896, + 0.7218979639518175 + ], + [ + 1.0346398163708195, + 1.0450652865011854, + 1.0454120970712968, + 1.0530167819089453, + 2.0919068456163648, + 0.7258013367784045 + ] + ], + "q01": [ + [ + -2.824023723602295, + -2.7118677616119387, + -2.692126932144165, + -2.7267379093170168, + -3.7122115659713746, + -0.781815949678421 + ], + [ + -2.9596345710754393, + -2.836867370605469, + -2.7815058612823487, + -2.8435996913909913, + -3.712468583583832, + -0.8312571167945861 + ], + [ + -2.9704218196868895, + -2.859067840576172, + -2.8502755260467527, + -2.9381849002838134, + -3.7127158427238465, + -0.8724990260601043 + ], + [ + -2.976218891143799, + -2.973523540496826, + -2.8845865154266357, + -2.9781523609161376, + -3.712941629886627, + -0.9094643723964692 + ], + [ + -2.9798084473609925, + -2.9762685394287107, + -2.9012310886383057, + -2.981879959106445, + -3.7131967329978943, + -0.94195192694664 + ], + [ + -2.985883131027222, + -2.9801244139671326, + -2.926110804080963, + -2.9824929237365723, + -3.7134443640708925, + -0.9709373939037323 + ], + [ + -2.9898157119750977, + -2.9830698370933533, + -2.954115867614746, + -2.9845476150512695, + -3.7135034942626954, + -0.9968215978145599 + ], + [ + -2.9931681156158447, + -2.9842045307159424, + -2.978534162044525, + -2.9861947894096375, + -3.7135144591331484, + -1.0212998938560487 + ], + [ + -2.9944989681243896, + -2.986634454727173, + -2.9988499879837036, + -2.9890758991241455, + -3.713521809577942, + -1.0446622085571289 + ], + [ + -2.9948670864105225, + -2.9894692707061767, + -3.0096349716186523, + -2.991241931915283, + -3.713534162044525, + -1.0670691132545471 + ], + [ + -2.9950742721557617, + -2.9916555881500244, + -3.0241527557373047, + -3.0099085688591005, + -3.7135423755645753, + -1.0873567318916322 + ], + [ + -2.995244026184082, + -2.993131704330444, + -3.0379769802093506, + -3.031497395038605, + -3.7135475373268125, + -1.1056630873680116 + ], + [ + -2.995413303375244, + -2.9940032958984375, + -3.0448349714279175, + -3.0469588804244996, + -3.713553581237793, + -1.1232684445381165 + ], + [ + -2.9956159591674805, + -2.9944316482543947, + -3.0584372234344483, + -3.0555278611183168, + -3.7135543394088746, + -1.1384876298904418 + ], + [ + -2.9968346118927003, + -2.994640827178955, + -3.0665827894210818, + -3.062479474544525, + -3.713559911251068, + -1.1524842405319213 + ], + [ + -2.999497833251953, + -2.994802236557007, + -3.07526034116745, + -3.0702243518829344, + -3.7135605597496033, + -1.1654428601264955 + ] + ], + "q99": [ + [ + 1.507151484489441, + 1.464722442626953, + 1.4964269685745233, + 1.4631215274333953, + 3.5080227637290955, + 2.6859983325004575 + ], + [ + 1.5169150233268738, + 1.4956671762466431, + 1.4994707107543945, + 1.4688642287254332, + 3.5031980848312383, + 2.6859983325004575 + ], + [ + 1.5225266814231873, + 1.4980945587158203, + 1.5000594758987424, + 1.4978107213974, + 3.498086452484131, + 2.6859983325004575 + ], + [ + 1.526372253894806, + 1.4993411302566528, + 1.500287847518921, + 1.4995694971084594, + 3.4928040075302125, + 2.6859983325004575 + ], + [ + 1.5290389657020569, + 1.4997395277023315, + 1.5004432201385498, + 1.4998831748962402, + 3.486659917831421, + 2.6859983325004575 + ], + [ + 1.5306759476661682, + 1.4998583793640137, + 1.500573992729187, + 1.4999884366989136, + 3.480032877922058, + 2.6859983325004575 + ], + [ + 1.5318080186843872, + 1.4999240636825562, + 1.5008208131790157, + 1.500027060508728, + 3.4720184636116036, + 2.6859983325004575 + ], + [ + 1.5326464772224426, + 1.4999648332595825, + 1.5014334726333616, + 1.5000568628311157, + 3.458698146343232, + 2.6859983325004575 + ], + [ + 1.5330785512924194, + 1.4999903440475464, + 1.5042523527145382, + 1.5000872611999512, + 3.4267063045501764, + 2.6859983325004575 + ], + [ + 1.5333117842674255, + 1.500006079673767, + 1.510066337585447, + 1.5001150369644165, + 3.381329412460328, + 2.6859983325004575 + ], + [ + 1.533416509628296, + 1.5000233268737793, + 1.5163391447067247, + 1.5001418590545654, + 3.3374921321868904, + 2.6859983325004575 + ], + [ + 1.5334518551826477, + 1.5000419616699219, + 1.5226101255416826, + 1.5001652240753174, + 3.2956567478179952, + 2.6859983325004575 + ], + [ + 1.533483862876892, + 1.50006103515625, + 1.5284943342208765, + 1.5001879930496216, + 3.253996391296393, + 2.6859983325004575 + ], + [ + 1.5335105657577515, + 1.5000804662704468, + 1.533509001731872, + 1.5002110004425049, + 3.2274123859405557, + 2.6859983325004575 + ], + [ + 1.533523678779602, + 1.500099778175354, + 1.538146033287048, + 1.50023353099823, + 3.2061313915252727, + 2.6859983325004575 + ], + [ + 1.5335220098495483, + 1.5001204013824463, + 1.5423469781875518, + 1.500257134437561, + 3.168870639801028, + 2.6859983325004575 + ] + ] + } + } + }, + "robocasa_panda_omron": { + "state": { + "end_effector_position_relative": { + "min": [ + -0.46594083309173584, + -0.8583298325538635, + -0.05373392626643181 + ], + "max": [ + 0.8734620809555054, + 0.9110966920852661, + 1.1568338871002197 + ], + "mean": [ + 0.27038754113234864, + -0.03739022846478945, + 0.5390530126268225 + ], + "std": [ + 0.19160690493945634, + 0.26433913073448045, + 0.24298214520766154 + ], + "q01": [ + -0.3682131481170654, + -0.7039378297328949, + 0.03666396856307983 + ], + "q99": [ + 0.7813222360610962, + 0.7024977898597718, + 1.0670286393165587 + ] + }, + "end_effector_rotation_relative": { + "min": [ + -0.9999996423721313, + -0.9978545904159546, + -0.9934196472167969, + 1.742676403182486e-08 + ], + "max": [ + 0.9999980926513672, + 0.998063862323761, + 0.9959006905555725, + 0.9754553437232971 + ], + "mean": [ + -0.15473764518557107, + 0.12101395845738246, + 0.0073096656754604705, + 0.2104693596511956 + ], + "std": [ + 0.7736194572934442, + 0.3664192841252171, + 0.35939577411124457, + 0.23468805469193338 + ], + "q01": [ + -0.9992718696594238, + -0.8802546286582946, + -0.849177440404892, + 0.00044487909326562663 + ], + "q99": [ + 0.9993162155151367, + 0.9301677179336548, + 0.8556861239671707, + 0.8709038305282593 + ] + }, + "gripper_qpos": { + "min": [ + -0.034708939492702484, + -0.12887509167194366 + ], + "max": [ + 0.0993952602148056, + 0.12181679159402847 + ], + "mean": [ + 0.03069615761615002, + -0.03064145469186576 + ], + "std": [ + 0.01341022480320407, + 0.01341680128053526 + ], + "q01": [ + -0.0012123542837798595, + -0.041020282991230485 + ], + "q99": [ + 0.04147526852786541, + 0.0008036484662443376 + ] + }, + "base_position": { + "min": [ + 0.31250813603401184, + -5.110836982727051, + 0.6947912573814392 + ], + "max": [ + 5.60412073135376, + -0.4872598946094513, + 0.8319682478904724 + ], + "mean": [ + 2.521760290175412, + -1.522186060467389, + 0.6947690310137987 + ], + "std": [ + 1.4554554979381333, + 0.8552189250023587, + 0.006658629060373585 + ], + "q01": [ + 0.3898392152786255, + -4.600230164527893, + 0.6998904347419739 + ], + "q99": [ + 5.600037574768066, + -0.4999887862801552, + 0.7121779525279999 + ] + }, + "base_rotation": { + "min": [ + 0.0, + 0.0, + -1.0, + 0.0 + ], + "max": [ + 0.0, + 0.0, + 1.0, + 1.0 + ], + "mean": [ + 0.0, + 0.0, + 0.27055757164716127, + 0.6369820581221606 + ], + "std": [ + 0.0, + 0.0, + 0.6259934713321293, + 0.359605980888475 + ], + "q01": [ + 0.0, + 0.0, + -1.0, + 1.0776068290851981e-06 + ], + "q99": [ + 0.0, + 0.0, + 1.0, + 1.0 + ] + } + }, + "action": { + "end_effector_position": { + "min": [ + -1.0, + -1.0, + -1.0 + ], + "max": [ + 1.0, + 1.0, + 1.0 + ], + "mean": [ + 0.029800773273887676, + 0.0035913945088653434, + -0.03968289347218177 + ], + "std": [ + 0.4175582986687833, + 0.40810836358753827, + 0.3724136058768564 + ], + "q01": [ + -1.0, + -1.0, + -1.0 + ], + "q99": [ + 1.0, + 1.0, + 1.0 + ] + }, + "end_effector_rotation": { + "min": [ + -1.0, + -1.0, + -1.0 + ], + "max": [ + 1.0, + 1.0, + 1.0 + ], + "mean": [ + 0.006613481004255726, + -0.02273008039346597, + -0.0026965937721805723 + ], + "std": [ + 0.14524735843782446, + 0.1520585068917666, + 0.1391378440576292 + ], + "q01": [ + -0.620814083814621, + -0.7757885468006134, + -0.7125183200836182 + ], + "q99": [ + 0.86768774271011, + 0.8982121348381038, + 0.6413099694252014 + ] + }, + "gripper_close": { + "min": [ + 0.0 + ], + "max": [ + 1.0 + ], + "mean": [ + 0.3555581543825369 + ], + "std": [ + 0.47875685759087344 + ], + "q01": [ + 0.0 + ], + "q99": [ + 1.0 + ] + }, + "base_motion": { + "min": [ + 0.0, + 0.0, + 0.0, + 0.0 + ], + "max": [ + 0.0, + 0.0, + 0.0, + 0.0 + ], + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0 + ], + "q01": [ + 0.0, + 0.0, + 0.0, + 0.0 + ], + "q99": [ + 0.0, + 0.0, + 0.0, + 0.0 + ] + }, + "control_mode": { + "min": [ + 0.0 + ], + "max": [ + 0.0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "q01": [ + 0.0 + ], + "q99": [ + 0.0 + ] + } + } + }, + "new_embodiment": { + "state": { + "left_hand": { + "min": [ + -0.09799999743700027, + -0.08199996501207352, + -2.3887020139667925e-10, + -0.18299999833106995, + -0.22200000286102295, + -0.21500006318092346, + -0.29699963331222534 + ], + "max": [ + 0.12999998033046722, + 0.10700006783008575, + 0.2280000001192093, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "mean": [ + -0.0054089887998998165, + 0.005827104672789574, + 0.031063664704561234, + -0.013071244582533836, + -0.027740946039557457, + -0.024281593039631844, + -0.03443169221282005 + ], + "std": [ + 0.026754410937428474, + 0.02570926956832409, + 0.05101049691438675, + 0.02832541987299919, + 0.04559871181845665, + 0.04026580974459648, + 0.05430656298995018 + ], + "q01": [ + -0.04413001623004675, + -0.05999999865889549, + 0.0, + -0.14100000262260437, + -0.1809999942779541, + -0.13899989426136017, + -0.2699997127056122 + ], + "q99": [ + 0.08499999344348907, + 0.0870000347495079, + 0.20399999618530273, + 0.0, + 0.0, + 0.0, + 0.0 + ] + }, + "right_hand": { + "min": [ + -0.01600000075995922, + -0.20600000023841858, + -0.8199999928474426, + 0.004000000189989805, + 0.0010000000474974513, + 0.0010000000474974513, + 0.0010000000474974513 + ], + "max": [ + 0.5130000114440918, + 0.1720000058412552, + -0.0010000000474974513, + 0.4450001120567322, + 1.375, + 0.5569999814033508, + 1.1579999923706055 + ], + "mean": [ + 0.14551377296447754, + -0.04790256544947624, + -0.16233190894126892, + 0.12968285381793976, + 0.37486323714256287, + 0.1825636923313141, + 0.28982678055763245 + ], + "std": [ + 0.17061059176921844, + 0.056338630616664886, + 0.20902083814144135, + 0.14012272655963898, + 0.4300926923751831, + 0.19461630284786224, + 0.3383548855781555 + ], + "q01": [ + -0.014999999664723873, + -0.15199999511241913, + -0.7352600109577179, + 0.004000000189989805, + 0.0010000000474974513, + 0.004000000189989805, + 0.0010000000474974513 + ], + "q99": [ + 0.39899998903274536, + 0.06999966129660606, + -0.0010000000474974513, + 0.41100001335144043, + 1.2691300439834587, + 0.49799999594688416, + 1.0709999799728394 + ] + }, + "left_arm": { + "min": [ + -0.1139998808503151, + -0.06499999761581421, + -0.2379997819662094, + -0.14899970591068268, + -0.34599998593330383, + -0.29499998688697815, + -0.18199999630451202 + ], + "max": [ + 0.031000027433037758, + 0.09900011122226715, + 0.05100004002451897, + 0.15700000524520874, + 0.0, + 0.003000000026077032, + 0.006000017747282982 + ], + "mean": [ + -0.01859004981815815, + -0.011797229759395123, + -0.02136491984128952, + -0.0015487042255699635, + -0.10206520557403564, + -0.08541297912597656, + -0.05251696705818176 + ], + "std": [ + 0.02924812026321888, + 0.021750465035438538, + 0.032564036548137665, + 0.03753108158707619, + 0.11267656087875366, + 0.09539038687944412, + 0.0603468157351017 + ], + "q01": [ + -0.09499987408518791, + -0.05999991346150637, + -0.11399985201656819, + -0.12030089475214481, + -0.3310000002384186, + -0.26899999380111694, + -0.17000000178813934 + ], + "q99": [ + 0.010999999940395355, + 0.0430000014603138, + 0.02513002794235865, + 0.07100000232458115, + 0.0, + 0.0020000000949949026, + 0.0 + ] + }, + "right_arm": { + "min": [ + -0.5590000152587891, + -0.800000011920929, + -0.32399997115135193, + -0.09600000083446503, + 0.0, + -0.4069998264312744, + 0.0 + ], + "max": [ + 0.020999999716877937, + 0.0010000000474974513, + 0.20200000703334808, + 0.31200000643730164, + 0.35199999809265137, + 0.003000000026077032, + 0.8899999856948853 + ], + "mean": [ + -0.12422259151935577, + -0.23228920996189117, + -0.023111552000045776, + 0.05130844563245773, + 0.05851978436112404, + -0.10995743423700333, + 0.2582551836967468 + ], + "std": [ + 0.15201117098331451, + 0.2566412389278412, + 0.05685749650001526, + 0.06506538391113281, + 0.07393182814121246, + 0.1244540736079216, + 0.28631067276000977 + ], + "q01": [ + -0.49499997884035113, + -0.7279999852180481, + -0.2192599435150623, + -0.031000016499310733, + 0.0, + -0.36000001430511475, + 0.0 + ], + "q99": [ + 0.00800000037997961, + 0.0010000000474974513, + 0.12513000026345172, + 0.22699999809265137, + 0.27900001406669617, + 0.0020000000949949026, + 0.8460000157356262 + ] + }, + "rpy": { + "min": [ + 0.0, + -0.15000000596046448, + 0.0 + ], + "max": [ + 0.0, + 0.0, + 0.0 + ], + "mean": [ + 0.0, + -0.1490357518196106, + 0.0 + ], + "std": [ + 0.0, + 0.012014704756438696, + 0.0 + ], + "q01": [ + 0.0, + -0.15000000596046448, + 0.0 + ], + "q99": [ + 0.0, + -0.15000000596046448, + 0.0 + ] + }, + "height": { + "min": [ + 0.44999998807907104 + ], + "max": [ + 0.75 + ], + "mean": [ + 0.4670488238334656 + ], + "std": [ + 0.06933368742465973 + ], + "q01": [ + 0.44999998807907104 + ], + "q99": [ + 0.75 + ] + } + }, + "action": { + "left_hand": { + "min": [ + -0.09775445610284805, + -0.0823368951678276, + -0.027741333469748497, + -0.1810884326696396, + -0.21405744552612305, + -0.20122334361076355, + -0.295552521944046 + ], + "max": [ + 0.12923675775527954, + 0.10485697537660599, + 0.22624923288822174, + 0.022101346403360367, + 0.03615603595972061, + 0.009702185168862343, + 0.008694176562130451 + ], + "mean": [ + -0.0008055749931372702, + 0.003662512404844165, + 0.031012117862701416, + -0.012596862390637398, + -0.027946343645453453, + -0.023698121309280396, + -0.03487454727292061 + ], + "std": [ + 0.026223942637443542, + 0.026004673913121223, + 0.05157838761806488, + 0.028955502435564995, + 0.04606349393725395, + 0.04066930338740349, + 0.05465922877192497 + ], + "q01": [ + -0.044115488231182096, + -0.05932579189538956, + -0.0008548528398387134, + -0.14063991606235504, + -0.18160852789878845, + -0.13885661959648132, + -0.2704181373119354 + ], + "q99": [ + 0.08541888743638992, + 0.08673391491174698, + 0.20383067429065704, + 0.010909304022789001, + 0.005769035266712276, + 0.007609221618622541, + 0.0008619268686742959 + ] + }, + "right_hand": { + "min": [ + -0.015388990752398968, + -0.49568232893943787, + -0.6491441130638123, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "max": [ + 0.38237157464027405, + 0.0, + 0.0, + 0.6359286308288574, + 1.1968196630477905, + 0.7969403266906738, + 0.9798202514648438 + ], + "mean": [ + 0.1510307490825653, + -0.10410650074481964, + -0.16438010334968567, + 0.160273939371109, + 0.38479897379875183, + 0.22493480145931244, + 0.29762107133865356 + ], + "std": [ + 0.16792035102844238, + 0.14840462803840637, + 0.20773763954639435, + 0.201939195394516, + 0.43836456537246704, + 0.2673484683036804, + 0.3443882465362549 + ], + "q01": [ + -0.015381569974124432, + -0.49547951817512514, + -0.6489888429641724, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "q99": [ + 0.382364958524704, + 0.0, + 0.0, + 0.6356749534606934, + 1.1965277194976807, + 0.7967880129814148, + 0.9795168793201446 + ] + }, + "left_arm": { + "min": [ + -0.11302866041660309, + -0.06130801886320114, + -0.2347739338874817, + -0.149064838886261, + -0.34618079662323, + -0.296110063791275, + -0.18200430274009705 + ], + "max": [ + 0.02855294942855835, + 0.09991803765296936, + 0.05098697543144226, + 0.1499277651309967, + 3.8650854548905045e-05, + 0.0012129372917115688, + 0.006128575652837753 + ], + "mean": [ + -0.020675089210271835, + -0.011319637298583984, + -0.02104736864566803, + -0.0047059389762580395, + -0.10232270509004593, + -0.08670033514499664, + -0.052605174481868744 + ], + "std": [ + 0.028416506946086884, + 0.021467505022883415, + 0.032287437468767166, + 0.03757817670702934, + 0.11277986317873001, + 0.09554938971996307, + 0.06037674844264984 + ], + "q01": [ + -0.09533142298460007, + -0.057845381833612916, + -0.11222188174724579, + -0.12452998012304306, + -0.33181595951318743, + -0.26951175928115845, + -0.16966578140854835 + ], + "q99": [ + 0.010912260971963406, + 0.04415091205388274, + 0.02633006187155817, + 0.06915374681353538, + 3.84151644539088e-05, + 0.001203537336550653, + 3.166658199916128e-05 + ] + }, + "right_arm": { + "min": [ + -0.5555615425109863, + -0.7934529185295105, + -0.3188854157924652, + -0.09826192259788513, + -3.864927566610277e-05, + -0.406229704618454, + 0.0 + ], + "max": [ + 0.01944165676832199, + 0.00040899173473007977, + 0.19534528255462646, + 0.298308402299881, + 0.3513643741607666, + 0.0012087320210412145, + 0.8875377178192139 + ], + "mean": [ + -0.1269960105419159, + -0.23249554634094238, + -0.022764088585972786, + 0.04807743430137634, + 0.058973122388124466, + -0.11149747669696808, + 0.25905102491378784 + ], + "std": [ + 0.15188516676425934, + 0.2564069926738739, + 0.05658402293920517, + 0.06496992707252502, + 0.07428737729787827, + 0.12488652765750885, + 0.28678208589553833 + ], + "q01": [ + -0.504463392496109, + -0.7292503118515015, + -0.21955281451344488, + -0.03430207073688507, + -3.847765765385702e-05, + -0.3624899685382843, + 0.0 + ], + "q99": [ + 0.002674137009307742, + 0.000406751612899825, + 0.12524892970919546, + 0.21630814880132343, + 0.2785507142543793, + 0.0011997524416074157, + 0.847134844660759 + ] + }, + "rpy": { + "min": [ + -0.0435166172683239, + -0.014203691855072975, + -0.05216570198535919 + ], + "max": [ + 0.3364854156970978, + 0.4499310553073883, + 0.18629509210586548 + ], + "mean": [ + 0.08001509308815002, + 0.16946518421173096, + 0.008698188699781895 + ], + "std": [ + 0.13087092339992523, + 0.15007734298706055, + 0.05011340230703354 + ], + "q01": [ + -0.04341023042798042, + -0.01279706321656704, + -0.03870870623737574 + ], + "q99": [ + 0.3044067323207855, + 0.43886008858680725, + 0.13876871764659882 + ] + }, + "height": { + "min": [ + 0.44999998807907104 + ], + "max": [ + 0.75 + ], + "mean": [ + 0.4670487940311432 + ], + "std": [ + 0.06933368742465973 + ], + "q01": [ + 0.44999998807907104 + ], + "q99": [ + 0.75 + ] + }, + "torso_vx": { + "min": [ + 0.0 + ], + "max": [ + 0.0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "q01": [ + 0.0 + ], + "q99": [ + 0.0 + ] + }, + "torso_vy": { + "min": [ + 0.0 + ], + "max": [ + 0.0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "q01": [ + 0.0 + ], + "q99": [ + 0.0 + ] + }, + "torso_vyaw": { + "min": [ + 0.0 + ], + "max": [ + 0.0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "q01": [ + 0.0 + ], + "q99": [ + 0.0 + ] + }, + "target_yaw": { + "min": [ + 0.0 + ], + "max": [ + 0.0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "q01": [ + 0.0 + ], + "q99": [ + 0.0 + ] + } + }, + "relative_action": {} + }, + "g1_loco_downstream": { + "state": { + "left_hand": { + "min": [ + -0.9269875884056091, + -0.06699541956186295, + 0.4786558449268341, + -1.4195833206176758, + -1.7287458181381226, + -1.184408187866211, + -1.543308138847351 + ], + "max": [ + 0.11218374967575073, + 1.0542062520980835, + 1.3448737859725952, + 0.01063089445233345, + -0.02630593813955784, + 0.03173275291919708, + -0.02618894912302494 + ], + "mean": [ + -0.46002745628356934, + 0.4747629165649414, + 0.6948250532150269, + -0.31353455781936646, + -0.5853810906410217, + -0.241254523396492, + -0.404990017414093 + ], + "std": [ + 0.16049478948116302, + 0.13932937383651733, + 0.10406248271465302, + 0.314911425113678, + 0.36967816948890686, + 0.2794082760810852, + 0.19444450736045837 + ], + "q01": [ + -0.8130688619613647, + 0.19560351073741913, + 0.546482310295105, + -1.212935438156128, + -1.610870542526245, + -1.0323941123485565, + -1.2250821590423584 + ], + "q99": [ + -0.18172204494476318, + 0.840534197688103, + 0.9946710854768758, + -0.01472496685571968, + -0.07811787776648912, + -0.002453993773087859, + -0.08073746308684347 + ] + }, + "right_hand": { + "min": [ + -0.9820996522903442, + -0.7896795272827148, + -1.0993529558181763, + -0.20172026753425598, + 0.030457261949777603, + 0.006668585818260908, + 0.01882481388747692 + ], + "max": [ + 0.017766516655683517, + -0.1264796108007431, + -0.49203604459762573, + 1.328361988067627, + 1.7149782180786133, + 1.0285054445266724, + 1.5147463083267212 + ], + "mean": [ + -0.4261653423309326, + -0.4688602685928345, + -0.6508861184120178, + 0.39778369665145874, + 0.6887039542198181, + 0.39132845401763916, + 0.4321276545524597 + ], + "std": [ + 0.16000154614448547, + 0.10341810435056686, + 0.07819007337093353, + 0.3130604922771454, + 0.38070809841156006, + 0.26158344745635986, + 0.25310713052749634 + ], + "q01": [ + -0.8208091944456101, + -0.7230183482170105, + -0.8764568066596985, + -0.1599019467830658, + 0.038338125310838224, + 0.021174823231995106, + 0.019403893500566483 + ], + "q99": [ + -0.1260720820724962, + -0.2484179437160492, + -0.5271240472793579, + 0.9174872511625299, + 1.6465024292469028, + 0.8363010001182556, + 1.1525878620147705 + ] + }, + "left_arm": { + "min": [ + -1.0591537952423096, + -0.1634288728237152, + -0.7029227614402771, + -1.0480923652648926, + -0.7582659125328064, + -1.4715324640274048, + -0.8460901379585266 + ], + "max": [ + 1.2089686393737793, + 0.7988085150718689, + 0.8867607712745667, + 1.1790919303894043, + 1.6713320016860962, + 0.5832118391990662, + 0.7345390915870667 + ], + "mean": [ + 0.5126563310623169, + 0.2898343503475189, + -0.038487911224365234, + -0.41970038414001465, + 0.35927656292915344, + -0.3993854224681854, + -0.20340844988822937 + ], + "std": [ + 0.4427265524864197, + 0.12085731327533722, + 0.2294389307498932, + 0.36075279116630554, + 0.6096572875976562, + 0.4142565429210663, + 0.3043171465396881 + ], + "q01": [ + -0.6334736919403077, + -0.020731991082429888, + -0.5797120887041092, + -0.9999154782295228, + -0.47161510527133943, + -1.107250144481659, + -0.6664532256126404 + ], + "q99": [ + 1.1159828901290894, + 0.5759617680311203, + 0.5208223456144333, + 0.6016402041912099, + 1.5184007847309116, + 0.4425380656123162, + 0.5416640043258667 + ] + }, + "right_arm": { + "min": [ + -1.7347166538238525, + -0.9909635782241821, + -0.9644664525985718, + -1.0476369857788086, + -1.4481498003005981, + -1.6282670497894287, + -0.6750589609146118 + ], + "max": [ + 1.0711021423339844, + 0.11333481967449188, + 0.9750365614891052, + 1.3633613586425781, + 0.9291010499000549, + 1.1024490594863892, + 1.283244013786316 + ], + "mean": [ + -0.41795027256011963, + -0.32765018939971924, + 0.14392685890197754, + 0.05127895623445511, + -0.33854445815086365, + 0.10009922087192535, + 0.31569716334342957 + ], + "std": [ + 0.5552160739898682, + 0.15981826186180115, + 0.24790969491004944, + 0.6697200536727905, + 0.4505113363265991, + 0.3168523907661438, + 0.2951470911502838 + ], + "q01": [ + -1.5834815180301667, + -0.7632960504293442, + -0.34250891089439395, + -0.9945466506481171, + -1.2838559031486512, + -0.7027624332904816, + -0.39147184550762176 + ], + "q99": [ + 0.7133604252338412, + 0.05241899937391281, + 0.7506796699762346, + 1.3331971168518066, + 0.5412076115608215, + 0.8809573137760164, + 0.9873766976594929 + ] + }, + "rpy": { + "min": [ + -0.31443771719932556, + -0.25234249234199524, + -0.5012049078941345 + ], + "max": [ + 0.25545963644981384, + 0.2277967780828476, + 0.22437766194343567 + ], + "mean": [ + -0.034549929201602936, + 0.013610188849270344, + -0.024429943412542343 + ], + "std": [ + 0.03911573067307472, + 0.06750434637069702, + 0.08074839413166046 + ], + "q01": [ + -0.1405536088347435, + -0.14539323568344117, + -0.2829143413901329 + ], + "q99": [ + 0.045323085039854064, + 0.15672585278749473, + 0.14398116096854235 + ] + }, + "height": { + "min": [ + 0.6416011452674866 + ], + "max": [ + 0.8164317607879639 + ], + "mean": [ + 0.7201999425888062 + ], + "std": [ + 0.014960889704524746 + ], + "q01": [ + 0.6767415118217468 + ], + "q99": [ + 0.7662041783332825 + ] + } + }, + "action": { + "left_hand": { + "min": [ + -1.0409882068634033, + -0.12273073196411133, + 0.436837762594223, + -1.5717962980270386, + -1.7463293075561523, + -1.2559611797332764, + -1.7463293075561523 + ], + "max": [ + 0.4421468675136566, + 0.9210000038146973, + 1.7463293075561523, + 0.0010000000474974513, + 0.0010000000474974513, + 0.0010000000474974513, + 0.0010000000474974513 + ], + "mean": [ + -0.4807356894016266, + 0.47509241104125977, + 0.6906853914260864, + -0.31041640043258667, + -0.5898368954658508, + -0.23241764307022095, + -0.40629705786705017 + ], + "std": [ + 0.1750338226556778, + 0.15048623085021973, + 0.13044340908527374, + 0.33980855345726013, + 0.38186123967170715, + 0.28935426473617554, + 0.2044779658317566 + ], + "q01": [ + -0.8321770209074021, + 0.1542169316112995, + 0.5194920480251313, + -1.2916747808456421, + -1.642631198167801, + -1.0422625398635865, + -1.2671113669872285 + ], + "q99": [ + -0.17152927815914154, + 0.8419997036457066, + 1.0500152027606964, + 0.0010000000474974513, + -0.04017595946788788, + 0.0010000000474974513, + -0.07496687382459628 + ] + }, + "right_hand": { + "min": [ + -1.0481975078582764, + -0.9210000038146973, + -1.7463293075561523, + -0.0010000000474974513, + -0.0010000000474974513, + -0.0010000000474974513, + -0.0010000000474974513 + ], + "max": [ + 0.5198602080345154, + -0.014095980674028397, + -0.46265918016433716, + 1.5717962980270386, + 1.7463293075561523, + 1.118023157119751, + 1.7463293075561523 + ], + "mean": [ + -0.40839895606040955, + -0.5726506114006042, + -0.6818944811820984, + 0.5284730792045593, + 0.7199811935424805, + 0.4318573772907257, + 0.4562909007072449 + ], + "std": [ + 0.18769894540309906, + 0.14306479692459106, + 0.12480109930038452, + 0.32611697912216187, + 0.419857919216156, + 0.3162503242492676, + 0.3113788366317749 + ], + "q01": [ + -0.8399935835599899, + -0.8023136258125305, + -1.0682287335395813, + -0.0010000000474974513, + -0.0010000000474974513, + -0.0010000000474974513, + -0.0010000000474974513 + ], + "q99": [ + -0.09633898876607405, + -0.24337346106767624, + -0.5391130346059799, + 0.9635337591171265, + 1.6898248541355134, + 0.9045331478118896, + 1.411249041557312 + ] + }, + "left_arm": { + "min": [ + -1.019361138343811, + -0.6054571270942688, + -1.021012783050537, + -1.0471999645233154, + -0.7927936315536499, + -1.560844898223877, + -0.9046999216079712 + ], + "max": [ + 1.2334027290344238, + 1.0112191438674927, + 0.9427134990692139, + 1.2165793180465698, + 1.7361043691635132, + 0.7488318085670471, + 0.9007768630981445 + ], + "mean": [ + 0.5241657495498657, + 0.2945125997066498, + -0.04500480368733406, + -0.42049187421798706, + 0.36284521222114563, + -0.40989160537719727, + -0.21080413460731506 + ], + "std": [ + 0.43741071224212646, + 0.12982703745365143, + 0.23653879761695862, + 0.3736835718154907, + 0.618385374546051, + 0.42224231362342834, + 0.30724525451660156 + ], + "q01": [ + -0.5942269682884216, + -0.07577644497156143, + -0.6093236482143403, + -1.0471994876861572, + -0.4628263860940933, + -1.1512476015090942, + -0.6814799612760544 + ], + "q99": [ + 1.1341198837757112, + 0.5896527397632599, + 0.5230552434921265, + 0.6644547766447099, + 1.526016002893448, + 0.4597533589601519, + 0.5558918887376787 + ] + }, + "right_arm": { + "min": [ + -1.7759873867034912, + -1.0457597970962524, + -0.9954499006271362, + -1.0471999645233154, + -1.4607900381088257, + -1.614428997039795, + -0.9024532437324524 + ], + "max": [ + 1.1621601581573486, + 0.3022633492946625, + 1.0151734352111816, + 1.3677823543548584, + 0.9460119009017944, + 1.121222972869873, + 1.3166650533676147 + ], + "mean": [ + -0.4022386372089386, + -0.33494579792022705, + 0.13704007863998413, + 0.020859461277723312, + -0.330166757106781, + 0.08796475827693939, + 0.32162994146347046 + ], + "std": [ + 0.5662075877189636, + 0.17241664230823517, + 0.2581793963909149, + 0.7005768418312073, + 0.4578431248664856, + 0.3462810218334198, + 0.30215367674827576 + ], + "q01": [ + -1.5976583051681519, + -0.7911965763568878, + -0.4213506481051445, + -1.0471998453140259, + -1.2858412957191467, + -0.8454385197162628, + -0.3983448427915573 + ], + "q99": [ + 0.7685537481307989, + 0.09822795458138024, + 0.764597846865654, + 1.342433763742447, + 0.5681095659732828, + 0.8840116006135945, + 1.0199516999721532 + ] + }, + "rpy": { + "min": [ + -0.31443771719932556, + -0.25234249234199524, + -0.5012049078941345 + ], + "max": [ + 0.25545963644981384, + 0.2277967780828476, + 0.22437766194343567 + ], + "mean": [ + -0.03456060215830803, + 0.013608204200863838, + -0.024464966729283333 + ], + "std": [ + 0.03911809250712395, + 0.06751924008131027, + 0.080777607858181 + ], + "q01": [ + -0.1405536088347435, + -0.14539323568344117, + -0.2829238149523735 + ], + "q99": [ + 0.04534956537187113, + 0.15672843694686892, + 0.14398758068680767 + ] + }, + "height": { + "min": [ + 0.6416011452674866 + ], + "max": [ + 0.8164317607879639 + ], + "mean": [ + 0.7201656103134155 + ], + "std": [ + 0.014956292696296909 + ], + "q01": [ + 0.676702984571457 + ], + "q99": [ + 0.7662041783332825 + ] + }, + "torso_vx": { + "min": [ + -0.3499999940395355 + ], + "max": [ + 0.3499999940395355 + ], + "mean": [ + 0.03277398273348808 + ], + "std": [ + 0.10225828737020493 + ], + "q01": [ + 0.0 + ], + "q99": [ + 0.3499999940395355 + ] + }, + "torso_vy": { + "min": [ + -0.5 + ], + "max": [ + 0.0 + ], + "mean": [ + -4.3974599975626916e-05 + ], + "std": [ + 0.004688670858740807 + ], + "q01": [ + 0.0 + ], + "q99": [ + 0.0 + ] + }, + "torso_vyaw": { + "min": [ + 0.0 + ], + "max": [ + 0.5 + ], + "mean": [ + 0.035689834505319595 + ], + "std": [ + 0.12832395732402802 + ], + "q01": [ + 0.0 + ], + "q99": [ + 0.5 + ] + }, + "target_yaw": { + "min": [ + 0.0 + ], + "max": [ + 1.9220000505447388 + ], + "mean": [ + 1.2327402830123901 + ], + "std": [ + 0.7543802261352539 + ], + "q01": [ + 0.0 + ], + "q99": [ + 1.8980000019073486 + ] + } + }, + "relative_action": {} + } +} \ No newline at end of file diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/trainer_state.json b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..4e5100dd0f0710a98e11f52f26bc39ee23026829 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/trainer_state.json @@ -0,0 +1,24034 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 1.0, + "eval_steps": 500, + "global_step": 40000, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "grad_norm": 18.534509658813477, + "learning_rate": 4.5e-07, + "loss": 1.9148, + "step": 10 + }, + { + "grad_norm": 17.256622314453125, + "learning_rate": 9.5e-07, + "loss": 1.7995, + "step": 20 + }, + { + "grad_norm": 9.7017240524292, + "learning_rate": 1.45e-06, + "loss": 1.7648, + "step": 30 + }, + { + "grad_norm": 11.72260856628418, + "learning_rate": 1.95e-06, + "loss": 1.772, + "step": 40 + }, + { + "grad_norm": 6.508761882781982, + "learning_rate": 2.4500000000000003e-06, + "loss": 1.6209, + "step": 50 + }, + { + "grad_norm": 5.583845138549805, + "learning_rate": 2.95e-06, + "loss": 1.3178, + "step": 60 + }, + { + "grad_norm": 7.244704723358154, + "learning_rate": 3.4500000000000004e-06, + "loss": 1.1934, + "step": 70 + }, + { + "grad_norm": 5.552851676940918, + "learning_rate": 3.95e-06, + "loss": 1.0631, + "step": 80 + }, + { + "grad_norm": 7.137279510498047, + "learning_rate": 4.45e-06, + "loss": 0.6742, + "step": 90 + }, + { + "grad_norm": 3.7431907653808594, + "learning_rate": 4.950000000000001e-06, + "loss": 0.6555, + "step": 100 + }, + { + "grad_norm": 2.5578370094299316, + "learning_rate": 5.45e-06, + "loss": 0.5245, + "step": 110 + }, + { + "grad_norm": 3.339963436126709, + "learning_rate": 5.95e-06, + "loss": 0.4208, + "step": 120 + }, + { + "grad_norm": 2.004049062728882, + "learning_rate": 6.45e-06, + "loss": 0.4109, + "step": 130 + }, + { + "grad_norm": 1.9474700689315796, + "learning_rate": 6.950000000000001e-06, + "loss": 0.3925, + "step": 140 + }, + { + "grad_norm": 2.686643123626709, + "learning_rate": 7.45e-06, + "loss": 0.4222, + "step": 150 + }, + { + "grad_norm": 1.9812577962875366, + "learning_rate": 7.95e-06, + "loss": 0.4045, + "step": 160 + }, + { + "grad_norm": 2.1313652992248535, + "learning_rate": 8.45e-06, + "loss": 0.3168, + "step": 170 + }, + { + "grad_norm": 1.716151475906372, + "learning_rate": 8.95e-06, + "loss": 0.2845, + "step": 180 + }, + { + "grad_norm": 2.463878870010376, + "learning_rate": 9.450000000000001e-06, + "loss": 0.2793, + "step": 190 + }, + { + "grad_norm": 1.8599344491958618, + "learning_rate": 9.950000000000001e-06, + "loss": 0.3295, + "step": 200 + }, + { + "grad_norm": 1.8686593770980835, + "learning_rate": 1.045e-05, + "loss": 0.2955, + "step": 210 + }, + { + "grad_norm": 1.84305739402771, + "learning_rate": 1.095e-05, + "loss": 0.2369, + "step": 220 + }, + { + "grad_norm": 2.0953235626220703, + "learning_rate": 1.145e-05, + "loss": 0.2411, + "step": 230 + }, + { + "grad_norm": 1.2134923934936523, + "learning_rate": 1.195e-05, + "loss": 0.2071, + "step": 240 + }, + { + "grad_norm": 1.3442604541778564, + "learning_rate": 1.2450000000000001e-05, + "loss": 0.2311, + "step": 250 + }, + { + "grad_norm": 1.3555463552474976, + "learning_rate": 1.2950000000000001e-05, + "loss": 0.192, + "step": 260 + }, + { + "grad_norm": 0.9229212403297424, + "learning_rate": 1.3450000000000002e-05, + "loss": 0.1977, + "step": 270 + }, + { + "grad_norm": 0.9793020486831665, + "learning_rate": 1.3950000000000002e-05, + "loss": 0.1709, + "step": 280 + }, + { + "grad_norm": 0.9832363724708557, + "learning_rate": 1.4449999999999999e-05, + "loss": 0.1756, + "step": 290 + }, + { + "grad_norm": 0.7755615711212158, + "learning_rate": 1.4950000000000001e-05, + "loss": 0.1339, + "step": 300 + }, + { + "grad_norm": 0.7190787196159363, + "learning_rate": 1.545e-05, + "loss": 0.1413, + "step": 310 + }, + { + "grad_norm": 0.7741222381591797, + "learning_rate": 1.595e-05, + "loss": 0.1238, + "step": 320 + }, + { + "grad_norm": 0.9670834541320801, + "learning_rate": 1.645e-05, + "loss": 0.1552, + "step": 330 + }, + { + "grad_norm": 0.8113035559654236, + "learning_rate": 1.6950000000000002e-05, + "loss": 0.1253, + "step": 340 + }, + { + "grad_norm": 1.0654280185699463, + "learning_rate": 1.745e-05, + "loss": 0.162, + "step": 350 + }, + { + "grad_norm": 0.7320433259010315, + "learning_rate": 1.795e-05, + "loss": 0.112, + "step": 360 + }, + { + "grad_norm": 0.8531293869018555, + "learning_rate": 1.845e-05, + "loss": 0.1556, + "step": 370 + }, + { + "grad_norm": 0.7331840991973877, + "learning_rate": 1.895e-05, + "loss": 0.1309, + "step": 380 + }, + { + "grad_norm": 1.0355952978134155, + "learning_rate": 1.9450000000000002e-05, + "loss": 0.1083, + "step": 390 + }, + { + "grad_norm": 0.8800873756408691, + "learning_rate": 1.995e-05, + "loss": 0.1279, + "step": 400 + }, + { + "grad_norm": 0.6338040232658386, + "learning_rate": 2.045e-05, + "loss": 0.1122, + "step": 410 + }, + { + "grad_norm": 0.85029536485672, + "learning_rate": 2.095e-05, + "loss": 0.1207, + "step": 420 + }, + { + "grad_norm": 0.6560226678848267, + "learning_rate": 2.145e-05, + "loss": 0.116, + "step": 430 + }, + { + "grad_norm": 0.8438535928726196, + "learning_rate": 2.195e-05, + "loss": 0.1247, + "step": 440 + }, + { + "grad_norm": 0.722996711730957, + "learning_rate": 2.245e-05, + "loss": 0.0903, + "step": 450 + }, + { + "grad_norm": 0.8727322816848755, + "learning_rate": 2.2950000000000002e-05, + "loss": 0.1202, + "step": 460 + }, + { + "grad_norm": 0.7595435976982117, + "learning_rate": 2.345e-05, + "loss": 0.0997, + "step": 470 + }, + { + "grad_norm": 0.7432286739349365, + "learning_rate": 2.395e-05, + "loss": 0.1072, + "step": 480 + }, + { + "grad_norm": 0.7092172503471375, + "learning_rate": 2.445e-05, + "loss": 0.0865, + "step": 490 + }, + { + "grad_norm": 0.7649574279785156, + "learning_rate": 2.495e-05, + "loss": 0.092, + "step": 500 + }, + { + "grad_norm": 0.8102426528930664, + "learning_rate": 2.5450000000000002e-05, + "loss": 0.0848, + "step": 510 + }, + { + "grad_norm": 0.8407822847366333, + "learning_rate": 2.595e-05, + "loss": 0.121, + "step": 520 + }, + { + "grad_norm": 0.9780381917953491, + "learning_rate": 2.6450000000000003e-05, + "loss": 0.0805, + "step": 530 + }, + { + "grad_norm": 0.824282705783844, + "learning_rate": 2.6950000000000005e-05, + "loss": 0.0861, + "step": 540 + }, + { + "grad_norm": 0.7454036474227905, + "learning_rate": 2.7450000000000003e-05, + "loss": 0.1072, + "step": 550 + }, + { + "grad_norm": 0.6792754530906677, + "learning_rate": 2.7950000000000005e-05, + "loss": 0.0882, + "step": 560 + }, + { + "grad_norm": 0.8198924660682678, + "learning_rate": 2.845e-05, + "loss": 0.0966, + "step": 570 + }, + { + "grad_norm": 0.6529968976974487, + "learning_rate": 2.895e-05, + "loss": 0.1073, + "step": 580 + }, + { + "grad_norm": 0.7003127336502075, + "learning_rate": 2.945e-05, + "loss": 0.0944, + "step": 590 + }, + { + "grad_norm": 1.0652474164962769, + "learning_rate": 2.995e-05, + "loss": 0.0887, + "step": 600 + }, + { + "grad_norm": 0.7258542776107788, + "learning_rate": 3.045e-05, + "loss": 0.083, + "step": 610 + }, + { + "grad_norm": 0.551802396774292, + "learning_rate": 3.095e-05, + "loss": 0.0875, + "step": 620 + }, + { + "grad_norm": 0.7179171442985535, + "learning_rate": 3.145e-05, + "loss": 0.094, + "step": 630 + }, + { + "grad_norm": 0.7630218863487244, + "learning_rate": 3.1950000000000004e-05, + "loss": 0.0768, + "step": 640 + }, + { + "grad_norm": 0.6725351214408875, + "learning_rate": 3.245e-05, + "loss": 0.0999, + "step": 650 + }, + { + "grad_norm": 0.6560131907463074, + "learning_rate": 3.295e-05, + "loss": 0.0765, + "step": 660 + }, + { + "grad_norm": 0.5805865526199341, + "learning_rate": 3.345000000000001e-05, + "loss": 0.0729, + "step": 670 + }, + { + "grad_norm": 0.7987195253372192, + "learning_rate": 3.3950000000000005e-05, + "loss": 0.0926, + "step": 680 + }, + { + "grad_norm": 0.7243363261222839, + "learning_rate": 3.445e-05, + "loss": 0.0658, + "step": 690 + }, + { + "grad_norm": 0.6790673136711121, + "learning_rate": 3.495e-05, + "loss": 0.0855, + "step": 700 + }, + { + "grad_norm": 0.8390796184539795, + "learning_rate": 3.545e-05, + "loss": 0.1051, + "step": 710 + }, + { + "grad_norm": 0.5069448947906494, + "learning_rate": 3.595e-05, + "loss": 0.0978, + "step": 720 + }, + { + "grad_norm": 0.6319543123245239, + "learning_rate": 3.645e-05, + "loss": 0.0861, + "step": 730 + }, + { + "grad_norm": 0.6720821857452393, + "learning_rate": 3.6950000000000004e-05, + "loss": 0.0921, + "step": 740 + }, + { + "grad_norm": 0.7062216997146606, + "learning_rate": 3.745e-05, + "loss": 0.0711, + "step": 750 + }, + { + "grad_norm": 0.8228346705436707, + "learning_rate": 3.795e-05, + "loss": 0.1174, + "step": 760 + }, + { + "grad_norm": 0.6708880066871643, + "learning_rate": 3.845e-05, + "loss": 0.0931, + "step": 770 + }, + { + "grad_norm": 0.6139554977416992, + "learning_rate": 3.8950000000000005e-05, + "loss": 0.0801, + "step": 780 + }, + { + "grad_norm": 0.6238477826118469, + "learning_rate": 3.9450000000000003e-05, + "loss": 0.0759, + "step": 790 + }, + { + "grad_norm": 0.6054102778434753, + "learning_rate": 3.995e-05, + "loss": 0.0825, + "step": 800 + }, + { + "grad_norm": 0.6474316716194153, + "learning_rate": 4.045000000000001e-05, + "loss": 0.0886, + "step": 810 + }, + { + "grad_norm": 0.7566025853157043, + "learning_rate": 4.095e-05, + "loss": 0.0846, + "step": 820 + }, + { + "grad_norm": 0.6025156378746033, + "learning_rate": 4.145e-05, + "loss": 0.0867, + "step": 830 + }, + { + "grad_norm": 0.7645472884178162, + "learning_rate": 4.195e-05, + "loss": 0.0893, + "step": 840 + }, + { + "grad_norm": 0.626018226146698, + "learning_rate": 4.245e-05, + "loss": 0.078, + "step": 850 + }, + { + "grad_norm": 0.7400258183479309, + "learning_rate": 4.295e-05, + "loss": 0.0782, + "step": 860 + }, + { + "grad_norm": 0.5835645198822021, + "learning_rate": 4.345e-05, + "loss": 0.0797, + "step": 870 + }, + { + "grad_norm": 0.5274659991264343, + "learning_rate": 4.3950000000000004e-05, + "loss": 0.0822, + "step": 880 + }, + { + "grad_norm": 0.5468456149101257, + "learning_rate": 4.445e-05, + "loss": 0.0638, + "step": 890 + }, + { + "grad_norm": 0.6606617569923401, + "learning_rate": 4.495e-05, + "loss": 0.0833, + "step": 900 + }, + { + "grad_norm": 0.5805540084838867, + "learning_rate": 4.545000000000001e-05, + "loss": 0.0777, + "step": 910 + }, + { + "grad_norm": 0.5579648613929749, + "learning_rate": 4.5950000000000006e-05, + "loss": 0.0634, + "step": 920 + }, + { + "grad_norm": 0.45344647765159607, + "learning_rate": 4.6450000000000004e-05, + "loss": 0.0722, + "step": 930 + }, + { + "grad_norm": 0.6028434634208679, + "learning_rate": 4.695e-05, + "loss": 0.0805, + "step": 940 + }, + { + "grad_norm": 0.570139467716217, + "learning_rate": 4.745e-05, + "loss": 0.0735, + "step": 950 + }, + { + "grad_norm": 0.6800569295883179, + "learning_rate": 4.795e-05, + "loss": 0.0718, + "step": 960 + }, + { + "grad_norm": 0.5952996015548706, + "learning_rate": 4.845e-05, + "loss": 0.0909, + "step": 970 + }, + { + "grad_norm": 0.627740740776062, + "learning_rate": 4.8950000000000004e-05, + "loss": 0.0775, + "step": 980 + }, + { + "grad_norm": 0.5784361362457275, + "learning_rate": 4.945e-05, + "loss": 0.0703, + "step": 990 + }, + { + "grad_norm": 0.6141037940979004, + "learning_rate": 4.995e-05, + "loss": 0.0813, + "step": 1000 + }, + { + "grad_norm": 0.6513576507568359, + "learning_rate": 5.045e-05, + "loss": 0.0641, + "step": 1010 + }, + { + "grad_norm": 0.5925450921058655, + "learning_rate": 5.095e-05, + "loss": 0.0763, + "step": 1020 + }, + { + "grad_norm": 0.6772259473800659, + "learning_rate": 5.145e-05, + "loss": 0.0759, + "step": 1030 + }, + { + "grad_norm": 0.5840787887573242, + "learning_rate": 5.1949999999999996e-05, + "loss": 0.0794, + "step": 1040 + }, + { + "grad_norm": 0.6197524070739746, + "learning_rate": 5.245e-05, + "loss": 0.0622, + "step": 1050 + }, + { + "grad_norm": 0.8246580958366394, + "learning_rate": 5.295e-05, + "loss": 0.083, + "step": 1060 + }, + { + "grad_norm": 0.6810279488563538, + "learning_rate": 5.345e-05, + "loss": 0.0738, + "step": 1070 + }, + { + "grad_norm": 0.48386964201927185, + "learning_rate": 5.3950000000000004e-05, + "loss": 0.0727, + "step": 1080 + }, + { + "grad_norm": 0.6766624450683594, + "learning_rate": 5.445e-05, + "loss": 0.0836, + "step": 1090 + }, + { + "grad_norm": 0.6408401727676392, + "learning_rate": 5.495e-05, + "loss": 0.0769, + "step": 1100 + }, + { + "grad_norm": 0.5648759603500366, + "learning_rate": 5.545e-05, + "loss": 0.0751, + "step": 1110 + }, + { + "grad_norm": 0.6275963187217712, + "learning_rate": 5.5950000000000005e-05, + "loss": 0.0605, + "step": 1120 + }, + { + "grad_norm": 0.5845292806625366, + "learning_rate": 5.645e-05, + "loss": 0.0617, + "step": 1130 + }, + { + "grad_norm": 0.5580796003341675, + "learning_rate": 5.695e-05, + "loss": 0.0825, + "step": 1140 + }, + { + "grad_norm": 0.42196542024612427, + "learning_rate": 5.745e-05, + "loss": 0.0749, + "step": 1150 + }, + { + "grad_norm": 0.487849622964859, + "learning_rate": 5.7950000000000006e-05, + "loss": 0.0578, + "step": 1160 + }, + { + "grad_norm": 0.6747686266899109, + "learning_rate": 5.8450000000000005e-05, + "loss": 0.0725, + "step": 1170 + }, + { + "grad_norm": 0.47792136669158936, + "learning_rate": 5.895e-05, + "loss": 0.0667, + "step": 1180 + }, + { + "grad_norm": 0.5757375359535217, + "learning_rate": 5.945000000000001e-05, + "loss": 0.0736, + "step": 1190 + }, + { + "grad_norm": 0.546659529209137, + "learning_rate": 5.995000000000001e-05, + "loss": 0.0869, + "step": 1200 + }, + { + "grad_norm": 0.42335981130599976, + "learning_rate": 6.0450000000000006e-05, + "loss": 0.0605, + "step": 1210 + }, + { + "grad_norm": 0.6427661180496216, + "learning_rate": 6.0950000000000004e-05, + "loss": 0.0877, + "step": 1220 + }, + { + "grad_norm": 0.7319128513336182, + "learning_rate": 6.145e-05, + "loss": 0.0904, + "step": 1230 + }, + { + "grad_norm": 0.5264657139778137, + "learning_rate": 6.195e-05, + "loss": 0.0837, + "step": 1240 + }, + { + "grad_norm": 0.5626620650291443, + "learning_rate": 6.245000000000001e-05, + "loss": 0.0566, + "step": 1250 + }, + { + "grad_norm": 0.44596222043037415, + "learning_rate": 6.295e-05, + "loss": 0.0609, + "step": 1260 + }, + { + "grad_norm": 0.5407786965370178, + "learning_rate": 6.345e-05, + "loss": 0.0686, + "step": 1270 + }, + { + "grad_norm": 0.6486421227455139, + "learning_rate": 6.395e-05, + "loss": 0.0831, + "step": 1280 + }, + { + "grad_norm": 0.5786897540092468, + "learning_rate": 6.445e-05, + "loss": 0.0624, + "step": 1290 + }, + { + "grad_norm": 0.4658694565296173, + "learning_rate": 6.494999999999999e-05, + "loss": 0.0593, + "step": 1300 + }, + { + "grad_norm": 0.6513499021530151, + "learning_rate": 6.545e-05, + "loss": 0.0636, + "step": 1310 + }, + { + "grad_norm": 0.5343387722969055, + "learning_rate": 6.595e-05, + "loss": 0.0712, + "step": 1320 + }, + { + "grad_norm": 0.580580472946167, + "learning_rate": 6.645e-05, + "loss": 0.0664, + "step": 1330 + }, + { + "grad_norm": 0.5377030968666077, + "learning_rate": 6.695e-05, + "loss": 0.0776, + "step": 1340 + }, + { + "grad_norm": 0.49150291085243225, + "learning_rate": 6.745e-05, + "loss": 0.0632, + "step": 1350 + }, + { + "grad_norm": 0.791839599609375, + "learning_rate": 6.795e-05, + "loss": 0.0788, + "step": 1360 + }, + { + "grad_norm": 0.6283265948295593, + "learning_rate": 6.845e-05, + "loss": 0.0791, + "step": 1370 + }, + { + "grad_norm": 0.5996918082237244, + "learning_rate": 6.895000000000001e-05, + "loss": 0.0725, + "step": 1380 + }, + { + "grad_norm": 0.5962194204330444, + "learning_rate": 6.945000000000001e-05, + "loss": 0.0682, + "step": 1390 + }, + { + "grad_norm": 0.5608242750167847, + "learning_rate": 6.995e-05, + "loss": 0.0764, + "step": 1400 + }, + { + "grad_norm": 0.544718325138092, + "learning_rate": 7.045e-05, + "loss": 0.0873, + "step": 1410 + }, + { + "grad_norm": 0.7798048853874207, + "learning_rate": 7.095e-05, + "loss": 0.0715, + "step": 1420 + }, + { + "grad_norm": 0.6792750358581543, + "learning_rate": 7.145e-05, + "loss": 0.0693, + "step": 1430 + }, + { + "grad_norm": 0.6032024621963501, + "learning_rate": 7.195e-05, + "loss": 0.0757, + "step": 1440 + }, + { + "grad_norm": 0.7025937438011169, + "learning_rate": 7.245000000000001e-05, + "loss": 0.0674, + "step": 1450 + }, + { + "grad_norm": 0.576987087726593, + "learning_rate": 7.295000000000001e-05, + "loss": 0.0684, + "step": 1460 + }, + { + "grad_norm": 0.4744519591331482, + "learning_rate": 7.345000000000001e-05, + "loss": 0.0648, + "step": 1470 + }, + { + "grad_norm": 0.4983558654785156, + "learning_rate": 7.395000000000001e-05, + "loss": 0.0628, + "step": 1480 + }, + { + "grad_norm": 0.605798602104187, + "learning_rate": 7.445000000000001e-05, + "loss": 0.0635, + "step": 1490 + }, + { + "grad_norm": 0.5615534782409668, + "learning_rate": 7.495e-05, + "loss": 0.0762, + "step": 1500 + }, + { + "grad_norm": 0.5154789090156555, + "learning_rate": 7.545e-05, + "loss": 0.0591, + "step": 1510 + }, + { + "grad_norm": 0.6920130252838135, + "learning_rate": 7.595e-05, + "loss": 0.06, + "step": 1520 + }, + { + "grad_norm": 0.5659903287887573, + "learning_rate": 7.645e-05, + "loss": 0.0691, + "step": 1530 + }, + { + "grad_norm": 0.5077712535858154, + "learning_rate": 7.695e-05, + "loss": 0.0541, + "step": 1540 + }, + { + "grad_norm": 0.44570380449295044, + "learning_rate": 7.745e-05, + "loss": 0.0636, + "step": 1550 + }, + { + "grad_norm": 0.6554783582687378, + "learning_rate": 7.795e-05, + "loss": 0.065, + "step": 1560 + }, + { + "grad_norm": 0.498741090297699, + "learning_rate": 7.845e-05, + "loss": 0.066, + "step": 1570 + }, + { + "grad_norm": 0.40297624468803406, + "learning_rate": 7.895000000000001e-05, + "loss": 0.0705, + "step": 1580 + }, + { + "grad_norm": 0.5902422070503235, + "learning_rate": 7.945e-05, + "loss": 0.0721, + "step": 1590 + }, + { + "grad_norm": 0.6132775545120239, + "learning_rate": 7.995e-05, + "loss": 0.0718, + "step": 1600 + }, + { + "grad_norm": 0.519648015499115, + "learning_rate": 8.045e-05, + "loss": 0.079, + "step": 1610 + }, + { + "grad_norm": 0.893639862537384, + "learning_rate": 8.095e-05, + "loss": 0.0716, + "step": 1620 + }, + { + "grad_norm": 0.572460949420929, + "learning_rate": 8.145e-05, + "loss": 0.0811, + "step": 1630 + }, + { + "grad_norm": 0.5617758631706238, + "learning_rate": 8.195e-05, + "loss": 0.0668, + "step": 1640 + }, + { + "grad_norm": 0.564576268196106, + "learning_rate": 8.245e-05, + "loss": 0.0658, + "step": 1650 + }, + { + "grad_norm": 0.5339282751083374, + "learning_rate": 8.295000000000001e-05, + "loss": 0.0705, + "step": 1660 + }, + { + "grad_norm": 0.6319004893302917, + "learning_rate": 8.345000000000001e-05, + "loss": 0.0549, + "step": 1670 + }, + { + "grad_norm": 0.5148436427116394, + "learning_rate": 8.395000000000001e-05, + "loss": 0.0603, + "step": 1680 + }, + { + "grad_norm": 0.529155433177948, + "learning_rate": 8.445e-05, + "loss": 0.0576, + "step": 1690 + }, + { + "grad_norm": 0.47685110569000244, + "learning_rate": 8.495e-05, + "loss": 0.0609, + "step": 1700 + }, + { + "grad_norm": 0.5822890400886536, + "learning_rate": 8.545e-05, + "loss": 0.0672, + "step": 1710 + }, + { + "grad_norm": 0.5084139704704285, + "learning_rate": 8.595e-05, + "loss": 0.0679, + "step": 1720 + }, + { + "grad_norm": 0.6246760487556458, + "learning_rate": 8.645000000000001e-05, + "loss": 0.065, + "step": 1730 + }, + { + "grad_norm": 0.5870930552482605, + "learning_rate": 8.695000000000001e-05, + "loss": 0.0699, + "step": 1740 + }, + { + "grad_norm": 0.5484969615936279, + "learning_rate": 8.745000000000001e-05, + "loss": 0.0491, + "step": 1750 + }, + { + "grad_norm": 0.8085036873817444, + "learning_rate": 8.795e-05, + "loss": 0.0767, + "step": 1760 + }, + { + "grad_norm": 0.4306751489639282, + "learning_rate": 8.845e-05, + "loss": 0.0684, + "step": 1770 + }, + { + "grad_norm": 0.4911516010761261, + "learning_rate": 8.895e-05, + "loss": 0.0707, + "step": 1780 + }, + { + "grad_norm": 0.5950093269348145, + "learning_rate": 8.945e-05, + "loss": 0.0928, + "step": 1790 + }, + { + "grad_norm": 0.5502908825874329, + "learning_rate": 8.995e-05, + "loss": 0.0637, + "step": 1800 + }, + { + "grad_norm": 0.45495179295539856, + "learning_rate": 9.045e-05, + "loss": 0.0689, + "step": 1810 + }, + { + "grad_norm": 0.5001086592674255, + "learning_rate": 9.095e-05, + "loss": 0.0818, + "step": 1820 + }, + { + "grad_norm": 0.607846200466156, + "learning_rate": 9.145e-05, + "loss": 0.0631, + "step": 1830 + }, + { + "grad_norm": 0.5005537867546082, + "learning_rate": 9.195e-05, + "loss": 0.0656, + "step": 1840 + }, + { + "grad_norm": 0.5719689130783081, + "learning_rate": 9.245e-05, + "loss": 0.0605, + "step": 1850 + }, + { + "grad_norm": 0.5417869091033936, + "learning_rate": 9.295000000000001e-05, + "loss": 0.0715, + "step": 1860 + }, + { + "grad_norm": 0.5010840892791748, + "learning_rate": 9.345000000000001e-05, + "loss": 0.0593, + "step": 1870 + }, + { + "grad_norm": 0.5884929895401001, + "learning_rate": 9.395000000000001e-05, + "loss": 0.0837, + "step": 1880 + }, + { + "grad_norm": 0.550421416759491, + "learning_rate": 9.445e-05, + "loss": 0.0632, + "step": 1890 + }, + { + "grad_norm": 0.5100465416908264, + "learning_rate": 9.495e-05, + "loss": 0.0744, + "step": 1900 + }, + { + "grad_norm": 0.7582283616065979, + "learning_rate": 9.545e-05, + "loss": 0.0701, + "step": 1910 + }, + { + "grad_norm": 0.4225543439388275, + "learning_rate": 9.595e-05, + "loss": 0.0527, + "step": 1920 + }, + { + "grad_norm": 0.5048621296882629, + "learning_rate": 9.645000000000001e-05, + "loss": 0.0619, + "step": 1930 + }, + { + "grad_norm": 0.5913422107696533, + "learning_rate": 9.695000000000001e-05, + "loss": 0.0645, + "step": 1940 + }, + { + "grad_norm": 0.5473791360855103, + "learning_rate": 9.745000000000001e-05, + "loss": 0.0586, + "step": 1950 + }, + { + "grad_norm": 0.555494487285614, + "learning_rate": 9.795000000000001e-05, + "loss": 0.0507, + "step": 1960 + }, + { + "grad_norm": 0.6174638271331787, + "learning_rate": 9.845000000000001e-05, + "loss": 0.0613, + "step": 1970 + }, + { + "grad_norm": 0.47100767493247986, + "learning_rate": 9.895e-05, + "loss": 0.0569, + "step": 1980 + }, + { + "grad_norm": 0.46155935525894165, + "learning_rate": 9.945e-05, + "loss": 0.0607, + "step": 1990 + }, + { + "grad_norm": 0.5747604966163635, + "learning_rate": 9.995e-05, + "loss": 0.0665, + "step": 2000 + }, + { + "grad_norm": 0.4665370583534241, + "learning_rate": 9.99999861593158e-05, + "loss": 0.0494, + "step": 2010 + }, + { + "grad_norm": 0.4390251934528351, + "learning_rate": 9.999993831498517e-05, + "loss": 0.0564, + "step": 2020 + }, + { + "grad_norm": 0.41133353114128113, + "learning_rate": 9.99998562961682e-05, + "loss": 0.0603, + "step": 2030 + }, + { + "grad_norm": 0.591998815536499, + "learning_rate": 9.99997401029209e-05, + "loss": 0.0678, + "step": 2040 + }, + { + "grad_norm": 0.523851215839386, + "learning_rate": 9.999958973532271e-05, + "loss": 0.0535, + "step": 2050 + }, + { + "grad_norm": 0.4055423140525818, + "learning_rate": 9.999940519347642e-05, + "loss": 0.076, + "step": 2060 + }, + { + "grad_norm": 0.5511711239814758, + "learning_rate": 9.999918647750812e-05, + "loss": 0.054, + "step": 2070 + }, + { + "grad_norm": 0.5514615774154663, + "learning_rate": 9.999893358756736e-05, + "loss": 0.053, + "step": 2080 + }, + { + "grad_norm": 0.5786572694778442, + "learning_rate": 9.999864652382692e-05, + "loss": 0.0631, + "step": 2090 + }, + { + "grad_norm": 0.5521416664123535, + "learning_rate": 9.999832528648307e-05, + "loss": 0.0617, + "step": 2100 + }, + { + "grad_norm": 0.4678958058357239, + "learning_rate": 9.999796987575532e-05, + "loss": 0.0579, + "step": 2110 + }, + { + "grad_norm": 0.4756251573562622, + "learning_rate": 9.999758029188662e-05, + "loss": 0.0674, + "step": 2120 + }, + { + "grad_norm": 0.5013934373855591, + "learning_rate": 9.999715653514324e-05, + "loss": 0.0613, + "step": 2130 + }, + { + "grad_norm": 0.44321906566619873, + "learning_rate": 9.999669860581482e-05, + "loss": 0.0574, + "step": 2140 + }, + { + "grad_norm": 0.4571174383163452, + "learning_rate": 9.999620650421433e-05, + "loss": 0.0805, + "step": 2150 + }, + { + "grad_norm": 0.4128279983997345, + "learning_rate": 9.999568023067813e-05, + "loss": 0.056, + "step": 2160 + }, + { + "grad_norm": 0.45423993468284607, + "learning_rate": 9.999511978556595e-05, + "loss": 0.0649, + "step": 2170 + }, + { + "grad_norm": 0.3798482418060303, + "learning_rate": 9.99945251692608e-05, + "loss": 0.0598, + "step": 2180 + }, + { + "grad_norm": 0.5562601089477539, + "learning_rate": 9.999389638216912e-05, + "loss": 0.0546, + "step": 2190 + }, + { + "grad_norm": 0.2887997031211853, + "learning_rate": 9.999323342472068e-05, + "loss": 0.0461, + "step": 2200 + }, + { + "grad_norm": 0.4896572530269623, + "learning_rate": 9.99925362973686e-05, + "loss": 0.068, + "step": 2210 + }, + { + "grad_norm": 0.5083724856376648, + "learning_rate": 9.999180500058935e-05, + "loss": 0.0619, + "step": 2220 + }, + { + "grad_norm": 0.5435464382171631, + "learning_rate": 9.99910395348828e-05, + "loss": 0.0612, + "step": 2230 + }, + { + "grad_norm": 0.5280225276947021, + "learning_rate": 9.99902399007721e-05, + "loss": 0.0609, + "step": 2240 + }, + { + "grad_norm": 0.48925572633743286, + "learning_rate": 9.99894060988038e-05, + "loss": 0.0674, + "step": 2250 + }, + { + "grad_norm": 0.4719336926937103, + "learning_rate": 9.998853812954783e-05, + "loss": 0.0728, + "step": 2260 + }, + { + "grad_norm": 0.41651883721351624, + "learning_rate": 9.998763599359739e-05, + "loss": 0.0612, + "step": 2270 + }, + { + "grad_norm": 0.46483394503593445, + "learning_rate": 9.998669969156912e-05, + "loss": 0.0537, + "step": 2280 + }, + { + "grad_norm": 0.43052905797958374, + "learning_rate": 9.998572922410294e-05, + "loss": 0.0547, + "step": 2290 + }, + { + "grad_norm": 0.528888463973999, + "learning_rate": 9.998472459186219e-05, + "loss": 0.0633, + "step": 2300 + }, + { + "grad_norm": 0.4147133529186249, + "learning_rate": 9.99836857955335e-05, + "loss": 0.0569, + "step": 2310 + }, + { + "grad_norm": 0.4599652588367462, + "learning_rate": 9.998261283582688e-05, + "loss": 0.0637, + "step": 2320 + }, + { + "grad_norm": 0.5344476699829102, + "learning_rate": 9.998150571347571e-05, + "loss": 0.0569, + "step": 2330 + }, + { + "grad_norm": 0.49636781215667725, + "learning_rate": 9.998036442923667e-05, + "loss": 0.0488, + "step": 2340 + }, + { + "grad_norm": 0.505275547504425, + "learning_rate": 9.997918898388983e-05, + "loss": 0.0517, + "step": 2350 + }, + { + "grad_norm": 0.4547710120677948, + "learning_rate": 9.997797937823859e-05, + "loss": 0.0593, + "step": 2360 + }, + { + "grad_norm": 0.49442529678344727, + "learning_rate": 9.997673561310971e-05, + "loss": 0.051, + "step": 2370 + }, + { + "grad_norm": 0.4710494875907898, + "learning_rate": 9.997545768935331e-05, + "loss": 0.0548, + "step": 2380 + }, + { + "grad_norm": 0.5901266932487488, + "learning_rate": 9.997414560784282e-05, + "loss": 0.0755, + "step": 2390 + }, + { + "grad_norm": 0.45746272802352905, + "learning_rate": 9.997279936947502e-05, + "loss": 0.0647, + "step": 2400 + }, + { + "grad_norm": 0.5626392960548401, + "learning_rate": 9.997141897517006e-05, + "loss": 0.0613, + "step": 2410 + }, + { + "grad_norm": 0.4160918891429901, + "learning_rate": 9.997000442587145e-05, + "loss": 0.0493, + "step": 2420 + }, + { + "grad_norm": 0.5869213342666626, + "learning_rate": 9.9968555722546e-05, + "loss": 0.0543, + "step": 2430 + }, + { + "grad_norm": 0.5379491448402405, + "learning_rate": 9.996707286618387e-05, + "loss": 0.0664, + "step": 2440 + }, + { + "grad_norm": 0.43814408779144287, + "learning_rate": 9.996555585779861e-05, + "loss": 0.0711, + "step": 2450 + }, + { + "grad_norm": 0.5431860089302063, + "learning_rate": 9.996400469842708e-05, + "loss": 0.0626, + "step": 2460 + }, + { + "grad_norm": 0.4879232943058014, + "learning_rate": 9.996241938912945e-05, + "loss": 0.0617, + "step": 2470 + }, + { + "grad_norm": 0.48727181553840637, + "learning_rate": 9.99607999309893e-05, + "loss": 0.0605, + "step": 2480 + }, + { + "grad_norm": 0.4621938467025757, + "learning_rate": 9.99591463251135e-05, + "loss": 0.0616, + "step": 2490 + }, + { + "grad_norm": 0.4701637625694275, + "learning_rate": 9.995745857263226e-05, + "loss": 0.0631, + "step": 2500 + }, + { + "grad_norm": 0.4493311941623688, + "learning_rate": 9.995573667469918e-05, + "loss": 0.0619, + "step": 2510 + }, + { + "grad_norm": 0.5107840299606323, + "learning_rate": 9.995398063249111e-05, + "loss": 0.0803, + "step": 2520 + }, + { + "grad_norm": 0.43664366006851196, + "learning_rate": 9.995219044720833e-05, + "loss": 0.069, + "step": 2530 + }, + { + "grad_norm": 0.6176102757453918, + "learning_rate": 9.99503661200744e-05, + "loss": 0.0647, + "step": 2540 + }, + { + "grad_norm": 0.4043709933757782, + "learning_rate": 9.994850765233624e-05, + "loss": 0.0629, + "step": 2550 + }, + { + "grad_norm": 0.5006400942802429, + "learning_rate": 9.994661504526406e-05, + "loss": 0.0527, + "step": 2560 + }, + { + "grad_norm": 0.5916829705238342, + "learning_rate": 9.994468830015148e-05, + "loss": 0.0622, + "step": 2570 + }, + { + "grad_norm": 0.4415508508682251, + "learning_rate": 9.99427274183154e-05, + "loss": 0.0566, + "step": 2580 + }, + { + "grad_norm": 0.4293188750743866, + "learning_rate": 9.994073240109606e-05, + "loss": 0.0549, + "step": 2590 + }, + { + "grad_norm": 0.39301109313964844, + "learning_rate": 9.993870324985703e-05, + "loss": 0.065, + "step": 2600 + }, + { + "grad_norm": 0.4622642993927002, + "learning_rate": 9.993663996598523e-05, + "loss": 0.0594, + "step": 2610 + }, + { + "grad_norm": 0.46300008893013, + "learning_rate": 9.993454255089089e-05, + "loss": 0.0625, + "step": 2620 + }, + { + "grad_norm": 0.5981249809265137, + "learning_rate": 9.993241100600757e-05, + "loss": 0.0684, + "step": 2630 + }, + { + "grad_norm": 0.5863135457038879, + "learning_rate": 9.993024533279215e-05, + "loss": 0.0641, + "step": 2640 + }, + { + "grad_norm": 0.45773524045944214, + "learning_rate": 9.992804553272487e-05, + "loss": 0.058, + "step": 2650 + }, + { + "grad_norm": 0.4906837046146393, + "learning_rate": 9.992581160730926e-05, + "loss": 0.059, + "step": 2660 + }, + { + "grad_norm": 0.5016834139823914, + "learning_rate": 9.992354355807218e-05, + "loss": 0.0545, + "step": 2670 + }, + { + "grad_norm": 0.39644941687583923, + "learning_rate": 9.992124138656385e-05, + "loss": 0.0691, + "step": 2680 + }, + { + "grad_norm": 0.41617241501808167, + "learning_rate": 9.991890509435774e-05, + "loss": 0.0559, + "step": 2690 + }, + { + "grad_norm": 0.533679723739624, + "learning_rate": 9.991653468305071e-05, + "loss": 0.0579, + "step": 2700 + }, + { + "grad_norm": 0.38932380080223083, + "learning_rate": 9.991413015426292e-05, + "loss": 0.0553, + "step": 2710 + }, + { + "grad_norm": 0.49507981538772583, + "learning_rate": 9.991169150963781e-05, + "loss": 0.0617, + "step": 2720 + }, + { + "grad_norm": 0.42652302980422974, + "learning_rate": 9.990921875084221e-05, + "loss": 0.0594, + "step": 2730 + }, + { + "grad_norm": 0.42883139848709106, + "learning_rate": 9.990671187956622e-05, + "loss": 0.0602, + "step": 2740 + }, + { + "grad_norm": 0.49521708488464355, + "learning_rate": 9.990417089752324e-05, + "loss": 0.0671, + "step": 2750 + }, + { + "grad_norm": 0.4627528786659241, + "learning_rate": 9.990159580645001e-05, + "loss": 0.065, + "step": 2760 + }, + { + "grad_norm": 0.503972053527832, + "learning_rate": 9.98989866081066e-05, + "loss": 0.0681, + "step": 2770 + }, + { + "grad_norm": 0.4776507616043091, + "learning_rate": 9.989634330427636e-05, + "loss": 0.0554, + "step": 2780 + }, + { + "grad_norm": 0.47839173674583435, + "learning_rate": 9.989366589676596e-05, + "loss": 0.058, + "step": 2790 + }, + { + "grad_norm": 0.43258190155029297, + "learning_rate": 9.98909543874054e-05, + "loss": 0.053, + "step": 2800 + }, + { + "grad_norm": 0.4056420922279358, + "learning_rate": 9.988820877804795e-05, + "loss": 0.0585, + "step": 2810 + }, + { + "grad_norm": 0.42223212122917175, + "learning_rate": 9.988542907057022e-05, + "loss": 0.0721, + "step": 2820 + }, + { + "grad_norm": 0.46103760600090027, + "learning_rate": 9.988261526687212e-05, + "loss": 0.0665, + "step": 2830 + }, + { + "grad_norm": 0.4979099631309509, + "learning_rate": 9.987976736887685e-05, + "loss": 0.0629, + "step": 2840 + }, + { + "grad_norm": 0.3981170058250427, + "learning_rate": 9.987688537853091e-05, + "loss": 0.0635, + "step": 2850 + }, + { + "grad_norm": 0.6054847836494446, + "learning_rate": 9.987396929780413e-05, + "loss": 0.0587, + "step": 2860 + }, + { + "grad_norm": 0.361442893743515, + "learning_rate": 9.987101912868962e-05, + "loss": 0.057, + "step": 2870 + }, + { + "grad_norm": 0.3264383375644684, + "learning_rate": 9.98680348732038e-05, + "loss": 0.0754, + "step": 2880 + }, + { + "grad_norm": 0.4813012182712555, + "learning_rate": 9.986501653338636e-05, + "loss": 0.0515, + "step": 2890 + }, + { + "grad_norm": 0.3938627243041992, + "learning_rate": 9.986196411130031e-05, + "loss": 0.0432, + "step": 2900 + }, + { + "grad_norm": 0.42198047041893005, + "learning_rate": 9.985887760903197e-05, + "loss": 0.054, + "step": 2910 + }, + { + "grad_norm": 0.5652849674224854, + "learning_rate": 9.985575702869093e-05, + "loss": 0.054, + "step": 2920 + }, + { + "grad_norm": 0.44263240694999695, + "learning_rate": 9.985260237241008e-05, + "loss": 0.056, + "step": 2930 + }, + { + "grad_norm": 0.3396787941455841, + "learning_rate": 9.984941364234557e-05, + "loss": 0.0567, + "step": 2940 + }, + { + "grad_norm": 0.3643733263015747, + "learning_rate": 9.98461908406769e-05, + "loss": 0.0685, + "step": 2950 + }, + { + "grad_norm": 0.5203545689582825, + "learning_rate": 9.98429339696068e-05, + "loss": 0.0543, + "step": 2960 + }, + { + "grad_norm": 0.5183213949203491, + "learning_rate": 9.983964303136133e-05, + "loss": 0.0703, + "step": 2970 + }, + { + "grad_norm": 0.37982869148254395, + "learning_rate": 9.983631802818981e-05, + "loss": 0.0521, + "step": 2980 + }, + { + "grad_norm": 0.4282347857952118, + "learning_rate": 9.983295896236484e-05, + "loss": 0.0589, + "step": 2990 + }, + { + "grad_norm": 0.48262715339660645, + "learning_rate": 9.982956583618232e-05, + "loss": 0.0554, + "step": 3000 + }, + { + "grad_norm": 0.433400958776474, + "learning_rate": 9.982613865196142e-05, + "loss": 0.0666, + "step": 3010 + }, + { + "grad_norm": 0.49521419405937195, + "learning_rate": 9.982267741204458e-05, + "loss": 0.0572, + "step": 3020 + }, + { + "grad_norm": 0.47506603598594666, + "learning_rate": 9.981918211879753e-05, + "loss": 0.0792, + "step": 3030 + }, + { + "grad_norm": 0.4115116596221924, + "learning_rate": 9.981565277460927e-05, + "loss": 0.0477, + "step": 3040 + }, + { + "grad_norm": 0.4857850968837738, + "learning_rate": 9.981208938189206e-05, + "loss": 0.0647, + "step": 3050 + }, + { + "grad_norm": 0.5298281908035278, + "learning_rate": 9.980849194308149e-05, + "loss": 0.0576, + "step": 3060 + }, + { + "grad_norm": 0.41337457299232483, + "learning_rate": 9.98048604606363e-05, + "loss": 0.0545, + "step": 3070 + }, + { + "grad_norm": 0.40689218044281006, + "learning_rate": 9.980119493703864e-05, + "loss": 0.0568, + "step": 3080 + }, + { + "grad_norm": 0.4724632501602173, + "learning_rate": 9.979749537479383e-05, + "loss": 0.0651, + "step": 3090 + }, + { + "grad_norm": 0.45764604210853577, + "learning_rate": 9.979376177643051e-05, + "loss": 0.0602, + "step": 3100 + }, + { + "grad_norm": 0.39930853247642517, + "learning_rate": 9.978999414450052e-05, + "loss": 0.0646, + "step": 3110 + }, + { + "grad_norm": 0.4348844587802887, + "learning_rate": 9.978619248157904e-05, + "loss": 0.0586, + "step": 3120 + }, + { + "grad_norm": 0.397928386926651, + "learning_rate": 9.978235679026445e-05, + "loss": 0.0603, + "step": 3130 + }, + { + "grad_norm": 0.5039769411087036, + "learning_rate": 9.97784870731784e-05, + "loss": 0.0544, + "step": 3140 + }, + { + "grad_norm": 0.41964298486709595, + "learning_rate": 9.977458333296584e-05, + "loss": 0.0573, + "step": 3150 + }, + { + "grad_norm": 0.39031490683555603, + "learning_rate": 9.977064557229492e-05, + "loss": 0.0595, + "step": 3160 + }, + { + "grad_norm": 0.3683420717716217, + "learning_rate": 9.976667379385705e-05, + "loss": 0.0485, + "step": 3170 + }, + { + "grad_norm": 0.4567619264125824, + "learning_rate": 9.97626680003669e-05, + "loss": 0.0668, + "step": 3180 + }, + { + "grad_norm": 0.4366486370563507, + "learning_rate": 9.975862819456242e-05, + "loss": 0.0665, + "step": 3190 + }, + { + "grad_norm": 0.48475638031959534, + "learning_rate": 9.975455437920477e-05, + "loss": 0.0526, + "step": 3200 + }, + { + "grad_norm": 0.3912277817726135, + "learning_rate": 9.975044655707834e-05, + "loss": 0.0595, + "step": 3210 + }, + { + "grad_norm": 0.3068768382072449, + "learning_rate": 9.974630473099082e-05, + "loss": 0.0623, + "step": 3220 + }, + { + "grad_norm": 0.4187817871570587, + "learning_rate": 9.974212890377311e-05, + "loss": 0.0556, + "step": 3230 + }, + { + "grad_norm": 0.4127703309059143, + "learning_rate": 9.973791907827931e-05, + "loss": 0.0504, + "step": 3240 + }, + { + "grad_norm": 0.4331444799900055, + "learning_rate": 9.973367525738683e-05, + "loss": 0.0514, + "step": 3250 + }, + { + "grad_norm": 0.5620201230049133, + "learning_rate": 9.972939744399627e-05, + "loss": 0.0741, + "step": 3260 + }, + { + "grad_norm": 0.32947415113449097, + "learning_rate": 9.97250856410315e-05, + "loss": 0.0486, + "step": 3270 + }, + { + "grad_norm": 0.4185037910938263, + "learning_rate": 9.972073985143955e-05, + "loss": 0.059, + "step": 3280 + }, + { + "grad_norm": 0.3886876702308655, + "learning_rate": 9.971636007819074e-05, + "loss": 0.0515, + "step": 3290 + }, + { + "grad_norm": 0.49025365710258484, + "learning_rate": 9.971194632427863e-05, + "loss": 0.0567, + "step": 3300 + }, + { + "grad_norm": 0.33111095428466797, + "learning_rate": 9.970749859271997e-05, + "loss": 0.0617, + "step": 3310 + }, + { + "grad_norm": 0.4523942768573761, + "learning_rate": 9.970301688655473e-05, + "loss": 0.0563, + "step": 3320 + }, + { + "grad_norm": 0.4150962233543396, + "learning_rate": 9.969850120884612e-05, + "loss": 0.0558, + "step": 3330 + }, + { + "grad_norm": 0.39461010694503784, + "learning_rate": 9.969395156268055e-05, + "loss": 0.0689, + "step": 3340 + }, + { + "grad_norm": 0.4413970410823822, + "learning_rate": 9.968936795116768e-05, + "loss": 0.0608, + "step": 3350 + }, + { + "grad_norm": 0.3598873019218445, + "learning_rate": 9.968475037744036e-05, + "loss": 0.0465, + "step": 3360 + }, + { + "grad_norm": 0.37898433208465576, + "learning_rate": 9.968009884465465e-05, + "loss": 0.0513, + "step": 3370 + }, + { + "grad_norm": 0.4964888393878937, + "learning_rate": 9.967541335598984e-05, + "loss": 0.0613, + "step": 3380 + }, + { + "grad_norm": 0.39562469720840454, + "learning_rate": 9.967069391464841e-05, + "loss": 0.0587, + "step": 3390 + }, + { + "grad_norm": 0.4271474778652191, + "learning_rate": 9.966594052385608e-05, + "loss": 0.054, + "step": 3400 + }, + { + "grad_norm": 0.3814462721347809, + "learning_rate": 9.96611531868617e-05, + "loss": 0.0609, + "step": 3410 + }, + { + "grad_norm": 0.501257598400116, + "learning_rate": 9.96563319069374e-05, + "loss": 0.0682, + "step": 3420 + }, + { + "grad_norm": 0.4164220988750458, + "learning_rate": 9.965147668737847e-05, + "loss": 0.0532, + "step": 3430 + }, + { + "grad_norm": 0.4907516837120056, + "learning_rate": 9.96465875315034e-05, + "loss": 0.0605, + "step": 3440 + }, + { + "grad_norm": 0.48230648040771484, + "learning_rate": 9.96416644426539e-05, + "loss": 0.057, + "step": 3450 + }, + { + "grad_norm": 0.5002503395080566, + "learning_rate": 9.963670742419485e-05, + "loss": 0.0641, + "step": 3460 + }, + { + "grad_norm": 0.5119885802268982, + "learning_rate": 9.96317164795143e-05, + "loss": 0.0465, + "step": 3470 + }, + { + "grad_norm": 0.39951130747795105, + "learning_rate": 9.962669161202356e-05, + "loss": 0.0579, + "step": 3480 + }, + { + "grad_norm": 0.38364458084106445, + "learning_rate": 9.962163282515705e-05, + "loss": 0.0497, + "step": 3490 + }, + { + "grad_norm": 0.37068215012550354, + "learning_rate": 9.961654012237241e-05, + "loss": 0.0595, + "step": 3500 + }, + { + "grad_norm": 0.44005119800567627, + "learning_rate": 9.961141350715044e-05, + "loss": 0.0514, + "step": 3510 + }, + { + "grad_norm": 0.40793225169181824, + "learning_rate": 9.960625298299516e-05, + "loss": 0.0573, + "step": 3520 + }, + { + "grad_norm": 0.49948546290397644, + "learning_rate": 9.960105855343372e-05, + "loss": 0.0481, + "step": 3530 + }, + { + "grad_norm": 0.44728052616119385, + "learning_rate": 9.959583022201647e-05, + "loss": 0.0424, + "step": 3540 + }, + { + "grad_norm": 0.47533413767814636, + "learning_rate": 9.959056799231692e-05, + "loss": 0.053, + "step": 3550 + }, + { + "grad_norm": 0.4420238137245178, + "learning_rate": 9.958527186793176e-05, + "loss": 0.0542, + "step": 3560 + }, + { + "grad_norm": 0.39603567123413086, + "learning_rate": 9.957994185248086e-05, + "loss": 0.0439, + "step": 3570 + }, + { + "grad_norm": 0.5587562918663025, + "learning_rate": 9.957457794960718e-05, + "loss": 0.051, + "step": 3580 + }, + { + "grad_norm": 0.310747891664505, + "learning_rate": 9.956918016297694e-05, + "loss": 0.0469, + "step": 3590 + }, + { + "grad_norm": 0.3907107710838318, + "learning_rate": 9.956374849627948e-05, + "loss": 0.0495, + "step": 3600 + }, + { + "grad_norm": 0.3571217954158783, + "learning_rate": 9.955828295322728e-05, + "loss": 0.0403, + "step": 3610 + }, + { + "grad_norm": 0.4216177761554718, + "learning_rate": 9.955278353755598e-05, + "loss": 0.0426, + "step": 3620 + }, + { + "grad_norm": 0.3807816207408905, + "learning_rate": 9.954725025302439e-05, + "loss": 0.0518, + "step": 3630 + }, + { + "grad_norm": 0.2902093529701233, + "learning_rate": 9.954168310341445e-05, + "loss": 0.0442, + "step": 3640 + }, + { + "grad_norm": 0.3827490210533142, + "learning_rate": 9.953608209253126e-05, + "loss": 0.0364, + "step": 3650 + }, + { + "grad_norm": 0.35031235218048096, + "learning_rate": 9.953044722420307e-05, + "loss": 0.0431, + "step": 3660 + }, + { + "grad_norm": 0.33818402886390686, + "learning_rate": 9.952477850228124e-05, + "loss": 0.0481, + "step": 3670 + }, + { + "grad_norm": 0.33824780583381653, + "learning_rate": 9.95190759306403e-05, + "loss": 0.0412, + "step": 3680 + }, + { + "grad_norm": 0.3675483465194702, + "learning_rate": 9.951333951317789e-05, + "loss": 0.045, + "step": 3690 + }, + { + "grad_norm": 0.4407283663749695, + "learning_rate": 9.950756925381479e-05, + "loss": 0.0435, + "step": 3700 + }, + { + "grad_norm": 0.4777727723121643, + "learning_rate": 9.950176515649496e-05, + "loss": 0.0474, + "step": 3710 + }, + { + "grad_norm": 0.46669653058052063, + "learning_rate": 9.949592722518542e-05, + "loss": 0.0539, + "step": 3720 + }, + { + "grad_norm": 0.38830897212028503, + "learning_rate": 9.949005546387631e-05, + "loss": 0.0443, + "step": 3730 + }, + { + "grad_norm": 0.5337101221084595, + "learning_rate": 9.948414987658098e-05, + "loss": 0.0541, + "step": 3740 + }, + { + "grad_norm": 0.42867469787597656, + "learning_rate": 9.94782104673358e-05, + "loss": 0.0495, + "step": 3750 + }, + { + "grad_norm": 0.5317718982696533, + "learning_rate": 9.947223724020034e-05, + "loss": 0.0476, + "step": 3760 + }, + { + "grad_norm": 0.3847343921661377, + "learning_rate": 9.94662301992572e-05, + "loss": 0.0633, + "step": 3770 + }, + { + "grad_norm": 0.36484625935554504, + "learning_rate": 9.946018934861216e-05, + "loss": 0.0511, + "step": 3780 + }, + { + "grad_norm": 0.32249319553375244, + "learning_rate": 9.945411469239409e-05, + "loss": 0.0528, + "step": 3790 + }, + { + "grad_norm": 0.44460323452949524, + "learning_rate": 9.944800623475497e-05, + "loss": 0.0527, + "step": 3800 + }, + { + "grad_norm": 0.35797280073165894, + "learning_rate": 9.944186397986984e-05, + "loss": 0.0589, + "step": 3810 + }, + { + "grad_norm": 0.39307013154029846, + "learning_rate": 9.943568793193687e-05, + "loss": 0.0582, + "step": 3820 + }, + { + "grad_norm": 0.45649802684783936, + "learning_rate": 9.942947809517737e-05, + "loss": 0.0602, + "step": 3830 + }, + { + "grad_norm": 0.4062128961086273, + "learning_rate": 9.942323447383568e-05, + "loss": 0.0466, + "step": 3840 + }, + { + "grad_norm": 0.46756258606910706, + "learning_rate": 9.941695707217925e-05, + "loss": 0.0656, + "step": 3850 + }, + { + "grad_norm": 0.29757291078567505, + "learning_rate": 9.941064589449865e-05, + "loss": 0.0496, + "step": 3860 + }, + { + "grad_norm": 0.5070251822471619, + "learning_rate": 9.940430094510748e-05, + "loss": 0.0583, + "step": 3870 + }, + { + "grad_norm": 0.4855552911758423, + "learning_rate": 9.939792222834248e-05, + "loss": 0.0501, + "step": 3880 + }, + { + "grad_norm": 0.37875065207481384, + "learning_rate": 9.939150974856343e-05, + "loss": 0.0636, + "step": 3890 + }, + { + "grad_norm": 0.34411945939064026, + "learning_rate": 9.93850635101532e-05, + "loss": 0.038, + "step": 3900 + }, + { + "grad_norm": 0.4948453903198242, + "learning_rate": 9.937858351751775e-05, + "loss": 0.0547, + "step": 3910 + }, + { + "grad_norm": 0.38462433218955994, + "learning_rate": 9.937206977508604e-05, + "loss": 0.0624, + "step": 3920 + }, + { + "grad_norm": 0.3993435204029083, + "learning_rate": 9.936552228731022e-05, + "loss": 0.0528, + "step": 3930 + }, + { + "grad_norm": 0.4389823377132416, + "learning_rate": 9.93589410586654e-05, + "loss": 0.0664, + "step": 3940 + }, + { + "grad_norm": 0.44077402353286743, + "learning_rate": 9.93523260936498e-05, + "loss": 0.0498, + "step": 3950 + }, + { + "grad_norm": 0.38109248876571655, + "learning_rate": 9.934567739678467e-05, + "loss": 0.0524, + "step": 3960 + }, + { + "grad_norm": 0.5276153683662415, + "learning_rate": 9.933899497261433e-05, + "loss": 0.0454, + "step": 3970 + }, + { + "grad_norm": 0.4022739827632904, + "learning_rate": 9.933227882570617e-05, + "loss": 0.0501, + "step": 3980 + }, + { + "grad_norm": 0.4763737618923187, + "learning_rate": 9.932552896065062e-05, + "loss": 0.0578, + "step": 3990 + }, + { + "grad_norm": 0.45799800753593445, + "learning_rate": 9.931874538206114e-05, + "loss": 0.0718, + "step": 4000 + }, + { + "grad_norm": 0.47452977299690247, + "learning_rate": 9.931192809457423e-05, + "loss": 0.0524, + "step": 4010 + }, + { + "grad_norm": 0.35281825065612793, + "learning_rate": 9.930507710284944e-05, + "loss": 0.0508, + "step": 4020 + }, + { + "grad_norm": 0.4368060529232025, + "learning_rate": 9.92981924115694e-05, + "loss": 0.0553, + "step": 4030 + }, + { + "grad_norm": 0.3917270302772522, + "learning_rate": 9.929127402543968e-05, + "loss": 0.0496, + "step": 4040 + }, + { + "grad_norm": 0.5101501941680908, + "learning_rate": 9.928432194918895e-05, + "loss": 0.0592, + "step": 4050 + }, + { + "grad_norm": 0.45602312684059143, + "learning_rate": 9.927733618756889e-05, + "loss": 0.0621, + "step": 4060 + }, + { + "grad_norm": 0.34719905257225037, + "learning_rate": 9.92703167453542e-05, + "loss": 0.0564, + "step": 4070 + }, + { + "grad_norm": 0.3667412996292114, + "learning_rate": 9.926326362734263e-05, + "loss": 0.0492, + "step": 4080 + }, + { + "grad_norm": 0.36346158385276794, + "learning_rate": 9.925617683835489e-05, + "loss": 0.0407, + "step": 4090 + }, + { + "grad_norm": 0.4244368374347687, + "learning_rate": 9.924905638323472e-05, + "loss": 0.0681, + "step": 4100 + }, + { + "grad_norm": 0.38342025876045227, + "learning_rate": 9.92419022668489e-05, + "loss": 0.0683, + "step": 4110 + }, + { + "grad_norm": 0.3927021920681, + "learning_rate": 9.923471449408723e-05, + "loss": 0.0528, + "step": 4120 + }, + { + "grad_norm": 0.5392971634864807, + "learning_rate": 9.922749306986244e-05, + "loss": 0.0614, + "step": 4130 + }, + { + "grad_norm": 0.3794765770435333, + "learning_rate": 9.922023799911033e-05, + "loss": 0.0537, + "step": 4140 + }, + { + "grad_norm": 0.38976219296455383, + "learning_rate": 9.921294928678968e-05, + "loss": 0.0523, + "step": 4150 + }, + { + "grad_norm": 0.3217548429965973, + "learning_rate": 9.920562693788222e-05, + "loss": 0.0521, + "step": 4160 + }, + { + "grad_norm": 0.3766692876815796, + "learning_rate": 9.919827095739273e-05, + "loss": 0.0556, + "step": 4170 + }, + { + "grad_norm": 0.4421609342098236, + "learning_rate": 9.919088135034898e-05, + "loss": 0.0519, + "step": 4180 + }, + { + "grad_norm": 0.4255889356136322, + "learning_rate": 9.918345812180165e-05, + "loss": 0.0565, + "step": 4190 + }, + { + "grad_norm": 0.4879509508609772, + "learning_rate": 9.917600127682446e-05, + "loss": 0.0496, + "step": 4200 + }, + { + "grad_norm": 0.4492643475532532, + "learning_rate": 9.91685108205141e-05, + "loss": 0.0478, + "step": 4210 + }, + { + "grad_norm": 0.39386075735092163, + "learning_rate": 9.916098675799024e-05, + "loss": 0.0459, + "step": 4220 + }, + { + "grad_norm": 0.4047078788280487, + "learning_rate": 9.915342909439548e-05, + "loss": 0.0549, + "step": 4230 + }, + { + "grad_norm": 0.4398694634437561, + "learning_rate": 9.914583783489543e-05, + "loss": 0.0543, + "step": 4240 + }, + { + "grad_norm": 0.3777945339679718, + "learning_rate": 9.913821298467863e-05, + "loss": 0.0476, + "step": 4250 + }, + { + "grad_norm": 0.3979003429412842, + "learning_rate": 9.913055454895661e-05, + "loss": 0.0565, + "step": 4260 + }, + { + "grad_norm": 0.4145597815513611, + "learning_rate": 9.912286253296381e-05, + "loss": 0.0525, + "step": 4270 + }, + { + "grad_norm": 0.3381468653678894, + "learning_rate": 9.911513694195768e-05, + "loss": 0.0502, + "step": 4280 + }, + { + "grad_norm": 0.3844345211982727, + "learning_rate": 9.910737778121859e-05, + "loss": 0.051, + "step": 4290 + }, + { + "grad_norm": 0.38160598278045654, + "learning_rate": 9.909958505604984e-05, + "loss": 0.0504, + "step": 4300 + }, + { + "grad_norm": 0.38950392603874207, + "learning_rate": 9.909175877177767e-05, + "loss": 0.046, + "step": 4310 + }, + { + "grad_norm": 0.394750714302063, + "learning_rate": 9.908389893375129e-05, + "loss": 0.0459, + "step": 4320 + }, + { + "grad_norm": 0.5338241457939148, + "learning_rate": 9.907600554734283e-05, + "loss": 0.052, + "step": 4330 + }, + { + "grad_norm": 0.36947929859161377, + "learning_rate": 9.906807861794734e-05, + "loss": 0.0445, + "step": 4340 + }, + { + "grad_norm": 0.35205477476119995, + "learning_rate": 9.906011815098279e-05, + "loss": 0.0522, + "step": 4350 + }, + { + "grad_norm": 0.32599201798439026, + "learning_rate": 9.90521241518901e-05, + "loss": 0.0556, + "step": 4360 + }, + { + "grad_norm": 0.4121937155723572, + "learning_rate": 9.904409662613308e-05, + "loss": 0.0462, + "step": 4370 + }, + { + "grad_norm": 0.4680032730102539, + "learning_rate": 9.903603557919849e-05, + "loss": 0.0625, + "step": 4380 + }, + { + "grad_norm": 0.40880781412124634, + "learning_rate": 9.902794101659594e-05, + "loss": 0.0486, + "step": 4390 + }, + { + "grad_norm": 0.48360326886177063, + "learning_rate": 9.901981294385803e-05, + "loss": 0.0658, + "step": 4400 + }, + { + "grad_norm": 0.3279033601284027, + "learning_rate": 9.901165136654018e-05, + "loss": 0.0404, + "step": 4410 + }, + { + "grad_norm": 0.49670058488845825, + "learning_rate": 9.900345629022079e-05, + "loss": 0.0459, + "step": 4420 + }, + { + "grad_norm": 0.25973647832870483, + "learning_rate": 9.89952277205011e-05, + "loss": 0.0379, + "step": 4430 + }, + { + "grad_norm": 0.3794425427913666, + "learning_rate": 9.898696566300527e-05, + "loss": 0.0557, + "step": 4440 + }, + { + "grad_norm": 0.4349725544452667, + "learning_rate": 9.897867012338032e-05, + "loss": 0.0471, + "step": 4450 + }, + { + "grad_norm": 0.42812788486480713, + "learning_rate": 9.897034110729617e-05, + "loss": 0.0536, + "step": 4460 + }, + { + "grad_norm": 0.35723593831062317, + "learning_rate": 9.896197862044564e-05, + "loss": 0.0529, + "step": 4470 + }, + { + "grad_norm": 0.3611259460449219, + "learning_rate": 9.895358266854442e-05, + "loss": 0.0593, + "step": 4480 + }, + { + "grad_norm": 0.5521715879440308, + "learning_rate": 9.894515325733103e-05, + "loss": 0.0662, + "step": 4490 + }, + { + "grad_norm": 0.380048543214798, + "learning_rate": 9.893669039256693e-05, + "loss": 0.0506, + "step": 4500 + }, + { + "grad_norm": 0.35388728976249695, + "learning_rate": 9.89281940800364e-05, + "loss": 0.0496, + "step": 4510 + }, + { + "grad_norm": 0.37168341875076294, + "learning_rate": 9.891966432554655e-05, + "loss": 0.0496, + "step": 4520 + }, + { + "grad_norm": 0.43867796659469604, + "learning_rate": 9.891110113492745e-05, + "loss": 0.0435, + "step": 4530 + }, + { + "grad_norm": 0.3452097177505493, + "learning_rate": 9.89025045140319e-05, + "loss": 0.045, + "step": 4540 + }, + { + "grad_norm": 0.30164623260498047, + "learning_rate": 9.889387446873567e-05, + "loss": 0.0489, + "step": 4550 + }, + { + "grad_norm": 0.3842053711414337, + "learning_rate": 9.888521100493726e-05, + "loss": 0.0582, + "step": 4560 + }, + { + "grad_norm": 0.4366200268268585, + "learning_rate": 9.887651412855809e-05, + "loss": 0.0475, + "step": 4570 + }, + { + "grad_norm": 0.32146286964416504, + "learning_rate": 9.88677838455424e-05, + "loss": 0.0568, + "step": 4580 + }, + { + "grad_norm": 0.3561786115169525, + "learning_rate": 9.885902016185725e-05, + "loss": 0.0506, + "step": 4590 + }, + { + "grad_norm": 0.374624639749527, + "learning_rate": 9.885022308349252e-05, + "loss": 0.0538, + "step": 4600 + }, + { + "grad_norm": 0.398458331823349, + "learning_rate": 9.884139261646095e-05, + "loss": 0.0473, + "step": 4610 + }, + { + "grad_norm": 0.4499099552631378, + "learning_rate": 9.883252876679807e-05, + "loss": 0.0549, + "step": 4620 + }, + { + "grad_norm": 0.3959278166294098, + "learning_rate": 9.882363154056225e-05, + "loss": 0.0413, + "step": 4630 + }, + { + "grad_norm": 0.43466660380363464, + "learning_rate": 9.881470094383465e-05, + "loss": 0.0498, + "step": 4640 + }, + { + "grad_norm": 0.3674638271331787, + "learning_rate": 9.880573698271924e-05, + "loss": 0.0519, + "step": 4650 + }, + { + "grad_norm": 0.38616207242012024, + "learning_rate": 9.879673966334282e-05, + "loss": 0.0536, + "step": 4660 + }, + { + "grad_norm": 0.3691888749599457, + "learning_rate": 9.878770899185496e-05, + "loss": 0.0613, + "step": 4670 + }, + { + "grad_norm": 0.4576193690299988, + "learning_rate": 9.877864497442804e-05, + "loss": 0.0563, + "step": 4680 + }, + { + "grad_norm": 0.35154327750205994, + "learning_rate": 9.876954761725723e-05, + "loss": 0.0577, + "step": 4690 + }, + { + "grad_norm": 0.4338392913341522, + "learning_rate": 9.876041692656052e-05, + "loss": 0.0459, + "step": 4700 + }, + { + "grad_norm": 0.32245519757270813, + "learning_rate": 9.87512529085786e-05, + "loss": 0.0442, + "step": 4710 + }, + { + "grad_norm": 0.4217017590999603, + "learning_rate": 9.874205556957503e-05, + "loss": 0.06, + "step": 4720 + }, + { + "grad_norm": 0.36747297644615173, + "learning_rate": 9.873282491583608e-05, + "loss": 0.045, + "step": 4730 + }, + { + "grad_norm": 0.3809952437877655, + "learning_rate": 9.872356095367084e-05, + "loss": 0.0543, + "step": 4740 + }, + { + "grad_norm": 0.46602022647857666, + "learning_rate": 9.87142636894111e-05, + "loss": 0.0368, + "step": 4750 + }, + { + "grad_norm": 0.35291755199432373, + "learning_rate": 9.870493312941148e-05, + "loss": 0.0538, + "step": 4760 + }, + { + "grad_norm": 0.4141635298728943, + "learning_rate": 9.869556928004933e-05, + "loss": 0.0555, + "step": 4770 + }, + { + "grad_norm": 0.3252643942832947, + "learning_rate": 9.868617214772476e-05, + "loss": 0.0583, + "step": 4780 + }, + { + "grad_norm": 0.3482709527015686, + "learning_rate": 9.867674173886059e-05, + "loss": 0.051, + "step": 4790 + }, + { + "grad_norm": 0.39614513516426086, + "learning_rate": 9.866727805990245e-05, + "loss": 0.0524, + "step": 4800 + }, + { + "grad_norm": 0.41925427317619324, + "learning_rate": 9.865778111731865e-05, + "loss": 0.0522, + "step": 4810 + }, + { + "grad_norm": 0.372453510761261, + "learning_rate": 9.864825091760028e-05, + "loss": 0.0502, + "step": 4820 + }, + { + "grad_norm": 0.5257191061973572, + "learning_rate": 9.863868746726112e-05, + "loss": 0.0608, + "step": 4830 + }, + { + "grad_norm": 0.5126391649246216, + "learning_rate": 9.862909077283773e-05, + "loss": 0.0462, + "step": 4840 + }, + { + "grad_norm": 0.41589561104774475, + "learning_rate": 9.861946084088933e-05, + "loss": 0.0483, + "step": 4850 + }, + { + "grad_norm": 0.48006418347358704, + "learning_rate": 9.860979767799792e-05, + "loss": 0.0532, + "step": 4860 + }, + { + "grad_norm": 0.4469098448753357, + "learning_rate": 9.860010129076813e-05, + "loss": 0.0504, + "step": 4870 + }, + { + "grad_norm": 0.2740248441696167, + "learning_rate": 9.859037168582741e-05, + "loss": 0.0398, + "step": 4880 + }, + { + "grad_norm": 0.4390377402305603, + "learning_rate": 9.85806088698258e-05, + "loss": 0.052, + "step": 4890 + }, + { + "grad_norm": 0.419755756855011, + "learning_rate": 9.857081284943612e-05, + "loss": 0.0492, + "step": 4900 + }, + { + "grad_norm": 0.46907171607017517, + "learning_rate": 9.856098363135385e-05, + "loss": 0.0482, + "step": 4910 + }, + { + "grad_norm": 0.34299519658088684, + "learning_rate": 9.855112122229717e-05, + "loss": 0.0522, + "step": 4920 + }, + { + "grad_norm": 0.36526933312416077, + "learning_rate": 9.854122562900696e-05, + "loss": 0.0517, + "step": 4930 + }, + { + "grad_norm": 0.3614383935928345, + "learning_rate": 9.853129685824673e-05, + "loss": 0.0532, + "step": 4940 + }, + { + "grad_norm": 0.4804345369338989, + "learning_rate": 9.852133491680273e-05, + "loss": 0.0592, + "step": 4950 + }, + { + "grad_norm": 0.37707453966140747, + "learning_rate": 9.851133981148385e-05, + "loss": 0.0535, + "step": 4960 + }, + { + "grad_norm": 0.43730685114860535, + "learning_rate": 9.850131154912164e-05, + "loss": 0.0544, + "step": 4970 + }, + { + "grad_norm": 0.42763885855674744, + "learning_rate": 9.849125013657031e-05, + "loss": 0.0529, + "step": 4980 + }, + { + "grad_norm": 0.372947096824646, + "learning_rate": 9.848115558070676e-05, + "loss": 0.056, + "step": 4990 + }, + { + "grad_norm": 0.34496164321899414, + "learning_rate": 9.847102788843055e-05, + "loss": 0.0453, + "step": 5000 + }, + { + "grad_norm": 0.445492148399353, + "learning_rate": 9.84608670666638e-05, + "loss": 0.0485, + "step": 5010 + }, + { + "grad_norm": 0.3533513844013214, + "learning_rate": 9.845067312235138e-05, + "loss": 0.0411, + "step": 5020 + }, + { + "grad_norm": 0.36739301681518555, + "learning_rate": 9.844044606246074e-05, + "loss": 0.0449, + "step": 5030 + }, + { + "grad_norm": 0.32646286487579346, + "learning_rate": 9.843018589398199e-05, + "loss": 0.0497, + "step": 5040 + }, + { + "grad_norm": 0.41031450033187866, + "learning_rate": 9.841989262392785e-05, + "loss": 0.0542, + "step": 5050 + }, + { + "grad_norm": 0.6336072087287903, + "learning_rate": 9.840956625933367e-05, + "loss": 0.0591, + "step": 5060 + }, + { + "grad_norm": 0.4213864505290985, + "learning_rate": 9.839920680725743e-05, + "loss": 0.0654, + "step": 5070 + }, + { + "grad_norm": 0.736713171005249, + "learning_rate": 9.83888142747797e-05, + "loss": 0.0495, + "step": 5080 + }, + { + "grad_norm": 0.3939318060874939, + "learning_rate": 9.83783886690037e-05, + "loss": 0.06, + "step": 5090 + }, + { + "grad_norm": 0.4603973925113678, + "learning_rate": 9.836792999705524e-05, + "loss": 0.0554, + "step": 5100 + }, + { + "grad_norm": 0.40276119112968445, + "learning_rate": 9.835743826608271e-05, + "loss": 0.0494, + "step": 5110 + }, + { + "grad_norm": 0.4456738531589508, + "learning_rate": 9.834691348325709e-05, + "loss": 0.0585, + "step": 5120 + }, + { + "grad_norm": 0.48123177886009216, + "learning_rate": 9.833635565577199e-05, + "loss": 0.0506, + "step": 5130 + }, + { + "grad_norm": 0.674011766910553, + "learning_rate": 9.832576479084359e-05, + "loss": 0.06, + "step": 5140 + }, + { + "grad_norm": 0.41932836174964905, + "learning_rate": 9.831514089571064e-05, + "loss": 0.0673, + "step": 5150 + }, + { + "grad_norm": 0.37489813566207886, + "learning_rate": 9.830448397763447e-05, + "loss": 0.0547, + "step": 5160 + }, + { + "grad_norm": 0.5463743805885315, + "learning_rate": 9.8293794043899e-05, + "loss": 0.0526, + "step": 5170 + }, + { + "grad_norm": 0.3685227632522583, + "learning_rate": 9.828307110181066e-05, + "loss": 0.054, + "step": 5180 + }, + { + "grad_norm": 0.3808441758155823, + "learning_rate": 9.827231515869852e-05, + "loss": 0.057, + "step": 5190 + }, + { + "grad_norm": 0.4491997957229614, + "learning_rate": 9.826152622191413e-05, + "loss": 0.0521, + "step": 5200 + }, + { + "grad_norm": 0.3001132309436798, + "learning_rate": 9.825070429883167e-05, + "loss": 0.0483, + "step": 5210 + }, + { + "grad_norm": 0.37991371750831604, + "learning_rate": 9.82398493968478e-05, + "loss": 0.0439, + "step": 5220 + }, + { + "grad_norm": 0.4301554262638092, + "learning_rate": 9.822896152338173e-05, + "loss": 0.0476, + "step": 5230 + }, + { + "grad_norm": 0.36848047375679016, + "learning_rate": 9.821804068587523e-05, + "loss": 0.0538, + "step": 5240 + }, + { + "grad_norm": 0.40509232878685, + "learning_rate": 9.820708689179259e-05, + "loss": 0.0666, + "step": 5250 + }, + { + "grad_norm": 0.3738115727901459, + "learning_rate": 9.819610014862063e-05, + "loss": 0.0477, + "step": 5260 + }, + { + "grad_norm": 0.40678924322128296, + "learning_rate": 9.818508046386868e-05, + "loss": 0.0668, + "step": 5270 + }, + { + "grad_norm": 0.39910608530044556, + "learning_rate": 9.817402784506859e-05, + "loss": 0.0617, + "step": 5280 + }, + { + "grad_norm": 0.5675842761993408, + "learning_rate": 9.816294229977472e-05, + "loss": 0.0479, + "step": 5290 + }, + { + "grad_norm": 0.4424132704734802, + "learning_rate": 9.815182383556394e-05, + "loss": 0.0461, + "step": 5300 + }, + { + "grad_norm": 0.45013806223869324, + "learning_rate": 9.81406724600356e-05, + "loss": 0.0477, + "step": 5310 + }, + { + "grad_norm": 0.3643757402896881, + "learning_rate": 9.812948818081161e-05, + "loss": 0.0524, + "step": 5320 + }, + { + "grad_norm": 0.3465709388256073, + "learning_rate": 9.811827100553623e-05, + "loss": 0.0441, + "step": 5330 + }, + { + "grad_norm": 0.33798155188560486, + "learning_rate": 9.810702094187638e-05, + "loss": 0.0404, + "step": 5340 + }, + { + "grad_norm": 0.3077276647090912, + "learning_rate": 9.809573799752135e-05, + "loss": 0.0418, + "step": 5350 + }, + { + "grad_norm": 0.4155057370662689, + "learning_rate": 9.808442218018288e-05, + "loss": 0.0425, + "step": 5360 + }, + { + "grad_norm": 0.3667002320289612, + "learning_rate": 9.807307349759527e-05, + "loss": 0.0453, + "step": 5370 + }, + { + "grad_norm": 0.36144137382507324, + "learning_rate": 9.806169195751525e-05, + "loss": 0.0421, + "step": 5380 + }, + { + "grad_norm": 0.4572129547595978, + "learning_rate": 9.805027756772194e-05, + "loss": 0.0593, + "step": 5390 + }, + { + "grad_norm": 0.3919029235839844, + "learning_rate": 9.803883033601702e-05, + "loss": 0.0507, + "step": 5400 + }, + { + "grad_norm": 0.4258469045162201, + "learning_rate": 9.802735027022453e-05, + "loss": 0.0524, + "step": 5410 + }, + { + "grad_norm": 0.33421561121940613, + "learning_rate": 9.8015837378191e-05, + "loss": 0.052, + "step": 5420 + }, + { + "grad_norm": 0.307369589805603, + "learning_rate": 9.80042916677854e-05, + "loss": 0.0488, + "step": 5430 + }, + { + "grad_norm": 0.45514976978302, + "learning_rate": 9.799271314689908e-05, + "loss": 0.0549, + "step": 5440 + }, + { + "grad_norm": 0.30907267332077026, + "learning_rate": 9.798110182344588e-05, + "loss": 0.0535, + "step": 5450 + }, + { + "grad_norm": 0.3796933591365814, + "learning_rate": 9.796945770536204e-05, + "loss": 0.0534, + "step": 5460 + }, + { + "grad_norm": 0.28246554732322693, + "learning_rate": 9.795778080060615e-05, + "loss": 0.0397, + "step": 5470 + }, + { + "grad_norm": 0.3671104609966278, + "learning_rate": 9.79460711171593e-05, + "loss": 0.039, + "step": 5480 + }, + { + "grad_norm": 0.430585116147995, + "learning_rate": 9.793432866302497e-05, + "loss": 0.0458, + "step": 5490 + }, + { + "grad_norm": 0.3779735863208771, + "learning_rate": 9.792255344622897e-05, + "loss": 0.045, + "step": 5500 + }, + { + "grad_norm": 0.3485584557056427, + "learning_rate": 9.791074547481957e-05, + "loss": 0.0436, + "step": 5510 + }, + { + "grad_norm": 0.335893839597702, + "learning_rate": 9.789890475686742e-05, + "loss": 0.0546, + "step": 5520 + }, + { + "grad_norm": 0.40102699398994446, + "learning_rate": 9.788703130046552e-05, + "loss": 0.0484, + "step": 5530 + }, + { + "grad_norm": 0.46443086862564087, + "learning_rate": 9.78751251137293e-05, + "loss": 0.0453, + "step": 5540 + }, + { + "grad_norm": 0.43023884296417236, + "learning_rate": 9.786318620479646e-05, + "loss": 0.0429, + "step": 5550 + }, + { + "grad_norm": 0.41925352811813354, + "learning_rate": 9.78512145818272e-05, + "loss": 0.0455, + "step": 5560 + }, + { + "grad_norm": 0.3407430350780487, + "learning_rate": 9.783921025300398e-05, + "loss": 0.0484, + "step": 5570 + }, + { + "grad_norm": 0.44909414649009705, + "learning_rate": 9.782717322653164e-05, + "loss": 0.0422, + "step": 5580 + }, + { + "grad_norm": 0.3964388072490692, + "learning_rate": 9.781510351063738e-05, + "loss": 0.0418, + "step": 5590 + }, + { + "grad_norm": 0.3903786838054657, + "learning_rate": 9.780300111357075e-05, + "loss": 0.0423, + "step": 5600 + }, + { + "grad_norm": 0.35591793060302734, + "learning_rate": 9.779086604360361e-05, + "loss": 0.0417, + "step": 5610 + }, + { + "grad_norm": 0.34495338797569275, + "learning_rate": 9.777869830903019e-05, + "loss": 0.0407, + "step": 5620 + }, + { + "grad_norm": 0.4153844714164734, + "learning_rate": 9.776649791816698e-05, + "loss": 0.0459, + "step": 5630 + }, + { + "grad_norm": 0.426018089056015, + "learning_rate": 9.775426487935285e-05, + "loss": 0.0456, + "step": 5640 + }, + { + "grad_norm": 0.40405771136283875, + "learning_rate": 9.774199920094898e-05, + "loss": 0.0399, + "step": 5650 + }, + { + "grad_norm": 0.47636500000953674, + "learning_rate": 9.772970089133884e-05, + "loss": 0.0459, + "step": 5660 + }, + { + "grad_norm": 0.34497734904289246, + "learning_rate": 9.77173699589282e-05, + "loss": 0.0545, + "step": 5670 + }, + { + "grad_norm": 0.4185730218887329, + "learning_rate": 9.770500641214513e-05, + "loss": 0.0374, + "step": 5680 + }, + { + "grad_norm": 0.43523797392845154, + "learning_rate": 9.769261025944003e-05, + "loss": 0.0502, + "step": 5690 + }, + { + "grad_norm": 0.4703715741634369, + "learning_rate": 9.768018150928552e-05, + "loss": 0.0507, + "step": 5700 + }, + { + "grad_norm": 0.4649850130081177, + "learning_rate": 9.766772017017654e-05, + "loss": 0.0664, + "step": 5710 + }, + { + "grad_norm": 0.34536364674568176, + "learning_rate": 9.765522625063032e-05, + "loss": 0.0518, + "step": 5720 + }, + { + "grad_norm": 0.3670474886894226, + "learning_rate": 9.76426997591863e-05, + "loss": 0.0492, + "step": 5730 + }, + { + "grad_norm": 0.44995248317718506, + "learning_rate": 9.763014070440625e-05, + "loss": 0.0465, + "step": 5740 + }, + { + "grad_norm": 0.39879706501960754, + "learning_rate": 9.761754909487415e-05, + "loss": 0.0489, + "step": 5750 + }, + { + "grad_norm": 0.4955361783504486, + "learning_rate": 9.760492493919626e-05, + "loss": 0.052, + "step": 5760 + }, + { + "grad_norm": 0.3098601698875427, + "learning_rate": 9.759226824600105e-05, + "loss": 0.0487, + "step": 5770 + }, + { + "grad_norm": 0.42010679841041565, + "learning_rate": 9.757957902393928e-05, + "loss": 0.0465, + "step": 5780 + }, + { + "grad_norm": 0.3756301999092102, + "learning_rate": 9.756685728168387e-05, + "loss": 0.0419, + "step": 5790 + }, + { + "grad_norm": 0.30731743574142456, + "learning_rate": 9.755410302793004e-05, + "loss": 0.044, + "step": 5800 + }, + { + "grad_norm": 0.3989727199077606, + "learning_rate": 9.754131627139522e-05, + "loss": 0.0513, + "step": 5810 + }, + { + "grad_norm": 0.3952997028827667, + "learning_rate": 9.752849702081901e-05, + "loss": 0.0602, + "step": 5820 + }, + { + "grad_norm": 0.3552476763725281, + "learning_rate": 9.751564528496324e-05, + "loss": 0.0439, + "step": 5830 + }, + { + "grad_norm": 0.3541152775287628, + "learning_rate": 9.750276107261197e-05, + "loss": 0.0488, + "step": 5840 + }, + { + "grad_norm": 0.40469521284103394, + "learning_rate": 9.748984439257142e-05, + "loss": 0.0451, + "step": 5850 + }, + { + "grad_norm": 0.46461376547813416, + "learning_rate": 9.747689525367005e-05, + "loss": 0.0571, + "step": 5860 + }, + { + "grad_norm": 0.3513396382331848, + "learning_rate": 9.746391366475845e-05, + "loss": 0.0413, + "step": 5870 + }, + { + "grad_norm": 0.3919605612754822, + "learning_rate": 9.745089963470942e-05, + "loss": 0.0584, + "step": 5880 + }, + { + "grad_norm": 0.29000967741012573, + "learning_rate": 9.743785317241791e-05, + "loss": 0.0487, + "step": 5890 + }, + { + "grad_norm": 0.35109788179397583, + "learning_rate": 9.742477428680108e-05, + "loss": 0.0419, + "step": 5900 + }, + { + "grad_norm": 0.3372347056865692, + "learning_rate": 9.741166298679821e-05, + "loss": 0.0367, + "step": 5910 + }, + { + "grad_norm": 0.3563544452190399, + "learning_rate": 9.739851928137076e-05, + "loss": 0.0554, + "step": 5920 + }, + { + "grad_norm": 0.4027597904205322, + "learning_rate": 9.738534317950232e-05, + "loss": 0.0475, + "step": 5930 + }, + { + "grad_norm": 0.36977091431617737, + "learning_rate": 9.737213469019864e-05, + "loss": 0.0445, + "step": 5940 + }, + { + "grad_norm": 0.3780863881111145, + "learning_rate": 9.735889382248757e-05, + "loss": 0.0537, + "step": 5950 + }, + { + "grad_norm": 0.32010844349861145, + "learning_rate": 9.734562058541916e-05, + "loss": 0.0475, + "step": 5960 + }, + { + "grad_norm": 0.36578369140625, + "learning_rate": 9.733231498806552e-05, + "loss": 0.0381, + "step": 5970 + }, + { + "grad_norm": 0.5248257517814636, + "learning_rate": 9.731897703952088e-05, + "loss": 0.0434, + "step": 5980 + }, + { + "grad_norm": 0.4873720705509186, + "learning_rate": 9.730560674890165e-05, + "loss": 0.0563, + "step": 5990 + }, + { + "grad_norm": 0.35429900884628296, + "learning_rate": 9.729220412534628e-05, + "loss": 0.0501, + "step": 6000 + }, + { + "grad_norm": 0.3270609378814697, + "learning_rate": 9.72787691780153e-05, + "loss": 0.0409, + "step": 6010 + }, + { + "grad_norm": 0.3635846674442291, + "learning_rate": 9.726530191609142e-05, + "loss": 0.056, + "step": 6020 + }, + { + "grad_norm": 0.3739549517631531, + "learning_rate": 9.725180234877937e-05, + "loss": 0.0477, + "step": 6030 + }, + { + "grad_norm": 0.33040156960487366, + "learning_rate": 9.723827048530595e-05, + "loss": 0.0492, + "step": 6040 + }, + { + "grad_norm": 0.37416183948516846, + "learning_rate": 9.722470633492011e-05, + "loss": 0.036, + "step": 6050 + }, + { + "grad_norm": 0.3498310446739197, + "learning_rate": 9.721110990689278e-05, + "loss": 0.0474, + "step": 6060 + }, + { + "grad_norm": 0.3925321698188782, + "learning_rate": 9.719748121051699e-05, + "loss": 0.0511, + "step": 6070 + }, + { + "grad_norm": 0.3682565689086914, + "learning_rate": 9.718382025510785e-05, + "loss": 0.0455, + "step": 6080 + }, + { + "grad_norm": 0.3276730477809906, + "learning_rate": 9.717012705000248e-05, + "loss": 0.0481, + "step": 6090 + }, + { + "grad_norm": 0.44414517283439636, + "learning_rate": 9.715640160456006e-05, + "loss": 0.0544, + "step": 6100 + }, + { + "grad_norm": 0.39222416281700134, + "learning_rate": 9.714264392816181e-05, + "loss": 0.037, + "step": 6110 + }, + { + "grad_norm": 0.3313370943069458, + "learning_rate": 9.712885403021095e-05, + "loss": 0.0439, + "step": 6120 + }, + { + "grad_norm": 0.5396024584770203, + "learning_rate": 9.711503192013276e-05, + "loss": 0.0388, + "step": 6130 + }, + { + "grad_norm": 0.3499029576778412, + "learning_rate": 9.710117760737454e-05, + "loss": 0.0552, + "step": 6140 + }, + { + "grad_norm": 0.42268267273902893, + "learning_rate": 9.708729110140554e-05, + "loss": 0.0502, + "step": 6150 + }, + { + "grad_norm": 0.2718791961669922, + "learning_rate": 9.707337241171709e-05, + "loss": 0.0512, + "step": 6160 + }, + { + "grad_norm": 0.27479925751686096, + "learning_rate": 9.705942154782245e-05, + "loss": 0.0409, + "step": 6170 + }, + { + "grad_norm": 0.40578874945640564, + "learning_rate": 9.704543851925696e-05, + "loss": 0.0426, + "step": 6180 + }, + { + "grad_norm": 0.34780892729759216, + "learning_rate": 9.703142333557784e-05, + "loss": 0.0509, + "step": 6190 + }, + { + "grad_norm": 0.4344642162322998, + "learning_rate": 9.701737600636436e-05, + "loss": 0.0552, + "step": 6200 + }, + { + "grad_norm": 0.5229836702346802, + "learning_rate": 9.700329654121771e-05, + "loss": 0.0562, + "step": 6210 + }, + { + "grad_norm": 0.43468019366264343, + "learning_rate": 9.698918494976109e-05, + "loss": 0.0559, + "step": 6220 + }, + { + "grad_norm": 0.31691452860832214, + "learning_rate": 9.697504124163965e-05, + "loss": 0.0458, + "step": 6230 + }, + { + "grad_norm": 0.3763265907764435, + "learning_rate": 9.696086542652045e-05, + "loss": 0.0479, + "step": 6240 + }, + { + "grad_norm": 0.40577542781829834, + "learning_rate": 9.694665751409256e-05, + "loss": 0.0579, + "step": 6250 + }, + { + "grad_norm": 0.43597695231437683, + "learning_rate": 9.693241751406694e-05, + "loss": 0.0442, + "step": 6260 + }, + { + "grad_norm": 0.4976029694080353, + "learning_rate": 9.69181454361765e-05, + "loss": 0.0584, + "step": 6270 + }, + { + "grad_norm": 0.33389097452163696, + "learning_rate": 9.690384129017605e-05, + "loss": 0.0442, + "step": 6280 + }, + { + "grad_norm": 0.42595332860946655, + "learning_rate": 9.688950508584237e-05, + "loss": 0.0476, + "step": 6290 + }, + { + "grad_norm": 0.385498583316803, + "learning_rate": 9.68751368329741e-05, + "loss": 0.0421, + "step": 6300 + }, + { + "grad_norm": 0.35150715708732605, + "learning_rate": 9.68607365413918e-05, + "loss": 0.0498, + "step": 6310 + }, + { + "grad_norm": 0.4324774444103241, + "learning_rate": 9.684630422093797e-05, + "loss": 0.0533, + "step": 6320 + }, + { + "grad_norm": 0.4334760308265686, + "learning_rate": 9.683183988147693e-05, + "loss": 0.0488, + "step": 6330 + }, + { + "grad_norm": 0.3372538983821869, + "learning_rate": 9.681734353289491e-05, + "loss": 0.0477, + "step": 6340 + }, + { + "grad_norm": 0.31727439165115356, + "learning_rate": 9.680281518510006e-05, + "loss": 0.0521, + "step": 6350 + }, + { + "grad_norm": 0.4466235339641571, + "learning_rate": 9.678825484802236e-05, + "loss": 0.0566, + "step": 6360 + }, + { + "grad_norm": 0.3764377236366272, + "learning_rate": 9.677366253161365e-05, + "loss": 0.052, + "step": 6370 + }, + { + "grad_norm": 0.4851412773132324, + "learning_rate": 9.675903824584765e-05, + "loss": 0.0591, + "step": 6380 + }, + { + "grad_norm": 0.4179480969905853, + "learning_rate": 9.674438200071991e-05, + "loss": 0.0494, + "step": 6390 + }, + { + "grad_norm": 0.38971418142318726, + "learning_rate": 9.672969380624786e-05, + "loss": 0.0486, + "step": 6400 + }, + { + "grad_norm": 0.42133384943008423, + "learning_rate": 9.671497367247073e-05, + "loss": 0.0475, + "step": 6410 + }, + { + "grad_norm": 0.29177093505859375, + "learning_rate": 9.670022160944959e-05, + "loss": 0.0443, + "step": 6420 + }, + { + "grad_norm": 0.5158866047859192, + "learning_rate": 9.668543762726734e-05, + "loss": 0.047, + "step": 6430 + }, + { + "grad_norm": 0.32360202074050903, + "learning_rate": 9.667062173602868e-05, + "loss": 0.0436, + "step": 6440 + }, + { + "grad_norm": 0.35129281878471375, + "learning_rate": 9.665577394586013e-05, + "loss": 0.0455, + "step": 6450 + }, + { + "grad_norm": 0.3850666284561157, + "learning_rate": 9.664089426691006e-05, + "loss": 0.0385, + "step": 6460 + }, + { + "grad_norm": 0.4418829381465912, + "learning_rate": 9.662598270934852e-05, + "loss": 0.0405, + "step": 6470 + }, + { + "grad_norm": 0.3746901750564575, + "learning_rate": 9.661103928336748e-05, + "loss": 0.046, + "step": 6480 + }, + { + "grad_norm": 0.45171090960502625, + "learning_rate": 9.659606399918058e-05, + "loss": 0.0494, + "step": 6490 + }, + { + "grad_norm": 0.3356749713420868, + "learning_rate": 9.658105686702334e-05, + "loss": 0.0472, + "step": 6500 + }, + { + "grad_norm": 0.34956538677215576, + "learning_rate": 9.656601789715294e-05, + "loss": 0.0501, + "step": 6510 + }, + { + "grad_norm": 0.3490467071533203, + "learning_rate": 9.655094709984842e-05, + "loss": 0.0521, + "step": 6520 + }, + { + "grad_norm": 0.3991113603115082, + "learning_rate": 9.653584448541048e-05, + "loss": 0.047, + "step": 6530 + }, + { + "grad_norm": 0.32768791913986206, + "learning_rate": 9.652071006416166e-05, + "loss": 0.0446, + "step": 6540 + }, + { + "grad_norm": 0.4144718647003174, + "learning_rate": 9.650554384644617e-05, + "loss": 0.0513, + "step": 6550 + }, + { + "grad_norm": 0.398982971906662, + "learning_rate": 9.649034584263e-05, + "loss": 0.0566, + "step": 6560 + }, + { + "grad_norm": 0.4189103841781616, + "learning_rate": 9.64751160631008e-05, + "loss": 0.0464, + "step": 6570 + }, + { + "grad_norm": 0.3837854564189911, + "learning_rate": 9.645985451826803e-05, + "loss": 0.0406, + "step": 6580 + }, + { + "grad_norm": 0.43159544467926025, + "learning_rate": 9.644456121856275e-05, + "loss": 0.049, + "step": 6590 + }, + { + "grad_norm": 0.37946203351020813, + "learning_rate": 9.642923617443784e-05, + "loss": 0.0424, + "step": 6600 + }, + { + "grad_norm": 0.4793201982975006, + "learning_rate": 9.641387939636782e-05, + "loss": 0.0511, + "step": 6610 + }, + { + "grad_norm": 0.38459768891334534, + "learning_rate": 9.639849089484888e-05, + "loss": 0.0483, + "step": 6620 + }, + { + "grad_norm": 0.37078285217285156, + "learning_rate": 9.638307068039893e-05, + "loss": 0.041, + "step": 6630 + }, + { + "grad_norm": 0.3998284935951233, + "learning_rate": 9.636761876355753e-05, + "loss": 0.0407, + "step": 6640 + }, + { + "grad_norm": 0.4267309010028839, + "learning_rate": 9.635213515488593e-05, + "loss": 0.0508, + "step": 6650 + }, + { + "grad_norm": 0.3752225637435913, + "learning_rate": 9.633661986496702e-05, + "loss": 0.0457, + "step": 6660 + }, + { + "grad_norm": 0.32031264901161194, + "learning_rate": 9.632107290440535e-05, + "loss": 0.0542, + "step": 6670 + }, + { + "grad_norm": 0.3111163079738617, + "learning_rate": 9.630549428382715e-05, + "loss": 0.0448, + "step": 6680 + }, + { + "grad_norm": 0.4326193332672119, + "learning_rate": 9.628988401388024e-05, + "loss": 0.0472, + "step": 6690 + }, + { + "grad_norm": 0.3435274660587311, + "learning_rate": 9.627424210523407e-05, + "loss": 0.0453, + "step": 6700 + }, + { + "grad_norm": 0.43483901023864746, + "learning_rate": 9.62585685685798e-05, + "loss": 0.0447, + "step": 6710 + }, + { + "grad_norm": 0.33753228187561035, + "learning_rate": 9.624286341463008e-05, + "loss": 0.0427, + "step": 6720 + }, + { + "grad_norm": 0.5043041706085205, + "learning_rate": 9.622712665411927e-05, + "loss": 0.0457, + "step": 6730 + }, + { + "grad_norm": 0.3194001019001007, + "learning_rate": 9.621135829780328e-05, + "loss": 0.0382, + "step": 6740 + }, + { + "grad_norm": 0.3224767744541168, + "learning_rate": 9.619555835645964e-05, + "loss": 0.0407, + "step": 6750 + }, + { + "grad_norm": 0.2995153069496155, + "learning_rate": 9.617972684088747e-05, + "loss": 0.0527, + "step": 6760 + }, + { + "grad_norm": 0.37819865345954895, + "learning_rate": 9.616386376190745e-05, + "loss": 0.0471, + "step": 6770 + }, + { + "grad_norm": 0.5754131078720093, + "learning_rate": 9.614796913036184e-05, + "loss": 0.051, + "step": 6780 + }, + { + "grad_norm": 0.28620368242263794, + "learning_rate": 9.61320429571145e-05, + "loss": 0.0489, + "step": 6790 + }, + { + "grad_norm": 0.444484144449234, + "learning_rate": 9.611608525305078e-05, + "loss": 0.0507, + "step": 6800 + }, + { + "grad_norm": 0.3523505926132202, + "learning_rate": 9.610009602907764e-05, + "loss": 0.05, + "step": 6810 + }, + { + "grad_norm": 0.468058317899704, + "learning_rate": 9.608407529612357e-05, + "loss": 0.0454, + "step": 6820 + }, + { + "grad_norm": 0.3091297149658203, + "learning_rate": 9.606802306513857e-05, + "loss": 0.0475, + "step": 6830 + }, + { + "grad_norm": 0.42746081948280334, + "learning_rate": 9.605193934709421e-05, + "loss": 0.0417, + "step": 6840 + }, + { + "grad_norm": 0.2988170087337494, + "learning_rate": 9.603582415298354e-05, + "loss": 0.0481, + "step": 6850 + }, + { + "grad_norm": 0.34108883142471313, + "learning_rate": 9.601967749382117e-05, + "loss": 0.0497, + "step": 6860 + }, + { + "grad_norm": 0.2965485453605652, + "learning_rate": 9.600349938064316e-05, + "loss": 0.0417, + "step": 6870 + }, + { + "grad_norm": 0.3684558868408203, + "learning_rate": 9.598728982450711e-05, + "loss": 0.0467, + "step": 6880 + }, + { + "grad_norm": 0.3444337546825409, + "learning_rate": 9.597104883649211e-05, + "loss": 0.0425, + "step": 6890 + }, + { + "grad_norm": 0.4084922969341278, + "learning_rate": 9.59547764276987e-05, + "loss": 0.059, + "step": 6900 + }, + { + "grad_norm": 0.3649590313434601, + "learning_rate": 9.593847260924892e-05, + "loss": 0.0433, + "step": 6910 + }, + { + "grad_norm": 0.3772352337837219, + "learning_rate": 9.59221373922863e-05, + "loss": 0.0433, + "step": 6920 + }, + { + "grad_norm": 0.37965065240859985, + "learning_rate": 9.59057707879758e-05, + "loss": 0.0436, + "step": 6930 + }, + { + "grad_norm": 0.3690723478794098, + "learning_rate": 9.588937280750382e-05, + "loss": 0.0402, + "step": 6940 + }, + { + "grad_norm": 0.3560398519039154, + "learning_rate": 9.587294346207824e-05, + "loss": 0.0465, + "step": 6950 + }, + { + "grad_norm": 0.39870113134384155, + "learning_rate": 9.585648276292836e-05, + "loss": 0.038, + "step": 6960 + }, + { + "grad_norm": 0.32716184854507446, + "learning_rate": 9.583999072130492e-05, + "loss": 0.0451, + "step": 6970 + }, + { + "grad_norm": 0.28985804319381714, + "learning_rate": 9.582346734848005e-05, + "loss": 0.0418, + "step": 6980 + }, + { + "grad_norm": 0.39231428503990173, + "learning_rate": 9.580691265574735e-05, + "loss": 0.0385, + "step": 6990 + }, + { + "grad_norm": 0.3941023647785187, + "learning_rate": 9.579032665442178e-05, + "loss": 0.0376, + "step": 7000 + }, + { + "grad_norm": 0.344216912984848, + "learning_rate": 9.577370935583971e-05, + "loss": 0.0462, + "step": 7010 + }, + { + "grad_norm": 0.3479357957839966, + "learning_rate": 9.575706077135893e-05, + "loss": 0.0363, + "step": 7020 + }, + { + "grad_norm": 0.3426883816719055, + "learning_rate": 9.574038091235857e-05, + "loss": 0.0409, + "step": 7030 + }, + { + "grad_norm": 0.38303834199905396, + "learning_rate": 9.572366979023916e-05, + "loss": 0.0349, + "step": 7040 + }, + { + "grad_norm": 0.4219138026237488, + "learning_rate": 9.57069274164226e-05, + "loss": 0.0398, + "step": 7050 + }, + { + "grad_norm": 0.4035196900367737, + "learning_rate": 9.569015380235213e-05, + "loss": 0.0503, + "step": 7060 + }, + { + "grad_norm": 0.2754673361778259, + "learning_rate": 9.567334895949238e-05, + "loss": 0.0643, + "step": 7070 + }, + { + "grad_norm": 0.38389766216278076, + "learning_rate": 9.565651289932928e-05, + "loss": 0.0549, + "step": 7080 + }, + { + "grad_norm": 0.3105566203594208, + "learning_rate": 9.563964563337015e-05, + "loss": 0.0402, + "step": 7090 + }, + { + "grad_norm": 0.362920343875885, + "learning_rate": 9.562274717314357e-05, + "loss": 0.0532, + "step": 7100 + }, + { + "grad_norm": 0.4294321835041046, + "learning_rate": 9.56058175301995e-05, + "loss": 0.0519, + "step": 7110 + }, + { + "grad_norm": 0.3629772663116455, + "learning_rate": 9.558885671610918e-05, + "loss": 0.0394, + "step": 7120 + }, + { + "grad_norm": 0.3361479640007019, + "learning_rate": 9.557186474246517e-05, + "loss": 0.0363, + "step": 7130 + }, + { + "grad_norm": 0.33637702465057373, + "learning_rate": 9.555484162088133e-05, + "loss": 0.058, + "step": 7140 + }, + { + "grad_norm": 0.33110105991363525, + "learning_rate": 9.553778736299279e-05, + "loss": 0.0423, + "step": 7150 + }, + { + "grad_norm": 0.3926555812358856, + "learning_rate": 9.552070198045599e-05, + "loss": 0.0359, + "step": 7160 + }, + { + "grad_norm": 0.3524956703186035, + "learning_rate": 9.550358548494863e-05, + "loss": 0.0563, + "step": 7170 + }, + { + "grad_norm": 0.38822221755981445, + "learning_rate": 9.548643788816965e-05, + "loss": 0.0469, + "step": 7180 + }, + { + "grad_norm": 0.3019815981388092, + "learning_rate": 9.546925920183929e-05, + "loss": 0.0514, + "step": 7190 + }, + { + "grad_norm": 0.42178481817245483, + "learning_rate": 9.545204943769902e-05, + "loss": 0.047, + "step": 7200 + }, + { + "grad_norm": 0.3941980302333832, + "learning_rate": 9.543480860751155e-05, + "loss": 0.0451, + "step": 7210 + }, + { + "grad_norm": 0.3453989624977112, + "learning_rate": 9.541753672306081e-05, + "loss": 0.0433, + "step": 7220 + }, + { + "grad_norm": 0.38266220688819885, + "learning_rate": 9.540023379615198e-05, + "loss": 0.0502, + "step": 7230 + }, + { + "grad_norm": 0.38480067253112793, + "learning_rate": 9.538289983861146e-05, + "loss": 0.0419, + "step": 7240 + }, + { + "grad_norm": 0.8865087628364563, + "learning_rate": 9.536553486228683e-05, + "loss": 0.0511, + "step": 7250 + }, + { + "grad_norm": 0.3413912057876587, + "learning_rate": 9.534813887904689e-05, + "loss": 0.0455, + "step": 7260 + }, + { + "grad_norm": 0.38083285093307495, + "learning_rate": 9.533071190078163e-05, + "loss": 0.0483, + "step": 7270 + }, + { + "grad_norm": 0.38510027527809143, + "learning_rate": 9.531325393940225e-05, + "loss": 0.0497, + "step": 7280 + }, + { + "grad_norm": 0.31268957257270813, + "learning_rate": 9.529576500684105e-05, + "loss": 0.0461, + "step": 7290 + }, + { + "grad_norm": 0.4132130742073059, + "learning_rate": 9.52782451150516e-05, + "loss": 0.0528, + "step": 7300 + }, + { + "grad_norm": 0.3783940076828003, + "learning_rate": 9.526069427600857e-05, + "loss": 0.0399, + "step": 7310 + }, + { + "grad_norm": 0.3864251673221588, + "learning_rate": 9.524311250170776e-05, + "loss": 0.0371, + "step": 7320 + }, + { + "grad_norm": 0.3766007721424103, + "learning_rate": 9.522549980416619e-05, + "loss": 0.0437, + "step": 7330 + }, + { + "grad_norm": 0.45632413029670715, + "learning_rate": 9.520785619542196e-05, + "loss": 0.0429, + "step": 7340 + }, + { + "grad_norm": 0.3589513301849365, + "learning_rate": 9.519018168753428e-05, + "loss": 0.0417, + "step": 7350 + }, + { + "grad_norm": 0.2920386791229248, + "learning_rate": 9.517247629258357e-05, + "loss": 0.0435, + "step": 7360 + }, + { + "grad_norm": 0.41979992389678955, + "learning_rate": 9.515474002267124e-05, + "loss": 0.0442, + "step": 7370 + }, + { + "grad_norm": 0.33904215693473816, + "learning_rate": 9.513697288991989e-05, + "loss": 0.0424, + "step": 7380 + }, + { + "grad_norm": 0.2912577688694, + "learning_rate": 9.51191749064732e-05, + "loss": 0.0382, + "step": 7390 + }, + { + "grad_norm": 0.3699277937412262, + "learning_rate": 9.51013460844959e-05, + "loss": 0.0463, + "step": 7400 + }, + { + "grad_norm": 0.3337875008583069, + "learning_rate": 9.508348643617382e-05, + "loss": 0.0471, + "step": 7410 + }, + { + "grad_norm": 0.2848513126373291, + "learning_rate": 9.50655959737139e-05, + "loss": 0.0454, + "step": 7420 + }, + { + "grad_norm": 0.2548600137233734, + "learning_rate": 9.504767470934405e-05, + "loss": 0.0349, + "step": 7430 + }, + { + "grad_norm": 0.35951879620552063, + "learning_rate": 9.502972265531332e-05, + "loss": 0.0388, + "step": 7440 + }, + { + "grad_norm": 0.42671629786491394, + "learning_rate": 9.501173982389175e-05, + "loss": 0.0401, + "step": 7450 + }, + { + "grad_norm": 0.34851765632629395, + "learning_rate": 9.499372622737047e-05, + "loss": 0.0459, + "step": 7460 + }, + { + "grad_norm": 0.3792007267475128, + "learning_rate": 9.497568187806156e-05, + "loss": 0.0442, + "step": 7470 + }, + { + "grad_norm": 0.32678622007369995, + "learning_rate": 9.495760678829819e-05, + "loss": 0.0485, + "step": 7480 + }, + { + "grad_norm": 0.4453011453151703, + "learning_rate": 9.49395009704345e-05, + "loss": 0.0551, + "step": 7490 + }, + { + "grad_norm": 0.4198776185512543, + "learning_rate": 9.492136443684565e-05, + "loss": 0.0385, + "step": 7500 + }, + { + "grad_norm": 0.31495603919029236, + "learning_rate": 9.49031971999278e-05, + "loss": 0.0382, + "step": 7510 + }, + { + "grad_norm": 0.4077128767967224, + "learning_rate": 9.488499927209806e-05, + "loss": 0.0535, + "step": 7520 + }, + { + "grad_norm": 0.37623271346092224, + "learning_rate": 9.486677066579456e-05, + "loss": 0.0442, + "step": 7530 + }, + { + "grad_norm": 0.4341649115085602, + "learning_rate": 9.484851139347639e-05, + "loss": 0.0486, + "step": 7540 + }, + { + "grad_norm": 0.2900524139404297, + "learning_rate": 9.483022146762358e-05, + "loss": 0.0427, + "step": 7550 + }, + { + "grad_norm": 0.3464803695678711, + "learning_rate": 9.48119009007371e-05, + "loss": 0.0424, + "step": 7560 + }, + { + "grad_norm": 0.4033232033252716, + "learning_rate": 9.479354970533892e-05, + "loss": 0.0566, + "step": 7570 + }, + { + "grad_norm": 0.3024798035621643, + "learning_rate": 9.477516789397189e-05, + "loss": 0.0393, + "step": 7580 + }, + { + "grad_norm": 0.33229485154151917, + "learning_rate": 9.475675547919983e-05, + "loss": 0.0513, + "step": 7590 + }, + { + "grad_norm": 0.4003247022628784, + "learning_rate": 9.47383124736074e-05, + "loss": 0.0525, + "step": 7600 + }, + { + "grad_norm": 0.4795052111148834, + "learning_rate": 9.471983888980028e-05, + "loss": 0.0498, + "step": 7610 + }, + { + "grad_norm": 0.36207807064056396, + "learning_rate": 9.470133474040494e-05, + "loss": 0.0397, + "step": 7620 + }, + { + "grad_norm": 0.41209715604782104, + "learning_rate": 9.468280003806882e-05, + "loss": 0.0419, + "step": 7630 + }, + { + "grad_norm": 0.4359595477581024, + "learning_rate": 9.46642347954602e-05, + "loss": 0.0534, + "step": 7640 + }, + { + "grad_norm": 0.3636535704135895, + "learning_rate": 9.464563902526826e-05, + "loss": 0.0421, + "step": 7650 + }, + { + "grad_norm": 0.35568493604660034, + "learning_rate": 9.462701274020303e-05, + "loss": 0.0497, + "step": 7660 + }, + { + "grad_norm": 0.2498643398284912, + "learning_rate": 9.46083559529954e-05, + "loss": 0.0394, + "step": 7670 + }, + { + "grad_norm": 0.3111530840396881, + "learning_rate": 9.458966867639712e-05, + "loss": 0.0425, + "step": 7680 + }, + { + "grad_norm": 0.3809940218925476, + "learning_rate": 9.457095092318074e-05, + "loss": 0.0418, + "step": 7690 + }, + { + "grad_norm": 0.36596766114234924, + "learning_rate": 9.455220270613969e-05, + "loss": 0.0439, + "step": 7700 + }, + { + "grad_norm": 0.28781768679618835, + "learning_rate": 9.45334240380882e-05, + "loss": 0.045, + "step": 7710 + }, + { + "grad_norm": 0.38968008756637573, + "learning_rate": 9.451461493186129e-05, + "loss": 0.049, + "step": 7720 + }, + { + "grad_norm": 0.33524608612060547, + "learning_rate": 9.449577540031482e-05, + "loss": 0.0519, + "step": 7730 + }, + { + "grad_norm": 0.35340213775634766, + "learning_rate": 9.447690545632544e-05, + "loss": 0.0524, + "step": 7740 + }, + { + "grad_norm": 0.3914276957511902, + "learning_rate": 9.445800511279058e-05, + "loss": 0.0598, + "step": 7750 + }, + { + "grad_norm": 0.33193594217300415, + "learning_rate": 9.443907438262844e-05, + "loss": 0.0507, + "step": 7760 + }, + { + "grad_norm": 0.4874510169029236, + "learning_rate": 9.442011327877798e-05, + "loss": 0.0498, + "step": 7770 + }, + { + "grad_norm": 0.25281450152397156, + "learning_rate": 9.440112181419895e-05, + "loss": 0.0401, + "step": 7780 + }, + { + "grad_norm": 0.3912244141101837, + "learning_rate": 9.438210000187186e-05, + "loss": 0.0485, + "step": 7790 + }, + { + "grad_norm": 0.31786051392555237, + "learning_rate": 9.43630478547979e-05, + "loss": 0.0387, + "step": 7800 + }, + { + "grad_norm": 0.40355801582336426, + "learning_rate": 9.434396538599906e-05, + "loss": 0.0462, + "step": 7810 + }, + { + "grad_norm": 0.37812769412994385, + "learning_rate": 9.4324852608518e-05, + "loss": 0.0374, + "step": 7820 + }, + { + "grad_norm": 0.3707873821258545, + "learning_rate": 9.430570953541816e-05, + "loss": 0.0392, + "step": 7830 + }, + { + "grad_norm": 0.4532085955142975, + "learning_rate": 9.428653617978362e-05, + "loss": 0.048, + "step": 7840 + }, + { + "grad_norm": 0.32208409905433655, + "learning_rate": 9.42673325547192e-05, + "loss": 0.0385, + "step": 7850 + }, + { + "grad_norm": 0.35435235500335693, + "learning_rate": 9.42480986733504e-05, + "loss": 0.0438, + "step": 7860 + }, + { + "grad_norm": 0.45592811703681946, + "learning_rate": 9.422883454882338e-05, + "loss": 0.048, + "step": 7870 + }, + { + "grad_norm": 0.3309931755065918, + "learning_rate": 9.4209540194305e-05, + "loss": 0.0472, + "step": 7880 + }, + { + "grad_norm": 0.31690487265586853, + "learning_rate": 9.419021562298278e-05, + "loss": 0.0533, + "step": 7890 + }, + { + "grad_norm": 0.24902215600013733, + "learning_rate": 9.417086084806486e-05, + "loss": 0.0431, + "step": 7900 + }, + { + "grad_norm": 0.32323721051216125, + "learning_rate": 9.415147588278005e-05, + "loss": 0.0493, + "step": 7910 + }, + { + "grad_norm": 0.3261299133300781, + "learning_rate": 9.413206074037781e-05, + "loss": 0.0523, + "step": 7920 + }, + { + "grad_norm": 0.44064173102378845, + "learning_rate": 9.411261543412819e-05, + "loss": 0.0411, + "step": 7930 + }, + { + "grad_norm": 0.29591870307922363, + "learning_rate": 9.409313997732188e-05, + "loss": 0.0472, + "step": 7940 + }, + { + "grad_norm": 0.3576732575893402, + "learning_rate": 9.407363438327018e-05, + "loss": 0.0401, + "step": 7950 + }, + { + "grad_norm": 0.33581942319869995, + "learning_rate": 9.405409866530496e-05, + "loss": 0.0391, + "step": 7960 + }, + { + "grad_norm": 0.39347073435783386, + "learning_rate": 9.40345328367787e-05, + "loss": 0.0349, + "step": 7970 + }, + { + "grad_norm": 0.34940657019615173, + "learning_rate": 9.401493691106446e-05, + "loss": 0.0383, + "step": 7980 + }, + { + "grad_norm": 0.34868332743644714, + "learning_rate": 9.39953109015559e-05, + "loss": 0.0446, + "step": 7990 + }, + { + "grad_norm": 0.43559789657592773, + "learning_rate": 9.397565482166718e-05, + "loss": 0.0475, + "step": 8000 + }, + { + "grad_norm": 0.3599134683609009, + "learning_rate": 9.395596868483305e-05, + "loss": 0.0407, + "step": 8010 + }, + { + "grad_norm": 0.29221320152282715, + "learning_rate": 9.393625250450881e-05, + "loss": 0.0378, + "step": 8020 + }, + { + "grad_norm": 0.3938141465187073, + "learning_rate": 9.391650629417028e-05, + "loss": 0.0478, + "step": 8030 + }, + { + "grad_norm": 0.31100520491600037, + "learning_rate": 9.38967300673138e-05, + "loss": 0.0504, + "step": 8040 + }, + { + "grad_norm": 0.29256024956703186, + "learning_rate": 9.387692383745624e-05, + "loss": 0.0529, + "step": 8050 + }, + { + "grad_norm": 0.4222765862941742, + "learning_rate": 9.385708761813496e-05, + "loss": 0.0426, + "step": 8060 + }, + { + "grad_norm": 0.31074729561805725, + "learning_rate": 9.383722142290787e-05, + "loss": 0.0459, + "step": 8070 + }, + { + "grad_norm": 0.34872153401374817, + "learning_rate": 9.381732526535328e-05, + "loss": 0.0353, + "step": 8080 + }, + { + "grad_norm": 0.3675670623779297, + "learning_rate": 9.379739915907004e-05, + "loss": 0.0404, + "step": 8090 + }, + { + "grad_norm": 0.35733509063720703, + "learning_rate": 9.377744311767746e-05, + "loss": 0.0358, + "step": 8100 + }, + { + "grad_norm": 0.38474345207214355, + "learning_rate": 9.375745715481532e-05, + "loss": 0.0339, + "step": 8110 + }, + { + "grad_norm": 0.36258208751678467, + "learning_rate": 9.373744128414382e-05, + "loss": 0.0454, + "step": 8120 + }, + { + "grad_norm": 0.3214910924434662, + "learning_rate": 9.371739551934359e-05, + "loss": 0.0435, + "step": 8130 + }, + { + "grad_norm": 0.2665063738822937, + "learning_rate": 9.36973198741158e-05, + "loss": 0.0478, + "step": 8140 + }, + { + "grad_norm": 0.30613774061203003, + "learning_rate": 9.367721436218189e-05, + "loss": 0.0383, + "step": 8150 + }, + { + "grad_norm": 0.24505352973937988, + "learning_rate": 9.365707899728383e-05, + "loss": 0.0377, + "step": 8160 + }, + { + "grad_norm": 0.35697320103645325, + "learning_rate": 9.363691379318391e-05, + "loss": 0.0509, + "step": 8170 + }, + { + "grad_norm": 0.3110896348953247, + "learning_rate": 9.361671876366491e-05, + "loss": 0.0437, + "step": 8180 + }, + { + "grad_norm": 0.3325575292110443, + "learning_rate": 9.35964939225299e-05, + "loss": 0.0439, + "step": 8190 + }, + { + "grad_norm": 0.2941945493221283, + "learning_rate": 9.35762392836024e-05, + "loss": 0.0383, + "step": 8200 + }, + { + "grad_norm": 0.32384470105171204, + "learning_rate": 9.355595486072624e-05, + "loss": 0.0428, + "step": 8210 + }, + { + "grad_norm": 0.2828846871852875, + "learning_rate": 9.353564066776563e-05, + "loss": 0.0399, + "step": 8220 + }, + { + "grad_norm": 0.3145814836025238, + "learning_rate": 9.351529671860516e-05, + "loss": 0.0453, + "step": 8230 + }, + { + "grad_norm": 0.30556154251098633, + "learning_rate": 9.349492302714969e-05, + "loss": 0.0516, + "step": 8240 + }, + { + "grad_norm": 0.3022277057170868, + "learning_rate": 9.347451960732447e-05, + "loss": 0.0459, + "step": 8250 + }, + { + "grad_norm": 0.3578600585460663, + "learning_rate": 9.345408647307506e-05, + "loss": 0.052, + "step": 8260 + }, + { + "grad_norm": 0.3051934838294983, + "learning_rate": 9.343362363836726e-05, + "loss": 0.0512, + "step": 8270 + }, + { + "grad_norm": 0.30736252665519714, + "learning_rate": 9.341313111718728e-05, + "loss": 0.0452, + "step": 8280 + }, + { + "grad_norm": 0.41821861267089844, + "learning_rate": 9.339260892354153e-05, + "loss": 0.0628, + "step": 8290 + }, + { + "grad_norm": 0.33022838830947876, + "learning_rate": 9.337205707145676e-05, + "loss": 0.0475, + "step": 8300 + }, + { + "grad_norm": 0.3226761221885681, + "learning_rate": 9.335147557497994e-05, + "loss": 0.0457, + "step": 8310 + }, + { + "grad_norm": 0.3107447624206543, + "learning_rate": 9.333086444817835e-05, + "loss": 0.0362, + "step": 8320 + }, + { + "grad_norm": 0.3470957279205322, + "learning_rate": 9.331022370513951e-05, + "loss": 0.0444, + "step": 8330 + }, + { + "grad_norm": 0.3824324905872345, + "learning_rate": 9.328955335997113e-05, + "loss": 0.0529, + "step": 8340 + }, + { + "grad_norm": 0.409931480884552, + "learning_rate": 9.326885342680125e-05, + "loss": 0.0478, + "step": 8350 + }, + { + "grad_norm": 0.4374358654022217, + "learning_rate": 9.324812391977806e-05, + "loss": 0.0496, + "step": 8360 + }, + { + "grad_norm": 0.44511526823043823, + "learning_rate": 9.322736485306995e-05, + "loss": 0.0476, + "step": 8370 + }, + { + "grad_norm": 0.3108019232749939, + "learning_rate": 9.32065762408656e-05, + "loss": 0.0413, + "step": 8380 + }, + { + "grad_norm": 0.3932775855064392, + "learning_rate": 9.318575809737377e-05, + "loss": 0.0506, + "step": 8390 + }, + { + "grad_norm": 0.42163845896720886, + "learning_rate": 9.316491043682351e-05, + "loss": 0.0417, + "step": 8400 + }, + { + "grad_norm": 0.26529496908187866, + "learning_rate": 9.3144033273464e-05, + "loss": 0.038, + "step": 8410 + }, + { + "grad_norm": 0.34424570202827454, + "learning_rate": 9.312312662156457e-05, + "loss": 0.0371, + "step": 8420 + }, + { + "grad_norm": 0.33460503816604614, + "learning_rate": 9.310219049541471e-05, + "loss": 0.0532, + "step": 8430 + }, + { + "grad_norm": 0.3295644223690033, + "learning_rate": 9.308122490932409e-05, + "loss": 0.046, + "step": 8440 + }, + { + "grad_norm": 0.333659291267395, + "learning_rate": 9.306022987762246e-05, + "loss": 0.0485, + "step": 8450 + }, + { + "grad_norm": 0.2886204421520233, + "learning_rate": 9.303920541465974e-05, + "loss": 0.0495, + "step": 8460 + }, + { + "grad_norm": 0.3668628931045532, + "learning_rate": 9.301815153480598e-05, + "loss": 0.041, + "step": 8470 + }, + { + "grad_norm": 0.3683284819126129, + "learning_rate": 9.299706825245126e-05, + "loss": 0.0396, + "step": 8480 + }, + { + "grad_norm": 0.39885324239730835, + "learning_rate": 9.297595558200583e-05, + "loss": 0.0435, + "step": 8490 + }, + { + "grad_norm": 0.29289379715919495, + "learning_rate": 9.295481353790001e-05, + "loss": 0.0366, + "step": 8500 + }, + { + "grad_norm": 0.34754958748817444, + "learning_rate": 9.293364213458417e-05, + "loss": 0.0644, + "step": 8510 + }, + { + "grad_norm": 0.44905734062194824, + "learning_rate": 9.291244138652877e-05, + "loss": 0.0478, + "step": 8520 + }, + { + "grad_norm": 0.283613920211792, + "learning_rate": 9.289121130822431e-05, + "loss": 0.0472, + "step": 8530 + }, + { + "grad_norm": 0.4268149733543396, + "learning_rate": 9.286995191418137e-05, + "loss": 0.0495, + "step": 8540 + }, + { + "grad_norm": 0.3485647141933441, + "learning_rate": 9.284866321893056e-05, + "loss": 0.045, + "step": 8550 + }, + { + "grad_norm": 0.3169815242290497, + "learning_rate": 9.282734523702244e-05, + "loss": 0.0416, + "step": 8560 + }, + { + "grad_norm": 0.31626608967781067, + "learning_rate": 9.280599798302771e-05, + "loss": 0.0448, + "step": 8570 + }, + { + "grad_norm": 0.30833321809768677, + "learning_rate": 9.278462147153699e-05, + "loss": 0.0392, + "step": 8580 + }, + { + "grad_norm": 0.3009343147277832, + "learning_rate": 9.276321571716094e-05, + "loss": 0.0335, + "step": 8590 + }, + { + "grad_norm": 0.2958477735519409, + "learning_rate": 9.274178073453017e-05, + "loss": 0.0499, + "step": 8600 + }, + { + "grad_norm": 0.34068119525909424, + "learning_rate": 9.27203165382953e-05, + "loss": 0.0353, + "step": 8610 + }, + { + "grad_norm": 0.23433291912078857, + "learning_rate": 9.26988231431269e-05, + "loss": 0.0332, + "step": 8620 + }, + { + "grad_norm": 0.3905383348464966, + "learning_rate": 9.267730056371551e-05, + "loss": 0.0378, + "step": 8630 + }, + { + "grad_norm": 0.31028494238853455, + "learning_rate": 9.265574881477161e-05, + "loss": 0.0311, + "step": 8640 + }, + { + "grad_norm": 0.3512418866157532, + "learning_rate": 9.263416791102561e-05, + "loss": 0.0378, + "step": 8650 + }, + { + "grad_norm": 0.3042920231819153, + "learning_rate": 9.261255786722786e-05, + "loss": 0.0327, + "step": 8660 + }, + { + "grad_norm": 0.3959885239601135, + "learning_rate": 9.259091869814864e-05, + "loss": 0.0482, + "step": 8670 + }, + { + "grad_norm": 0.4358549118041992, + "learning_rate": 9.256925041857807e-05, + "loss": 0.0532, + "step": 8680 + }, + { + "grad_norm": 0.3005380928516388, + "learning_rate": 9.254755304332626e-05, + "loss": 0.0456, + "step": 8690 + }, + { + "grad_norm": 0.3467556834220886, + "learning_rate": 9.252582658722313e-05, + "loss": 0.0344, + "step": 8700 + }, + { + "grad_norm": 0.352255642414093, + "learning_rate": 9.250407106511853e-05, + "loss": 0.0429, + "step": 8710 + }, + { + "grad_norm": 0.37628239393234253, + "learning_rate": 9.248228649188215e-05, + "loss": 0.0517, + "step": 8720 + }, + { + "grad_norm": 0.41943666338920593, + "learning_rate": 9.246047288240354e-05, + "loss": 0.0408, + "step": 8730 + }, + { + "grad_norm": 0.3161223232746124, + "learning_rate": 9.243863025159208e-05, + "loss": 0.033, + "step": 8740 + }, + { + "grad_norm": 0.470989465713501, + "learning_rate": 9.241675861437704e-05, + "loss": 0.0466, + "step": 8750 + }, + { + "grad_norm": 0.3580269515514374, + "learning_rate": 9.239485798570742e-05, + "loss": 0.0392, + "step": 8760 + }, + { + "grad_norm": 0.26005125045776367, + "learning_rate": 9.237292838055215e-05, + "loss": 0.0365, + "step": 8770 + }, + { + "grad_norm": 0.27682897448539734, + "learning_rate": 9.235096981389988e-05, + "loss": 0.0311, + "step": 8780 + }, + { + "grad_norm": 0.28405383229255676, + "learning_rate": 9.232898230075909e-05, + "loss": 0.0404, + "step": 8790 + }, + { + "grad_norm": 0.3333863615989685, + "learning_rate": 9.230696585615801e-05, + "loss": 0.0381, + "step": 8800 + }, + { + "grad_norm": 0.27574262022972107, + "learning_rate": 9.228492049514473e-05, + "loss": 0.0275, + "step": 8810 + }, + { + "grad_norm": 0.31331485509872437, + "learning_rate": 9.2262846232787e-05, + "loss": 0.0415, + "step": 8820 + }, + { + "grad_norm": 0.3474090099334717, + "learning_rate": 9.224074308417238e-05, + "loss": 0.0475, + "step": 8830 + }, + { + "grad_norm": 0.4398506283760071, + "learning_rate": 9.221861106440818e-05, + "loss": 0.0383, + "step": 8840 + }, + { + "grad_norm": 0.2266993671655655, + "learning_rate": 9.219645018862142e-05, + "loss": 0.0351, + "step": 8850 + }, + { + "grad_norm": 0.33562785387039185, + "learning_rate": 9.217426047195882e-05, + "loss": 0.0403, + "step": 8860 + }, + { + "grad_norm": 0.33631467819213867, + "learning_rate": 9.21520419295869e-05, + "loss": 0.0372, + "step": 8870 + }, + { + "grad_norm": 0.4413014054298401, + "learning_rate": 9.212979457669178e-05, + "loss": 0.0582, + "step": 8880 + }, + { + "grad_norm": 0.3280597925186157, + "learning_rate": 9.210751842847931e-05, + "loss": 0.0446, + "step": 8890 + }, + { + "grad_norm": 0.44112902879714966, + "learning_rate": 9.208521350017506e-05, + "loss": 0.0394, + "step": 8900 + }, + { + "grad_norm": 0.3788188099861145, + "learning_rate": 9.206287980702422e-05, + "loss": 0.048, + "step": 8910 + }, + { + "grad_norm": 0.3767879009246826, + "learning_rate": 9.204051736429166e-05, + "loss": 0.0412, + "step": 8920 + }, + { + "grad_norm": 0.3802478313446045, + "learning_rate": 9.20181261872619e-05, + "loss": 0.0482, + "step": 8930 + }, + { + "grad_norm": 0.35332927107810974, + "learning_rate": 9.19957062912391e-05, + "loss": 0.0421, + "step": 8940 + }, + { + "grad_norm": 0.3031460642814636, + "learning_rate": 9.197325769154704e-05, + "loss": 0.0381, + "step": 8950 + }, + { + "grad_norm": 0.33225739002227783, + "learning_rate": 9.195078040352914e-05, + "loss": 0.0444, + "step": 8960 + }, + { + "grad_norm": 0.3600197434425354, + "learning_rate": 9.192827444254839e-05, + "loss": 0.0581, + "step": 8970 + }, + { + "grad_norm": 0.4022537171840668, + "learning_rate": 9.190573982398744e-05, + "loss": 0.0525, + "step": 8980 + }, + { + "grad_norm": 0.43618765473365784, + "learning_rate": 9.188317656324845e-05, + "loss": 0.0493, + "step": 8990 + }, + { + "grad_norm": 0.31552156805992126, + "learning_rate": 9.186058467575322e-05, + "loss": 0.0359, + "step": 9000 + }, + { + "grad_norm": 0.2799721360206604, + "learning_rate": 9.183796417694309e-05, + "loss": 0.0504, + "step": 9010 + }, + { + "grad_norm": 0.3274984359741211, + "learning_rate": 9.181531508227897e-05, + "loss": 0.0503, + "step": 9020 + }, + { + "grad_norm": 0.3390899896621704, + "learning_rate": 9.179263740724125e-05, + "loss": 0.0447, + "step": 9030 + }, + { + "grad_norm": 0.3609890639781952, + "learning_rate": 9.176993116732996e-05, + "loss": 0.0437, + "step": 9040 + }, + { + "grad_norm": 0.32286033034324646, + "learning_rate": 9.17471963780646e-05, + "loss": 0.0389, + "step": 9050 + }, + { + "grad_norm": 0.4370770752429962, + "learning_rate": 9.172443305498414e-05, + "loss": 0.0508, + "step": 9060 + }, + { + "grad_norm": 0.38655275106430054, + "learning_rate": 9.170164121364714e-05, + "loss": 0.055, + "step": 9070 + }, + { + "grad_norm": 0.39203494787216187, + "learning_rate": 9.167882086963158e-05, + "loss": 0.052, + "step": 9080 + }, + { + "grad_norm": 0.2646324634552002, + "learning_rate": 9.165597203853499e-05, + "loss": 0.0366, + "step": 9090 + }, + { + "grad_norm": 0.34844475984573364, + "learning_rate": 9.163309473597428e-05, + "loss": 0.0464, + "step": 9100 + }, + { + "grad_norm": 0.4160566031932831, + "learning_rate": 9.161018897758591e-05, + "loss": 0.0481, + "step": 9110 + }, + { + "grad_norm": 0.33707305788993835, + "learning_rate": 9.158725477902572e-05, + "loss": 0.0415, + "step": 9120 + }, + { + "grad_norm": 0.4362637400627136, + "learning_rate": 9.156429215596905e-05, + "loss": 0.0411, + "step": 9130 + }, + { + "grad_norm": 0.3555198609828949, + "learning_rate": 9.154130112411061e-05, + "loss": 0.0398, + "step": 9140 + }, + { + "grad_norm": 0.3161226809024811, + "learning_rate": 9.151828169916455e-05, + "loss": 0.035, + "step": 9150 + }, + { + "grad_norm": 0.47533875703811646, + "learning_rate": 9.149523389686445e-05, + "loss": 0.0396, + "step": 9160 + }, + { + "grad_norm": 0.3353721499443054, + "learning_rate": 9.147215773296327e-05, + "loss": 0.0432, + "step": 9170 + }, + { + "grad_norm": 0.3102457821369171, + "learning_rate": 9.144905322323334e-05, + "loss": 0.0491, + "step": 9180 + }, + { + "grad_norm": 0.43584537506103516, + "learning_rate": 9.142592038346635e-05, + "loss": 0.0419, + "step": 9190 + }, + { + "grad_norm": 0.4052928388118744, + "learning_rate": 9.140275922947343e-05, + "loss": 0.0393, + "step": 9200 + }, + { + "grad_norm": 0.3137540817260742, + "learning_rate": 9.137956977708496e-05, + "loss": 0.0436, + "step": 9210 + }, + { + "grad_norm": 0.33363255858421326, + "learning_rate": 9.135635204215075e-05, + "loss": 0.0534, + "step": 9220 + }, + { + "grad_norm": 0.40487876534461975, + "learning_rate": 9.133310604053986e-05, + "loss": 0.0484, + "step": 9230 + }, + { + "grad_norm": 0.26390770077705383, + "learning_rate": 9.130983178814077e-05, + "loss": 0.0488, + "step": 9240 + }, + { + "grad_norm": 0.29541078209877014, + "learning_rate": 9.128652930086116e-05, + "loss": 0.0497, + "step": 9250 + }, + { + "grad_norm": 0.7313596606254578, + "learning_rate": 9.126319859462808e-05, + "loss": 0.0503, + "step": 9260 + }, + { + "grad_norm": 0.41450071334838867, + "learning_rate": 9.123983968538787e-05, + "loss": 0.0446, + "step": 9270 + }, + { + "grad_norm": 0.3431050181388855, + "learning_rate": 9.121645258910609e-05, + "loss": 0.0523, + "step": 9280 + }, + { + "grad_norm": 0.38376301527023315, + "learning_rate": 9.119303732176762e-05, + "loss": 0.0477, + "step": 9290 + }, + { + "grad_norm": 0.3479361832141876, + "learning_rate": 9.116959389937656e-05, + "loss": 0.0429, + "step": 9300 + }, + { + "grad_norm": 0.31441113352775574, + "learning_rate": 9.114612233795628e-05, + "loss": 0.0517, + "step": 9310 + }, + { + "grad_norm": 0.34935566782951355, + "learning_rate": 9.112262265354937e-05, + "loss": 0.057, + "step": 9320 + }, + { + "grad_norm": 0.3197936415672302, + "learning_rate": 9.109909486221763e-05, + "loss": 0.0511, + "step": 9330 + }, + { + "grad_norm": 0.2989175021648407, + "learning_rate": 9.107553898004208e-05, + "loss": 0.0432, + "step": 9340 + }, + { + "grad_norm": 0.33646106719970703, + "learning_rate": 9.105195502312298e-05, + "loss": 0.0489, + "step": 9350 + }, + { + "grad_norm": 0.34461092948913574, + "learning_rate": 9.102834300757972e-05, + "loss": 0.0426, + "step": 9360 + }, + { + "grad_norm": 0.3608139157295227, + "learning_rate": 9.100470294955087e-05, + "loss": 0.0388, + "step": 9370 + }, + { + "grad_norm": 0.25306418538093567, + "learning_rate": 9.098103486519423e-05, + "loss": 0.0454, + "step": 9380 + }, + { + "grad_norm": 0.4218374490737915, + "learning_rate": 9.095733877068666e-05, + "loss": 0.0378, + "step": 9390 + }, + { + "grad_norm": 0.35811761021614075, + "learning_rate": 9.093361468222426e-05, + "loss": 0.0395, + "step": 9400 + }, + { + "grad_norm": 0.3066454231739044, + "learning_rate": 9.090986261602221e-05, + "loss": 0.0387, + "step": 9410 + }, + { + "grad_norm": 0.36794719099998474, + "learning_rate": 9.088608258831482e-05, + "loss": 0.0436, + "step": 9420 + }, + { + "grad_norm": 0.35420483350753784, + "learning_rate": 9.08622746153555e-05, + "loss": 0.0397, + "step": 9430 + }, + { + "grad_norm": 0.2912828326225281, + "learning_rate": 9.083843871341679e-05, + "loss": 0.0532, + "step": 9440 + }, + { + "grad_norm": 0.37072765827178955, + "learning_rate": 9.08145748987903e-05, + "loss": 0.0433, + "step": 9450 + }, + { + "grad_norm": 0.30239373445510864, + "learning_rate": 9.079068318778674e-05, + "loss": 0.0433, + "step": 9460 + }, + { + "grad_norm": 0.324207603931427, + "learning_rate": 9.076676359673586e-05, + "loss": 0.0418, + "step": 9470 + }, + { + "grad_norm": 0.3110503554344177, + "learning_rate": 9.074281614198645e-05, + "loss": 0.0495, + "step": 9480 + }, + { + "grad_norm": 0.28032660484313965, + "learning_rate": 9.071884083990638e-05, + "loss": 0.0401, + "step": 9490 + }, + { + "grad_norm": 0.25249603390693665, + "learning_rate": 9.069483770688259e-05, + "loss": 0.0437, + "step": 9500 + }, + { + "grad_norm": 0.3338443338871002, + "learning_rate": 9.067080675932093e-05, + "loss": 0.0459, + "step": 9510 + }, + { + "grad_norm": 0.3358650803565979, + "learning_rate": 9.064674801364634e-05, + "loss": 0.0462, + "step": 9520 + }, + { + "grad_norm": 0.3368411958217621, + "learning_rate": 9.062266148630279e-05, + "loss": 0.0402, + "step": 9530 + }, + { + "grad_norm": 0.3765532076358795, + "learning_rate": 9.059854719375313e-05, + "loss": 0.043, + "step": 9540 + }, + { + "grad_norm": 0.2972824275493622, + "learning_rate": 9.057440515247932e-05, + "loss": 0.0493, + "step": 9550 + }, + { + "grad_norm": 0.30897393822669983, + "learning_rate": 9.055023537898215e-05, + "loss": 0.0383, + "step": 9560 + }, + { + "grad_norm": 0.35530948638916016, + "learning_rate": 9.052603788978149e-05, + "loss": 0.044, + "step": 9570 + }, + { + "grad_norm": 0.3205224275588989, + "learning_rate": 9.050181270141606e-05, + "loss": 0.0381, + "step": 9580 + }, + { + "grad_norm": 0.2780945301055908, + "learning_rate": 9.047755983044355e-05, + "loss": 0.0412, + "step": 9590 + }, + { + "grad_norm": 0.30959901213645935, + "learning_rate": 9.045327929344058e-05, + "loss": 0.047, + "step": 9600 + }, + { + "grad_norm": 0.2723453640937805, + "learning_rate": 9.042897110700268e-05, + "loss": 0.0389, + "step": 9610 + }, + { + "grad_norm": 0.3389643132686615, + "learning_rate": 9.040463528774423e-05, + "loss": 0.0431, + "step": 9620 + }, + { + "grad_norm": 0.413255900144577, + "learning_rate": 9.038027185229856e-05, + "loss": 0.042, + "step": 9630 + }, + { + "grad_norm": 0.31131893396377563, + "learning_rate": 9.035588081731784e-05, + "loss": 0.0381, + "step": 9640 + }, + { + "grad_norm": 0.40197035670280457, + "learning_rate": 9.033146219947313e-05, + "loss": 0.0408, + "step": 9650 + }, + { + "grad_norm": 0.3117152452468872, + "learning_rate": 9.030701601545429e-05, + "loss": 0.0392, + "step": 9660 + }, + { + "grad_norm": 0.28434494137763977, + "learning_rate": 9.028254228197009e-05, + "loss": 0.0478, + "step": 9670 + }, + { + "grad_norm": 0.27862998843193054, + "learning_rate": 9.025804101574808e-05, + "loss": 0.0371, + "step": 9680 + }, + { + "grad_norm": 0.3032994270324707, + "learning_rate": 9.023351223353463e-05, + "loss": 0.0497, + "step": 9690 + }, + { + "grad_norm": 0.33531466126441956, + "learning_rate": 9.020895595209498e-05, + "loss": 0.0335, + "step": 9700 + }, + { + "grad_norm": 0.28804782032966614, + "learning_rate": 9.018437218821305e-05, + "loss": 0.0346, + "step": 9710 + }, + { + "grad_norm": 0.46214887499809265, + "learning_rate": 9.015976095869166e-05, + "loss": 0.0418, + "step": 9720 + }, + { + "grad_norm": 0.3283523917198181, + "learning_rate": 9.013512228035235e-05, + "loss": 0.0493, + "step": 9730 + }, + { + "grad_norm": 0.3438197076320648, + "learning_rate": 9.01104561700354e-05, + "loss": 0.0413, + "step": 9740 + }, + { + "grad_norm": 0.29545286297798157, + "learning_rate": 9.008576264459987e-05, + "loss": 0.0358, + "step": 9750 + }, + { + "grad_norm": 0.39314740896224976, + "learning_rate": 9.006104172092357e-05, + "loss": 0.0424, + "step": 9760 + }, + { + "grad_norm": 0.3829384744167328, + "learning_rate": 9.0036293415903e-05, + "loss": 0.0421, + "step": 9770 + }, + { + "grad_norm": 0.44293472170829773, + "learning_rate": 9.00115177464534e-05, + "loss": 0.0483, + "step": 9780 + }, + { + "grad_norm": 0.34397512674331665, + "learning_rate": 8.998671472950872e-05, + "loss": 0.0453, + "step": 9790 + }, + { + "grad_norm": 0.37278473377227783, + "learning_rate": 8.996188438202156e-05, + "loss": 0.047, + "step": 9800 + }, + { + "grad_norm": 0.3580969572067261, + "learning_rate": 8.993702672096324e-05, + "loss": 0.05, + "step": 9810 + }, + { + "grad_norm": 0.32153189182281494, + "learning_rate": 8.991214176332377e-05, + "loss": 0.0393, + "step": 9820 + }, + { + "grad_norm": 0.328124463558197, + "learning_rate": 8.988722952611171e-05, + "loss": 0.0476, + "step": 9830 + }, + { + "grad_norm": 0.30402636528015137, + "learning_rate": 8.986229002635441e-05, + "loss": 0.0473, + "step": 9840 + }, + { + "grad_norm": 0.3634262681007385, + "learning_rate": 8.983732328109775e-05, + "loss": 0.0417, + "step": 9850 + }, + { + "grad_norm": 0.32060208916664124, + "learning_rate": 8.981232930740627e-05, + "loss": 0.0385, + "step": 9860 + }, + { + "grad_norm": 0.30809131264686584, + "learning_rate": 8.978730812236313e-05, + "loss": 0.0379, + "step": 9870 + }, + { + "grad_norm": 0.3282838761806488, + "learning_rate": 8.976225974307004e-05, + "loss": 0.0412, + "step": 9880 + }, + { + "grad_norm": 0.32593029737472534, + "learning_rate": 8.973718418664736e-05, + "loss": 0.0577, + "step": 9890 + }, + { + "grad_norm": 0.3463617265224457, + "learning_rate": 8.971208147023397e-05, + "loss": 0.047, + "step": 9900 + }, + { + "grad_norm": 0.30593442916870117, + "learning_rate": 8.968695161098739e-05, + "loss": 0.0403, + "step": 9910 + }, + { + "grad_norm": 0.4377982020378113, + "learning_rate": 8.96617946260836e-05, + "loss": 0.0416, + "step": 9920 + }, + { + "grad_norm": 0.34107521176338196, + "learning_rate": 8.963661053271716e-05, + "loss": 0.037, + "step": 9930 + }, + { + "grad_norm": 0.3107759952545166, + "learning_rate": 8.961139934810117e-05, + "loss": 0.0366, + "step": 9940 + }, + { + "grad_norm": 0.37735506892204285, + "learning_rate": 8.958616108946725e-05, + "loss": 0.0388, + "step": 9950 + }, + { + "grad_norm": 0.3120446503162384, + "learning_rate": 8.95608957740655e-05, + "loss": 0.0439, + "step": 9960 + }, + { + "grad_norm": 0.3053128123283386, + "learning_rate": 8.953560341916452e-05, + "loss": 0.0414, + "step": 9970 + }, + { + "grad_norm": 0.284138023853302, + "learning_rate": 8.95102840420514e-05, + "loss": 0.0393, + "step": 9980 + }, + { + "grad_norm": 0.3581564724445343, + "learning_rate": 8.94849376600317e-05, + "loss": 0.037, + "step": 9990 + }, + { + "grad_norm": 0.27430713176727295, + "learning_rate": 8.945956429042943e-05, + "loss": 0.0445, + "step": 10000 + }, + { + "grad_norm": 0.4094287157058716, + "learning_rate": 8.943416395058705e-05, + "loss": 0.0333, + "step": 10010 + }, + { + "grad_norm": 0.3405354619026184, + "learning_rate": 8.940873665786544e-05, + "loss": 0.0375, + "step": 10020 + }, + { + "grad_norm": 0.31889450550079346, + "learning_rate": 8.938328242964394e-05, + "loss": 0.0441, + "step": 10030 + }, + { + "grad_norm": 0.38203853368759155, + "learning_rate": 8.935780128332026e-05, + "loss": 0.0577, + "step": 10040 + }, + { + "grad_norm": 0.4285825192928314, + "learning_rate": 8.933229323631052e-05, + "loss": 0.0365, + "step": 10050 + }, + { + "grad_norm": 0.47509339451789856, + "learning_rate": 8.930675830604925e-05, + "loss": 0.0456, + "step": 10060 + }, + { + "grad_norm": 0.36788564920425415, + "learning_rate": 8.92811965099893e-05, + "loss": 0.0399, + "step": 10070 + }, + { + "grad_norm": 0.3068069517612457, + "learning_rate": 8.925560786560194e-05, + "loss": 0.0379, + "step": 10080 + }, + { + "grad_norm": 0.29918983578681946, + "learning_rate": 8.922999239037677e-05, + "loss": 0.0349, + "step": 10090 + }, + { + "grad_norm": 0.3608819842338562, + "learning_rate": 8.920435010182171e-05, + "loss": 0.0378, + "step": 10100 + }, + { + "grad_norm": 0.21023999154567719, + "learning_rate": 8.917868101746302e-05, + "loss": 0.0329, + "step": 10110 + }, + { + "grad_norm": 0.27274349331855774, + "learning_rate": 8.91529851548453e-05, + "loss": 0.043, + "step": 10120 + }, + { + "grad_norm": 0.3059353530406952, + "learning_rate": 8.912726253153142e-05, + "loss": 0.0409, + "step": 10130 + }, + { + "grad_norm": 0.30662837624549866, + "learning_rate": 8.910151316510255e-05, + "loss": 0.0357, + "step": 10140 + }, + { + "grad_norm": 0.28694427013397217, + "learning_rate": 8.907573707315813e-05, + "loss": 0.0387, + "step": 10150 + }, + { + "grad_norm": 0.33288925886154175, + "learning_rate": 8.904993427331588e-05, + "loss": 0.0315, + "step": 10160 + }, + { + "grad_norm": 0.3159377872943878, + "learning_rate": 8.902410478321176e-05, + "loss": 0.0477, + "step": 10170 + }, + { + "grad_norm": 0.3637351095676422, + "learning_rate": 8.899824862050002e-05, + "loss": 0.0377, + "step": 10180 + }, + { + "grad_norm": 0.2860141098499298, + "learning_rate": 8.897236580285308e-05, + "loss": 0.0421, + "step": 10190 + }, + { + "grad_norm": 0.28069522976875305, + "learning_rate": 8.894645634796159e-05, + "loss": 0.0401, + "step": 10200 + }, + { + "grad_norm": 0.2920156717300415, + "learning_rate": 8.892052027353444e-05, + "loss": 0.0416, + "step": 10210 + }, + { + "grad_norm": 0.2540455162525177, + "learning_rate": 8.889455759729866e-05, + "loss": 0.0299, + "step": 10220 + }, + { + "grad_norm": 0.31747493147850037, + "learning_rate": 8.886856833699955e-05, + "loss": 0.0348, + "step": 10230 + }, + { + "grad_norm": 0.2850930094718933, + "learning_rate": 8.884255251040046e-05, + "loss": 0.0377, + "step": 10240 + }, + { + "grad_norm": 0.3558011054992676, + "learning_rate": 8.8816510135283e-05, + "loss": 0.0405, + "step": 10250 + }, + { + "grad_norm": 0.46652939915657043, + "learning_rate": 8.879044122944688e-05, + "loss": 0.0336, + "step": 10260 + }, + { + "grad_norm": 0.37215492129325867, + "learning_rate": 8.876434581070996e-05, + "loss": 0.0418, + "step": 10270 + }, + { + "grad_norm": 0.3714416027069092, + "learning_rate": 8.87382238969082e-05, + "loss": 0.0377, + "step": 10280 + }, + { + "grad_norm": 0.36251798272132874, + "learning_rate": 8.871207550589568e-05, + "loss": 0.0552, + "step": 10290 + }, + { + "grad_norm": 0.3306349515914917, + "learning_rate": 8.868590065554458e-05, + "loss": 0.05, + "step": 10300 + }, + { + "grad_norm": 0.251446396112442, + "learning_rate": 8.865969936374519e-05, + "loss": 0.0354, + "step": 10310 + }, + { + "grad_norm": 0.37204834818840027, + "learning_rate": 8.863347164840581e-05, + "loss": 0.0415, + "step": 10320 + }, + { + "grad_norm": 0.30343201756477356, + "learning_rate": 8.860721752745285e-05, + "loss": 0.0472, + "step": 10330 + }, + { + "grad_norm": 0.33038464188575745, + "learning_rate": 8.858093701883077e-05, + "loss": 0.0463, + "step": 10340 + }, + { + "grad_norm": 0.39735734462738037, + "learning_rate": 8.8554630140502e-05, + "loss": 0.0334, + "step": 10350 + }, + { + "grad_norm": 0.2658369541168213, + "learning_rate": 8.85282969104471e-05, + "loss": 0.0403, + "step": 10360 + }, + { + "grad_norm": 0.38130927085876465, + "learning_rate": 8.850193734666456e-05, + "loss": 0.0438, + "step": 10370 + }, + { + "grad_norm": 0.30364111065864563, + "learning_rate": 8.84755514671709e-05, + "loss": 0.0388, + "step": 10380 + }, + { + "grad_norm": 0.3476771414279938, + "learning_rate": 8.84491392900006e-05, + "loss": 0.0495, + "step": 10390 + }, + { + "grad_norm": 0.2687847316265106, + "learning_rate": 8.842270083320617e-05, + "loss": 0.0406, + "step": 10400 + }, + { + "grad_norm": 0.3475606441497803, + "learning_rate": 8.839623611485801e-05, + "loss": 0.0417, + "step": 10410 + }, + { + "grad_norm": 0.34237441420555115, + "learning_rate": 8.836974515304453e-05, + "loss": 0.0382, + "step": 10420 + }, + { + "grad_norm": 0.37223580479621887, + "learning_rate": 8.834322796587204e-05, + "loss": 0.0384, + "step": 10430 + }, + { + "grad_norm": 0.47839897871017456, + "learning_rate": 8.831668457146478e-05, + "loss": 0.0442, + "step": 10440 + }, + { + "grad_norm": 0.28760820627212524, + "learning_rate": 8.829011498796493e-05, + "loss": 0.0342, + "step": 10450 + }, + { + "grad_norm": 0.33557239174842834, + "learning_rate": 8.826351923353253e-05, + "loss": 0.0392, + "step": 10460 + }, + { + "grad_norm": 0.3244985044002533, + "learning_rate": 8.823689732634555e-05, + "loss": 0.041, + "step": 10470 + }, + { + "grad_norm": 0.3738214075565338, + "learning_rate": 8.82102492845998e-05, + "loss": 0.0407, + "step": 10480 + }, + { + "grad_norm": 0.2870579659938812, + "learning_rate": 8.818357512650896e-05, + "loss": 0.0451, + "step": 10490 + }, + { + "grad_norm": 0.3587217628955841, + "learning_rate": 8.815687487030458e-05, + "loss": 0.045, + "step": 10500 + }, + { + "grad_norm": 0.3079588711261749, + "learning_rate": 8.8130148534236e-05, + "loss": 0.0382, + "step": 10510 + }, + { + "grad_norm": 0.3059846758842468, + "learning_rate": 8.810339613657047e-05, + "loss": 0.0474, + "step": 10520 + }, + { + "grad_norm": 0.31751567125320435, + "learning_rate": 8.807661769559295e-05, + "loss": 0.0511, + "step": 10530 + }, + { + "grad_norm": 0.20361220836639404, + "learning_rate": 8.804981322960628e-05, + "loss": 0.0394, + "step": 10540 + }, + { + "grad_norm": 0.31584596633911133, + "learning_rate": 8.802298275693106e-05, + "loss": 0.0411, + "step": 10550 + }, + { + "grad_norm": 0.3534141182899475, + "learning_rate": 8.799612629590568e-05, + "loss": 0.0352, + "step": 10560 + }, + { + "grad_norm": 0.34047845005989075, + "learning_rate": 8.796924386488624e-05, + "loss": 0.0377, + "step": 10570 + }, + { + "grad_norm": 0.30560222268104553, + "learning_rate": 8.794233548224666e-05, + "loss": 0.0389, + "step": 10580 + }, + { + "grad_norm": 0.3580436408519745, + "learning_rate": 8.791540116637853e-05, + "loss": 0.0486, + "step": 10590 + }, + { + "grad_norm": 0.34063521027565, + "learning_rate": 8.788844093569124e-05, + "loss": 0.0386, + "step": 10600 + }, + { + "grad_norm": 0.24738872051239014, + "learning_rate": 8.786145480861184e-05, + "loss": 0.0376, + "step": 10610 + }, + { + "grad_norm": 0.44082432985305786, + "learning_rate": 8.783444280358507e-05, + "loss": 0.0426, + "step": 10620 + }, + { + "grad_norm": 0.3758240342140198, + "learning_rate": 8.780740493907342e-05, + "loss": 0.0368, + "step": 10630 + }, + { + "grad_norm": 0.3612133860588074, + "learning_rate": 8.778034123355698e-05, + "loss": 0.0366, + "step": 10640 + }, + { + "grad_norm": 0.3555310070514679, + "learning_rate": 8.775325170553357e-05, + "loss": 0.0469, + "step": 10650 + }, + { + "grad_norm": 0.26500365138053894, + "learning_rate": 8.77261363735186e-05, + "loss": 0.0415, + "step": 10660 + }, + { + "grad_norm": 0.33645737171173096, + "learning_rate": 8.769899525604517e-05, + "loss": 0.0425, + "step": 10670 + }, + { + "grad_norm": 0.37006399035453796, + "learning_rate": 8.767182837166397e-05, + "loss": 0.0408, + "step": 10680 + }, + { + "grad_norm": 0.4667302966117859, + "learning_rate": 8.764463573894328e-05, + "loss": 0.0396, + "step": 10690 + }, + { + "grad_norm": 0.3370285928249359, + "learning_rate": 8.761741737646902e-05, + "loss": 0.0374, + "step": 10700 + }, + { + "grad_norm": 0.40637126564979553, + "learning_rate": 8.759017330284471e-05, + "loss": 0.0352, + "step": 10710 + }, + { + "grad_norm": 0.27999383211135864, + "learning_rate": 8.756290353669142e-05, + "loss": 0.0391, + "step": 10720 + }, + { + "grad_norm": 0.32886987924575806, + "learning_rate": 8.753560809664774e-05, + "loss": 0.0442, + "step": 10730 + }, + { + "grad_norm": 0.3805389404296875, + "learning_rate": 8.750828700136986e-05, + "loss": 0.0432, + "step": 10740 + }, + { + "grad_norm": 0.3124399781227112, + "learning_rate": 8.74809402695315e-05, + "loss": 0.046, + "step": 10750 + }, + { + "grad_norm": 0.3134881556034088, + "learning_rate": 8.745356791982391e-05, + "loss": 0.041, + "step": 10760 + }, + { + "grad_norm": 0.4198123812675476, + "learning_rate": 8.742616997095578e-05, + "loss": 0.0475, + "step": 10770 + }, + { + "grad_norm": 0.4319581389427185, + "learning_rate": 8.739874644165341e-05, + "loss": 0.0348, + "step": 10780 + }, + { + "grad_norm": 0.3688257336616516, + "learning_rate": 8.737129735066048e-05, + "loss": 0.0369, + "step": 10790 + }, + { + "grad_norm": 0.3414190113544464, + "learning_rate": 8.734382271673821e-05, + "loss": 0.0425, + "step": 10800 + }, + { + "grad_norm": 0.270965576171875, + "learning_rate": 8.731632255866525e-05, + "loss": 0.0496, + "step": 10810 + }, + { + "grad_norm": 0.3886673152446747, + "learning_rate": 8.728879689523767e-05, + "loss": 0.0452, + "step": 10820 + }, + { + "grad_norm": 0.3314663767814636, + "learning_rate": 8.726124574526905e-05, + "loss": 0.0456, + "step": 10830 + }, + { + "grad_norm": 0.3543038070201874, + "learning_rate": 8.72336691275903e-05, + "loss": 0.0449, + "step": 10840 + }, + { + "grad_norm": 0.30275556445121765, + "learning_rate": 8.720606706104979e-05, + "loss": 0.0416, + "step": 10850 + }, + { + "grad_norm": 0.2727656662464142, + "learning_rate": 8.71784395645133e-05, + "loss": 0.0408, + "step": 10860 + }, + { + "grad_norm": 0.3232780694961548, + "learning_rate": 8.715078665686392e-05, + "loss": 0.0359, + "step": 10870 + }, + { + "grad_norm": 0.3765411376953125, + "learning_rate": 8.712310835700218e-05, + "loss": 0.0428, + "step": 10880 + }, + { + "grad_norm": 0.29527461528778076, + "learning_rate": 8.709540468384591e-05, + "loss": 0.0456, + "step": 10890 + }, + { + "grad_norm": 0.3078880310058594, + "learning_rate": 8.706767565633033e-05, + "loss": 0.0371, + "step": 10900 + }, + { + "grad_norm": 0.36547207832336426, + "learning_rate": 8.7039921293408e-05, + "loss": 0.0462, + "step": 10910 + }, + { + "grad_norm": 0.3838993012905121, + "learning_rate": 8.70121416140487e-05, + "loss": 0.0456, + "step": 10920 + }, + { + "grad_norm": 0.32288482785224915, + "learning_rate": 8.698433663723962e-05, + "loss": 0.0497, + "step": 10930 + }, + { + "grad_norm": 0.28228989243507385, + "learning_rate": 8.695650638198518e-05, + "loss": 0.0398, + "step": 10940 + }, + { + "grad_norm": 0.3294711709022522, + "learning_rate": 8.692865086730713e-05, + "loss": 0.0411, + "step": 10950 + }, + { + "grad_norm": 0.27365341782569885, + "learning_rate": 8.69007701122444e-05, + "loss": 0.0416, + "step": 10960 + }, + { + "grad_norm": 0.315843403339386, + "learning_rate": 8.687286413585328e-05, + "loss": 0.0393, + "step": 10970 + }, + { + "grad_norm": 0.3699994683265686, + "learning_rate": 8.684493295720719e-05, + "loss": 0.0498, + "step": 10980 + }, + { + "grad_norm": 0.2547107934951782, + "learning_rate": 8.681697659539685e-05, + "loss": 0.0463, + "step": 10990 + }, + { + "grad_norm": 0.30954140424728394, + "learning_rate": 8.678899506953019e-05, + "loss": 0.0502, + "step": 11000 + }, + { + "grad_norm": 0.3365447521209717, + "learning_rate": 8.676098839873227e-05, + "loss": 0.0449, + "step": 11010 + }, + { + "grad_norm": 0.3208751380443573, + "learning_rate": 8.673295660214545e-05, + "loss": 0.0427, + "step": 11020 + }, + { + "grad_norm": 0.3311344385147095, + "learning_rate": 8.670489969892914e-05, + "loss": 0.0403, + "step": 11030 + }, + { + "grad_norm": 0.3630076050758362, + "learning_rate": 8.667681770826e-05, + "loss": 0.0487, + "step": 11040 + }, + { + "grad_norm": 0.32414963841438293, + "learning_rate": 8.66487106493318e-05, + "loss": 0.0436, + "step": 11050 + }, + { + "grad_norm": 0.35279399156570435, + "learning_rate": 8.662057854135544e-05, + "loss": 0.0423, + "step": 11060 + }, + { + "grad_norm": 0.2559697926044464, + "learning_rate": 8.659242140355897e-05, + "loss": 0.036, + "step": 11070 + }, + { + "grad_norm": 0.2951476275920868, + "learning_rate": 8.65642392551875e-05, + "loss": 0.0323, + "step": 11080 + }, + { + "grad_norm": 0.2656855285167694, + "learning_rate": 8.65360321155033e-05, + "loss": 0.0372, + "step": 11090 + }, + { + "grad_norm": 0.3514960706233978, + "learning_rate": 8.650780000378566e-05, + "loss": 0.0508, + "step": 11100 + }, + { + "grad_norm": 0.2881802022457123, + "learning_rate": 8.647954293933096e-05, + "loss": 0.0398, + "step": 11110 + }, + { + "grad_norm": 0.3597312569618225, + "learning_rate": 8.645126094145264e-05, + "loss": 0.0515, + "step": 11120 + }, + { + "grad_norm": 0.2940940856933594, + "learning_rate": 8.642295402948117e-05, + "loss": 0.0439, + "step": 11130 + }, + { + "grad_norm": 0.27658283710479736, + "learning_rate": 8.639462222276409e-05, + "loss": 0.0419, + "step": 11140 + }, + { + "grad_norm": 0.3124992549419403, + "learning_rate": 8.636626554066589e-05, + "loss": 0.0495, + "step": 11150 + }, + { + "grad_norm": 0.3108205795288086, + "learning_rate": 8.633788400256811e-05, + "loss": 0.0484, + "step": 11160 + }, + { + "grad_norm": 0.34892478585243225, + "learning_rate": 8.630947762786927e-05, + "loss": 0.0426, + "step": 11170 + }, + { + "grad_norm": 0.35815665125846863, + "learning_rate": 8.628104643598483e-05, + "loss": 0.0394, + "step": 11180 + }, + { + "grad_norm": 0.3925221264362335, + "learning_rate": 8.625259044634726e-05, + "loss": 0.0395, + "step": 11190 + }, + { + "grad_norm": 0.33328789472579956, + "learning_rate": 8.622410967840597e-05, + "loss": 0.0377, + "step": 11200 + }, + { + "grad_norm": 0.3558441698551178, + "learning_rate": 8.619560415162731e-05, + "loss": 0.0367, + "step": 11210 + }, + { + "grad_norm": 0.30913737416267395, + "learning_rate": 8.616707388549447e-05, + "loss": 0.0348, + "step": 11220 + }, + { + "grad_norm": 0.24541062116622925, + "learning_rate": 8.613851889950771e-05, + "loss": 0.0387, + "step": 11230 + }, + { + "grad_norm": 0.2913271486759186, + "learning_rate": 8.610993921318402e-05, + "loss": 0.0426, + "step": 11240 + }, + { + "grad_norm": 0.3094293773174286, + "learning_rate": 8.608133484605738e-05, + "loss": 0.0317, + "step": 11250 + }, + { + "grad_norm": 0.3274385929107666, + "learning_rate": 8.605270581767859e-05, + "loss": 0.043, + "step": 11260 + }, + { + "grad_norm": 0.3001630902290344, + "learning_rate": 8.602405214761536e-05, + "loss": 0.0336, + "step": 11270 + }, + { + "grad_norm": 0.2711617946624756, + "learning_rate": 8.599537385545215e-05, + "loss": 0.0344, + "step": 11280 + }, + { + "grad_norm": 0.4315457344055176, + "learning_rate": 8.596667096079032e-05, + "loss": 0.0448, + "step": 11290 + }, + { + "grad_norm": 0.32844099402427673, + "learning_rate": 8.593794348324806e-05, + "loss": 0.0441, + "step": 11300 + }, + { + "grad_norm": 0.3686211109161377, + "learning_rate": 8.590919144246028e-05, + "loss": 0.0429, + "step": 11310 + }, + { + "grad_norm": 0.3621562719345093, + "learning_rate": 8.588041485807876e-05, + "loss": 0.0388, + "step": 11320 + }, + { + "grad_norm": 0.27944716811180115, + "learning_rate": 8.585161374977202e-05, + "loss": 0.0453, + "step": 11330 + }, + { + "grad_norm": 0.3368375599384308, + "learning_rate": 8.582278813722533e-05, + "loss": 0.0495, + "step": 11340 + }, + { + "grad_norm": 0.37509945034980774, + "learning_rate": 8.579393804014076e-05, + "loss": 0.0448, + "step": 11350 + }, + { + "grad_norm": 0.31527063250541687, + "learning_rate": 8.576506347823703e-05, + "loss": 0.0311, + "step": 11360 + }, + { + "grad_norm": 0.3007984161376953, + "learning_rate": 8.573616447124968e-05, + "loss": 0.0338, + "step": 11370 + }, + { + "grad_norm": 0.2506931722164154, + "learning_rate": 8.570724103893086e-05, + "loss": 0.044, + "step": 11380 + }, + { + "grad_norm": 0.25313135981559753, + "learning_rate": 8.567829320104951e-05, + "loss": 0.0316, + "step": 11390 + }, + { + "grad_norm": 0.33974170684814453, + "learning_rate": 8.564932097739118e-05, + "loss": 0.0358, + "step": 11400 + }, + { + "grad_norm": 0.2813997268676758, + "learning_rate": 8.562032438775811e-05, + "loss": 0.0426, + "step": 11410 + }, + { + "grad_norm": 0.30625665187835693, + "learning_rate": 8.559130345196921e-05, + "loss": 0.0386, + "step": 11420 + }, + { + "grad_norm": 0.4161210060119629, + "learning_rate": 8.556225818986e-05, + "loss": 0.0391, + "step": 11430 + }, + { + "grad_norm": 0.3047010004520416, + "learning_rate": 8.553318862128265e-05, + "loss": 0.0497, + "step": 11440 + }, + { + "grad_norm": 0.36166802048683167, + "learning_rate": 8.550409476610593e-05, + "loss": 0.0434, + "step": 11450 + }, + { + "grad_norm": 0.2990676462650299, + "learning_rate": 8.547497664421522e-05, + "loss": 0.0371, + "step": 11460 + }, + { + "grad_norm": 0.45965445041656494, + "learning_rate": 8.544583427551249e-05, + "loss": 0.0434, + "step": 11470 + }, + { + "grad_norm": 0.33046969771385193, + "learning_rate": 8.541666767991628e-05, + "loss": 0.038, + "step": 11480 + }, + { + "grad_norm": 0.2875027656555176, + "learning_rate": 8.538747687736166e-05, + "loss": 0.0399, + "step": 11490 + }, + { + "grad_norm": 0.2818378806114197, + "learning_rate": 8.535826188780026e-05, + "loss": 0.0479, + "step": 11500 + }, + { + "grad_norm": 0.33555468916893005, + "learning_rate": 8.532902273120029e-05, + "loss": 0.0366, + "step": 11510 + }, + { + "grad_norm": 0.27364444732666016, + "learning_rate": 8.52997594275464e-05, + "loss": 0.0338, + "step": 11520 + }, + { + "grad_norm": 0.3021088242530823, + "learning_rate": 8.52704719968398e-05, + "loss": 0.0397, + "step": 11530 + }, + { + "grad_norm": 0.3137005865573883, + "learning_rate": 8.524116045909818e-05, + "loss": 0.0341, + "step": 11540 + }, + { + "grad_norm": 0.2730887234210968, + "learning_rate": 8.521182483435569e-05, + "loss": 0.033, + "step": 11550 + }, + { + "grad_norm": 0.3043159246444702, + "learning_rate": 8.518246514266295e-05, + "loss": 0.0362, + "step": 11560 + }, + { + "grad_norm": 0.3676815629005432, + "learning_rate": 8.515308140408703e-05, + "loss": 0.0392, + "step": 11570 + }, + { + "grad_norm": 0.4055491089820862, + "learning_rate": 8.512367363871145e-05, + "loss": 0.0435, + "step": 11580 + }, + { + "grad_norm": 0.37230929732322693, + "learning_rate": 8.509424186663614e-05, + "loss": 0.035, + "step": 11590 + }, + { + "grad_norm": 0.3561916947364807, + "learning_rate": 8.506478610797743e-05, + "loss": 0.0399, + "step": 11600 + }, + { + "grad_norm": 0.33300086855888367, + "learning_rate": 8.503530638286805e-05, + "loss": 0.0285, + "step": 11610 + }, + { + "grad_norm": 0.3302266597747803, + "learning_rate": 8.500580271145712e-05, + "loss": 0.0399, + "step": 11620 + }, + { + "grad_norm": 0.25600960850715637, + "learning_rate": 8.497627511391014e-05, + "loss": 0.0425, + "step": 11630 + }, + { + "grad_norm": 0.33947429060935974, + "learning_rate": 8.494672361040891e-05, + "loss": 0.0409, + "step": 11640 + }, + { + "grad_norm": 0.32551947236061096, + "learning_rate": 8.491714822115162e-05, + "loss": 0.0364, + "step": 11650 + }, + { + "grad_norm": 0.33716681599617004, + "learning_rate": 8.488754896635277e-05, + "loss": 0.0352, + "step": 11660 + }, + { + "grad_norm": 0.3228159546852112, + "learning_rate": 8.485792586624317e-05, + "loss": 0.0305, + "step": 11670 + }, + { + "grad_norm": 0.2410169541835785, + "learning_rate": 8.482827894106993e-05, + "loss": 0.0394, + "step": 11680 + }, + { + "grad_norm": 0.2494162768125534, + "learning_rate": 8.479860821109646e-05, + "loss": 0.0385, + "step": 11690 + }, + { + "grad_norm": 0.28902384638786316, + "learning_rate": 8.476891369660239e-05, + "loss": 0.0337, + "step": 11700 + }, + { + "grad_norm": 0.3103944659233093, + "learning_rate": 8.473919541788366e-05, + "loss": 0.0493, + "step": 11710 + }, + { + "grad_norm": 0.3070445656776428, + "learning_rate": 8.470945339525245e-05, + "loss": 0.0545, + "step": 11720 + }, + { + "grad_norm": 0.3675455152988434, + "learning_rate": 8.467968764903713e-05, + "loss": 0.0429, + "step": 11730 + }, + { + "grad_norm": 0.32736581563949585, + "learning_rate": 8.46498981995823e-05, + "loss": 0.0527, + "step": 11740 + }, + { + "grad_norm": 0.38483279943466187, + "learning_rate": 8.462008506724879e-05, + "loss": 0.0367, + "step": 11750 + }, + { + "grad_norm": 0.3281342685222626, + "learning_rate": 8.459024827241359e-05, + "loss": 0.0381, + "step": 11760 + }, + { + "grad_norm": 0.2626616060733795, + "learning_rate": 8.456038783546985e-05, + "loss": 0.0304, + "step": 11770 + }, + { + "grad_norm": 0.3132874369621277, + "learning_rate": 8.453050377682691e-05, + "loss": 0.0493, + "step": 11780 + }, + { + "grad_norm": 0.2747805714607239, + "learning_rate": 8.450059611691026e-05, + "loss": 0.0422, + "step": 11790 + }, + { + "grad_norm": 0.35534030199050903, + "learning_rate": 8.447066487616146e-05, + "loss": 0.0357, + "step": 11800 + }, + { + "grad_norm": 0.3919817805290222, + "learning_rate": 8.444071007503826e-05, + "loss": 0.0399, + "step": 11810 + }, + { + "grad_norm": 0.36141008138656616, + "learning_rate": 8.441073173401449e-05, + "loss": 0.0399, + "step": 11820 + }, + { + "grad_norm": 0.38360825181007385, + "learning_rate": 8.438072987358006e-05, + "loss": 0.052, + "step": 11830 + }, + { + "grad_norm": 0.3417111337184906, + "learning_rate": 8.435070451424094e-05, + "loss": 0.0496, + "step": 11840 + }, + { + "grad_norm": 0.2542196214199066, + "learning_rate": 8.432065567651919e-05, + "loss": 0.0356, + "step": 11850 + }, + { + "grad_norm": 0.26549312472343445, + "learning_rate": 8.429058338095291e-05, + "loss": 0.0402, + "step": 11860 + }, + { + "grad_norm": 0.28241437673568726, + "learning_rate": 8.426048764809624e-05, + "loss": 0.0313, + "step": 11870 + }, + { + "grad_norm": 0.3412836194038391, + "learning_rate": 8.423036849851932e-05, + "loss": 0.0429, + "step": 11880 + }, + { + "grad_norm": 0.32244133949279785, + "learning_rate": 8.42002259528083e-05, + "loss": 0.0341, + "step": 11890 + }, + { + "grad_norm": 0.34371116757392883, + "learning_rate": 8.417006003156532e-05, + "loss": 0.0383, + "step": 11900 + }, + { + "grad_norm": 0.3273569345474243, + "learning_rate": 8.413987075540852e-05, + "loss": 0.038, + "step": 11910 + }, + { + "grad_norm": 0.30932047963142395, + "learning_rate": 8.4109658144972e-05, + "loss": 0.0382, + "step": 11920 + }, + { + "grad_norm": 0.3309510350227356, + "learning_rate": 8.407942222090573e-05, + "loss": 0.0438, + "step": 11930 + }, + { + "grad_norm": 0.34234219789505005, + "learning_rate": 8.404916300387576e-05, + "loss": 0.0428, + "step": 11940 + }, + { + "grad_norm": 0.26939210295677185, + "learning_rate": 8.401888051456391e-05, + "loss": 0.0397, + "step": 11950 + }, + { + "grad_norm": 0.354689359664917, + "learning_rate": 8.398857477366803e-05, + "loss": 0.0348, + "step": 11960 + }, + { + "grad_norm": 0.32862022519111633, + "learning_rate": 8.395824580190178e-05, + "loss": 0.0431, + "step": 11970 + }, + { + "grad_norm": 0.28788936138153076, + "learning_rate": 8.392789361999473e-05, + "loss": 0.0329, + "step": 11980 + }, + { + "grad_norm": 0.41941553354263306, + "learning_rate": 8.38975182486923e-05, + "loss": 0.0433, + "step": 11990 + }, + { + "grad_norm": 0.27514296770095825, + "learning_rate": 8.386711970875581e-05, + "loss": 0.0382, + "step": 12000 + }, + { + "grad_norm": 0.3506128787994385, + "learning_rate": 8.383669802096232e-05, + "loss": 0.0493, + "step": 12010 + }, + { + "grad_norm": 0.32049891352653503, + "learning_rate": 8.38062532061048e-05, + "loss": 0.0429, + "step": 12020 + }, + { + "grad_norm": 0.3649698495864868, + "learning_rate": 8.3775785284992e-05, + "loss": 0.0512, + "step": 12030 + }, + { + "grad_norm": 0.3265957236289978, + "learning_rate": 8.374529427844843e-05, + "loss": 0.0389, + "step": 12040 + }, + { + "grad_norm": 0.31430837512016296, + "learning_rate": 8.371478020731442e-05, + "loss": 0.0389, + "step": 12050 + }, + { + "grad_norm": 0.2908743917942047, + "learning_rate": 8.368424309244607e-05, + "loss": 0.0379, + "step": 12060 + }, + { + "grad_norm": 0.26854583621025085, + "learning_rate": 8.365368295471517e-05, + "loss": 0.0402, + "step": 12070 + }, + { + "grad_norm": 0.3766118884086609, + "learning_rate": 8.362309981500931e-05, + "loss": 0.0418, + "step": 12080 + }, + { + "grad_norm": 0.29457035660743713, + "learning_rate": 8.359249369423177e-05, + "loss": 0.0382, + "step": 12090 + }, + { + "grad_norm": 0.36171743273735046, + "learning_rate": 8.356186461330155e-05, + "loss": 0.0377, + "step": 12100 + }, + { + "grad_norm": 0.3099476099014282, + "learning_rate": 8.353121259315334e-05, + "loss": 0.0377, + "step": 12110 + }, + { + "grad_norm": 0.3684020936489105, + "learning_rate": 8.350053765473751e-05, + "loss": 0.0334, + "step": 12120 + }, + { + "grad_norm": 0.2549896240234375, + "learning_rate": 8.346983981902005e-05, + "loss": 0.0365, + "step": 12130 + }, + { + "grad_norm": 0.3254314959049225, + "learning_rate": 8.343911910698271e-05, + "loss": 0.0361, + "step": 12140 + }, + { + "grad_norm": 0.29597288370132446, + "learning_rate": 8.340837553962278e-05, + "loss": 0.0327, + "step": 12150 + }, + { + "grad_norm": 0.35000261664390564, + "learning_rate": 8.337760913795316e-05, + "loss": 0.0379, + "step": 12160 + }, + { + "grad_norm": 0.3279671370983124, + "learning_rate": 8.334681992300244e-05, + "loss": 0.0424, + "step": 12170 + }, + { + "grad_norm": 0.426547646522522, + "learning_rate": 8.331600791581475e-05, + "loss": 0.0379, + "step": 12180 + }, + { + "grad_norm": 0.249021515250206, + "learning_rate": 8.328517313744978e-05, + "loss": 0.0326, + "step": 12190 + }, + { + "grad_norm": 0.3823479115962982, + "learning_rate": 8.325431560898286e-05, + "loss": 0.0375, + "step": 12200 + }, + { + "grad_norm": 0.3974364697933197, + "learning_rate": 8.322343535150478e-05, + "loss": 0.0373, + "step": 12210 + }, + { + "grad_norm": 0.35777831077575684, + "learning_rate": 8.319253238612191e-05, + "loss": 0.0425, + "step": 12220 + }, + { + "grad_norm": 0.4151586890220642, + "learning_rate": 8.316160673395614e-05, + "loss": 0.0444, + "step": 12230 + }, + { + "grad_norm": 0.29351913928985596, + "learning_rate": 8.313065841614487e-05, + "loss": 0.0342, + "step": 12240 + }, + { + "grad_norm": 0.23978742957115173, + "learning_rate": 8.309968745384096e-05, + "loss": 0.0345, + "step": 12250 + }, + { + "grad_norm": 0.39755168557167053, + "learning_rate": 8.306869386821282e-05, + "loss": 0.0315, + "step": 12260 + }, + { + "grad_norm": 0.2989995777606964, + "learning_rate": 8.30376776804442e-05, + "loss": 0.048, + "step": 12270 + }, + { + "grad_norm": 0.2794414162635803, + "learning_rate": 8.300663891173443e-05, + "loss": 0.0499, + "step": 12280 + }, + { + "grad_norm": 0.31148841977119446, + "learning_rate": 8.297557758329822e-05, + "loss": 0.0377, + "step": 12290 + }, + { + "grad_norm": 0.2802349627017975, + "learning_rate": 8.294449371636564e-05, + "loss": 0.0397, + "step": 12300 + }, + { + "grad_norm": 0.22188764810562134, + "learning_rate": 8.291338733218226e-05, + "loss": 0.0407, + "step": 12310 + }, + { + "grad_norm": 0.2585640251636505, + "learning_rate": 8.2882258452009e-05, + "loss": 0.0452, + "step": 12320 + }, + { + "grad_norm": 0.29735004901885986, + "learning_rate": 8.285110709712214e-05, + "loss": 0.0419, + "step": 12330 + }, + { + "grad_norm": 0.3994351923465729, + "learning_rate": 8.281993328881337e-05, + "loss": 0.0437, + "step": 12340 + }, + { + "grad_norm": 0.29005661606788635, + "learning_rate": 8.278873704838964e-05, + "loss": 0.036, + "step": 12350 + }, + { + "grad_norm": 0.2907143533229828, + "learning_rate": 8.275751839717334e-05, + "loss": 0.0364, + "step": 12360 + }, + { + "grad_norm": 0.33533746004104614, + "learning_rate": 8.272627735650208e-05, + "loss": 0.0454, + "step": 12370 + }, + { + "grad_norm": 0.3500628173351288, + "learning_rate": 8.269501394772884e-05, + "loss": 0.0481, + "step": 12380 + }, + { + "grad_norm": 0.418323814868927, + "learning_rate": 8.266372819222189e-05, + "loss": 0.0403, + "step": 12390 + }, + { + "grad_norm": 0.3552350401878357, + "learning_rate": 8.26324201113647e-05, + "loss": 0.0475, + "step": 12400 + }, + { + "grad_norm": 0.6507355570793152, + "learning_rate": 8.260108972655606e-05, + "loss": 0.037, + "step": 12410 + }, + { + "grad_norm": 0.4068305492401123, + "learning_rate": 8.256973705921e-05, + "loss": 0.0639, + "step": 12420 + }, + { + "grad_norm": 0.33764567971229553, + "learning_rate": 8.25383621307558e-05, + "loss": 0.0459, + "step": 12430 + }, + { + "grad_norm": 0.26711055636405945, + "learning_rate": 8.25069649626379e-05, + "loss": 0.0391, + "step": 12440 + }, + { + "grad_norm": 0.3608790338039398, + "learning_rate": 8.247554557631596e-05, + "loss": 0.0467, + "step": 12450 + }, + { + "grad_norm": 0.32022279500961304, + "learning_rate": 8.244410399326483e-05, + "loss": 0.0366, + "step": 12460 + }, + { + "grad_norm": 0.2621922194957733, + "learning_rate": 8.241264023497457e-05, + "loss": 0.0335, + "step": 12470 + }, + { + "grad_norm": 0.3447324335575104, + "learning_rate": 8.238115432295034e-05, + "loss": 0.0325, + "step": 12480 + }, + { + "grad_norm": 0.3344780504703522, + "learning_rate": 8.234964627871247e-05, + "loss": 0.0598, + "step": 12490 + }, + { + "grad_norm": 0.38957497477531433, + "learning_rate": 8.231811612379639e-05, + "loss": 0.0304, + "step": 12500 + }, + { + "grad_norm": 0.36927682161331177, + "learning_rate": 8.228656387975268e-05, + "loss": 0.0418, + "step": 12510 + }, + { + "grad_norm": 0.32662492990493774, + "learning_rate": 8.225498956814702e-05, + "loss": 0.0495, + "step": 12520 + }, + { + "grad_norm": 0.33742907643318176, + "learning_rate": 8.222339321056014e-05, + "loss": 0.035, + "step": 12530 + }, + { + "grad_norm": 0.3250957131385803, + "learning_rate": 8.219177482858785e-05, + "loss": 0.0351, + "step": 12540 + }, + { + "grad_norm": 0.3596433699131012, + "learning_rate": 8.216013444384099e-05, + "loss": 0.0366, + "step": 12550 + }, + { + "grad_norm": 0.3181917369365692, + "learning_rate": 8.21284720779455e-05, + "loss": 0.0389, + "step": 12560 + }, + { + "grad_norm": 0.2387077510356903, + "learning_rate": 8.209678775254231e-05, + "loss": 0.0394, + "step": 12570 + }, + { + "grad_norm": 0.3077508807182312, + "learning_rate": 8.206508148928733e-05, + "loss": 0.0441, + "step": 12580 + }, + { + "grad_norm": 0.3340734541416168, + "learning_rate": 8.203335330985151e-05, + "loss": 0.0326, + "step": 12590 + }, + { + "grad_norm": 0.2534119784832001, + "learning_rate": 8.200160323592076e-05, + "loss": 0.0443, + "step": 12600 + }, + { + "grad_norm": 0.22328419983386993, + "learning_rate": 8.196983128919598e-05, + "loss": 0.0375, + "step": 12610 + }, + { + "grad_norm": 0.2988828420639038, + "learning_rate": 8.193803749139295e-05, + "loss": 0.0379, + "step": 12620 + }, + { + "grad_norm": 0.2824600338935852, + "learning_rate": 8.190622186424244e-05, + "loss": 0.0331, + "step": 12630 + }, + { + "grad_norm": 0.35438334941864014, + "learning_rate": 8.187438442949016e-05, + "loss": 0.0347, + "step": 12640 + }, + { + "grad_norm": 0.2625299096107483, + "learning_rate": 8.184252520889668e-05, + "loss": 0.0379, + "step": 12650 + }, + { + "grad_norm": 0.29010847210884094, + "learning_rate": 8.181064422423748e-05, + "loss": 0.0368, + "step": 12660 + }, + { + "grad_norm": 0.2849348485469818, + "learning_rate": 8.177874149730289e-05, + "loss": 0.0428, + "step": 12670 + }, + { + "grad_norm": 0.2988656163215637, + "learning_rate": 8.174681704989816e-05, + "loss": 0.0368, + "step": 12680 + }, + { + "grad_norm": 0.32142969965934753, + "learning_rate": 8.171487090384333e-05, + "loss": 0.0433, + "step": 12690 + }, + { + "grad_norm": 0.2937227487564087, + "learning_rate": 8.168290308097328e-05, + "loss": 0.0372, + "step": 12700 + }, + { + "grad_norm": 0.38386014103889465, + "learning_rate": 8.165091360313774e-05, + "loss": 0.0422, + "step": 12710 + }, + { + "grad_norm": 0.274351567029953, + "learning_rate": 8.161890249220119e-05, + "loss": 0.0396, + "step": 12720 + }, + { + "grad_norm": 0.34315061569213867, + "learning_rate": 8.158686977004295e-05, + "loss": 0.0519, + "step": 12730 + }, + { + "grad_norm": 0.27236664295196533, + "learning_rate": 8.155481545855706e-05, + "loss": 0.0322, + "step": 12740 + }, + { + "grad_norm": 0.25819432735443115, + "learning_rate": 8.152273957965233e-05, + "loss": 0.0327, + "step": 12750 + }, + { + "grad_norm": 0.3280186057090759, + "learning_rate": 8.149064215525237e-05, + "loss": 0.0403, + "step": 12760 + }, + { + "grad_norm": 0.28048062324523926, + "learning_rate": 8.14585232072954e-05, + "loss": 0.0299, + "step": 12770 + }, + { + "grad_norm": 0.305439293384552, + "learning_rate": 8.142638275773449e-05, + "loss": 0.0311, + "step": 12780 + }, + { + "grad_norm": 0.32855936884880066, + "learning_rate": 8.139422082853729e-05, + "loss": 0.0444, + "step": 12790 + }, + { + "grad_norm": 0.30803585052490234, + "learning_rate": 8.136203744168618e-05, + "loss": 0.0383, + "step": 12800 + }, + { + "grad_norm": 0.31643834710121155, + "learning_rate": 8.132983261917819e-05, + "loss": 0.0276, + "step": 12810 + }, + { + "grad_norm": 0.35239070653915405, + "learning_rate": 8.129760638302504e-05, + "loss": 0.0431, + "step": 12820 + }, + { + "grad_norm": 0.3688420057296753, + "learning_rate": 8.126535875525305e-05, + "loss": 0.0398, + "step": 12830 + }, + { + "grad_norm": 0.3061785399913788, + "learning_rate": 8.123308975790316e-05, + "loss": 0.0334, + "step": 12840 + }, + { + "grad_norm": 0.3438871502876282, + "learning_rate": 8.120079941303094e-05, + "loss": 0.0317, + "step": 12850 + }, + { + "grad_norm": 0.379741907119751, + "learning_rate": 8.116848774270651e-05, + "loss": 0.0419, + "step": 12860 + }, + { + "grad_norm": 0.3064018487930298, + "learning_rate": 8.113615476901461e-05, + "loss": 0.0344, + "step": 12870 + }, + { + "grad_norm": 0.3422912061214447, + "learning_rate": 8.110380051405454e-05, + "loss": 0.0481, + "step": 12880 + }, + { + "grad_norm": 0.3084028661251068, + "learning_rate": 8.107142499994009e-05, + "loss": 0.0468, + "step": 12890 + }, + { + "grad_norm": 0.241388738155365, + "learning_rate": 8.103902824879966e-05, + "loss": 0.0595, + "step": 12900 + }, + { + "grad_norm": 0.2967901825904846, + "learning_rate": 8.10066102827761e-05, + "loss": 0.0298, + "step": 12910 + }, + { + "grad_norm": 0.3348517417907715, + "learning_rate": 8.097417112402676e-05, + "loss": 0.0403, + "step": 12920 + }, + { + "grad_norm": 0.3278858959674835, + "learning_rate": 8.094171079472355e-05, + "loss": 0.0371, + "step": 12930 + }, + { + "grad_norm": 0.32413503527641296, + "learning_rate": 8.090922931705277e-05, + "loss": 0.0363, + "step": 12940 + }, + { + "grad_norm": 0.37378910183906555, + "learning_rate": 8.08767267132152e-05, + "loss": 0.0306, + "step": 12950 + }, + { + "grad_norm": 0.2473660558462143, + "learning_rate": 8.084420300542608e-05, + "loss": 0.0439, + "step": 12960 + }, + { + "grad_norm": 0.3575455844402313, + "learning_rate": 8.081165821591505e-05, + "loss": 0.0373, + "step": 12970 + }, + { + "grad_norm": 0.24338535964488983, + "learning_rate": 8.077909236692615e-05, + "loss": 0.0349, + "step": 12980 + }, + { + "grad_norm": 0.36007609963417053, + "learning_rate": 8.074650548071787e-05, + "loss": 0.0327, + "step": 12990 + }, + { + "grad_norm": 0.3349473178386688, + "learning_rate": 8.071389757956301e-05, + "loss": 0.0457, + "step": 13000 + }, + { + "grad_norm": 0.24751709401607513, + "learning_rate": 8.068126868574876e-05, + "loss": 0.0444, + "step": 13010 + }, + { + "grad_norm": 0.2528160810470581, + "learning_rate": 8.064861882157668e-05, + "loss": 0.0343, + "step": 13020 + }, + { + "grad_norm": 0.23635700345039368, + "learning_rate": 8.061594800936263e-05, + "loss": 0.034, + "step": 13030 + }, + { + "grad_norm": 0.25419092178344727, + "learning_rate": 8.058325627143681e-05, + "loss": 0.0458, + "step": 13040 + }, + { + "grad_norm": 0.3509175777435303, + "learning_rate": 8.055054363014372e-05, + "loss": 0.0392, + "step": 13050 + }, + { + "grad_norm": 0.2649172842502594, + "learning_rate": 8.051781010784211e-05, + "loss": 0.034, + "step": 13060 + }, + { + "grad_norm": 0.30626943707466125, + "learning_rate": 8.048505572690506e-05, + "loss": 0.04, + "step": 13070 + }, + { + "grad_norm": 0.25850749015808105, + "learning_rate": 8.045228050971988e-05, + "loss": 0.0357, + "step": 13080 + }, + { + "grad_norm": 0.22665847837924957, + "learning_rate": 8.041948447868814e-05, + "loss": 0.0322, + "step": 13090 + }, + { + "grad_norm": 0.32332438230514526, + "learning_rate": 8.038666765622558e-05, + "loss": 0.0373, + "step": 13100 + }, + { + "grad_norm": 0.34296712279319763, + "learning_rate": 8.03538300647622e-05, + "loss": 0.0315, + "step": 13110 + }, + { + "grad_norm": 0.2704772353172302, + "learning_rate": 8.03209717267422e-05, + "loss": 0.0316, + "step": 13120 + }, + { + "grad_norm": 0.2997858226299286, + "learning_rate": 8.028809266462395e-05, + "loss": 0.0418, + "step": 13130 + }, + { + "grad_norm": 0.2643779516220093, + "learning_rate": 8.025519290087994e-05, + "loss": 0.0379, + "step": 13140 + }, + { + "grad_norm": 0.28472861647605896, + "learning_rate": 8.022227245799688e-05, + "loss": 0.0316, + "step": 13150 + }, + { + "grad_norm": 0.2758655548095703, + "learning_rate": 8.018933135847557e-05, + "loss": 0.0327, + "step": 13160 + }, + { + "grad_norm": 0.27636289596557617, + "learning_rate": 8.015636962483096e-05, + "loss": 0.0284, + "step": 13170 + }, + { + "grad_norm": 0.27069857716560364, + "learning_rate": 8.012338727959205e-05, + "loss": 0.039, + "step": 13180 + }, + { + "grad_norm": 0.27855998277664185, + "learning_rate": 8.009038434530198e-05, + "loss": 0.0445, + "step": 13190 + }, + { + "grad_norm": 0.3305502235889435, + "learning_rate": 8.005736084451796e-05, + "loss": 0.0374, + "step": 13200 + }, + { + "grad_norm": 0.34633925557136536, + "learning_rate": 8.002431679981122e-05, + "loss": 0.0352, + "step": 13210 + }, + { + "grad_norm": 0.3880796730518341, + "learning_rate": 7.999125223376706e-05, + "loss": 0.033, + "step": 13220 + }, + { + "grad_norm": 0.33716878294944763, + "learning_rate": 7.99581671689848e-05, + "loss": 0.0334, + "step": 13230 + }, + { + "grad_norm": 0.3179018795490265, + "learning_rate": 7.992506162807775e-05, + "loss": 0.0507, + "step": 13240 + }, + { + "grad_norm": 0.28086593747138977, + "learning_rate": 7.989193563367328e-05, + "loss": 0.0368, + "step": 13250 + }, + { + "grad_norm": 0.3294808268547058, + "learning_rate": 7.985878920841266e-05, + "loss": 0.0435, + "step": 13260 + }, + { + "grad_norm": 0.26602521538734436, + "learning_rate": 7.982562237495117e-05, + "loss": 0.0559, + "step": 13270 + }, + { + "grad_norm": 0.38330402970314026, + "learning_rate": 7.979243515595802e-05, + "loss": 0.0331, + "step": 13280 + }, + { + "grad_norm": 0.3174578547477722, + "learning_rate": 7.975922757411636e-05, + "loss": 0.0385, + "step": 13290 + }, + { + "grad_norm": 0.2612973153591156, + "learning_rate": 7.972599965212329e-05, + "loss": 0.0382, + "step": 13300 + }, + { + "grad_norm": 0.2866204082965851, + "learning_rate": 7.969275141268973e-05, + "loss": 0.0391, + "step": 13310 + }, + { + "grad_norm": 0.4993976354598999, + "learning_rate": 7.96594828785406e-05, + "loss": 0.0475, + "step": 13320 + }, + { + "grad_norm": 0.31602662801742554, + "learning_rate": 7.962619407241456e-05, + "loss": 0.0397, + "step": 13330 + }, + { + "grad_norm": 0.333077073097229, + "learning_rate": 7.959288501706424e-05, + "loss": 0.0385, + "step": 13340 + }, + { + "grad_norm": 0.37225696444511414, + "learning_rate": 7.955955573525605e-05, + "loss": 0.0415, + "step": 13350 + }, + { + "grad_norm": 0.31582438945770264, + "learning_rate": 7.952620624977026e-05, + "loss": 0.0468, + "step": 13360 + }, + { + "grad_norm": 0.24249452352523804, + "learning_rate": 7.949283658340089e-05, + "loss": 0.0404, + "step": 13370 + }, + { + "grad_norm": 0.31674984097480774, + "learning_rate": 7.945944675895585e-05, + "loss": 0.044, + "step": 13380 + }, + { + "grad_norm": 0.3023558259010315, + "learning_rate": 7.942603679925671e-05, + "loss": 0.0408, + "step": 13390 + }, + { + "grad_norm": 0.29134154319763184, + "learning_rate": 7.93926067271389e-05, + "loss": 0.0385, + "step": 13400 + }, + { + "grad_norm": 0.2836974561214447, + "learning_rate": 7.935915656545155e-05, + "loss": 0.0378, + "step": 13410 + }, + { + "grad_norm": 0.34494560956954956, + "learning_rate": 7.932568633705752e-05, + "loss": 0.0403, + "step": 13420 + }, + { + "grad_norm": 0.32467159628868103, + "learning_rate": 7.929219606483341e-05, + "loss": 0.0344, + "step": 13430 + }, + { + "grad_norm": 0.31151309609413147, + "learning_rate": 7.925868577166948e-05, + "loss": 0.0336, + "step": 13440 + }, + { + "grad_norm": 0.2695073187351227, + "learning_rate": 7.922515548046974e-05, + "loss": 0.0397, + "step": 13450 + }, + { + "grad_norm": 0.2995295822620392, + "learning_rate": 7.919160521415179e-05, + "loss": 0.0389, + "step": 13460 + }, + { + "grad_norm": 0.26803502440452576, + "learning_rate": 7.915803499564694e-05, + "loss": 0.0339, + "step": 13470 + }, + { + "grad_norm": 0.28532353043556213, + "learning_rate": 7.912444484790013e-05, + "loss": 0.033, + "step": 13480 + }, + { + "grad_norm": 0.28304022550582886, + "learning_rate": 7.909083479386987e-05, + "loss": 0.0422, + "step": 13490 + }, + { + "grad_norm": 0.3593834638595581, + "learning_rate": 7.905720485652836e-05, + "loss": 0.0383, + "step": 13500 + }, + { + "grad_norm": 0.27275195717811584, + "learning_rate": 7.902355505886132e-05, + "loss": 0.0296, + "step": 13510 + }, + { + "grad_norm": 0.29745447635650635, + "learning_rate": 7.898988542386805e-05, + "loss": 0.0279, + "step": 13520 + }, + { + "grad_norm": 0.2945007085800171, + "learning_rate": 7.895619597456147e-05, + "loss": 0.0402, + "step": 13530 + }, + { + "grad_norm": 0.3258538246154785, + "learning_rate": 7.892248673396798e-05, + "loss": 0.0379, + "step": 13540 + }, + { + "grad_norm": 0.31510311365127563, + "learning_rate": 7.888875772512754e-05, + "loss": 0.0346, + "step": 13550 + }, + { + "grad_norm": 0.27063873410224915, + "learning_rate": 7.885500897109359e-05, + "loss": 0.0409, + "step": 13560 + }, + { + "grad_norm": 0.27621662616729736, + "learning_rate": 7.882124049493309e-05, + "loss": 0.0405, + "step": 13570 + }, + { + "grad_norm": 0.37110862135887146, + "learning_rate": 7.878745231972649e-05, + "loss": 0.0439, + "step": 13580 + }, + { + "grad_norm": 0.2896997332572937, + "learning_rate": 7.875364446856766e-05, + "loss": 0.0402, + "step": 13590 + }, + { + "grad_norm": 0.30441001057624817, + "learning_rate": 7.871981696456398e-05, + "loss": 0.0358, + "step": 13600 + }, + { + "grad_norm": 0.3537239730358124, + "learning_rate": 7.868596983083623e-05, + "loss": 0.0342, + "step": 13610 + }, + { + "grad_norm": 0.25248467922210693, + "learning_rate": 7.865210309051858e-05, + "loss": 0.0329, + "step": 13620 + }, + { + "grad_norm": 0.33937111496925354, + "learning_rate": 7.861821676675863e-05, + "loss": 0.0452, + "step": 13630 + }, + { + "grad_norm": 0.23376218974590302, + "learning_rate": 7.858431088271739e-05, + "loss": 0.0525, + "step": 13640 + }, + { + "grad_norm": 0.3639006018638611, + "learning_rate": 7.855038546156918e-05, + "loss": 0.0426, + "step": 13650 + }, + { + "grad_norm": 0.24840958416461945, + "learning_rate": 7.851644052650173e-05, + "loss": 0.0333, + "step": 13660 + }, + { + "grad_norm": 0.3254168927669525, + "learning_rate": 7.848247610071609e-05, + "loss": 0.0343, + "step": 13670 + }, + { + "grad_norm": 0.3118671774864197, + "learning_rate": 7.844849220742658e-05, + "loss": 0.0379, + "step": 13680 + }, + { + "grad_norm": 0.2608283460140228, + "learning_rate": 7.841448886986092e-05, + "loss": 0.0344, + "step": 13690 + }, + { + "grad_norm": 0.2671319544315338, + "learning_rate": 7.838046611126004e-05, + "loss": 0.0367, + "step": 13700 + }, + { + "grad_norm": 0.32739922404289246, + "learning_rate": 7.834642395487819e-05, + "loss": 0.0347, + "step": 13710 + }, + { + "grad_norm": 0.30451494455337524, + "learning_rate": 7.831236242398285e-05, + "loss": 0.0339, + "step": 13720 + }, + { + "grad_norm": 0.30579620599746704, + "learning_rate": 7.827828154185477e-05, + "loss": 0.0361, + "step": 13730 + }, + { + "grad_norm": 0.2507328987121582, + "learning_rate": 7.82441813317879e-05, + "loss": 0.0473, + "step": 13740 + }, + { + "grad_norm": 0.2523370087146759, + "learning_rate": 7.821006181708944e-05, + "loss": 0.0358, + "step": 13750 + }, + { + "grad_norm": 0.3180537819862366, + "learning_rate": 7.81759230210797e-05, + "loss": 0.0358, + "step": 13760 + }, + { + "grad_norm": 0.20697130262851715, + "learning_rate": 7.814176496709227e-05, + "loss": 0.025, + "step": 13770 + }, + { + "grad_norm": 0.3009845018386841, + "learning_rate": 7.810758767847385e-05, + "loss": 0.0285, + "step": 13780 + }, + { + "grad_norm": 0.32811322808265686, + "learning_rate": 7.807339117858427e-05, + "loss": 0.0301, + "step": 13790 + }, + { + "grad_norm": 0.36840102076530457, + "learning_rate": 7.803917549079655e-05, + "loss": 0.0468, + "step": 13800 + }, + { + "grad_norm": 0.33819156885147095, + "learning_rate": 7.800494063849679e-05, + "loss": 0.0384, + "step": 13810 + }, + { + "grad_norm": 0.407383531332016, + "learning_rate": 7.797068664508416e-05, + "loss": 0.0418, + "step": 13820 + }, + { + "grad_norm": 0.35050925612449646, + "learning_rate": 7.793641353397096e-05, + "loss": 0.0362, + "step": 13830 + }, + { + "grad_norm": 0.30929937958717346, + "learning_rate": 7.790212132858253e-05, + "loss": 0.0406, + "step": 13840 + }, + { + "grad_norm": 0.30566561222076416, + "learning_rate": 7.786781005235728e-05, + "loss": 0.0445, + "step": 13850 + }, + { + "grad_norm": 0.295348584651947, + "learning_rate": 7.783347972874662e-05, + "loss": 0.0408, + "step": 13860 + }, + { + "grad_norm": 0.3167564570903778, + "learning_rate": 7.779913038121504e-05, + "loss": 0.0473, + "step": 13870 + }, + { + "grad_norm": 0.2833508253097534, + "learning_rate": 7.776476203323997e-05, + "loss": 0.0439, + "step": 13880 + }, + { + "grad_norm": 0.34792032837867737, + "learning_rate": 7.773037470831185e-05, + "loss": 0.0342, + "step": 13890 + }, + { + "grad_norm": 0.2668531537055969, + "learning_rate": 7.76959684299341e-05, + "loss": 0.037, + "step": 13900 + }, + { + "grad_norm": 0.4100760519504547, + "learning_rate": 7.76615432216231e-05, + "loss": 0.0412, + "step": 13910 + }, + { + "grad_norm": 0.2941218316555023, + "learning_rate": 7.762709910690811e-05, + "loss": 0.0343, + "step": 13920 + }, + { + "grad_norm": 0.851030707359314, + "learning_rate": 7.759263610933141e-05, + "loss": 0.0387, + "step": 13930 + }, + { + "grad_norm": 0.2798950970172882, + "learning_rate": 7.755815425244811e-05, + "loss": 0.0374, + "step": 13940 + }, + { + "grad_norm": 0.3610503077507019, + "learning_rate": 7.752365355982624e-05, + "loss": 0.0389, + "step": 13950 + }, + { + "grad_norm": 0.2593751549720764, + "learning_rate": 7.748913405504668e-05, + "loss": 0.0356, + "step": 13960 + }, + { + "grad_norm": 0.325647234916687, + "learning_rate": 7.745459576170322e-05, + "loss": 0.0413, + "step": 13970 + }, + { + "grad_norm": 0.27511653304100037, + "learning_rate": 7.742003870340242e-05, + "loss": 0.0333, + "step": 13980 + }, + { + "grad_norm": 0.2891910672187805, + "learning_rate": 7.738546290376373e-05, + "loss": 0.0317, + "step": 13990 + }, + { + "grad_norm": 0.2822493314743042, + "learning_rate": 7.735086838641937e-05, + "loss": 0.0328, + "step": 14000 + }, + { + "grad_norm": 0.33355170488357544, + "learning_rate": 7.731625517501437e-05, + "loss": 0.0413, + "step": 14010 + }, + { + "grad_norm": 0.23181714117527008, + "learning_rate": 7.728162329320655e-05, + "loss": 0.0385, + "step": 14020 + }, + { + "grad_norm": 0.3167549967765808, + "learning_rate": 7.724697276466645e-05, + "loss": 0.04, + "step": 14030 + }, + { + "grad_norm": 0.38901835680007935, + "learning_rate": 7.721230361307738e-05, + "loss": 0.0423, + "step": 14040 + }, + { + "grad_norm": 0.35027047991752625, + "learning_rate": 7.71776158621354e-05, + "loss": 0.0299, + "step": 14050 + }, + { + "grad_norm": 0.23011772334575653, + "learning_rate": 7.714290953554925e-05, + "loss": 0.0375, + "step": 14060 + }, + { + "grad_norm": 0.3183448016643524, + "learning_rate": 7.710818465704037e-05, + "loss": 0.0436, + "step": 14070 + }, + { + "grad_norm": 0.3906857967376709, + "learning_rate": 7.707344125034288e-05, + "loss": 0.0379, + "step": 14080 + }, + { + "grad_norm": 0.33964627981185913, + "learning_rate": 7.703867933920359e-05, + "loss": 0.0381, + "step": 14090 + }, + { + "grad_norm": 0.3507366180419922, + "learning_rate": 7.700389894738194e-05, + "loss": 0.0408, + "step": 14100 + }, + { + "grad_norm": 0.3513489067554474, + "learning_rate": 7.696910009864999e-05, + "loss": 0.0383, + "step": 14110 + }, + { + "grad_norm": 0.32100266218185425, + "learning_rate": 7.693428281679241e-05, + "loss": 0.0331, + "step": 14120 + }, + { + "grad_norm": 0.30383631587028503, + "learning_rate": 7.689944712560652e-05, + "loss": 0.0412, + "step": 14130 + }, + { + "grad_norm": 0.30386367440223694, + "learning_rate": 7.686459304890214e-05, + "loss": 0.0383, + "step": 14140 + }, + { + "grad_norm": 0.35910916328430176, + "learning_rate": 7.682972061050175e-05, + "loss": 0.0422, + "step": 14150 + }, + { + "grad_norm": 0.3231441378593445, + "learning_rate": 7.679482983424032e-05, + "loss": 0.0335, + "step": 14160 + }, + { + "grad_norm": 0.3523184359073639, + "learning_rate": 7.675992074396534e-05, + "loss": 0.0397, + "step": 14170 + }, + { + "grad_norm": 0.2815442979335785, + "learning_rate": 7.672499336353687e-05, + "loss": 0.038, + "step": 14180 + }, + { + "grad_norm": 0.290522038936615, + "learning_rate": 7.669004771682744e-05, + "loss": 0.045, + "step": 14190 + }, + { + "grad_norm": 0.24594369530677795, + "learning_rate": 7.665508382772206e-05, + "loss": 0.0333, + "step": 14200 + }, + { + "grad_norm": 0.2936910092830658, + "learning_rate": 7.662010172011824e-05, + "loss": 0.0345, + "step": 14210 + }, + { + "grad_norm": 0.2817087471485138, + "learning_rate": 7.658510141792588e-05, + "loss": 0.044, + "step": 14220 + }, + { + "grad_norm": 0.25641268491744995, + "learning_rate": 7.65500829450674e-05, + "loss": 0.0422, + "step": 14230 + }, + { + "grad_norm": 0.31721818447113037, + "learning_rate": 7.651504632547759e-05, + "loss": 0.0356, + "step": 14240 + }, + { + "grad_norm": 0.2204066663980484, + "learning_rate": 7.647999158310364e-05, + "loss": 0.032, + "step": 14250 + }, + { + "grad_norm": 0.2649019956588745, + "learning_rate": 7.644491874190512e-05, + "loss": 0.0308, + "step": 14260 + }, + { + "grad_norm": 0.3784712851047516, + "learning_rate": 7.6409827825854e-05, + "loss": 0.0438, + "step": 14270 + }, + { + "grad_norm": 0.2745366394519806, + "learning_rate": 7.637471885893459e-05, + "loss": 0.0461, + "step": 14280 + }, + { + "grad_norm": 0.30707162618637085, + "learning_rate": 7.633959186514354e-05, + "loss": 0.0318, + "step": 14290 + }, + { + "grad_norm": 0.3145157992839813, + "learning_rate": 7.630444686848984e-05, + "loss": 0.0421, + "step": 14300 + }, + { + "grad_norm": 0.34090420603752136, + "learning_rate": 7.626928389299471e-05, + "loss": 0.0382, + "step": 14310 + }, + { + "grad_norm": 0.3083932399749756, + "learning_rate": 7.623410296269175e-05, + "loss": 0.0379, + "step": 14320 + }, + { + "grad_norm": 0.34125223755836487, + "learning_rate": 7.61989041016268e-05, + "loss": 0.0375, + "step": 14330 + }, + { + "grad_norm": 0.3264963626861572, + "learning_rate": 7.616368733385793e-05, + "loss": 0.0399, + "step": 14340 + }, + { + "grad_norm": 0.3210318982601166, + "learning_rate": 7.612845268345547e-05, + "loss": 0.0317, + "step": 14350 + }, + { + "grad_norm": 0.2991465628147125, + "learning_rate": 7.609320017450199e-05, + "loss": 0.031, + "step": 14360 + }, + { + "grad_norm": 0.3502300977706909, + "learning_rate": 7.605792983109222e-05, + "loss": 0.0389, + "step": 14370 + }, + { + "grad_norm": 0.2656024694442749, + "learning_rate": 7.602264167733313e-05, + "loss": 0.0323, + "step": 14380 + }, + { + "grad_norm": 0.3119194805622101, + "learning_rate": 7.598733573734384e-05, + "loss": 0.0341, + "step": 14390 + }, + { + "grad_norm": 0.25697004795074463, + "learning_rate": 7.595201203525561e-05, + "loss": 0.0366, + "step": 14400 + }, + { + "grad_norm": 0.2574220597743988, + "learning_rate": 7.591667059521187e-05, + "loss": 0.0379, + "step": 14410 + }, + { + "grad_norm": 0.29103928804397583, + "learning_rate": 7.588131144136815e-05, + "loss": 0.0379, + "step": 14420 + }, + { + "grad_norm": 0.2700781524181366, + "learning_rate": 7.584593459789212e-05, + "loss": 0.037, + "step": 14430 + }, + { + "grad_norm": 0.26501697301864624, + "learning_rate": 7.58105400889635e-05, + "loss": 0.0366, + "step": 14440 + }, + { + "grad_norm": 0.3003726005554199, + "learning_rate": 7.57751279387741e-05, + "loss": 0.0318, + "step": 14450 + }, + { + "grad_norm": 0.358084499835968, + "learning_rate": 7.573969817152782e-05, + "loss": 0.0358, + "step": 14460 + }, + { + "grad_norm": 0.26165735721588135, + "learning_rate": 7.570425081144052e-05, + "loss": 0.0327, + "step": 14470 + }, + { + "grad_norm": 0.30743566155433655, + "learning_rate": 7.56687858827402e-05, + "loss": 0.0415, + "step": 14480 + }, + { + "grad_norm": 0.34653010964393616, + "learning_rate": 7.563330340966675e-05, + "loss": 0.0309, + "step": 14490 + }, + { + "grad_norm": 0.2689342498779297, + "learning_rate": 7.559780341647212e-05, + "loss": 0.0299, + "step": 14500 + }, + { + "grad_norm": 0.3634462058544159, + "learning_rate": 7.556228592742026e-05, + "loss": 0.0428, + "step": 14510 + }, + { + "grad_norm": 0.30479860305786133, + "learning_rate": 7.552675096678696e-05, + "loss": 0.0403, + "step": 14520 + }, + { + "grad_norm": 0.22917775809764862, + "learning_rate": 7.549119855886012e-05, + "loss": 0.0286, + "step": 14530 + }, + { + "grad_norm": 0.23594850301742554, + "learning_rate": 7.545562872793941e-05, + "loss": 0.0402, + "step": 14540 + }, + { + "grad_norm": 0.25766971707344055, + "learning_rate": 7.542004149833648e-05, + "loss": 0.0337, + "step": 14550 + }, + { + "grad_norm": 0.28515222668647766, + "learning_rate": 7.538443689437492e-05, + "loss": 0.0349, + "step": 14560 + }, + { + "grad_norm": 0.2782145142555237, + "learning_rate": 7.53488149403901e-05, + "loss": 0.0407, + "step": 14570 + }, + { + "grad_norm": 0.22764727473258972, + "learning_rate": 7.531317566072929e-05, + "loss": 0.0382, + "step": 14580 + }, + { + "grad_norm": 0.3018157184123993, + "learning_rate": 7.527751907975158e-05, + "loss": 0.0334, + "step": 14590 + }, + { + "grad_norm": 0.3343922793865204, + "learning_rate": 7.524184522182793e-05, + "loss": 0.0309, + "step": 14600 + }, + { + "grad_norm": 0.3285571038722992, + "learning_rate": 7.520615411134112e-05, + "loss": 0.0394, + "step": 14610 + }, + { + "grad_norm": 0.283835768699646, + "learning_rate": 7.517044577268564e-05, + "loss": 0.0351, + "step": 14620 + }, + { + "grad_norm": 0.2945854365825653, + "learning_rate": 7.513472023026782e-05, + "loss": 0.0406, + "step": 14630 + }, + { + "grad_norm": 0.2792169451713562, + "learning_rate": 7.509897750850572e-05, + "loss": 0.0318, + "step": 14640 + }, + { + "grad_norm": 0.29079070687294006, + "learning_rate": 7.506321763182918e-05, + "loss": 0.0332, + "step": 14650 + }, + { + "grad_norm": 0.27233636379241943, + "learning_rate": 7.50274406246797e-05, + "loss": 0.0329, + "step": 14660 + }, + { + "grad_norm": 0.31583717465400696, + "learning_rate": 7.499164651151056e-05, + "loss": 0.0324, + "step": 14670 + }, + { + "grad_norm": 0.26524460315704346, + "learning_rate": 7.495583531678669e-05, + "loss": 0.0401, + "step": 14680 + }, + { + "grad_norm": 0.25923722982406616, + "learning_rate": 7.492000706498469e-05, + "loss": 0.0344, + "step": 14690 + }, + { + "grad_norm": 0.2356114685535431, + "learning_rate": 7.488416178059284e-05, + "loss": 0.0305, + "step": 14700 + }, + { + "grad_norm": 0.29097023606300354, + "learning_rate": 7.484829948811107e-05, + "loss": 0.0333, + "step": 14710 + }, + { + "grad_norm": 0.2571726143360138, + "learning_rate": 7.48124202120509e-05, + "loss": 0.0284, + "step": 14720 + }, + { + "grad_norm": 0.33076441287994385, + "learning_rate": 7.477652397693549e-05, + "loss": 0.0421, + "step": 14730 + }, + { + "grad_norm": 0.27674946188926697, + "learning_rate": 7.474061080729955e-05, + "loss": 0.0393, + "step": 14740 + }, + { + "grad_norm": 0.3623291254043579, + "learning_rate": 7.470468072768941e-05, + "loss": 0.0503, + "step": 14750 + }, + { + "grad_norm": 0.32461661100387573, + "learning_rate": 7.466873376266297e-05, + "loss": 0.037, + "step": 14760 + }, + { + "grad_norm": 0.274946391582489, + "learning_rate": 7.46327699367896e-05, + "loss": 0.0317, + "step": 14770 + }, + { + "grad_norm": 0.21813137829303741, + "learning_rate": 7.459678927465026e-05, + "loss": 0.0273, + "step": 14780 + }, + { + "grad_norm": 0.25325849652290344, + "learning_rate": 7.456079180083737e-05, + "loss": 0.0325, + "step": 14790 + }, + { + "grad_norm": 0.20690101385116577, + "learning_rate": 7.452477753995489e-05, + "loss": 0.0338, + "step": 14800 + }, + { + "grad_norm": 0.368625670671463, + "learning_rate": 7.448874651661823e-05, + "loss": 0.0357, + "step": 14810 + }, + { + "grad_norm": 0.29507753252983093, + "learning_rate": 7.445269875545423e-05, + "loss": 0.031, + "step": 14820 + }, + { + "grad_norm": 0.21053721010684967, + "learning_rate": 7.44166342811012e-05, + "loss": 0.0367, + "step": 14830 + }, + { + "grad_norm": 0.33781296014785767, + "learning_rate": 7.438055311820886e-05, + "loss": 0.036, + "step": 14840 + }, + { + "grad_norm": 0.2342725396156311, + "learning_rate": 7.434445529143837e-05, + "loss": 0.0297, + "step": 14850 + }, + { + "grad_norm": 0.22770927846431732, + "learning_rate": 7.430834082546225e-05, + "loss": 0.0363, + "step": 14860 + }, + { + "grad_norm": 0.3218737244606018, + "learning_rate": 7.427220974496438e-05, + "loss": 0.0339, + "step": 14870 + }, + { + "grad_norm": 0.3109627962112427, + "learning_rate": 7.423606207464005e-05, + "loss": 0.0394, + "step": 14880 + }, + { + "grad_norm": 0.36803799867630005, + "learning_rate": 7.419989783919578e-05, + "loss": 0.032, + "step": 14890 + }, + { + "grad_norm": 0.28152522444725037, + "learning_rate": 7.416371706334956e-05, + "loss": 0.0369, + "step": 14900 + }, + { + "grad_norm": 0.24113145470619202, + "learning_rate": 7.412751977183056e-05, + "loss": 0.0353, + "step": 14910 + }, + { + "grad_norm": 0.38997164368629456, + "learning_rate": 7.409130598937932e-05, + "loss": 0.0443, + "step": 14920 + }, + { + "grad_norm": 0.2616572380065918, + "learning_rate": 7.40550757407476e-05, + "loss": 0.0309, + "step": 14930 + }, + { + "grad_norm": 0.28933048248291016, + "learning_rate": 7.401882905069843e-05, + "loss": 0.0507, + "step": 14940 + }, + { + "grad_norm": 0.2597089111804962, + "learning_rate": 7.39825659440061e-05, + "loss": 0.0388, + "step": 14950 + }, + { + "grad_norm": 0.3273662030696869, + "learning_rate": 7.394628644545609e-05, + "loss": 0.0349, + "step": 14960 + }, + { + "grad_norm": 0.30667608976364136, + "learning_rate": 7.390999057984507e-05, + "loss": 0.0405, + "step": 14970 + }, + { + "grad_norm": 0.3262142241001129, + "learning_rate": 7.387367837198097e-05, + "loss": 0.0392, + "step": 14980 + }, + { + "grad_norm": 0.24591900408267975, + "learning_rate": 7.383734984668281e-05, + "loss": 0.0341, + "step": 14990 + }, + { + "grad_norm": 0.347208708524704, + "learning_rate": 7.38010050287808e-05, + "loss": 0.033, + "step": 15000 + }, + { + "grad_norm": 0.21825073659420013, + "learning_rate": 7.376464394311628e-05, + "loss": 0.0297, + "step": 15010 + }, + { + "grad_norm": 0.27633222937583923, + "learning_rate": 7.372826661454172e-05, + "loss": 0.0464, + "step": 15020 + }, + { + "grad_norm": 0.29248425364494324, + "learning_rate": 7.369187306792068e-05, + "loss": 0.0361, + "step": 15030 + }, + { + "grad_norm": 0.2952369749546051, + "learning_rate": 7.365546332812779e-05, + "loss": 0.0454, + "step": 15040 + }, + { + "grad_norm": 0.3073253333568573, + "learning_rate": 7.361903742004876e-05, + "loss": 0.0321, + "step": 15050 + }, + { + "grad_norm": 0.25731348991394043, + "learning_rate": 7.358259536858039e-05, + "loss": 0.0301, + "step": 15060 + }, + { + "grad_norm": 0.27293524146080017, + "learning_rate": 7.354613719863044e-05, + "loss": 0.0281, + "step": 15070 + }, + { + "grad_norm": 0.29325249791145325, + "learning_rate": 7.350966293511776e-05, + "loss": 0.0368, + "step": 15080 + }, + { + "grad_norm": 0.28544217348098755, + "learning_rate": 7.347317260297212e-05, + "loss": 0.0398, + "step": 15090 + }, + { + "grad_norm": 0.26940208673477173, + "learning_rate": 7.343666622713437e-05, + "loss": 0.0371, + "step": 15100 + }, + { + "grad_norm": 0.3686230480670929, + "learning_rate": 7.340014383255624e-05, + "loss": 0.0334, + "step": 15110 + }, + { + "grad_norm": 0.24266275763511658, + "learning_rate": 7.336360544420044e-05, + "loss": 0.0352, + "step": 15120 + }, + { + "grad_norm": 0.27203091979026794, + "learning_rate": 7.332705108704064e-05, + "loss": 0.0285, + "step": 15130 + }, + { + "grad_norm": 0.3653031587600708, + "learning_rate": 7.329048078606138e-05, + "loss": 0.0378, + "step": 15140 + }, + { + "grad_norm": 0.2722567021846771, + "learning_rate": 7.32538945662581e-05, + "loss": 0.0272, + "step": 15150 + }, + { + "grad_norm": 0.23676806688308716, + "learning_rate": 7.321729245263718e-05, + "loss": 0.0347, + "step": 15160 + }, + { + "grad_norm": 0.33254608511924744, + "learning_rate": 7.318067447021578e-05, + "loss": 0.0492, + "step": 15170 + }, + { + "grad_norm": 0.3559752106666565, + "learning_rate": 7.314404064402198e-05, + "loss": 0.0359, + "step": 15180 + }, + { + "grad_norm": 0.3111668527126312, + "learning_rate": 7.310739099909461e-05, + "loss": 0.0311, + "step": 15190 + }, + { + "grad_norm": 0.23110510408878326, + "learning_rate": 7.307072556048339e-05, + "loss": 0.0269, + "step": 15200 + }, + { + "grad_norm": 0.30601438879966736, + "learning_rate": 7.30340443532488e-05, + "loss": 0.0374, + "step": 15210 + }, + { + "grad_norm": 0.31311532855033875, + "learning_rate": 7.299734740246208e-05, + "loss": 0.0383, + "step": 15220 + }, + { + "grad_norm": 0.298157274723053, + "learning_rate": 7.296063473320528e-05, + "loss": 0.0468, + "step": 15230 + }, + { + "grad_norm": 0.3049120604991913, + "learning_rate": 7.292390637057113e-05, + "loss": 0.0387, + "step": 15240 + }, + { + "grad_norm": 0.3093793988227844, + "learning_rate": 7.288716233966314e-05, + "loss": 0.0384, + "step": 15250 + }, + { + "grad_norm": 0.30761298537254333, + "learning_rate": 7.285040266559551e-05, + "loss": 0.0389, + "step": 15260 + }, + { + "grad_norm": 0.3001074492931366, + "learning_rate": 7.281362737349312e-05, + "loss": 0.045, + "step": 15270 + }, + { + "grad_norm": 0.2787116765975952, + "learning_rate": 7.277683648849153e-05, + "loss": 0.0411, + "step": 15280 + }, + { + "grad_norm": 0.22469422221183777, + "learning_rate": 7.2740030035737e-05, + "loss": 0.0306, + "step": 15290 + }, + { + "grad_norm": 0.3261471092700958, + "learning_rate": 7.270320804038634e-05, + "loss": 0.0406, + "step": 15300 + }, + { + "grad_norm": 0.2528429925441742, + "learning_rate": 7.266637052760708e-05, + "loss": 0.0323, + "step": 15310 + }, + { + "grad_norm": 0.37389856576919556, + "learning_rate": 7.262951752257728e-05, + "loss": 0.036, + "step": 15320 + }, + { + "grad_norm": 0.3265363276004791, + "learning_rate": 7.259264905048564e-05, + "loss": 0.0372, + "step": 15330 + }, + { + "grad_norm": 0.26708394289016724, + "learning_rate": 7.255576513653142e-05, + "loss": 0.0315, + "step": 15340 + }, + { + "grad_norm": 0.3699283003807068, + "learning_rate": 7.251886580592439e-05, + "loss": 0.0377, + "step": 15350 + }, + { + "grad_norm": 0.2762141227722168, + "learning_rate": 7.248195108388496e-05, + "loss": 0.0393, + "step": 15360 + }, + { + "grad_norm": 0.27174872159957886, + "learning_rate": 7.244502099564395e-05, + "loss": 0.0426, + "step": 15370 + }, + { + "grad_norm": 0.2727341055870056, + "learning_rate": 7.240807556644271e-05, + "loss": 0.0267, + "step": 15380 + }, + { + "grad_norm": 0.2588919997215271, + "learning_rate": 7.237111482153314e-05, + "loss": 0.0319, + "step": 15390 + }, + { + "grad_norm": 0.3296721577644348, + "learning_rate": 7.233413878617751e-05, + "loss": 0.0364, + "step": 15400 + }, + { + "grad_norm": 0.31657782196998596, + "learning_rate": 7.229714748564864e-05, + "loss": 0.041, + "step": 15410 + }, + { + "grad_norm": 0.20375293493270874, + "learning_rate": 7.22601409452297e-05, + "loss": 0.0368, + "step": 15420 + }, + { + "grad_norm": 0.41898396611213684, + "learning_rate": 7.222311919021433e-05, + "loss": 0.0431, + "step": 15430 + }, + { + "grad_norm": 0.25633782148361206, + "learning_rate": 7.218608224590655e-05, + "loss": 0.0318, + "step": 15440 + }, + { + "grad_norm": 0.25727367401123047, + "learning_rate": 7.214903013762074e-05, + "loss": 0.0348, + "step": 15450 + }, + { + "grad_norm": 0.30071696639060974, + "learning_rate": 7.21119628906817e-05, + "loss": 0.0346, + "step": 15460 + }, + { + "grad_norm": 0.31546124815940857, + "learning_rate": 7.207488053042454e-05, + "loss": 0.0303, + "step": 15470 + }, + { + "grad_norm": 0.28461936116218567, + "learning_rate": 7.203778308219467e-05, + "loss": 0.0284, + "step": 15480 + }, + { + "grad_norm": 0.3540869355201721, + "learning_rate": 7.200067057134787e-05, + "loss": 0.0347, + "step": 15490 + }, + { + "grad_norm": 0.30114471912384033, + "learning_rate": 7.196354302325019e-05, + "loss": 0.0321, + "step": 15500 + }, + { + "grad_norm": 0.24979375302791595, + "learning_rate": 7.192640046327795e-05, + "loss": 0.0252, + "step": 15510 + }, + { + "grad_norm": 0.28735265135765076, + "learning_rate": 7.188924291681777e-05, + "loss": 0.0364, + "step": 15520 + }, + { + "grad_norm": 0.3358757793903351, + "learning_rate": 7.185207040926643e-05, + "loss": 0.0364, + "step": 15530 + }, + { + "grad_norm": 0.30584919452667236, + "learning_rate": 7.181488296603103e-05, + "loss": 0.0426, + "step": 15540 + }, + { + "grad_norm": 0.29326900839805603, + "learning_rate": 7.177768061252885e-05, + "loss": 0.0337, + "step": 15550 + }, + { + "grad_norm": 0.2723979651927948, + "learning_rate": 7.174046337418729e-05, + "loss": 0.0394, + "step": 15560 + }, + { + "grad_norm": 0.32269808650016785, + "learning_rate": 7.170323127644403e-05, + "loss": 0.032, + "step": 15570 + }, + { + "grad_norm": 0.33783188462257385, + "learning_rate": 7.166598434474683e-05, + "loss": 0.0418, + "step": 15580 + }, + { + "grad_norm": 0.27340537309646606, + "learning_rate": 7.162872260455364e-05, + "loss": 0.0398, + "step": 15590 + }, + { + "grad_norm": 0.25260114669799805, + "learning_rate": 7.159144608133248e-05, + "loss": 0.0462, + "step": 15600 + }, + { + "grad_norm": 0.34676414728164673, + "learning_rate": 7.155415480056153e-05, + "loss": 0.0354, + "step": 15610 + }, + { + "grad_norm": 0.29039469361305237, + "learning_rate": 7.151684878772902e-05, + "loss": 0.0305, + "step": 15620 + }, + { + "grad_norm": 0.2307337522506714, + "learning_rate": 7.147952806833324e-05, + "loss": 0.0291, + "step": 15630 + }, + { + "grad_norm": 0.26168790459632874, + "learning_rate": 7.14421926678826e-05, + "loss": 0.034, + "step": 15640 + }, + { + "grad_norm": 0.2596645653247833, + "learning_rate": 7.140484261189543e-05, + "loss": 0.0301, + "step": 15650 + }, + { + "grad_norm": 0.25191521644592285, + "learning_rate": 7.136747792590017e-05, + "loss": 0.0313, + "step": 15660 + }, + { + "grad_norm": 0.2383754700422287, + "learning_rate": 7.133009863543524e-05, + "loss": 0.0437, + "step": 15670 + }, + { + "grad_norm": 0.2541707754135132, + "learning_rate": 7.129270476604901e-05, + "loss": 0.0477, + "step": 15680 + }, + { + "grad_norm": 0.270392507314682, + "learning_rate": 7.125529634329988e-05, + "loss": 0.0281, + "step": 15690 + }, + { + "grad_norm": 0.28599900007247925, + "learning_rate": 7.12178733927561e-05, + "loss": 0.0333, + "step": 15700 + }, + { + "grad_norm": 0.2207961529493332, + "learning_rate": 7.118043593999593e-05, + "loss": 0.0335, + "step": 15710 + }, + { + "grad_norm": 0.23476803302764893, + "learning_rate": 7.114298401060752e-05, + "loss": 0.0281, + "step": 15720 + }, + { + "grad_norm": 0.2887379825115204, + "learning_rate": 7.11055176301889e-05, + "loss": 0.0413, + "step": 15730 + }, + { + "grad_norm": 0.22742319107055664, + "learning_rate": 7.1068036824348e-05, + "loss": 0.0327, + "step": 15740 + }, + { + "grad_norm": 0.26586952805519104, + "learning_rate": 7.10305416187026e-05, + "loss": 0.0244, + "step": 15750 + }, + { + "grad_norm": 0.29188188910484314, + "learning_rate": 7.099303203888029e-05, + "loss": 0.0375, + "step": 15760 + }, + { + "grad_norm": 0.315662682056427, + "learning_rate": 7.095550811051855e-05, + "loss": 0.0329, + "step": 15770 + }, + { + "grad_norm": 0.18509870767593384, + "learning_rate": 7.09179698592646e-05, + "loss": 0.0317, + "step": 15780 + }, + { + "grad_norm": 0.3454010784626007, + "learning_rate": 7.088041731077551e-05, + "loss": 0.0439, + "step": 15790 + }, + { + "grad_norm": 0.3369579613208771, + "learning_rate": 7.084285049071806e-05, + "loss": 0.0308, + "step": 15800 + }, + { + "grad_norm": 0.27298703789711, + "learning_rate": 7.080526942476886e-05, + "loss": 0.0307, + "step": 15810 + }, + { + "grad_norm": 0.30580657720565796, + "learning_rate": 7.076767413861418e-05, + "loss": 0.0323, + "step": 15820 + }, + { + "grad_norm": 0.2413281500339508, + "learning_rate": 7.073006465795005e-05, + "loss": 0.0286, + "step": 15830 + }, + { + "grad_norm": 0.33395296335220337, + "learning_rate": 7.06924410084822e-05, + "loss": 0.0291, + "step": 15840 + }, + { + "grad_norm": 0.3052777945995331, + "learning_rate": 7.065480321592604e-05, + "loss": 0.0284, + "step": 15850 + }, + { + "grad_norm": 0.2379821091890335, + "learning_rate": 7.061715130600663e-05, + "loss": 0.0322, + "step": 15860 + }, + { + "grad_norm": 0.26888588070869446, + "learning_rate": 7.057948530445873e-05, + "loss": 0.0327, + "step": 15870 + }, + { + "grad_norm": 0.26595863699913025, + "learning_rate": 7.054180523702668e-05, + "loss": 0.032, + "step": 15880 + }, + { + "grad_norm": 0.3004753589630127, + "learning_rate": 7.050411112946442e-05, + "loss": 0.0312, + "step": 15890 + }, + { + "grad_norm": 0.279824823141098, + "learning_rate": 7.046640300753557e-05, + "loss": 0.0326, + "step": 15900 + }, + { + "grad_norm": 0.2692153751850128, + "learning_rate": 7.042868089701325e-05, + "loss": 0.0384, + "step": 15910 + }, + { + "grad_norm": 0.2741381824016571, + "learning_rate": 7.039094482368016e-05, + "loss": 0.0277, + "step": 15920 + }, + { + "grad_norm": 0.3308016359806061, + "learning_rate": 7.035319481332858e-05, + "loss": 0.0319, + "step": 15930 + }, + { + "grad_norm": 0.2773304581642151, + "learning_rate": 7.031543089176023e-05, + "loss": 0.0274, + "step": 15940 + }, + { + "grad_norm": 0.3123684823513031, + "learning_rate": 7.027765308478644e-05, + "loss": 0.0428, + "step": 15950 + }, + { + "grad_norm": 0.30433303117752075, + "learning_rate": 7.023986141822798e-05, + "loss": 0.0322, + "step": 15960 + }, + { + "grad_norm": 0.3235841393470764, + "learning_rate": 7.02020559179151e-05, + "loss": 0.0389, + "step": 15970 + }, + { + "grad_norm": 0.34499871730804443, + "learning_rate": 7.016423660968748e-05, + "loss": 0.0375, + "step": 15980 + }, + { + "grad_norm": 0.2631829082965851, + "learning_rate": 7.012640351939428e-05, + "loss": 0.0351, + "step": 15990 + }, + { + "grad_norm": 0.43008068203926086, + "learning_rate": 7.008855667289404e-05, + "loss": 0.0351, + "step": 16000 + }, + { + "grad_norm": 0.2889840304851532, + "learning_rate": 7.005069609605476e-05, + "loss": 0.0303, + "step": 16010 + }, + { + "grad_norm": 0.3058004379272461, + "learning_rate": 7.001282181475377e-05, + "loss": 0.032, + "step": 16020 + }, + { + "grad_norm": 0.36784741282463074, + "learning_rate": 6.997493385487775e-05, + "loss": 0.0368, + "step": 16030 + }, + { + "grad_norm": 0.26964080333709717, + "learning_rate": 6.99370322423228e-05, + "loss": 0.0329, + "step": 16040 + }, + { + "grad_norm": 0.31109943985939026, + "learning_rate": 6.989911700299433e-05, + "loss": 0.0347, + "step": 16050 + }, + { + "grad_norm": 0.3039856553077698, + "learning_rate": 6.9861188162807e-05, + "loss": 0.0275, + "step": 16060 + }, + { + "grad_norm": 0.3207379877567291, + "learning_rate": 6.982324574768487e-05, + "loss": 0.038, + "step": 16070 + }, + { + "grad_norm": 0.30215880274772644, + "learning_rate": 6.978528978356117e-05, + "loss": 0.0295, + "step": 16080 + }, + { + "grad_norm": 0.32339364290237427, + "learning_rate": 6.974732029637846e-05, + "loss": 0.0363, + "step": 16090 + }, + { + "grad_norm": 0.2627650201320648, + "learning_rate": 6.970933731208855e-05, + "loss": 0.035, + "step": 16100 + }, + { + "grad_norm": 0.3861091434955597, + "learning_rate": 6.967134085665244e-05, + "loss": 0.0371, + "step": 16110 + }, + { + "grad_norm": 0.2662910223007202, + "learning_rate": 6.963333095604034e-05, + "loss": 0.0349, + "step": 16120 + }, + { + "grad_norm": 0.19298036396503448, + "learning_rate": 6.959530763623166e-05, + "loss": 0.0268, + "step": 16130 + }, + { + "grad_norm": 0.3126102685928345, + "learning_rate": 6.955727092321497e-05, + "loss": 0.0322, + "step": 16140 + }, + { + "grad_norm": 0.2437576800584793, + "learning_rate": 6.951922084298803e-05, + "loss": 0.0339, + "step": 16150 + }, + { + "grad_norm": 0.2730061709880829, + "learning_rate": 6.948115742155769e-05, + "loss": 0.0357, + "step": 16160 + }, + { + "grad_norm": 0.21513040363788605, + "learning_rate": 6.944308068493996e-05, + "loss": 0.0328, + "step": 16170 + }, + { + "grad_norm": 0.35481199622154236, + "learning_rate": 6.940499065915992e-05, + "loss": 0.0322, + "step": 16180 + }, + { + "grad_norm": 0.2956147789955139, + "learning_rate": 6.936688737025173e-05, + "loss": 0.0329, + "step": 16190 + }, + { + "grad_norm": 0.40049561858177185, + "learning_rate": 6.932877084425867e-05, + "loss": 0.0477, + "step": 16200 + }, + { + "grad_norm": 0.22949393093585968, + "learning_rate": 6.929064110723297e-05, + "loss": 0.0336, + "step": 16210 + }, + { + "grad_norm": 0.20670866966247559, + "learning_rate": 6.925249818523598e-05, + "loss": 0.0276, + "step": 16220 + }, + { + "grad_norm": 0.309980183839798, + "learning_rate": 6.921434210433801e-05, + "loss": 0.0342, + "step": 16230 + }, + { + "grad_norm": 0.27998819947242737, + "learning_rate": 6.917617289061841e-05, + "loss": 0.0402, + "step": 16240 + }, + { + "grad_norm": 0.2900470793247223, + "learning_rate": 6.913799057016547e-05, + "loss": 0.0309, + "step": 16250 + }, + { + "grad_norm": 0.22824300825595856, + "learning_rate": 6.909979516907641e-05, + "loss": 0.0261, + "step": 16260 + }, + { + "grad_norm": 0.3556334376335144, + "learning_rate": 6.906158671345746e-05, + "loss": 0.0362, + "step": 16270 + }, + { + "grad_norm": 0.2803378701210022, + "learning_rate": 6.902336522942374e-05, + "loss": 0.0326, + "step": 16280 + }, + { + "grad_norm": 0.3282413184642792, + "learning_rate": 6.898513074309924e-05, + "loss": 0.0329, + "step": 16290 + }, + { + "grad_norm": 0.3349004089832306, + "learning_rate": 6.894688328061693e-05, + "loss": 0.0336, + "step": 16300 + }, + { + "grad_norm": 0.2670557200908661, + "learning_rate": 6.890862286811853e-05, + "loss": 0.0339, + "step": 16310 + }, + { + "grad_norm": 0.28356173634529114, + "learning_rate": 6.88703495317547e-05, + "loss": 0.0355, + "step": 16320 + }, + { + "grad_norm": 0.3018247187137604, + "learning_rate": 6.883206329768492e-05, + "loss": 0.0333, + "step": 16330 + }, + { + "grad_norm": 0.2588963210582733, + "learning_rate": 6.879376419207743e-05, + "loss": 0.0314, + "step": 16340 + }, + { + "grad_norm": 0.2996615767478943, + "learning_rate": 6.875545224110935e-05, + "loss": 0.0394, + "step": 16350 + }, + { + "grad_norm": 0.374482661485672, + "learning_rate": 6.871712747096651e-05, + "loss": 0.0338, + "step": 16360 + }, + { + "grad_norm": 0.2886938750743866, + "learning_rate": 6.867878990784353e-05, + "loss": 0.0328, + "step": 16370 + }, + { + "grad_norm": 0.23896530270576477, + "learning_rate": 6.864043957794377e-05, + "loss": 0.0309, + "step": 16380 + }, + { + "grad_norm": 0.25252464413642883, + "learning_rate": 6.860207650747934e-05, + "loss": 0.0314, + "step": 16390 + }, + { + "grad_norm": 0.20918715000152588, + "learning_rate": 6.856370072267104e-05, + "loss": 0.027, + "step": 16400 + }, + { + "grad_norm": 0.2486988753080368, + "learning_rate": 6.852531224974831e-05, + "loss": 0.0427, + "step": 16410 + }, + { + "grad_norm": 0.25794297456741333, + "learning_rate": 6.848691111494936e-05, + "loss": 0.0399, + "step": 16420 + }, + { + "grad_norm": 0.39471009373664856, + "learning_rate": 6.844849734452097e-05, + "loss": 0.0411, + "step": 16430 + }, + { + "grad_norm": 0.25071901082992554, + "learning_rate": 6.841007096471862e-05, + "loss": 0.0337, + "step": 16440 + }, + { + "grad_norm": 0.24417336285114288, + "learning_rate": 6.837163200180636e-05, + "loss": 0.0401, + "step": 16450 + }, + { + "grad_norm": 0.30527403950691223, + "learning_rate": 6.833318048205684e-05, + "loss": 0.0396, + "step": 16460 + }, + { + "grad_norm": 0.27586743235588074, + "learning_rate": 6.829471643175136e-05, + "loss": 0.0423, + "step": 16470 + }, + { + "grad_norm": 0.3291415274143219, + "learning_rate": 6.825623987717969e-05, + "loss": 0.0339, + "step": 16480 + }, + { + "grad_norm": 0.3714252710342407, + "learning_rate": 6.821775084464022e-05, + "loss": 0.0383, + "step": 16490 + }, + { + "grad_norm": 0.3197413980960846, + "learning_rate": 6.817924936043982e-05, + "loss": 0.0373, + "step": 16500 + }, + { + "grad_norm": 0.38967233896255493, + "learning_rate": 6.81407354508939e-05, + "loss": 0.0467, + "step": 16510 + }, + { + "grad_norm": 0.323863685131073, + "learning_rate": 6.810220914232636e-05, + "loss": 0.0402, + "step": 16520 + }, + { + "grad_norm": 0.22866056859493256, + "learning_rate": 6.806367046106959e-05, + "loss": 0.0314, + "step": 16530 + }, + { + "grad_norm": 0.3562462627887726, + "learning_rate": 6.802511943346435e-05, + "loss": 0.034, + "step": 16540 + }, + { + "grad_norm": 0.3496360778808594, + "learning_rate": 6.798655608585997e-05, + "loss": 0.0378, + "step": 16550 + }, + { + "grad_norm": 0.35657843947410583, + "learning_rate": 6.79479804446141e-05, + "loss": 0.0358, + "step": 16560 + }, + { + "grad_norm": 0.2878503203392029, + "learning_rate": 6.790939253609284e-05, + "loss": 0.0371, + "step": 16570 + }, + { + "grad_norm": 0.2328234612941742, + "learning_rate": 6.787079238667065e-05, + "loss": 0.0356, + "step": 16580 + }, + { + "grad_norm": 0.25607481598854065, + "learning_rate": 6.783218002273039e-05, + "loss": 0.0307, + "step": 16590 + }, + { + "grad_norm": 0.3212661147117615, + "learning_rate": 6.779355547066322e-05, + "loss": 0.0428, + "step": 16600 + }, + { + "grad_norm": 0.3586697578430176, + "learning_rate": 6.775491875686865e-05, + "loss": 0.0375, + "step": 16610 + }, + { + "grad_norm": 0.2515700161457062, + "learning_rate": 6.771626990775457e-05, + "loss": 0.0298, + "step": 16620 + }, + { + "grad_norm": 0.30628663301467896, + "learning_rate": 6.767760894973704e-05, + "loss": 0.0332, + "step": 16630 + }, + { + "grad_norm": 0.36310726404190063, + "learning_rate": 6.763893590924048e-05, + "loss": 0.0417, + "step": 16640 + }, + { + "grad_norm": 0.3730373978614807, + "learning_rate": 6.760025081269756e-05, + "loss": 0.0374, + "step": 16650 + }, + { + "grad_norm": 0.27230700850486755, + "learning_rate": 6.756155368654915e-05, + "loss": 0.0433, + "step": 16660 + }, + { + "grad_norm": 0.3373411297798157, + "learning_rate": 6.752284455724442e-05, + "loss": 0.0409, + "step": 16670 + }, + { + "grad_norm": 0.2922057807445526, + "learning_rate": 6.748412345124065e-05, + "loss": 0.0374, + "step": 16680 + }, + { + "grad_norm": 0.2878527045249939, + "learning_rate": 6.744539039500335e-05, + "loss": 0.0392, + "step": 16690 + }, + { + "grad_norm": 0.2590336799621582, + "learning_rate": 6.740664541500625e-05, + "loss": 0.0329, + "step": 16700 + }, + { + "grad_norm": 0.27338799834251404, + "learning_rate": 6.736788853773112e-05, + "loss": 0.0354, + "step": 16710 + }, + { + "grad_norm": 0.26853638887405396, + "learning_rate": 6.732911978966796e-05, + "loss": 0.0344, + "step": 16720 + }, + { + "grad_norm": 0.24468062818050385, + "learning_rate": 6.729033919731482e-05, + "loss": 0.0384, + "step": 16730 + }, + { + "grad_norm": 0.2827872037887573, + "learning_rate": 6.725154678717787e-05, + "loss": 0.0329, + "step": 16740 + }, + { + "grad_norm": 0.31939953565597534, + "learning_rate": 6.721274258577138e-05, + "loss": 0.0422, + "step": 16750 + }, + { + "grad_norm": 0.3011865019798279, + "learning_rate": 6.717392661961763e-05, + "loss": 0.0346, + "step": 16760 + }, + { + "grad_norm": 0.3922221064567566, + "learning_rate": 6.713509891524697e-05, + "loss": 0.0395, + "step": 16770 + }, + { + "grad_norm": 0.305156409740448, + "learning_rate": 6.709625949919777e-05, + "loss": 0.0237, + "step": 16780 + }, + { + "grad_norm": 0.36773261427879333, + "learning_rate": 6.705740839801642e-05, + "loss": 0.036, + "step": 16790 + }, + { + "grad_norm": 0.20040494203567505, + "learning_rate": 6.701854563825727e-05, + "loss": 0.0284, + "step": 16800 + }, + { + "grad_norm": 0.2855582535266876, + "learning_rate": 6.697967124648266e-05, + "loss": 0.0333, + "step": 16810 + }, + { + "grad_norm": 0.306350439786911, + "learning_rate": 6.694078524926285e-05, + "loss": 0.036, + "step": 16820 + }, + { + "grad_norm": 0.30650216341018677, + "learning_rate": 6.690188767317607e-05, + "loss": 0.0301, + "step": 16830 + }, + { + "grad_norm": 0.22937661409378052, + "learning_rate": 6.686297854480843e-05, + "loss": 0.024, + "step": 16840 + }, + { + "grad_norm": 0.26361584663391113, + "learning_rate": 6.682405789075398e-05, + "loss": 0.0342, + "step": 16850 + }, + { + "grad_norm": 0.21598201990127563, + "learning_rate": 6.67851257376146e-05, + "loss": 0.028, + "step": 16860 + }, + { + "grad_norm": 0.2775603234767914, + "learning_rate": 6.674618211200004e-05, + "loss": 0.0307, + "step": 16870 + }, + { + "grad_norm": 0.29841819405555725, + "learning_rate": 6.670722704052792e-05, + "loss": 0.0311, + "step": 16880 + }, + { + "grad_norm": 0.2628713846206665, + "learning_rate": 6.666826054982365e-05, + "loss": 0.0399, + "step": 16890 + }, + { + "grad_norm": 0.26690927147865295, + "learning_rate": 6.662928266652048e-05, + "loss": 0.0294, + "step": 16900 + }, + { + "grad_norm": 0.26440533995628357, + "learning_rate": 6.659029341725941e-05, + "loss": 0.032, + "step": 16910 + }, + { + "grad_norm": 0.20524710416793823, + "learning_rate": 6.655129282868923e-05, + "loss": 0.0287, + "step": 16920 + }, + { + "grad_norm": 0.2686782479286194, + "learning_rate": 6.651228092746646e-05, + "loss": 0.027, + "step": 16930 + }, + { + "grad_norm": 0.31197139620780945, + "learning_rate": 6.647325774025539e-05, + "loss": 0.0306, + "step": 16940 + }, + { + "grad_norm": 0.3911985158920288, + "learning_rate": 6.643422329372798e-05, + "loss": 0.0348, + "step": 16950 + }, + { + "grad_norm": 0.24683524668216705, + "learning_rate": 6.639517761456392e-05, + "loss": 0.0383, + "step": 16960 + }, + { + "grad_norm": 0.3999035656452179, + "learning_rate": 6.635612072945054e-05, + "loss": 0.0386, + "step": 16970 + }, + { + "grad_norm": 0.32974815368652344, + "learning_rate": 6.631705266508289e-05, + "loss": 0.0392, + "step": 16980 + }, + { + "grad_norm": 0.29780182242393494, + "learning_rate": 6.62779734481636e-05, + "loss": 0.0312, + "step": 16990 + }, + { + "grad_norm": 0.2787237763404846, + "learning_rate": 6.623888310540294e-05, + "loss": 0.0326, + "step": 17000 + }, + { + "grad_norm": 0.2560485601425171, + "learning_rate": 6.619978166351882e-05, + "loss": 0.0266, + "step": 17010 + }, + { + "grad_norm": 0.28110137581825256, + "learning_rate": 6.616066914923666e-05, + "loss": 0.0375, + "step": 17020 + }, + { + "grad_norm": 0.24015717208385468, + "learning_rate": 6.612154558928955e-05, + "loss": 0.0326, + "step": 17030 + }, + { + "grad_norm": 0.2383008748292923, + "learning_rate": 6.608241101041804e-05, + "loss": 0.0334, + "step": 17040 + }, + { + "grad_norm": 0.2572399973869324, + "learning_rate": 6.604326543937025e-05, + "loss": 0.0352, + "step": 17050 + }, + { + "grad_norm": 0.24428221583366394, + "learning_rate": 6.60041089029018e-05, + "loss": 0.0314, + "step": 17060 + }, + { + "grad_norm": 0.22939439117908478, + "learning_rate": 6.596494142777583e-05, + "loss": 0.0295, + "step": 17070 + }, + { + "grad_norm": 0.24549175798892975, + "learning_rate": 6.592576304076294e-05, + "loss": 0.0344, + "step": 17080 + }, + { + "grad_norm": 0.2835793197154999, + "learning_rate": 6.588657376864119e-05, + "loss": 0.0317, + "step": 17090 + }, + { + "grad_norm": 0.27091628313064575, + "learning_rate": 6.584737363819605e-05, + "loss": 0.0328, + "step": 17100 + }, + { + "grad_norm": 0.32682856917381287, + "learning_rate": 6.580816267622048e-05, + "loss": 0.0348, + "step": 17110 + }, + { + "grad_norm": 0.2911800742149353, + "learning_rate": 6.576894090951478e-05, + "loss": 0.034, + "step": 17120 + }, + { + "grad_norm": 0.2802193760871887, + "learning_rate": 6.572970836488665e-05, + "loss": 0.0338, + "step": 17130 + }, + { + "grad_norm": 0.2700001299381256, + "learning_rate": 6.569046506915119e-05, + "loss": 0.0316, + "step": 17140 + }, + { + "grad_norm": 0.35503706336021423, + "learning_rate": 6.56512110491308e-05, + "loss": 0.0326, + "step": 17150 + }, + { + "grad_norm": 0.34605786204338074, + "learning_rate": 6.561194633165523e-05, + "loss": 0.0335, + "step": 17160 + }, + { + "grad_norm": 0.3401118218898773, + "learning_rate": 6.557267094356155e-05, + "loss": 0.0299, + "step": 17170 + }, + { + "grad_norm": 0.2386801689863205, + "learning_rate": 6.553338491169414e-05, + "loss": 0.0296, + "step": 17180 + }, + { + "grad_norm": 0.31332576274871826, + "learning_rate": 6.54940882629046e-05, + "loss": 0.0314, + "step": 17190 + }, + { + "grad_norm": 0.22275973856449127, + "learning_rate": 6.545478102405184e-05, + "loss": 0.0358, + "step": 17200 + }, + { + "grad_norm": 0.3782743215560913, + "learning_rate": 6.541546322200199e-05, + "loss": 0.0299, + "step": 17210 + }, + { + "grad_norm": 0.23346485197544098, + "learning_rate": 6.537613488362837e-05, + "loss": 0.0293, + "step": 17220 + }, + { + "grad_norm": 0.3347810208797455, + "learning_rate": 6.533679603581155e-05, + "loss": 0.0393, + "step": 17230 + }, + { + "grad_norm": 0.28090333938598633, + "learning_rate": 6.529744670543926e-05, + "loss": 0.0316, + "step": 17240 + }, + { + "grad_norm": 0.2716946303844452, + "learning_rate": 6.52580869194064e-05, + "loss": 0.0445, + "step": 17250 + }, + { + "grad_norm": 0.18426558375358582, + "learning_rate": 6.521871670461499e-05, + "loss": 0.0306, + "step": 17260 + }, + { + "grad_norm": 0.25579217076301575, + "learning_rate": 6.517933608797422e-05, + "loss": 0.0268, + "step": 17270 + }, + { + "grad_norm": 0.36476150155067444, + "learning_rate": 6.513994509640038e-05, + "loss": 0.0349, + "step": 17280 + }, + { + "grad_norm": 0.2399834543466568, + "learning_rate": 6.510054375681682e-05, + "loss": 0.0325, + "step": 17290 + }, + { + "grad_norm": 0.4632314443588257, + "learning_rate": 6.506113209615398e-05, + "loss": 0.0378, + "step": 17300 + }, + { + "grad_norm": 0.2920204699039459, + "learning_rate": 6.502171014134938e-05, + "loss": 0.0351, + "step": 17310 + }, + { + "grad_norm": 0.26916828751564026, + "learning_rate": 6.498227791934755e-05, + "loss": 0.0344, + "step": 17320 + }, + { + "grad_norm": 0.2575000822544098, + "learning_rate": 6.494283545710003e-05, + "loss": 0.0335, + "step": 17330 + }, + { + "grad_norm": 0.36763009428977966, + "learning_rate": 6.490338278156538e-05, + "loss": 0.0368, + "step": 17340 + }, + { + "grad_norm": 0.2877303659915924, + "learning_rate": 6.486391991970913e-05, + "loss": 0.036, + "step": 17350 + }, + { + "grad_norm": 0.32190242409706116, + "learning_rate": 6.482444689850377e-05, + "loss": 0.0418, + "step": 17360 + }, + { + "grad_norm": 0.2949102818965912, + "learning_rate": 6.478496374492875e-05, + "loss": 0.0393, + "step": 17370 + }, + { + "grad_norm": 0.26621267199516296, + "learning_rate": 6.474547048597042e-05, + "loss": 0.0378, + "step": 17380 + }, + { + "grad_norm": 0.3000398278236389, + "learning_rate": 6.470596714862205e-05, + "loss": 0.0463, + "step": 17390 + }, + { + "grad_norm": 0.23869474232196808, + "learning_rate": 6.46664537598838e-05, + "loss": 0.0424, + "step": 17400 + }, + { + "grad_norm": 0.24857796728610992, + "learning_rate": 6.462693034676271e-05, + "loss": 0.0291, + "step": 17410 + }, + { + "grad_norm": 0.33957284688949585, + "learning_rate": 6.458739693627265e-05, + "loss": 0.0363, + "step": 17420 + }, + { + "grad_norm": 0.3524322211742401, + "learning_rate": 6.454785355543432e-05, + "loss": 0.0404, + "step": 17430 + }, + { + "grad_norm": 0.21974614262580872, + "learning_rate": 6.450830023127528e-05, + "loss": 0.0305, + "step": 17440 + }, + { + "grad_norm": 0.26304519176483154, + "learning_rate": 6.446873699082982e-05, + "loss": 0.0322, + "step": 17450 + }, + { + "grad_norm": 0.28088101744651794, + "learning_rate": 6.44291638611391e-05, + "loss": 0.0388, + "step": 17460 + }, + { + "grad_norm": 0.3664824366569519, + "learning_rate": 6.43895808692509e-05, + "loss": 0.0374, + "step": 17470 + }, + { + "grad_norm": 0.2728234827518463, + "learning_rate": 6.434998804221986e-05, + "loss": 0.0431, + "step": 17480 + }, + { + "grad_norm": 0.254989892244339, + "learning_rate": 6.431038540710732e-05, + "loss": 0.0377, + "step": 17490 + }, + { + "grad_norm": 0.27823346853256226, + "learning_rate": 6.427077299098129e-05, + "loss": 0.0324, + "step": 17500 + }, + { + "grad_norm": 0.23613929748535156, + "learning_rate": 6.423115082091651e-05, + "loss": 0.0356, + "step": 17510 + }, + { + "grad_norm": 0.2702823877334595, + "learning_rate": 6.419151892399429e-05, + "loss": 0.042, + "step": 17520 + }, + { + "grad_norm": 0.32008835673332214, + "learning_rate": 6.415187732730273e-05, + "loss": 0.042, + "step": 17530 + }, + { + "grad_norm": 0.29085347056388855, + "learning_rate": 6.411222605793645e-05, + "loss": 0.0468, + "step": 17540 + }, + { + "grad_norm": 0.29121339321136475, + "learning_rate": 6.407256514299674e-05, + "loss": 0.0371, + "step": 17550 + }, + { + "grad_norm": 0.2583681643009186, + "learning_rate": 6.403289460959147e-05, + "loss": 0.032, + "step": 17560 + }, + { + "grad_norm": 0.2679046392440796, + "learning_rate": 6.399321448483501e-05, + "loss": 0.0343, + "step": 17570 + }, + { + "grad_norm": 0.3081608712673187, + "learning_rate": 6.395352479584844e-05, + "loss": 0.0337, + "step": 17580 + }, + { + "grad_norm": 0.26045745611190796, + "learning_rate": 6.391382556975923e-05, + "loss": 0.0383, + "step": 17590 + }, + { + "grad_norm": 0.3566901981830597, + "learning_rate": 6.387411683370144e-05, + "loss": 0.036, + "step": 17600 + }, + { + "grad_norm": 0.32427912950515747, + "learning_rate": 6.383439861481562e-05, + "loss": 0.0312, + "step": 17610 + }, + { + "grad_norm": 0.32548651099205017, + "learning_rate": 6.379467094024879e-05, + "loss": 0.042, + "step": 17620 + }, + { + "grad_norm": 0.2700868248939514, + "learning_rate": 6.375493383715445e-05, + "loss": 0.0395, + "step": 17630 + }, + { + "grad_norm": 0.257298082113266, + "learning_rate": 6.371518733269254e-05, + "loss": 0.0325, + "step": 17640 + }, + { + "grad_norm": 0.2508310079574585, + "learning_rate": 6.367543145402942e-05, + "loss": 0.0282, + "step": 17650 + }, + { + "grad_norm": 0.26270031929016113, + "learning_rate": 6.363566622833785e-05, + "loss": 0.0345, + "step": 17660 + }, + { + "grad_norm": 0.3493027091026306, + "learning_rate": 6.359589168279698e-05, + "loss": 0.046, + "step": 17670 + }, + { + "grad_norm": 0.27045223116874695, + "learning_rate": 6.355610784459235e-05, + "loss": 0.034, + "step": 17680 + }, + { + "grad_norm": 0.2578287124633789, + "learning_rate": 6.351631474091585e-05, + "loss": 0.0364, + "step": 17690 + }, + { + "grad_norm": 0.34130755066871643, + "learning_rate": 6.347651239896566e-05, + "loss": 0.0323, + "step": 17700 + }, + { + "grad_norm": 0.35594773292541504, + "learning_rate": 6.343670084594633e-05, + "loss": 0.0381, + "step": 17710 + }, + { + "grad_norm": 0.31733569502830505, + "learning_rate": 6.339688010906866e-05, + "loss": 0.0279, + "step": 17720 + }, + { + "grad_norm": 0.40423455834388733, + "learning_rate": 6.335705021554975e-05, + "loss": 0.0325, + "step": 17730 + }, + { + "grad_norm": 0.28385797142982483, + "learning_rate": 6.3317211192613e-05, + "loss": 0.0313, + "step": 17740 + }, + { + "grad_norm": 0.33316758275032043, + "learning_rate": 6.327736306748795e-05, + "loss": 0.0356, + "step": 17750 + }, + { + "grad_norm": 0.2442685067653656, + "learning_rate": 6.323750586741047e-05, + "loss": 0.0312, + "step": 17760 + }, + { + "grad_norm": 0.27765384316444397, + "learning_rate": 6.319763961962252e-05, + "loss": 0.0296, + "step": 17770 + }, + { + "grad_norm": 0.34961649775505066, + "learning_rate": 6.315776435137233e-05, + "loss": 0.0355, + "step": 17780 + }, + { + "grad_norm": 0.26019835472106934, + "learning_rate": 6.311788008991432e-05, + "loss": 0.0288, + "step": 17790 + }, + { + "grad_norm": 0.4987880289554596, + "learning_rate": 6.307798686250891e-05, + "loss": 0.05, + "step": 17800 + }, + { + "grad_norm": 0.2907692790031433, + "learning_rate": 6.303808469642284e-05, + "loss": 0.0363, + "step": 17810 + }, + { + "grad_norm": 0.39065808057785034, + "learning_rate": 6.29981736189288e-05, + "loss": 0.0266, + "step": 17820 + }, + { + "grad_norm": 0.2809974253177643, + "learning_rate": 6.295825365730567e-05, + "loss": 0.0313, + "step": 17830 + }, + { + "grad_norm": 0.32932689785957336, + "learning_rate": 6.291832483883835e-05, + "loss": 0.0403, + "step": 17840 + }, + { + "grad_norm": 0.32760554552078247, + "learning_rate": 6.28783871908178e-05, + "loss": 0.0317, + "step": 17850 + }, + { + "grad_norm": 0.33288171887397766, + "learning_rate": 6.283844074054107e-05, + "loss": 0.0367, + "step": 17860 + }, + { + "grad_norm": 0.37432625889778137, + "learning_rate": 6.279848551531112e-05, + "loss": 0.0303, + "step": 17870 + }, + { + "grad_norm": 0.2559548020362854, + "learning_rate": 6.275852154243702e-05, + "loss": 0.0272, + "step": 17880 + }, + { + "grad_norm": 0.2809693217277527, + "learning_rate": 6.271854884923377e-05, + "loss": 0.0315, + "step": 17890 + }, + { + "grad_norm": 0.2544618546962738, + "learning_rate": 6.267856746302228e-05, + "loss": 0.0397, + "step": 17900 + }, + { + "grad_norm": 0.2355543076992035, + "learning_rate": 6.263857741112948e-05, + "loss": 0.0273, + "step": 17910 + }, + { + "grad_norm": 0.36322021484375, + "learning_rate": 6.259857872088821e-05, + "loss": 0.0359, + "step": 17920 + }, + { + "grad_norm": 0.19464705884456635, + "learning_rate": 6.255857141963719e-05, + "loss": 0.0289, + "step": 17930 + }, + { + "grad_norm": 0.275322824716568, + "learning_rate": 6.251855553472101e-05, + "loss": 0.0332, + "step": 17940 + }, + { + "grad_norm": 0.27880433201789856, + "learning_rate": 6.247853109349016e-05, + "loss": 0.0341, + "step": 17950 + }, + { + "grad_norm": 0.3729305863380432, + "learning_rate": 6.243849812330098e-05, + "loss": 0.0444, + "step": 17960 + }, + { + "grad_norm": 0.2730673849582672, + "learning_rate": 6.239845665151563e-05, + "loss": 0.0326, + "step": 17970 + }, + { + "grad_norm": 0.27363771200180054, + "learning_rate": 6.235840670550204e-05, + "loss": 0.039, + "step": 17980 + }, + { + "grad_norm": 0.27715861797332764, + "learning_rate": 6.231834831263403e-05, + "loss": 0.0304, + "step": 17990 + }, + { + "grad_norm": 0.2969890534877777, + "learning_rate": 6.22782815002911e-05, + "loss": 0.0266, + "step": 18000 + }, + { + "grad_norm": 0.2610255479812622, + "learning_rate": 6.223820629585852e-05, + "loss": 0.0259, + "step": 18010 + }, + { + "grad_norm": 0.2339475005865097, + "learning_rate": 6.219812272672737e-05, + "loss": 0.0236, + "step": 18020 + }, + { + "grad_norm": 0.2722010016441345, + "learning_rate": 6.215803082029434e-05, + "loss": 0.0371, + "step": 18030 + }, + { + "grad_norm": 0.276766836643219, + "learning_rate": 6.211793060396188e-05, + "loss": 0.0294, + "step": 18040 + }, + { + "grad_norm": 0.32901716232299805, + "learning_rate": 6.207782210513811e-05, + "loss": 0.0313, + "step": 18050 + }, + { + "grad_norm": 0.25472545623779297, + "learning_rate": 6.203770535123683e-05, + "loss": 0.033, + "step": 18060 + }, + { + "grad_norm": 0.28117814660072327, + "learning_rate": 6.199758036967747e-05, + "loss": 0.0306, + "step": 18070 + }, + { + "grad_norm": 0.29646623134613037, + "learning_rate": 6.195744718788503e-05, + "loss": 0.0332, + "step": 18080 + }, + { + "grad_norm": 0.3056548535823822, + "learning_rate": 6.191730583329021e-05, + "loss": 0.0375, + "step": 18090 + }, + { + "grad_norm": 0.22512540221214294, + "learning_rate": 6.187715633332921e-05, + "loss": 0.0354, + "step": 18100 + }, + { + "grad_norm": 0.3178437352180481, + "learning_rate": 6.183699871544386e-05, + "loss": 0.032, + "step": 18110 + }, + { + "grad_norm": 0.32351624965667725, + "learning_rate": 6.179683300708152e-05, + "loss": 0.037, + "step": 18120 + }, + { + "grad_norm": 0.3474375903606415, + "learning_rate": 6.175665923569503e-05, + "loss": 0.0434, + "step": 18130 + }, + { + "grad_norm": 0.3126043379306793, + "learning_rate": 6.171647742874281e-05, + "loss": 0.0319, + "step": 18140 + }, + { + "grad_norm": 0.22420288622379303, + "learning_rate": 6.167628761368875e-05, + "loss": 0.0265, + "step": 18150 + }, + { + "grad_norm": 0.30506187677383423, + "learning_rate": 6.163608981800222e-05, + "loss": 0.0286, + "step": 18160 + }, + { + "grad_norm": 0.26086941361427307, + "learning_rate": 6.159588406915803e-05, + "loss": 0.0347, + "step": 18170 + }, + { + "grad_norm": 0.21389061212539673, + "learning_rate": 6.155567039463639e-05, + "loss": 0.0263, + "step": 18180 + }, + { + "grad_norm": 0.21483896672725677, + "learning_rate": 6.151544882192302e-05, + "loss": 0.0287, + "step": 18190 + }, + { + "grad_norm": 0.30318933725357056, + "learning_rate": 6.147521937850895e-05, + "loss": 0.0221, + "step": 18200 + }, + { + "grad_norm": 0.22544559836387634, + "learning_rate": 6.143498209189066e-05, + "loss": 0.0361, + "step": 18210 + }, + { + "grad_norm": 0.22785069048404694, + "learning_rate": 6.139473698956993e-05, + "loss": 0.0242, + "step": 18220 + }, + { + "grad_norm": 0.24812613427639008, + "learning_rate": 6.13544840990539e-05, + "loss": 0.0312, + "step": 18230 + }, + { + "grad_norm": 0.24348902702331543, + "learning_rate": 6.131422344785507e-05, + "loss": 0.0321, + "step": 18240 + }, + { + "grad_norm": 0.2517412602901459, + "learning_rate": 6.127395506349119e-05, + "loss": 0.0309, + "step": 18250 + }, + { + "grad_norm": 0.3335708975791931, + "learning_rate": 6.123367897348533e-05, + "loss": 0.0319, + "step": 18260 + }, + { + "grad_norm": 0.25905659794807434, + "learning_rate": 6.119339520536584e-05, + "loss": 0.028, + "step": 18270 + }, + { + "grad_norm": 0.2769806683063507, + "learning_rate": 6.115310378666625e-05, + "loss": 0.0352, + "step": 18280 + }, + { + "grad_norm": 0.2808799147605896, + "learning_rate": 6.11128047449254e-05, + "loss": 0.0354, + "step": 18290 + }, + { + "grad_norm": 0.43049484491348267, + "learning_rate": 6.107249810768729e-05, + "loss": 0.0364, + "step": 18300 + }, + { + "grad_norm": 0.2608098089694977, + "learning_rate": 6.1032183902501125e-05, + "loss": 0.0311, + "step": 18310 + }, + { + "grad_norm": 0.2730536460876465, + "learning_rate": 6.099186215692131e-05, + "loss": 0.0376, + "step": 18320 + }, + { + "grad_norm": 0.27379703521728516, + "learning_rate": 6.095153289850734e-05, + "loss": 0.0296, + "step": 18330 + }, + { + "grad_norm": 0.2677097022533417, + "learning_rate": 6.0911196154823904e-05, + "loss": 0.0418, + "step": 18340 + }, + { + "grad_norm": 0.34283649921417236, + "learning_rate": 6.087085195344079e-05, + "loss": 0.0394, + "step": 18350 + }, + { + "grad_norm": 0.3537807762622833, + "learning_rate": 6.083050032193286e-05, + "loss": 0.0394, + "step": 18360 + }, + { + "grad_norm": 0.3314443826675415, + "learning_rate": 6.0790141287880097e-05, + "loss": 0.0354, + "step": 18370 + }, + { + "grad_norm": 0.2705863416194916, + "learning_rate": 6.0749774878867496e-05, + "loss": 0.0314, + "step": 18380 + }, + { + "grad_norm": 0.37009093165397644, + "learning_rate": 6.0709401122485146e-05, + "loss": 0.0312, + "step": 18390 + }, + { + "grad_norm": 0.2439366728067398, + "learning_rate": 6.066902004632811e-05, + "loss": 0.0309, + "step": 18400 + }, + { + "grad_norm": 0.293082594871521, + "learning_rate": 6.062863167799646e-05, + "loss": 0.0388, + "step": 18410 + }, + { + "grad_norm": 0.3109840154647827, + "learning_rate": 6.058823604509529e-05, + "loss": 0.0301, + "step": 18420 + }, + { + "grad_norm": 0.296909362077713, + "learning_rate": 6.054783317523462e-05, + "loss": 0.0332, + "step": 18430 + }, + { + "grad_norm": 0.3298305869102478, + "learning_rate": 6.050742309602944e-05, + "loss": 0.0443, + "step": 18440 + }, + { + "grad_norm": 0.2561890482902527, + "learning_rate": 6.046700583509965e-05, + "loss": 0.0373, + "step": 18450 + }, + { + "grad_norm": 0.2877980172634125, + "learning_rate": 6.042658142007007e-05, + "loss": 0.0306, + "step": 18460 + }, + { + "grad_norm": 0.276643306016922, + "learning_rate": 6.038614987857041e-05, + "loss": 0.0372, + "step": 18470 + }, + { + "grad_norm": 0.2418881058692932, + "learning_rate": 6.0345711238235224e-05, + "loss": 0.0306, + "step": 18480 + }, + { + "grad_norm": 0.253391295671463, + "learning_rate": 6.030526552670399e-05, + "loss": 0.0327, + "step": 18490 + }, + { + "grad_norm": 0.24795830249786377, + "learning_rate": 6.0264812771620925e-05, + "loss": 0.0294, + "step": 18500 + }, + { + "grad_norm": 0.3596840500831604, + "learning_rate": 6.022435300063512e-05, + "loss": 0.0378, + "step": 18510 + }, + { + "grad_norm": 0.24456286430358887, + "learning_rate": 6.0183886241400466e-05, + "loss": 0.0279, + "step": 18520 + }, + { + "grad_norm": 0.3271533250808716, + "learning_rate": 6.0143412521575584e-05, + "loss": 0.0366, + "step": 18530 + }, + { + "grad_norm": 0.35743197798728943, + "learning_rate": 6.010293186882389e-05, + "loss": 0.0409, + "step": 18540 + }, + { + "grad_norm": 0.34861454367637634, + "learning_rate": 6.0062444310813525e-05, + "loss": 0.0293, + "step": 18550 + }, + { + "grad_norm": 0.2921348512172699, + "learning_rate": 6.0021949875217355e-05, + "loss": 0.034, + "step": 18560 + }, + { + "grad_norm": 0.24033959209918976, + "learning_rate": 5.998144858971295e-05, + "loss": 0.0232, + "step": 18570 + }, + { + "grad_norm": 0.24834778904914856, + "learning_rate": 5.994094048198257e-05, + "loss": 0.0276, + "step": 18580 + }, + { + "grad_norm": 0.24358928203582764, + "learning_rate": 5.990042557971307e-05, + "loss": 0.04, + "step": 18590 + }, + { + "grad_norm": 0.22907666862010956, + "learning_rate": 5.985990391059607e-05, + "loss": 0.0268, + "step": 18600 + }, + { + "grad_norm": 0.24977003037929535, + "learning_rate": 5.981937550232771e-05, + "loss": 0.0299, + "step": 18610 + }, + { + "grad_norm": 0.20560036599636078, + "learning_rate": 5.9778840382608794e-05, + "loss": 0.0319, + "step": 18620 + }, + { + "grad_norm": 0.30448344349861145, + "learning_rate": 5.9738298579144695e-05, + "loss": 0.0301, + "step": 18630 + }, + { + "grad_norm": 0.23821903765201569, + "learning_rate": 5.9697750119645314e-05, + "loss": 0.0341, + "step": 18640 + }, + { + "grad_norm": 0.3185800015926361, + "learning_rate": 5.96571950318252e-05, + "loss": 0.0263, + "step": 18650 + }, + { + "grad_norm": 0.22794568538665771, + "learning_rate": 5.9616633343403316e-05, + "loss": 0.0232, + "step": 18660 + }, + { + "grad_norm": 0.30687016248703003, + "learning_rate": 5.957606508210324e-05, + "loss": 0.0328, + "step": 18670 + }, + { + "grad_norm": 0.3432038128376007, + "learning_rate": 5.953549027565297e-05, + "loss": 0.0321, + "step": 18680 + }, + { + "grad_norm": 0.3195496201515198, + "learning_rate": 5.949490895178501e-05, + "loss": 0.0326, + "step": 18690 + }, + { + "grad_norm": 0.21626794338226318, + "learning_rate": 5.945432113823632e-05, + "loss": 0.0294, + "step": 18700 + }, + { + "grad_norm": 0.24660541117191315, + "learning_rate": 5.9413726862748276e-05, + "loss": 0.0289, + "step": 18710 + }, + { + "grad_norm": 0.19648849964141846, + "learning_rate": 5.9373126153066694e-05, + "loss": 0.0269, + "step": 18720 + }, + { + "grad_norm": 0.23851142823696136, + "learning_rate": 5.933251903694177e-05, + "loss": 0.0332, + "step": 18730 + }, + { + "grad_norm": 0.30757221579551697, + "learning_rate": 5.929190554212807e-05, + "loss": 0.0286, + "step": 18740 + }, + { + "grad_norm": 0.29836106300354004, + "learning_rate": 5.9251285696384565e-05, + "loss": 0.0315, + "step": 18750 + }, + { + "grad_norm": 0.2910429537296295, + "learning_rate": 5.921065952747451e-05, + "loss": 0.0257, + "step": 18760 + }, + { + "grad_norm": 0.21973012387752533, + "learning_rate": 5.917002706316552e-05, + "loss": 0.0384, + "step": 18770 + }, + { + "grad_norm": 0.19981911778450012, + "learning_rate": 5.912938833122952e-05, + "loss": 0.0291, + "step": 18780 + }, + { + "grad_norm": 0.2364991456270218, + "learning_rate": 5.908874335944265e-05, + "loss": 0.0382, + "step": 18790 + }, + { + "grad_norm": 0.37655898928642273, + "learning_rate": 5.904809217558542e-05, + "loss": 0.0387, + "step": 18800 + }, + { + "grad_norm": 0.194294273853302, + "learning_rate": 5.90074348074425e-05, + "loss": 0.027, + "step": 18810 + }, + { + "grad_norm": 0.29796043038368225, + "learning_rate": 5.8966771282802814e-05, + "loss": 0.0291, + "step": 18820 + }, + { + "grad_norm": 0.32823646068573, + "learning_rate": 5.892610162945952e-05, + "loss": 0.0337, + "step": 18830 + }, + { + "grad_norm": 0.28459304571151733, + "learning_rate": 5.8885425875209924e-05, + "loss": 0.0393, + "step": 18840 + }, + { + "grad_norm": 0.2701732814311981, + "learning_rate": 5.884474404785553e-05, + "loss": 0.0316, + "step": 18850 + }, + { + "grad_norm": 0.24979735910892487, + "learning_rate": 5.8804056175201983e-05, + "loss": 0.026, + "step": 18860 + }, + { + "grad_norm": 0.3315267860889435, + "learning_rate": 5.876336228505904e-05, + "loss": 0.0305, + "step": 18870 + }, + { + "grad_norm": 0.2770008444786072, + "learning_rate": 5.872266240524062e-05, + "loss": 0.0274, + "step": 18880 + }, + { + "grad_norm": 0.3483681380748749, + "learning_rate": 5.86819565635647e-05, + "loss": 0.0351, + "step": 18890 + }, + { + "grad_norm": 0.30177104473114014, + "learning_rate": 5.8641244787853334e-05, + "loss": 0.0254, + "step": 18900 + }, + { + "grad_norm": 0.24829411506652832, + "learning_rate": 5.860052710593265e-05, + "loss": 0.0287, + "step": 18910 + }, + { + "grad_norm": 0.2513234317302704, + "learning_rate": 5.855980354563276e-05, + "loss": 0.03, + "step": 18920 + }, + { + "grad_norm": 0.2145112007856369, + "learning_rate": 5.8519074134787874e-05, + "loss": 0.0324, + "step": 18930 + }, + { + "grad_norm": 0.2804986536502838, + "learning_rate": 5.847833890123614e-05, + "loss": 0.0284, + "step": 18940 + }, + { + "grad_norm": 0.32671698927879333, + "learning_rate": 5.8437597872819737e-05, + "loss": 0.0323, + "step": 18950 + }, + { + "grad_norm": 0.2865397036075592, + "learning_rate": 5.839685107738473e-05, + "loss": 0.0323, + "step": 18960 + }, + { + "grad_norm": 0.3436930179595947, + "learning_rate": 5.835609854278118e-05, + "loss": 0.0301, + "step": 18970 + }, + { + "grad_norm": 0.304684579372406, + "learning_rate": 5.831534029686308e-05, + "loss": 0.03, + "step": 18980 + }, + { + "grad_norm": 0.22703994810581207, + "learning_rate": 5.82745763674883e-05, + "loss": 0.0327, + "step": 18990 + }, + { + "grad_norm": 0.23366199433803558, + "learning_rate": 5.823380678251861e-05, + "loss": 0.029, + "step": 19000 + }, + { + "grad_norm": 0.229587122797966, + "learning_rate": 5.81930315698196e-05, + "loss": 0.0292, + "step": 19010 + }, + { + "grad_norm": 0.29129961133003235, + "learning_rate": 5.815225075726076e-05, + "loss": 0.0355, + "step": 19020 + }, + { + "grad_norm": 0.2561924457550049, + "learning_rate": 5.811146437271543e-05, + "loss": 0.0316, + "step": 19030 + }, + { + "grad_norm": 0.23348359763622284, + "learning_rate": 5.807067244406066e-05, + "loss": 0.0348, + "step": 19040 + }, + { + "grad_norm": 0.28867584466934204, + "learning_rate": 5.8029874999177405e-05, + "loss": 0.0412, + "step": 19050 + }, + { + "grad_norm": 0.28306761384010315, + "learning_rate": 5.798907206595029e-05, + "loss": 0.0263, + "step": 19060 + }, + { + "grad_norm": 0.37409451603889465, + "learning_rate": 5.794826367226773e-05, + "loss": 0.0367, + "step": 19070 + }, + { + "grad_norm": 0.1882796436548233, + "learning_rate": 5.790744984602193e-05, + "loss": 0.0349, + "step": 19080 + }, + { + "grad_norm": 0.2891859710216522, + "learning_rate": 5.786663061510872e-05, + "loss": 0.0309, + "step": 19090 + }, + { + "grad_norm": 0.27814191579818726, + "learning_rate": 5.782580600742765e-05, + "loss": 0.0323, + "step": 19100 + }, + { + "grad_norm": 0.33095183968544006, + "learning_rate": 5.7784976050881965e-05, + "loss": 0.0381, + "step": 19110 + }, + { + "grad_norm": 0.2661435306072235, + "learning_rate": 5.774414077337855e-05, + "loss": 0.0339, + "step": 19120 + }, + { + "grad_norm": 0.265415757894516, + "learning_rate": 5.770330020282796e-05, + "loss": 0.0343, + "step": 19130 + }, + { + "grad_norm": 0.20533008873462677, + "learning_rate": 5.7662454367144317e-05, + "loss": 0.0274, + "step": 19140 + }, + { + "grad_norm": 0.23182660341262817, + "learning_rate": 5.762160329424536e-05, + "loss": 0.0279, + "step": 19150 + }, + { + "grad_norm": 0.1726994514465332, + "learning_rate": 5.7580747012052416e-05, + "loss": 0.0385, + "step": 19160 + }, + { + "grad_norm": 0.24507847428321838, + "learning_rate": 5.753988554849037e-05, + "loss": 0.0385, + "step": 19170 + }, + { + "grad_norm": 0.2085457295179367, + "learning_rate": 5.749901893148766e-05, + "loss": 0.0235, + "step": 19180 + }, + { + "grad_norm": 0.33437177538871765, + "learning_rate": 5.745814718897621e-05, + "loss": 0.0347, + "step": 19190 + }, + { + "grad_norm": 0.20485441386699677, + "learning_rate": 5.74172703488915e-05, + "loss": 0.0305, + "step": 19200 + }, + { + "grad_norm": 0.27145370841026306, + "learning_rate": 5.737638843917242e-05, + "loss": 0.0254, + "step": 19210 + }, + { + "grad_norm": 0.237709641456604, + "learning_rate": 5.73355014877614e-05, + "loss": 0.0292, + "step": 19220 + }, + { + "grad_norm": 0.3971457779407501, + "learning_rate": 5.7294609522604316e-05, + "loss": 0.0275, + "step": 19230 + }, + { + "grad_norm": 0.3342337906360626, + "learning_rate": 5.7253712571650376e-05, + "loss": 0.0418, + "step": 19240 + }, + { + "grad_norm": 0.33712083101272583, + "learning_rate": 5.721281066285229e-05, + "loss": 0.0374, + "step": 19250 + }, + { + "grad_norm": 0.31999754905700684, + "learning_rate": 5.717190382416615e-05, + "loss": 0.0316, + "step": 19260 + }, + { + "grad_norm": 0.29497045278549194, + "learning_rate": 5.713099208355135e-05, + "loss": 0.0336, + "step": 19270 + }, + { + "grad_norm": 0.29596182703971863, + "learning_rate": 5.709007546897074e-05, + "loss": 0.0287, + "step": 19280 + }, + { + "grad_norm": 0.19628870487213135, + "learning_rate": 5.704915400839037e-05, + "loss": 0.0245, + "step": 19290 + }, + { + "grad_norm": 0.22815710306167603, + "learning_rate": 5.700822772977971e-05, + "loss": 0.033, + "step": 19300 + }, + { + "grad_norm": 0.35923516750335693, + "learning_rate": 5.696729666111148e-05, + "loss": 0.0293, + "step": 19310 + }, + { + "grad_norm": 0.2149362713098526, + "learning_rate": 5.692636083036168e-05, + "loss": 0.0255, + "step": 19320 + }, + { + "grad_norm": 0.22947147488594055, + "learning_rate": 5.688542026550958e-05, + "loss": 0.0307, + "step": 19330 + }, + { + "grad_norm": 0.28052499890327454, + "learning_rate": 5.684447499453763e-05, + "loss": 0.0278, + "step": 19340 + }, + { + "grad_norm": 0.30814436078071594, + "learning_rate": 5.680352504543156e-05, + "loss": 0.0333, + "step": 19350 + }, + { + "grad_norm": 0.316021591424942, + "learning_rate": 5.67625704461803e-05, + "loss": 0.0285, + "step": 19360 + }, + { + "grad_norm": 0.2893112301826477, + "learning_rate": 5.672161122477589e-05, + "loss": 0.0318, + "step": 19370 + }, + { + "grad_norm": 0.335744172334671, + "learning_rate": 5.668064740921359e-05, + "loss": 0.031, + "step": 19380 + }, + { + "grad_norm": 0.26592540740966797, + "learning_rate": 5.663967902749179e-05, + "loss": 0.0276, + "step": 19390 + }, + { + "grad_norm": 0.20907852053642273, + "learning_rate": 5.6598706107611965e-05, + "loss": 0.0296, + "step": 19400 + }, + { + "grad_norm": 0.30334869027137756, + "learning_rate": 5.655772867757876e-05, + "loss": 0.0239, + "step": 19410 + }, + { + "grad_norm": 0.20096653699874878, + "learning_rate": 5.651674676539982e-05, + "loss": 0.0247, + "step": 19420 + }, + { + "grad_norm": 0.21338412165641785, + "learning_rate": 5.647576039908593e-05, + "loss": 0.0265, + "step": 19430 + }, + { + "grad_norm": 0.30330586433410645, + "learning_rate": 5.6434769606650864e-05, + "loss": 0.0324, + "step": 19440 + }, + { + "grad_norm": 0.22735929489135742, + "learning_rate": 5.639377441611143e-05, + "loss": 0.0378, + "step": 19450 + }, + { + "grad_norm": 0.2183002084493637, + "learning_rate": 5.635277485548751e-05, + "loss": 0.03, + "step": 19460 + }, + { + "grad_norm": 0.40087541937828064, + "learning_rate": 5.631177095280186e-05, + "loss": 0.0272, + "step": 19470 + }, + { + "grad_norm": 0.20870371162891388, + "learning_rate": 5.627076273608027e-05, + "loss": 0.0379, + "step": 19480 + }, + { + "grad_norm": 0.18427486717700958, + "learning_rate": 5.622975023335148e-05, + "loss": 0.0297, + "step": 19490 + }, + { + "grad_norm": 0.35235610604286194, + "learning_rate": 5.618873347264716e-05, + "loss": 0.0249, + "step": 19500 + }, + { + "grad_norm": 0.3069077432155609, + "learning_rate": 5.614771248200188e-05, + "loss": 0.0286, + "step": 19510 + }, + { + "grad_norm": 0.3384808897972107, + "learning_rate": 5.6106687289453066e-05, + "loss": 0.029, + "step": 19520 + }, + { + "grad_norm": 0.23376312851905823, + "learning_rate": 5.606565792304108e-05, + "loss": 0.0288, + "step": 19530 + }, + { + "grad_norm": 0.2845156490802765, + "learning_rate": 5.602462441080909e-05, + "loss": 0.036, + "step": 19540 + }, + { + "grad_norm": 0.1906028687953949, + "learning_rate": 5.5983586780803135e-05, + "loss": 0.0302, + "step": 19550 + }, + { + "grad_norm": 0.17912429571151733, + "learning_rate": 5.594254506107205e-05, + "loss": 0.0329, + "step": 19560 + }, + { + "grad_norm": 0.33253014087677, + "learning_rate": 5.590149927966743e-05, + "loss": 0.0336, + "step": 19570 + }, + { + "grad_norm": 0.31804341077804565, + "learning_rate": 5.58604494646437e-05, + "loss": 0.0298, + "step": 19580 + }, + { + "grad_norm": 0.26147860288619995, + "learning_rate": 5.5819395644058025e-05, + "loss": 0.0269, + "step": 19590 + }, + { + "grad_norm": 0.20991244912147522, + "learning_rate": 5.577833784597031e-05, + "loss": 0.0231, + "step": 19600 + }, + { + "grad_norm": 0.2025151401758194, + "learning_rate": 5.573727609844316e-05, + "loss": 0.024, + "step": 19610 + }, + { + "grad_norm": 0.23640665411949158, + "learning_rate": 5.5696210429541884e-05, + "loss": 0.0274, + "step": 19620 + }, + { + "grad_norm": 0.23866388201713562, + "learning_rate": 5.565514086733451e-05, + "loss": 0.0308, + "step": 19630 + }, + { + "grad_norm": 0.23516805469989777, + "learning_rate": 5.5614067439891657e-05, + "loss": 0.0219, + "step": 19640 + }, + { + "grad_norm": 0.23976561427116394, + "learning_rate": 5.557299017528666e-05, + "loss": 0.0369, + "step": 19650 + }, + { + "grad_norm": 0.3197334110736847, + "learning_rate": 5.5531909101595436e-05, + "loss": 0.0298, + "step": 19660 + }, + { + "grad_norm": 0.2726908028125763, + "learning_rate": 5.549082424689649e-05, + "loss": 0.0342, + "step": 19670 + }, + { + "grad_norm": 0.30113255977630615, + "learning_rate": 5.544973563927095e-05, + "loss": 0.0258, + "step": 19680 + }, + { + "grad_norm": 0.2507675588130951, + "learning_rate": 5.540864330680249e-05, + "loss": 0.0293, + "step": 19690 + }, + { + "grad_norm": 0.25108838081359863, + "learning_rate": 5.536754727757733e-05, + "loss": 0.0334, + "step": 19700 + }, + { + "grad_norm": 0.15118354558944702, + "learning_rate": 5.532644757968422e-05, + "loss": 0.0248, + "step": 19710 + }, + { + "grad_norm": 0.2377033680677414, + "learning_rate": 5.528534424121441e-05, + "loss": 0.0357, + "step": 19720 + }, + { + "grad_norm": 0.2347767949104309, + "learning_rate": 5.524423729026165e-05, + "loss": 0.0283, + "step": 19730 + }, + { + "grad_norm": 0.355496883392334, + "learning_rate": 5.5203126754922164e-05, + "loss": 0.0236, + "step": 19740 + }, + { + "grad_norm": 0.19347520172595978, + "learning_rate": 5.5162012663294585e-05, + "loss": 0.0314, + "step": 19750 + }, + { + "grad_norm": 0.34042465686798096, + "learning_rate": 5.512089504348003e-05, + "loss": 0.0285, + "step": 19760 + }, + { + "grad_norm": 0.25093236565589905, + "learning_rate": 5.5079773923582e-05, + "loss": 0.0306, + "step": 19770 + }, + { + "grad_norm": 0.30991196632385254, + "learning_rate": 5.50386493317064e-05, + "loss": 0.0377, + "step": 19780 + }, + { + "grad_norm": 0.3021535277366638, + "learning_rate": 5.49975212959615e-05, + "loss": 0.0318, + "step": 19790 + }, + { + "grad_norm": 0.28077778220176697, + "learning_rate": 5.4956389844457904e-05, + "loss": 0.029, + "step": 19800 + }, + { + "grad_norm": 0.2620409429073334, + "learning_rate": 5.491525500530859e-05, + "loss": 0.032, + "step": 19810 + }, + { + "grad_norm": 0.3950722813606262, + "learning_rate": 5.487411680662882e-05, + "loss": 0.0396, + "step": 19820 + }, + { + "grad_norm": 0.2910943925380707, + "learning_rate": 5.483297527653618e-05, + "loss": 0.0277, + "step": 19830 + }, + { + "grad_norm": 0.25922122597694397, + "learning_rate": 5.4791830443150516e-05, + "loss": 0.0316, + "step": 19840 + }, + { + "grad_norm": 0.26082131266593933, + "learning_rate": 5.475068233459392e-05, + "loss": 0.0285, + "step": 19850 + }, + { + "grad_norm": 0.25682011246681213, + "learning_rate": 5.470953097899075e-05, + "loss": 0.0266, + "step": 19860 + }, + { + "grad_norm": 0.2303226739168167, + "learning_rate": 5.466837640446756e-05, + "loss": 0.0228, + "step": 19870 + }, + { + "grad_norm": 0.17781434953212738, + "learning_rate": 5.462721863915312e-05, + "loss": 0.0223, + "step": 19880 + }, + { + "grad_norm": 0.2514108121395111, + "learning_rate": 5.4586057711178374e-05, + "loss": 0.0453, + "step": 19890 + }, + { + "grad_norm": 0.42555367946624756, + "learning_rate": 5.454489364867642e-05, + "loss": 0.0348, + "step": 19900 + }, + { + "grad_norm": 0.2776554226875305, + "learning_rate": 5.4503726479782523e-05, + "loss": 0.0295, + "step": 19910 + }, + { + "grad_norm": 0.22931794822216034, + "learning_rate": 5.446255623263403e-05, + "loss": 0.0283, + "step": 19920 + }, + { + "grad_norm": 0.2617160379886627, + "learning_rate": 5.4421382935370445e-05, + "loss": 0.0329, + "step": 19930 + }, + { + "grad_norm": 0.2683757245540619, + "learning_rate": 5.438020661613331e-05, + "loss": 0.0286, + "step": 19940 + }, + { + "grad_norm": 0.28469201922416687, + "learning_rate": 5.433902730306625e-05, + "loss": 0.0284, + "step": 19950 + }, + { + "grad_norm": 0.27430081367492676, + "learning_rate": 5.429784502431495e-05, + "loss": 0.0388, + "step": 19960 + }, + { + "grad_norm": 0.3140501081943512, + "learning_rate": 5.42566598080271e-05, + "loss": 0.0318, + "step": 19970 + }, + { + "grad_norm": 0.3090050220489502, + "learning_rate": 5.421547168235241e-05, + "loss": 0.0283, + "step": 19980 + }, + { + "grad_norm": 0.2633260488510132, + "learning_rate": 5.417428067544258e-05, + "loss": 0.0333, + "step": 19990 + }, + { + "grad_norm": 0.24121706187725067, + "learning_rate": 5.413308681545126e-05, + "loss": 0.031, + "step": 20000 + }, + { + "grad_norm": 0.19106893241405487, + "learning_rate": 5.409189013053408e-05, + "loss": 0.0325, + "step": 20010 + }, + { + "grad_norm": 0.27851760387420654, + "learning_rate": 5.4050690648848576e-05, + "loss": 0.0246, + "step": 20020 + }, + { + "grad_norm": 0.29076284170150757, + "learning_rate": 5.400948839855421e-05, + "loss": 0.0326, + "step": 20030 + }, + { + "grad_norm": 0.27515676617622375, + "learning_rate": 5.396828340781234e-05, + "loss": 0.0328, + "step": 20040 + }, + { + "grad_norm": 0.2501179277896881, + "learning_rate": 5.392707570478617e-05, + "loss": 0.0318, + "step": 20050 + }, + { + "grad_norm": 0.24871619045734406, + "learning_rate": 5.388586531764078e-05, + "loss": 0.0251, + "step": 20060 + }, + { + "grad_norm": 0.25712963938713074, + "learning_rate": 5.384465227454311e-05, + "loss": 0.032, + "step": 20070 + }, + { + "grad_norm": 0.24903330206871033, + "learning_rate": 5.380343660366184e-05, + "loss": 0.0358, + "step": 20080 + }, + { + "grad_norm": 0.22128911316394806, + "learning_rate": 5.376221833316752e-05, + "loss": 0.0298, + "step": 20090 + }, + { + "grad_norm": 0.3033698797225952, + "learning_rate": 5.3720997491232436e-05, + "loss": 0.0286, + "step": 20100 + }, + { + "grad_norm": 0.263071745634079, + "learning_rate": 5.367977410603068e-05, + "loss": 0.0281, + "step": 20110 + }, + { + "grad_norm": 0.2870011031627655, + "learning_rate": 5.3638548205738004e-05, + "loss": 0.0273, + "step": 20120 + }, + { + "grad_norm": 0.2516048848628998, + "learning_rate": 5.359731981853194e-05, + "loss": 0.0251, + "step": 20130 + }, + { + "grad_norm": 0.31240659952163696, + "learning_rate": 5.35560889725917e-05, + "loss": 0.0316, + "step": 20140 + }, + { + "grad_norm": 0.2650012969970703, + "learning_rate": 5.3514855696098176e-05, + "loss": 0.0226, + "step": 20150 + }, + { + "grad_norm": 0.3124535381793976, + "learning_rate": 5.347362001723394e-05, + "loss": 0.0334, + "step": 20160 + }, + { + "grad_norm": 0.27614688873291016, + "learning_rate": 5.3432381964183176e-05, + "loss": 0.0273, + "step": 20170 + }, + { + "grad_norm": 0.2837217152118683, + "learning_rate": 5.3391141565131685e-05, + "loss": 0.0297, + "step": 20180 + }, + { + "grad_norm": 0.31194108724594116, + "learning_rate": 5.3349898848266935e-05, + "loss": 0.0401, + "step": 20190 + }, + { + "grad_norm": 0.3005306124687195, + "learning_rate": 5.330865384177789e-05, + "loss": 0.031, + "step": 20200 + }, + { + "grad_norm": 0.2963521182537079, + "learning_rate": 5.326740657385515e-05, + "loss": 0.0384, + "step": 20210 + }, + { + "grad_norm": 0.2520315647125244, + "learning_rate": 5.322615707269083e-05, + "loss": 0.0332, + "step": 20220 + }, + { + "grad_norm": 0.3161219656467438, + "learning_rate": 5.318490536647856e-05, + "loss": 0.0278, + "step": 20230 + }, + { + "grad_norm": 0.29090073704719543, + "learning_rate": 5.3143651483413524e-05, + "loss": 0.0352, + "step": 20240 + }, + { + "grad_norm": 0.2050679624080658, + "learning_rate": 5.310239545169232e-05, + "loss": 0.0327, + "step": 20250 + }, + { + "grad_norm": 0.23461942374706268, + "learning_rate": 5.30611372995131e-05, + "loss": 0.0389, + "step": 20260 + }, + { + "grad_norm": 0.2518528401851654, + "learning_rate": 5.30198770550754e-05, + "loss": 0.0261, + "step": 20270 + }, + { + "grad_norm": 0.32482561469078064, + "learning_rate": 5.297861474658019e-05, + "loss": 0.0241, + "step": 20280 + }, + { + "grad_norm": 0.25674739480018616, + "learning_rate": 5.29373504022299e-05, + "loss": 0.0309, + "step": 20290 + }, + { + "grad_norm": 0.24098721146583557, + "learning_rate": 5.28960840502283e-05, + "loss": 0.0304, + "step": 20300 + }, + { + "grad_norm": 0.26324719190597534, + "learning_rate": 5.285481571878056e-05, + "loss": 0.0308, + "step": 20310 + }, + { + "grad_norm": 0.20738103985786438, + "learning_rate": 5.281354543609321e-05, + "loss": 0.0287, + "step": 20320 + }, + { + "grad_norm": 0.2888319492340088, + "learning_rate": 5.277227323037406e-05, + "loss": 0.032, + "step": 20330 + }, + { + "grad_norm": 0.15872059762477875, + "learning_rate": 5.273099912983233e-05, + "loss": 0.0302, + "step": 20340 + }, + { + "grad_norm": 0.29225271940231323, + "learning_rate": 5.268972316267843e-05, + "loss": 0.0318, + "step": 20350 + }, + { + "grad_norm": 0.33521541953086853, + "learning_rate": 5.26484453571241e-05, + "loss": 0.0308, + "step": 20360 + }, + { + "grad_norm": 0.2282925546169281, + "learning_rate": 5.260716574138235e-05, + "loss": 0.0243, + "step": 20370 + }, + { + "grad_norm": 0.32438477873802185, + "learning_rate": 5.256588434366739e-05, + "loss": 0.0325, + "step": 20380 + }, + { + "grad_norm": 0.2412324696779251, + "learning_rate": 5.25246011921947e-05, + "loss": 0.0301, + "step": 20390 + }, + { + "grad_norm": 0.28470027446746826, + "learning_rate": 5.248331631518089e-05, + "loss": 0.0283, + "step": 20400 + }, + { + "grad_norm": 0.2773970365524292, + "learning_rate": 5.244202974084379e-05, + "loss": 0.0301, + "step": 20410 + }, + { + "grad_norm": 0.2547071576118469, + "learning_rate": 5.240074149740239e-05, + "loss": 0.0296, + "step": 20420 + }, + { + "grad_norm": 0.22948460280895233, + "learning_rate": 5.2359451613076814e-05, + "loss": 0.0283, + "step": 20430 + }, + { + "grad_norm": 0.20097623765468597, + "learning_rate": 5.231816011608832e-05, + "loss": 0.0299, + "step": 20440 + }, + { + "grad_norm": 0.3056792914867401, + "learning_rate": 5.227686703465924e-05, + "loss": 0.026, + "step": 20450 + }, + { + "grad_norm": 0.21064463257789612, + "learning_rate": 5.2235572397013e-05, + "loss": 0.0244, + "step": 20460 + }, + { + "grad_norm": 0.2987678050994873, + "learning_rate": 5.2194276231374114e-05, + "loss": 0.0298, + "step": 20470 + }, + { + "grad_norm": 0.299957811832428, + "learning_rate": 5.21529785659681e-05, + "loss": 0.0272, + "step": 20480 + }, + { + "grad_norm": 0.2934413254261017, + "learning_rate": 5.2111679429021565e-05, + "loss": 0.0347, + "step": 20490 + }, + { + "grad_norm": 0.16236884891986847, + "learning_rate": 5.207037884876205e-05, + "loss": 0.0258, + "step": 20500 + }, + { + "grad_norm": 0.26518985629081726, + "learning_rate": 5.202907685341809e-05, + "loss": 0.0247, + "step": 20510 + }, + { + "grad_norm": 0.25530871748924255, + "learning_rate": 5.198777347121926e-05, + "loss": 0.0289, + "step": 20520 + }, + { + "grad_norm": 0.24414986371994019, + "learning_rate": 5.194646873039598e-05, + "loss": 0.0263, + "step": 20530 + }, + { + "grad_norm": 0.2509971261024475, + "learning_rate": 5.1905162659179696e-05, + "loss": 0.0285, + "step": 20540 + }, + { + "grad_norm": 0.3206353485584259, + "learning_rate": 5.18638552858027e-05, + "loss": 0.0256, + "step": 20550 + }, + { + "grad_norm": 0.3028610944747925, + "learning_rate": 5.182254663849818e-05, + "loss": 0.0361, + "step": 20560 + }, + { + "grad_norm": 0.2607840299606323, + "learning_rate": 5.178123674550023e-05, + "loss": 0.0218, + "step": 20570 + }, + { + "grad_norm": 0.23759602010250092, + "learning_rate": 5.173992563504375e-05, + "loss": 0.0269, + "step": 20580 + }, + { + "grad_norm": 0.3133346736431122, + "learning_rate": 5.169861333536451e-05, + "loss": 0.0307, + "step": 20590 + }, + { + "grad_norm": 0.23181067407131195, + "learning_rate": 5.165729987469907e-05, + "loss": 0.0332, + "step": 20600 + }, + { + "grad_norm": 0.27658599615097046, + "learning_rate": 5.161598528128478e-05, + "loss": 0.0366, + "step": 20610 + }, + { + "grad_norm": 0.20410685241222382, + "learning_rate": 5.157466958335981e-05, + "loss": 0.0256, + "step": 20620 + }, + { + "grad_norm": 0.2762388288974762, + "learning_rate": 5.1533352809163025e-05, + "loss": 0.0324, + "step": 20630 + }, + { + "grad_norm": 0.22402836382389069, + "learning_rate": 5.1492034986934046e-05, + "loss": 0.0251, + "step": 20640 + }, + { + "grad_norm": 0.25848060846328735, + "learning_rate": 5.1450716144913225e-05, + "loss": 0.0259, + "step": 20650 + }, + { + "grad_norm": 0.32592275738716125, + "learning_rate": 5.1409396311341595e-05, + "loss": 0.0319, + "step": 20660 + }, + { + "grad_norm": 0.2501830458641052, + "learning_rate": 5.136807551446089e-05, + "loss": 0.0277, + "step": 20670 + }, + { + "grad_norm": 0.2827734649181366, + "learning_rate": 5.132675378251346e-05, + "loss": 0.0263, + "step": 20680 + }, + { + "grad_norm": 0.22008270025253296, + "learning_rate": 5.1285431143742325e-05, + "loss": 0.0274, + "step": 20690 + }, + { + "grad_norm": 0.2708999514579773, + "learning_rate": 5.1244107626391136e-05, + "loss": 0.0263, + "step": 20700 + }, + { + "grad_norm": 0.2442745417356491, + "learning_rate": 5.12027832587041e-05, + "loss": 0.0241, + "step": 20710 + }, + { + "grad_norm": 0.21070736646652222, + "learning_rate": 5.116145806892607e-05, + "loss": 0.0244, + "step": 20720 + }, + { + "grad_norm": 0.2982182502746582, + "learning_rate": 5.1120132085302384e-05, + "loss": 0.0326, + "step": 20730 + }, + { + "grad_norm": 0.2330133020877838, + "learning_rate": 5.107880533607898e-05, + "loss": 0.0328, + "step": 20740 + }, + { + "grad_norm": 0.2369055598974228, + "learning_rate": 5.103747784950231e-05, + "loss": 0.0277, + "step": 20750 + }, + { + "grad_norm": 0.33894580602645874, + "learning_rate": 5.09961496538193e-05, + "loss": 0.0302, + "step": 20760 + }, + { + "grad_norm": 0.3200014531612396, + "learning_rate": 5.095482077727742e-05, + "loss": 0.0243, + "step": 20770 + }, + { + "grad_norm": 0.31023263931274414, + "learning_rate": 5.091349124812452e-05, + "loss": 0.0292, + "step": 20780 + }, + { + "grad_norm": 0.31122785806655884, + "learning_rate": 5.087216109460897e-05, + "loss": 0.0368, + "step": 20790 + }, + { + "grad_norm": 0.22296400368213654, + "learning_rate": 5.083083034497954e-05, + "loss": 0.0226, + "step": 20800 + }, + { + "grad_norm": 0.26365214586257935, + "learning_rate": 5.07894990274854e-05, + "loss": 0.0284, + "step": 20810 + }, + { + "grad_norm": 0.21422959864139557, + "learning_rate": 5.074816717037614e-05, + "loss": 0.0269, + "step": 20820 + }, + { + "grad_norm": 0.2779909670352936, + "learning_rate": 5.070683480190165e-05, + "loss": 0.0359, + "step": 20830 + }, + { + "grad_norm": 0.3186589777469635, + "learning_rate": 5.066550195031223e-05, + "loss": 0.0456, + "step": 20840 + }, + { + "grad_norm": 0.35763031244277954, + "learning_rate": 5.062416864385852e-05, + "loss": 0.0228, + "step": 20850 + }, + { + "grad_norm": 0.27126139402389526, + "learning_rate": 5.058283491079142e-05, + "loss": 0.0402, + "step": 20860 + }, + { + "grad_norm": 0.24082179367542267, + "learning_rate": 5.054150077936216e-05, + "loss": 0.0461, + "step": 20870 + }, + { + "grad_norm": 0.27153700590133667, + "learning_rate": 5.0500166277822214e-05, + "loss": 0.0336, + "step": 20880 + }, + { + "grad_norm": 0.3063143789768219, + "learning_rate": 5.0458831434423334e-05, + "loss": 0.0288, + "step": 20890 + }, + { + "grad_norm": 0.3223898410797119, + "learning_rate": 5.0417496277417506e-05, + "loss": 0.0369, + "step": 20900 + }, + { + "grad_norm": 0.2986467480659485, + "learning_rate": 5.037616083505691e-05, + "loss": 0.0329, + "step": 20910 + }, + { + "grad_norm": 0.23398199677467346, + "learning_rate": 5.0334825135593935e-05, + "loss": 0.0349, + "step": 20920 + }, + { + "grad_norm": 0.27184274792671204, + "learning_rate": 5.029348920728111e-05, + "loss": 0.0305, + "step": 20930 + }, + { + "grad_norm": 0.3053095042705536, + "learning_rate": 5.0252153078371186e-05, + "loss": 0.0304, + "step": 20940 + }, + { + "grad_norm": 0.2896724045276642, + "learning_rate": 5.021081677711704e-05, + "loss": 0.0284, + "step": 20950 + }, + { + "grad_norm": 0.22557573020458221, + "learning_rate": 5.016948033177159e-05, + "loss": 0.0274, + "step": 20960 + }, + { + "grad_norm": 0.2182113379240036, + "learning_rate": 5.012814377058793e-05, + "loss": 0.0306, + "step": 20970 + }, + { + "grad_norm": 0.2032833695411682, + "learning_rate": 5.008680712181921e-05, + "loss": 0.0283, + "step": 20980 + }, + { + "grad_norm": 0.3302430808544159, + "learning_rate": 5.0045470413718645e-05, + "loss": 0.0324, + "step": 20990 + }, + { + "grad_norm": 0.23869793117046356, + "learning_rate": 5.00041336745395e-05, + "loss": 0.0323, + "step": 21000 + }, + { + "grad_norm": 0.2728235423564911, + "learning_rate": 4.996279693253499e-05, + "loss": 0.0318, + "step": 21010 + }, + { + "grad_norm": 0.40465936064720154, + "learning_rate": 4.992146021595847e-05, + "loss": 0.0418, + "step": 21020 + }, + { + "grad_norm": 0.2608130872249603, + "learning_rate": 4.988012355306313e-05, + "loss": 0.0264, + "step": 21030 + }, + { + "grad_norm": 0.32946160435676575, + "learning_rate": 4.98387869721022e-05, + "loss": 0.0329, + "step": 21040 + }, + { + "grad_norm": 0.21039806306362152, + "learning_rate": 4.9797450501328866e-05, + "loss": 0.0309, + "step": 21050 + }, + { + "grad_norm": 0.30447766184806824, + "learning_rate": 4.97561141689962e-05, + "loss": 0.031, + "step": 21060 + }, + { + "grad_norm": 0.28317585587501526, + "learning_rate": 4.971477800335721e-05, + "loss": 0.0265, + "step": 21070 + }, + { + "grad_norm": 0.3280807435512543, + "learning_rate": 4.967344203266475e-05, + "loss": 0.0415, + "step": 21080 + }, + { + "grad_norm": 0.2761935293674469, + "learning_rate": 4.9632106285171584e-05, + "loss": 0.0342, + "step": 21090 + }, + { + "grad_norm": 0.29548588395118713, + "learning_rate": 4.959077078913031e-05, + "loss": 0.0372, + "step": 21100 + }, + { + "grad_norm": 0.224702388048172, + "learning_rate": 4.954943557279333e-05, + "loss": 0.0251, + "step": 21110 + }, + { + "grad_norm": 0.2785205841064453, + "learning_rate": 4.9508100664412916e-05, + "loss": 0.035, + "step": 21120 + }, + { + "grad_norm": 0.19663678109645844, + "learning_rate": 4.946676609224105e-05, + "loss": 0.0313, + "step": 21130 + }, + { + "grad_norm": 0.4046774208545685, + "learning_rate": 4.942543188452952e-05, + "loss": 0.0323, + "step": 21140 + }, + { + "grad_norm": 0.23845578730106354, + "learning_rate": 4.938409806952988e-05, + "loss": 0.0347, + "step": 21150 + }, + { + "grad_norm": 0.27490606904029846, + "learning_rate": 4.93427646754934e-05, + "loss": 0.0339, + "step": 21160 + }, + { + "grad_norm": 0.2961552143096924, + "learning_rate": 4.930143173067108e-05, + "loss": 0.0317, + "step": 21170 + }, + { + "grad_norm": 0.23263616859912872, + "learning_rate": 4.9260099263313565e-05, + "loss": 0.0325, + "step": 21180 + }, + { + "grad_norm": 0.25611060857772827, + "learning_rate": 4.921876730167123e-05, + "loss": 0.0424, + "step": 21190 + }, + { + "grad_norm": 0.27713915705680847, + "learning_rate": 4.917743587399409e-05, + "loss": 0.0434, + "step": 21200 + }, + { + "grad_norm": 0.21593639254570007, + "learning_rate": 4.913610500853178e-05, + "loss": 0.0406, + "step": 21210 + }, + { + "grad_norm": 0.20377549529075623, + "learning_rate": 4.909477473353354e-05, + "loss": 0.0354, + "step": 21220 + }, + { + "grad_norm": 0.23339912295341492, + "learning_rate": 4.9053445077248236e-05, + "loss": 0.0369, + "step": 21230 + }, + { + "grad_norm": 0.16329559683799744, + "learning_rate": 4.901211606792429e-05, + "loss": 0.0333, + "step": 21240 + }, + { + "grad_norm": 0.2367638349533081, + "learning_rate": 4.89707877338097e-05, + "loss": 0.0337, + "step": 21250 + }, + { + "grad_norm": 0.2733110785484314, + "learning_rate": 4.892946010315199e-05, + "loss": 0.0404, + "step": 21260 + }, + { + "grad_norm": 0.23970775306224823, + "learning_rate": 4.8888133204198204e-05, + "loss": 0.0279, + "step": 21270 + }, + { + "grad_norm": 0.24092921614646912, + "learning_rate": 4.8846807065194886e-05, + "loss": 0.051, + "step": 21280 + }, + { + "grad_norm": 0.24789610505104065, + "learning_rate": 4.880548171438806e-05, + "loss": 0.03, + "step": 21290 + }, + { + "grad_norm": 0.24587146937847137, + "learning_rate": 4.8764157180023245e-05, + "loss": 0.0382, + "step": 21300 + }, + { + "grad_norm": 0.27288398146629333, + "learning_rate": 4.872283349034533e-05, + "loss": 0.0363, + "step": 21310 + }, + { + "grad_norm": 0.244786337018013, + "learning_rate": 4.8681510673598674e-05, + "loss": 0.0264, + "step": 21320 + }, + { + "grad_norm": 0.2739824950695038, + "learning_rate": 4.8640188758027046e-05, + "loss": 0.0363, + "step": 21330 + }, + { + "grad_norm": 0.2867182195186615, + "learning_rate": 4.859886777187357e-05, + "loss": 0.0346, + "step": 21340 + }, + { + "grad_norm": 0.2841619551181793, + "learning_rate": 4.855754774338077e-05, + "loss": 0.0321, + "step": 21350 + }, + { + "grad_norm": 0.2717350721359253, + "learning_rate": 4.851622870079048e-05, + "loss": 0.0355, + "step": 21360 + }, + { + "grad_norm": 0.28101426362991333, + "learning_rate": 4.847491067234389e-05, + "loss": 0.0321, + "step": 21370 + }, + { + "grad_norm": 0.35798245668411255, + "learning_rate": 4.843359368628146e-05, + "loss": 0.0434, + "step": 21380 + }, + { + "grad_norm": 0.26884281635284424, + "learning_rate": 4.8392277770842975e-05, + "loss": 0.0291, + "step": 21390 + }, + { + "grad_norm": 0.29808640480041504, + "learning_rate": 4.83509629542675e-05, + "loss": 0.0272, + "step": 21400 + }, + { + "grad_norm": 0.24323520064353943, + "learning_rate": 4.830964926479329e-05, + "loss": 0.0306, + "step": 21410 + }, + { + "grad_norm": 0.29953956604003906, + "learning_rate": 4.826833673065785e-05, + "loss": 0.0275, + "step": 21420 + }, + { + "grad_norm": 0.21614785492420197, + "learning_rate": 4.822702538009794e-05, + "loss": 0.0271, + "step": 21430 + }, + { + "grad_norm": 0.24050579965114594, + "learning_rate": 4.818571524134945e-05, + "loss": 0.0236, + "step": 21440 + }, + { + "grad_norm": 0.2283167839050293, + "learning_rate": 4.8144406342647496e-05, + "loss": 0.0309, + "step": 21450 + }, + { + "grad_norm": 0.24033214151859283, + "learning_rate": 4.81030987122263e-05, + "loss": 0.0207, + "step": 21460 + }, + { + "grad_norm": 0.2547476291656494, + "learning_rate": 4.806179237831926e-05, + "loss": 0.0315, + "step": 21470 + }, + { + "grad_norm": 0.2204301357269287, + "learning_rate": 4.802048736915884e-05, + "loss": 0.029, + "step": 21480 + }, + { + "grad_norm": 0.319619357585907, + "learning_rate": 4.797918371297666e-05, + "loss": 0.0308, + "step": 21490 + }, + { + "grad_norm": 0.3530050218105316, + "learning_rate": 4.793788143800334e-05, + "loss": 0.0326, + "step": 21500 + }, + { + "grad_norm": 0.2587571144104004, + "learning_rate": 4.789658057246862e-05, + "loss": 0.0267, + "step": 21510 + }, + { + "grad_norm": 0.219709575176239, + "learning_rate": 4.7855281144601227e-05, + "loss": 0.0204, + "step": 21520 + }, + { + "grad_norm": 0.24341796338558197, + "learning_rate": 4.781398318262897e-05, + "loss": 0.0262, + "step": 21530 + }, + { + "grad_norm": 0.2026262730360031, + "learning_rate": 4.777268671477858e-05, + "loss": 0.0333, + "step": 21540 + }, + { + "grad_norm": 0.21974486112594604, + "learning_rate": 4.773139176927582e-05, + "loss": 0.0225, + "step": 21550 + }, + { + "grad_norm": 0.1890382617712021, + "learning_rate": 4.769009837434539e-05, + "loss": 0.0257, + "step": 21560 + }, + { + "grad_norm": 0.21879126131534576, + "learning_rate": 4.764880655821095e-05, + "loss": 0.0222, + "step": 21570 + }, + { + "grad_norm": 0.24132846295833588, + "learning_rate": 4.760751634909508e-05, + "loss": 0.0244, + "step": 21580 + }, + { + "grad_norm": 0.2321368306875229, + "learning_rate": 4.756622777521919e-05, + "loss": 0.0237, + "step": 21590 + }, + { + "grad_norm": 0.24987292289733887, + "learning_rate": 4.752494086480368e-05, + "loss": 0.0248, + "step": 21600 + }, + { + "grad_norm": 0.27999892830848694, + "learning_rate": 4.7483655646067744e-05, + "loss": 0.0283, + "step": 21610 + }, + { + "grad_norm": 0.22484397888183594, + "learning_rate": 4.744237214722944e-05, + "loss": 0.0329, + "step": 21620 + }, + { + "grad_norm": 0.29888373613357544, + "learning_rate": 4.740109039650567e-05, + "loss": 0.0231, + "step": 21630 + }, + { + "grad_norm": 0.2097560167312622, + "learning_rate": 4.73598104221121e-05, + "loss": 0.0262, + "step": 21640 + }, + { + "grad_norm": 0.2287820726633072, + "learning_rate": 4.731853225226322e-05, + "loss": 0.0335, + "step": 21650 + }, + { + "grad_norm": 0.26249855756759644, + "learning_rate": 4.727725591517225e-05, + "loss": 0.0235, + "step": 21660 + }, + { + "grad_norm": 0.26259645819664, + "learning_rate": 4.723598143905119e-05, + "loss": 0.0235, + "step": 21670 + }, + { + "grad_norm": 0.14463387429714203, + "learning_rate": 4.719470885211077e-05, + "loss": 0.0226, + "step": 21680 + }, + { + "grad_norm": 0.24915310740470886, + "learning_rate": 4.7153438182560387e-05, + "loss": 0.0218, + "step": 21690 + }, + { + "grad_norm": 0.26870647072792053, + "learning_rate": 4.711216945860815e-05, + "loss": 0.0353, + "step": 21700 + }, + { + "grad_norm": 0.2208217978477478, + "learning_rate": 4.707090270846088e-05, + "loss": 0.0317, + "step": 21710 + }, + { + "grad_norm": 0.3056309223175049, + "learning_rate": 4.702963796032397e-05, + "loss": 0.0265, + "step": 21720 + }, + { + "grad_norm": 0.25984612107276917, + "learning_rate": 4.6988375242401514e-05, + "loss": 0.0263, + "step": 21730 + }, + { + "grad_norm": 0.2840114235877991, + "learning_rate": 4.694711458289618e-05, + "loss": 0.0284, + "step": 21740 + }, + { + "grad_norm": 0.30068227648735046, + "learning_rate": 4.690585601000925e-05, + "loss": 0.0304, + "step": 21750 + }, + { + "grad_norm": 0.16507859528064728, + "learning_rate": 4.686459955194055e-05, + "loss": 0.022, + "step": 21760 + }, + { + "grad_norm": 0.2508661448955536, + "learning_rate": 4.6823345236888504e-05, + "loss": 0.0234, + "step": 21770 + }, + { + "grad_norm": 0.19977650046348572, + "learning_rate": 4.678209309305002e-05, + "loss": 0.0291, + "step": 21780 + }, + { + "grad_norm": 0.22176605463027954, + "learning_rate": 4.674084314862057e-05, + "loss": 0.0252, + "step": 21790 + }, + { + "grad_norm": 0.2537342607975006, + "learning_rate": 4.669959543179409e-05, + "loss": 0.0291, + "step": 21800 + }, + { + "grad_norm": 0.238966703414917, + "learning_rate": 4.665834997076303e-05, + "loss": 0.0271, + "step": 21810 + }, + { + "grad_norm": 0.18360933661460876, + "learning_rate": 4.661710679371823e-05, + "loss": 0.0251, + "step": 21820 + }, + { + "grad_norm": 0.23848043382167816, + "learning_rate": 4.657586592884905e-05, + "loss": 0.0282, + "step": 21830 + }, + { + "grad_norm": 0.27742210030555725, + "learning_rate": 4.653462740434322e-05, + "loss": 0.027, + "step": 21840 + }, + { + "grad_norm": 0.3225850462913513, + "learning_rate": 4.649339124838689e-05, + "loss": 0.0303, + "step": 21850 + }, + { + "grad_norm": 0.20331546664237976, + "learning_rate": 4.6452157489164574e-05, + "loss": 0.0231, + "step": 21860 + }, + { + "grad_norm": 0.2295466959476471, + "learning_rate": 4.6410926154859155e-05, + "loss": 0.0263, + "step": 21870 + }, + { + "grad_norm": 0.295681893825531, + "learning_rate": 4.636969727365186e-05, + "loss": 0.0255, + "step": 21880 + }, + { + "grad_norm": 0.3544195890426636, + "learning_rate": 4.632847087372226e-05, + "loss": 0.0289, + "step": 21890 + }, + { + "grad_norm": 0.28669318556785583, + "learning_rate": 4.628724698324818e-05, + "loss": 0.0303, + "step": 21900 + }, + { + "grad_norm": 0.25667205452919006, + "learning_rate": 4.6246025630405795e-05, + "loss": 0.0279, + "step": 21910 + }, + { + "grad_norm": 0.24402493238449097, + "learning_rate": 4.6204806843369474e-05, + "loss": 0.0253, + "step": 21920 + }, + { + "grad_norm": 0.3137268126010895, + "learning_rate": 4.616359065031191e-05, + "loss": 0.0261, + "step": 21930 + }, + { + "grad_norm": 0.2311970591545105, + "learning_rate": 4.6122377079403946e-05, + "loss": 0.0267, + "step": 21940 + }, + { + "grad_norm": 0.32333946228027344, + "learning_rate": 4.6081166158814695e-05, + "loss": 0.0312, + "step": 21950 + }, + { + "grad_norm": 0.3337847590446472, + "learning_rate": 4.603995791671144e-05, + "loss": 0.0243, + "step": 21960 + }, + { + "grad_norm": 0.22704686224460602, + "learning_rate": 4.599875238125957e-05, + "loss": 0.029, + "step": 21970 + }, + { + "grad_norm": 0.23738577961921692, + "learning_rate": 4.595754958062273e-05, + "loss": 0.0257, + "step": 21980 + }, + { + "grad_norm": 0.33104148507118225, + "learning_rate": 4.591634954296265e-05, + "loss": 0.0269, + "step": 21990 + }, + { + "grad_norm": 0.22298911213874817, + "learning_rate": 4.587515229643913e-05, + "loss": 0.0261, + "step": 22000 + }, + { + "grad_norm": 0.18877148628234863, + "learning_rate": 4.583395786921013e-05, + "loss": 0.0286, + "step": 22010 + }, + { + "grad_norm": 0.2504023313522339, + "learning_rate": 4.579276628943164e-05, + "loss": 0.0264, + "step": 22020 + }, + { + "grad_norm": 0.21875058114528656, + "learning_rate": 4.575157758525772e-05, + "loss": 0.0272, + "step": 22030 + }, + { + "grad_norm": 0.2848435044288635, + "learning_rate": 4.571039178484046e-05, + "loss": 0.0363, + "step": 22040 + }, + { + "grad_norm": 0.22976046800613403, + "learning_rate": 4.566920891632998e-05, + "loss": 0.0322, + "step": 22050 + }, + { + "grad_norm": 0.2476285994052887, + "learning_rate": 4.562802900787436e-05, + "loss": 0.0325, + "step": 22060 + }, + { + "grad_norm": 0.2660709619522095, + "learning_rate": 4.558685208761968e-05, + "loss": 0.0334, + "step": 22070 + }, + { + "grad_norm": 0.2675539255142212, + "learning_rate": 4.554567818370998e-05, + "loss": 0.0269, + "step": 22080 + }, + { + "grad_norm": 0.3884122371673584, + "learning_rate": 4.550450732428726e-05, + "loss": 0.0335, + "step": 22090 + }, + { + "grad_norm": 0.2744121253490448, + "learning_rate": 4.546333953749137e-05, + "loss": 0.0271, + "step": 22100 + }, + { + "grad_norm": 0.21333925426006317, + "learning_rate": 4.5422174851460154e-05, + "loss": 0.0249, + "step": 22110 + }, + { + "grad_norm": 0.34003445506095886, + "learning_rate": 4.538101329432924e-05, + "loss": 0.0324, + "step": 22120 + }, + { + "grad_norm": 0.19766195118427277, + "learning_rate": 4.5339854894232195e-05, + "loss": 0.0231, + "step": 22130 + }, + { + "grad_norm": 0.30424124002456665, + "learning_rate": 4.52986996793004e-05, + "loss": 0.0316, + "step": 22140 + }, + { + "grad_norm": 0.2395092099905014, + "learning_rate": 4.5257547677663024e-05, + "loss": 0.0388, + "step": 22150 + }, + { + "grad_norm": 0.24362300336360931, + "learning_rate": 4.52163989174471e-05, + "loss": 0.0301, + "step": 22160 + }, + { + "grad_norm": 0.18688780069351196, + "learning_rate": 4.51752534267774e-05, + "loss": 0.0302, + "step": 22170 + }, + { + "grad_norm": 0.22840820252895355, + "learning_rate": 4.513411123377649e-05, + "loss": 0.0272, + "step": 22180 + }, + { + "grad_norm": 0.32075363397598267, + "learning_rate": 4.5092972366564675e-05, + "loss": 0.0258, + "step": 22190 + }, + { + "grad_norm": 0.2700353264808655, + "learning_rate": 4.505183685325997e-05, + "loss": 0.0301, + "step": 22200 + }, + { + "grad_norm": 0.2460230588912964, + "learning_rate": 4.5010704721978125e-05, + "loss": 0.0336, + "step": 22210 + }, + { + "grad_norm": 0.21880219876766205, + "learning_rate": 4.496957600083255e-05, + "loss": 0.027, + "step": 22220 + }, + { + "grad_norm": 0.20107242465019226, + "learning_rate": 4.4928450717934343e-05, + "loss": 0.0261, + "step": 22230 + }, + { + "grad_norm": 0.2591746151447296, + "learning_rate": 4.488732890139227e-05, + "loss": 0.0241, + "step": 22240 + }, + { + "grad_norm": 0.2381938397884369, + "learning_rate": 4.4846210579312665e-05, + "loss": 0.0326, + "step": 22250 + }, + { + "grad_norm": 0.2861905097961426, + "learning_rate": 4.480509577979953e-05, + "loss": 0.0317, + "step": 22260 + }, + { + "grad_norm": 0.32255831360816956, + "learning_rate": 4.476398453095445e-05, + "loss": 0.0216, + "step": 22270 + }, + { + "grad_norm": 0.2226928174495697, + "learning_rate": 4.472287686087656e-05, + "loss": 0.0299, + "step": 22280 + }, + { + "grad_norm": 0.3197544813156128, + "learning_rate": 4.468177279766259e-05, + "loss": 0.031, + "step": 22290 + }, + { + "grad_norm": 0.30756303668022156, + "learning_rate": 4.4640672369406746e-05, + "loss": 0.0266, + "step": 22300 + }, + { + "grad_norm": 0.2875763475894928, + "learning_rate": 4.459957560420082e-05, + "loss": 0.0253, + "step": 22310 + }, + { + "grad_norm": 0.2725270688533783, + "learning_rate": 4.455848253013403e-05, + "loss": 0.0244, + "step": 22320 + }, + { + "grad_norm": 0.2891610562801361, + "learning_rate": 4.4517393175293146e-05, + "loss": 0.0257, + "step": 22330 + }, + { + "grad_norm": 0.18405017256736755, + "learning_rate": 4.447630756776232e-05, + "loss": 0.0332, + "step": 22340 + }, + { + "grad_norm": 0.26980409026145935, + "learning_rate": 4.443522573562318e-05, + "loss": 0.0241, + "step": 22350 + }, + { + "grad_norm": 0.23550093173980713, + "learning_rate": 4.4394147706954776e-05, + "loss": 0.0281, + "step": 22360 + }, + { + "grad_norm": 0.2590236961841583, + "learning_rate": 4.435307350983355e-05, + "loss": 0.028, + "step": 22370 + }, + { + "grad_norm": 0.2878668010234833, + "learning_rate": 4.4312003172333326e-05, + "loss": 0.032, + "step": 22380 + }, + { + "grad_norm": 0.2229086458683014, + "learning_rate": 4.427093672252531e-05, + "loss": 0.0203, + "step": 22390 + }, + { + "grad_norm": 0.16802887618541718, + "learning_rate": 4.422987418847802e-05, + "loss": 0.0212, + "step": 22400 + }, + { + "grad_norm": 0.2558061182498932, + "learning_rate": 4.4188815598257325e-05, + "loss": 0.0275, + "step": 22410 + }, + { + "grad_norm": 0.24935953319072723, + "learning_rate": 4.414776097992638e-05, + "loss": 0.027, + "step": 22420 + }, + { + "grad_norm": 0.3672805726528168, + "learning_rate": 4.4106710361545595e-05, + "loss": 0.0277, + "step": 22430 + }, + { + "grad_norm": 0.22869139909744263, + "learning_rate": 4.406566377117272e-05, + "loss": 0.0278, + "step": 22440 + }, + { + "grad_norm": 0.21368412673473358, + "learning_rate": 4.40246212368627e-05, + "loss": 0.0278, + "step": 22450 + }, + { + "grad_norm": 0.2963063716888428, + "learning_rate": 4.3983582786667715e-05, + "loss": 0.0261, + "step": 22460 + }, + { + "grad_norm": 0.22361242771148682, + "learning_rate": 4.394254844863716e-05, + "loss": 0.0249, + "step": 22470 + }, + { + "grad_norm": 0.2804228663444519, + "learning_rate": 4.390151825081762e-05, + "loss": 0.0272, + "step": 22480 + }, + { + "grad_norm": 0.17122882604599, + "learning_rate": 4.386049222125286e-05, + "loss": 0.0231, + "step": 22490 + }, + { + "grad_norm": 0.24771255254745483, + "learning_rate": 4.3819470387983774e-05, + "loss": 0.025, + "step": 22500 + }, + { + "grad_norm": 0.1883942186832428, + "learning_rate": 4.377845277904841e-05, + "loss": 0.0294, + "step": 22510 + }, + { + "grad_norm": 0.27599990367889404, + "learning_rate": 4.37374394224819e-05, + "loss": 0.026, + "step": 22520 + }, + { + "grad_norm": 0.2608729302883148, + "learning_rate": 4.369643034631648e-05, + "loss": 0.0276, + "step": 22530 + }, + { + "grad_norm": 0.22291797399520874, + "learning_rate": 4.365542557858149e-05, + "loss": 0.0262, + "step": 22540 + }, + { + "grad_norm": 0.24377672374248505, + "learning_rate": 4.361442514730329e-05, + "loss": 0.0235, + "step": 22550 + }, + { + "grad_norm": 0.23131507635116577, + "learning_rate": 4.357342908050528e-05, + "loss": 0.0258, + "step": 22560 + }, + { + "grad_norm": 0.32086601853370667, + "learning_rate": 4.3532437406207895e-05, + "loss": 0.0274, + "step": 22570 + }, + { + "grad_norm": 0.29794958233833313, + "learning_rate": 4.349145015242856e-05, + "loss": 0.026, + "step": 22580 + }, + { + "grad_norm": 0.2162732481956482, + "learning_rate": 4.345046734718168e-05, + "loss": 0.0218, + "step": 22590 + }, + { + "grad_norm": 0.2782275676727295, + "learning_rate": 4.34094890184786e-05, + "loss": 0.028, + "step": 22600 + }, + { + "grad_norm": 0.2985530197620392, + "learning_rate": 4.336851519432765e-05, + "loss": 0.047, + "step": 22610 + }, + { + "grad_norm": 0.19839830696582794, + "learning_rate": 4.332754590273403e-05, + "loss": 0.0301, + "step": 22620 + }, + { + "grad_norm": 0.2585136294364929, + "learning_rate": 4.3286581171699855e-05, + "loss": 0.0337, + "step": 22630 + }, + { + "grad_norm": 0.28618234395980835, + "learning_rate": 4.324562102922416e-05, + "loss": 0.0265, + "step": 22640 + }, + { + "grad_norm": 0.20959606766700745, + "learning_rate": 4.320466550330278e-05, + "loss": 0.0221, + "step": 22650 + }, + { + "grad_norm": 0.2641240358352661, + "learning_rate": 4.3163714621928466e-05, + "loss": 0.0257, + "step": 22660 + }, + { + "grad_norm": 0.23019501566886902, + "learning_rate": 4.312276841309074e-05, + "loss": 0.0295, + "step": 22670 + }, + { + "grad_norm": 0.22044850885868073, + "learning_rate": 4.3081826904775945e-05, + "loss": 0.0262, + "step": 22680 + }, + { + "grad_norm": 0.3504749834537506, + "learning_rate": 4.3040890124967246e-05, + "loss": 0.0322, + "step": 22690 + }, + { + "grad_norm": 0.2167980670928955, + "learning_rate": 4.2999958101644537e-05, + "loss": 0.0286, + "step": 22700 + }, + { + "grad_norm": 0.24732699990272522, + "learning_rate": 4.2959030862784435e-05, + "loss": 0.0273, + "step": 22710 + }, + { + "grad_norm": 0.23760364949703217, + "learning_rate": 4.291810843636036e-05, + "loss": 0.0276, + "step": 22720 + }, + { + "grad_norm": 0.34845229983329773, + "learning_rate": 4.2877190850342375e-05, + "loss": 0.0251, + "step": 22730 + }, + { + "grad_norm": 0.2215004563331604, + "learning_rate": 4.2836278132697294e-05, + "loss": 0.0253, + "step": 22740 + }, + { + "grad_norm": 0.21556563675403595, + "learning_rate": 4.279537031138855e-05, + "loss": 0.0221, + "step": 22750 + }, + { + "grad_norm": 0.27481573820114136, + "learning_rate": 4.275446741437625e-05, + "loss": 0.0242, + "step": 22760 + }, + { + "grad_norm": 0.23551534116268158, + "learning_rate": 4.2713569469617176e-05, + "loss": 0.0261, + "step": 22770 + }, + { + "grad_norm": 0.24392908811569214, + "learning_rate": 4.267267650506465e-05, + "loss": 0.0318, + "step": 22780 + }, + { + "grad_norm": 0.20617274940013885, + "learning_rate": 4.263178854866866e-05, + "loss": 0.0265, + "step": 22790 + }, + { + "grad_norm": 0.21668830513954163, + "learning_rate": 4.259090562837571e-05, + "loss": 0.0301, + "step": 22800 + }, + { + "grad_norm": 0.22215145826339722, + "learning_rate": 4.255002777212888e-05, + "loss": 0.0284, + "step": 22810 + }, + { + "grad_norm": 0.15973249077796936, + "learning_rate": 4.250915500786783e-05, + "loss": 0.0257, + "step": 22820 + }, + { + "grad_norm": 0.2872040569782257, + "learning_rate": 4.24682873635287e-05, + "loss": 0.0226, + "step": 22830 + }, + { + "grad_norm": 0.29384899139404297, + "learning_rate": 4.242742486704414e-05, + "loss": 0.0298, + "step": 22840 + }, + { + "grad_norm": 0.25576964020729065, + "learning_rate": 4.238656754634327e-05, + "loss": 0.035, + "step": 22850 + }, + { + "grad_norm": 0.2978282868862152, + "learning_rate": 4.234571542935168e-05, + "loss": 0.0257, + "step": 22860 + }, + { + "grad_norm": 0.2942870259284973, + "learning_rate": 4.230486854399144e-05, + "loss": 0.0262, + "step": 22870 + }, + { + "grad_norm": 0.27136674523353577, + "learning_rate": 4.226402691818098e-05, + "loss": 0.0283, + "step": 22880 + }, + { + "grad_norm": 0.18550972640514374, + "learning_rate": 4.2223190579835196e-05, + "loss": 0.0215, + "step": 22890 + }, + { + "grad_norm": 0.5160515308380127, + "learning_rate": 4.218235955686531e-05, + "loss": 0.0295, + "step": 22900 + }, + { + "grad_norm": 0.3613221347332001, + "learning_rate": 4.214153387717894e-05, + "loss": 0.0286, + "step": 22910 + }, + { + "grad_norm": 0.23170100152492523, + "learning_rate": 4.210071356868007e-05, + "loss": 0.0304, + "step": 22920 + }, + { + "grad_norm": 0.23937401175498962, + "learning_rate": 4.205989865926898e-05, + "loss": 0.0265, + "step": 22930 + }, + { + "grad_norm": 0.2748924195766449, + "learning_rate": 4.2019089176842294e-05, + "loss": 0.0238, + "step": 22940 + }, + { + "grad_norm": 0.26084184646606445, + "learning_rate": 4.1978285149292894e-05, + "loss": 0.0272, + "step": 22950 + }, + { + "grad_norm": 0.3085477650165558, + "learning_rate": 4.193748660450996e-05, + "loss": 0.031, + "step": 22960 + }, + { + "grad_norm": 0.29585519433021545, + "learning_rate": 4.189669357037891e-05, + "loss": 0.0278, + "step": 22970 + }, + { + "grad_norm": 0.3012402355670929, + "learning_rate": 4.1855906074781405e-05, + "loss": 0.0333, + "step": 22980 + }, + { + "grad_norm": 0.27413445711135864, + "learning_rate": 4.1815124145595285e-05, + "loss": 0.0269, + "step": 22990 + }, + { + "grad_norm": 0.22855494916439056, + "learning_rate": 4.1774347810694644e-05, + "loss": 0.0272, + "step": 23000 + }, + { + "grad_norm": 0.3234694004058838, + "learning_rate": 4.17335770979497e-05, + "loss": 0.024, + "step": 23010 + }, + { + "grad_norm": 0.33759790658950806, + "learning_rate": 4.169281203522687e-05, + "loss": 0.0299, + "step": 23020 + }, + { + "grad_norm": 0.23927858471870422, + "learning_rate": 4.1652052650388674e-05, + "loss": 0.0212, + "step": 23030 + }, + { + "grad_norm": 0.26006317138671875, + "learning_rate": 4.1611298971293786e-05, + "loss": 0.0237, + "step": 23040 + }, + { + "grad_norm": 0.32941991090774536, + "learning_rate": 4.1570551025796935e-05, + "loss": 0.0313, + "step": 23050 + }, + { + "grad_norm": 0.1352098286151886, + "learning_rate": 4.152980884174897e-05, + "loss": 0.027, + "step": 23060 + }, + { + "grad_norm": 0.2902921438217163, + "learning_rate": 4.148907244699682e-05, + "loss": 0.0324, + "step": 23070 + }, + { + "grad_norm": 0.21719762682914734, + "learning_rate": 4.1448341869383395e-05, + "loss": 0.0316, + "step": 23080 + }, + { + "grad_norm": 0.2664616107940674, + "learning_rate": 4.140761713674765e-05, + "loss": 0.0267, + "step": 23090 + }, + { + "grad_norm": 0.28775325417518616, + "learning_rate": 4.1366898276924574e-05, + "loss": 0.0335, + "step": 23100 + }, + { + "grad_norm": 0.2101828008890152, + "learning_rate": 4.132618531774512e-05, + "loss": 0.0224, + "step": 23110 + }, + { + "grad_norm": 0.2858600914478302, + "learning_rate": 4.128547828703622e-05, + "loss": 0.0267, + "step": 23120 + }, + { + "grad_norm": 0.3095168173313141, + "learning_rate": 4.1244777212620725e-05, + "loss": 0.0296, + "step": 23130 + }, + { + "grad_norm": 0.3032039701938629, + "learning_rate": 4.120408212231746e-05, + "loss": 0.0302, + "step": 23140 + }, + { + "grad_norm": 0.17498333752155304, + "learning_rate": 4.116339304394111e-05, + "loss": 0.0323, + "step": 23150 + }, + { + "grad_norm": 0.2467307299375534, + "learning_rate": 4.112271000530229e-05, + "loss": 0.0301, + "step": 23160 + }, + { + "grad_norm": 0.2162865698337555, + "learning_rate": 4.10820330342075e-05, + "loss": 0.0287, + "step": 23170 + }, + { + "grad_norm": 0.19017036259174347, + "learning_rate": 4.1041362158459027e-05, + "loss": 0.0214, + "step": 23180 + }, + { + "grad_norm": 0.265840083360672, + "learning_rate": 4.1000697405855024e-05, + "loss": 0.0347, + "step": 23190 + }, + { + "grad_norm": 0.2781635522842407, + "learning_rate": 4.096003880418951e-05, + "loss": 0.0214, + "step": 23200 + }, + { + "grad_norm": 0.2106182724237442, + "learning_rate": 4.0919386381252215e-05, + "loss": 0.0237, + "step": 23210 + }, + { + "grad_norm": 0.20916306972503662, + "learning_rate": 4.087874016482872e-05, + "loss": 0.0259, + "step": 23220 + }, + { + "grad_norm": 0.23494258522987366, + "learning_rate": 4.0838100182700295e-05, + "loss": 0.0243, + "step": 23230 + }, + { + "grad_norm": 0.2881229817867279, + "learning_rate": 4.079746646264402e-05, + "loss": 0.031, + "step": 23240 + }, + { + "grad_norm": 0.23159179091453552, + "learning_rate": 4.075683903243262e-05, + "loss": 0.027, + "step": 23250 + }, + { + "grad_norm": 0.20250524580478668, + "learning_rate": 4.071621791983462e-05, + "loss": 0.0344, + "step": 23260 + }, + { + "grad_norm": 0.33883023262023926, + "learning_rate": 4.06756031526141e-05, + "loss": 0.0245, + "step": 23270 + }, + { + "grad_norm": 0.3209381699562073, + "learning_rate": 4.063499475853092e-05, + "loss": 0.0253, + "step": 23280 + }, + { + "grad_norm": 0.17720256745815277, + "learning_rate": 4.0594392765340506e-05, + "loss": 0.0249, + "step": 23290 + }, + { + "grad_norm": 0.23757661879062653, + "learning_rate": 4.0553797200793954e-05, + "loss": 0.0284, + "step": 23300 + }, + { + "grad_norm": 0.233590230345726, + "learning_rate": 4.0513208092637926e-05, + "loss": 0.0307, + "step": 23310 + }, + { + "grad_norm": 0.2251393049955368, + "learning_rate": 4.0472625468614735e-05, + "loss": 0.0295, + "step": 23320 + }, + { + "grad_norm": 0.24058760702610016, + "learning_rate": 4.043204935646218e-05, + "loss": 0.0232, + "step": 23330 + }, + { + "grad_norm": 0.2943519055843353, + "learning_rate": 4.0391479783913675e-05, + "loss": 0.0266, + "step": 23340 + }, + { + "grad_norm": 0.2500056326389313, + "learning_rate": 4.0350916778698155e-05, + "loss": 0.0293, + "step": 23350 + }, + { + "grad_norm": 0.3459169268608093, + "learning_rate": 4.031036036854001e-05, + "loss": 0.0308, + "step": 23360 + }, + { + "grad_norm": 0.26048651337623596, + "learning_rate": 4.026981058115918e-05, + "loss": 0.0211, + "step": 23370 + }, + { + "grad_norm": 0.20662656426429749, + "learning_rate": 4.022926744427108e-05, + "loss": 0.0274, + "step": 23380 + }, + { + "grad_norm": 0.2077927142381668, + "learning_rate": 4.018873098558654e-05, + "loss": 0.0262, + "step": 23390 + }, + { + "grad_norm": 0.2179831862449646, + "learning_rate": 4.014820123281186e-05, + "loss": 0.0329, + "step": 23400 + }, + { + "grad_norm": 0.2550196051597595, + "learning_rate": 4.0107678213648735e-05, + "loss": 0.0251, + "step": 23410 + }, + { + "grad_norm": 0.22956809401512146, + "learning_rate": 4.006716195579428e-05, + "loss": 0.0298, + "step": 23420 + }, + { + "grad_norm": 0.24649281799793243, + "learning_rate": 4.002665248694096e-05, + "loss": 0.0391, + "step": 23430 + }, + { + "grad_norm": 0.2718745768070221, + "learning_rate": 3.998614983477664e-05, + "loss": 0.0234, + "step": 23440 + }, + { + "grad_norm": 0.3268122375011444, + "learning_rate": 3.994565402698448e-05, + "loss": 0.0271, + "step": 23450 + }, + { + "grad_norm": 0.2010808140039444, + "learning_rate": 3.9905165091242975e-05, + "loss": 0.0269, + "step": 23460 + }, + { + "grad_norm": 0.3612948954105377, + "learning_rate": 3.9864683055225936e-05, + "loss": 0.0376, + "step": 23470 + }, + { + "grad_norm": 0.24835456907749176, + "learning_rate": 3.982420794660247e-05, + "loss": 0.031, + "step": 23480 + }, + { + "grad_norm": 0.20634913444519043, + "learning_rate": 3.978373979303691e-05, + "loss": 0.0233, + "step": 23490 + }, + { + "grad_norm": 0.2655716836452484, + "learning_rate": 3.974327862218888e-05, + "loss": 0.0245, + "step": 23500 + }, + { + "grad_norm": 0.22275258600711823, + "learning_rate": 3.970282446171318e-05, + "loss": 0.0205, + "step": 23510 + }, + { + "grad_norm": 0.2675621807575226, + "learning_rate": 3.966237733925988e-05, + "loss": 0.0412, + "step": 23520 + }, + { + "grad_norm": 0.18715113401412964, + "learning_rate": 3.962193728247418e-05, + "loss": 0.0276, + "step": 23530 + }, + { + "grad_norm": 0.2760937809944153, + "learning_rate": 3.958150431899651e-05, + "loss": 0.0299, + "step": 23540 + }, + { + "grad_norm": 0.2683376967906952, + "learning_rate": 3.954107847646238e-05, + "loss": 0.0322, + "step": 23550 + }, + { + "grad_norm": 0.2841818630695343, + "learning_rate": 3.950065978250249e-05, + "loss": 0.0193, + "step": 23560 + }, + { + "grad_norm": 0.24976879358291626, + "learning_rate": 3.9460248264742624e-05, + "loss": 0.0282, + "step": 23570 + }, + { + "grad_norm": 0.24489928781986237, + "learning_rate": 3.941984395080371e-05, + "loss": 0.0247, + "step": 23580 + }, + { + "grad_norm": 0.221232071518898, + "learning_rate": 3.937944686830167e-05, + "loss": 0.0334, + "step": 23590 + }, + { + "grad_norm": 0.3115386664867401, + "learning_rate": 3.933905704484756e-05, + "loss": 0.0349, + "step": 23600 + }, + { + "grad_norm": 0.3494791090488434, + "learning_rate": 3.929867450804743e-05, + "loss": 0.0315, + "step": 23610 + }, + { + "grad_norm": 0.18717606365680695, + "learning_rate": 3.925829928550237e-05, + "loss": 0.0294, + "step": 23620 + }, + { + "grad_norm": 0.21270248293876648, + "learning_rate": 3.921793140480847e-05, + "loss": 0.0241, + "step": 23630 + }, + { + "grad_norm": 0.22427408397197723, + "learning_rate": 3.917757089355677e-05, + "loss": 0.0251, + "step": 23640 + }, + { + "grad_norm": 0.23663383722305298, + "learning_rate": 3.9137217779333326e-05, + "loss": 0.0236, + "step": 23650 + }, + { + "grad_norm": 0.25519004464149475, + "learning_rate": 3.9096872089719083e-05, + "loss": 0.0289, + "step": 23660 + }, + { + "grad_norm": 0.272352933883667, + "learning_rate": 3.905653385228996e-05, + "loss": 0.0233, + "step": 23670 + }, + { + "grad_norm": 0.25472885370254517, + "learning_rate": 3.901620309461677e-05, + "loss": 0.0334, + "step": 23680 + }, + { + "grad_norm": 0.2477913647890091, + "learning_rate": 3.897587984426518e-05, + "loss": 0.0235, + "step": 23690 + }, + { + "grad_norm": 0.2048652172088623, + "learning_rate": 3.893556412879577e-05, + "loss": 0.0256, + "step": 23700 + }, + { + "grad_norm": 0.315091609954834, + "learning_rate": 3.889525597576395e-05, + "loss": 0.0237, + "step": 23710 + }, + { + "grad_norm": 0.23446603119373322, + "learning_rate": 3.8854955412719965e-05, + "loss": 0.0235, + "step": 23720 + }, + { + "grad_norm": 0.31830665469169617, + "learning_rate": 3.881466246720887e-05, + "loss": 0.0304, + "step": 23730 + }, + { + "grad_norm": 0.22769242525100708, + "learning_rate": 3.8774377166770484e-05, + "loss": 0.0342, + "step": 23740 + }, + { + "grad_norm": 0.25834986567497253, + "learning_rate": 3.8734099538939474e-05, + "loss": 0.0215, + "step": 23750 + }, + { + "grad_norm": 0.29544809460639954, + "learning_rate": 3.869382961124518e-05, + "loss": 0.0268, + "step": 23760 + }, + { + "grad_norm": 0.3336712718009949, + "learning_rate": 3.8653567411211736e-05, + "loss": 0.026, + "step": 23770 + }, + { + "grad_norm": 0.19104275107383728, + "learning_rate": 3.8613312966357987e-05, + "loss": 0.0257, + "step": 23780 + }, + { + "grad_norm": 0.19246038794517517, + "learning_rate": 3.857306630419745e-05, + "loss": 0.0197, + "step": 23790 + }, + { + "grad_norm": 0.2392037808895111, + "learning_rate": 3.853282745223834e-05, + "loss": 0.0257, + "step": 23800 + }, + { + "grad_norm": 0.219069242477417, + "learning_rate": 3.8492596437983546e-05, + "loss": 0.021, + "step": 23810 + }, + { + "grad_norm": 0.2671012878417969, + "learning_rate": 3.8452373288930586e-05, + "loss": 0.0285, + "step": 23820 + }, + { + "grad_norm": 0.23912489414215088, + "learning_rate": 3.841215803257159e-05, + "loss": 0.024, + "step": 23830 + }, + { + "grad_norm": 0.24806362390518188, + "learning_rate": 3.83719506963933e-05, + "loss": 0.021, + "step": 23840 + }, + { + "grad_norm": 0.20919391512870789, + "learning_rate": 3.8331751307877087e-05, + "loss": 0.0311, + "step": 23850 + }, + { + "grad_norm": 0.3177412152290344, + "learning_rate": 3.82915598944988e-05, + "loss": 0.0248, + "step": 23860 + }, + { + "grad_norm": 0.2557191252708435, + "learning_rate": 3.825137648372893e-05, + "loss": 0.0359, + "step": 23870 + }, + { + "grad_norm": 0.3373596668243408, + "learning_rate": 3.8211201103032465e-05, + "loss": 0.0276, + "step": 23880 + }, + { + "grad_norm": 0.27914077043533325, + "learning_rate": 3.817103377986887e-05, + "loss": 0.0294, + "step": 23890 + }, + { + "grad_norm": 0.2840977907180786, + "learning_rate": 3.813087454169215e-05, + "loss": 0.029, + "step": 23900 + }, + { + "grad_norm": 0.20209230482578278, + "learning_rate": 3.809072341595078e-05, + "loss": 0.0221, + "step": 23910 + }, + { + "grad_norm": 0.2769165635108948, + "learning_rate": 3.8050580430087636e-05, + "loss": 0.0306, + "step": 23920 + }, + { + "grad_norm": 0.22288936376571655, + "learning_rate": 3.8010445611540096e-05, + "loss": 0.0257, + "step": 23930 + }, + { + "grad_norm": 0.27575939893722534, + "learning_rate": 3.797031898773992e-05, + "loss": 0.0305, + "step": 23940 + }, + { + "grad_norm": 0.2080567479133606, + "learning_rate": 3.793020058611329e-05, + "loss": 0.0258, + "step": 23950 + }, + { + "grad_norm": 0.32804009318351746, + "learning_rate": 3.789009043408074e-05, + "loss": 0.0376, + "step": 23960 + }, + { + "grad_norm": 0.22351713478565216, + "learning_rate": 3.7849988559057194e-05, + "loss": 0.0282, + "step": 23970 + }, + { + "grad_norm": 0.1893458515405655, + "learning_rate": 3.78098949884519e-05, + "loss": 0.0307, + "step": 23980 + }, + { + "grad_norm": 0.28594130277633667, + "learning_rate": 3.776980974966843e-05, + "loss": 0.0309, + "step": 23990 + }, + { + "grad_norm": 0.27116864919662476, + "learning_rate": 3.772973287010468e-05, + "loss": 0.0288, + "step": 24000 + }, + { + "grad_norm": 0.17585782706737518, + "learning_rate": 3.768966437715283e-05, + "loss": 0.0208, + "step": 24010 + }, + { + "grad_norm": 0.2236810028553009, + "learning_rate": 3.7649604298199274e-05, + "loss": 0.0232, + "step": 24020 + }, + { + "grad_norm": 0.20517019927501678, + "learning_rate": 3.760955266062473e-05, + "loss": 0.0259, + "step": 24030 + }, + { + "grad_norm": 0.1983262002468109, + "learning_rate": 3.75695094918041e-05, + "loss": 0.022, + "step": 24040 + }, + { + "grad_norm": 0.2533015310764313, + "learning_rate": 3.752947481910652e-05, + "loss": 0.0207, + "step": 24050 + }, + { + "grad_norm": 0.2480393499135971, + "learning_rate": 3.7489448669895324e-05, + "loss": 0.0298, + "step": 24060 + }, + { + "grad_norm": 0.17461885511875153, + "learning_rate": 3.744943107152798e-05, + "loss": 0.0282, + "step": 24070 + }, + { + "grad_norm": 0.20487087965011597, + "learning_rate": 3.7409422051356165e-05, + "loss": 0.0221, + "step": 24080 + }, + { + "grad_norm": 0.22533071041107178, + "learning_rate": 3.736942163672564e-05, + "loss": 0.0245, + "step": 24090 + }, + { + "grad_norm": 0.2561584711074829, + "learning_rate": 3.732942985497636e-05, + "loss": 0.0221, + "step": 24100 + }, + { + "grad_norm": 0.1801479458808899, + "learning_rate": 3.728944673344228e-05, + "loss": 0.0246, + "step": 24110 + }, + { + "grad_norm": 0.24347056448459625, + "learning_rate": 3.72494722994515e-05, + "loss": 0.027, + "step": 24120 + }, + { + "grad_norm": 0.1875668615102768, + "learning_rate": 3.720950658032617e-05, + "loss": 0.0265, + "step": 24130 + }, + { + "grad_norm": 0.24549077451229095, + "learning_rate": 3.716954960338249e-05, + "loss": 0.0294, + "step": 24140 + }, + { + "grad_norm": 0.2214902937412262, + "learning_rate": 3.712960139593066e-05, + "loss": 0.0315, + "step": 24150 + }, + { + "grad_norm": 0.1867092251777649, + "learning_rate": 3.708966198527493e-05, + "loss": 0.0215, + "step": 24160 + }, + { + "grad_norm": 0.32418009638786316, + "learning_rate": 3.704973139871349e-05, + "loss": 0.0259, + "step": 24170 + }, + { + "grad_norm": 0.25245702266693115, + "learning_rate": 3.700980966353853e-05, + "loss": 0.0249, + "step": 24180 + }, + { + "grad_norm": 0.30087459087371826, + "learning_rate": 3.696989680703619e-05, + "loss": 0.0366, + "step": 24190 + }, + { + "grad_norm": 0.19537992775440216, + "learning_rate": 3.69299928564865e-05, + "loss": 0.0218, + "step": 24200 + }, + { + "grad_norm": 0.2617781460285187, + "learning_rate": 3.689009783916345e-05, + "loss": 0.0239, + "step": 24210 + }, + { + "grad_norm": 0.20148329436779022, + "learning_rate": 3.6850211782334895e-05, + "loss": 0.0269, + "step": 24220 + }, + { + "grad_norm": 0.24492496252059937, + "learning_rate": 3.681033471326261e-05, + "loss": 0.0224, + "step": 24230 + }, + { + "grad_norm": 0.16664978861808777, + "learning_rate": 3.677046665920216e-05, + "loss": 0.0298, + "step": 24240 + }, + { + "grad_norm": 0.19147025048732758, + "learning_rate": 3.6730607647403005e-05, + "loss": 0.024, + "step": 24250 + }, + { + "grad_norm": 0.19280017912387848, + "learning_rate": 3.6690757705108416e-05, + "loss": 0.0342, + "step": 24260 + }, + { + "grad_norm": 0.2671127915382385, + "learning_rate": 3.665091685955542e-05, + "loss": 0.034, + "step": 24270 + }, + { + "grad_norm": 0.3249649405479431, + "learning_rate": 3.6611085137974896e-05, + "loss": 0.0216, + "step": 24280 + }, + { + "grad_norm": 0.3100641369819641, + "learning_rate": 3.657126256759143e-05, + "loss": 0.0369, + "step": 24290 + }, + { + "grad_norm": 0.23993191123008728, + "learning_rate": 3.653144917562335e-05, + "loss": 0.0264, + "step": 24300 + }, + { + "grad_norm": 0.2582433521747589, + "learning_rate": 3.649164498928277e-05, + "loss": 0.0241, + "step": 24310 + }, + { + "grad_norm": 0.3363448679447174, + "learning_rate": 3.645185003577546e-05, + "loss": 0.0259, + "step": 24320 + }, + { + "grad_norm": 0.18369589745998383, + "learning_rate": 3.6412064342300906e-05, + "loss": 0.0212, + "step": 24330 + }, + { + "grad_norm": 0.21670877933502197, + "learning_rate": 3.637228793605224e-05, + "loss": 0.0234, + "step": 24340 + }, + { + "grad_norm": 0.26012420654296875, + "learning_rate": 3.6332520844216264e-05, + "loss": 0.0229, + "step": 24350 + }, + { + "grad_norm": 0.1819160431623459, + "learning_rate": 3.6292763093973425e-05, + "loss": 0.0265, + "step": 24360 + }, + { + "grad_norm": 0.24323460459709167, + "learning_rate": 3.6253014712497754e-05, + "loss": 0.0301, + "step": 24370 + }, + { + "grad_norm": 0.254675954580307, + "learning_rate": 3.621327572695692e-05, + "loss": 0.0247, + "step": 24380 + }, + { + "grad_norm": 0.26481178402900696, + "learning_rate": 3.617354616451211e-05, + "loss": 0.0378, + "step": 24390 + }, + { + "grad_norm": 0.2245650738477707, + "learning_rate": 3.6133826052318116e-05, + "loss": 0.032, + "step": 24400 + }, + { + "grad_norm": 0.30568426847457886, + "learning_rate": 3.609411541752327e-05, + "loss": 0.0274, + "step": 24410 + }, + { + "grad_norm": 0.2695329785346985, + "learning_rate": 3.6054414287269405e-05, + "loss": 0.0328, + "step": 24420 + }, + { + "grad_norm": 0.3600533902645111, + "learning_rate": 3.601472268869188e-05, + "loss": 0.0263, + "step": 24430 + }, + { + "grad_norm": 0.22942480444908142, + "learning_rate": 3.597504064891952e-05, + "loss": 0.0227, + "step": 24440 + }, + { + "grad_norm": 0.31176137924194336, + "learning_rate": 3.5935368195074636e-05, + "loss": 0.0334, + "step": 24450 + }, + { + "grad_norm": 0.2556688189506531, + "learning_rate": 3.589570535427297e-05, + "loss": 0.04, + "step": 24460 + }, + { + "grad_norm": 0.16392886638641357, + "learning_rate": 3.585605215362371e-05, + "loss": 0.0206, + "step": 24470 + }, + { + "grad_norm": 0.27676308155059814, + "learning_rate": 3.581640862022941e-05, + "loss": 0.0305, + "step": 24480 + }, + { + "grad_norm": 0.1977585405111313, + "learning_rate": 3.57767747811861e-05, + "loss": 0.0241, + "step": 24490 + }, + { + "grad_norm": 0.2994405925273895, + "learning_rate": 3.573715066358308e-05, + "loss": 0.0238, + "step": 24500 + }, + { + "grad_norm": 0.27744460105895996, + "learning_rate": 3.569753629450311e-05, + "loss": 0.0243, + "step": 24510 + }, + { + "grad_norm": 0.31439918279647827, + "learning_rate": 3.565793170102221e-05, + "loss": 0.0355, + "step": 24520 + }, + { + "grad_norm": 0.22046968340873718, + "learning_rate": 3.561833691020976e-05, + "loss": 0.0278, + "step": 24530 + }, + { + "grad_norm": 0.23234102129936218, + "learning_rate": 3.5578751949128415e-05, + "loss": 0.0224, + "step": 24540 + }, + { + "grad_norm": 0.3375341296195984, + "learning_rate": 3.5539176844834125e-05, + "loss": 0.0342, + "step": 24550 + }, + { + "grad_norm": 0.338575541973114, + "learning_rate": 3.5499611624376125e-05, + "loss": 0.0208, + "step": 24560 + }, + { + "grad_norm": 0.25743263959884644, + "learning_rate": 3.546005631479684e-05, + "loss": 0.032, + "step": 24570 + }, + { + "grad_norm": 0.25144460797309875, + "learning_rate": 3.542051094313196e-05, + "loss": 0.0263, + "step": 24580 + }, + { + "grad_norm": 0.3715219795703888, + "learning_rate": 3.5380975536410364e-05, + "loss": 0.031, + "step": 24590 + }, + { + "grad_norm": 0.1980903595685959, + "learning_rate": 3.534145012165415e-05, + "loss": 0.0252, + "step": 24600 + }, + { + "grad_norm": 0.23251020908355713, + "learning_rate": 3.5301934725878546e-05, + "loss": 0.0236, + "step": 24610 + }, + { + "grad_norm": 0.20477361977100372, + "learning_rate": 3.526242937609197e-05, + "loss": 0.0275, + "step": 24620 + }, + { + "grad_norm": 0.22465845942497253, + "learning_rate": 3.522293409929595e-05, + "loss": 0.0288, + "step": 24630 + }, + { + "grad_norm": 0.23538178205490112, + "learning_rate": 3.518344892248513e-05, + "loss": 0.0244, + "step": 24640 + }, + { + "grad_norm": 0.2985283434391022, + "learning_rate": 3.514397387264725e-05, + "loss": 0.0328, + "step": 24650 + }, + { + "grad_norm": 0.20985464751720428, + "learning_rate": 3.5104508976763176e-05, + "loss": 0.0277, + "step": 24660 + }, + { + "grad_norm": 0.3588578402996063, + "learning_rate": 3.506505426180674e-05, + "loss": 0.0256, + "step": 24670 + }, + { + "grad_norm": 0.2583869993686676, + "learning_rate": 3.502560975474488e-05, + "loss": 0.0261, + "step": 24680 + }, + { + "grad_norm": 0.2384546548128128, + "learning_rate": 3.4986175482537566e-05, + "loss": 0.0234, + "step": 24690 + }, + { + "grad_norm": 0.22370699048042297, + "learning_rate": 3.4946751472137725e-05, + "loss": 0.0317, + "step": 24700 + }, + { + "grad_norm": 0.20913444459438324, + "learning_rate": 3.490733775049132e-05, + "loss": 0.0256, + "step": 24710 + }, + { + "grad_norm": 0.19662080705165863, + "learning_rate": 3.4867934344537236e-05, + "loss": 0.0246, + "step": 24720 + }, + { + "grad_norm": 0.22280436754226685, + "learning_rate": 3.482854128120735e-05, + "loss": 0.0218, + "step": 24730 + }, + { + "grad_norm": 0.22258314490318298, + "learning_rate": 3.478915858742643e-05, + "loss": 0.0259, + "step": 24740 + }, + { + "grad_norm": 0.16625086963176727, + "learning_rate": 3.4749786290112205e-05, + "loss": 0.0251, + "step": 24750 + }, + { + "grad_norm": 0.25337401032447815, + "learning_rate": 3.471042441617524e-05, + "loss": 0.0247, + "step": 24760 + }, + { + "grad_norm": 0.21617572009563446, + "learning_rate": 3.467107299251902e-05, + "loss": 0.0223, + "step": 24770 + }, + { + "grad_norm": 0.17968283593654633, + "learning_rate": 3.463173204603984e-05, + "loss": 0.0189, + "step": 24780 + }, + { + "grad_norm": 0.3489217460155487, + "learning_rate": 3.4592401603626924e-05, + "loss": 0.0424, + "step": 24790 + }, + { + "grad_norm": 0.27370336651802063, + "learning_rate": 3.45530816921622e-05, + "loss": 0.0252, + "step": 24800 + }, + { + "grad_norm": 0.23339097201824188, + "learning_rate": 3.451377233852051e-05, + "loss": 0.0218, + "step": 24810 + }, + { + "grad_norm": 0.1775898039340973, + "learning_rate": 3.4474473569569385e-05, + "loss": 0.029, + "step": 24820 + }, + { + "grad_norm": 0.22312788665294647, + "learning_rate": 3.443518541216918e-05, + "loss": 0.0226, + "step": 24830 + }, + { + "grad_norm": 0.21688920259475708, + "learning_rate": 3.439590789317299e-05, + "loss": 0.0228, + "step": 24840 + }, + { + "grad_norm": 0.2743430435657501, + "learning_rate": 3.4356641039426607e-05, + "loss": 0.0307, + "step": 24850 + }, + { + "grad_norm": 0.25261715054512024, + "learning_rate": 3.431738487776857e-05, + "loss": 0.0265, + "step": 24860 + }, + { + "grad_norm": 0.25919926166534424, + "learning_rate": 3.4278139435030084e-05, + "loss": 0.023, + "step": 24870 + }, + { + "grad_norm": 0.23147116601467133, + "learning_rate": 3.423890473803504e-05, + "loss": 0.0335, + "step": 24880 + }, + { + "grad_norm": 0.22551509737968445, + "learning_rate": 3.41996808136e-05, + "loss": 0.028, + "step": 24890 + }, + { + "grad_norm": 0.19210173189640045, + "learning_rate": 3.416046768853413e-05, + "loss": 0.0274, + "step": 24900 + }, + { + "grad_norm": 0.2659702003002167, + "learning_rate": 3.412126538963925e-05, + "loss": 0.0285, + "step": 24910 + }, + { + "grad_norm": 0.24456337094306946, + "learning_rate": 3.4082073943709727e-05, + "loss": 0.0242, + "step": 24920 + }, + { + "grad_norm": 0.2463541179895401, + "learning_rate": 3.404289337753258e-05, + "loss": 0.023, + "step": 24930 + }, + { + "grad_norm": 0.28182703256607056, + "learning_rate": 3.400372371788736e-05, + "loss": 0.0284, + "step": 24940 + }, + { + "grad_norm": 0.3324015736579895, + "learning_rate": 3.3964564991546124e-05, + "loss": 0.0265, + "step": 24950 + }, + { + "grad_norm": 0.2495846301317215, + "learning_rate": 3.392541722527351e-05, + "loss": 0.0312, + "step": 24960 + }, + { + "grad_norm": 0.3591175079345703, + "learning_rate": 3.3886280445826644e-05, + "loss": 0.0335, + "step": 24970 + }, + { + "grad_norm": 0.2909861207008362, + "learning_rate": 3.3847154679955154e-05, + "loss": 0.0369, + "step": 24980 + }, + { + "grad_norm": 0.190251424908638, + "learning_rate": 3.380803995440113e-05, + "loss": 0.0219, + "step": 24990 + }, + { + "grad_norm": 0.33130863308906555, + "learning_rate": 3.3768936295899115e-05, + "loss": 0.0276, + "step": 25000 + }, + { + "grad_norm": 0.27076393365859985, + "learning_rate": 3.3729843731176094e-05, + "loss": 0.0338, + "step": 25010 + }, + { + "grad_norm": 0.31410545110702515, + "learning_rate": 3.369076228695146e-05, + "loss": 0.026, + "step": 25020 + }, + { + "grad_norm": 0.19471853971481323, + "learning_rate": 3.365169198993703e-05, + "loss": 0.0309, + "step": 25030 + }, + { + "grad_norm": 0.3052036762237549, + "learning_rate": 3.361263286683697e-05, + "loss": 0.0285, + "step": 25040 + }, + { + "grad_norm": 0.2254793792963028, + "learning_rate": 3.35735849443478e-05, + "loss": 0.0236, + "step": 25050 + }, + { + "grad_norm": 0.20391599833965302, + "learning_rate": 3.3534548249158435e-05, + "loss": 0.0248, + "step": 25060 + }, + { + "grad_norm": 0.195758655667305, + "learning_rate": 3.3495522807950086e-05, + "loss": 0.0235, + "step": 25070 + }, + { + "grad_norm": 0.24344033002853394, + "learning_rate": 3.345650864739627e-05, + "loss": 0.0234, + "step": 25080 + }, + { + "grad_norm": 0.2751431465148926, + "learning_rate": 3.3417505794162794e-05, + "loss": 0.0269, + "step": 25090 + }, + { + "grad_norm": 0.17919041216373444, + "learning_rate": 3.3378514274907745e-05, + "loss": 0.0221, + "step": 25100 + }, + { + "grad_norm": 0.20952779054641724, + "learning_rate": 3.333953411628147e-05, + "loss": 0.0315, + "step": 25110 + }, + { + "grad_norm": 0.37961244583129883, + "learning_rate": 3.330056534492653e-05, + "loss": 0.027, + "step": 25120 + }, + { + "grad_norm": 0.23808492720127106, + "learning_rate": 3.32616079874777e-05, + "loss": 0.0226, + "step": 25130 + }, + { + "grad_norm": 0.2590271532535553, + "learning_rate": 3.322266207056197e-05, + "loss": 0.0229, + "step": 25140 + }, + { + "grad_norm": 0.1875920295715332, + "learning_rate": 3.318372762079852e-05, + "loss": 0.0269, + "step": 25150 + }, + { + "grad_norm": 0.20811374485492706, + "learning_rate": 3.3144804664798666e-05, + "loss": 0.0217, + "step": 25160 + }, + { + "grad_norm": 0.25446218252182007, + "learning_rate": 3.3105893229165894e-05, + "loss": 0.0406, + "step": 25170 + }, + { + "grad_norm": 0.18297944962978363, + "learning_rate": 3.30669933404958e-05, + "loss": 0.0309, + "step": 25180 + }, + { + "grad_norm": 0.28427374362945557, + "learning_rate": 3.302810502537609e-05, + "loss": 0.0251, + "step": 25190 + }, + { + "grad_norm": 0.18282534182071686, + "learning_rate": 3.298922831038655e-05, + "loss": 0.0234, + "step": 25200 + }, + { + "grad_norm": 0.25293609499931335, + "learning_rate": 3.2950363222099073e-05, + "loss": 0.0294, + "step": 25210 + }, + { + "grad_norm": 0.2729805111885071, + "learning_rate": 3.291150978707758e-05, + "loss": 0.0273, + "step": 25220 + }, + { + "grad_norm": 0.24309833347797394, + "learning_rate": 3.287266803187798e-05, + "loss": 0.0299, + "step": 25230 + }, + { + "grad_norm": 0.3107859790325165, + "learning_rate": 3.283383798304829e-05, + "loss": 0.028, + "step": 25240 + }, + { + "grad_norm": 0.4937886893749237, + "learning_rate": 3.279501966712847e-05, + "loss": 0.0318, + "step": 25250 + }, + { + "grad_norm": 0.23438848555088043, + "learning_rate": 3.275621311065047e-05, + "loss": 0.0256, + "step": 25260 + }, + { + "grad_norm": 0.3060593605041504, + "learning_rate": 3.271741834013822e-05, + "loss": 0.0273, + "step": 25270 + }, + { + "grad_norm": 0.23987795412540436, + "learning_rate": 3.267863538210756e-05, + "loss": 0.0229, + "step": 25280 + }, + { + "grad_norm": 0.22709637880325317, + "learning_rate": 3.2639864263066296e-05, + "loss": 0.0274, + "step": 25290 + }, + { + "grad_norm": 0.32497239112854004, + "learning_rate": 3.26011050095141e-05, + "loss": 0.0331, + "step": 25300 + }, + { + "grad_norm": 0.2506285309791565, + "learning_rate": 3.256235764794259e-05, + "loss": 0.025, + "step": 25310 + }, + { + "grad_norm": 0.2701203525066376, + "learning_rate": 3.2523622204835194e-05, + "loss": 0.0224, + "step": 25320 + }, + { + "grad_norm": 0.20309937000274658, + "learning_rate": 3.2484898706667214e-05, + "loss": 0.0328, + "step": 25330 + }, + { + "grad_norm": 0.26935046911239624, + "learning_rate": 3.2446187179905806e-05, + "loss": 0.0378, + "step": 25340 + }, + { + "grad_norm": 0.2502478361129761, + "learning_rate": 3.240748765100995e-05, + "loss": 0.0223, + "step": 25350 + }, + { + "grad_norm": 0.2162380963563919, + "learning_rate": 3.236880014643039e-05, + "loss": 0.02, + "step": 25360 + }, + { + "grad_norm": 0.2941495478153229, + "learning_rate": 3.233012469260969e-05, + "loss": 0.0364, + "step": 25370 + }, + { + "grad_norm": 0.18584802746772766, + "learning_rate": 3.229146131598213e-05, + "loss": 0.022, + "step": 25380 + }, + { + "grad_norm": 0.38223952054977417, + "learning_rate": 3.2252810042973794e-05, + "loss": 0.0301, + "step": 25390 + }, + { + "grad_norm": 0.2486206293106079, + "learning_rate": 3.2214170900002456e-05, + "loss": 0.0278, + "step": 25400 + }, + { + "grad_norm": 0.3067071735858917, + "learning_rate": 3.217554391347758e-05, + "loss": 0.0283, + "step": 25410 + }, + { + "grad_norm": 0.23068393766880035, + "learning_rate": 3.213692910980037e-05, + "loss": 0.03, + "step": 25420 + }, + { + "grad_norm": 0.25967490673065186, + "learning_rate": 3.2098326515363666e-05, + "loss": 0.0356, + "step": 25430 + }, + { + "grad_norm": 0.28312110900878906, + "learning_rate": 3.205973615655199e-05, + "loss": 0.0274, + "step": 25440 + }, + { + "grad_norm": 0.2900674045085907, + "learning_rate": 3.202115805974149e-05, + "loss": 0.0316, + "step": 25450 + }, + { + "grad_norm": 0.264426052570343, + "learning_rate": 3.1982592251299916e-05, + "loss": 0.0297, + "step": 25460 + }, + { + "grad_norm": 0.2152923047542572, + "learning_rate": 3.1944038757586656e-05, + "loss": 0.0258, + "step": 25470 + }, + { + "grad_norm": 0.22812041640281677, + "learning_rate": 3.190549760495263e-05, + "loss": 0.0274, + "step": 25480 + }, + { + "grad_norm": 0.17418308556079865, + "learning_rate": 3.186696881974039e-05, + "loss": 0.0307, + "step": 25490 + }, + { + "grad_norm": 0.17827022075653076, + "learning_rate": 3.1828452428283986e-05, + "loss": 0.0253, + "step": 25500 + }, + { + "grad_norm": 0.19274215400218964, + "learning_rate": 3.178994845690898e-05, + "loss": 0.0299, + "step": 25510 + }, + { + "grad_norm": 0.27845096588134766, + "learning_rate": 3.17514569319325e-05, + "loss": 0.0268, + "step": 25520 + }, + { + "grad_norm": 0.3296731114387512, + "learning_rate": 3.171297787966312e-05, + "loss": 0.0298, + "step": 25530 + }, + { + "grad_norm": 0.3030819594860077, + "learning_rate": 3.167451132640093e-05, + "loss": 0.0243, + "step": 25540 + }, + { + "grad_norm": 0.20820164680480957, + "learning_rate": 3.163605729843746e-05, + "loss": 0.028, + "step": 25550 + }, + { + "grad_norm": 0.3165282905101776, + "learning_rate": 3.159761582205565e-05, + "loss": 0.0303, + "step": 25560 + }, + { + "grad_norm": 0.2334941327571869, + "learning_rate": 3.155918692352992e-05, + "loss": 0.0172, + "step": 25570 + }, + { + "grad_norm": 0.22589854896068573, + "learning_rate": 3.152077062912602e-05, + "loss": 0.0218, + "step": 25580 + }, + { + "grad_norm": 0.18224669992923737, + "learning_rate": 3.148236696510117e-05, + "loss": 0.0236, + "step": 25590 + }, + { + "grad_norm": 0.2523755431175232, + "learning_rate": 3.144397595770388e-05, + "loss": 0.0335, + "step": 25600 + }, + { + "grad_norm": 0.29561787843704224, + "learning_rate": 3.1405597633174036e-05, + "loss": 0.0332, + "step": 25610 + }, + { + "grad_norm": 0.27152466773986816, + "learning_rate": 3.136723201774289e-05, + "loss": 0.0301, + "step": 25620 + }, + { + "grad_norm": 0.2238980531692505, + "learning_rate": 3.132887913763295e-05, + "loss": 0.0313, + "step": 25630 + }, + { + "grad_norm": 0.16160257160663605, + "learning_rate": 3.129053901905806e-05, + "loss": 0.0306, + "step": 25640 + }, + { + "grad_norm": 0.26970964670181274, + "learning_rate": 3.125221168822335e-05, + "loss": 0.0324, + "step": 25650 + }, + { + "grad_norm": 0.2437800019979477, + "learning_rate": 3.1213897171325154e-05, + "loss": 0.0373, + "step": 25660 + }, + { + "grad_norm": 0.19239504635334015, + "learning_rate": 3.1175595494551116e-05, + "loss": 0.0233, + "step": 25670 + }, + { + "grad_norm": 0.27350127696990967, + "learning_rate": 3.1137306684080045e-05, + "loss": 0.0279, + "step": 25680 + }, + { + "grad_norm": 0.23047949373722076, + "learning_rate": 3.1099030766081985e-05, + "loss": 0.027, + "step": 25690 + }, + { + "grad_norm": 0.27735987305641174, + "learning_rate": 3.106076776671818e-05, + "loss": 0.0193, + "step": 25700 + }, + { + "grad_norm": 0.18840238451957703, + "learning_rate": 3.102251771214101e-05, + "loss": 0.0258, + "step": 25710 + }, + { + "grad_norm": 0.23557351529598236, + "learning_rate": 3.098428062849404e-05, + "loss": 0.0285, + "step": 25720 + }, + { + "grad_norm": 0.23046837747097015, + "learning_rate": 3.094605654191195e-05, + "loss": 0.0229, + "step": 25730 + }, + { + "grad_norm": 0.23877261579036713, + "learning_rate": 3.090784547852055e-05, + "loss": 0.0317, + "step": 25740 + }, + { + "grad_norm": 0.1994316726922989, + "learning_rate": 3.0869647464436746e-05, + "loss": 0.0245, + "step": 25750 + }, + { + "grad_norm": 0.23483806848526, + "learning_rate": 3.0831462525768496e-05, + "loss": 0.0263, + "step": 25760 + }, + { + "grad_norm": 0.2626689374446869, + "learning_rate": 3.079329068861488e-05, + "loss": 0.0285, + "step": 25770 + }, + { + "grad_norm": 0.22573040425777435, + "learning_rate": 3.075513197906597e-05, + "loss": 0.0205, + "step": 25780 + }, + { + "grad_norm": 0.1979900449514389, + "learning_rate": 3.071698642320286e-05, + "loss": 0.0239, + "step": 25790 + }, + { + "grad_norm": 0.24648931622505188, + "learning_rate": 3.067885404709772e-05, + "loss": 0.0225, + "step": 25800 + }, + { + "grad_norm": 0.3063465356826782, + "learning_rate": 3.0640734876813636e-05, + "loss": 0.0286, + "step": 25810 + }, + { + "grad_norm": 0.24622005224227905, + "learning_rate": 3.060262893840473e-05, + "loss": 0.0266, + "step": 25820 + }, + { + "grad_norm": 0.24985842406749725, + "learning_rate": 3.056453625791603e-05, + "loss": 0.0201, + "step": 25830 + }, + { + "grad_norm": 0.2856951951980591, + "learning_rate": 3.052645686138353e-05, + "loss": 0.0217, + "step": 25840 + }, + { + "grad_norm": 0.21694786846637726, + "learning_rate": 3.0488390774834153e-05, + "loss": 0.0233, + "step": 25850 + }, + { + "grad_norm": 0.2551772892475128, + "learning_rate": 3.0450338024285684e-05, + "loss": 0.0216, + "step": 25860 + }, + { + "grad_norm": 0.2310723215341568, + "learning_rate": 3.0412298635746855e-05, + "loss": 0.0259, + "step": 25870 + }, + { + "grad_norm": 0.24880258738994598, + "learning_rate": 3.03742726352172e-05, + "loss": 0.0294, + "step": 25880 + }, + { + "grad_norm": 0.2668877840042114, + "learning_rate": 3.0336260048687125e-05, + "loss": 0.0277, + "step": 25890 + }, + { + "grad_norm": 0.21448415517807007, + "learning_rate": 3.0298260902137897e-05, + "loss": 0.0329, + "step": 25900 + }, + { + "grad_norm": 0.2659170627593994, + "learning_rate": 3.0260275221541566e-05, + "loss": 0.02, + "step": 25910 + }, + { + "grad_norm": 0.23530986905097961, + "learning_rate": 3.0222303032860987e-05, + "loss": 0.026, + "step": 25920 + }, + { + "grad_norm": 0.20093858242034912, + "learning_rate": 3.018434436204979e-05, + "loss": 0.0266, + "step": 25930 + }, + { + "grad_norm": 0.23429523408412933, + "learning_rate": 3.014639923505237e-05, + "loss": 0.0253, + "step": 25940 + }, + { + "grad_norm": 0.25832751393318176, + "learning_rate": 3.0108467677803863e-05, + "loss": 0.0326, + "step": 25950 + }, + { + "grad_norm": 0.18505792319774628, + "learning_rate": 3.0070549716230156e-05, + "loss": 0.0277, + "step": 25960 + }, + { + "grad_norm": 0.2116367369890213, + "learning_rate": 3.003264537624777e-05, + "loss": 0.0254, + "step": 25970 + }, + { + "grad_norm": 0.22508513927459717, + "learning_rate": 2.9994754683764e-05, + "loss": 0.0207, + "step": 25980 + }, + { + "grad_norm": 0.23429159820079803, + "learning_rate": 2.9956877664676754e-05, + "loss": 0.0286, + "step": 25990 + }, + { + "grad_norm": 0.16730372607707977, + "learning_rate": 2.9919014344874636e-05, + "loss": 0.0233, + "step": 26000 + }, + { + "grad_norm": 0.24787312746047974, + "learning_rate": 2.9881164750236857e-05, + "loss": 0.0219, + "step": 26010 + }, + { + "grad_norm": 0.2006632536649704, + "learning_rate": 2.984332890663326e-05, + "loss": 0.0278, + "step": 26020 + }, + { + "grad_norm": 0.20735305547714233, + "learning_rate": 2.9805506839924292e-05, + "loss": 0.0231, + "step": 26030 + }, + { + "grad_norm": 0.21032249927520752, + "learning_rate": 2.9767698575960968e-05, + "loss": 0.0281, + "step": 26040 + }, + { + "grad_norm": 0.19464270770549774, + "learning_rate": 2.9729904140584913e-05, + "loss": 0.0242, + "step": 26050 + }, + { + "grad_norm": 0.26789870858192444, + "learning_rate": 2.9692123559628234e-05, + "loss": 0.0259, + "step": 26060 + }, + { + "grad_norm": 0.16314904391765594, + "learning_rate": 2.9654356858913596e-05, + "loss": 0.0222, + "step": 26070 + }, + { + "grad_norm": 0.23064374923706055, + "learning_rate": 2.9616604064254206e-05, + "loss": 0.0212, + "step": 26080 + }, + { + "grad_norm": 0.21820694208145142, + "learning_rate": 2.9578865201453732e-05, + "loss": 0.0188, + "step": 26090 + }, + { + "grad_norm": 0.2844453752040863, + "learning_rate": 2.9541140296306335e-05, + "loss": 0.0373, + "step": 26100 + }, + { + "grad_norm": 0.21814894676208496, + "learning_rate": 2.9503429374596627e-05, + "loss": 0.0238, + "step": 26110 + }, + { + "grad_norm": 0.18138006329536438, + "learning_rate": 2.946573246209967e-05, + "loss": 0.0219, + "step": 26120 + }, + { + "grad_norm": 0.3146372437477112, + "learning_rate": 2.942804958458094e-05, + "loss": 0.0239, + "step": 26130 + }, + { + "grad_norm": 0.18570482730865479, + "learning_rate": 2.9390380767796343e-05, + "loss": 0.0301, + "step": 26140 + }, + { + "grad_norm": 0.18325448036193848, + "learning_rate": 2.9352726037492174e-05, + "loss": 0.0182, + "step": 26150 + }, + { + "grad_norm": 0.3108264207839966, + "learning_rate": 2.9315085419405052e-05, + "loss": 0.0282, + "step": 26160 + }, + { + "grad_norm": 0.26924794912338257, + "learning_rate": 2.927745893926199e-05, + "loss": 0.021, + "step": 26170 + }, + { + "grad_norm": 0.20091304183006287, + "learning_rate": 2.9239846622780358e-05, + "loss": 0.0177, + "step": 26180 + }, + { + "grad_norm": 0.26966843008995056, + "learning_rate": 2.9202248495667788e-05, + "loss": 0.0354, + "step": 26190 + }, + { + "grad_norm": 0.22389206290245056, + "learning_rate": 2.916466458362227e-05, + "loss": 0.0302, + "step": 26200 + }, + { + "grad_norm": 0.28322625160217285, + "learning_rate": 2.9127094912332033e-05, + "loss": 0.0258, + "step": 26210 + }, + { + "grad_norm": 0.20563147962093353, + "learning_rate": 2.9089539507475606e-05, + "loss": 0.0231, + "step": 26220 + }, + { + "grad_norm": 0.22619672119617462, + "learning_rate": 2.9051998394721748e-05, + "loss": 0.0287, + "step": 26230 + }, + { + "grad_norm": 0.24814113974571228, + "learning_rate": 2.901447159972948e-05, + "loss": 0.0297, + "step": 26240 + }, + { + "grad_norm": 0.266268253326416, + "learning_rate": 2.8976959148148e-05, + "loss": 0.0261, + "step": 26250 + }, + { + "grad_norm": 0.2351892739534378, + "learning_rate": 2.8939461065616674e-05, + "loss": 0.0287, + "step": 26260 + }, + { + "grad_norm": 0.2751482129096985, + "learning_rate": 2.8901977377765127e-05, + "loss": 0.0328, + "step": 26270 + }, + { + "grad_norm": 0.17946472764015198, + "learning_rate": 2.8864508110213094e-05, + "loss": 0.0257, + "step": 26280 + }, + { + "grad_norm": 0.3072178363800049, + "learning_rate": 2.8827053288570503e-05, + "loss": 0.0242, + "step": 26290 + }, + { + "grad_norm": 0.18922163546085358, + "learning_rate": 2.8789612938437315e-05, + "loss": 0.0254, + "step": 26300 + }, + { + "grad_norm": 0.21420899033546448, + "learning_rate": 2.8752187085403683e-05, + "loss": 0.0207, + "step": 26310 + }, + { + "grad_norm": 0.26743489503860474, + "learning_rate": 2.8714775755049818e-05, + "loss": 0.0279, + "step": 26320 + }, + { + "grad_norm": 0.24026387929916382, + "learning_rate": 2.867737897294604e-05, + "loss": 0.0336, + "step": 26330 + }, + { + "grad_norm": 0.2588624358177185, + "learning_rate": 2.8639996764652653e-05, + "loss": 0.0233, + "step": 26340 + }, + { + "grad_norm": 0.2936750054359436, + "learning_rate": 2.8602629155720084e-05, + "loss": 0.0273, + "step": 26350 + }, + { + "grad_norm": 0.21712908148765564, + "learning_rate": 2.8565276171688703e-05, + "loss": 0.0245, + "step": 26360 + }, + { + "grad_norm": 0.3078675866127014, + "learning_rate": 2.8527937838088943e-05, + "loss": 0.0327, + "step": 26370 + }, + { + "grad_norm": 0.17284774780273438, + "learning_rate": 2.84906141804412e-05, + "loss": 0.0234, + "step": 26380 + }, + { + "grad_norm": 0.20546141266822815, + "learning_rate": 2.8453305224255867e-05, + "loss": 0.0341, + "step": 26390 + }, + { + "grad_norm": 0.21548974514007568, + "learning_rate": 2.8416010995033216e-05, + "loss": 0.0239, + "step": 26400 + }, + { + "grad_norm": 0.2707138657569885, + "learning_rate": 2.8378731518263524e-05, + "loss": 0.0209, + "step": 26410 + }, + { + "grad_norm": 0.1997726559638977, + "learning_rate": 2.834146681942696e-05, + "loss": 0.0262, + "step": 26420 + }, + { + "grad_norm": 0.295514315366745, + "learning_rate": 2.8304216923993622e-05, + "loss": 0.0464, + "step": 26430 + }, + { + "grad_norm": 0.19600673019886017, + "learning_rate": 2.8266981857423413e-05, + "loss": 0.0196, + "step": 26440 + }, + { + "grad_norm": 0.2300633192062378, + "learning_rate": 2.8229761645166197e-05, + "loss": 0.0252, + "step": 26450 + }, + { + "grad_norm": 0.192285418510437, + "learning_rate": 2.81925563126616e-05, + "loss": 0.0243, + "step": 26460 + }, + { + "grad_norm": 0.1636025756597519, + "learning_rate": 2.8155365885339124e-05, + "loss": 0.0221, + "step": 26470 + }, + { + "grad_norm": 0.19458290934562683, + "learning_rate": 2.8118190388618093e-05, + "loss": 0.0205, + "step": 26480 + }, + { + "grad_norm": 0.33503207564353943, + "learning_rate": 2.8081029847907607e-05, + "loss": 0.0369, + "step": 26490 + }, + { + "grad_norm": 0.24489033222198486, + "learning_rate": 2.8043884288606525e-05, + "loss": 0.0265, + "step": 26500 + }, + { + "grad_norm": 0.24301619827747345, + "learning_rate": 2.8006753736103496e-05, + "loss": 0.0272, + "step": 26510 + }, + { + "grad_norm": 0.2095600813627243, + "learning_rate": 2.7969638215776918e-05, + "loss": 0.0298, + "step": 26520 + }, + { + "grad_norm": 0.3046758472919464, + "learning_rate": 2.793253775299487e-05, + "loss": 0.0276, + "step": 26530 + }, + { + "grad_norm": 0.21138672530651093, + "learning_rate": 2.7895452373115184e-05, + "loss": 0.031, + "step": 26540 + }, + { + "grad_norm": 0.2051255702972412, + "learning_rate": 2.785838210148539e-05, + "loss": 0.029, + "step": 26550 + }, + { + "grad_norm": 0.23428645730018616, + "learning_rate": 2.782132696344263e-05, + "loss": 0.0249, + "step": 26560 + }, + { + "grad_norm": 0.37984320521354675, + "learning_rate": 2.7784286984313745e-05, + "loss": 0.0263, + "step": 26570 + }, + { + "grad_norm": 0.19270239770412445, + "learning_rate": 2.7747262189415236e-05, + "loss": 0.0236, + "step": 26580 + }, + { + "grad_norm": 0.2289421409368515, + "learning_rate": 2.7710252604053205e-05, + "loss": 0.0322, + "step": 26590 + }, + { + "grad_norm": 0.21311689913272858, + "learning_rate": 2.767325825352332e-05, + "loss": 0.022, + "step": 26600 + }, + { + "grad_norm": 0.2975580096244812, + "learning_rate": 2.7636279163110913e-05, + "loss": 0.0285, + "step": 26610 + }, + { + "grad_norm": 0.20863211154937744, + "learning_rate": 2.7599315358090795e-05, + "loss": 0.0316, + "step": 26620 + }, + { + "grad_norm": 0.2032177746295929, + "learning_rate": 2.7562366863727407e-05, + "loss": 0.0285, + "step": 26630 + }, + { + "grad_norm": 0.23657970130443573, + "learning_rate": 2.7525433705274695e-05, + "loss": 0.0245, + "step": 26640 + }, + { + "grad_norm": 0.26430171728134155, + "learning_rate": 2.748851590797614e-05, + "loss": 0.031, + "step": 26650 + }, + { + "grad_norm": 0.2310432642698288, + "learning_rate": 2.7451613497064675e-05, + "loss": 0.0271, + "step": 26660 + }, + { + "grad_norm": 0.25045233964920044, + "learning_rate": 2.7414726497762765e-05, + "loss": 0.0349, + "step": 26670 + }, + { + "grad_norm": 0.19017750024795532, + "learning_rate": 2.737785493528232e-05, + "loss": 0.029, + "step": 26680 + }, + { + "grad_norm": 0.16948412358760834, + "learning_rate": 2.7340998834824745e-05, + "loss": 0.0249, + "step": 26690 + }, + { + "grad_norm": 0.208161398768425, + "learning_rate": 2.7304158221580777e-05, + "loss": 0.0254, + "step": 26700 + }, + { + "grad_norm": 0.24965234100818634, + "learning_rate": 2.7267333120730675e-05, + "loss": 0.0285, + "step": 26710 + }, + { + "grad_norm": 0.23015405237674713, + "learning_rate": 2.7230523557444017e-05, + "loss": 0.0292, + "step": 26720 + }, + { + "grad_norm": 0.22542878985404968, + "learning_rate": 2.7193729556879798e-05, + "loss": 0.0288, + "step": 26730 + }, + { + "grad_norm": 0.19346372783184052, + "learning_rate": 2.715695114418637e-05, + "loss": 0.0229, + "step": 26740 + }, + { + "grad_norm": 0.292275071144104, + "learning_rate": 2.7120188344501475e-05, + "loss": 0.026, + "step": 26750 + }, + { + "grad_norm": 0.32579851150512695, + "learning_rate": 2.7083441182952067e-05, + "loss": 0.032, + "step": 26760 + }, + { + "grad_norm": 0.299591988325119, + "learning_rate": 2.7046709684654527e-05, + "loss": 0.0362, + "step": 26770 + }, + { + "grad_norm": 0.20450560748577118, + "learning_rate": 2.700999387471448e-05, + "loss": 0.0239, + "step": 26780 + }, + { + "grad_norm": 0.244193896651268, + "learning_rate": 2.6973293778226854e-05, + "loss": 0.0261, + "step": 26790 + }, + { + "grad_norm": 0.15480735898017883, + "learning_rate": 2.6936609420275804e-05, + "loss": 0.0221, + "step": 26800 + }, + { + "grad_norm": 0.3128731846809387, + "learning_rate": 2.689994082593472e-05, + "loss": 0.0303, + "step": 26810 + }, + { + "grad_norm": 0.21226470172405243, + "learning_rate": 2.6863288020266264e-05, + "loss": 0.0237, + "step": 26820 + }, + { + "grad_norm": 0.2766008973121643, + "learning_rate": 2.682665102832228e-05, + "loss": 0.0252, + "step": 26830 + }, + { + "grad_norm": 0.22143055498600006, + "learning_rate": 2.67900298751438e-05, + "loss": 0.0257, + "step": 26840 + }, + { + "grad_norm": 0.22559010982513428, + "learning_rate": 2.6753424585761067e-05, + "loss": 0.0304, + "step": 26850 + }, + { + "grad_norm": 0.3549652397632599, + "learning_rate": 2.671683518519341e-05, + "loss": 0.0252, + "step": 26860 + }, + { + "grad_norm": 0.28112363815307617, + "learning_rate": 2.668026169844936e-05, + "loss": 0.025, + "step": 26870 + }, + { + "grad_norm": 0.1706009954214096, + "learning_rate": 2.6643704150526538e-05, + "loss": 0.0214, + "step": 26880 + }, + { + "grad_norm": 0.24022051692008972, + "learning_rate": 2.6607162566411716e-05, + "loss": 0.0231, + "step": 26890 + }, + { + "grad_norm": 0.2413676530122757, + "learning_rate": 2.6570636971080697e-05, + "loss": 0.0246, + "step": 26900 + }, + { + "grad_norm": 0.25159987807273865, + "learning_rate": 2.6534127389498364e-05, + "loss": 0.0223, + "step": 26910 + }, + { + "grad_norm": 0.2825222909450531, + "learning_rate": 2.6497633846618696e-05, + "loss": 0.0309, + "step": 26920 + }, + { + "grad_norm": 0.20425967872142792, + "learning_rate": 2.6461156367384677e-05, + "loss": 0.0193, + "step": 26930 + }, + { + "grad_norm": 0.24296480417251587, + "learning_rate": 2.6424694976728316e-05, + "loss": 0.0277, + "step": 26940 + }, + { + "grad_norm": 0.20800180733203888, + "learning_rate": 2.6388249699570667e-05, + "loss": 0.0279, + "step": 26950 + }, + { + "grad_norm": 0.2593609392642975, + "learning_rate": 2.6351820560821672e-05, + "loss": 0.0235, + "step": 26960 + }, + { + "grad_norm": 0.2108684778213501, + "learning_rate": 2.631540758538034e-05, + "loss": 0.0187, + "step": 26970 + }, + { + "grad_norm": 0.2372363656759262, + "learning_rate": 2.6279010798134597e-05, + "loss": 0.0299, + "step": 26980 + }, + { + "grad_norm": 0.2557249963283539, + "learning_rate": 2.6242630223961305e-05, + "loss": 0.0297, + "step": 26990 + }, + { + "grad_norm": 0.2134016454219818, + "learning_rate": 2.6206265887726244e-05, + "loss": 0.0235, + "step": 27000 + }, + { + "grad_norm": 0.2974890470504761, + "learning_rate": 2.6169917814284066e-05, + "loss": 0.0285, + "step": 27010 + }, + { + "grad_norm": 0.229383185505867, + "learning_rate": 2.6133586028478364e-05, + "loss": 0.0251, + "step": 27020 + }, + { + "grad_norm": 0.28490132093429565, + "learning_rate": 2.609727055514155e-05, + "loss": 0.0249, + "step": 27030 + }, + { + "grad_norm": 0.1903897523880005, + "learning_rate": 2.606097141909494e-05, + "loss": 0.0237, + "step": 27040 + }, + { + "grad_norm": 0.23759591579437256, + "learning_rate": 2.6024688645148644e-05, + "loss": 0.0252, + "step": 27050 + }, + { + "grad_norm": 0.23760899901390076, + "learning_rate": 2.5988422258101564e-05, + "loss": 0.0237, + "step": 27060 + }, + { + "grad_norm": 0.15512217581272125, + "learning_rate": 2.5952172282741453e-05, + "loss": 0.0249, + "step": 27070 + }, + { + "grad_norm": 0.21676771342754364, + "learning_rate": 2.5915938743844853e-05, + "loss": 0.0231, + "step": 27080 + }, + { + "grad_norm": 0.27246570587158203, + "learning_rate": 2.5879721666177003e-05, + "loss": 0.0244, + "step": 27090 + }, + { + "grad_norm": 0.18265503644943237, + "learning_rate": 2.5843521074491972e-05, + "loss": 0.0205, + "step": 27100 + }, + { + "grad_norm": 0.2688211500644684, + "learning_rate": 2.5807336993532487e-05, + "loss": 0.0316, + "step": 27110 + }, + { + "grad_norm": 0.2107754498720169, + "learning_rate": 2.577116944803004e-05, + "loss": 0.0224, + "step": 27120 + }, + { + "grad_norm": 0.29677844047546387, + "learning_rate": 2.5735018462704818e-05, + "loss": 0.0245, + "step": 27130 + }, + { + "grad_norm": 0.22695766389369965, + "learning_rate": 2.5698884062265665e-05, + "loss": 0.0256, + "step": 27140 + }, + { + "grad_norm": 0.19598576426506042, + "learning_rate": 2.5662766271410134e-05, + "loss": 0.0307, + "step": 27150 + }, + { + "grad_norm": 0.2601983845233917, + "learning_rate": 2.5626665114824343e-05, + "loss": 0.0237, + "step": 27160 + }, + { + "grad_norm": 0.23052486777305603, + "learning_rate": 2.5590580617183148e-05, + "loss": 0.0285, + "step": 27170 + }, + { + "grad_norm": 0.15593217313289642, + "learning_rate": 2.5554512803149912e-05, + "loss": 0.0231, + "step": 27180 + }, + { + "grad_norm": 0.21750622987747192, + "learning_rate": 2.5518461697376662e-05, + "loss": 0.0304, + "step": 27190 + }, + { + "grad_norm": 0.21795101463794708, + "learning_rate": 2.548242732450402e-05, + "loss": 0.0211, + "step": 27200 + }, + { + "grad_norm": 0.2053750902414322, + "learning_rate": 2.5446409709161095e-05, + "loss": 0.0302, + "step": 27210 + }, + { + "grad_norm": 0.28608238697052, + "learning_rate": 2.541040887596561e-05, + "loss": 0.0211, + "step": 27220 + }, + { + "grad_norm": 0.17709504067897797, + "learning_rate": 2.537442484952378e-05, + "loss": 0.0247, + "step": 27230 + }, + { + "grad_norm": 0.2367868721485138, + "learning_rate": 2.533845765443037e-05, + "loss": 0.0199, + "step": 27240 + }, + { + "grad_norm": 0.19262556731700897, + "learning_rate": 2.530250731526863e-05, + "loss": 0.0253, + "step": 27250 + }, + { + "grad_norm": 0.23519474267959595, + "learning_rate": 2.5266573856610253e-05, + "loss": 0.031, + "step": 27260 + }, + { + "grad_norm": 0.21082571148872375, + "learning_rate": 2.5230657303015403e-05, + "loss": 0.0263, + "step": 27270 + }, + { + "grad_norm": 0.2588479816913605, + "learning_rate": 2.5194757679032728e-05, + "loss": 0.0211, + "step": 27280 + }, + { + "grad_norm": 0.26804593205451965, + "learning_rate": 2.5158875009199278e-05, + "loss": 0.0223, + "step": 27290 + }, + { + "grad_norm": 0.2908613085746765, + "learning_rate": 2.5123009318040537e-05, + "loss": 0.0219, + "step": 27300 + }, + { + "grad_norm": 0.23610247671604156, + "learning_rate": 2.508716063007034e-05, + "loss": 0.0268, + "step": 27310 + }, + { + "grad_norm": 0.20073164999485016, + "learning_rate": 2.5051328969790934e-05, + "loss": 0.0249, + "step": 27320 + }, + { + "grad_norm": 0.19780005514621735, + "learning_rate": 2.501551436169292e-05, + "loss": 0.0199, + "step": 27330 + }, + { + "grad_norm": 0.15347003936767578, + "learning_rate": 2.4979716830255255e-05, + "loss": 0.0217, + "step": 27340 + }, + { + "grad_norm": 0.2113853245973587, + "learning_rate": 2.4943936399945233e-05, + "loss": 0.0208, + "step": 27350 + }, + { + "grad_norm": 0.2711744010448456, + "learning_rate": 2.4908173095218412e-05, + "loss": 0.0391, + "step": 27360 + }, + { + "grad_norm": 0.23218853771686554, + "learning_rate": 2.4872426940518663e-05, + "loss": 0.0251, + "step": 27370 + }, + { + "grad_norm": 0.21316055953502655, + "learning_rate": 2.4836697960278156e-05, + "loss": 0.0259, + "step": 27380 + }, + { + "grad_norm": 0.29266357421875, + "learning_rate": 2.480098617891732e-05, + "loss": 0.0236, + "step": 27390 + }, + { + "grad_norm": 0.13677522540092468, + "learning_rate": 2.4765291620844837e-05, + "loss": 0.0282, + "step": 27400 + }, + { + "grad_norm": 0.23478876054286957, + "learning_rate": 2.472961431045756e-05, + "loss": 0.0295, + "step": 27410 + }, + { + "grad_norm": 0.21725066006183624, + "learning_rate": 2.4693954272140622e-05, + "loss": 0.0339, + "step": 27420 + }, + { + "grad_norm": 0.18992874026298523, + "learning_rate": 2.4658311530267315e-05, + "loss": 0.0248, + "step": 27430 + }, + { + "grad_norm": 0.21032333374023438, + "learning_rate": 2.4622686109199124e-05, + "loss": 0.0301, + "step": 27440 + }, + { + "grad_norm": 0.2587505877017975, + "learning_rate": 2.4587078033285695e-05, + "loss": 0.0276, + "step": 27450 + }, + { + "grad_norm": 0.22274494171142578, + "learning_rate": 2.45514873268648e-05, + "loss": 0.0196, + "step": 27460 + }, + { + "grad_norm": 0.1854734718799591, + "learning_rate": 2.4515914014262336e-05, + "loss": 0.0209, + "step": 27470 + }, + { + "grad_norm": 0.22514081001281738, + "learning_rate": 2.4480358119792345e-05, + "loss": 0.02, + "step": 27480 + }, + { + "grad_norm": 0.2727805972099304, + "learning_rate": 2.4444819667756942e-05, + "loss": 0.0327, + "step": 27490 + }, + { + "grad_norm": 0.29509830474853516, + "learning_rate": 2.4409298682446346e-05, + "loss": 0.0292, + "step": 27500 + }, + { + "grad_norm": 0.25230541825294495, + "learning_rate": 2.437379518813877e-05, + "loss": 0.0336, + "step": 27510 + }, + { + "grad_norm": 0.17332032322883606, + "learning_rate": 2.4338309209100547e-05, + "loss": 0.0276, + "step": 27520 + }, + { + "grad_norm": 0.21527181565761566, + "learning_rate": 2.4302840769586004e-05, + "loss": 0.0191, + "step": 27530 + }, + { + "grad_norm": 0.26835113763809204, + "learning_rate": 2.42673898938375e-05, + "loss": 0.0258, + "step": 27540 + }, + { + "grad_norm": 0.21653629839420319, + "learning_rate": 2.4231956606085343e-05, + "loss": 0.0198, + "step": 27550 + }, + { + "grad_norm": 0.1788986325263977, + "learning_rate": 2.419654093054789e-05, + "loss": 0.0206, + "step": 27560 + }, + { + "grad_norm": 0.18711066246032715, + "learning_rate": 2.4161142891431375e-05, + "loss": 0.0239, + "step": 27570 + }, + { + "grad_norm": 0.2688072621822357, + "learning_rate": 2.412576251293005e-05, + "loss": 0.027, + "step": 27580 + }, + { + "grad_norm": 0.2094879150390625, + "learning_rate": 2.4090399819226068e-05, + "loss": 0.023, + "step": 27590 + }, + { + "grad_norm": 0.2160193771123886, + "learning_rate": 2.4055054834489514e-05, + "loss": 0.0176, + "step": 27600 + }, + { + "grad_norm": 0.18218868970870972, + "learning_rate": 2.401972758287832e-05, + "loss": 0.0199, + "step": 27610 + }, + { + "grad_norm": 0.18074598908424377, + "learning_rate": 2.398441808853834e-05, + "loss": 0.0198, + "step": 27620 + }, + { + "grad_norm": 0.2383396476507187, + "learning_rate": 2.3949126375603288e-05, + "loss": 0.0221, + "step": 27630 + }, + { + "grad_norm": 0.1454305350780487, + "learning_rate": 2.3913852468194724e-05, + "loss": 0.0256, + "step": 27640 + }, + { + "grad_norm": 0.24669373035430908, + "learning_rate": 2.387859639042201e-05, + "loss": 0.0222, + "step": 27650 + }, + { + "grad_norm": 0.2110367715358734, + "learning_rate": 2.3843358166382368e-05, + "loss": 0.0291, + "step": 27660 + }, + { + "grad_norm": 0.175313338637352, + "learning_rate": 2.3808137820160757e-05, + "loss": 0.0198, + "step": 27670 + }, + { + "grad_norm": 0.26116564869880676, + "learning_rate": 2.3772935375829975e-05, + "loss": 0.0289, + "step": 27680 + }, + { + "grad_norm": 0.17542612552642822, + "learning_rate": 2.3737750857450553e-05, + "loss": 0.0234, + "step": 27690 + }, + { + "grad_norm": 0.2307588756084442, + "learning_rate": 2.3702584289070805e-05, + "loss": 0.0198, + "step": 27700 + }, + { + "grad_norm": 0.2527487576007843, + "learning_rate": 2.36674356947267e-05, + "loss": 0.023, + "step": 27710 + }, + { + "grad_norm": 0.2595255374908447, + "learning_rate": 2.3632305098442004e-05, + "loss": 0.0377, + "step": 27720 + }, + { + "grad_norm": 0.19754575192928314, + "learning_rate": 2.3597192524228156e-05, + "loss": 0.0222, + "step": 27730 + }, + { + "grad_norm": 0.2395200878381729, + "learning_rate": 2.356209799608424e-05, + "loss": 0.0242, + "step": 27740 + }, + { + "grad_norm": 0.23922863602638245, + "learning_rate": 2.352702153799704e-05, + "loss": 0.0242, + "step": 27750 + }, + { + "grad_norm": 0.18985772132873535, + "learning_rate": 2.3491963173941018e-05, + "loss": 0.0171, + "step": 27760 + }, + { + "grad_norm": 0.22536315023899078, + "learning_rate": 2.3456922927878196e-05, + "loss": 0.0259, + "step": 27770 + }, + { + "grad_norm": 0.19075796008110046, + "learning_rate": 2.3421900823758257e-05, + "loss": 0.0205, + "step": 27780 + }, + { + "grad_norm": 0.2707649767398834, + "learning_rate": 2.3386896885518496e-05, + "loss": 0.0224, + "step": 27790 + }, + { + "grad_norm": 0.15268945693969727, + "learning_rate": 2.335191113708378e-05, + "loss": 0.0173, + "step": 27800 + }, + { + "grad_norm": 0.15179869532585144, + "learning_rate": 2.331694360236651e-05, + "loss": 0.0201, + "step": 27810 + }, + { + "grad_norm": 0.2382475882768631, + "learning_rate": 2.3281994305266702e-05, + "loss": 0.0344, + "step": 27820 + }, + { + "grad_norm": 0.2400359958410263, + "learning_rate": 2.3247063269671826e-05, + "loss": 0.0205, + "step": 27830 + }, + { + "grad_norm": 0.23635932803153992, + "learning_rate": 2.321215051945695e-05, + "loss": 0.0227, + "step": 27840 + }, + { + "grad_norm": 0.2128467559814453, + "learning_rate": 2.3177256078484588e-05, + "loss": 0.0261, + "step": 27850 + }, + { + "grad_norm": 0.2331778109073639, + "learning_rate": 2.3142379970604798e-05, + "loss": 0.0258, + "step": 27860 + }, + { + "grad_norm": 0.19395588338375092, + "learning_rate": 2.3107522219655025e-05, + "loss": 0.0224, + "step": 27870 + }, + { + "grad_norm": 0.17544996738433838, + "learning_rate": 2.3072682849460236e-05, + "loss": 0.0163, + "step": 27880 + }, + { + "grad_norm": 0.3398132920265198, + "learning_rate": 2.303786188383281e-05, + "loss": 0.0241, + "step": 27890 + }, + { + "grad_norm": 0.2657260000705719, + "learning_rate": 2.300305934657257e-05, + "loss": 0.0226, + "step": 27900 + }, + { + "grad_norm": 0.2775834798812866, + "learning_rate": 2.2968275261466677e-05, + "loss": 0.0292, + "step": 27910 + }, + { + "grad_norm": 0.24755291640758514, + "learning_rate": 2.293350965228977e-05, + "loss": 0.0219, + "step": 27920 + }, + { + "grad_norm": 0.2285412698984146, + "learning_rate": 2.2898762542803776e-05, + "loss": 0.0259, + "step": 27930 + }, + { + "grad_norm": 0.20787914097309113, + "learning_rate": 2.286403395675803e-05, + "loss": 0.0248, + "step": 27940 + }, + { + "grad_norm": 0.26894238591194153, + "learning_rate": 2.28293239178892e-05, + "loss": 0.0204, + "step": 27950 + }, + { + "grad_norm": 0.26551827788352966, + "learning_rate": 2.2794632449921287e-05, + "loss": 0.0204, + "step": 27960 + }, + { + "grad_norm": 0.19891123473644257, + "learning_rate": 2.275995957656555e-05, + "loss": 0.0242, + "step": 27970 + }, + { + "grad_norm": 0.17980867624282837, + "learning_rate": 2.272530532152058e-05, + "loss": 0.0244, + "step": 27980 + }, + { + "grad_norm": 0.2806704044342041, + "learning_rate": 2.2690669708472233e-05, + "loss": 0.0218, + "step": 27990 + }, + { + "grad_norm": 0.2381906509399414, + "learning_rate": 2.2656052761093655e-05, + "loss": 0.0219, + "step": 28000 + }, + { + "grad_norm": 0.208777517080307, + "learning_rate": 2.262145450304517e-05, + "loss": 0.0216, + "step": 28010 + }, + { + "grad_norm": 0.1808796226978302, + "learning_rate": 2.2586874957974352e-05, + "loss": 0.0268, + "step": 28020 + }, + { + "grad_norm": 0.2793882489204407, + "learning_rate": 2.2552314149516012e-05, + "loss": 0.0335, + "step": 28030 + }, + { + "grad_norm": 0.20009875297546387, + "learning_rate": 2.2517772101292133e-05, + "loss": 0.0315, + "step": 28040 + }, + { + "grad_norm": 0.21529453992843628, + "learning_rate": 2.248324883691188e-05, + "loss": 0.023, + "step": 28050 + }, + { + "grad_norm": 0.2830781936645508, + "learning_rate": 2.24487443799716e-05, + "loss": 0.0269, + "step": 28060 + }, + { + "grad_norm": 0.1974790245294571, + "learning_rate": 2.241425875405472e-05, + "loss": 0.0241, + "step": 28070 + }, + { + "grad_norm": 0.2776021957397461, + "learning_rate": 2.2379791982731868e-05, + "loss": 0.0313, + "step": 28080 + }, + { + "grad_norm": 0.1808445304632187, + "learning_rate": 2.2345344089560756e-05, + "loss": 0.0224, + "step": 28090 + }, + { + "grad_norm": 0.31384992599487305, + "learning_rate": 2.2310915098086206e-05, + "loss": 0.0228, + "step": 28100 + }, + { + "grad_norm": 0.37644094228744507, + "learning_rate": 2.227650503184009e-05, + "loss": 0.0211, + "step": 28110 + }, + { + "grad_norm": 0.34142497181892395, + "learning_rate": 2.2242113914341357e-05, + "loss": 0.019, + "step": 28120 + }, + { + "grad_norm": 0.2386438250541687, + "learning_rate": 2.220774176909602e-05, + "loss": 0.0227, + "step": 28130 + }, + { + "grad_norm": 0.21222291886806488, + "learning_rate": 2.2173388619597114e-05, + "loss": 0.0264, + "step": 28140 + }, + { + "grad_norm": 0.34708207845687866, + "learning_rate": 2.21390544893247e-05, + "loss": 0.0243, + "step": 28150 + }, + { + "grad_norm": 0.1891728788614273, + "learning_rate": 2.210473940174585e-05, + "loss": 0.0265, + "step": 28160 + }, + { + "grad_norm": 0.23244798183441162, + "learning_rate": 2.207044338031456e-05, + "loss": 0.0233, + "step": 28170 + }, + { + "grad_norm": 0.246054545044899, + "learning_rate": 2.203616644847186e-05, + "loss": 0.0261, + "step": 28180 + }, + { + "grad_norm": 0.18724532425403595, + "learning_rate": 2.200190862964571e-05, + "loss": 0.02, + "step": 28190 + }, + { + "grad_norm": 0.2943648397922516, + "learning_rate": 2.1967669947251024e-05, + "loss": 0.0231, + "step": 28200 + }, + { + "grad_norm": 0.24222426116466522, + "learning_rate": 2.1933450424689583e-05, + "loss": 0.0222, + "step": 28210 + }, + { + "grad_norm": 0.23618793487548828, + "learning_rate": 2.1899250085350142e-05, + "loss": 0.0211, + "step": 28220 + }, + { + "grad_norm": 0.251486212015152, + "learning_rate": 2.1865068952608277e-05, + "loss": 0.0298, + "step": 28230 + }, + { + "grad_norm": 0.2497541904449463, + "learning_rate": 2.1830907049826487e-05, + "loss": 0.0223, + "step": 28240 + }, + { + "grad_norm": 0.2272530049085617, + "learning_rate": 2.179676440035411e-05, + "loss": 0.0273, + "step": 28250 + }, + { + "grad_norm": 0.23152901232242584, + "learning_rate": 2.1762641027527337e-05, + "loss": 0.0255, + "step": 28260 + }, + { + "grad_norm": 0.21134090423583984, + "learning_rate": 2.1728536954669143e-05, + "loss": 0.0221, + "step": 28270 + }, + { + "grad_norm": 0.1944476217031479, + "learning_rate": 2.169445220508936e-05, + "loss": 0.0207, + "step": 28280 + }, + { + "grad_norm": 0.2515197992324829, + "learning_rate": 2.166038680208461e-05, + "loss": 0.0275, + "step": 28290 + }, + { + "grad_norm": 0.30415967106819153, + "learning_rate": 2.162634076893823e-05, + "loss": 0.0235, + "step": 28300 + }, + { + "grad_norm": 0.2931332290172577, + "learning_rate": 2.1592314128920388e-05, + "loss": 0.0244, + "step": 28310 + }, + { + "grad_norm": 0.1642356961965561, + "learning_rate": 2.155830690528799e-05, + "loss": 0.0175, + "step": 28320 + }, + { + "grad_norm": 0.20319223403930664, + "learning_rate": 2.1524319121284613e-05, + "loss": 0.0249, + "step": 28330 + }, + { + "grad_norm": 0.19431371986865997, + "learning_rate": 2.1490350800140607e-05, + "loss": 0.0256, + "step": 28340 + }, + { + "grad_norm": 0.21329696476459503, + "learning_rate": 2.1456401965073002e-05, + "loss": 0.0246, + "step": 28350 + }, + { + "grad_norm": 0.19489365816116333, + "learning_rate": 2.1422472639285524e-05, + "loss": 0.0225, + "step": 28360 + }, + { + "grad_norm": 0.2507345974445343, + "learning_rate": 2.13885628459685e-05, + "loss": 0.0217, + "step": 28370 + }, + { + "grad_norm": 0.27277159690856934, + "learning_rate": 2.135467260829901e-05, + "loss": 0.0198, + "step": 28380 + }, + { + "grad_norm": 0.1946001648902893, + "learning_rate": 2.1320801949440654e-05, + "loss": 0.0157, + "step": 28390 + }, + { + "grad_norm": 0.22445212304592133, + "learning_rate": 2.1286950892543744e-05, + "loss": 0.0288, + "step": 28400 + }, + { + "grad_norm": 0.22799652814865112, + "learning_rate": 2.125311946074515e-05, + "loss": 0.0289, + "step": 28410 + }, + { + "grad_norm": 0.19766546785831451, + "learning_rate": 2.1219307677168355e-05, + "loss": 0.0194, + "step": 28420 + }, + { + "grad_norm": 0.243849977850914, + "learning_rate": 2.118551556492336e-05, + "loss": 0.0242, + "step": 28430 + }, + { + "grad_norm": 0.22993575036525726, + "learning_rate": 2.1151743147106774e-05, + "loss": 0.023, + "step": 28440 + }, + { + "grad_norm": 0.21890811622142792, + "learning_rate": 2.111799044680172e-05, + "loss": 0.0218, + "step": 28450 + }, + { + "grad_norm": 0.24672004580497742, + "learning_rate": 2.1084257487077873e-05, + "loss": 0.0254, + "step": 28460 + }, + { + "grad_norm": 0.1929691582918167, + "learning_rate": 2.1050544290991357e-05, + "loss": 0.0214, + "step": 28470 + }, + { + "grad_norm": 0.2667199969291687, + "learning_rate": 2.101685088158486e-05, + "loss": 0.0279, + "step": 28480 + }, + { + "grad_norm": 0.20139354467391968, + "learning_rate": 2.0983177281887472e-05, + "loss": 0.0194, + "step": 28490 + }, + { + "grad_norm": 0.2238907516002655, + "learning_rate": 2.0949523514914798e-05, + "loss": 0.025, + "step": 28500 + }, + { + "grad_norm": 0.2285478264093399, + "learning_rate": 2.0915889603668876e-05, + "loss": 0.022, + "step": 28510 + }, + { + "grad_norm": 0.1977885216474533, + "learning_rate": 2.0882275571138175e-05, + "loss": 0.0204, + "step": 28520 + }, + { + "grad_norm": 0.23791994154453278, + "learning_rate": 2.0848681440297545e-05, + "loss": 0.0236, + "step": 28530 + }, + { + "grad_norm": 0.11396162956953049, + "learning_rate": 2.081510723410827e-05, + "loss": 0.0203, + "step": 28540 + }, + { + "grad_norm": 0.2300916165113449, + "learning_rate": 2.0781552975518003e-05, + "loss": 0.022, + "step": 28550 + }, + { + "grad_norm": 0.2306213527917862, + "learning_rate": 2.074801868746078e-05, + "loss": 0.0366, + "step": 28560 + }, + { + "grad_norm": 0.19193507730960846, + "learning_rate": 2.0714504392856955e-05, + "loss": 0.0191, + "step": 28570 + }, + { + "grad_norm": 0.19181904196739197, + "learning_rate": 2.0681010114613215e-05, + "loss": 0.0214, + "step": 28580 + }, + { + "grad_norm": 0.1671849936246872, + "learning_rate": 2.0647535875622597e-05, + "loss": 0.0182, + "step": 28590 + }, + { + "grad_norm": 0.15555702149868011, + "learning_rate": 2.0614081698764432e-05, + "loss": 0.0257, + "step": 28600 + }, + { + "grad_norm": 0.23714466392993927, + "learning_rate": 2.0580647606904334e-05, + "loss": 0.0183, + "step": 28610 + }, + { + "grad_norm": 0.16910967230796814, + "learning_rate": 2.0547233622894208e-05, + "loss": 0.0283, + "step": 28620 + }, + { + "grad_norm": 0.26783129572868347, + "learning_rate": 2.0513839769572157e-05, + "loss": 0.0236, + "step": 28630 + }, + { + "grad_norm": 0.23039034008979797, + "learning_rate": 2.0480466069762584e-05, + "loss": 0.0242, + "step": 28640 + }, + { + "grad_norm": 0.20755140483379364, + "learning_rate": 2.0447112546276104e-05, + "loss": 0.0206, + "step": 28650 + }, + { + "grad_norm": 0.21097657084465027, + "learning_rate": 2.0413779221909547e-05, + "loss": 0.0231, + "step": 28660 + }, + { + "grad_norm": 0.32514241337776184, + "learning_rate": 2.0380466119445912e-05, + "loss": 0.0202, + "step": 28670 + }, + { + "grad_norm": 0.23682382702827454, + "learning_rate": 2.0347173261654373e-05, + "loss": 0.0213, + "step": 28680 + }, + { + "grad_norm": 0.18598730862140656, + "learning_rate": 2.03139006712903e-05, + "loss": 0.0259, + "step": 28690 + }, + { + "grad_norm": 0.2419712394475937, + "learning_rate": 2.028064837109519e-05, + "loss": 0.0205, + "step": 28700 + }, + { + "grad_norm": 0.2793223261833191, + "learning_rate": 2.0247416383796685e-05, + "loss": 0.0205, + "step": 28710 + }, + { + "grad_norm": 0.15548843145370483, + "learning_rate": 2.0214204732108548e-05, + "loss": 0.0245, + "step": 28720 + }, + { + "grad_norm": 0.21014739573001862, + "learning_rate": 2.0181013438730596e-05, + "loss": 0.0238, + "step": 28730 + }, + { + "grad_norm": 0.27556583285331726, + "learning_rate": 2.0147842526348783e-05, + "loss": 0.0248, + "step": 28740 + }, + { + "grad_norm": 0.2453424483537674, + "learning_rate": 2.011469201763511e-05, + "loss": 0.0217, + "step": 28750 + }, + { + "grad_norm": 0.21378959715366364, + "learning_rate": 2.0081561935247665e-05, + "loss": 0.0216, + "step": 28760 + }, + { + "grad_norm": 0.24534982442855835, + "learning_rate": 2.0048452301830523e-05, + "loss": 0.0302, + "step": 28770 + }, + { + "grad_norm": 0.30877935886383057, + "learning_rate": 2.0015363140013788e-05, + "loss": 0.0234, + "step": 28780 + }, + { + "grad_norm": 0.2552133798599243, + "learning_rate": 1.9982294472413606e-05, + "loss": 0.0242, + "step": 28790 + }, + { + "grad_norm": 0.5281767249107361, + "learning_rate": 1.9949246321632103e-05, + "loss": 0.0239, + "step": 28800 + }, + { + "grad_norm": 0.18579265475273132, + "learning_rate": 1.9916218710257377e-05, + "loss": 0.0213, + "step": 28810 + }, + { + "grad_norm": 0.28747257590293884, + "learning_rate": 1.988321166086351e-05, + "loss": 0.0236, + "step": 28820 + }, + { + "grad_norm": 0.3047797977924347, + "learning_rate": 1.9850225196010468e-05, + "loss": 0.025, + "step": 28830 + }, + { + "grad_norm": 0.2578173279762268, + "learning_rate": 1.981725933824421e-05, + "loss": 0.039, + "step": 28840 + }, + { + "grad_norm": 0.2688514292240143, + "learning_rate": 1.978431411009661e-05, + "loss": 0.022, + "step": 28850 + }, + { + "grad_norm": 0.19160400331020355, + "learning_rate": 1.9751389534085375e-05, + "loss": 0.0241, + "step": 28860 + }, + { + "grad_norm": 0.23795969784259796, + "learning_rate": 1.9718485632714184e-05, + "loss": 0.0221, + "step": 28870 + }, + { + "grad_norm": 0.1973222941160202, + "learning_rate": 1.968560242847251e-05, + "loss": 0.0272, + "step": 28880 + }, + { + "grad_norm": 0.2787335515022278, + "learning_rate": 1.965273994383573e-05, + "loss": 0.024, + "step": 28890 + }, + { + "grad_norm": 0.23891481757164001, + "learning_rate": 1.961989820126504e-05, + "loss": 0.0242, + "step": 28900 + }, + { + "grad_norm": 0.18507294356822968, + "learning_rate": 1.958707722320746e-05, + "loss": 0.0253, + "step": 28910 + }, + { + "grad_norm": 0.19846642017364502, + "learning_rate": 1.955427703209584e-05, + "loss": 0.0253, + "step": 28920 + }, + { + "grad_norm": 0.22477427124977112, + "learning_rate": 1.9521497650348764e-05, + "loss": 0.0198, + "step": 28930 + }, + { + "grad_norm": 0.15527477860450745, + "learning_rate": 1.948873910037067e-05, + "loss": 0.0157, + "step": 28940 + }, + { + "grad_norm": 0.1834864765405655, + "learning_rate": 1.9456001404551678e-05, + "loss": 0.0229, + "step": 28950 + }, + { + "grad_norm": 0.22512254118919373, + "learning_rate": 1.942328458526771e-05, + "loss": 0.0227, + "step": 28960 + }, + { + "grad_norm": 0.12981006503105164, + "learning_rate": 1.9390588664880427e-05, + "loss": 0.023, + "step": 28970 + }, + { + "grad_norm": 0.2544384002685547, + "learning_rate": 1.9357913665737145e-05, + "loss": 0.025, + "step": 28980 + }, + { + "grad_norm": 0.2161460816860199, + "learning_rate": 1.932525961017093e-05, + "loss": 0.0219, + "step": 28990 + }, + { + "grad_norm": 0.24388279020786285, + "learning_rate": 1.9292626520500533e-05, + "loss": 0.0206, + "step": 29000 + }, + { + "grad_norm": 0.19669759273529053, + "learning_rate": 1.9260014419030354e-05, + "loss": 0.0177, + "step": 29010 + }, + { + "grad_norm": 0.21690958738327026, + "learning_rate": 1.9227423328050475e-05, + "loss": 0.024, + "step": 29020 + }, + { + "grad_norm": 0.19591005146503448, + "learning_rate": 1.9194853269836582e-05, + "loss": 0.0191, + "step": 29030 + }, + { + "grad_norm": 0.23066888749599457, + "learning_rate": 1.916230426664999e-05, + "loss": 0.0205, + "step": 29040 + }, + { + "grad_norm": 0.3042205274105072, + "learning_rate": 1.912977634073765e-05, + "loss": 0.0315, + "step": 29050 + }, + { + "grad_norm": 0.19361411035060883, + "learning_rate": 1.9097269514332083e-05, + "loss": 0.0155, + "step": 29060 + }, + { + "grad_norm": 0.24295176565647125, + "learning_rate": 1.9064783809651433e-05, + "loss": 0.0237, + "step": 29070 + }, + { + "grad_norm": 0.2827194333076477, + "learning_rate": 1.9032319248899333e-05, + "loss": 0.0209, + "step": 29080 + }, + { + "grad_norm": 0.23106366395950317, + "learning_rate": 1.8999875854265015e-05, + "loss": 0.023, + "step": 29090 + }, + { + "grad_norm": 0.18282073736190796, + "learning_rate": 1.8967453647923232e-05, + "loss": 0.0186, + "step": 29100 + }, + { + "grad_norm": 0.21763937175273895, + "learning_rate": 1.893505265203427e-05, + "loss": 0.0201, + "step": 29110 + }, + { + "grad_norm": 0.15392130613327026, + "learning_rate": 1.8902672888743907e-05, + "loss": 0.0185, + "step": 29120 + }, + { + "grad_norm": 0.19832617044448853, + "learning_rate": 1.8870314380183396e-05, + "loss": 0.0253, + "step": 29130 + }, + { + "grad_norm": 0.19599975645542145, + "learning_rate": 1.8837977148469448e-05, + "loss": 0.0281, + "step": 29140 + }, + { + "grad_norm": 0.15336479246616364, + "learning_rate": 1.880566121570429e-05, + "loss": 0.0179, + "step": 29150 + }, + { + "grad_norm": 0.14118479192256927, + "learning_rate": 1.877336660397554e-05, + "loss": 0.0196, + "step": 29160 + }, + { + "grad_norm": 0.10903636366128922, + "learning_rate": 1.874109333535628e-05, + "loss": 0.0209, + "step": 29170 + }, + { + "grad_norm": 0.3225778043270111, + "learning_rate": 1.870884143190496e-05, + "loss": 0.0252, + "step": 29180 + }, + { + "grad_norm": 0.23347832262516022, + "learning_rate": 1.867661091566546e-05, + "loss": 0.0208, + "step": 29190 + }, + { + "grad_norm": 0.2728506922721863, + "learning_rate": 1.864440180866704e-05, + "loss": 0.0231, + "step": 29200 + }, + { + "grad_norm": 0.21644391119480133, + "learning_rate": 1.8612214132924317e-05, + "loss": 0.0222, + "step": 29210 + }, + { + "grad_norm": 0.20706196129322052, + "learning_rate": 1.858004791043728e-05, + "loss": 0.0215, + "step": 29220 + }, + { + "grad_norm": 0.21541473269462585, + "learning_rate": 1.854790316319123e-05, + "loss": 0.0247, + "step": 29230 + }, + { + "grad_norm": 0.1889801025390625, + "learning_rate": 1.8515779913156766e-05, + "loss": 0.0195, + "step": 29240 + }, + { + "grad_norm": 0.24584798514842987, + "learning_rate": 1.848367818228986e-05, + "loss": 0.0224, + "step": 29250 + }, + { + "grad_norm": 0.19862394034862518, + "learning_rate": 1.8451597992531733e-05, + "loss": 0.0232, + "step": 29260 + }, + { + "grad_norm": 0.2301822006702423, + "learning_rate": 1.8419539365808914e-05, + "loss": 0.0262, + "step": 29270 + }, + { + "grad_norm": 0.2645236849784851, + "learning_rate": 1.838750232403313e-05, + "loss": 0.0196, + "step": 29280 + }, + { + "grad_norm": 0.2196091264486313, + "learning_rate": 1.835548688910142e-05, + "loss": 0.0259, + "step": 29290 + }, + { + "grad_norm": 0.2164822667837143, + "learning_rate": 1.8323493082896037e-05, + "loss": 0.0234, + "step": 29300 + }, + { + "grad_norm": 0.269991010427475, + "learning_rate": 1.8291520927284454e-05, + "loss": 0.025, + "step": 29310 + }, + { + "grad_norm": 0.24460753798484802, + "learning_rate": 1.8259570444119305e-05, + "loss": 0.0296, + "step": 29320 + }, + { + "grad_norm": 0.174363911151886, + "learning_rate": 1.8227641655238488e-05, + "loss": 0.0285, + "step": 29330 + }, + { + "grad_norm": 0.21698248386383057, + "learning_rate": 1.819573458246498e-05, + "loss": 0.0197, + "step": 29340 + }, + { + "grad_norm": 0.22965876758098602, + "learning_rate": 1.816384924760699e-05, + "loss": 0.0266, + "step": 29350 + }, + { + "grad_norm": 0.16898126900196075, + "learning_rate": 1.813198567245784e-05, + "loss": 0.0211, + "step": 29360 + }, + { + "grad_norm": 0.20149493217468262, + "learning_rate": 1.8100143878796006e-05, + "loss": 0.0236, + "step": 29370 + }, + { + "grad_norm": 0.25547805428504944, + "learning_rate": 1.8068323888385015e-05, + "loss": 0.023, + "step": 29380 + }, + { + "grad_norm": 0.24494872987270355, + "learning_rate": 1.803652572297355e-05, + "loss": 0.0262, + "step": 29390 + }, + { + "grad_norm": 0.219774067401886, + "learning_rate": 1.8004749404295353e-05, + "loss": 0.0343, + "step": 29400 + }, + { + "grad_norm": 0.2749796509742737, + "learning_rate": 1.797299495406926e-05, + "loss": 0.0246, + "step": 29410 + }, + { + "grad_norm": 0.21594993770122528, + "learning_rate": 1.7941262393999103e-05, + "loss": 0.0239, + "step": 29420 + }, + { + "grad_norm": 0.19776815176010132, + "learning_rate": 1.7909551745773816e-05, + "loss": 0.0199, + "step": 29430 + }, + { + "grad_norm": 0.1601233035326004, + "learning_rate": 1.7877863031067304e-05, + "loss": 0.0214, + "step": 29440 + }, + { + "grad_norm": 0.22847484052181244, + "learning_rate": 1.7846196271538516e-05, + "loss": 0.0201, + "step": 29450 + }, + { + "grad_norm": 0.2800455689430237, + "learning_rate": 1.7814551488831384e-05, + "loss": 0.0301, + "step": 29460 + }, + { + "grad_norm": 0.26056256890296936, + "learning_rate": 1.7782928704574835e-05, + "loss": 0.0235, + "step": 29470 + }, + { + "grad_norm": 0.2243109792470932, + "learning_rate": 1.775132794038271e-05, + "loss": 0.0206, + "step": 29480 + }, + { + "grad_norm": 0.2409353107213974, + "learning_rate": 1.7719749217853855e-05, + "loss": 0.0206, + "step": 29490 + }, + { + "grad_norm": 0.1964879035949707, + "learning_rate": 1.7688192558572038e-05, + "loss": 0.0239, + "step": 29500 + }, + { + "grad_norm": 0.20537035167217255, + "learning_rate": 1.7656657984105906e-05, + "loss": 0.0262, + "step": 29510 + }, + { + "grad_norm": 0.21052704751491547, + "learning_rate": 1.7625145516009068e-05, + "loss": 0.025, + "step": 29520 + }, + { + "grad_norm": 0.21623995900154114, + "learning_rate": 1.7593655175820005e-05, + "loss": 0.0244, + "step": 29530 + }, + { + "grad_norm": 0.21512627601623535, + "learning_rate": 1.7562186985062046e-05, + "loss": 0.0203, + "step": 29540 + }, + { + "grad_norm": 0.24429556727409363, + "learning_rate": 1.7530740965243403e-05, + "loss": 0.025, + "step": 29550 + }, + { + "grad_norm": 0.1701997071504593, + "learning_rate": 1.7499317137857153e-05, + "loss": 0.0265, + "step": 29560 + }, + { + "grad_norm": 0.1964305192232132, + "learning_rate": 1.7467915524381184e-05, + "loss": 0.0248, + "step": 29570 + }, + { + "grad_norm": 0.1749826967716217, + "learning_rate": 1.7436536146278182e-05, + "loss": 0.0172, + "step": 29580 + }, + { + "grad_norm": 0.20560993254184723, + "learning_rate": 1.7405179024995688e-05, + "loss": 0.0275, + "step": 29590 + }, + { + "grad_norm": 0.2894938886165619, + "learning_rate": 1.737384418196596e-05, + "loss": 0.0237, + "step": 29600 + }, + { + "grad_norm": 0.26317596435546875, + "learning_rate": 1.734253163860609e-05, + "loss": 0.0336, + "step": 29610 + }, + { + "grad_norm": 0.17461629211902618, + "learning_rate": 1.7311241416317896e-05, + "loss": 0.0247, + "step": 29620 + }, + { + "grad_norm": 0.19818338751792908, + "learning_rate": 1.7279973536487982e-05, + "loss": 0.0249, + "step": 29630 + }, + { + "grad_norm": 0.25191324949264526, + "learning_rate": 1.724872802048761e-05, + "loss": 0.023, + "step": 29640 + }, + { + "grad_norm": 0.168400377035141, + "learning_rate": 1.7217504889672803e-05, + "loss": 0.0252, + "step": 29650 + }, + { + "grad_norm": 0.23271280527114868, + "learning_rate": 1.7186304165384287e-05, + "loss": 0.0235, + "step": 29660 + }, + { + "grad_norm": 0.28356224298477173, + "learning_rate": 1.7155125868947475e-05, + "loss": 0.0259, + "step": 29670 + }, + { + "grad_norm": 0.139199361205101, + "learning_rate": 1.7123970021672404e-05, + "loss": 0.023, + "step": 29680 + }, + { + "grad_norm": 0.20445986092090607, + "learning_rate": 1.709283664485384e-05, + "loss": 0.0248, + "step": 29690 + }, + { + "grad_norm": 0.2682875692844391, + "learning_rate": 1.7061725759771113e-05, + "loss": 0.0264, + "step": 29700 + }, + { + "grad_norm": 0.2632535398006439, + "learning_rate": 1.7030637387688248e-05, + "loss": 0.0237, + "step": 29710 + }, + { + "grad_norm": 0.2955482006072998, + "learning_rate": 1.6999571549853836e-05, + "loss": 0.0377, + "step": 29720 + }, + { + "grad_norm": 0.36664068698883057, + "learning_rate": 1.696852826750112e-05, + "loss": 0.0236, + "step": 29730 + }, + { + "grad_norm": 0.30294719338417053, + "learning_rate": 1.6937507561847844e-05, + "loss": 0.0245, + "step": 29740 + }, + { + "grad_norm": 0.2642783224582672, + "learning_rate": 1.6906509454096385e-05, + "loss": 0.0255, + "step": 29750 + }, + { + "grad_norm": 0.16745109856128693, + "learning_rate": 1.687553396543367e-05, + "loss": 0.0327, + "step": 29760 + }, + { + "grad_norm": 0.17804603278636932, + "learning_rate": 1.6844581117031154e-05, + "loss": 0.0243, + "step": 29770 + }, + { + "grad_norm": 0.20402637124061584, + "learning_rate": 1.681365093004481e-05, + "loss": 0.0261, + "step": 29780 + }, + { + "grad_norm": 0.25927090644836426, + "learning_rate": 1.678274342561511e-05, + "loss": 0.0255, + "step": 29790 + }, + { + "grad_norm": 0.24141062796115875, + "learning_rate": 1.675185862486706e-05, + "loss": 0.0252, + "step": 29800 + }, + { + "grad_norm": 0.12546707689762115, + "learning_rate": 1.6720996548910127e-05, + "loss": 0.0165, + "step": 29810 + }, + { + "grad_norm": 0.24744965136051178, + "learning_rate": 1.6690157218838247e-05, + "loss": 0.0166, + "step": 29820 + }, + { + "grad_norm": 0.22699178755283356, + "learning_rate": 1.665934065572984e-05, + "loss": 0.0252, + "step": 29830 + }, + { + "grad_norm": 0.20043717324733734, + "learning_rate": 1.6628546880647688e-05, + "loss": 0.0338, + "step": 29840 + }, + { + "grad_norm": 0.21951857209205627, + "learning_rate": 1.6597775914639076e-05, + "loss": 0.0267, + "step": 29850 + }, + { + "grad_norm": 0.16549940407276154, + "learning_rate": 1.6567027778735654e-05, + "loss": 0.0319, + "step": 29860 + }, + { + "grad_norm": 0.17044319212436676, + "learning_rate": 1.653630249395351e-05, + "loss": 0.0179, + "step": 29870 + }, + { + "grad_norm": 0.19878898561000824, + "learning_rate": 1.6505600081293072e-05, + "loss": 0.0353, + "step": 29880 + }, + { + "grad_norm": 0.1791190654039383, + "learning_rate": 1.647492056173912e-05, + "loss": 0.024, + "step": 29890 + }, + { + "grad_norm": 0.21476128697395325, + "learning_rate": 1.644426395626085e-05, + "loss": 0.022, + "step": 29900 + }, + { + "grad_norm": 0.19553504884243011, + "learning_rate": 1.641363028581175e-05, + "loss": 0.0202, + "step": 29910 + }, + { + "grad_norm": 0.2530207931995392, + "learning_rate": 1.638301957132965e-05, + "loss": 0.0228, + "step": 29920 + }, + { + "grad_norm": 0.17739367485046387, + "learning_rate": 1.6352431833736703e-05, + "loss": 0.022, + "step": 29930 + }, + { + "grad_norm": 0.22431066632270813, + "learning_rate": 1.6321867093939298e-05, + "loss": 0.0218, + "step": 29940 + }, + { + "grad_norm": 0.3143058121204376, + "learning_rate": 1.629132537282817e-05, + "loss": 0.0318, + "step": 29950 + }, + { + "grad_norm": 0.21033841371536255, + "learning_rate": 1.62608066912783e-05, + "loss": 0.0191, + "step": 29960 + }, + { + "grad_norm": 0.19939705729484558, + "learning_rate": 1.623031107014893e-05, + "loss": 0.0214, + "step": 29970 + }, + { + "grad_norm": 0.14687399566173553, + "learning_rate": 1.619983853028351e-05, + "loss": 0.0234, + "step": 29980 + }, + { + "grad_norm": 0.22717976570129395, + "learning_rate": 1.6169389092509724e-05, + "loss": 0.0288, + "step": 29990 + }, + { + "grad_norm": 0.20707562565803528, + "learning_rate": 1.6138962777639494e-05, + "loss": 0.0264, + "step": 30000 + }, + { + "grad_norm": 0.1683725118637085, + "learning_rate": 1.610855960646891e-05, + "loss": 0.0213, + "step": 30010 + }, + { + "grad_norm": 0.28670063614845276, + "learning_rate": 1.607817959977826e-05, + "loss": 0.0264, + "step": 30020 + }, + { + "grad_norm": 0.22205473482608795, + "learning_rate": 1.6047822778332005e-05, + "loss": 0.018, + "step": 30030 + }, + { + "grad_norm": 0.2098514288663864, + "learning_rate": 1.6017489162878713e-05, + "loss": 0.0217, + "step": 30040 + }, + { + "grad_norm": 0.27090367674827576, + "learning_rate": 1.5987178774151147e-05, + "loss": 0.0218, + "step": 30050 + }, + { + "grad_norm": 0.2234438806772232, + "learning_rate": 1.5956891632866184e-05, + "loss": 0.0206, + "step": 30060 + }, + { + "grad_norm": 0.2045951932668686, + "learning_rate": 1.592662775972476e-05, + "loss": 0.0219, + "step": 30070 + }, + { + "grad_norm": 0.18566125631332397, + "learning_rate": 1.5896387175411986e-05, + "loss": 0.0214, + "step": 30080 + }, + { + "grad_norm": 0.24477149546146393, + "learning_rate": 1.586616990059699e-05, + "loss": 0.0232, + "step": 30090 + }, + { + "grad_norm": 0.29714110493659973, + "learning_rate": 1.5835975955933002e-05, + "loss": 0.0172, + "step": 30100 + }, + { + "grad_norm": 0.19856378436088562, + "learning_rate": 1.5805805362057295e-05, + "loss": 0.0277, + "step": 30110 + }, + { + "grad_norm": 0.17398667335510254, + "learning_rate": 1.57756581395912e-05, + "loss": 0.0232, + "step": 30120 + }, + { + "grad_norm": 0.3184128701686859, + "learning_rate": 1.574553430914006e-05, + "loss": 0.0252, + "step": 30130 + }, + { + "grad_norm": 0.22671851515769958, + "learning_rate": 1.5715433891293206e-05, + "loss": 0.0173, + "step": 30140 + }, + { + "grad_norm": 0.25035789608955383, + "learning_rate": 1.5685356906624016e-05, + "loss": 0.0195, + "step": 30150 + }, + { + "grad_norm": 0.1261228770017624, + "learning_rate": 1.56553033756898e-05, + "loss": 0.0261, + "step": 30160 + }, + { + "grad_norm": 0.20117448270320892, + "learning_rate": 1.5625273319031873e-05, + "loss": 0.0185, + "step": 30170 + }, + { + "grad_norm": 0.19723139703273773, + "learning_rate": 1.5595266757175518e-05, + "loss": 0.0211, + "step": 30180 + }, + { + "grad_norm": 0.15807992219924927, + "learning_rate": 1.55652837106299e-05, + "loss": 0.0184, + "step": 30190 + }, + { + "grad_norm": 0.1680668741464615, + "learning_rate": 1.5535324199888164e-05, + "loss": 0.0285, + "step": 30200 + }, + { + "grad_norm": 0.18749110400676727, + "learning_rate": 1.5505388245427355e-05, + "loss": 0.0239, + "step": 30210 + }, + { + "grad_norm": 0.15333211421966553, + "learning_rate": 1.5475475867708418e-05, + "loss": 0.0177, + "step": 30220 + }, + { + "grad_norm": 0.19128531217575073, + "learning_rate": 1.5445587087176195e-05, + "loss": 0.0272, + "step": 30230 + }, + { + "grad_norm": 0.2781364321708679, + "learning_rate": 1.5415721924259346e-05, + "loss": 0.0267, + "step": 30240 + }, + { + "grad_norm": 0.17514629662036896, + "learning_rate": 1.538588039937047e-05, + "loss": 0.0257, + "step": 30250 + }, + { + "grad_norm": 0.20954634249210358, + "learning_rate": 1.535606253290594e-05, + "loss": 0.0223, + "step": 30260 + }, + { + "grad_norm": 0.17135292291641235, + "learning_rate": 1.5326268345245993e-05, + "loss": 0.0182, + "step": 30270 + }, + { + "grad_norm": 0.14484751224517822, + "learning_rate": 1.5296497856754693e-05, + "loss": 0.02, + "step": 30280 + }, + { + "grad_norm": 0.18722400069236755, + "learning_rate": 1.5266751087779858e-05, + "loss": 0.0213, + "step": 30290 + }, + { + "grad_norm": 0.17685401439666748, + "learning_rate": 1.5237028058653142e-05, + "loss": 0.0226, + "step": 30300 + }, + { + "grad_norm": 0.24061334133148193, + "learning_rate": 1.5207328789689946e-05, + "loss": 0.0275, + "step": 30310 + }, + { + "grad_norm": 0.26095348596572876, + "learning_rate": 1.5177653301189454e-05, + "loss": 0.0271, + "step": 30320 + }, + { + "grad_norm": 0.23749446868896484, + "learning_rate": 1.5148001613434587e-05, + "loss": 0.0214, + "step": 30330 + }, + { + "grad_norm": 0.25959882140159607, + "learning_rate": 1.5118373746691983e-05, + "loss": 0.0213, + "step": 30340 + }, + { + "grad_norm": 0.1981901228427887, + "learning_rate": 1.5088769721211992e-05, + "loss": 0.0186, + "step": 30350 + }, + { + "grad_norm": 0.16059967875480652, + "learning_rate": 1.505918955722871e-05, + "loss": 0.0179, + "step": 30360 + }, + { + "grad_norm": 0.2785126566886902, + "learning_rate": 1.5029633274959886e-05, + "loss": 0.0248, + "step": 30370 + }, + { + "grad_norm": 0.21038712561130524, + "learning_rate": 1.5000100894606989e-05, + "loss": 0.016, + "step": 30380 + }, + { + "grad_norm": 0.19456930458545685, + "learning_rate": 1.4970592436355079e-05, + "loss": 0.0215, + "step": 30390 + }, + { + "grad_norm": 0.20821471512317657, + "learning_rate": 1.4941107920372938e-05, + "loss": 0.021, + "step": 30400 + }, + { + "grad_norm": 0.25145605206489563, + "learning_rate": 1.4911647366812947e-05, + "loss": 0.0252, + "step": 30410 + }, + { + "grad_norm": 0.20340344309806824, + "learning_rate": 1.4882210795811114e-05, + "loss": 0.0248, + "step": 30420 + }, + { + "grad_norm": 0.18204355239868164, + "learning_rate": 1.485279822748708e-05, + "loss": 0.0213, + "step": 30430 + }, + { + "grad_norm": 0.1975354105234146, + "learning_rate": 1.4823409681944034e-05, + "loss": 0.0225, + "step": 30440 + }, + { + "grad_norm": 0.2216932773590088, + "learning_rate": 1.4794045179268763e-05, + "loss": 0.028, + "step": 30450 + }, + { + "grad_norm": 0.16719958186149597, + "learning_rate": 1.4764704739531643e-05, + "loss": 0.0235, + "step": 30460 + }, + { + "grad_norm": 0.17212852835655212, + "learning_rate": 1.473538838278658e-05, + "loss": 0.0194, + "step": 30470 + }, + { + "grad_norm": 0.16397227346897125, + "learning_rate": 1.4706096129071045e-05, + "loss": 0.023, + "step": 30480 + }, + { + "grad_norm": 0.18987144529819489, + "learning_rate": 1.4676827998405996e-05, + "loss": 0.0182, + "step": 30490 + }, + { + "grad_norm": 0.14736345410346985, + "learning_rate": 1.4647584010795928e-05, + "loss": 0.0225, + "step": 30500 + }, + { + "grad_norm": 0.14833536744117737, + "learning_rate": 1.4618364186228834e-05, + "loss": 0.0227, + "step": 30510 + }, + { + "grad_norm": 0.17151792347431183, + "learning_rate": 1.4589168544676207e-05, + "loss": 0.0228, + "step": 30520 + }, + { + "grad_norm": 0.18138478696346283, + "learning_rate": 1.455999710609296e-05, + "loss": 0.0262, + "step": 30530 + }, + { + "grad_norm": 0.34843674302101135, + "learning_rate": 1.453084989041753e-05, + "loss": 0.0285, + "step": 30540 + }, + { + "grad_norm": 0.22775699198246002, + "learning_rate": 1.4501726917571728e-05, + "loss": 0.0236, + "step": 30550 + }, + { + "grad_norm": 0.19418784976005554, + "learning_rate": 1.4472628207460848e-05, + "loss": 0.0324, + "step": 30560 + }, + { + "grad_norm": 0.3129332959651947, + "learning_rate": 1.4443553779973584e-05, + "loss": 0.0275, + "step": 30570 + }, + { + "grad_norm": 0.2380344271659851, + "learning_rate": 1.4414503654982037e-05, + "loss": 0.0235, + "step": 30580 + }, + { + "grad_norm": 0.1562032848596573, + "learning_rate": 1.4385477852341706e-05, + "loss": 0.0287, + "step": 30590 + }, + { + "grad_norm": 0.22150801122188568, + "learning_rate": 1.4356476391891421e-05, + "loss": 0.023, + "step": 30600 + }, + { + "grad_norm": 0.29658257961273193, + "learning_rate": 1.4327499293453423e-05, + "loss": 0.021, + "step": 30610 + }, + { + "grad_norm": 0.27526071667671204, + "learning_rate": 1.4298546576833304e-05, + "loss": 0.019, + "step": 30620 + }, + { + "grad_norm": 0.23660744726657867, + "learning_rate": 1.426961826181994e-05, + "loss": 0.018, + "step": 30630 + }, + { + "grad_norm": 0.19201624393463135, + "learning_rate": 1.4240714368185592e-05, + "loss": 0.0208, + "step": 30640 + }, + { + "grad_norm": 0.24143476784229279, + "learning_rate": 1.4211834915685767e-05, + "loss": 0.0179, + "step": 30650 + }, + { + "grad_norm": 0.48095810413360596, + "learning_rate": 1.4182979924059313e-05, + "loss": 0.0315, + "step": 30660 + }, + { + "grad_norm": 0.18688440322875977, + "learning_rate": 1.415414941302835e-05, + "loss": 0.0206, + "step": 30670 + }, + { + "grad_norm": 0.15319418907165527, + "learning_rate": 1.4125343402298257e-05, + "loss": 0.0198, + "step": 30680 + }, + { + "grad_norm": 0.25701451301574707, + "learning_rate": 1.4096561911557688e-05, + "loss": 0.028, + "step": 30690 + }, + { + "grad_norm": 0.21082252264022827, + "learning_rate": 1.4067804960478481e-05, + "loss": 0.0174, + "step": 30700 + }, + { + "grad_norm": 0.22706444561481476, + "learning_rate": 1.4039072568715784e-05, + "loss": 0.021, + "step": 30710 + }, + { + "grad_norm": 0.1743030548095703, + "learning_rate": 1.401036475590788e-05, + "loss": 0.0248, + "step": 30720 + }, + { + "grad_norm": 0.20950719714164734, + "learning_rate": 1.3981681541676301e-05, + "loss": 0.0234, + "step": 30730 + }, + { + "grad_norm": 0.230027437210083, + "learning_rate": 1.3953022945625772e-05, + "loss": 0.0244, + "step": 30740 + }, + { + "grad_norm": 0.2184930443763733, + "learning_rate": 1.3924388987344138e-05, + "loss": 0.0201, + "step": 30750 + }, + { + "grad_norm": 0.18762511014938354, + "learning_rate": 1.3895779686402465e-05, + "loss": 0.0227, + "step": 30760 + }, + { + "grad_norm": 0.18732008337974548, + "learning_rate": 1.3867195062354931e-05, + "loss": 0.0203, + "step": 30770 + }, + { + "grad_norm": 0.2721611261367798, + "learning_rate": 1.3838635134738858e-05, + "loss": 0.0244, + "step": 30780 + }, + { + "grad_norm": 0.22720752656459808, + "learning_rate": 1.3810099923074704e-05, + "loss": 0.0238, + "step": 30790 + }, + { + "grad_norm": 0.2804737985134125, + "learning_rate": 1.3781589446866006e-05, + "loss": 0.0259, + "step": 30800 + }, + { + "grad_norm": 0.25342652201652527, + "learning_rate": 1.3753103725599387e-05, + "loss": 0.0205, + "step": 30810 + }, + { + "grad_norm": 0.21348455548286438, + "learning_rate": 1.3724642778744579e-05, + "loss": 0.0209, + "step": 30820 + }, + { + "grad_norm": 0.19011031091213226, + "learning_rate": 1.3696206625754376e-05, + "loss": 0.0268, + "step": 30830 + }, + { + "grad_norm": 0.30403149127960205, + "learning_rate": 1.3667795286064639e-05, + "loss": 0.0268, + "step": 30840 + }, + { + "grad_norm": 0.27340367436408997, + "learning_rate": 1.3639408779094215e-05, + "loss": 0.0234, + "step": 30850 + }, + { + "grad_norm": 0.24750098586082458, + "learning_rate": 1.361104712424503e-05, + "loss": 0.0183, + "step": 30860 + }, + { + "grad_norm": 0.21573838591575623, + "learning_rate": 1.358271034090201e-05, + "loss": 0.021, + "step": 30870 + }, + { + "grad_norm": 0.29670849442481995, + "learning_rate": 1.3554398448433076e-05, + "loss": 0.0197, + "step": 30880 + }, + { + "grad_norm": 0.24095451831817627, + "learning_rate": 1.3526111466189156e-05, + "loss": 0.0231, + "step": 30890 + }, + { + "grad_norm": 0.144263356924057, + "learning_rate": 1.3497849413504121e-05, + "loss": 0.0271, + "step": 30900 + }, + { + "grad_norm": 0.162476047873497, + "learning_rate": 1.3469612309694802e-05, + "loss": 0.0211, + "step": 30910 + }, + { + "grad_norm": 0.18933214247226715, + "learning_rate": 1.3441400174061008e-05, + "loss": 0.0224, + "step": 30920 + }, + { + "grad_norm": 0.27181968092918396, + "learning_rate": 1.3413213025885469e-05, + "loss": 0.0268, + "step": 30930 + }, + { + "grad_norm": 0.2599114179611206, + "learning_rate": 1.3385050884433853e-05, + "loss": 0.0199, + "step": 30940 + }, + { + "grad_norm": 0.16481554508209229, + "learning_rate": 1.3356913768954676e-05, + "loss": 0.0248, + "step": 30950 + }, + { + "grad_norm": 0.2071666419506073, + "learning_rate": 1.3328801698679415e-05, + "loss": 0.0185, + "step": 30960 + }, + { + "grad_norm": 0.24561326205730438, + "learning_rate": 1.3300714692822413e-05, + "loss": 0.0215, + "step": 30970 + }, + { + "grad_norm": 0.2256091833114624, + "learning_rate": 1.3272652770580857e-05, + "loss": 0.0217, + "step": 30980 + }, + { + "grad_norm": 0.2031281292438507, + "learning_rate": 1.3244615951134831e-05, + "loss": 0.0275, + "step": 30990 + }, + { + "grad_norm": 0.2186877727508545, + "learning_rate": 1.3216604253647219e-05, + "loss": 0.0169, + "step": 31000 + }, + { + "grad_norm": 0.16994048655033112, + "learning_rate": 1.3188617697263738e-05, + "loss": 0.0234, + "step": 31010 + }, + { + "grad_norm": 0.2537146806716919, + "learning_rate": 1.3160656301112956e-05, + "loss": 0.0337, + "step": 31020 + }, + { + "grad_norm": 0.12109644711017609, + "learning_rate": 1.3132720084306211e-05, + "loss": 0.0161, + "step": 31030 + }, + { + "grad_norm": 0.14805446565151215, + "learning_rate": 1.3104809065937668e-05, + "loss": 0.0176, + "step": 31040 + }, + { + "grad_norm": 0.21897929906845093, + "learning_rate": 1.3076923265084212e-05, + "loss": 0.0245, + "step": 31050 + }, + { + "grad_norm": 0.17516322433948517, + "learning_rate": 1.3049062700805543e-05, + "loss": 0.0197, + "step": 31060 + }, + { + "grad_norm": 0.22216694056987762, + "learning_rate": 1.3021227392144092e-05, + "loss": 0.0201, + "step": 31070 + }, + { + "grad_norm": 0.23122093081474304, + "learning_rate": 1.2993417358125037e-05, + "loss": 0.0233, + "step": 31080 + }, + { + "grad_norm": 0.19588357210159302, + "learning_rate": 1.2965632617756257e-05, + "loss": 0.0192, + "step": 31090 + }, + { + "grad_norm": 0.22489342093467712, + "learning_rate": 1.2937873190028387e-05, + "loss": 0.0208, + "step": 31100 + }, + { + "grad_norm": 0.19599732756614685, + "learning_rate": 1.2910139093914697e-05, + "loss": 0.0209, + "step": 31110 + }, + { + "grad_norm": 0.24578063189983368, + "learning_rate": 1.2882430348371205e-05, + "loss": 0.027, + "step": 31120 + }, + { + "grad_norm": 0.25064268708229065, + "learning_rate": 1.2854746972336567e-05, + "loss": 0.019, + "step": 31130 + }, + { + "grad_norm": 0.25678786635398865, + "learning_rate": 1.2827088984732132e-05, + "loss": 0.0203, + "step": 31140 + }, + { + "grad_norm": 0.22199144959449768, + "learning_rate": 1.279945640446184e-05, + "loss": 0.0199, + "step": 31150 + }, + { + "grad_norm": 0.12155112624168396, + "learning_rate": 1.2771849250412315e-05, + "loss": 0.0222, + "step": 31160 + }, + { + "grad_norm": 0.23173801600933075, + "learning_rate": 1.2744267541452792e-05, + "loss": 0.0237, + "step": 31170 + }, + { + "grad_norm": 0.12671299278736115, + "learning_rate": 1.2716711296435112e-05, + "loss": 0.0292, + "step": 31180 + }, + { + "grad_norm": 0.1610056757926941, + "learning_rate": 1.268918053419369e-05, + "loss": 0.0191, + "step": 31190 + }, + { + "grad_norm": 0.28309106826782227, + "learning_rate": 1.2661675273545564e-05, + "loss": 0.0236, + "step": 31200 + }, + { + "grad_norm": 0.21352671086788177, + "learning_rate": 1.26341955332903e-05, + "loss": 0.0369, + "step": 31210 + }, + { + "grad_norm": 0.20840489864349365, + "learning_rate": 1.2606741332210048e-05, + "loss": 0.0271, + "step": 31220 + }, + { + "grad_norm": 0.25484153628349304, + "learning_rate": 1.2579312689069495e-05, + "loss": 0.0173, + "step": 31230 + }, + { + "grad_norm": 0.18352386355400085, + "learning_rate": 1.2551909622615881e-05, + "loss": 0.0166, + "step": 31240 + }, + { + "grad_norm": 0.21911200881004333, + "learning_rate": 1.252453215157891e-05, + "loss": 0.0209, + "step": 31250 + }, + { + "grad_norm": 0.16878360509872437, + "learning_rate": 1.2497180294670841e-05, + "loss": 0.0192, + "step": 31260 + }, + { + "grad_norm": 0.18008966743946075, + "learning_rate": 1.2469854070586423e-05, + "loss": 0.0207, + "step": 31270 + }, + { + "grad_norm": 0.25472691655158997, + "learning_rate": 1.2442553498002845e-05, + "loss": 0.0232, + "step": 31280 + }, + { + "grad_norm": 0.18190671503543854, + "learning_rate": 1.241527859557981e-05, + "loss": 0.0204, + "step": 31290 + }, + { + "grad_norm": 0.21808895468711853, + "learning_rate": 1.238802938195946e-05, + "loss": 0.0249, + "step": 31300 + }, + { + "grad_norm": 0.18382416665554047, + "learning_rate": 1.2360805875766357e-05, + "loss": 0.0183, + "step": 31310 + }, + { + "grad_norm": 0.14296506345272064, + "learning_rate": 1.2333608095607524e-05, + "loss": 0.0196, + "step": 31320 + }, + { + "grad_norm": 0.2535019516944885, + "learning_rate": 1.230643606007238e-05, + "loss": 0.0211, + "step": 31330 + }, + { + "grad_norm": 0.23067183792591095, + "learning_rate": 1.2279289787732778e-05, + "loss": 0.022, + "step": 31340 + }, + { + "grad_norm": 0.19423054158687592, + "learning_rate": 1.2252169297142906e-05, + "loss": 0.0185, + "step": 31350 + }, + { + "grad_norm": 0.1854654997587204, + "learning_rate": 1.2225074606839392e-05, + "loss": 0.0267, + "step": 31360 + }, + { + "grad_norm": 0.1624438613653183, + "learning_rate": 1.2198005735341173e-05, + "loss": 0.0167, + "step": 31370 + }, + { + "grad_norm": 0.2380431443452835, + "learning_rate": 1.2170962701149584e-05, + "loss": 0.0195, + "step": 31380 + }, + { + "grad_norm": 0.18631580471992493, + "learning_rate": 1.2143945522748285e-05, + "loss": 0.0198, + "step": 31390 + }, + { + "grad_norm": 0.1794106513261795, + "learning_rate": 1.2116954218603266e-05, + "loss": 0.023, + "step": 31400 + }, + { + "grad_norm": 0.14090289175510406, + "learning_rate": 1.2089988807162817e-05, + "loss": 0.0163, + "step": 31410 + }, + { + "grad_norm": 0.1974261850118637, + "learning_rate": 1.2063049306857543e-05, + "loss": 0.0193, + "step": 31420 + }, + { + "grad_norm": 0.12150940299034119, + "learning_rate": 1.2036135736100346e-05, + "loss": 0.0227, + "step": 31430 + }, + { + "grad_norm": 0.2709863781929016, + "learning_rate": 1.200924811328641e-05, + "loss": 0.0225, + "step": 31440 + }, + { + "grad_norm": 0.1865716129541397, + "learning_rate": 1.1982386456793143e-05, + "loss": 0.0249, + "step": 31450 + }, + { + "grad_norm": 0.24665714800357819, + "learning_rate": 1.1955550784980257e-05, + "loss": 0.0191, + "step": 31460 + }, + { + "grad_norm": 0.15658648312091827, + "learning_rate": 1.1928741116189663e-05, + "loss": 0.0166, + "step": 31470 + }, + { + "grad_norm": 0.21039573848247528, + "learning_rate": 1.1901957468745529e-05, + "loss": 0.0176, + "step": 31480 + }, + { + "grad_norm": 0.2745727598667145, + "learning_rate": 1.1875199860954217e-05, + "loss": 0.0239, + "step": 31490 + }, + { + "grad_norm": 0.21653743088245392, + "learning_rate": 1.1848468311104316e-05, + "loss": 0.0229, + "step": 31500 + }, + { + "grad_norm": 0.23153750598430634, + "learning_rate": 1.1821762837466566e-05, + "loss": 0.0262, + "step": 31510 + }, + { + "grad_norm": 0.18551741540431976, + "learning_rate": 1.179508345829392e-05, + "loss": 0.0228, + "step": 31520 + }, + { + "grad_norm": 0.21286806464195251, + "learning_rate": 1.1768430191821478e-05, + "loss": 0.0279, + "step": 31530 + }, + { + "grad_norm": 0.19023554027080536, + "learning_rate": 1.174180305626651e-05, + "loss": 0.0184, + "step": 31540 + }, + { + "grad_norm": 0.12871776521205902, + "learning_rate": 1.1715202069828401e-05, + "loss": 0.019, + "step": 31550 + }, + { + "grad_norm": 0.17932187020778656, + "learning_rate": 1.1688627250688661e-05, + "loss": 0.0147, + "step": 31560 + }, + { + "grad_norm": 0.20784501731395721, + "learning_rate": 1.1662078617010935e-05, + "loss": 0.0219, + "step": 31570 + }, + { + "grad_norm": 0.1786888986825943, + "learning_rate": 1.1635556186940972e-05, + "loss": 0.0293, + "step": 31580 + }, + { + "grad_norm": 0.2209557443857193, + "learning_rate": 1.1609059978606602e-05, + "loss": 0.0213, + "step": 31590 + }, + { + "grad_norm": 0.19781169295310974, + "learning_rate": 1.1582590010117745e-05, + "loss": 0.0177, + "step": 31600 + }, + { + "grad_norm": 0.22081956267356873, + "learning_rate": 1.1556146299566345e-05, + "loss": 0.0254, + "step": 31610 + }, + { + "grad_norm": 0.1700000911951065, + "learning_rate": 1.1529728865026452e-05, + "loss": 0.0243, + "step": 31620 + }, + { + "grad_norm": 0.18216757476329803, + "learning_rate": 1.150333772455412e-05, + "loss": 0.0241, + "step": 31630 + }, + { + "grad_norm": 0.24161961674690247, + "learning_rate": 1.1476972896187466e-05, + "loss": 0.0285, + "step": 31640 + }, + { + "grad_norm": 0.24425560235977173, + "learning_rate": 1.1450634397946592e-05, + "loss": 0.0269, + "step": 31650 + }, + { + "grad_norm": 0.11074832826852798, + "learning_rate": 1.142432224783359e-05, + "loss": 0.019, + "step": 31660 + }, + { + "grad_norm": 0.28630080819129944, + "learning_rate": 1.1398036463832584e-05, + "loss": 0.0237, + "step": 31670 + }, + { + "grad_norm": 0.21530021727085114, + "learning_rate": 1.1371777063909661e-05, + "loss": 0.0215, + "step": 31680 + }, + { + "grad_norm": 0.18136145174503326, + "learning_rate": 1.1345544066012874e-05, + "loss": 0.0182, + "step": 31690 + }, + { + "grad_norm": 0.20840726792812347, + "learning_rate": 1.131933748807224e-05, + "loss": 0.0212, + "step": 31700 + }, + { + "grad_norm": 0.23755107820034027, + "learning_rate": 1.1293157347999683e-05, + "loss": 0.0269, + "step": 31710 + }, + { + "grad_norm": 0.21858322620391846, + "learning_rate": 1.1267003663689097e-05, + "loss": 0.0234, + "step": 31720 + }, + { + "grad_norm": 0.2159828394651413, + "learning_rate": 1.1240876453016275e-05, + "loss": 0.0184, + "step": 31730 + }, + { + "grad_norm": 0.14722171425819397, + "learning_rate": 1.1214775733838933e-05, + "loss": 0.0255, + "step": 31740 + }, + { + "grad_norm": 0.3045138120651245, + "learning_rate": 1.118870152399666e-05, + "loss": 0.0306, + "step": 31750 + }, + { + "grad_norm": 0.14403288066387177, + "learning_rate": 1.1162653841310905e-05, + "loss": 0.0162, + "step": 31760 + }, + { + "grad_norm": 0.18543566763401031, + "learning_rate": 1.1136632703585043e-05, + "loss": 0.0218, + "step": 31770 + }, + { + "grad_norm": 0.22690105438232422, + "learning_rate": 1.111063812860426e-05, + "loss": 0.019, + "step": 31780 + }, + { + "grad_norm": 0.21804925799369812, + "learning_rate": 1.1084670134135616e-05, + "loss": 0.0209, + "step": 31790 + }, + { + "grad_norm": 0.2557048201560974, + "learning_rate": 1.1058728737927998e-05, + "loss": 0.0178, + "step": 31800 + }, + { + "grad_norm": 0.2541141211986542, + "learning_rate": 1.1032813957712086e-05, + "loss": 0.0221, + "step": 31810 + }, + { + "grad_norm": 0.1916547268629074, + "learning_rate": 1.1006925811200385e-05, + "loss": 0.0207, + "step": 31820 + }, + { + "grad_norm": 0.17986808717250824, + "learning_rate": 1.0981064316087231e-05, + "loss": 0.0244, + "step": 31830 + }, + { + "grad_norm": 0.18157778680324554, + "learning_rate": 1.0955229490048675e-05, + "loss": 0.0232, + "step": 31840 + }, + { + "grad_norm": 0.19797106087207794, + "learning_rate": 1.0929421350742603e-05, + "loss": 0.0209, + "step": 31850 + }, + { + "grad_norm": 0.236995667219162, + "learning_rate": 1.090363991580861e-05, + "loss": 0.0244, + "step": 31860 + }, + { + "grad_norm": 0.230352520942688, + "learning_rate": 1.0877885202868083e-05, + "loss": 0.0175, + "step": 31870 + }, + { + "grad_norm": 0.22159914672374725, + "learning_rate": 1.0852157229524118e-05, + "loss": 0.0222, + "step": 31880 + }, + { + "grad_norm": 0.17055433988571167, + "learning_rate": 1.0826456013361542e-05, + "loss": 0.0231, + "step": 31890 + }, + { + "grad_norm": 0.25608155131340027, + "learning_rate": 1.080078157194691e-05, + "loss": 0.0339, + "step": 31900 + }, + { + "grad_norm": 0.18061384558677673, + "learning_rate": 1.077513392282844e-05, + "loss": 0.0189, + "step": 31910 + }, + { + "grad_norm": 0.23838350176811218, + "learning_rate": 1.0749513083536073e-05, + "loss": 0.0199, + "step": 31920 + }, + { + "grad_norm": 0.21815238893032074, + "learning_rate": 1.072391907158139e-05, + "loss": 0.0221, + "step": 31930 + }, + { + "grad_norm": 0.23416364192962646, + "learning_rate": 1.0698351904457676e-05, + "loss": 0.0187, + "step": 31940 + }, + { + "grad_norm": 0.20083104074001312, + "learning_rate": 1.0672811599639849e-05, + "loss": 0.0225, + "step": 31950 + }, + { + "grad_norm": 0.1951679289340973, + "learning_rate": 1.0647298174584453e-05, + "loss": 0.0213, + "step": 31960 + }, + { + "grad_norm": 0.1440427005290985, + "learning_rate": 1.0621811646729673e-05, + "loss": 0.0211, + "step": 31970 + }, + { + "grad_norm": 0.1479857861995697, + "learning_rate": 1.0596352033495328e-05, + "loss": 0.0197, + "step": 31980 + }, + { + "grad_norm": 0.20324024558067322, + "learning_rate": 1.057091935228281e-05, + "loss": 0.0222, + "step": 31990 + }, + { + "grad_norm": 0.12655194103717804, + "learning_rate": 1.0545513620475134e-05, + "loss": 0.0166, + "step": 32000 + }, + { + "grad_norm": 0.18068742752075195, + "learning_rate": 1.0520134855436863e-05, + "loss": 0.0258, + "step": 32010 + }, + { + "grad_norm": 0.2039184272289276, + "learning_rate": 1.049478307451413e-05, + "loss": 0.0176, + "step": 32020 + }, + { + "grad_norm": 0.16734762489795685, + "learning_rate": 1.0469458295034656e-05, + "loss": 0.0204, + "step": 32030 + }, + { + "grad_norm": 0.2457486391067505, + "learning_rate": 1.044416053430769e-05, + "loss": 0.0242, + "step": 32040 + }, + { + "grad_norm": 0.17736415565013885, + "learning_rate": 1.0418889809624021e-05, + "loss": 0.0279, + "step": 32050 + }, + { + "grad_norm": 0.23011037707328796, + "learning_rate": 1.0393646138255925e-05, + "loss": 0.028, + "step": 32060 + }, + { + "grad_norm": 0.1924675852060318, + "learning_rate": 1.036842953745723e-05, + "loss": 0.0242, + "step": 32070 + }, + { + "grad_norm": 0.2696100175380707, + "learning_rate": 1.034324002446324e-05, + "loss": 0.0219, + "step": 32080 + }, + { + "grad_norm": 0.22080105543136597, + "learning_rate": 1.0318077616490751e-05, + "loss": 0.0177, + "step": 32090 + }, + { + "grad_norm": 0.18348999321460724, + "learning_rate": 1.0292942330738054e-05, + "loss": 0.0203, + "step": 32100 + }, + { + "grad_norm": 0.21712306141853333, + "learning_rate": 1.026783418438485e-05, + "loss": 0.0231, + "step": 32110 + }, + { + "grad_norm": 0.17769855260849, + "learning_rate": 1.0242753194592319e-05, + "loss": 0.0234, + "step": 32120 + }, + { + "grad_norm": 0.1679978370666504, + "learning_rate": 1.0217699378503092e-05, + "loss": 0.0224, + "step": 32130 + }, + { + "grad_norm": 0.13719680905342102, + "learning_rate": 1.0192672753241218e-05, + "loss": 0.0183, + "step": 32140 + }, + { + "grad_norm": 0.2107744812965393, + "learning_rate": 1.0167673335912164e-05, + "loss": 0.0207, + "step": 32150 + }, + { + "grad_norm": 0.27270007133483887, + "learning_rate": 1.0142701143602779e-05, + "loss": 0.0337, + "step": 32160 + }, + { + "grad_norm": 0.1666632890701294, + "learning_rate": 1.0117756193381328e-05, + "loss": 0.0296, + "step": 32170 + }, + { + "grad_norm": 0.19049879908561707, + "learning_rate": 1.0092838502297453e-05, + "loss": 0.0158, + "step": 32180 + }, + { + "grad_norm": 0.24855561554431915, + "learning_rate": 1.0067948087382162e-05, + "loss": 0.0186, + "step": 32190 + }, + { + "grad_norm": 0.22358588874340057, + "learning_rate": 1.0043084965647826e-05, + "loss": 0.0188, + "step": 32200 + }, + { + "grad_norm": 0.1758909821510315, + "learning_rate": 1.001824915408815e-05, + "loss": 0.0216, + "step": 32210 + }, + { + "grad_norm": 0.15329061448574066, + "learning_rate": 9.99344066967815e-06, + "loss": 0.0185, + "step": 32220 + }, + { + "grad_norm": 0.14872780442237854, + "learning_rate": 9.968659529374219e-06, + "loss": 0.0189, + "step": 32230 + }, + { + "grad_norm": 0.1623453050851822, + "learning_rate": 9.943905750114025e-06, + "loss": 0.0182, + "step": 32240 + }, + { + "grad_norm": 0.21006350219249725, + "learning_rate": 9.919179348816559e-06, + "loss": 0.0246, + "step": 32250 + }, + { + "grad_norm": 0.22730842232704163, + "learning_rate": 9.894480342382056e-06, + "loss": 0.0232, + "step": 32260 + }, + { + "grad_norm": 0.16511979699134827, + "learning_rate": 9.869808747692061e-06, + "loss": 0.0197, + "step": 32270 + }, + { + "grad_norm": 0.15616363286972046, + "learning_rate": 9.84516458160939e-06, + "loss": 0.0185, + "step": 32280 + }, + { + "grad_norm": 0.19482798874378204, + "learning_rate": 9.820547860978097e-06, + "loss": 0.0241, + "step": 32290 + }, + { + "grad_norm": 0.19961799681186676, + "learning_rate": 9.795958602623461e-06, + "loss": 0.0164, + "step": 32300 + }, + { + "grad_norm": 0.2169729322195053, + "learning_rate": 9.77139682335203e-06, + "loss": 0.0236, + "step": 32310 + }, + { + "grad_norm": 0.17752984166145325, + "learning_rate": 9.74686253995153e-06, + "loss": 0.0242, + "step": 32320 + }, + { + "grad_norm": 0.19379456341266632, + "learning_rate": 9.722355769190911e-06, + "loss": 0.0221, + "step": 32330 + }, + { + "grad_norm": 0.24346865713596344, + "learning_rate": 9.697876527820333e-06, + "loss": 0.0206, + "step": 32340 + }, + { + "grad_norm": 0.17357800900936127, + "learning_rate": 9.673424832571132e-06, + "loss": 0.0165, + "step": 32350 + }, + { + "grad_norm": 0.15290439128875732, + "learning_rate": 9.649000700155791e-06, + "loss": 0.022, + "step": 32360 + }, + { + "grad_norm": 0.22190022468566895, + "learning_rate": 9.624604147267984e-06, + "loss": 0.0246, + "step": 32370 + }, + { + "grad_norm": 0.1865665465593338, + "learning_rate": 9.600235190582524e-06, + "loss": 0.0217, + "step": 32380 + }, + { + "grad_norm": 0.22759121656417847, + "learning_rate": 9.57589384675538e-06, + "loss": 0.0288, + "step": 32390 + }, + { + "grad_norm": 0.24489891529083252, + "learning_rate": 9.551580132423598e-06, + "loss": 0.0173, + "step": 32400 + }, + { + "grad_norm": 0.23066067695617676, + "learning_rate": 9.527294064205405e-06, + "loss": 0.0439, + "step": 32410 + }, + { + "grad_norm": 0.21143463253974915, + "learning_rate": 9.503035658700072e-06, + "loss": 0.0221, + "step": 32420 + }, + { + "grad_norm": 0.24710088968276978, + "learning_rate": 9.478804932488e-06, + "loss": 0.0247, + "step": 32430 + }, + { + "grad_norm": 0.16821196675300598, + "learning_rate": 9.454601902130667e-06, + "loss": 0.0213, + "step": 32440 + }, + { + "grad_norm": 0.2519873380661011, + "learning_rate": 9.430426584170626e-06, + "loss": 0.0234, + "step": 32450 + }, + { + "grad_norm": 0.1595458686351776, + "learning_rate": 9.40627899513145e-06, + "loss": 0.0257, + "step": 32460 + }, + { + "grad_norm": 0.2366025596857071, + "learning_rate": 9.38215915151781e-06, + "loss": 0.0195, + "step": 32470 + }, + { + "grad_norm": 0.14269201457500458, + "learning_rate": 9.358067069815396e-06, + "loss": 0.0261, + "step": 32480 + }, + { + "grad_norm": 0.21881119906902313, + "learning_rate": 9.334002766490901e-06, + "loss": 0.0254, + "step": 32490 + }, + { + "grad_norm": 0.14621806144714355, + "learning_rate": 9.309966257992054e-06, + "loss": 0.021, + "step": 32500 + }, + { + "grad_norm": 0.25862666964530945, + "learning_rate": 9.2859575607476e-06, + "loss": 0.0218, + "step": 32510 + }, + { + "grad_norm": 0.20047296583652496, + "learning_rate": 9.26197669116723e-06, + "loss": 0.0182, + "step": 32520 + }, + { + "grad_norm": 0.14532460272312164, + "learning_rate": 9.238023665641655e-06, + "loss": 0.0236, + "step": 32530 + }, + { + "grad_norm": 0.23238703608512878, + "learning_rate": 9.21409850054254e-06, + "loss": 0.0166, + "step": 32540 + }, + { + "grad_norm": 0.3252464234828949, + "learning_rate": 9.190201212222526e-06, + "loss": 0.0223, + "step": 32550 + }, + { + "grad_norm": 0.21749579906463623, + "learning_rate": 9.166331817015155e-06, + "loss": 0.029, + "step": 32560 + }, + { + "grad_norm": 0.23689474165439606, + "learning_rate": 9.142490331234965e-06, + "loss": 0.0258, + "step": 32570 + }, + { + "grad_norm": 0.1406971961259842, + "learning_rate": 9.11867677117736e-06, + "loss": 0.0187, + "step": 32580 + }, + { + "grad_norm": 0.20660226047039032, + "learning_rate": 9.09489115311869e-06, + "loss": 0.0248, + "step": 32590 + }, + { + "grad_norm": 0.22547727823257446, + "learning_rate": 9.071133493316202e-06, + "loss": 0.0245, + "step": 32600 + }, + { + "grad_norm": 0.2259862869977951, + "learning_rate": 9.047403808008053e-06, + "loss": 0.0289, + "step": 32610 + }, + { + "grad_norm": 0.11153457313776016, + "learning_rate": 9.023702113413224e-06, + "loss": 0.0216, + "step": 32620 + }, + { + "grad_norm": 0.20926533639431, + "learning_rate": 9.00002842573162e-06, + "loss": 0.0194, + "step": 32630 + }, + { + "grad_norm": 0.2006974071264267, + "learning_rate": 8.976382761143981e-06, + "loss": 0.0235, + "step": 32640 + }, + { + "grad_norm": 0.1572493016719818, + "learning_rate": 8.952765135811909e-06, + "loss": 0.0218, + "step": 32650 + }, + { + "grad_norm": 0.20452360808849335, + "learning_rate": 8.929175565877795e-06, + "loss": 0.0192, + "step": 32660 + }, + { + "grad_norm": 0.20888876914978027, + "learning_rate": 8.905614067464924e-06, + "loss": 0.0209, + "step": 32670 + }, + { + "grad_norm": 0.18865127861499786, + "learning_rate": 8.882080656677333e-06, + "loss": 0.0212, + "step": 32680 + }, + { + "grad_norm": 0.1690828651189804, + "learning_rate": 8.85857534959989e-06, + "loss": 0.0202, + "step": 32690 + }, + { + "grad_norm": 0.21898473799228668, + "learning_rate": 8.835098162298256e-06, + "loss": 0.0225, + "step": 32700 + }, + { + "grad_norm": 0.20372390747070312, + "learning_rate": 8.811649110818875e-06, + "loss": 0.0232, + "step": 32710 + }, + { + "grad_norm": 0.22331653535366058, + "learning_rate": 8.78822821118893e-06, + "loss": 0.0202, + "step": 32720 + }, + { + "grad_norm": 0.211003378033638, + "learning_rate": 8.764835479416405e-06, + "loss": 0.0192, + "step": 32730 + }, + { + "grad_norm": 0.18296603858470917, + "learning_rate": 8.741470931490003e-06, + "loss": 0.019, + "step": 32740 + }, + { + "grad_norm": 0.3920802175998688, + "learning_rate": 8.718134583379189e-06, + "loss": 0.0261, + "step": 32750 + }, + { + "grad_norm": 0.17620250582695007, + "learning_rate": 8.69482645103412e-06, + "loss": 0.02, + "step": 32760 + }, + { + "grad_norm": 0.20609121024608612, + "learning_rate": 8.671546550385679e-06, + "loss": 0.0183, + "step": 32770 + }, + { + "grad_norm": 0.3418532907962799, + "learning_rate": 8.648294897345466e-06, + "loss": 0.0207, + "step": 32780 + }, + { + "grad_norm": 0.19630245864391327, + "learning_rate": 8.62507150780576e-06, + "loss": 0.0191, + "step": 32790 + }, + { + "grad_norm": 0.15454183518886566, + "learning_rate": 8.601876397639542e-06, + "loss": 0.0195, + "step": 32800 + }, + { + "grad_norm": 0.18957071006298065, + "learning_rate": 8.578709582700456e-06, + "loss": 0.0205, + "step": 32810 + }, + { + "grad_norm": 0.19774270057678223, + "learning_rate": 8.555571078822783e-06, + "loss": 0.0202, + "step": 32820 + }, + { + "grad_norm": 0.16073741018772125, + "learning_rate": 8.532460901821477e-06, + "loss": 0.0214, + "step": 32830 + }, + { + "grad_norm": 0.24797527492046356, + "learning_rate": 8.509379067492128e-06, + "loss": 0.0211, + "step": 32840 + }, + { + "grad_norm": 0.18493270874023438, + "learning_rate": 8.486325591610967e-06, + "loss": 0.0202, + "step": 32850 + }, + { + "grad_norm": 0.24922426044940948, + "learning_rate": 8.463300489934811e-06, + "loss": 0.0187, + "step": 32860 + }, + { + "grad_norm": 0.24455617368221283, + "learning_rate": 8.440303778201093e-06, + "loss": 0.0166, + "step": 32870 + }, + { + "grad_norm": 0.24055081605911255, + "learning_rate": 8.417335472127858e-06, + "loss": 0.0205, + "step": 32880 + }, + { + "grad_norm": 0.25675129890441895, + "learning_rate": 8.394395587413722e-06, + "loss": 0.0183, + "step": 32890 + }, + { + "grad_norm": 0.1523658186197281, + "learning_rate": 8.371484139737889e-06, + "loss": 0.0215, + "step": 32900 + }, + { + "grad_norm": 0.17187069356441498, + "learning_rate": 8.348601144760127e-06, + "loss": 0.0174, + "step": 32910 + }, + { + "grad_norm": 0.22050762176513672, + "learning_rate": 8.325746618120716e-06, + "loss": 0.0256, + "step": 32920 + }, + { + "grad_norm": 0.1415441930294037, + "learning_rate": 8.302920575440531e-06, + "loss": 0.0213, + "step": 32930 + }, + { + "grad_norm": 0.17336603999137878, + "learning_rate": 8.280123032320953e-06, + "loss": 0.0186, + "step": 32940 + }, + { + "grad_norm": 0.2125714272260666, + "learning_rate": 8.257354004343892e-06, + "loss": 0.0196, + "step": 32950 + }, + { + "grad_norm": 0.19860680401325226, + "learning_rate": 8.234613507071754e-06, + "loss": 0.0214, + "step": 32960 + }, + { + "grad_norm": 0.18772642314434052, + "learning_rate": 8.211901556047475e-06, + "loss": 0.017, + "step": 32970 + }, + { + "grad_norm": 0.17342513799667358, + "learning_rate": 8.189218166794427e-06, + "loss": 0.0189, + "step": 32980 + }, + { + "grad_norm": 0.31265950202941895, + "learning_rate": 8.166563354816509e-06, + "loss": 0.0226, + "step": 32990 + }, + { + "grad_norm": 0.21081198751926422, + "learning_rate": 8.143937135598074e-06, + "loss": 0.0236, + "step": 33000 + }, + { + "grad_norm": 0.21614417433738708, + "learning_rate": 8.121339524603943e-06, + "loss": 0.0213, + "step": 33010 + }, + { + "grad_norm": 0.14750273525714874, + "learning_rate": 8.098770537279338e-06, + "loss": 0.0221, + "step": 33020 + }, + { + "grad_norm": 0.18986186385154724, + "learning_rate": 8.076230189049966e-06, + "loss": 0.0202, + "step": 33030 + }, + { + "grad_norm": 0.16897238790988922, + "learning_rate": 8.05371849532196e-06, + "loss": 0.0236, + "step": 33040 + }, + { + "grad_norm": 0.27455461025238037, + "learning_rate": 8.031235471481813e-06, + "loss": 0.0258, + "step": 33050 + }, + { + "grad_norm": 0.26031604409217834, + "learning_rate": 8.008781132896486e-06, + "loss": 0.0262, + "step": 33060 + }, + { + "grad_norm": 0.14193081855773926, + "learning_rate": 7.986355494913312e-06, + "loss": 0.02, + "step": 33070 + }, + { + "grad_norm": 0.13353262841701508, + "learning_rate": 7.963958572859975e-06, + "loss": 0.0223, + "step": 33080 + }, + { + "grad_norm": 0.1534401774406433, + "learning_rate": 7.941590382044583e-06, + "loss": 0.0231, + "step": 33090 + }, + { + "grad_norm": 0.15713626146316528, + "learning_rate": 7.919250937755574e-06, + "loss": 0.0259, + "step": 33100 + }, + { + "grad_norm": 0.15992234647274017, + "learning_rate": 7.896940255261764e-06, + "loss": 0.0247, + "step": 33110 + }, + { + "grad_norm": 0.159092977643013, + "learning_rate": 7.874658349812269e-06, + "loss": 0.0224, + "step": 33120 + }, + { + "grad_norm": 0.18833765387535095, + "learning_rate": 7.85240523663659e-06, + "loss": 0.0229, + "step": 33130 + }, + { + "grad_norm": 0.13986973464488983, + "learning_rate": 7.830180930944487e-06, + "loss": 0.0152, + "step": 33140 + }, + { + "grad_norm": 0.2104625403881073, + "learning_rate": 7.80798544792608e-06, + "loss": 0.022, + "step": 33150 + }, + { + "grad_norm": 0.12815740704536438, + "learning_rate": 7.785818802751776e-06, + "loss": 0.0161, + "step": 33160 + }, + { + "grad_norm": 0.19570820033550262, + "learning_rate": 7.763681010572277e-06, + "loss": 0.0246, + "step": 33170 + }, + { + "grad_norm": 0.24835136532783508, + "learning_rate": 7.741572086518528e-06, + "loss": 0.0223, + "step": 33180 + }, + { + "grad_norm": 0.3079345226287842, + "learning_rate": 7.719492045701782e-06, + "loss": 0.0196, + "step": 33190 + }, + { + "grad_norm": 0.18810056149959564, + "learning_rate": 7.697440903213549e-06, + "loss": 0.0186, + "step": 33200 + }, + { + "grad_norm": 0.22404220700263977, + "learning_rate": 7.675418674125573e-06, + "loss": 0.0233, + "step": 33210 + }, + { + "grad_norm": 0.17508341372013092, + "learning_rate": 7.65342537348983e-06, + "loss": 0.0231, + "step": 33220 + }, + { + "grad_norm": 0.22799533605575562, + "learning_rate": 7.631461016338549e-06, + "loss": 0.0283, + "step": 33230 + }, + { + "grad_norm": 0.15780486166477203, + "learning_rate": 7.609525617684138e-06, + "loss": 0.0185, + "step": 33240 + }, + { + "grad_norm": 0.2602735459804535, + "learning_rate": 7.587619192519252e-06, + "loss": 0.0154, + "step": 33250 + }, + { + "grad_norm": 0.23310619592666626, + "learning_rate": 7.565741755816725e-06, + "loss": 0.0258, + "step": 33260 + }, + { + "grad_norm": 0.23018203675746918, + "learning_rate": 7.543893322529588e-06, + "loss": 0.021, + "step": 33270 + }, + { + "grad_norm": 0.1530257910490036, + "learning_rate": 7.522073907591015e-06, + "loss": 0.0195, + "step": 33280 + }, + { + "grad_norm": 0.18948838114738464, + "learning_rate": 7.500283525914381e-06, + "loss": 0.0181, + "step": 33290 + }, + { + "grad_norm": 0.2846015989780426, + "learning_rate": 7.478522192393211e-06, + "loss": 0.0252, + "step": 33300 + }, + { + "grad_norm": 0.16151684522628784, + "learning_rate": 7.456789921901181e-06, + "loss": 0.0212, + "step": 33310 + }, + { + "grad_norm": 0.23752747476100922, + "learning_rate": 7.435086729292079e-06, + "loss": 0.0188, + "step": 33320 + }, + { + "grad_norm": 0.24755559861660004, + "learning_rate": 7.413412629399824e-06, + "loss": 0.0204, + "step": 33330 + }, + { + "grad_norm": 0.167946919798851, + "learning_rate": 7.391767637038466e-06, + "loss": 0.0217, + "step": 33340 + }, + { + "grad_norm": 0.23193393647670746, + "learning_rate": 7.370151767002159e-06, + "loss": 0.0166, + "step": 33350 + }, + { + "grad_norm": 0.2607644200325012, + "learning_rate": 7.348565034065147e-06, + "loss": 0.0238, + "step": 33360 + }, + { + "grad_norm": 0.16170956194400787, + "learning_rate": 7.327007452981765e-06, + "loss": 0.0211, + "step": 33370 + }, + { + "grad_norm": 0.2177516222000122, + "learning_rate": 7.305479038486396e-06, + "loss": 0.0178, + "step": 33380 + }, + { + "grad_norm": 0.22080430388450623, + "learning_rate": 7.283979805293517e-06, + "loss": 0.0192, + "step": 33390 + }, + { + "grad_norm": 0.32722631096839905, + "learning_rate": 7.262509768097653e-06, + "loss": 0.0211, + "step": 33400 + }, + { + "grad_norm": 0.2232120931148529, + "learning_rate": 7.241068941573381e-06, + "loss": 0.0213, + "step": 33410 + }, + { + "grad_norm": 0.20670419931411743, + "learning_rate": 7.219657340375296e-06, + "loss": 0.0199, + "step": 33420 + }, + { + "grad_norm": 0.23637036979198456, + "learning_rate": 7.198274979138014e-06, + "loss": 0.0164, + "step": 33430 + }, + { + "grad_norm": 0.1953509896993637, + "learning_rate": 7.176921872476189e-06, + "loss": 0.0207, + "step": 33440 + }, + { + "grad_norm": 0.18073321878910065, + "learning_rate": 7.1555980349844674e-06, + "loss": 0.0152, + "step": 33450 + }, + { + "grad_norm": 0.297297865152359, + "learning_rate": 7.134303481237492e-06, + "loss": 0.0225, + "step": 33460 + }, + { + "grad_norm": 0.21013900637626648, + "learning_rate": 7.113038225789892e-06, + "loss": 0.0287, + "step": 33470 + }, + { + "grad_norm": 0.16933225095272064, + "learning_rate": 7.091802283176258e-06, + "loss": 0.0144, + "step": 33480 + }, + { + "grad_norm": 0.16055631637573242, + "learning_rate": 7.070595667911162e-06, + "loss": 0.0168, + "step": 33490 + }, + { + "grad_norm": 0.1392754763364792, + "learning_rate": 7.049418394489127e-06, + "loss": 0.0147, + "step": 33500 + }, + { + "grad_norm": 0.27310439944267273, + "learning_rate": 7.028270477384636e-06, + "loss": 0.0223, + "step": 33510 + }, + { + "grad_norm": 0.20879322290420532, + "learning_rate": 7.0071519310520695e-06, + "loss": 0.0318, + "step": 33520 + }, + { + "grad_norm": 0.2713428735733032, + "learning_rate": 6.98606276992575e-06, + "loss": 0.0212, + "step": 33530 + }, + { + "grad_norm": 0.26057684421539307, + "learning_rate": 6.965003008419929e-06, + "loss": 0.0196, + "step": 33540 + }, + { + "grad_norm": 0.2137727588415146, + "learning_rate": 6.943972660928755e-06, + "loss": 0.0181, + "step": 33550 + }, + { + "grad_norm": 0.22432613372802734, + "learning_rate": 6.922971741826273e-06, + "loss": 0.0258, + "step": 33560 + }, + { + "grad_norm": 0.15397928655147552, + "learning_rate": 6.902000265466424e-06, + "loss": 0.0151, + "step": 33570 + }, + { + "grad_norm": 0.1942797303199768, + "learning_rate": 6.881058246182998e-06, + "loss": 0.0192, + "step": 33580 + }, + { + "grad_norm": 0.15729600191116333, + "learning_rate": 6.860145698289666e-06, + "loss": 0.0187, + "step": 33590 + }, + { + "grad_norm": 0.16085752844810486, + "learning_rate": 6.839262636079985e-06, + "loss": 0.0252, + "step": 33600 + }, + { + "grad_norm": 0.09976114332675934, + "learning_rate": 6.818409073827292e-06, + "loss": 0.0203, + "step": 33610 + }, + { + "grad_norm": 0.15671248733997345, + "learning_rate": 6.79758502578483e-06, + "loss": 0.0202, + "step": 33620 + }, + { + "grad_norm": 0.2799050807952881, + "learning_rate": 6.776790506185621e-06, + "loss": 0.0206, + "step": 33630 + }, + { + "grad_norm": 0.213388592004776, + "learning_rate": 6.756025529242533e-06, + "loss": 0.0242, + "step": 33640 + }, + { + "grad_norm": 0.1501169353723526, + "learning_rate": 6.735290109148223e-06, + "loss": 0.0177, + "step": 33650 + }, + { + "grad_norm": 0.15054760873317719, + "learning_rate": 6.714584260075163e-06, + "loss": 0.0187, + "step": 33660 + }, + { + "grad_norm": 0.22968554496765137, + "learning_rate": 6.693907996175619e-06, + "loss": 0.0215, + "step": 33670 + }, + { + "grad_norm": 0.26274359226226807, + "learning_rate": 6.673261331581593e-06, + "loss": 0.0265, + "step": 33680 + }, + { + "grad_norm": 0.1900961995124817, + "learning_rate": 6.652644280404912e-06, + "loss": 0.0209, + "step": 33690 + }, + { + "grad_norm": 0.22782853245735168, + "learning_rate": 6.6320568567371175e-06, + "loss": 0.0181, + "step": 33700 + }, + { + "grad_norm": 0.19508486986160278, + "learning_rate": 6.611499074649518e-06, + "loss": 0.0211, + "step": 33710 + }, + { + "grad_norm": 0.20671553909778595, + "learning_rate": 6.590970948193187e-06, + "loss": 0.0209, + "step": 33720 + }, + { + "grad_norm": 0.19365160167217255, + "learning_rate": 6.5704724913988825e-06, + "loss": 0.0204, + "step": 33730 + }, + { + "grad_norm": 0.20743143558502197, + "learning_rate": 6.550003718277109e-06, + "loss": 0.018, + "step": 33740 + }, + { + "grad_norm": 0.15149931609630585, + "learning_rate": 6.529564642818087e-06, + "loss": 0.0227, + "step": 33750 + }, + { + "grad_norm": 0.17796969413757324, + "learning_rate": 6.50915527899173e-06, + "loss": 0.0289, + "step": 33760 + }, + { + "grad_norm": 0.22597582638263702, + "learning_rate": 6.4887756407476575e-06, + "loss": 0.0176, + "step": 33770 + }, + { + "grad_norm": 0.16505251824855804, + "learning_rate": 6.468425742015149e-06, + "loss": 0.0255, + "step": 33780 + }, + { + "grad_norm": 0.16947750747203827, + "learning_rate": 6.448105596703152e-06, + "loss": 0.0244, + "step": 33790 + }, + { + "grad_norm": 0.18936754763126373, + "learning_rate": 6.427815218700317e-06, + "loss": 0.0166, + "step": 33800 + }, + { + "grad_norm": 0.2149626612663269, + "learning_rate": 6.407554621874911e-06, + "loss": 0.019, + "step": 33810 + }, + { + "grad_norm": 0.409410297870636, + "learning_rate": 6.3873238200748864e-06, + "loss": 0.0218, + "step": 33820 + }, + { + "grad_norm": 0.28157198429107666, + "learning_rate": 6.367122827127775e-06, + "loss": 0.0286, + "step": 33830 + }, + { + "grad_norm": 0.24823768436908722, + "learning_rate": 6.346951656840777e-06, + "loss": 0.0273, + "step": 33840 + }, + { + "grad_norm": 0.19945654273033142, + "learning_rate": 6.326810323000698e-06, + "loss": 0.0253, + "step": 33850 + }, + { + "grad_norm": 0.1715005487203598, + "learning_rate": 6.306698839373948e-06, + "loss": 0.0226, + "step": 33860 + }, + { + "grad_norm": 0.15539544820785522, + "learning_rate": 6.286617219706547e-06, + "loss": 0.0281, + "step": 33870 + }, + { + "grad_norm": 0.12749411165714264, + "learning_rate": 6.26656547772409e-06, + "loss": 0.0184, + "step": 33880 + }, + { + "grad_norm": 0.2230415642261505, + "learning_rate": 6.246543627131734e-06, + "loss": 0.0189, + "step": 33890 + }, + { + "grad_norm": 0.17719916999340057, + "learning_rate": 6.22655168161424e-06, + "loss": 0.0202, + "step": 33900 + }, + { + "grad_norm": 0.18629390001296997, + "learning_rate": 6.20658965483591e-06, + "loss": 0.0219, + "step": 33910 + }, + { + "grad_norm": 0.2534848749637604, + "learning_rate": 6.186657560440612e-06, + "loss": 0.0228, + "step": 33920 + }, + { + "grad_norm": 0.18544812500476837, + "learning_rate": 6.166755412051734e-06, + "loss": 0.0172, + "step": 33930 + }, + { + "grad_norm": 0.1739654690027237, + "learning_rate": 6.1468832232721985e-06, + "loss": 0.0196, + "step": 33940 + }, + { + "grad_norm": 0.22443737089633942, + "learning_rate": 6.127041007684476e-06, + "loss": 0.0253, + "step": 33950 + }, + { + "grad_norm": 0.21694786846637726, + "learning_rate": 6.107228778850527e-06, + "loss": 0.019, + "step": 33960 + }, + { + "grad_norm": 0.25334349274635315, + "learning_rate": 6.087446550311837e-06, + "loss": 0.0254, + "step": 33970 + }, + { + "grad_norm": 0.2035338431596756, + "learning_rate": 6.067694335589353e-06, + "loss": 0.0167, + "step": 33980 + }, + { + "grad_norm": 0.12473411113023758, + "learning_rate": 6.047972148183528e-06, + "loss": 0.0216, + "step": 33990 + }, + { + "grad_norm": 0.13376398384571075, + "learning_rate": 6.0282800015742936e-06, + "loss": 0.022, + "step": 34000 + }, + { + "grad_norm": 0.1781650185585022, + "learning_rate": 6.008617909221054e-06, + "loss": 0.022, + "step": 34010 + }, + { + "grad_norm": 0.1431206613779068, + "learning_rate": 5.988985884562664e-06, + "loss": 0.0167, + "step": 34020 + }, + { + "grad_norm": 0.20248693227767944, + "learning_rate": 5.969383941017414e-06, + "loss": 0.0226, + "step": 34030 + }, + { + "grad_norm": 0.2356773316860199, + "learning_rate": 5.949812091983059e-06, + "loss": 0.0247, + "step": 34040 + }, + { + "grad_norm": 0.192999929189682, + "learning_rate": 5.9302703508367695e-06, + "loss": 0.0151, + "step": 34050 + }, + { + "grad_norm": 0.2790989279747009, + "learning_rate": 5.910758730935157e-06, + "loss": 0.0222, + "step": 34060 + }, + { + "grad_norm": 0.18654440343379974, + "learning_rate": 5.8912772456142016e-06, + "loss": 0.0311, + "step": 34070 + }, + { + "grad_norm": 0.17756424844264984, + "learning_rate": 5.871825908189338e-06, + "loss": 0.021, + "step": 34080 + }, + { + "grad_norm": 0.22581304609775543, + "learning_rate": 5.852404731955352e-06, + "loss": 0.0193, + "step": 34090 + }, + { + "grad_norm": 0.2758508622646332, + "learning_rate": 5.833013730186443e-06, + "loss": 0.025, + "step": 34100 + }, + { + "grad_norm": 0.13899116218090057, + "learning_rate": 5.813652916136181e-06, + "loss": 0.024, + "step": 34110 + }, + { + "grad_norm": 0.1952791064977646, + "learning_rate": 5.794322303037508e-06, + "loss": 0.0281, + "step": 34120 + }, + { + "grad_norm": 0.21861794590950012, + "learning_rate": 5.775021904102701e-06, + "loss": 0.0234, + "step": 34130 + }, + { + "grad_norm": 0.1504356414079666, + "learning_rate": 5.755751732523401e-06, + "loss": 0.0277, + "step": 34140 + }, + { + "grad_norm": 0.22197996079921722, + "learning_rate": 5.736511801470595e-06, + "loss": 0.0229, + "step": 34150 + }, + { + "grad_norm": 0.21663013100624084, + "learning_rate": 5.717302124094603e-06, + "loss": 0.0203, + "step": 34160 + }, + { + "grad_norm": 0.20898303389549255, + "learning_rate": 5.6981227135250396e-06, + "loss": 0.0228, + "step": 34170 + }, + { + "grad_norm": 0.18998554348945618, + "learning_rate": 5.678973582870867e-06, + "loss": 0.0229, + "step": 34180 + }, + { + "grad_norm": 0.1637834906578064, + "learning_rate": 5.659854745220317e-06, + "loss": 0.0204, + "step": 34190 + }, + { + "grad_norm": 0.1614823043346405, + "learning_rate": 5.640766213640947e-06, + "loss": 0.0244, + "step": 34200 + }, + { + "grad_norm": 0.24354268610477448, + "learning_rate": 5.6217080011795934e-06, + "loss": 0.0219, + "step": 34210 + }, + { + "grad_norm": 0.14642862975597382, + "learning_rate": 5.602680120862364e-06, + "loss": 0.0232, + "step": 34220 + }, + { + "grad_norm": 0.22557295858860016, + "learning_rate": 5.583682585694616e-06, + "loss": 0.0219, + "step": 34230 + }, + { + "grad_norm": 0.12304315716028214, + "learning_rate": 5.564715408661009e-06, + "loss": 0.022, + "step": 34240 + }, + { + "grad_norm": 0.1959003508090973, + "learning_rate": 5.5457786027254265e-06, + "loss": 0.0192, + "step": 34250 + }, + { + "grad_norm": 0.1883840560913086, + "learning_rate": 5.526872180830977e-06, + "loss": 0.0182, + "step": 34260 + }, + { + "grad_norm": 0.20493057370185852, + "learning_rate": 5.507996155900041e-06, + "loss": 0.0181, + "step": 34270 + }, + { + "grad_norm": 0.24261842668056488, + "learning_rate": 5.489150540834203e-06, + "loss": 0.0206, + "step": 34280 + }, + { + "grad_norm": 0.23884952068328857, + "learning_rate": 5.47033534851425e-06, + "loss": 0.0228, + "step": 34290 + }, + { + "grad_norm": 0.12372056394815445, + "learning_rate": 5.451550591800198e-06, + "loss": 0.0181, + "step": 34300 + }, + { + "grad_norm": 0.23252196609973907, + "learning_rate": 5.43279628353125e-06, + "loss": 0.0264, + "step": 34310 + }, + { + "grad_norm": 0.2358141988515854, + "learning_rate": 5.4140724365258075e-06, + "loss": 0.0213, + "step": 34320 + }, + { + "grad_norm": 0.1742222160100937, + "learning_rate": 5.395379063581424e-06, + "loss": 0.0218, + "step": 34330 + }, + { + "grad_norm": 0.18702785670757294, + "learning_rate": 5.376716177474866e-06, + "loss": 0.0181, + "step": 34340 + }, + { + "grad_norm": 0.13472862541675568, + "learning_rate": 5.358083790962015e-06, + "loss": 0.0233, + "step": 34350 + }, + { + "grad_norm": 0.15928636491298676, + "learning_rate": 5.33948191677795e-06, + "loss": 0.02, + "step": 34360 + }, + { + "grad_norm": 0.18066179752349854, + "learning_rate": 5.320910567636866e-06, + "loss": 0.0232, + "step": 34370 + }, + { + "grad_norm": 0.22225219011306763, + "learning_rate": 5.302369756232123e-06, + "loss": 0.0239, + "step": 34380 + }, + { + "grad_norm": 0.20641463994979858, + "learning_rate": 5.283859495236165e-06, + "loss": 0.0167, + "step": 34390 + }, + { + "grad_norm": 0.12157214432954788, + "learning_rate": 5.265379797300602e-06, + "loss": 0.0142, + "step": 34400 + }, + { + "grad_norm": 0.23605866730213165, + "learning_rate": 5.246930675056117e-06, + "loss": 0.0204, + "step": 34410 + }, + { + "grad_norm": 0.18428613245487213, + "learning_rate": 5.228512141112535e-06, + "loss": 0.0193, + "step": 34420 + }, + { + "grad_norm": 0.26508334279060364, + "learning_rate": 5.21012420805872e-06, + "loss": 0.021, + "step": 34430 + }, + { + "grad_norm": 0.1603592485189438, + "learning_rate": 5.191766888462679e-06, + "loss": 0.02, + "step": 34440 + }, + { + "grad_norm": 0.23503130674362183, + "learning_rate": 5.173440194871437e-06, + "loss": 0.0247, + "step": 34450 + }, + { + "grad_norm": 0.18343070149421692, + "learning_rate": 5.155144139811141e-06, + "loss": 0.0199, + "step": 34460 + }, + { + "grad_norm": 0.23515869677066803, + "learning_rate": 5.13687873578696e-06, + "loss": 0.0177, + "step": 34470 + }, + { + "grad_norm": 0.23131872713565826, + "learning_rate": 5.11864399528314e-06, + "loss": 0.0243, + "step": 34480 + }, + { + "grad_norm": 0.18675948679447174, + "learning_rate": 5.1004399307629346e-06, + "loss": 0.0173, + "step": 34490 + }, + { + "grad_norm": 0.1663723886013031, + "learning_rate": 5.082266554668652e-06, + "loss": 0.0174, + "step": 34500 + }, + { + "grad_norm": 0.13110555708408356, + "learning_rate": 5.06412387942164e-06, + "loss": 0.0178, + "step": 34510 + }, + { + "grad_norm": 0.16931794583797455, + "learning_rate": 5.046011917422239e-06, + "loss": 0.0211, + "step": 34520 + }, + { + "grad_norm": 0.24409747123718262, + "learning_rate": 5.0279306810498026e-06, + "loss": 0.023, + "step": 34530 + }, + { + "grad_norm": 0.2534937560558319, + "learning_rate": 5.009880182662679e-06, + "loss": 0.0211, + "step": 34540 + }, + { + "grad_norm": 0.15920527279376984, + "learning_rate": 4.991860434598217e-06, + "loss": 0.0189, + "step": 34550 + }, + { + "grad_norm": 0.17747989296913147, + "learning_rate": 4.973871449172746e-06, + "loss": 0.0219, + "step": 34560 + }, + { + "grad_norm": 0.5211148858070374, + "learning_rate": 4.9559132386815695e-06, + "loss": 0.0201, + "step": 34570 + }, + { + "grad_norm": 0.24020102620124817, + "learning_rate": 4.93798581539896e-06, + "loss": 0.025, + "step": 34580 + }, + { + "grad_norm": 0.22236841917037964, + "learning_rate": 4.920089191578131e-06, + "loss": 0.0239, + "step": 34590 + }, + { + "grad_norm": 0.12802819907665253, + "learning_rate": 4.90222337945126e-06, + "loss": 0.0176, + "step": 34600 + }, + { + "grad_norm": 0.23693136870861053, + "learning_rate": 4.8843883912294605e-06, + "loss": 0.0261, + "step": 34610 + }, + { + "grad_norm": 0.306997686624527, + "learning_rate": 4.866584239102795e-06, + "loss": 0.0218, + "step": 34620 + }, + { + "grad_norm": 0.19316652417182922, + "learning_rate": 4.8488109352402164e-06, + "loss": 0.0175, + "step": 34630 + }, + { + "grad_norm": 0.2755894660949707, + "learning_rate": 4.831068491789603e-06, + "loss": 0.0253, + "step": 34640 + }, + { + "grad_norm": 0.18813803791999817, + "learning_rate": 4.81335692087776e-06, + "loss": 0.0192, + "step": 34650 + }, + { + "grad_norm": 0.24189355969429016, + "learning_rate": 4.795676234610374e-06, + "loss": 0.0207, + "step": 34660 + }, + { + "grad_norm": 0.198834627866745, + "learning_rate": 4.778026445072037e-06, + "loss": 0.0244, + "step": 34670 + }, + { + "grad_norm": 0.1942472755908966, + "learning_rate": 4.760407564326208e-06, + "loss": 0.0309, + "step": 34680 + }, + { + "grad_norm": 0.18054673075675964, + "learning_rate": 4.742819604415222e-06, + "loss": 0.0281, + "step": 34690 + }, + { + "grad_norm": 0.23773379623889923, + "learning_rate": 4.725262577360284e-06, + "loss": 0.0205, + "step": 34700 + }, + { + "grad_norm": 0.2510870397090912, + "learning_rate": 4.707736495161458e-06, + "loss": 0.0234, + "step": 34710 + }, + { + "grad_norm": 0.2258533388376236, + "learning_rate": 4.690241369797671e-06, + "loss": 0.0195, + "step": 34720 + }, + { + "grad_norm": 0.3186897933483124, + "learning_rate": 4.672777213226659e-06, + "loss": 0.0228, + "step": 34730 + }, + { + "grad_norm": 0.2925351560115814, + "learning_rate": 4.655344037385001e-06, + "loss": 0.0208, + "step": 34740 + }, + { + "grad_norm": 0.16981971263885498, + "learning_rate": 4.6379418541881215e-06, + "loss": 0.0172, + "step": 34750 + }, + { + "grad_norm": 0.24108807742595673, + "learning_rate": 4.620570675530245e-06, + "loss": 0.0274, + "step": 34760 + }, + { + "grad_norm": 0.21057429909706116, + "learning_rate": 4.603230513284407e-06, + "loss": 0.0164, + "step": 34770 + }, + { + "grad_norm": 0.17108823359012604, + "learning_rate": 4.58592137930246e-06, + "loss": 0.0155, + "step": 34780 + }, + { + "grad_norm": 0.1784619241952896, + "learning_rate": 4.568643285415009e-06, + "loss": 0.0207, + "step": 34790 + }, + { + "grad_norm": 0.23351426422595978, + "learning_rate": 4.551396243431483e-06, + "loss": 0.0258, + "step": 34800 + }, + { + "grad_norm": 0.19416986405849457, + "learning_rate": 4.534180265140075e-06, + "loss": 0.0182, + "step": 34810 + }, + { + "grad_norm": 0.20276065170764923, + "learning_rate": 4.5169953623077356e-06, + "loss": 0.028, + "step": 34820 + }, + { + "grad_norm": 0.08696476370096207, + "learning_rate": 4.499841546680189e-06, + "loss": 0.0152, + "step": 34830 + }, + { + "grad_norm": 0.14314743876457214, + "learning_rate": 4.4827188299819025e-06, + "loss": 0.0164, + "step": 34840 + }, + { + "grad_norm": 0.13015061616897583, + "learning_rate": 4.465627223916086e-06, + "loss": 0.0158, + "step": 34850 + }, + { + "grad_norm": 0.17451618611812592, + "learning_rate": 4.448566740164706e-06, + "loss": 0.0192, + "step": 34860 + }, + { + "grad_norm": 0.14068414270877838, + "learning_rate": 4.431537390388429e-06, + "loss": 0.0195, + "step": 34870 + }, + { + "grad_norm": 0.2939870059490204, + "learning_rate": 4.414539186226674e-06, + "loss": 0.0223, + "step": 34880 + }, + { + "grad_norm": 0.17756329476833344, + "learning_rate": 4.397572139297529e-06, + "loss": 0.0277, + "step": 34890 + }, + { + "grad_norm": 0.1629154533147812, + "learning_rate": 4.380636261197829e-06, + "loss": 0.0228, + "step": 34900 + }, + { + "grad_norm": 0.11516308039426804, + "learning_rate": 4.36373156350307e-06, + "loss": 0.0173, + "step": 34910 + }, + { + "grad_norm": 0.25582823157310486, + "learning_rate": 4.3468580577674665e-06, + "loss": 0.0266, + "step": 34920 + }, + { + "grad_norm": 0.2140313982963562, + "learning_rate": 4.330015755523908e-06, + "loss": 0.0205, + "step": 34930 + }, + { + "grad_norm": 0.22630932927131653, + "learning_rate": 4.313204668283926e-06, + "loss": 0.0234, + "step": 34940 + }, + { + "grad_norm": 0.17388373613357544, + "learning_rate": 4.296424807537752e-06, + "loss": 0.0226, + "step": 34950 + }, + { + "grad_norm": 0.15649458765983582, + "learning_rate": 4.279676184754267e-06, + "loss": 0.0171, + "step": 34960 + }, + { + "grad_norm": 0.224858820438385, + "learning_rate": 4.262958811380985e-06, + "loss": 0.0184, + "step": 34970 + }, + { + "grad_norm": 0.23321302235126495, + "learning_rate": 4.246272698844095e-06, + "loss": 0.028, + "step": 34980 + }, + { + "grad_norm": 0.30121108889579773, + "learning_rate": 4.229617858548374e-06, + "loss": 0.0328, + "step": 34990 + }, + { + "grad_norm": 0.20707660913467407, + "learning_rate": 4.212994301877271e-06, + "loss": 0.0185, + "step": 35000 + }, + { + "grad_norm": 0.17227338254451752, + "learning_rate": 4.196402040192804e-06, + "loss": 0.02, + "step": 35010 + }, + { + "grad_norm": 0.2169463336467743, + "learning_rate": 4.179841084835639e-06, + "loss": 0.0175, + "step": 35020 + }, + { + "grad_norm": 0.20224477350711823, + "learning_rate": 4.163311447125046e-06, + "loss": 0.0189, + "step": 35030 + }, + { + "grad_norm": 0.19147279858589172, + "learning_rate": 4.146813138358851e-06, + "loss": 0.0194, + "step": 35040 + }, + { + "grad_norm": 0.24667832255363464, + "learning_rate": 4.130346169813509e-06, + "loss": 0.0218, + "step": 35050 + }, + { + "grad_norm": 0.25411105155944824, + "learning_rate": 4.113910552744038e-06, + "loss": 0.0204, + "step": 35060 + }, + { + "grad_norm": 0.418715238571167, + "learning_rate": 4.097506298384024e-06, + "loss": 0.0191, + "step": 35070 + }, + { + "grad_norm": 0.16149942576885223, + "learning_rate": 4.081133417945626e-06, + "loss": 0.0152, + "step": 35080 + }, + { + "grad_norm": 0.32185256481170654, + "learning_rate": 4.0647919226195484e-06, + "loss": 0.0192, + "step": 35090 + }, + { + "grad_norm": 0.16642163693904877, + "learning_rate": 4.04848182357504e-06, + "loss": 0.0174, + "step": 35100 + }, + { + "grad_norm": 0.2702021598815918, + "learning_rate": 4.032203131959911e-06, + "loss": 0.0229, + "step": 35110 + }, + { + "grad_norm": 0.17057323455810547, + "learning_rate": 4.015955858900483e-06, + "loss": 0.0237, + "step": 35120 + }, + { + "grad_norm": 0.23857693374156952, + "learning_rate": 3.999740015501641e-06, + "loss": 0.0192, + "step": 35130 + }, + { + "grad_norm": 0.22645394504070282, + "learning_rate": 3.9835556128467236e-06, + "loss": 0.021, + "step": 35140 + }, + { + "grad_norm": 0.20423176884651184, + "learning_rate": 3.967402661997644e-06, + "loss": 0.0188, + "step": 35150 + }, + { + "grad_norm": 0.21251913905143738, + "learning_rate": 3.951281173994781e-06, + "loss": 0.0165, + "step": 35160 + }, + { + "grad_norm": 0.2139493227005005, + "learning_rate": 3.935191159857016e-06, + "loss": 0.0192, + "step": 35170 + }, + { + "grad_norm": 0.12956663966178894, + "learning_rate": 3.919132630581746e-06, + "loss": 0.0227, + "step": 35180 + }, + { + "grad_norm": 0.3496136963367462, + "learning_rate": 3.903105597144802e-06, + "loss": 0.0277, + "step": 35190 + }, + { + "grad_norm": 0.199911430478096, + "learning_rate": 3.887110070500505e-06, + "loss": 0.0233, + "step": 35200 + }, + { + "grad_norm": 0.17075476050376892, + "learning_rate": 3.871146061581654e-06, + "loss": 0.0217, + "step": 35210 + }, + { + "grad_norm": 0.19641228020191193, + "learning_rate": 3.855213581299505e-06, + "loss": 0.0241, + "step": 35220 + }, + { + "grad_norm": 0.22711306810379028, + "learning_rate": 3.839312640543763e-06, + "loss": 0.02, + "step": 35230 + }, + { + "grad_norm": 0.17289115488529205, + "learning_rate": 3.823443250182551e-06, + "loss": 0.0189, + "step": 35240 + }, + { + "grad_norm": 0.18890976905822754, + "learning_rate": 3.80760542106246e-06, + "loss": 0.022, + "step": 35250 + }, + { + "grad_norm": 0.2067509889602661, + "learning_rate": 3.7917991640084972e-06, + "loss": 0.0211, + "step": 35260 + }, + { + "grad_norm": 0.18594282865524292, + "learning_rate": 3.7760244898240925e-06, + "loss": 0.0224, + "step": 35270 + }, + { + "grad_norm": 0.18563851714134216, + "learning_rate": 3.760281409291078e-06, + "loss": 0.0181, + "step": 35280 + }, + { + "grad_norm": 0.23517867922782898, + "learning_rate": 3.7445699331697113e-06, + "loss": 0.0268, + "step": 35290 + }, + { + "grad_norm": 0.19266018271446228, + "learning_rate": 3.7288900721986262e-06, + "loss": 0.0258, + "step": 35300 + }, + { + "grad_norm": 0.11922185868024826, + "learning_rate": 3.7132418370948663e-06, + "loss": 0.0154, + "step": 35310 + }, + { + "grad_norm": 0.1356479376554489, + "learning_rate": 3.6976252385538535e-06, + "loss": 0.0298, + "step": 35320 + }, + { + "grad_norm": 0.13094870746135712, + "learning_rate": 3.6820402872493832e-06, + "loss": 0.0207, + "step": 35330 + }, + { + "grad_norm": 0.21778538823127747, + "learning_rate": 3.6664869938336343e-06, + "loss": 0.0211, + "step": 35340 + }, + { + "grad_norm": 0.18022288382053375, + "learning_rate": 3.650965368937115e-06, + "loss": 0.0282, + "step": 35350 + }, + { + "grad_norm": 0.253815233707428, + "learning_rate": 3.6354754231687214e-06, + "loss": 0.0275, + "step": 35360 + }, + { + "grad_norm": 0.13141782581806183, + "learning_rate": 3.620017167115697e-06, + "loss": 0.0205, + "step": 35370 + }, + { + "grad_norm": 0.1802344024181366, + "learning_rate": 3.604590611343589e-06, + "loss": 0.0218, + "step": 35380 + }, + { + "grad_norm": 0.18669360876083374, + "learning_rate": 3.589195766396325e-06, + "loss": 0.0361, + "step": 35390 + }, + { + "grad_norm": 0.27104729413986206, + "learning_rate": 3.573832642796121e-06, + "loss": 0.0256, + "step": 35400 + }, + { + "grad_norm": 0.15030327439308167, + "learning_rate": 3.5585012510435336e-06, + "loss": 0.0202, + "step": 35410 + }, + { + "grad_norm": 0.16958709061145782, + "learning_rate": 3.5432016016174184e-06, + "loss": 0.0211, + "step": 35420 + }, + { + "grad_norm": 0.22575625777244568, + "learning_rate": 3.5279337049749506e-06, + "loss": 0.0211, + "step": 35430 + }, + { + "grad_norm": 0.14783987402915955, + "learning_rate": 3.5126975715515985e-06, + "loss": 0.0277, + "step": 35440 + }, + { + "grad_norm": 0.2520890533924103, + "learning_rate": 3.4974932117610994e-06, + "loss": 0.0273, + "step": 35450 + }, + { + "grad_norm": 0.28025907278060913, + "learning_rate": 3.4823206359955065e-06, + "loss": 0.0279, + "step": 35460 + }, + { + "grad_norm": 0.21048510074615479, + "learning_rate": 3.4671798546251133e-06, + "loss": 0.0174, + "step": 35470 + }, + { + "grad_norm": 0.11347471177577972, + "learning_rate": 3.4520708779985088e-06, + "loss": 0.0186, + "step": 35480 + }, + { + "grad_norm": 0.12245737761259079, + "learning_rate": 3.4369937164425493e-06, + "loss": 0.0184, + "step": 35490 + }, + { + "grad_norm": 0.14847911894321442, + "learning_rate": 3.421948380262313e-06, + "loss": 0.0166, + "step": 35500 + }, + { + "grad_norm": 0.1773109883069992, + "learning_rate": 3.406934879741158e-06, + "loss": 0.0198, + "step": 35510 + }, + { + "grad_norm": 0.21247652173042297, + "learning_rate": 3.391953225140665e-06, + "loss": 0.0209, + "step": 35520 + }, + { + "grad_norm": 0.2558673918247223, + "learning_rate": 3.3770034267006533e-06, + "loss": 0.0236, + "step": 35530 + }, + { + "grad_norm": 0.18262913823127747, + "learning_rate": 3.362085494639178e-06, + "loss": 0.0273, + "step": 35540 + }, + { + "grad_norm": 0.14600719511508942, + "learning_rate": 3.3471994391524986e-06, + "loss": 0.0227, + "step": 35550 + }, + { + "grad_norm": 0.309804767370224, + "learning_rate": 3.3323452704150825e-06, + "loss": 0.0225, + "step": 35560 + }, + { + "grad_norm": 0.17574253678321838, + "learning_rate": 3.3175229985796253e-06, + "loss": 0.0187, + "step": 35570 + }, + { + "grad_norm": 0.26780012249946594, + "learning_rate": 3.3027326337770115e-06, + "loss": 0.0233, + "step": 35580 + }, + { + "grad_norm": 0.2070358544588089, + "learning_rate": 3.2879741861163216e-06, + "loss": 0.0201, + "step": 35590 + }, + { + "grad_norm": 0.22700747847557068, + "learning_rate": 3.2732476656847976e-06, + "loss": 0.015, + "step": 35600 + }, + { + "grad_norm": 0.2533588409423828, + "learning_rate": 3.2585530825478883e-06, + "loss": 0.0247, + "step": 35610 + }, + { + "grad_norm": 0.17647086083889008, + "learning_rate": 3.243890446749204e-06, + "loss": 0.019, + "step": 35620 + }, + { + "grad_norm": 0.19416853785514832, + "learning_rate": 3.2292597683105107e-06, + "loss": 0.025, + "step": 35630 + }, + { + "grad_norm": 0.20842942595481873, + "learning_rate": 3.214661057231755e-06, + "loss": 0.0187, + "step": 35640 + }, + { + "grad_norm": 0.14921867847442627, + "learning_rate": 3.2000943234910097e-06, + "loss": 0.0165, + "step": 35650 + }, + { + "grad_norm": 0.20866034924983978, + "learning_rate": 3.1855595770444835e-06, + "loss": 0.0238, + "step": 35660 + }, + { + "grad_norm": 0.1140788123011589, + "learning_rate": 3.1710568278265574e-06, + "loss": 0.0221, + "step": 35670 + }, + { + "grad_norm": 0.15364758670330048, + "learning_rate": 3.156586085749719e-06, + "loss": 0.019, + "step": 35680 + }, + { + "grad_norm": 0.19729726016521454, + "learning_rate": 3.1421473607045893e-06, + "loss": 0.0251, + "step": 35690 + }, + { + "grad_norm": 0.1414453685283661, + "learning_rate": 3.127740662559886e-06, + "loss": 0.0257, + "step": 35700 + }, + { + "grad_norm": 0.26935216784477234, + "learning_rate": 3.1133660011624655e-06, + "loss": 0.0186, + "step": 35710 + }, + { + "grad_norm": 0.2175319790840149, + "learning_rate": 3.099023386337263e-06, + "loss": 0.0175, + "step": 35720 + }, + { + "grad_norm": 0.21880245208740234, + "learning_rate": 3.0847128278873317e-06, + "loss": 0.0191, + "step": 35730 + }, + { + "grad_norm": 0.2359418272972107, + "learning_rate": 3.0704343355938027e-06, + "loss": 0.019, + "step": 35740 + }, + { + "grad_norm": 0.19497202336788177, + "learning_rate": 3.056187919215886e-06, + "loss": 0.0205, + "step": 35750 + }, + { + "grad_norm": 0.15322743356227875, + "learning_rate": 3.041973588490865e-06, + "loss": 0.0212, + "step": 35760 + }, + { + "grad_norm": 0.21633383631706238, + "learning_rate": 3.0277913531341128e-06, + "loss": 0.0221, + "step": 35770 + }, + { + "grad_norm": 0.21629443764686584, + "learning_rate": 3.0136412228390476e-06, + "loss": 0.0207, + "step": 35780 + }, + { + "grad_norm": 0.25825053453445435, + "learning_rate": 2.999523207277155e-06, + "loss": 0.0225, + "step": 35790 + }, + { + "grad_norm": 0.26452767848968506, + "learning_rate": 2.9854373160979552e-06, + "loss": 0.0237, + "step": 35800 + }, + { + "grad_norm": 0.2470613420009613, + "learning_rate": 2.9713835589290362e-06, + "loss": 0.0228, + "step": 35810 + }, + { + "grad_norm": 0.1960349678993225, + "learning_rate": 2.9573619453759913e-06, + "loss": 0.0257, + "step": 35820 + }, + { + "grad_norm": 0.22637413442134857, + "learning_rate": 2.943372485022489e-06, + "loss": 0.0174, + "step": 35830 + }, + { + "grad_norm": 0.14236298203468323, + "learning_rate": 2.9294151874301623e-06, + "loss": 0.026, + "step": 35840 + }, + { + "grad_norm": 0.1946369856595993, + "learning_rate": 2.9154900621387093e-06, + "loss": 0.0209, + "step": 35850 + }, + { + "grad_norm": 0.21531453728675842, + "learning_rate": 2.9015971186658164e-06, + "loss": 0.0226, + "step": 35860 + }, + { + "grad_norm": 0.2343304455280304, + "learning_rate": 2.887736366507182e-06, + "loss": 0.0208, + "step": 35870 + }, + { + "grad_norm": 0.1759430319070816, + "learning_rate": 2.873907815136501e-06, + "loss": 0.0238, + "step": 35880 + }, + { + "grad_norm": 0.24801328778266907, + "learning_rate": 2.8601114740054556e-06, + "loss": 0.0252, + "step": 35890 + }, + { + "grad_norm": 0.22755688428878784, + "learning_rate": 2.8463473525437155e-06, + "loss": 0.0216, + "step": 35900 + }, + { + "grad_norm": 0.22921103239059448, + "learning_rate": 2.8326154601589216e-06, + "loss": 0.0182, + "step": 35910 + }, + { + "grad_norm": 0.17769372463226318, + "learning_rate": 2.818915806236705e-06, + "loss": 0.0246, + "step": 35920 + }, + { + "grad_norm": 0.15186169743537903, + "learning_rate": 2.8052484001406478e-06, + "loss": 0.0141, + "step": 35930 + }, + { + "grad_norm": 0.28631269931793213, + "learning_rate": 2.791613251212277e-06, + "loss": 0.0214, + "step": 35940 + }, + { + "grad_norm": 0.16472163796424866, + "learning_rate": 2.7780103687711166e-06, + "loss": 0.0214, + "step": 35950 + }, + { + "grad_norm": 0.18499529361724854, + "learning_rate": 2.764439762114579e-06, + "loss": 0.0285, + "step": 35960 + }, + { + "grad_norm": 0.20849497616291046, + "learning_rate": 2.750901440518061e-06, + "loss": 0.0235, + "step": 35970 + }, + { + "grad_norm": 0.13587944209575653, + "learning_rate": 2.7373954132348776e-06, + "loss": 0.024, + "step": 35980 + }, + { + "grad_norm": 0.14539913833141327, + "learning_rate": 2.7239216894962784e-06, + "loss": 0.0251, + "step": 35990 + }, + { + "grad_norm": 0.24254874885082245, + "learning_rate": 2.710480278511407e-06, + "loss": 0.023, + "step": 36000 + }, + { + "grad_norm": 0.17817570269107819, + "learning_rate": 2.6970711894673483e-06, + "loss": 0.0206, + "step": 36010 + }, + { + "grad_norm": 0.14371348917484283, + "learning_rate": 2.6836944315291047e-06, + "loss": 0.0277, + "step": 36020 + }, + { + "grad_norm": 0.1339743733406067, + "learning_rate": 2.67035001383954e-06, + "loss": 0.0255, + "step": 36030 + }, + { + "grad_norm": 0.2630777060985565, + "learning_rate": 2.6570379455194527e-06, + "loss": 0.0186, + "step": 36040 + }, + { + "grad_norm": 0.15020808577537537, + "learning_rate": 2.6437582356675206e-06, + "loss": 0.0154, + "step": 36050 + }, + { + "grad_norm": 0.1683204472064972, + "learning_rate": 2.6305108933602775e-06, + "loss": 0.0197, + "step": 36060 + }, + { + "grad_norm": 0.20156978070735931, + "learning_rate": 2.6172959276521803e-06, + "loss": 0.0216, + "step": 36070 + }, + { + "grad_norm": 0.17201600968837738, + "learning_rate": 2.6041133475755153e-06, + "loss": 0.0172, + "step": 36080 + }, + { + "grad_norm": 0.15519019961357117, + "learning_rate": 2.590963162140475e-06, + "loss": 0.0223, + "step": 36090 + }, + { + "grad_norm": 0.14551548659801483, + "learning_rate": 2.5778453803350587e-06, + "loss": 0.0203, + "step": 36100 + }, + { + "grad_norm": 0.27282318472862244, + "learning_rate": 2.5647600111251723e-06, + "loss": 0.0334, + "step": 36110 + }, + { + "grad_norm": 0.18188825249671936, + "learning_rate": 2.551707063454528e-06, + "loss": 0.0179, + "step": 36120 + }, + { + "grad_norm": 0.14075982570648193, + "learning_rate": 2.5386865462446897e-06, + "loss": 0.0177, + "step": 36130 + }, + { + "grad_norm": 0.29240453243255615, + "learning_rate": 2.52569846839506e-06, + "loss": 0.0271, + "step": 36140 + }, + { + "grad_norm": 0.1454581618309021, + "learning_rate": 2.512742838782883e-06, + "loss": 0.0203, + "step": 36150 + }, + { + "grad_norm": 0.12363193929195404, + "learning_rate": 2.4998196662631924e-06, + "loss": 0.0241, + "step": 36160 + }, + { + "grad_norm": 0.17277251183986664, + "learning_rate": 2.4869289596688604e-06, + "loss": 0.0144, + "step": 36170 + }, + { + "grad_norm": 0.22362078726291656, + "learning_rate": 2.4740707278105567e-06, + "loss": 0.019, + "step": 36180 + }, + { + "grad_norm": 0.24698857963085175, + "learning_rate": 2.461244979476779e-06, + "loss": 0.0285, + "step": 36190 + }, + { + "grad_norm": 0.16329631209373474, + "learning_rate": 2.4484517234337866e-06, + "loss": 0.0209, + "step": 36200 + }, + { + "grad_norm": 0.20757825672626495, + "learning_rate": 2.4356909684256634e-06, + "loss": 0.0247, + "step": 36210 + }, + { + "grad_norm": 0.13565246760845184, + "learning_rate": 2.4229627231742545e-06, + "loss": 0.0269, + "step": 36220 + }, + { + "grad_norm": 0.11635139584541321, + "learning_rate": 2.4102669963791956e-06, + "loss": 0.017, + "step": 36230 + }, + { + "grad_norm": 0.19617809355258942, + "learning_rate": 2.3976037967179065e-06, + "loss": 0.0179, + "step": 36240 + }, + { + "grad_norm": 0.18754161894321442, + "learning_rate": 2.3849731328455582e-06, + "loss": 0.028, + "step": 36250 + }, + { + "grad_norm": 0.23266930878162384, + "learning_rate": 2.3723750133950894e-06, + "loss": 0.0161, + "step": 36260 + }, + { + "grad_norm": 0.21347931027412415, + "learning_rate": 2.3598094469771957e-06, + "loss": 0.0242, + "step": 36270 + }, + { + "grad_norm": 0.2004738748073578, + "learning_rate": 2.347276442180324e-06, + "loss": 0.0208, + "step": 36280 + }, + { + "grad_norm": 0.27000799775123596, + "learning_rate": 2.3347760075706715e-06, + "loss": 0.0263, + "step": 36290 + }, + { + "grad_norm": 0.18260303139686584, + "learning_rate": 2.3223081516921595e-06, + "loss": 0.0196, + "step": 36300 + }, + { + "grad_norm": 0.2166583240032196, + "learning_rate": 2.3098728830664494e-06, + "loss": 0.022, + "step": 36310 + }, + { + "grad_norm": 0.2579112648963928, + "learning_rate": 2.2974702101929314e-06, + "loss": 0.0227, + "step": 36320 + }, + { + "grad_norm": 0.2388966679573059, + "learning_rate": 2.2851001415487185e-06, + "loss": 0.0261, + "step": 36330 + }, + { + "grad_norm": 0.24425023794174194, + "learning_rate": 2.272762685588631e-06, + "loss": 0.023, + "step": 36340 + }, + { + "grad_norm": 0.17200611531734467, + "learning_rate": 2.260457850745218e-06, + "loss": 0.0208, + "step": 36350 + }, + { + "grad_norm": 0.16028989851474762, + "learning_rate": 2.2481856454286963e-06, + "loss": 0.0215, + "step": 36360 + }, + { + "grad_norm": 0.1398402750492096, + "learning_rate": 2.235946078027018e-06, + "loss": 0.0292, + "step": 36370 + }, + { + "grad_norm": 0.17245064675807953, + "learning_rate": 2.223739156905802e-06, + "loss": 0.017, + "step": 36380 + }, + { + "grad_norm": 0.19349800050258636, + "learning_rate": 2.2115648904083796e-06, + "loss": 0.0247, + "step": 36390 + }, + { + "grad_norm": 0.17072799801826477, + "learning_rate": 2.199423286855734e-06, + "loss": 0.0167, + "step": 36400 + }, + { + "grad_norm": 0.19741134345531464, + "learning_rate": 2.1873143545465323e-06, + "loss": 0.0273, + "step": 36410 + }, + { + "grad_norm": 0.1705264300107956, + "learning_rate": 2.1752381017571267e-06, + "loss": 0.0217, + "step": 36420 + }, + { + "grad_norm": 0.2606988251209259, + "learning_rate": 2.1631945367415142e-06, + "loss": 0.0174, + "step": 36430 + }, + { + "grad_norm": 0.11640844494104385, + "learning_rate": 2.15118366773136e-06, + "loss": 0.0172, + "step": 36440 + }, + { + "grad_norm": 0.2427607923746109, + "learning_rate": 2.1392055029359926e-06, + "loss": 0.0146, + "step": 36450 + }, + { + "grad_norm": 0.2900351285934448, + "learning_rate": 2.127260050542357e-06, + "loss": 0.0252, + "step": 36460 + }, + { + "grad_norm": 0.19478103518486023, + "learning_rate": 2.1153473187150608e-06, + "loss": 0.0194, + "step": 36470 + }, + { + "grad_norm": 0.19044311344623566, + "learning_rate": 2.1034673155963467e-06, + "loss": 0.0245, + "step": 36480 + }, + { + "grad_norm": 0.25914454460144043, + "learning_rate": 2.0916200493060976e-06, + "loss": 0.0195, + "step": 36490 + }, + { + "grad_norm": 0.19238129258155823, + "learning_rate": 2.0798055279417916e-06, + "loss": 0.0174, + "step": 36500 + }, + { + "grad_norm": 0.15951985120773315, + "learning_rate": 2.0680237595785356e-06, + "loss": 0.0233, + "step": 36510 + }, + { + "grad_norm": 0.17242352664470673, + "learning_rate": 2.0562747522690774e-06, + "loss": 0.0201, + "step": 36520 + }, + { + "grad_norm": 0.1072138100862503, + "learning_rate": 2.0445585140437373e-06, + "loss": 0.0262, + "step": 36530 + }, + { + "grad_norm": 0.19354896247386932, + "learning_rate": 2.0328750529104602e-06, + "loss": 0.0205, + "step": 36540 + }, + { + "grad_norm": 0.219917431473732, + "learning_rate": 2.021224376854791e-06, + "loss": 0.0202, + "step": 36550 + }, + { + "grad_norm": 0.2723883092403412, + "learning_rate": 2.0096064938398386e-06, + "loss": 0.0239, + "step": 36560 + }, + { + "grad_norm": 0.11875294893980026, + "learning_rate": 1.998021411806328e-06, + "loss": 0.0157, + "step": 36570 + }, + { + "grad_norm": 0.20717591047286987, + "learning_rate": 1.9864691386725586e-06, + "loss": 0.0134, + "step": 36580 + }, + { + "grad_norm": 0.2940637469291687, + "learning_rate": 1.9749496823343814e-06, + "loss": 0.0226, + "step": 36590 + }, + { + "grad_norm": 0.2578641176223755, + "learning_rate": 1.963463050665254e-06, + "loss": 0.0207, + "step": 36600 + }, + { + "grad_norm": 0.1588539332151413, + "learning_rate": 1.9520092515161682e-06, + "loss": 0.0175, + "step": 36610 + }, + { + "grad_norm": 0.12578363716602325, + "learning_rate": 1.940588292715695e-06, + "loss": 0.0228, + "step": 36620 + }, + { + "grad_norm": 0.13589830696582794, + "learning_rate": 1.929200182069951e-06, + "loss": 0.0173, + "step": 36630 + }, + { + "grad_norm": 0.1064964085817337, + "learning_rate": 1.9178449273625997e-06, + "loss": 0.0237, + "step": 36640 + }, + { + "grad_norm": 0.13026896119117737, + "learning_rate": 1.90652253635486e-06, + "loss": 0.0255, + "step": 36650 + }, + { + "grad_norm": 0.28739315271377563, + "learning_rate": 1.8952330167854693e-06, + "loss": 0.0244, + "step": 36660 + }, + { + "grad_norm": 0.12575630843639374, + "learning_rate": 1.8839763763707107e-06, + "loss": 0.0184, + "step": 36670 + }, + { + "grad_norm": 0.2534909248352051, + "learning_rate": 1.8727526228043912e-06, + "loss": 0.0202, + "step": 36680 + }, + { + "grad_norm": 0.13962514698505402, + "learning_rate": 1.8615617637578408e-06, + "loss": 0.0191, + "step": 36690 + }, + { + "grad_norm": 0.20813867449760437, + "learning_rate": 1.850403806879908e-06, + "loss": 0.0216, + "step": 36700 + }, + { + "grad_norm": 0.2216106653213501, + "learning_rate": 1.8392787597969475e-06, + "loss": 0.0208, + "step": 36710 + }, + { + "grad_norm": 0.29930588603019714, + "learning_rate": 1.828186630112827e-06, + "loss": 0.0188, + "step": 36720 + }, + { + "grad_norm": 0.34518107771873474, + "learning_rate": 1.8171274254089098e-06, + "loss": 0.0199, + "step": 36730 + }, + { + "grad_norm": 0.14161139726638794, + "learning_rate": 1.806101153244061e-06, + "loss": 0.0181, + "step": 36740 + }, + { + "grad_norm": 0.28994300961494446, + "learning_rate": 1.7951078211546401e-06, + "loss": 0.02, + "step": 36750 + }, + { + "grad_norm": 0.14511099457740784, + "learning_rate": 1.7841474366544764e-06, + "loss": 0.023, + "step": 36760 + }, + { + "grad_norm": 0.2331427037715912, + "learning_rate": 1.7732200072348825e-06, + "loss": 0.0207, + "step": 36770 + }, + { + "grad_norm": 0.2633805274963379, + "learning_rate": 1.7623255403646677e-06, + "loss": 0.0169, + "step": 36780 + }, + { + "grad_norm": 0.2626217007637024, + "learning_rate": 1.7514640434900865e-06, + "loss": 0.024, + "step": 36790 + }, + { + "grad_norm": 0.1939307004213333, + "learning_rate": 1.7406355240348838e-06, + "loss": 0.0259, + "step": 36800 + }, + { + "grad_norm": 0.2306143045425415, + "learning_rate": 1.7298399894002392e-06, + "loss": 0.0279, + "step": 36810 + }, + { + "grad_norm": 0.23963147401809692, + "learning_rate": 1.7190774469647952e-06, + "loss": 0.027, + "step": 36820 + }, + { + "grad_norm": 0.2405882477760315, + "learning_rate": 1.7083479040846617e-06, + "loss": 0.0186, + "step": 36830 + }, + { + "grad_norm": 0.1683395355939865, + "learning_rate": 1.697651368093367e-06, + "loss": 0.0159, + "step": 36840 + }, + { + "grad_norm": 0.2844952940940857, + "learning_rate": 1.6869878463019017e-06, + "loss": 0.0268, + "step": 36850 + }, + { + "grad_norm": 0.08516202121973038, + "learning_rate": 1.6763573459986858e-06, + "loss": 0.0307, + "step": 36860 + }, + { + "grad_norm": 0.1556348204612732, + "learning_rate": 1.6657598744495516e-06, + "loss": 0.0163, + "step": 36870 + }, + { + "grad_norm": 0.17385569214820862, + "learning_rate": 1.6551954388977774e-06, + "loss": 0.023, + "step": 36880 + }, + { + "grad_norm": 0.28125131130218506, + "learning_rate": 1.644664046564054e-06, + "loss": 0.0256, + "step": 36890 + }, + { + "grad_norm": 0.28022220730781555, + "learning_rate": 1.634165704646501e-06, + "loss": 0.0186, + "step": 36900 + }, + { + "grad_norm": 0.15955644845962524, + "learning_rate": 1.6237004203206175e-06, + "loss": 0.0183, + "step": 36910 + }, + { + "grad_norm": 0.10719317942857742, + "learning_rate": 1.6132682007393373e-06, + "loss": 0.0202, + "step": 36920 + }, + { + "grad_norm": 0.23915930092334747, + "learning_rate": 1.6028690530329847e-06, + "loss": 0.0161, + "step": 36930 + }, + { + "grad_norm": 0.20127049088478088, + "learning_rate": 1.5925029843092742e-06, + "loss": 0.0269, + "step": 36940 + }, + { + "grad_norm": 0.20536723732948303, + "learning_rate": 1.5821700016533214e-06, + "loss": 0.0253, + "step": 36950 + }, + { + "grad_norm": 0.10737890005111694, + "learning_rate": 1.5718701121276268e-06, + "loss": 0.0241, + "step": 36960 + }, + { + "grad_norm": 0.10870866477489471, + "learning_rate": 1.5616033227720483e-06, + "loss": 0.0175, + "step": 36970 + }, + { + "grad_norm": 0.22991476953029633, + "learning_rate": 1.5513696406038558e-06, + "loss": 0.0186, + "step": 36980 + }, + { + "grad_norm": 0.22458572685718536, + "learning_rate": 1.5411690726176653e-06, + "loss": 0.0232, + "step": 36990 + }, + { + "grad_norm": 0.21239273250102997, + "learning_rate": 1.5310016257854832e-06, + "loss": 0.019, + "step": 37000 + }, + { + "grad_norm": 0.18439505994319916, + "learning_rate": 1.5208673070566504e-06, + "loss": 0.0183, + "step": 37010 + }, + { + "grad_norm": 0.2180737853050232, + "learning_rate": 1.5107661233578818e-06, + "loss": 0.019, + "step": 37020 + }, + { + "grad_norm": 0.14899848401546478, + "learning_rate": 1.5006980815932437e-06, + "loss": 0.0209, + "step": 37030 + }, + { + "grad_norm": 0.11899206042289734, + "learning_rate": 1.490663188644148e-06, + "loss": 0.0243, + "step": 37040 + }, + { + "grad_norm": 0.15035583078861237, + "learning_rate": 1.4806614513693418e-06, + "loss": 0.0199, + "step": 37050 + }, + { + "grad_norm": 0.21890848875045776, + "learning_rate": 1.4706928766049289e-06, + "loss": 0.0212, + "step": 37060 + }, + { + "grad_norm": 0.16020874679088593, + "learning_rate": 1.4607574711643257e-06, + "loss": 0.0213, + "step": 37070 + }, + { + "grad_norm": 0.17581616342067719, + "learning_rate": 1.4508552418382949e-06, + "loss": 0.0141, + "step": 37080 + }, + { + "grad_norm": 0.18669544160366058, + "learning_rate": 1.4409861953949112e-06, + "loss": 0.0191, + "step": 37090 + }, + { + "grad_norm": 0.1643335372209549, + "learning_rate": 1.43115033857959e-06, + "loss": 0.0227, + "step": 37100 + }, + { + "grad_norm": 0.18967722356319427, + "learning_rate": 1.4213476781150258e-06, + "loss": 0.0213, + "step": 37110 + }, + { + "grad_norm": 0.19540072977542877, + "learning_rate": 1.411578220701254e-06, + "loss": 0.0252, + "step": 37120 + }, + { + "grad_norm": 0.2839425206184387, + "learning_rate": 1.4018419730156108e-06, + "loss": 0.0237, + "step": 37130 + }, + { + "grad_norm": 0.18128445744514465, + "learning_rate": 1.3921389417127283e-06, + "loss": 0.0165, + "step": 37140 + }, + { + "grad_norm": 0.18875133991241455, + "learning_rate": 1.3824691334245298e-06, + "loss": 0.0151, + "step": 37150 + }, + { + "grad_norm": 0.24438294768333435, + "learning_rate": 1.3728325547602505e-06, + "loss": 0.0272, + "step": 37160 + }, + { + "grad_norm": 0.2599855363368988, + "learning_rate": 1.3632292123063828e-06, + "loss": 0.0189, + "step": 37170 + }, + { + "grad_norm": 0.2255823165178299, + "learning_rate": 1.3536591126267317e-06, + "loss": 0.0233, + "step": 37180 + }, + { + "grad_norm": 0.23951104283332825, + "learning_rate": 1.3441222622623761e-06, + "loss": 0.0262, + "step": 37190 + }, + { + "grad_norm": 0.26811620593070984, + "learning_rate": 1.3346186677316575e-06, + "loss": 0.0213, + "step": 37200 + }, + { + "grad_norm": 0.1704217493534088, + "learning_rate": 1.3251483355301852e-06, + "loss": 0.0204, + "step": 37210 + }, + { + "grad_norm": 0.24740354716777802, + "learning_rate": 1.315711272130854e-06, + "loss": 0.0178, + "step": 37220 + }, + { + "grad_norm": 0.14807568490505219, + "learning_rate": 1.306307483983804e-06, + "loss": 0.0189, + "step": 37230 + }, + { + "grad_norm": 0.240682914853096, + "learning_rate": 1.2969369775164275e-06, + "loss": 0.0166, + "step": 37240 + }, + { + "grad_norm": 0.2283720225095749, + "learning_rate": 1.28759975913339e-06, + "loss": 0.0198, + "step": 37250 + }, + { + "grad_norm": 0.14237718284130096, + "learning_rate": 1.2782958352165863e-06, + "loss": 0.0204, + "step": 37260 + }, + { + "grad_norm": 0.22819320857524872, + "learning_rate": 1.2690252121251633e-06, + "loss": 0.0195, + "step": 37270 + }, + { + "grad_norm": 0.15703825652599335, + "learning_rate": 1.2597878961954968e-06, + "loss": 0.0189, + "step": 37280 + }, + { + "grad_norm": 0.22740872204303741, + "learning_rate": 1.250583893741214e-06, + "loss": 0.0223, + "step": 37290 + }, + { + "grad_norm": 0.14679211378097534, + "learning_rate": 1.2414132110531607e-06, + "loss": 0.0161, + "step": 37300 + }, + { + "grad_norm": 0.1293693482875824, + "learning_rate": 1.2322758543994062e-06, + "loss": 0.0159, + "step": 37310 + }, + { + "grad_norm": 0.2349868267774582, + "learning_rate": 1.2231718300252603e-06, + "loss": 0.0189, + "step": 37320 + }, + { + "grad_norm": 0.1869611293077469, + "learning_rate": 1.214101144153229e-06, + "loss": 0.0166, + "step": 37330 + }, + { + "grad_norm": 0.15360955893993378, + "learning_rate": 1.205063802983042e-06, + "loss": 0.0164, + "step": 37340 + }, + { + "grad_norm": 0.19298984110355377, + "learning_rate": 1.1960598126916301e-06, + "loss": 0.0222, + "step": 37350 + }, + { + "grad_norm": 0.08349552750587463, + "learning_rate": 1.187089179433154e-06, + "loss": 0.0204, + "step": 37360 + }, + { + "grad_norm": 0.18611736595630646, + "learning_rate": 1.178151909338937e-06, + "loss": 0.0215, + "step": 37370 + }, + { + "grad_norm": 0.30972999334335327, + "learning_rate": 1.1692480085175317e-06, + "loss": 0.024, + "step": 37380 + }, + { + "grad_norm": 0.1830822378396988, + "learning_rate": 1.1603774830546587e-06, + "loss": 0.0237, + "step": 37390 + }, + { + "grad_norm": 0.28164705634117126, + "learning_rate": 1.1515403390132573e-06, + "loss": 0.0168, + "step": 37400 + }, + { + "grad_norm": 0.1569666862487793, + "learning_rate": 1.1427365824334124e-06, + "loss": 0.0198, + "step": 37410 + }, + { + "grad_norm": 0.1583174467086792, + "learning_rate": 1.133966219332422e-06, + "loss": 0.0209, + "step": 37420 + }, + { + "grad_norm": 0.21714173257350922, + "learning_rate": 1.1252292557047405e-06, + "loss": 0.0224, + "step": 37430 + }, + { + "grad_norm": 0.17864537239074707, + "learning_rate": 1.1165256975219974e-06, + "loss": 0.0216, + "step": 37440 + }, + { + "grad_norm": 0.22632591426372528, + "learning_rate": 1.1078555507330002e-06, + "loss": 0.0164, + "step": 37450 + }, + { + "grad_norm": 0.1663314402103424, + "learning_rate": 1.0992188212637089e-06, + "loss": 0.0176, + "step": 37460 + }, + { + "grad_norm": 0.16484473645687103, + "learning_rate": 1.0906155150172458e-06, + "loss": 0.0202, + "step": 37470 + }, + { + "grad_norm": 0.2514635920524597, + "learning_rate": 1.0820456378738852e-06, + "loss": 0.0208, + "step": 37480 + }, + { + "grad_norm": 0.15234589576721191, + "learning_rate": 1.0735091956910692e-06, + "loss": 0.0204, + "step": 37490 + }, + { + "grad_norm": 0.19443488121032715, + "learning_rate": 1.0650061943033695e-06, + "loss": 0.0176, + "step": 37500 + }, + { + "grad_norm": 0.27005356550216675, + "learning_rate": 1.0565366395225041e-06, + "loss": 0.0256, + "step": 37510 + }, + { + "grad_norm": 0.2780081629753113, + "learning_rate": 1.0481005371373366e-06, + "loss": 0.0185, + "step": 37520 + }, + { + "grad_norm": 0.22002515196800232, + "learning_rate": 1.0396978929138602e-06, + "loss": 0.0217, + "step": 37530 + }, + { + "grad_norm": 0.17345145344734192, + "learning_rate": 1.0313287125952032e-06, + "loss": 0.0157, + "step": 37540 + }, + { + "grad_norm": 0.16067007184028625, + "learning_rate": 1.0229930019016288e-06, + "loss": 0.0176, + "step": 37550 + }, + { + "grad_norm": 0.17775191366672516, + "learning_rate": 1.0146907665305183e-06, + "loss": 0.0165, + "step": 37560 + }, + { + "grad_norm": 0.2067485749721527, + "learning_rate": 1.0064220121563551e-06, + "loss": 0.02, + "step": 37570 + }, + { + "grad_norm": 0.16825897991657257, + "learning_rate": 9.98186744430768e-07, + "loss": 0.0166, + "step": 37580 + }, + { + "grad_norm": 0.23757261037826538, + "learning_rate": 9.899849689824826e-07, + "loss": 0.0193, + "step": 37590 + }, + { + "grad_norm": 0.22640782594680786, + "learning_rate": 9.818166914173365e-07, + "loss": 0.0239, + "step": 37600 + }, + { + "grad_norm": 0.1914844512939453, + "learning_rate": 9.736819173182642e-07, + "loss": 0.0157, + "step": 37610 + }, + { + "grad_norm": 0.17688731849193573, + "learning_rate": 9.655806522453126e-07, + "loss": 0.015, + "step": 37620 + }, + { + "grad_norm": 0.29478004574775696, + "learning_rate": 9.575129017356187e-07, + "loss": 0.0207, + "step": 37630 + }, + { + "grad_norm": 0.21791888773441315, + "learning_rate": 9.494786713034109e-07, + "loss": 0.0186, + "step": 37640 + }, + { + "grad_norm": 0.14903581142425537, + "learning_rate": 9.414779664400075e-07, + "loss": 0.0204, + "step": 37650 + }, + { + "grad_norm": 0.13364964723587036, + "learning_rate": 9.335107926138342e-07, + "loss": 0.02, + "step": 37660 + }, + { + "grad_norm": 0.200235053896904, + "learning_rate": 9.255771552703519e-07, + "loss": 0.0248, + "step": 37670 + }, + { + "grad_norm": 0.22546154260635376, + "learning_rate": 9.176770598321449e-07, + "loss": 0.019, + "step": 37680 + }, + { + "grad_norm": 0.16101354360580444, + "learning_rate": 9.098105116988498e-07, + "loss": 0.0144, + "step": 37690 + }, + { + "grad_norm": 0.2776484489440918, + "learning_rate": 9.019775162471767e-07, + "loss": 0.0328, + "step": 37700 + }, + { + "grad_norm": 0.1169048547744751, + "learning_rate": 8.94178078830904e-07, + "loss": 0.0178, + "step": 37710 + }, + { + "grad_norm": 0.1551399976015091, + "learning_rate": 8.864122047808731e-07, + "loss": 0.0208, + "step": 37720 + }, + { + "grad_norm": 0.3055584132671356, + "learning_rate": 8.786798994049882e-07, + "loss": 0.0234, + "step": 37730 + }, + { + "grad_norm": 0.19282329082489014, + "learning_rate": 8.709811679882052e-07, + "loss": 0.025, + "step": 37740 + }, + { + "grad_norm": 0.20012491941452026, + "learning_rate": 8.633160157925313e-07, + "loss": 0.0173, + "step": 37750 + }, + { + "grad_norm": 0.17775046825408936, + "learning_rate": 8.556844480570369e-07, + "loss": 0.0216, + "step": 37760 + }, + { + "grad_norm": 0.17861168086528778, + "learning_rate": 8.480864699978164e-07, + "loss": 0.0185, + "step": 37770 + }, + { + "grad_norm": 0.27427759766578674, + "learning_rate": 8.405220868080154e-07, + "loss": 0.0291, + "step": 37780 + }, + { + "grad_norm": 0.1192546933889389, + "learning_rate": 8.329913036578263e-07, + "loss": 0.0172, + "step": 37790 + }, + { + "grad_norm": 0.16300052404403687, + "learning_rate": 8.254941256944593e-07, + "loss": 0.0237, + "step": 37800 + }, + { + "grad_norm": 0.1701185405254364, + "learning_rate": 8.18030558042171e-07, + "loss": 0.0162, + "step": 37810 + }, + { + "grad_norm": 0.16865715384483337, + "learning_rate": 8.106006058022419e-07, + "loss": 0.0181, + "step": 37820 + }, + { + "grad_norm": 0.33313214778900146, + "learning_rate": 8.03204274052971e-07, + "loss": 0.0277, + "step": 37830 + }, + { + "grad_norm": 0.12143871188163757, + "learning_rate": 7.958415678496756e-07, + "loss": 0.0145, + "step": 37840 + }, + { + "grad_norm": 0.17692826688289642, + "learning_rate": 7.885124922247022e-07, + "loss": 0.0216, + "step": 37850 + }, + { + "grad_norm": 0.14899788796901703, + "learning_rate": 7.812170521874051e-07, + "loss": 0.0222, + "step": 37860 + }, + { + "grad_norm": 0.15790651738643646, + "learning_rate": 7.739552527241456e-07, + "loss": 0.0181, + "step": 37870 + }, + { + "grad_norm": 0.1334376037120819, + "learning_rate": 7.667270987983033e-07, + "loss": 0.0234, + "step": 37880 + }, + { + "grad_norm": 0.23171620070934296, + "learning_rate": 7.595325953502375e-07, + "loss": 0.0158, + "step": 37890 + }, + { + "grad_norm": 0.2734905779361725, + "learning_rate": 7.523717472973368e-07, + "loss": 0.0241, + "step": 37900 + }, + { + "grad_norm": 0.20610299706459045, + "learning_rate": 7.452445595339696e-07, + "loss": 0.026, + "step": 37910 + }, + { + "grad_norm": 0.23020534217357635, + "learning_rate": 7.381510369315059e-07, + "loss": 0.016, + "step": 37920 + }, + { + "grad_norm": 0.20215162634849548, + "learning_rate": 7.310911843382895e-07, + "loss": 0.0252, + "step": 37930 + }, + { + "grad_norm": 0.20324936509132385, + "learning_rate": 7.240650065796716e-07, + "loss": 0.0251, + "step": 37940 + }, + { + "grad_norm": 0.1794711798429489, + "learning_rate": 7.170725084579777e-07, + "loss": 0.0192, + "step": 37950 + }, + { + "grad_norm": 0.1609877645969391, + "learning_rate": 7.101136947525233e-07, + "loss": 0.0184, + "step": 37960 + }, + { + "grad_norm": 0.12550146877765656, + "learning_rate": 7.031885702195707e-07, + "loss": 0.0147, + "step": 37970 + }, + { + "grad_norm": 0.2113969326019287, + "learning_rate": 6.962971395924e-07, + "loss": 0.0242, + "step": 37980 + }, + { + "grad_norm": 0.2468322515487671, + "learning_rate": 6.894394075812217e-07, + "loss": 0.0212, + "step": 37990 + }, + { + "grad_norm": 0.15901564061641693, + "learning_rate": 6.826153788732359e-07, + "loss": 0.0187, + "step": 38000 + }, + { + "grad_norm": 0.1642962247133255, + "learning_rate": 6.758250581326009e-07, + "loss": 0.0279, + "step": 38010 + }, + { + "grad_norm": 0.11729616671800613, + "learning_rate": 6.690684500004485e-07, + "loss": 0.0148, + "step": 38020 + }, + { + "grad_norm": 0.25634780526161194, + "learning_rate": 6.623455590948458e-07, + "loss": 0.0261, + "step": 38030 + }, + { + "grad_norm": 0.1147625595331192, + "learning_rate": 6.556563900108226e-07, + "loss": 0.0133, + "step": 38040 + }, + { + "grad_norm": 0.1742299646139145, + "learning_rate": 6.490009473203662e-07, + "loss": 0.0161, + "step": 38050 + }, + { + "grad_norm": 0.18936237692832947, + "learning_rate": 6.423792355724156e-07, + "loss": 0.0175, + "step": 38060 + }, + { + "grad_norm": 0.18565280735492706, + "learning_rate": 6.35791259292845e-07, + "loss": 0.019, + "step": 38070 + }, + { + "grad_norm": 0.13741908967494965, + "learning_rate": 6.292370229844691e-07, + "loss": 0.0168, + "step": 38080 + }, + { + "grad_norm": 0.16681571304798126, + "learning_rate": 6.227165311270488e-07, + "loss": 0.0159, + "step": 38090 + }, + { + "grad_norm": 0.11312860995531082, + "learning_rate": 6.16229788177275e-07, + "loss": 0.0174, + "step": 38100 + }, + { + "grad_norm": 0.22162584960460663, + "learning_rate": 6.097767985687841e-07, + "loss": 0.0167, + "step": 38110 + }, + { + "grad_norm": 0.152763232588768, + "learning_rate": 6.033575667121317e-07, + "loss": 0.0155, + "step": 38120 + }, + { + "grad_norm": 0.14684201776981354, + "learning_rate": 5.969720969947967e-07, + "loss": 0.0229, + "step": 38130 + }, + { + "grad_norm": 0.1687122881412506, + "learning_rate": 5.906203937811883e-07, + "loss": 0.0174, + "step": 38140 + }, + { + "grad_norm": 0.09691198915243149, + "learning_rate": 5.843024614126447e-07, + "loss": 0.0164, + "step": 38150 + }, + { + "grad_norm": 0.21457098424434662, + "learning_rate": 5.780183042074061e-07, + "loss": 0.0151, + "step": 38160 + }, + { + "grad_norm": 0.23358143866062164, + "learning_rate": 5.717679264606312e-07, + "loss": 0.0231, + "step": 38170 + }, + { + "grad_norm": 0.17623303830623627, + "learning_rate": 5.655513324444028e-07, + "loss": 0.0257, + "step": 38180 + }, + { + "grad_norm": 0.1651528775691986, + "learning_rate": 5.593685264076942e-07, + "loss": 0.0204, + "step": 38190 + }, + { + "grad_norm": 0.1426992267370224, + "learning_rate": 5.532195125764029e-07, + "loss": 0.0248, + "step": 38200 + }, + { + "grad_norm": 0.15543420612812042, + "learning_rate": 5.471042951533167e-07, + "loss": 0.0211, + "step": 38210 + }, + { + "grad_norm": 0.18823383748531342, + "learning_rate": 5.410228783181371e-07, + "loss": 0.0164, + "step": 38220 + }, + { + "grad_norm": 0.2321910709142685, + "learning_rate": 5.349752662274444e-07, + "loss": 0.02, + "step": 38230 + }, + { + "grad_norm": 0.23647940158843994, + "learning_rate": 5.289614630147321e-07, + "loss": 0.0298, + "step": 38240 + }, + { + "grad_norm": 0.15889844298362732, + "learning_rate": 5.229814727903737e-07, + "loss": 0.0198, + "step": 38250 + }, + { + "grad_norm": 0.2239687293767929, + "learning_rate": 5.170352996416439e-07, + "loss": 0.0192, + "step": 38260 + }, + { + "grad_norm": 0.16997826099395752, + "learning_rate": 5.111229476326918e-07, + "loss": 0.0209, + "step": 38270 + }, + { + "grad_norm": 0.2986603081226349, + "learning_rate": 5.052444208045459e-07, + "loss": 0.0218, + "step": 38280 + }, + { + "grad_norm": 0.21695414185523987, + "learning_rate": 4.993997231751312e-07, + "loss": 0.0209, + "step": 38290 + }, + { + "grad_norm": 0.23341649770736694, + "learning_rate": 4.935888587392468e-07, + "loss": 0.0275, + "step": 38300 + }, + { + "grad_norm": 0.13947872817516327, + "learning_rate": 4.878118314685598e-07, + "loss": 0.0189, + "step": 38310 + }, + { + "grad_norm": 0.24433407187461853, + "learning_rate": 4.820686453116119e-07, + "loss": 0.0193, + "step": 38320 + }, + { + "grad_norm": 0.2687515616416931, + "learning_rate": 4.763593041938186e-07, + "loss": 0.0241, + "step": 38330 + }, + { + "grad_norm": 0.1786232888698578, + "learning_rate": 4.706838120174584e-07, + "loss": 0.0231, + "step": 38340 + }, + { + "grad_norm": 0.15442822873592377, + "learning_rate": 4.650421726616838e-07, + "loss": 0.0193, + "step": 38350 + }, + { + "grad_norm": 0.20242594182491302, + "learning_rate": 4.594343899824993e-07, + "loss": 0.0257, + "step": 38360 + }, + { + "grad_norm": 0.13504041731357574, + "learning_rate": 4.538604678127667e-07, + "loss": 0.0139, + "step": 38370 + }, + { + "grad_norm": 0.16839367151260376, + "learning_rate": 4.483204099622107e-07, + "loss": 0.0168, + "step": 38380 + }, + { + "grad_norm": 0.1255202442407608, + "learning_rate": 4.4281422021740793e-07, + "loss": 0.0203, + "step": 38390 + }, + { + "grad_norm": 0.1565168797969818, + "learning_rate": 4.373419023417924e-07, + "loss": 0.0196, + "step": 38400 + }, + { + "grad_norm": 0.1841047704219818, + "learning_rate": 4.319034600756389e-07, + "loss": 0.0221, + "step": 38410 + }, + { + "grad_norm": 0.21188117563724518, + "learning_rate": 4.264988971360739e-07, + "loss": 0.0255, + "step": 38420 + }, + { + "grad_norm": 0.1563926488161087, + "learning_rate": 4.211282172170594e-07, + "loss": 0.0214, + "step": 38430 + }, + { + "grad_norm": 0.1464099884033203, + "learning_rate": 4.1579142398940894e-07, + "loss": 0.0177, + "step": 38440 + }, + { + "grad_norm": 0.16643255949020386, + "learning_rate": 4.1048852110076585e-07, + "loss": 0.0198, + "step": 38450 + }, + { + "grad_norm": 0.14080700278282166, + "learning_rate": 4.052195121756197e-07, + "loss": 0.0184, + "step": 38460 + }, + { + "grad_norm": 0.1800086945295334, + "learning_rate": 3.9998440081528974e-07, + "loss": 0.0171, + "step": 38470 + }, + { + "grad_norm": 0.1184081882238388, + "learning_rate": 3.9478319059791936e-07, + "loss": 0.015, + "step": 38480 + }, + { + "grad_norm": 0.16630388796329498, + "learning_rate": 3.8961588507848143e-07, + "loss": 0.0152, + "step": 38490 + }, + { + "grad_norm": 0.21201342344284058, + "learning_rate": 3.844824877887954e-07, + "loss": 0.0212, + "step": 38500 + }, + { + "grad_norm": 0.2305854707956314, + "learning_rate": 3.7938300223748224e-07, + "loss": 0.023, + "step": 38510 + }, + { + "grad_norm": 0.1536339372396469, + "learning_rate": 3.743174319099929e-07, + "loss": 0.0188, + "step": 38520 + }, + { + "grad_norm": 0.2572688162326813, + "learning_rate": 3.6928578026859673e-07, + "loss": 0.0306, + "step": 38530 + }, + { + "grad_norm": 0.2748599648475647, + "learning_rate": 3.642880507523816e-07, + "loss": 0.0257, + "step": 38540 + }, + { + "grad_norm": 0.16984763741493225, + "learning_rate": 3.5932424677724285e-07, + "loss": 0.0168, + "step": 38550 + }, + { + "grad_norm": 0.23912635445594788, + "learning_rate": 3.5439437173589996e-07, + "loss": 0.0205, + "step": 38560 + }, + { + "grad_norm": 0.18947464227676392, + "learning_rate": 3.4949842899787423e-07, + "loss": 0.027, + "step": 38570 + }, + { + "grad_norm": 0.16069594025611877, + "learning_rate": 3.446364219094944e-07, + "loss": 0.0195, + "step": 38580 + }, + { + "grad_norm": 0.1438535898923874, + "learning_rate": 3.3980835379389675e-07, + "loss": 0.0263, + "step": 38590 + }, + { + "grad_norm": 0.13005602359771729, + "learning_rate": 3.350142279510249e-07, + "loss": 0.016, + "step": 38600 + }, + { + "grad_norm": 0.3062538206577301, + "learning_rate": 3.3025404765761324e-07, + "loss": 0.0238, + "step": 38610 + }, + { + "grad_norm": 0.18780048191547394, + "learning_rate": 3.255278161672037e-07, + "loss": 0.0233, + "step": 38620 + }, + { + "grad_norm": 0.16025644540786743, + "learning_rate": 3.20835536710129e-07, + "loss": 0.0151, + "step": 38630 + }, + { + "grad_norm": 0.22802527248859406, + "learning_rate": 3.1617721249351804e-07, + "loss": 0.0233, + "step": 38640 + }, + { + "grad_norm": 0.19379939138889313, + "learning_rate": 3.115528467012963e-07, + "loss": 0.0166, + "step": 38650 + }, + { + "grad_norm": 0.27620047330856323, + "learning_rate": 3.0696244249416305e-07, + "loss": 0.0157, + "step": 38660 + }, + { + "grad_norm": 0.15703563392162323, + "learning_rate": 3.024060030096254e-07, + "loss": 0.018, + "step": 38670 + }, + { + "grad_norm": 0.12853887677192688, + "learning_rate": 2.9788353136196435e-07, + "loss": 0.0239, + "step": 38680 + }, + { + "grad_norm": 0.205644890666008, + "learning_rate": 2.9339503064224615e-07, + "loss": 0.0211, + "step": 38690 + }, + { + "grad_norm": 0.10614460706710815, + "learning_rate": 2.889405039183224e-07, + "loss": 0.0159, + "step": 38700 + }, + { + "grad_norm": 0.2983613908290863, + "learning_rate": 2.8451995423481315e-07, + "loss": 0.0166, + "step": 38710 + }, + { + "grad_norm": 0.20501545071601868, + "learning_rate": 2.801333846131293e-07, + "loss": 0.0173, + "step": 38720 + }, + { + "grad_norm": 0.20787391066551208, + "learning_rate": 2.757807980514504e-07, + "loss": 0.0255, + "step": 38730 + }, + { + "grad_norm": 0.24529239535331726, + "learning_rate": 2.714621975247189e-07, + "loss": 0.0147, + "step": 38740 + }, + { + "grad_norm": 0.1510663479566574, + "learning_rate": 2.671775859846626e-07, + "loss": 0.0231, + "step": 38750 + }, + { + "grad_norm": 0.29998156428337097, + "learning_rate": 2.629269663597722e-07, + "loss": 0.0247, + "step": 38760 + }, + { + "grad_norm": 0.12081434577703476, + "learning_rate": 2.587103415553127e-07, + "loss": 0.0208, + "step": 38770 + }, + { + "grad_norm": 0.18119192123413086, + "learning_rate": 2.545277144533009e-07, + "loss": 0.0183, + "step": 38780 + }, + { + "grad_norm": 0.29657813906669617, + "learning_rate": 2.5037908791252227e-07, + "loss": 0.0217, + "step": 38790 + }, + { + "grad_norm": 0.13864019513130188, + "learning_rate": 2.462644647685308e-07, + "loss": 0.0297, + "step": 38800 + }, + { + "grad_norm": 0.21889542043209076, + "learning_rate": 2.421838478336269e-07, + "loss": 0.0231, + "step": 38810 + }, + { + "grad_norm": 0.1158071979880333, + "learning_rate": 2.3813723989687398e-07, + "loss": 0.0176, + "step": 38820 + }, + { + "grad_norm": 0.15862317383289337, + "learning_rate": 2.3412464372409293e-07, + "loss": 0.021, + "step": 38830 + }, + { + "grad_norm": 0.15678094327449799, + "learning_rate": 2.301460620578455e-07, + "loss": 0.0215, + "step": 38840 + }, + { + "grad_norm": 0.1861358880996704, + "learning_rate": 2.262014976174731e-07, + "loss": 0.0206, + "step": 38850 + }, + { + "grad_norm": 0.20513413846492767, + "learning_rate": 2.2229095309903025e-07, + "loss": 0.0232, + "step": 38860 + }, + { + "grad_norm": 0.10546459257602692, + "learning_rate": 2.184144311753511e-07, + "loss": 0.0172, + "step": 38870 + }, + { + "grad_norm": 0.15458087623119354, + "learning_rate": 2.14571934495994e-07, + "loss": 0.0204, + "step": 38880 + }, + { + "grad_norm": 0.1785791516304016, + "learning_rate": 2.1076346568726923e-07, + "loss": 0.0226, + "step": 38890 + }, + { + "grad_norm": 0.18329697847366333, + "learning_rate": 2.0698902735223346e-07, + "loss": 0.0188, + "step": 38900 + }, + { + "grad_norm": 0.2693193554878235, + "learning_rate": 2.0324862207067863e-07, + "loss": 0.0175, + "step": 38910 + }, + { + "grad_norm": 0.19660347700119019, + "learning_rate": 1.9954225239913195e-07, + "loss": 0.0197, + "step": 38920 + }, + { + "grad_norm": 0.1302928924560547, + "learning_rate": 1.9586992087087252e-07, + "loss": 0.0215, + "step": 38930 + }, + { + "grad_norm": 0.2618543207645416, + "learning_rate": 1.9223162999588705e-07, + "loss": 0.017, + "step": 38940 + }, + { + "grad_norm": 0.18427762389183044, + "learning_rate": 1.886273822609308e-07, + "loss": 0.0204, + "step": 38950 + }, + { + "grad_norm": 0.18333882093429565, + "learning_rate": 1.8505718012946094e-07, + "loss": 0.0217, + "step": 38960 + }, + { + "grad_norm": 0.14726389944553375, + "learning_rate": 1.8152102604168664e-07, + "loss": 0.0196, + "step": 38970 + }, + { + "grad_norm": 0.12707726657390594, + "learning_rate": 1.7801892241452457e-07, + "loss": 0.0182, + "step": 38980 + }, + { + "grad_norm": 0.22927226126194, + "learning_rate": 1.745508716416433e-07, + "loss": 0.0215, + "step": 38990 + }, + { + "grad_norm": 0.26267504692077637, + "learning_rate": 1.7111687609341342e-07, + "loss": 0.0305, + "step": 39000 + }, + { + "grad_norm": 0.4892374277114868, + "learning_rate": 1.6771693811693523e-07, + "loss": 0.0206, + "step": 39010 + }, + { + "grad_norm": 0.20861467719078064, + "learning_rate": 1.643510600360443e-07, + "loss": 0.0222, + "step": 39020 + }, + { + "grad_norm": 0.24107202887535095, + "learning_rate": 1.610192441512781e-07, + "loss": 0.0177, + "step": 39030 + }, + { + "grad_norm": 0.2756938338279724, + "learning_rate": 1.5772149273990956e-07, + "loss": 0.02, + "step": 39040 + }, + { + "grad_norm": 0.22108985483646393, + "learning_rate": 1.5445780805591337e-07, + "loss": 0.0245, + "step": 39050 + }, + { + "grad_norm": 0.17170728743076324, + "learning_rate": 1.5122819232998852e-07, + "loss": 0.0152, + "step": 39060 + }, + { + "grad_norm": 0.20326824486255646, + "learning_rate": 1.4803264776955262e-07, + "loss": 0.0184, + "step": 39070 + }, + { + "grad_norm": 0.10980799049139023, + "learning_rate": 1.448711765587196e-07, + "loss": 0.0191, + "step": 39080 + }, + { + "grad_norm": 0.1533747911453247, + "learning_rate": 1.4174378085833885e-07, + "loss": 0.0207, + "step": 39090 + }, + { + "grad_norm": 0.17035554349422455, + "learning_rate": 1.3865046280594486e-07, + "loss": 0.0164, + "step": 39100 + }, + { + "grad_norm": 0.17456020414829254, + "learning_rate": 1.3559122451579643e-07, + "loss": 0.0146, + "step": 39110 + }, + { + "grad_norm": 0.10969273000955582, + "learning_rate": 1.3256606807884874e-07, + "loss": 0.0196, + "step": 39120 + }, + { + "grad_norm": 0.11794473230838776, + "learning_rate": 1.2957499556277563e-07, + "loss": 0.0216, + "step": 39130 + }, + { + "grad_norm": 0.19332757592201233, + "learning_rate": 1.266180090119473e-07, + "loss": 0.0217, + "step": 39140 + }, + { + "grad_norm": 0.20355306565761566, + "learning_rate": 1.2369511044742488e-07, + "loss": 0.0148, + "step": 39150 + }, + { + "grad_norm": 0.17693881690502167, + "learning_rate": 1.2080630186698805e-07, + "loss": 0.0146, + "step": 39160 + }, + { + "grad_norm": 0.19993917644023895, + "learning_rate": 1.1795158524511851e-07, + "loss": 0.0206, + "step": 39170 + }, + { + "grad_norm": 0.16939540207386017, + "learning_rate": 1.1513096253297773e-07, + "loss": 0.0201, + "step": 39180 + }, + { + "grad_norm": 0.15534667670726776, + "learning_rate": 1.1234443565843466e-07, + "loss": 0.0231, + "step": 39190 + }, + { + "grad_norm": 0.16847321391105652, + "learning_rate": 1.0959200652606028e-07, + "loss": 0.0198, + "step": 39200 + }, + { + "grad_norm": 0.1695208102464676, + "learning_rate": 1.0687367701711082e-07, + "loss": 0.0417, + "step": 39210 + }, + { + "grad_norm": 0.09274508059024811, + "learning_rate": 1.0418944898953898e-07, + "loss": 0.0199, + "step": 39220 + }, + { + "grad_norm": 0.2281409651041031, + "learning_rate": 1.0153932427798829e-07, + "loss": 0.0252, + "step": 39230 + }, + { + "grad_norm": 0.2218853384256363, + "learning_rate": 9.892330469379874e-08, + "loss": 0.0189, + "step": 39240 + }, + { + "grad_norm": 0.219992533326149, + "learning_rate": 9.634139202498449e-08, + "loss": 0.0271, + "step": 39250 + }, + { + "grad_norm": 0.11936887353658676, + "learning_rate": 9.379358803627281e-08, + "loss": 0.0185, + "step": 39260 + }, + { + "grad_norm": 0.15696120262145996, + "learning_rate": 9.12798944690485e-08, + "loss": 0.0244, + "step": 39270 + }, + { + "grad_norm": 0.2125510573387146, + "learning_rate": 8.880031304141501e-08, + "loss": 0.0246, + "step": 39280 + }, + { + "grad_norm": 0.1868741810321808, + "learning_rate": 8.635484544812777e-08, + "loss": 0.0225, + "step": 39290 + }, + { + "grad_norm": 0.20925402641296387, + "learning_rate": 8.394349336064422e-08, + "loss": 0.0329, + "step": 39300 + }, + { + "grad_norm": 0.19180524349212646, + "learning_rate": 8.156625842710153e-08, + "loss": 0.0223, + "step": 39310 + }, + { + "grad_norm": 0.11771824955940247, + "learning_rate": 7.92231422723222e-08, + "loss": 0.0202, + "step": 39320 + }, + { + "grad_norm": 0.16657109558582306, + "learning_rate": 7.691414649780293e-08, + "loss": 0.0214, + "step": 39330 + }, + { + "grad_norm": 0.2037825882434845, + "learning_rate": 7.463927268171467e-08, + "loss": 0.0225, + "step": 39340 + }, + { + "grad_norm": 0.16701740026474, + "learning_rate": 7.239852237891365e-08, + "loss": 0.027, + "step": 39350 + }, + { + "grad_norm": 0.17454764246940613, + "learning_rate": 7.019189712093588e-08, + "loss": 0.0205, + "step": 39360 + }, + { + "grad_norm": 0.3174647092819214, + "learning_rate": 6.801939841598603e-08, + "loss": 0.0319, + "step": 39370 + }, + { + "grad_norm": 0.2648220658302307, + "learning_rate": 6.588102774894856e-08, + "loss": 0.0239, + "step": 39380 + }, + { + "grad_norm": 0.2818123698234558, + "learning_rate": 6.377678658137653e-08, + "loss": 0.0252, + "step": 39390 + }, + { + "grad_norm": 0.16611945629119873, + "learning_rate": 6.17066763514973e-08, + "loss": 0.0219, + "step": 39400 + }, + { + "grad_norm": 0.1509544998407364, + "learning_rate": 5.967069847421792e-08, + "loss": 0.0186, + "step": 39410 + }, + { + "grad_norm": 0.18593312799930573, + "learning_rate": 5.7668854341108583e-08, + "loss": 0.0195, + "step": 39420 + }, + { + "grad_norm": 0.1224401444196701, + "learning_rate": 5.570114532040815e-08, + "loss": 0.0207, + "step": 39430 + }, + { + "grad_norm": 0.17683953046798706, + "learning_rate": 5.3767572757029706e-08, + "loss": 0.0233, + "step": 39440 + }, + { + "grad_norm": 0.13348066806793213, + "learning_rate": 5.186813797254386e-08, + "loss": 0.0173, + "step": 39450 + }, + { + "grad_norm": 0.15022313594818115, + "learning_rate": 5.000284226521213e-08, + "loss": 0.0149, + "step": 39460 + }, + { + "grad_norm": 0.37619346380233765, + "learning_rate": 4.8171686909931346e-08, + "loss": 0.0175, + "step": 39470 + }, + { + "grad_norm": 0.11043472588062286, + "learning_rate": 4.637467315828925e-08, + "loss": 0.018, + "step": 39480 + }, + { + "grad_norm": 0.13027065992355347, + "learning_rate": 4.461180223852002e-08, + "loss": 0.0191, + "step": 39490 + }, + { + "grad_norm": 0.13492494821548462, + "learning_rate": 4.288307535553204e-08, + "loss": 0.0184, + "step": 39500 + }, + { + "grad_norm": 0.1327083855867386, + "learning_rate": 4.1188493690896836e-08, + "loss": 0.0175, + "step": 39510 + }, + { + "grad_norm": 0.22733481228351593, + "learning_rate": 3.952805840284346e-08, + "loss": 0.0216, + "step": 39520 + }, + { + "grad_norm": 0.2585498094558716, + "learning_rate": 3.790177062625855e-08, + "loss": 0.0183, + "step": 39530 + }, + { + "grad_norm": 0.1439058780670166, + "learning_rate": 3.6309631472702946e-08, + "loss": 0.0243, + "step": 39540 + }, + { + "grad_norm": 0.11679387092590332, + "learning_rate": 3.475164203038395e-08, + "loss": 0.0206, + "step": 39550 + }, + { + "grad_norm": 0.15163692831993103, + "learning_rate": 3.3227803364171974e-08, + "loss": 0.0212, + "step": 39560 + }, + { + "grad_norm": 0.1264585554599762, + "learning_rate": 3.173811651560055e-08, + "loss": 0.0171, + "step": 39570 + }, + { + "grad_norm": 0.23598849773406982, + "learning_rate": 3.0282582502855204e-08, + "loss": 0.0265, + "step": 39580 + }, + { + "grad_norm": 0.11198146641254425, + "learning_rate": 2.8861202320773496e-08, + "loss": 0.0206, + "step": 39590 + }, + { + "grad_norm": 0.16128477454185486, + "learning_rate": 2.7473976940867175e-08, + "loss": 0.0183, + "step": 39600 + }, + { + "grad_norm": 0.19762423634529114, + "learning_rate": 2.6120907311277808e-08, + "loss": 0.0189, + "step": 39610 + }, + { + "grad_norm": 0.2393491566181183, + "learning_rate": 2.480199435682673e-08, + "loss": 0.0203, + "step": 39620 + }, + { + "grad_norm": 0.19056472182273865, + "learning_rate": 2.3517238978976174e-08, + "loss": 0.0207, + "step": 39630 + }, + { + "grad_norm": 0.17475493252277374, + "learning_rate": 2.2266642055834842e-08, + "loss": 0.0207, + "step": 39640 + }, + { + "grad_norm": 0.20746582746505737, + "learning_rate": 2.105020444219119e-08, + "loss": 0.0185, + "step": 39650 + }, + { + "grad_norm": 0.1571311354637146, + "learning_rate": 1.9867926969452388e-08, + "loss": 0.0211, + "step": 39660 + }, + { + "grad_norm": 0.17560487985610962, + "learning_rate": 1.8719810445705366e-08, + "loss": 0.0181, + "step": 39670 + }, + { + "grad_norm": 0.19488084316253662, + "learning_rate": 1.760585565567241e-08, + "loss": 0.0189, + "step": 39680 + }, + { + "grad_norm": 0.17773640155792236, + "learning_rate": 1.6526063360727816e-08, + "loss": 0.0167, + "step": 39690 + }, + { + "grad_norm": 0.21488934755325317, + "learning_rate": 1.5480434298908997e-08, + "loss": 0.0296, + "step": 39700 + }, + { + "grad_norm": 0.2215196043252945, + "learning_rate": 1.4468969184883164e-08, + "loss": 0.0208, + "step": 39710 + }, + { + "grad_norm": 0.16636256873607635, + "learning_rate": 1.3491668709980643e-08, + "loss": 0.0187, + "step": 39720 + }, + { + "grad_norm": 0.15038354694843292, + "learning_rate": 1.254853354217822e-08, + "loss": 0.0151, + "step": 39730 + }, + { + "grad_norm": 0.14910824596881866, + "learning_rate": 1.1639564326099139e-08, + "loss": 0.0178, + "step": 39740 + }, + { + "grad_norm": 0.20634225010871887, + "learning_rate": 1.0764761683018653e-08, + "loss": 0.0201, + "step": 39750 + }, + { + "grad_norm": 0.2043057084083557, + "learning_rate": 9.924126210852925e-09, + "loss": 0.0189, + "step": 39760 + }, + { + "grad_norm": 0.1815272867679596, + "learning_rate": 9.117658484170122e-09, + "loss": 0.025, + "step": 39770 + }, + { + "grad_norm": 0.24888132512569427, + "learning_rate": 8.345359054179324e-09, + "loss": 0.0292, + "step": 39780 + }, + { + "grad_norm": 0.13444840908050537, + "learning_rate": 7.60722844874162e-09, + "loss": 0.0247, + "step": 39790 + }, + { + "grad_norm": 0.11573616415262222, + "learning_rate": 6.903267172364558e-09, + "loss": 0.021, + "step": 39800 + }, + { + "grad_norm": 0.17990155518054962, + "learning_rate": 6.23347570619659e-09, + "loss": 0.0195, + "step": 39810 + }, + { + "grad_norm": 0.14547254145145416, + "learning_rate": 5.59785450803818e-09, + "loss": 0.0189, + "step": 39820 + }, + { + "grad_norm": 0.1384795755147934, + "learning_rate": 4.996404012325151e-09, + "loss": 0.0222, + "step": 39830 + }, + { + "grad_norm": 0.1979992389678955, + "learning_rate": 4.429124630145331e-09, + "loss": 0.0206, + "step": 39840 + }, + { + "grad_norm": 0.12388809770345688, + "learning_rate": 3.89601674922746e-09, + "loss": 0.0195, + "step": 39850 + }, + { + "grad_norm": 0.18016734719276428, + "learning_rate": 3.3970807339467336e-09, + "loss": 0.0216, + "step": 39860 + }, + { + "grad_norm": 0.20087628066539764, + "learning_rate": 2.9323169253248073e-09, + "loss": 0.021, + "step": 39870 + }, + { + "grad_norm": 0.19792698323726654, + "learning_rate": 2.501725641018693e-09, + "loss": 0.0197, + "step": 39880 + }, + { + "grad_norm": 0.1361607164144516, + "learning_rate": 2.105307175331861e-09, + "loss": 0.0169, + "step": 39890 + }, + { + "grad_norm": 0.13992369174957275, + "learning_rate": 1.7430617992197918e-09, + "loss": 0.0144, + "step": 39900 + }, + { + "grad_norm": 0.18345850706100464, + "learning_rate": 1.4149897602677708e-09, + "loss": 0.0197, + "step": 39910 + }, + { + "grad_norm": 0.16237428784370422, + "learning_rate": 1.1210912827130937e-09, + "loss": 0.0175, + "step": 39920 + }, + { + "grad_norm": 0.15077424049377441, + "learning_rate": 8.613665674284121e-10, + "loss": 0.0189, + "step": 39930 + }, + { + "grad_norm": 0.16042660176753998, + "learning_rate": 6.358157919383878e-10, + "loss": 0.0217, + "step": 39940 + }, + { + "grad_norm": 0.19670706987380981, + "learning_rate": 4.4443911040303877e-10, + "loss": 0.0246, + "step": 39950 + }, + { + "grad_norm": 0.23343287408351898, + "learning_rate": 2.8723665362329066e-10, + "loss": 0.0199, + "step": 39960 + }, + { + "grad_norm": 0.21290254592895508, + "learning_rate": 1.6420852905207895e-10, + "loss": 0.0261, + "step": 39970 + }, + { + "grad_norm": 0.1309380978345871, + "learning_rate": 7.535482076659328e-11, + "loss": 0.0166, + "step": 39980 + }, + { + "grad_norm": 0.17009082436561584, + "learning_rate": 2.0675589512686443e-11, + "loss": 0.0194, + "step": 39990 + }, + { + "grad_norm": 0.2941615879535675, + "learning_rate": 1.7087265491433358e-13, + "loss": 0.0178, + "step": 40000 + } + ], + "logging_steps": 10, + "max_steps": 40000, + "num_input_tokens_seen": 0, + "num_train_epochs": 9223372036854775807, + "save_steps": 40000, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": true + }, + "attributes": {} + } + }, + "total_flos": 0.0, + "train_batch_size": 12, + "trial_name": null, + "trial_params": null +} diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/training_args.bin b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..f40849c2836a3a1c2b76e9ead30701d9c501d352 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b6059bfb47312475171da5c417a76ec376bb39f71ca533e666e64855487450e +size 5841 diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/wandb_config.json b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/wandb_config.json new file mode 100644 index 0000000000000000000000000000000000000000..6e9d961e6ba9beced02e61ffa5f4e95126643295 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/checkpoint-40000/wandb_config.json @@ -0,0 +1 @@ +{"project": "finetune-gr00t-n1d6", "run_id": "Rotate_to_pour_ham_into_plate_and_push_the_cart_forward"} \ No newline at end of file diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/config.json b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/config.json new file mode 100644 index 0000000000000000000000000000000000000000..4357a8edfcf080c80beaee90f6fc0ea0bad73a20 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/config.json @@ -0,0 +1,70 @@ +{ + "action_horizon": 50, + "add_pos_embed": true, + "apply_sincos_state_encoding": true, + "architectures": [ + "Gr00tN1d6" + ], + "attn_dropout": 0.2, + "attn_implementation": null, + "backbone_embedding_dim": 2048, + "backbone_model_type": "eagle", + "backbone_trainable_params_fp32": true, + "collator_overwrite_image_inputs": false, + "color_jitter_params": { + "brightness": 0.1, + "contrast": 0.1, + "hue": 0.1, + "saturation": 0.1 + }, + "crop_fraction": 0.95, + "diffusion_model_cfg": { + "attention_head_dim": 48, + "dropout": 0.2, + "final_dropout": true, + "interleave_self_attention": true, + "norm_type": "ada_norm", + "num_attention_heads": 32, + "num_layers": 32, + "output_dim": 1024, + "positional_embeddings": null + }, + "eagle_collator": true, + "formalize_language": true, + "gemma_collator": false, + "hidden_size": 1024, + "image_crop_size": null, + "image_target_size": null, + "input_embedding_dim": 1536, + "load_bf16": true, + "max_action_dim": 128, + "max_num_embodiments": 32, + "max_seq_len": 1024, + "max_state_dim": 128, + "model_dtype": "bfloat16", + "model_name": "nvidia/Eagle-Block2A-2B-v2", + "model_type": "Gr00tN1d6", + "noise_beta_alpha": 1.5, + "noise_beta_beta": 1.0, + "noise_s": 0.999, + "num_inference_timesteps": 4, + "num_timestep_buckets": 1000, + "random_rotation_angle": null, + "reproject_vision": false, + "select_layer": 16, + "shortest_image_edge": 256, + "state_dropout_prob": 0.0, + "torch_dtype": "bfloat16", + "transformers_version": "4.51.3", + "tune_diffusion_model": true, + "tune_llm": false, + "tune_projector": true, + "tune_top_llm_layers": 4, + "tune_visual": false, + "tune_vlln": true, + "use_albumentations_transforms": true, + "use_alternate_vl_dit": true, + "use_flash_attention": true, + "use_relative_action": true, + "use_vlln": true +} diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/experiment_cfg/conf.yaml b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/experiment_cfg/conf.yaml new file mode 100644 index 0000000000000000000000000000000000000000..46116dac2a927d6259e6072ad04c4b7f3c059480 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/experiment_cfg/conf.yaml @@ -0,0 +1,253 @@ +load_config_path: null +model: + model_type: Gr00tN1d6 + model_dtype: bfloat16 + model_name: nvidia/Eagle-Block2A-2B-v2 + backbone_model_type: eagle + model_revision: null + tune_top_llm_layers: 4 + backbone_embedding_dim: 2048 + tune_llm: false + tune_visual: false + select_layer: 16 + reproject_vision: false + use_flash_attention: true + load_bf16: false + collator_overwrite_image_inputs: false + eagle_collator: true + backbone_trainable_params_fp32: true + image_crop_size: null + image_target_size: null + shortest_image_edge: 256 + crop_fraction: 0.95 + random_rotation_angle: null + color_jitter_params: + brightness: 0.3 + contrast: 0.4 + saturation: 0.5 + hue: 0.08 + use_albumentations_transforms: true + formalize_language: true + apply_sincos_state_encoding: true + use_relative_action: true + max_state_dim: 128 + max_action_dim: 128 + action_horizon: 50 + hidden_size: 1024 + input_embedding_dim: 1536 + add_pos_embed: true + attn_dropout: 0.2 + use_vlln: true + max_seq_len: 1024 + use_alternate_vl_dit: true + attend_text_every_n_blocks: 2 + diffusion_model_cfg: + attention_head_dim: 48 + dropout: 0.2 + final_dropout: true + interleave_self_attention: true + norm_type: ada_norm + num_attention_heads: 32 + num_layers: 32 + output_dim: 1024 + positional_embeddings: null + num_inference_timesteps: 4 + noise_beta_alpha: 1.5 + noise_beta_beta: 1.0 + noise_s: 0.999 + num_timestep_buckets: 1000 + tune_projector: true + tune_diffusion_model: true + tune_vlln: true + state_dropout_prob: 0.0 + state_additive_noise_scale: 0.0 + max_num_embodiments: 32 +data: + datasets: + - dataset_paths: + - /hfm/data/real_teleop_g1/lerobot/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward + embodiment_tag: g1_loco_downstream + mix_ratio: 1.0 + dataset_type: physical_embodiment + val_dataset_path: null + modality_configs: + g1_loco_downstream: + video: + delta_indices: + - 0 + modality_keys: + - rs_view + sin_cos_embedding_keys: null + mean_std_embedding_keys: null + action_configs: null + state: + delta_indices: + - 0 + modality_keys: + - left_hand + - right_hand + - left_arm + - right_arm + - rpy + - height + sin_cos_embedding_keys: null + mean_std_embedding_keys: null + action_configs: null + action: + delta_indices: + - 0 + - 1 + - 2 + - 3 + - 4 + - 5 + - 6 + - 7 + - 8 + - 9 + - 10 + - 11 + - 12 + - 13 + - 14 + - 15 + modality_keys: + - left_hand + - right_hand + - left_arm + - right_arm + - rpy + - height + - torso_vx + - torso_vy + - torso_vyaw + - target_yaw + sin_cos_embedding_keys: null + mean_std_embedding_keys: null + action_configs: + - rep: ABSOLUTE + type: NON_EEF + format: DEFAULT + state_key: null + - rep: ABSOLUTE + type: NON_EEF + format: DEFAULT + state_key: null + - rep: ABSOLUTE + type: NON_EEF + format: DEFAULT + state_key: null + - rep: ABSOLUTE + type: NON_EEF + format: DEFAULT + state_key: null + - rep: ABSOLUTE + type: NON_EEF + format: DEFAULT + state_key: null + - rep: ABSOLUTE + type: NON_EEF + format: DEFAULT + state_key: null + - rep: ABSOLUTE + type: NON_EEF + format: DEFAULT + state_key: null + - rep: ABSOLUTE + type: NON_EEF + format: DEFAULT + state_key: null + - rep: ABSOLUTE + type: NON_EEF + format: DEFAULT + state_key: null + - rep: ABSOLUTE + type: NON_EEF + format: DEFAULT + state_key: null + language: + delta_indices: + - 0 + modality_keys: + - annotation.human.task_description + sin_cos_embedding_keys: null + mean_std_embedding_keys: null + action_configs: null + download_cache: false + shard_size: 1024 + episode_sampling_rate: 0.1 + num_shards_per_epoch: 100000 + override_pretraining_statistics: false + mode: single_turn + random_chop: 0.0 + mock_dataset_mode: false + shuffle: true + seed: 42 + multiprocessing_context: fork + allow_padding: false + subsample_ratio: 1.0 + image_crop_size: + - 244 + - 244 + image_target_size: + - 224 + - 224 + video_backend: torchcodec +training: + output_dir: /hfm/zhenyu/Psi0/checkpoints/gr00t-real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward + experiment_name: null + max_steps: 40000 + global_batch_size: 12 + batch_size: null + gradient_accumulation_steps: 1 + learning_rate: 0.0001 + lr_scheduler_type: cosine + weight_decay: 1.0e-05 + warmup_ratio: 0.05 + warmup_steps: 0 + max_grad_norm: 1.0 + optim: adamw_torch + start_from_checkpoint: /hfm/zhenyu/psi/checkpoints/G1WholebodyBendPick-v0-psi0/checkpoint-50000 + reinit_action_head: false + tf32: true + fp16: false + bf16: true + eval_bf16: true + logging_steps: 10 + save_steps: 40000 + save_total_limit: 4 + save_vl_model: false + upload_checkpoints: false + upload_every: 1000 + upload_last_n_checkpoints: 5 + max_concurrent_uploads: 2 + eval_strategy: 'no' + eval_steps: 500 + eval_set_split_ratio: 0.1 + eval_batch_size: 2 + save_best_eval_metric_name: '' + save_best_eval_metric_greater_is_better: true + deepspeed_stage: 2 + gradient_checkpointing: false + transformers_trust_remote_code: true + transformers_local_files_only: false + transformers_cache_dir: null + transformers_access_token: null + use_ddp: false + ddp_bucket_cap_mb: 100 + num_gpus: 1 + dataloader_num_workers: 4 + remove_unused_columns: false + use_wandb: false + wandb_project: finetune-gr00t-n1d6 + enable_profiling: false + max_retries: 3 + assert_loss_less_than: null + add_rl_callback: false + enable_open_loop_eval: false + open_loop_eval_traj_ids: + - 0 + open_loop_eval_steps_per_traj: 100 + open_loop_eval_plot_indices: null +max_steps: 40000 +save_steps: 40000 diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/experiment_cfg/config.yaml b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/experiment_cfg/config.yaml new file mode 100644 index 0000000000000000000000000000000000000000..c947bc8b0bf9092bce83968e169b7ae442ca3ef1 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/experiment_cfg/config.yaml @@ -0,0 +1,328 @@ +!!python/object:gr00t.configs.base_config.Config +data: !!python/object:gr00t.configs.data.data_config.DataConfig + allow_padding: false + datasets: + - !!python/object:gr00t.configs.data.data_config.SingleDatasetConfig + dataset_paths: + - /hfm/data/real_teleop_g1/lerobot/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward + dataset_type: physical_embodiment + embodiment_tag: g1_loco_downstream + mix_ratio: 1.0 + val_dataset_path: null + download_cache: false + episode_sampling_rate: 0.1 + image_crop_size: + - 244 + - 244 + image_target_size: + - 224 + - 224 + mock_dataset_mode: false + modality_configs: + g1_loco_downstream: + action: !!python/object:gr00t.data.types.ModalityConfig + action_configs: + - !!python/object:gr00t.data.types.ActionConfig + format: &id001 !!python/object/apply:gr00t.data.types.ActionFormat + - default + rep: &id002 !!python/object/apply:gr00t.data.types.ActionRepresentation + - absolute + state_key: null + type: &id003 !!python/object/apply:gr00t.data.types.ActionType + - non_eef + - !!python/object:gr00t.data.types.ActionConfig + format: *id001 + rep: *id002 + state_key: null + type: *id003 + - !!python/object:gr00t.data.types.ActionConfig + format: *id001 + rep: *id002 + state_key: null + type: *id003 + - !!python/object:gr00t.data.types.ActionConfig + format: *id001 + rep: *id002 + state_key: null + type: *id003 + - !!python/object:gr00t.data.types.ActionConfig + format: *id001 + rep: *id002 + state_key: null + type: *id003 + - !!python/object:gr00t.data.types.ActionConfig + format: *id001 + rep: *id002 + state_key: null + type: *id003 + - !!python/object:gr00t.data.types.ActionConfig + format: *id001 + rep: *id002 + state_key: null + type: *id003 + - !!python/object:gr00t.data.types.ActionConfig + format: *id001 + rep: *id002 + state_key: null + type: *id003 + - !!python/object:gr00t.data.types.ActionConfig + format: *id001 + rep: *id002 + state_key: null + type: *id003 + - !!python/object:gr00t.data.types.ActionConfig + format: *id001 + rep: *id002 + state_key: null + type: *id003 + delta_indices: + - 0 + - 1 + - 2 + - 3 + - 4 + - 5 + - 6 + - 7 + - 8 + - 9 + - 10 + - 11 + - 12 + - 13 + - 14 + - 15 + mean_std_embedding_keys: null + modality_keys: + - left_hand + - right_hand + - left_arm + - right_arm + - rpy + - height + - torso_vx + - torso_vy + - torso_vyaw + - target_yaw + sin_cos_embedding_keys: null + language: !!python/object:gr00t.data.types.ModalityConfig + action_configs: null + delta_indices: + - 0 + mean_std_embedding_keys: null + modality_keys: + - annotation.human.task_description + sin_cos_embedding_keys: null + state: !!python/object:gr00t.data.types.ModalityConfig + action_configs: null + delta_indices: + - 0 + mean_std_embedding_keys: null + modality_keys: + - left_hand + - right_hand + - left_arm + - right_arm + - rpy + - height + sin_cos_embedding_keys: null + video: !!python/object:gr00t.data.types.ModalityConfig + action_configs: null + delta_indices: + - 0 + mean_std_embedding_keys: null + modality_keys: + - rs_view + sin_cos_embedding_keys: null + mode: single_turn + multiprocessing_context: fork + num_shards_per_epoch: 100000 + override_pretraining_statistics: false + random_chop: 0.0 + seed: 42 + shard_size: 1024 + shuffle: true + subsample_ratio: 1.0 + video_backend: torchcodec +load_config_path: null +model: !!python/object:gr00t.configs.model.gr00t_n1d6.Gr00tN1d6Config + _attn_implementation_autoset: false + _attn_implementation_internal: null + _commit_hash: null + _name_or_path: '' + action_horizon: 50 + add_cross_attention: false + add_pos_embed: true + apply_sincos_state_encoding: true + architectures: + - Gr00tN1d6 + attn_dropout: 0.2 + attn_implementation: null + backbone_embedding_dim: 2048 + backbone_model_type: eagle + backbone_trainable_params_fp32: true + bad_words_ids: null + begin_suppress_tokens: null + bos_token_id: null + chunk_size_feed_forward: 0 + collator_overwrite_image_inputs: false + color_jitter_params: + brightness: 0.3 + contrast: 0.4 + hue: 0.08 + saturation: 0.5 + crop_fraction: 0.95 + cross_attention_hidden_size: null + decoder_start_token_id: null + diffusion_model_cfg: + attention_head_dim: 48 + dropout: 0.2 + final_dropout: true + interleave_self_attention: true + norm_type: ada_norm + num_attention_heads: 32 + num_layers: 32 + output_dim: 1024 + positional_embeddings: null + diversity_penalty: 0.0 + do_sample: false + eagle_collator: true + early_stopping: false + encoder_no_repeat_ngram_size: 0 + eos_token_id: null + exponential_decay_length_penalty: null + finetuning_task: null + forced_bos_token_id: null + forced_eos_token_id: null + formalize_language: true + gemma_collator: false + hidden_size: 1024 + id2label: + 0: LABEL_0 + 1: LABEL_1 + image_crop_size: null + image_target_size: null + input_embedding_dim: 1536 + is_decoder: false + is_encoder_decoder: false + label2id: + LABEL_0: 0 + LABEL_1: 1 + length_penalty: 1.0 + load_bf16: false + max_action_dim: 128 + max_length: 20 + max_num_embodiments: 32 + max_seq_len: 1024 + max_state_dim: 128 + min_length: 0 + model_dtype: bfloat16 + model_name: nvidia/Eagle-Block2A-2B-v2 + model_type: Gr00tN1d6 + no_repeat_ngram_size: 0 + noise_beta_alpha: 1.5 + noise_beta_beta: 1.0 + noise_s: 0.999 + num_beam_groups: 1 + num_beams: 1 + num_inference_timesteps: 4 + num_return_sequences: 1 + num_timestep_buckets: 1000 + output_attentions: false + output_hidden_states: false + output_scores: false + pad_token_id: null + prefix: null + problem_type: null + pruned_heads: {} + random_rotation_angle: null + remove_invalid_values: false + repetition_penalty: 1.0 + reproject_vision: false + return_dict: true + return_dict_in_generate: false + select_layer: 16 + sep_token_id: null + shortest_image_edge: 256 + state_dropout_prob: 0.0 + suppress_tokens: null + task_specific_params: null + temperature: 1.0 + tf_legacy_loss: false + tie_encoder_decoder: false + tie_word_embeddings: true + tokenizer_class: null + top_k: 50 + top_p: 1.0 + torch_dtype: bfloat16 + torchscript: false + transformers_version: 4.51.3 + tune_diffusion_model: true + tune_llm: false + tune_projector: true + tune_top_llm_layers: 4 + tune_visual: false + tune_vlln: true + typical_p: 1.0 + use_albumentations_transforms: true + use_alternate_vl_dit: true + use_bfloat16: false + use_flash_attention: true + use_relative_action: true + use_vlln: true +training: !!python/object:gr00t.configs.training.training_config.TrainingConfig + add_rl_callback: false + assert_loss_less_than: null + batch_size: null + bf16: true + dataloader_num_workers: 4 + ddp_bucket_cap_mb: 100 + deepspeed_stage: 2 + enable_open_loop_eval: false + enable_profiling: false + eval_batch_size: 2 + eval_bf16: true + eval_set_split_ratio: 0.1 + eval_steps: 500 + eval_strategy: 'no' + experiment_name: null + fp16: false + global_batch_size: 12 + gradient_accumulation_steps: 1 + gradient_checkpointing: false + learning_rate: 0.0001 + logging_steps: 10 + lr_scheduler_type: cosine + max_concurrent_uploads: 2 + max_grad_norm: 1.0 + max_retries: 3 + max_steps: 40000 + num_gpus: 1 + open_loop_eval_plot_indices: null + open_loop_eval_steps_per_traj: 100 + open_loop_eval_traj_ids: + - 0 + optim: adamw_torch + output_dir: /hfm/zhenyu/Psi0/checkpoints/gr00t-real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward + reinit_action_head: false + remove_unused_columns: false + save_best_eval_metric_greater_is_better: true + save_best_eval_metric_name: '' + save_steps: 40000 + save_total_limit: 4 + save_vl_model: false + start_from_checkpoint: /hfm/zhenyu/psi/checkpoints/G1WholebodyBendPick-v0-psi0/checkpoint-50000 + tf32: true + transformers_access_token: null + transformers_cache_dir: null + transformers_local_files_only: false + transformers_trust_remote_code: true + upload_checkpoints: false + upload_every: 1000 + upload_last_n_checkpoints: 5 + use_ddp: false + use_wandb: false + wandb_project: finetune-gr00t-n1d6 + warmup_ratio: 0.05 + warmup_steps: 0 + weight_decay: 1.0e-05 diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/experiment_cfg/dataset_statistics.json b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/experiment_cfg/dataset_statistics.json new file mode 100644 index 0000000000000000000000000000000000000000..ffbfc4b28ebfeef2d538a052e0e9a111db43a419 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/experiment_cfg/dataset_statistics.json @@ -0,0 +1,641 @@ +{ + "g1_loco_downstream": { + "state": { + "left_hand": { + "min": [ + -0.9269875884056091, + -0.06699541956186295, + 0.4786558449268341, + -1.4195833206176758, + -1.7287458181381226, + -1.184408187866211, + -1.543308138847351 + ], + "max": [ + 0.11218374967575073, + 1.0542062520980835, + 1.3448737859725952, + 0.01063089445233345, + -0.02630593813955784, + 0.03173275291919708, + -0.02618894912302494 + ], + "mean": [ + -0.46002745628356934, + 0.4747629165649414, + 0.6948250532150269, + -0.31353455781936646, + -0.5853810906410217, + -0.241254523396492, + -0.404990017414093 + ], + "std": [ + 0.16049478948116302, + 0.13932937383651733, + 0.10406248271465302, + 0.314911425113678, + 0.36967816948890686, + 0.2794082760810852, + 0.19444450736045837 + ], + "q01": [ + -0.8130688619613647, + 0.19560351073741913, + 0.546482310295105, + -1.212935438156128, + -1.610870542526245, + -1.0323941123485565, + -1.2250821590423584 + ], + "q99": [ + -0.18172204494476318, + 0.840534197688103, + 0.9946710854768758, + -0.01472496685571968, + -0.07811787776648912, + -0.002453993773087859, + -0.08073746308684347 + ] + }, + "right_hand": { + "min": [ + -0.9820996522903442, + -0.7896795272827148, + -1.0993529558181763, + -0.20172026753425598, + 0.030457261949777603, + 0.006668585818260908, + 0.01882481388747692 + ], + "max": [ + 0.017766516655683517, + -0.1264796108007431, + -0.49203604459762573, + 1.328361988067627, + 1.7149782180786133, + 1.0285054445266724, + 1.5147463083267212 + ], + "mean": [ + -0.4261653423309326, + -0.4688602685928345, + -0.6508861184120178, + 0.39778369665145874, + 0.6887039542198181, + 0.39132845401763916, + 0.4321276545524597 + ], + "std": [ + 0.16000154614448547, + 0.10341810435056686, + 0.07819007337093353, + 0.3130604922771454, + 0.38070809841156006, + 0.26158344745635986, + 0.25310713052749634 + ], + "q01": [ + -0.8208091944456101, + -0.7230183482170105, + -0.8764568066596985, + -0.1599019467830658, + 0.038338125310838224, + 0.021174823231995106, + 0.019403893500566483 + ], + "q99": [ + -0.1260720820724962, + -0.2484179437160492, + -0.5271240472793579, + 0.9174872511625299, + 1.6465024292469028, + 0.8363010001182556, + 1.1525878620147705 + ] + }, + "left_arm": { + "min": [ + -1.0591537952423096, + -0.1634288728237152, + -0.7029227614402771, + -1.0480923652648926, + -0.7582659125328064, + -1.4715324640274048, + -0.8460901379585266 + ], + "max": [ + 1.2089686393737793, + 0.7988085150718689, + 0.8867607712745667, + 1.1790919303894043, + 1.6713320016860962, + 0.5832118391990662, + 0.7345390915870667 + ], + "mean": [ + 0.5126563310623169, + 0.2898343503475189, + -0.038487911224365234, + -0.41970038414001465, + 0.35927656292915344, + -0.3993854224681854, + -0.20340844988822937 + ], + "std": [ + 0.4427265524864197, + 0.12085731327533722, + 0.2294389307498932, + 0.36075279116630554, + 0.6096572875976562, + 0.4142565429210663, + 0.3043171465396881 + ], + "q01": [ + -0.6334736919403077, + -0.020731991082429888, + -0.5797120887041092, + -0.9999154782295228, + -0.47161510527133943, + -1.107250144481659, + -0.6664532256126404 + ], + "q99": [ + 1.1159828901290894, + 0.5759617680311203, + 0.5208223456144333, + 0.6016402041912099, + 1.5184007847309116, + 0.4425380656123162, + 0.5416640043258667 + ] + }, + "right_arm": { + "min": [ + -1.7347166538238525, + -0.9909635782241821, + -0.9644664525985718, + -1.0476369857788086, + -1.4481498003005981, + -1.6282670497894287, + -0.6750589609146118 + ], + "max": [ + 1.0711021423339844, + 0.11333481967449188, + 0.9750365614891052, + 1.3633613586425781, + 0.9291010499000549, + 1.1024490594863892, + 1.283244013786316 + ], + "mean": [ + -0.41795027256011963, + -0.32765018939971924, + 0.14392685890197754, + 0.05127895623445511, + -0.33854445815086365, + 0.10009922087192535, + 0.31569716334342957 + ], + "std": [ + 0.5552160739898682, + 0.15981826186180115, + 0.24790969491004944, + 0.6697200536727905, + 0.4505113363265991, + 0.3168523907661438, + 0.2951470911502838 + ], + "q01": [ + -1.5834815180301667, + -0.7632960504293442, + -0.34250891089439395, + -0.9945466506481171, + -1.2838559031486512, + -0.7027624332904816, + -0.39147184550762176 + ], + "q99": [ + 0.7133604252338412, + 0.05241899937391281, + 0.7506796699762346, + 1.3331971168518066, + 0.5412076115608215, + 0.8809573137760164, + 0.9873766976594929 + ] + }, + "rpy": { + "min": [ + -0.31443771719932556, + -0.25234249234199524, + -0.5012049078941345 + ], + "max": [ + 0.25545963644981384, + 0.2277967780828476, + 0.22437766194343567 + ], + "mean": [ + -0.034549929201602936, + 0.013610188849270344, + -0.024429943412542343 + ], + "std": [ + 0.03911573067307472, + 0.06750434637069702, + 0.08074839413166046 + ], + "q01": [ + -0.1405536088347435, + -0.14539323568344117, + -0.2829143413901329 + ], + "q99": [ + 0.045323085039854064, + 0.15672585278749473, + 0.14398116096854235 + ] + }, + "height": { + "min": [ + 0.6416011452674866 + ], + "max": [ + 0.8164317607879639 + ], + "mean": [ + 0.7201999425888062 + ], + "std": [ + 0.014960889704524746 + ], + "q01": [ + 0.6767415118217468 + ], + "q99": [ + 0.7662041783332825 + ] + } + }, + "action": { + "left_hand": { + "min": [ + -1.0409882068634033, + -0.12273073196411133, + 0.436837762594223, + -1.5717962980270386, + -1.7463293075561523, + -1.2559611797332764, + -1.7463293075561523 + ], + "max": [ + 0.4421468675136566, + 0.9210000038146973, + 1.7463293075561523, + 0.0010000000474974513, + 0.0010000000474974513, + 0.0010000000474974513, + 0.0010000000474974513 + ], + "mean": [ + -0.4807356894016266, + 0.47509241104125977, + 0.6906853914260864, + -0.31041640043258667, + -0.5898368954658508, + -0.23241764307022095, + -0.40629705786705017 + ], + "std": [ + 0.1750338226556778, + 0.15048623085021973, + 0.13044340908527374, + 0.33980855345726013, + 0.38186123967170715, + 0.28935426473617554, + 0.2044779658317566 + ], + "q01": [ + -0.8321770209074021, + 0.1542169316112995, + 0.5194920480251313, + -1.2916747808456421, + -1.642631198167801, + -1.0422625398635865, + -1.2671113669872285 + ], + "q99": [ + -0.17152927815914154, + 0.8419997036457066, + 1.0500152027606964, + 0.0010000000474974513, + -0.04017595946788788, + 0.0010000000474974513, + -0.07496687382459628 + ] + }, + "right_hand": { + "min": [ + -1.0481975078582764, + -0.9210000038146973, + -1.7463293075561523, + -0.0010000000474974513, + -0.0010000000474974513, + -0.0010000000474974513, + -0.0010000000474974513 + ], + "max": [ + 0.5198602080345154, + -0.014095980674028397, + -0.46265918016433716, + 1.5717962980270386, + 1.7463293075561523, + 1.118023157119751, + 1.7463293075561523 + ], + "mean": [ + -0.40839895606040955, + -0.5726506114006042, + -0.6818944811820984, + 0.5284730792045593, + 0.7199811935424805, + 0.4318573772907257, + 0.4562909007072449 + ], + "std": [ + 0.18769894540309906, + 0.14306479692459106, + 0.12480109930038452, + 0.32611697912216187, + 0.419857919216156, + 0.3162503242492676, + 0.3113788366317749 + ], + "q01": [ + -0.8399935835599899, + -0.8023136258125305, + -1.0682287335395813, + -0.0010000000474974513, + -0.0010000000474974513, + -0.0010000000474974513, + -0.0010000000474974513 + ], + "q99": [ + -0.09633898876607405, + -0.24337346106767624, + -0.5391130346059799, + 0.9635337591171265, + 1.6898248541355134, + 0.9045331478118896, + 1.411249041557312 + ] + }, + "left_arm": { + "min": [ + -1.019361138343811, + -0.6054571270942688, + -1.021012783050537, + -1.0471999645233154, + -0.7927936315536499, + -1.560844898223877, + -0.9046999216079712 + ], + "max": [ + 1.2334027290344238, + 1.0112191438674927, + 0.9427134990692139, + 1.2165793180465698, + 1.7361043691635132, + 0.7488318085670471, + 0.9007768630981445 + ], + "mean": [ + 0.5241657495498657, + 0.2945125997066498, + -0.04500480368733406, + -0.42049187421798706, + 0.36284521222114563, + -0.40989160537719727, + -0.21080413460731506 + ], + "std": [ + 0.43741071224212646, + 0.12982703745365143, + 0.23653879761695862, + 0.3736835718154907, + 0.618385374546051, + 0.42224231362342834, + 0.30724525451660156 + ], + "q01": [ + -0.5942269682884216, + -0.07577644497156143, + -0.6093236482143403, + -1.0471994876861572, + -0.4628263860940933, + -1.1512476015090942, + -0.6814799612760544 + ], + "q99": [ + 1.1341198837757112, + 0.5896527397632599, + 0.5230552434921265, + 0.6644547766447099, + 1.526016002893448, + 0.4597533589601519, + 0.5558918887376787 + ] + }, + "right_arm": { + "min": [ + -1.7759873867034912, + -1.0457597970962524, + -0.9954499006271362, + -1.0471999645233154, + -1.4607900381088257, + -1.614428997039795, + -0.9024532437324524 + ], + "max": [ + 1.1621601581573486, + 0.3022633492946625, + 1.0151734352111816, + 1.3677823543548584, + 0.9460119009017944, + 1.121222972869873, + 1.3166650533676147 + ], + "mean": [ + -0.4022386372089386, + -0.33494579792022705, + 0.13704007863998413, + 0.020859461277723312, + -0.330166757106781, + 0.08796475827693939, + 0.32162994146347046 + ], + "std": [ + 0.5662075877189636, + 0.17241664230823517, + 0.2581793963909149, + 0.7005768418312073, + 0.4578431248664856, + 0.3462810218334198, + 0.30215367674827576 + ], + "q01": [ + -1.5976583051681519, + -0.7911965763568878, + -0.4213506481051445, + -1.0471998453140259, + -1.2858412957191467, + -0.8454385197162628, + -0.3983448427915573 + ], + "q99": [ + 0.7685537481307989, + 0.09822795458138024, + 0.764597846865654, + 1.342433763742447, + 0.5681095659732828, + 0.8840116006135945, + 1.0199516999721532 + ] + }, + "rpy": { + "min": [ + -0.31443771719932556, + -0.25234249234199524, + -0.5012049078941345 + ], + "max": [ + 0.25545963644981384, + 0.2277967780828476, + 0.22437766194343567 + ], + "mean": [ + -0.03456060215830803, + 0.013608204200863838, + -0.024464966729283333 + ], + "std": [ + 0.03911809250712395, + 0.06751924008131027, + 0.080777607858181 + ], + "q01": [ + -0.1405536088347435, + -0.14539323568344117, + -0.2829238149523735 + ], + "q99": [ + 0.04534956537187113, + 0.15672843694686892, + 0.14398758068680767 + ] + }, + "height": { + "min": [ + 0.6416011452674866 + ], + "max": [ + 0.8164317607879639 + ], + "mean": [ + 0.7201656103134155 + ], + "std": [ + 0.014956292696296909 + ], + "q01": [ + 0.676702984571457 + ], + "q99": [ + 0.7662041783332825 + ] + }, + "torso_vx": { + "min": [ + -0.3499999940395355 + ], + "max": [ + 0.3499999940395355 + ], + "mean": [ + 0.03277398273348808 + ], + "std": [ + 0.10225828737020493 + ], + "q01": [ + 0.0 + ], + "q99": [ + 0.3499999940395355 + ] + }, + "torso_vy": { + "min": [ + -0.5 + ], + "max": [ + 0.0 + ], + "mean": [ + -4.3974599975626916e-05 + ], + "std": [ + 0.004688670858740807 + ], + "q01": [ + 0.0 + ], + "q99": [ + 0.0 + ] + }, + "torso_vyaw": { + "min": [ + 0.0 + ], + "max": [ + 0.5 + ], + "mean": [ + 0.035689834505319595 + ], + "std": [ + 0.12832395732402802 + ], + "q01": [ + 0.0 + ], + "q99": [ + 0.5 + ] + }, + "target_yaw": { + "min": [ + 0.0 + ], + "max": [ + 1.9220000505447388 + ], + "mean": [ + 1.2327402830123901 + ], + "std": [ + 0.7543802261352539 + ], + "q01": [ + 0.0 + ], + "q99": [ + 1.8980000019073486 + ] + } + }, + "relative_action": {} + } +} \ No newline at end of file diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/experiment_cfg/final_model_config.json b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/experiment_cfg/final_model_config.json new file mode 100644 index 0000000000000000000000000000000000000000..546b4c37891d2641237c7ac1a1df7afa124be809 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/experiment_cfg/final_model_config.json @@ -0,0 +1,53 @@ +{ + "model_type": "Gr00tN1d6", + "model_dtype": "bfloat16", + "model_name": "nvidia/Eagle-Block2A-2B-v2", + "backbone_model_type": "eagle", + "model_revision": null, + "tune_top_llm_layers": 4, + "backbone_embedding_dim": 2048, + "tune_llm": false, + "tune_visual": false, + "select_layer": 16, + "reproject_vision": false, + "use_flash_attention": true, + "load_bf16": true, + "collator_overwrite_image_inputs": false, + "eagle_collator": true, + "backbone_trainable_params_fp32": true, + "apply_sincos_state_encoding": true, + "use_relative_action": true, + "max_state_dim": 128, + "max_action_dim": 128, + "action_horizon": 50, + "hidden_size": 1024, + "input_embedding_dim": 1536, + "add_pos_embed": true, + "attn_dropout": 0.2, + "use_vlln": true, + "max_seq_len": 1024, + "use_alternate_vl_dit": true, + "attend_text_every_n_blocks": 2, + "diffusion_model_cfg": { + "attention_head_dim": 48, + "dropout": 0.2, + "final_dropout": true, + "interleave_self_attention": true, + "norm_type": "ada_norm", + "num_attention_heads": 32, + "num_layers": 32, + "output_dim": 1024, + "positional_embeddings": null + }, + "num_inference_timesteps": 4, + "noise_beta_alpha": 1.5, + "noise_beta_beta": 1.0, + "noise_s": 0.999, + "num_timestep_buckets": 1000, + "tune_projector": true, + "tune_diffusion_model": true, + "tune_vlln": true, + "state_dropout_prob": 0.0, + "state_additive_noise_scale": 0.0, + "max_num_embodiments": 32 +} \ No newline at end of file diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/experiment_cfg/final_processor_config.json b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/experiment_cfg/final_processor_config.json new file mode 100644 index 0000000000000000000000000000000000000000..b7250a4b895e068401fe0b863cba19cef94d8736 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/experiment_cfg/final_processor_config.json @@ -0,0 +1,27 @@ +{ + "modality_configs": "{'behavior_r1_pro': {'video': ModalityConfig(delta_indices=[0], modality_keys=['observation.images.rgb.head_256_256', 'observation.images.rgb.left_wrist_256_256', 'observation.images.rgb.right_wrist_256_256'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'state': ModalityConfig(delta_indices=[0], modality_keys=['robot_pos', 'robot_ori_cos', 'robot_ori_sin', 'robot_2d_ori', 'robot_2d_ori_cos', 'robot_2d_ori_sin', 'robot_lin_vel', 'robot_ang_vel', 'arm_left_qpos', 'arm_left_qpos_sin', 'arm_left_qpos_cos', 'eef_left_pos', 'eef_left_quat', 'gripper_left_qpos', 'arm_right_qpos', 'arm_right_qpos_sin', 'arm_right_qpos_cos', 'eef_right_pos', 'eef_right_quat', 'gripper_right_qpos', 'trunk_qpos'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'action': ModalityConfig(delta_indices=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], modality_keys=['base', 'torso', 'left_arm', 'left_gripper', 'right_arm', 'right_gripper'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=[ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key='trunk_qpos'), ActionConfig(rep=, type=, format=, state_key='arm_left_qpos'), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key='arm_right_qpos'), ActionConfig(rep=, type=, format=, state_key=None)]), 'language': ModalityConfig(delta_indices=[0], modality_keys=['annotation.human.coarse_action'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None)}, 'gr1': {'video': ModalityConfig(delta_indices=[0], modality_keys=['ego_view_bg_crop_pad_res256_freq20'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'state': ModalityConfig(delta_indices=[0], modality_keys=['left_arm', 'right_arm', 'left_hand', 'right_hand', 'waist'], sin_cos_embedding_keys=['left_arm', 'right_arm', 'left_hand', 'right_hand', 'waist'], mean_std_embedding_keys=None, action_configs=None), 'action': ModalityConfig(delta_indices=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], modality_keys=['left_arm', 'right_arm', 'left_hand', 'right_hand', 'waist'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=[ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None)]), 'language': ModalityConfig(delta_indices=[0], modality_keys=['task'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None)}, 'robocasa_panda_omron': {'video': ModalityConfig(delta_indices=[0], modality_keys=['res256_image_side_0', 'res256_image_side_1', 'res256_image_wrist_0'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'state': ModalityConfig(delta_indices=[0], modality_keys=['end_effector_position_relative', 'end_effector_rotation_relative', 'gripper_qpos', 'base_position', 'base_rotation'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'action': ModalityConfig(delta_indices=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], modality_keys=['end_effector_position', 'end_effector_rotation', 'gripper_close', 'base_motion', 'control_mode'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=[ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None)]), 'language': ModalityConfig(delta_indices=[0], modality_keys=['annotation.human.action.task_description'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None)}, 'new_embodiment': {'video': ModalityConfig(delta_indices=[0], modality_keys=['rs_view'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'state': ModalityConfig(delta_indices=[0], modality_keys=['left_hand', 'right_hand', 'left_arm', 'right_arm', 'rpy', 'height'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'action': ModalityConfig(delta_indices=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], modality_keys=['left_hand', 'right_hand', 'left_arm', 'right_arm', 'rpy', 'height', 'torso_vx', 'torso_vy', 'torso_vyaw', 'target_yaw'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=[ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None)]), 'language': ModalityConfig(delta_indices=[0], modality_keys=['annotation.human.task_description'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None)}, 'g1_loco_downstream': {'video': ModalityConfig(delta_indices=[0], modality_keys=['rs_view'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'state': ModalityConfig(delta_indices=[0], modality_keys=['left_hand', 'right_hand', 'left_arm', 'right_arm', 'rpy', 'height'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'action': ModalityConfig(delta_indices=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], modality_keys=['left_hand', 'right_hand', 'left_arm', 'right_arm', 'rpy', 'height', 'torso_vx', 'torso_vy', 'torso_vyaw', 'target_yaw'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=[ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None)]), 'language': ModalityConfig(delta_indices=[0], modality_keys=['annotation.human.task_description'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None)}}", + "state_action_processor": "StateActionProcessor(modality_configs={'behavior_r1_pro': {'video': ModalityConfig(delta_indices=[0], modality_keys=['observation.images.rgb.head_256_256', 'observation.images.rgb.left_wrist_256_256', 'observation.images.rgb.right_wrist_256_256'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'state': ModalityConfig(delta_indices=[0], modality_keys=['robot_pos', 'robot_ori_cos', 'robot_ori_sin', 'robot_2d_ori', 'robot_2d_ori_cos', 'robot_2d_ori_sin', 'robot_lin_vel', 'robot_ang_vel', 'arm_left_qpos', 'arm_left_qpos_sin', 'arm_left_qpos_cos', 'eef_left_pos', 'eef_left_quat', 'gripper_left_qpos', 'arm_right_qpos', 'arm_right_qpos_sin', 'arm_right_qpos_cos', 'eef_right_pos', 'eef_right_quat', 'gripper_right_qpos', 'trunk_qpos'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'action': ModalityConfig(delta_indices=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31], modality_keys=['base', 'torso', 'left_arm', 'left_gripper', 'right_arm', 'right_gripper'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=[ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key='trunk_qpos'), ActionConfig(rep=, type=, format=, state_key='arm_left_qpos'), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key='arm_right_qpos'), ActionConfig(rep=, type=, format=, state_key=None)]), 'language': ModalityConfig(delta_indices=[0], modality_keys=['annotation.human.coarse_action'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None)}, 'gr1': {'video': ModalityConfig(delta_indices=[0], modality_keys=['ego_view_bg_crop_pad_res256_freq20'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'state': ModalityConfig(delta_indices=[0], modality_keys=['left_arm', 'right_arm', 'left_hand', 'right_hand', 'waist'], sin_cos_embedding_keys=['left_arm', 'right_arm', 'left_hand', 'right_hand', 'waist'], mean_std_embedding_keys=None, action_configs=None), 'action': ModalityConfig(delta_indices=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], modality_keys=['left_arm', 'right_arm', 'left_hand', 'right_hand', 'waist'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=[ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None)]), 'language': ModalityConfig(delta_indices=[0], modality_keys=['task'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None)}, 'robocasa_panda_omron': {'video': ModalityConfig(delta_indices=[0], modality_keys=['res256_image_side_0', 'res256_image_side_1', 'res256_image_wrist_0'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'state': ModalityConfig(delta_indices=[0], modality_keys=['end_effector_position_relative', 'end_effector_rotation_relative', 'gripper_qpos', 'base_position', 'base_rotation'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'action': ModalityConfig(delta_indices=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], modality_keys=['end_effector_position', 'end_effector_rotation', 'gripper_close', 'base_motion', 'control_mode'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=[ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None)]), 'language': ModalityConfig(delta_indices=[0], modality_keys=['annotation.human.action.task_description'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None)}, 'new_embodiment': {'video': ModalityConfig(delta_indices=[0], modality_keys=['rs_view'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'state': ModalityConfig(delta_indices=[0], modality_keys=['left_hand', 'right_hand', 'left_arm', 'right_arm', 'rpy', 'height'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'action': ModalityConfig(delta_indices=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], modality_keys=['left_hand', 'right_hand', 'left_arm', 'right_arm', 'rpy', 'height', 'torso_vx', 'torso_vy', 'torso_vyaw', 'target_yaw'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=[ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None)]), 'language': ModalityConfig(delta_indices=[0], modality_keys=['annotation.human.task_description'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None)}, 'g1_loco_downstream': {'video': ModalityConfig(delta_indices=[0], modality_keys=['rs_view'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'state': ModalityConfig(delta_indices=[0], modality_keys=['left_hand', 'right_hand', 'left_arm', 'right_arm', 'rpy', 'height'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None), 'action': ModalityConfig(delta_indices=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15], modality_keys=['left_hand', 'right_hand', 'left_arm', 'right_arm', 'rpy', 'height', 'torso_vx', 'torso_vy', 'torso_vyaw', 'target_yaw'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=[ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None), ActionConfig(rep=, type=, format=, state_key=None)]), 'language': ModalityConfig(delta_indices=[0], modality_keys=['annotation.human.task_description'], sin_cos_embedding_keys=None, mean_std_embedding_keys=None, action_configs=None)}}, statistics={'behavior_r1_pro': {'state': {'robot_pos': {'min': [-15.878335952758789, -4.874791622161865, -0.0030556470155715942], 'max': [28.783069610595703, 25.5261173248291, 0.03920263051986694], 'mean': [8.377509353981011, 3.5519228390967257, 0.005352396491811134], 'std': [9.333495189323855, 6.293349382128611, 0.002169489814694542], 'q01': [-15.627003288269043, -3.923245668411255, 0.00464746356010437], 'q99': [28.161231212615963, 25.433036193847656, 0.019137874245643616]}, 'robot_ori_cos': {'min': [0.9964054226875305, 0.9807400703430176, -1.0], 'max': [1.0, 1.0, 1.0], 'mean': [0.9999999103013197, 0.9999999012025106, -0.04432371966161217], 'std': [1.0955394108707479e-05, 1.5141053684175453e-05, 0.7159057916231842], 'q01': [0.9996431469917297, 0.9996242523193359, -0.9999993443489075], 'q99': [0.9999995827674866, 0.9999999403953552, 0.9999995231628418]}, 'robot_ori_sin': {'min': [-0.08471290022134781, -0.0467030331492424, -1.0], 'max': [0.03247667849063873, 0.1953173577785492, 1.0], 'mean': [-0.0014819139726979956, 0.0011138110099060865, -0.1747246084485246], 'std': [0.0010692286968725616, 0.0011352230347134887, 0.6740228681643635], 'q01': [-0.026712577790021896, -0.027393728494644165, -0.9999995827674866], 'q99': [0.023761406727135177, 0.015501312464475616, 0.9999998211860657]}, 'robot_2d_ori': {'min': [-3.1415927410125732], 'max': [3.1415927410125732], 'mean': [-0.34116709549670976], 'std': [1.8744272700649074], 'q01': [-3.139659881591797], 'q99': [3.1393938064575195]}, 'robot_2d_ori_cos': {'min': [-1.0], 'max': [1.0], 'mean': [-0.04432376387887985], 'std': [0.7159057729093367], 'q01': [-0.9999993443489075], 'q99': [0.9999995231628418]}, 'robot_2d_ori_sin': {'min': [-1.0], 'max': [1.0], 'mean': [-0.1747246006771579], 'std': [0.6740228728055352], 'q01': [-0.9999995827674866], 'q99': [0.9999998211860657]}, 'robot_lin_vel': {'min': [-0.32111313939094543, -0.3024478554725647, -0.338993102312088], 'max': [0.2888447046279907, 0.29485562443733215, 0.27627527713775635], 'mean': [0.0008032824331051274, -0.000851410695872969, -0.014532478391340347], 'std': [0.04011179386851422, 0.03532797622061294, 0.010790340283590575], 'q01': [-0.1382001194357872, -0.13443224787712096, -0.05219040531665087], 'q99': [0.13666878938674926, 0.13471105083823204, 0.005502225868403539]}, 'robot_ang_vel': {'min': [-1.5866682529449463, -1.7150360345840454, -0.04071682691574097], 'max': [1.6171817779541016, 1.5271120071411133, 0.024320760741829872], 'mean': [0.004609276467004075, 0.004284130662207927, -5.683130788171653e-05], 'std': [0.18832387264077133, 0.2137817785121968, 0.0008538363202659394], 'q01': [-0.7182695555686951, -0.736412662267685, -0.008470569178462029], 'q99': [0.7163371068239212, 0.7284575819969177, 0.008367371931672096]}, 'arm_left_qpos': {'min': [-3.3108322620391846, -0.17451578378677368, -2.3561959266662598, -1.7452956438064575, -2.3561980724334717, -1.0472002029418945, -1.5708036422729492], 'max': [0.5505963563919067, 3.0216875076293945, 2.356196165084839, 0.16950564086437225, 2.3564183712005615, 1.0471999645233154, 1.57080078125], 'mean': [-0.44064831753394845, 0.044810599293520874, -0.09667299499241816, -0.6179559573275901, 0.37324754543867494, 0.16138558929363642, -0.04477622658352863], 'std': [0.4374789217045343, 0.16097317375158413, 0.4566687142938444, 0.5212846522479491, 0.5669997492408592, 0.5223829217451378, 0.5210728198228], 'q01': [-2.61892716884613, -0.17450003325939178, -2.296152515411377, -1.6367655992507935, -1.6587732124328614, -1.04719078540802, -1.5708000659942627], 'q99': [0.5170108753442764, 0.8608633208274836, 1.9160030841827416, 0.09510957151651382, 2.3561954498291016, 1.0471981763839722, 1.570236325263977]}, 'arm_left_qpos_sin': {'min': [-1.0, -0.17363129556179047, -1.0, -1.0, -1.0, -0.8660266995429993, -1.0], 'max': [0.5231955647468567, 1.0, 1.0, 0.1686950922012329, 1.0, 0.8660265803337097, 1.0], 'mean': [-0.3788414888506152, 0.043208541825812886, -0.07497595954692522, -0.49673881006309, 0.2950975242538935, 0.13821974557859906, -0.023564394694352786], 'std': [0.33500504759538763, 0.1550813208035862, 0.35555302155891993, 0.3650771441344372, 0.394534724671373, 0.4671246774437793, 0.4220550333326586], 'q01': [-0.9998769760131836, -0.17361578345298767, -0.9997559851408004, -0.999994695186615, -0.9991854596138, -0.866021990776062, -1.0], 'q99': [0.49428389251232147, 0.7477953410148599, 0.9990536546707154, 0.0949662446975708, 0.9998820424079895, 0.8660256862640381, 0.9999998211860657]}, 'arm_left_qpos_cos': {'min': [-1.0, -0.9928199648857117, -0.7071079611778259, -0.17361508309841156, -0.7072650790214539, 0.49999770522117615, -7.315477887459565e-06], 'max': [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], 'mean': [0.8307857834306867, 0.9920001827094036, 0.9118657948785598, 0.7166911882650612, 0.810864158310747, 0.8620206050389164, 0.8824085596125505], 'std': [0.24568417534984152, 0.03566746717075397, 0.21956918727934097, 0.33274636593381524, 0.32686230999243526, 0.1594220496831616, 0.2283688098196029], 'q01': [-0.866491652727127, 0.6517829716205596, -0.6634020233154296, -0.06592143326997757, -0.7071074843406677, 0.499999463558197, -3.739199428309803e-06], 'q99': [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]}, 'eef_left_pos': {'min': [-0.29318809509277344, -0.2712371051311493, 0.002660512924194336], 'max': [1.213043212890625, 1.040291666984558, 2.0455143451690674], 'mean': [0.5160713621676302, 0.2474851475100056, 0.6836650939637079], 'std': [0.21588456124837183, 0.12222884073343476, 0.27805653079791637], 'q01': [-0.1094246196746826, -0.1754944610595703, 0.02435866668820381], 'q99': [1.0699838256835932, 0.7893409729003906, 1.8705657005310052]}, 'eef_left_quat': {'min': [-0.8588797450065613, -0.8650590181350708, -0.841005265712738, -0.5], 'max': [0.9999929666519165, 1.0, 0.9845409393310547, 0.9617436528205872], 'mean': [-0.0663535199862692, 0.8611118942418127, -0.06413671264087122, 0.3115006830960212], 'std': [0.1792821484038788, 0.19792752849522144, 0.217055016999389, 0.20829947525926978], 'q01': [-0.6571075320243835, -0.6516380822658538, -0.6857465314865112, -0.48287599831819533], 'q99': [0.7483707463741305, 0.9999786615371704, 0.8158004015684127, 0.8217956781387328]}, 'gripper_left_qpos': {'min': [0.0, 0.0], 'max': [0.05000000074505806, 0.05000000074505806], 'mean': [0.04408877553139796, 0.038755202861951284], 'std': [0.011461306769436432, 0.0185620058519011], 'q01': [6.05472345682756e-08, 3.996996369437511e-08], 'q99': [0.05000000074505806, 0.05000000074505806]}, 'arm_right_qpos': {'min': [-3.206026315689087, -3.005096912384033, -2.356199026107788, -1.7454899549484253, -2.356196403503418, -1.0471998453140259, -1.570801854133606], 'max': [0.4984091520309448, 0.17452052235603333, 2.3561978340148926, 0.34479665756225586, 2.3562169075012207, 1.047200083732605, 1.8344576358795166], 'mean': [-0.4926937303094319, -0.05746068854244716, 0.060067987430524196, -0.6359656591353143, -0.23591194814488878, 0.16645281122902053, 0.048392212598411546], 'std': [0.41749482222866613, 0.17047468677090685, 0.397533469770515, 0.5381004499965083, 0.5435909518022447, 0.5310344433737345, 0.4777509105093705], 'q01': [-2.4307329654693604, -2.4881052446365355, -1.6894862282276153, -1.6293303966522217, -2.309690005779266, -1.0450544357299805, -1.5708000659942627], 'q99': [0.39554643869400025, 0.17450003325939178, 2.2048466110229525, 0.0855640336126089, 1.774828751087189, 1.0471981763839722, 1.567148299217224]}, 'arm_right_qpos_sin': {'min': [-1.0, -1.0, -1.0, -1.0, -1.0, -0.8660265207290649, -1.0], 'max': [0.4780288338661194, 0.17363595962524414, 1.0, 0.33800530433654785, 1.0, 0.8660266399383545, 1.0], 'mean': [-0.4264371317264002, -0.05465836284551001, 0.05346223672976269, -0.5054683183348891, -0.1918360835051923, 0.14340329014491734, 0.0357940903426538], 'std': [0.31494887556161716, 0.1549590719500001, 0.34120127397829, 0.3770451917413771, 0.4156889711075758, 0.4753151693382749, 0.4020068446524755], 'q01': [-0.9999332284927368, -0.9014628958702088, -0.9949211800098419, -0.9999994039535522, -0.9999218583106995, -0.8649518489837646, -1.0], 'q99': [0.3853125, 0.17361578345298767, 0.9979434013366699, 0.0854596658796072, 0.9979422092437744, 0.8660256862640381, 0.9999933242797852]}, 'arm_right_qpos_cos': {'min': [-1.0, -0.9906989336013794, -0.7071099877357483, -0.17380644381046295, -0.7071226239204407, 0.4999977946281433, -0.26061707735061646], 'max': [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0], 'mean': [0.8152685176486311, 0.9903730380535329, 0.9322938999891098, 0.6996053660469064, 0.8519093439110083, 0.8568433553286315, 0.9001080903351859], 'std': [0.2440489014640611, 0.05598231053460137, 0.15457119672371283, 0.3419510653279641, 0.2698112779261797, 0.15797425577490556, 0.19258703108145175], 'q01': [-0.7578012096881866, -0.7939684128761292, -0.5924126744270325, -0.05850065127015114, -0.6734705185890197, 0.499999463558197, -3.739199428309803e-06], 'q99': [1.0, 1.0, 1.0, 1.0, 1.0, 0.9999990463256836, 1.0]}, 'eef_right_pos': {'min': [-0.3725128173828125, -1.0382061004638672, -0.0025070905685424805], 'max': [1.2326364517211914, 0.26436495780944824, 2.054759979248047], 'mean': [0.5586481590001344, -0.2622612647007511, 0.7113525060273301], 'std': [0.20198244627461825, 0.12248826183145507, 0.2887044106083767], 'q01': [-0.1481202507019043, -0.8345400273799897, 0.03438965082168579], 'q99': [1.0937080383300781, 0.16088378429412842, 1.8588311290740953]}, 'eef_right_quat': {'min': [-0.8496482968330383, -0.8658974170684814, -0.846491813659668, -0.4999993145465851], 'max': [0.9998801350593567, 1.0, 0.9662613272666931, 0.995110034942627], 'mean': [0.039308256893455434, 0.8539108747307287, 0.056494809508991245, 0.3574470248038774], 'std': [0.1916118436369245, 0.16095139520309862, 0.20996628055737465, 0.19794763260100237], 'q01': [-0.6425015807151795, -0.6397820979356765, -0.7292706942558289, -0.4441394343972206], 'q99': [0.7494055771827697, 0.999978244304657, 0.7843276864290237, 0.8603697574138641]}, 'gripper_right_qpos': {'min': [0.0, 0.0], 'max': [0.05000000074505806, 0.05000000074505806], 'mean': [0.042431414878741636, 0.03511908840165952], 'std': [0.013046067439518791, 0.020962884347955166], 'q01': [3.4630564726967345e-08, 3.8812980704960864e-08], 'q99': [0.05000000074505806, 0.05000000074505806]}, 'trunk_qpos': {'min': [0.39582502841949463, -2.5926384925842285, -1.8325999975204468, -0.05102548748254776], 'max': [1.7358886003494263, -0.389108270406723, 0.9993085265159607, 0.05344555154442787], 'mean': [0.9366095621998883, -1.2823185893959783, -0.5011695937647738, 3.913945759378729e-06], 'std': [0.43196813242852095, 0.7831734764485765, 0.4368973790125537, 0.00010470719164436558], 'q01': [0.4483729898929596, -2.5616512298583984, -1.8321523666381836, -0.0005037983693182468], 'q99': [1.7193808555603027, -0.3973461839556694, 0.20211271822452498, 0.0005197289166972034]}}, 'action': {'base': {'min': [-0.673821747303009, -0.6999999284744263, -0.2999999523162842], 'max': [0.6999999284744263, 0.6999999284744263, 0.2999999523162842], 'mean': [0.05084607777228721, 0.00111014798191818, -0.0013838868892303525], 'std': [0.1371181311520449, 0.0798706897676514, 0.12355546319380939], 'q01': [-0.3463053089380264, -0.3254044193029404, -0.2999999523162842], 'q99': [0.6886031532287594, 0.33666460305452345, 0.2999999523162842]}, 'torso': {'min': [0.44999998807907104, -2.569999933242798, -1.8325998783111572, 0.0], 'max': [1.7350000143051147, -0.4000000059604645, 0.9987771511077881, 0.0], 'mean': [0.936657014192599, -1.2827422389577594, -0.50206172463222, 0.0], 'std': [0.4318532444497278, 0.7828503729922744, 0.4368196001658461, 0.0], 'q01': [0.44999998807907104, -2.561833381652832, -1.8325998783111572, 0.0], 'q99': [1.7192498445510864, -0.4000000059604645, 0.20169466733932495, 0.0]}, 'left_arm': {'min': [-3.3110010623931885, -0.1745000034570694, -2.3561956882476807, -1.7452999353408813, -2.3561956882476807, -1.0471980571746826, -1.5707999467849731], 'max': [0.5806917548179626, 3.021942138671875, 2.3561956882476807, 0.12184079736471176, 2.3561956882476807, 1.0471980571746826, 1.5707999467849731], 'mean': [-0.44110921936603625, 0.04491655578480166, -0.0976132908956639, -0.6182894275563255, 0.3763169243819355, 0.1624361606973807, -0.0436291661086176], 'std': [0.437611261724098, 0.16111713041291512, 0.4591176604028236, 0.5214576489813111, 0.5691707668520373, 0.5249085197149451, 0.5238422958722031], 'q01': [-2.620039224624634, -0.1745000034570694, -2.3040503668785095, -1.6367605924606323, -1.665941891670227, -1.0471980571746826, -1.5707999467849731], 'q99': [0.5169792175292969, 0.8615447556972479, 1.9226860141754163, 0.0951068103313446, 2.3561956882476807, 1.0471980571746826, 1.5707999467849731]}, 'left_gripper': {'min': [-1.0], 'max': [1.0], 'mean': [0.3815468524085131], 'std': [0.9251173556094313], 'q01': [-1.0], 'q99': [1.0]}, 'right_arm': {'min': [-3.206321954727173, -3.005068302154541, -2.3561956882476807, -1.7452999353408813, -2.3561956882476807, -1.0471980571746826, -1.5707999467849731], 'max': [0.4816270172595978, 0.1745000034570694, 2.3561956882476807, 0.3490999639034271, 2.3561956882476807, 1.0471980571746826, 1.5707999467849731], 'mean': [-0.4933116890547536, -0.05757132018400602, 0.06077442956430074, -0.6361423087559954, -0.23828185231898744, 0.1673062246267989, 0.04782145716375659], 'std': [0.41754124847622937, 0.1706010252887335, 0.39985703299076597, 0.5386661425158871, 0.5466381748517407, 0.533557130358621, 0.48047503384252793], 'q01': [-2.435723581314087, -2.48811674118042, -1.6904468536376953, -1.6290875673294067, -2.314507775306702, -1.0471980571746826, -1.5707999467849731], 'q99': [0.3957670032978058, 0.1745000034570694, 2.210490617752077, 0.08743690699338913, 1.770844707489017, 1.0471980571746826, 1.5707999467849731]}, 'right_gripper': {'min': [-1.0], 'max': [1.0], 'mean': [0.25243926359417473], 'std': [0.9677173384029119], 'q01': [-1.0], 'q99': [1.0]}}, 'relative_action': {'left_arm': {'min': [[-0.997752845287323, -0.3958113044500351, -0.7332055568695068, -1.4228347167372704, -1.586839571595192, -1.3559619188308716, -2.314941704273224], [-1.0034335851669312, -0.40893562138080597, -0.7517350316047668, -1.4660160932689905, -1.5861172527074814, -1.3656324744224548, -2.3205625414848328], [-1.0091137290000916, -0.5375223755836487, -0.8195391595363617, -1.5024737510830164, -1.5865084379911423, -1.3726775646209717, -2.3261601328849792], [-1.0147951543331146, -0.7229288518428802, -0.886341005563736, -1.5258067045360804, -1.587491750717163, -1.3790714740753174, -2.331751048564911], [-1.0204739570617676, -0.8476445972919464, -0.9876070618629456, -1.540739694610238, -1.5895655155181885, -1.385416865348816, -2.337340533733368], [-1.0500553250312805, -0.9306584298610687, -1.0975277423858643, -1.5502968225628138, -1.5955830812454224, -1.3918101787567139, -2.342930018901825], [-1.163932204246521, -1.0014683902263641, -1.2590898275375366, -1.5561347398906946, -1.6629566252231598, -1.3982658386230469, -2.3485122323036194], [-1.2344524264335632, -1.0709741413593292, -1.3771833181381226, -1.5614807475358248, -1.7650106102228165, -1.4048137068748474, -2.354092299938202], [-1.2824132442474365, -1.150385707616806, -1.418223261833191, -1.5669458471238613, -1.8503664135932922, -1.4207874536514282, -2.359671175479889], [-1.3529334664344788, -1.1989533603191376, -1.4496347904205322, -1.5723719941452146, -1.968759000301361, -1.4434602856636047, -2.365239441394806], [-1.4335040971636772, -1.2473014295101166, -1.504702866077423, -1.5775016658008099, -2.0454367995262146, -1.497969627380371, -2.3707833886146545], [-1.497478000819683, -1.293179526925087, -1.6119202375411987, -1.5826296722516418, -2.084663450717926, -1.5473410487174988, -2.376343548297882], [-1.5517723001539707, -1.3114978224039078, -1.7065939903259277, -1.58784143300727, -2.114568531513214, -1.594035029411316, -2.3819066882133484], [-1.6342823430895805, -1.3297917991876602, -1.7760422229766846, -1.593679350335151, -2.1348535418510437, -1.630222201347351, -2.3938499689102173], [-1.6885766424238682, -1.3387551456689835, -1.8312852382659912, -1.5936605823226273, -2.1634854674339294, -1.6727731227874756, -2.402282476425171], [-1.7139583341777325, -1.3387551456689835, -1.8709232211112976, -1.5936603606678545, -2.198754608631134, -1.7089602947235107, -2.40790331363678], [-1.7474306719377637, -1.3387551456689835, -1.8916627168655396, -1.5936602046713233, -2.2300427556037903, -1.7422797679901123, -2.4135009050369263], [-1.7639322178438306, -1.3387551456689835, -1.9373923242092133, -1.5966984406113625, -2.265427887439728, -1.7923739552497864, -2.419091820716858], [-1.779032427817583, -1.3387551456689835, -1.9916984140872955, -1.5978786125779152, -2.295332968235016, -1.861717402935028, -2.424681305885315], [-1.7848996706306934, -1.3709536790847778, -2.0462610200047493, -1.5993824454490095, -2.3194939494132996, -1.9203924536705017, -2.430270791053772], [-1.7933485098183155, -1.4062365293502808, -2.109062857925892, -1.5995981830637902, -2.343884289264679, -1.9758113026618958, -2.4358530044555664], [-1.8067792057991028, -1.4318740367889404, -2.154929667711258, -1.6053896322846413, -2.4117966890335083, -2.015077769756317, -2.441433072090149], [-1.839739814400673, -1.4629629850387573, -2.213408980052918, -1.6090867891907692, -2.456482172012329, -2.03894704580307, -2.447011947631836], [-1.8660464733839035, -1.4866853952407837, -2.259573109447956, -1.614410676062107, -2.490067958831787, -2.051995277404785, -2.4721572399139404], [-1.890480563044548, -1.5025921538472176, -2.293810434639454, -1.616303600370884, -2.5259942412376404, -2.0591602325439453, -2.4868974685668945], [-1.9061208218336105, -1.5186362639069557, -2.326630659401417, -1.619029439985752, -2.572178542613983, -2.0641900300979614, -2.5106950998306274], [-1.9161089658737183, -1.533745564520359, -2.346960850059986, -1.6210776939988136, -2.620660424232483, -2.0677136182785034, -2.5303961038589478], [-1.9252651929855347, -1.5469973962754011, -2.365190267562866, -1.623191513121128, -2.680773913860321, -2.0723377466201782, -2.5470060110092163], [-1.9381507486104965, -1.5611521378159523, -2.3724575862288475, -1.6250238865613937, -2.7299404740333557, -2.0727533102035522, -2.558198571205139], [-1.946475401520729, -1.5744039695709944, -2.3793404921889305, -1.6255219131708145, -2.7635262608528137, -2.0727533102035522, -2.5740851163864136], [-1.9515115171670914, -1.5854400768876076, -2.3828645572066307, -1.6260133311152458, -2.8386014699935913, -2.0753005743026733, -2.5826919078826904], [-1.9532166868448257, -1.5986919086426497, -2.386074833571911, -1.6264569088816643, -2.8972833156585693, -2.0839775800704956, -2.6126683950424194]], 'max': [[1.0669727623462677, 0.9484425857663155, 1.0950435101985931, 1.2021992970257998, 1.3884141445159912, 1.608982503414154, 1.4833613965736276], [1.0669573247432709, 0.9482506960630417, 1.0949791967868805, 1.2077287007123232, 1.388249397277832, 1.6170933842658997, 1.3906452655792236], [1.0669780671596527, 0.948251836001873, 1.0949744284152985, 1.2132584620267153, 1.3882359862327576, 1.6238858699798584, 1.555236577987671], [1.0669749677181244, 0.9482506811618805, 1.0949859917163849, 1.2187524605542421, 1.3882350325584412, 1.6336724758148193, 1.677226483821869], [1.0669197738170624, 0.9482514336705208, 1.1322687268257141, 1.2242285776883364, 1.3889169991016388, 1.639348328113556, 1.8060536980628967], [1.0669170916080475, 0.9482519552111626, 1.410931646823883, 1.2372132241725922, 1.4918879270553589, 1.662769079208374, 1.8643245697021484], [1.0668952763080597, 0.9482454732060432, 1.4669503271579742, 1.3257556054741144, 1.5334960371255875, 1.6728941202163696, 1.8878414630889893], [1.0941869020462036, 0.9479417875409126, 1.523007094860077, 1.4056907966732979, 1.5683319866657257, 1.6872605085372925, 1.9468960165977478], [1.175170887261629, 0.9477444589138031, 1.579025775194168, 1.4807198122143745, 1.59773488342762, 1.697385549545288, 1.9818745255470276], [1.2653789408504963, 0.9480108767747879, 1.6263106316328049, 1.5124149397015572, 1.6477856040000916, 1.7039664387702942, 2.0146979689598083], [1.3416013605892658, 0.9481960237026215, 1.6653781309723854, 1.5367852374911308, 1.7066646814346313, 1.7109761238098145, 2.04448801279068], [1.407979629933834, 0.9741421267390251, 1.7264829277992249, 1.563093826174736, 1.7565813064575195, 1.7175570130348206, 2.0568318963050842], [1.473886989057064, 1.0208869967609644, 1.7724896371364594, 1.5794222094118595, 1.7931742668151855, 1.7220725417137146, 2.090766131877899], [1.5313405022025108, 1.0412196815013885, 1.8948577046394348, 1.5877823419868946, 1.8221957683563232, 1.7304814457893372, 2.099655330181122], [1.5853290408849716, 1.0713306479156017, 1.9543958902359009, 1.5920627303421497, 1.8490485846996307, 1.7702059745788574, 2.150808870792389], [1.6321801990270615, 1.093981847167015, 1.9932538717985153, 1.5947807021439075, 1.8769814372062683, 1.8019075989723206, 2.213081181049347], [1.6544547379016876, 1.117748148739338, 2.037040591239929, 1.5963974259793758, 1.8948584496974945, 1.8243050575256348, 2.2575637102127075], [1.6893122792243958, 1.1439502462744713, 2.0758985728025436, 1.5978000238537788, 1.9223847091197968, 1.8393860459327698, 2.3183498978614807], [1.7164668068289757, 1.1662669405341148, 2.101071484386921, 1.5983830764889717, 1.9643865525722504, 1.8690887093544006, 2.3796305656433105], [1.7366787418723106, 1.1907387003302574, 2.1244651153683662, 1.598920114338398, 1.9952272474765778, 1.889298141002655, 2.4364193081855774], [1.7685035541653633, 1.2030284702777863, 2.146640859544277, 1.6027429359965026, 2.050830416381359, 1.9101697206497192, 2.4676687121391296], [1.8031738176941872, 1.2309308052062988, 2.1740896701812744, 1.6084474930539727, 2.0902974009513855, 1.9288233518600464, 2.5455174446105957], [1.8479544334113598, 1.291327804327011, 2.2526247799396515, 1.6136833298951387, 2.1550829708576202, 1.9380230903625488, 2.6071988344192505], [1.8835991073865443, 1.3337138891220093, 2.357059955596924, 1.6191376317292452, 2.191846191883087, 1.9642048478126526, 2.6847872734069824], [1.905192916514352, 1.3763055056333542, 2.4477269649505615, 1.6218779310584068, 2.261343002319336, 1.9940481781959534, 2.7374370098114014], [1.9358505655545741, 1.4182565212249756, 2.5033892691135406, 1.6236317232251167, 2.3320093750953674, 1.9941557049751282, 2.796732187271118], [1.9668327022809535, 1.4614121541380882, 2.5554285049438477, 1.6277280636131763, 2.401506185531616, 2.0106208324432373, 2.8488266468048096], [1.9905512977857143, 1.4894920215010643, 2.6267186999320984, 1.6312586851418018, 2.457232117652893, 2.0305533409118652, 2.8856470584869385], [2.00818083435297, 1.5087819918990135, 2.6944882571697235, 1.6344106569886208, 2.5162031054496765, 2.0381810665130615, 2.9162187576293945], [2.021653987467289, 1.5285549983382225, 2.7199385166168213, 1.635116495192051, 2.5403850078582764, 2.053256869316101, 2.9486706256866455], [2.034294880926609, 1.5492422208189964, 2.7442717254161835, 1.6361225433647633, 2.5606176257133484, 2.0626657009124756, 2.961563467979431], [2.046102412045002, 1.5702159032225609, 2.7697219848632812, 1.6368283815681934, 2.567579209804535, 2.072218894958496, 2.9716033935546875]], 'mean': [[-0.0004958616233034847, 0.00011017623402605033, -0.0009467590092983712, -0.0003665470387596969, 0.0030612857314230462, 0.0010949116926847573, 0.0011147105429127238], [-0.0005116002427033546, 0.00011659327868531267, -0.0009614220982388572, -0.0003785369101839987, 0.0030980926243350886, 0.0010819143959574162, 0.0011112937246852148], [-0.0005273196481433562, 0.00012309534157680323, -0.0009760781248124761, -0.00039020460244536346, 0.0031350512289905607, 0.0010687168498650498, 0.0011081621924467408], [-0.0005429779611770763, 0.00012965097051735, -0.000990724333475564, -0.0004014282483750052, 0.0031720565487464722, 0.001055426586475631, 0.0011052259842079383], [-0.0005585632191443938, 0.00013623511193658252, -0.001005361132676598, -0.00041227517086457757, 0.0032091027582535547, 0.0010420462215233307, 0.0011024329357675422], [-0.0005740832437287081, 0.00014285271473894558, -0.0010199682285903292, -0.00042281713388194045, 0.0032461933373482, 0.0010285949150608102, 0.0010997673656611404], [-0.0005895381890522104, 0.00014950231408974467, -0.0010345533264584652, -0.0004330674005024742, 0.0032833074194111352, 0.001015081152846598, 0.001097210697566495], [-0.0006049451950946358, 0.00015618341800294547, -0.0010491397989406623, -0.0004430099349349081, 0.0033204311092451724, 0.0010015264050289782, 0.0010947628513141407], [-0.0006203153785517061, 0.0001628851635434065, -0.0010637232352354077, -0.0004526542180134146, 0.003357568437488372, 0.000987962109686762, 0.0010924026295805378], [-0.0006356521297935533, 0.00016960705770801624, -0.0010782935264365323, -0.00046201902351602743, 0.003394698870986379, 0.0009744126907790003, 0.0010901240650319157], [-0.0006509645072410887, 0.00017633659700363785, -0.0010928590146580168, -0.00047115520288140743, 0.00343181779535498, 0.0009608868846321013, 0.001087909733995639], [-0.0006662377926102262, 0.00018307005627259305, -0.0011074202302274651, -0.00048007653486858287, 0.00346891584652413, 0.0009473877544412211, 0.0010857383748417119], [-0.0006814852585384487, 0.0001897974906037577, -0.0011219723188962826, -0.0004888002313646856, 0.003505981565462149, 0.0009339155727249339, 0.001083610696421159], [-0.0006966979698286305, 0.0001965233374592621, -0.0011365171174142034, -0.0004973404411717538, 0.003543013417832478, 0.0009204772157097542, 0.0010814983444987578], [-0.0007118765244449627, 0.0002032261194933983, -0.0011510539061127894, -0.0005057181069258496, 0.0035800040845661925, 0.0009070570838107133, 0.0010794071966900261], [-0.0007270270062563109, 0.00020991204061775797, -0.0011655778275055683, -0.0005139322141728218, 0.0036169564818002648, 0.0008936582515723874, 0.0010773367249018208], [-0.0007421719869839359, 0.00021658121019173802, -0.0011800883057203964, -0.0005219774346315418, 0.0036538720669228916, 0.0008802944786491027, 0.0010752573689598892], [-0.0007572860833649996, 0.00022322732279566202, -0.0011945849196098135, -0.000529841627516269, 0.003690750250612123, 0.000866933037574312, 0.0010731855621436207], [-0.0007723588194394823, 0.00022984973184747315, -0.001209073917191828, -0.0005375338835617651, 0.0037275974450995653, 0.000853582945564675, 0.0010711070478554862], [-0.000787397580628563, 0.00023645399063147127, -0.00122355144154587, -0.0005450527238411839, 0.0037644107856346907, 0.0008402615161090502, 0.0010690141208693526], [-0.0008023906600965558, 0.00024304287006803946, -0.001238021916164629, -0.0005524069813860281, 0.003801176495771832, 0.0008269668496222473, 0.0010669126837087497], [-0.0008173392907196568, 0.0002496149828222855, -0.0012524873894670355, -0.0005595813939638781, 0.0038378884941655885, 0.0008136989076407067, 0.0010648170507694971], [-0.0008322485951846251, 0.00025615945106017705, -0.0012669614600614035, -0.0005665506329828626, 0.0038745505521877617, 0.0008004673707303877, 0.0010627283904018488], [-0.0008471120374248419, 0.00026267286847589746, -0.0012814459157133608, -0.0005732847468255134, 0.003911165842253698, 0.000787289346935293, 0.0010606434126586915], [-0.0008619227708117828, 0.0002691585955543047, -0.001295937301812972, -0.0005797757916683006, 0.003947728766429305, 0.0007741464455712871, 0.0010585567711695505], [-0.0008766620185455484, 0.0002756038969307649, -0.0013104451651340834, -0.0005859746990277021, 0.00398422853076343, 0.0007610373295647698, 0.001056460384610946], [-0.0008913399425446072, 0.0002820132816617226, -0.001324981905637704, -0.0005918280510969389, 0.004020688284255554, 0.0007479604247165215, 0.0010543665779929106], [-0.0009059583269795899, 0.0002883914380678045, -0.0013395481420451782, -0.0005973239686363512, 0.00405710731496394, 0.0007349655589573382, 0.0010522814183071107], [-0.0009205199002153148, 0.0002947306926071589, -0.001354145463297201, -0.000602419430314094, 0.004093492676526124, 0.00072208354874307, 0.0010501946502225858], [-0.0009350026883457555, 0.00030104139293517777, -0.0013687617572473445, -0.0006069667759280211, 0.004129846648804515, 0.0007092646387385789, 0.0010480929778585604], [-0.0009494129294604447, 0.00030732251645394575, -0.0013834013175462647, -0.0006109678634855263, 0.004166166490364631, 0.0006965554365146632, 0.0010459864163444412], [-0.0009637507769085367, 0.0003135694884303077, -0.0013980657796102854, -0.0006143176624603366, 0.004202442976021679, 0.0006839250092160358, 0.0010438900202260656]], 'std': [[0.005042890209461946, 0.0042037617994652166, 0.0080576199825256, 0.009369988976596858, 0.009065413338618879, 0.008551509527189331, 0.009016719240771806], [0.009032816168871999, 0.006002642622226509, 0.01041425337126603, 0.015314871904375534, 0.01132663867963773, 0.013225623243408592, 0.01351284987842674], [0.013038492989034128, 0.008024403231427672, 0.013258694155021638, 0.021457558977067012, 0.014132853227521463, 0.018224889552827885, 0.018441254348619922], [0.01699847171902894, 0.01008152728533126, 0.016255231763058854, 0.027558395603506085, 0.017136870088938855, 0.023224247557669102, 0.023418663175673125], [0.020891696718825084, 0.012109703362555083, 0.01926487248976277, 0.0335411828149856, 0.020179974979627046, 0.0281276482040047, 0.0283198135075085], [0.024710205195025165, 0.014084730798238286, 0.022229285463196215, 0.03937645770900859, 0.02319157830860815, 0.03290526937642443, 0.03310009203003191], [0.028450831355386896, 0.01599913544653074, 0.025124999258787827, 0.04505451479674172, 0.026141554038838895, 0.0375505210961574, 0.03774529985130113], [0.03211329457342708, 0.01785182315015365, 0.02794315730524412, 0.05057356838405714, 0.029017895204495894, 0.042065280581270695, 0.042253454923578675], [0.035698617902374614, 0.01964454393359776, 0.030681422712571745, 0.05593542474264304, 0.031817051617323684, 0.04645394236790948, 0.04662767005045012], [0.03920821635422941, 0.021380041391474165, 0.03334055297379937, 0.06114343201465775, 0.03453941788679597, 0.050721463598993675, 0.05087281276202849], [0.04264380130281443, 0.023061499765628806, 0.03592280063132693, 0.06620214039142581, 0.037186999236960415, 0.05487326708862938, 0.054994472546606506], [0.0460073638771838, 0.024691939751578733, 0.03843101871211045, 0.07111681592191901, 0.03976303654790011, 0.05891437636838992, 0.05899849704838266], [0.04930104048908295, 0.02627401897392844, 0.04086832384567456, 0.07589272506000187, 0.04227070023698299, 0.06284950701280673, 0.06289024421166466], [0.052527121153720754, 0.027810072409647515, 0.04323790292684345, 0.0805353477437409, 0.04471326190983994, 0.06668340553568844, 0.06667516658794667], [0.05568773467925167, 0.029302097350058533, 0.04554280961123761, 0.08505016573267862, 0.04709386853953281, 0.07042045790170746, 0.0703582249894073], [0.058785183632315545, 0.030751926128337246, 0.047786024371488704, 0.08944238095938235, 0.04941562440760167, 0.07406497659053933, 0.07394398256389473], [0.061821509308915314, 0.03216118033368125, 0.04997055815135897, 0.09371710093616462, 0.05168142201561866, 0.07762118335997142, 0.07743702199643478], [0.06479879633512685, 0.0335313039725282, 0.052099258643134284, 0.09787910087842525, 0.053893983426028205, 0.08109297644490984, 0.08084132958286848], [0.06771910341861712, 0.03486391620849972, 0.05417476318206165, 0.10193312479930992, 0.056055982545011075, 0.08448410581576214, 0.08416071356919218], [0.07058442364562563, 0.03616062694069613, 0.0561996864576997, 0.10588357052338376, 0.05816979073003998, 0.08779813800566191, 0.08739871559510244], [0.07339666844155475, 0.03742300444770677, 0.058176502832676606, 0.10973472010727138, 0.06023778301590709, 0.09103855588524483, 0.09055868272580397], [0.0761577380926806, 0.03865262123260878, 0.0601075463229847, 0.11349061388614291, 0.06226209527653031, 0.09420859942257964, 0.09364388664591426], [0.07886938187981209, 0.039851045632990814, 0.061995046315513794, 0.11715511958538807, 0.06424474538155879, 0.09731120000317585, 0.096657039502933], [0.08153329957094609, 0.04101973503133469, 0.06384101471923177, 0.12073193812609355, 0.06618757076335723, 0.10034928414557648, 0.09960118344612674], [0.08415115646185634, 0.042160087805930925, 0.06564737203836275, 0.12422448756024544, 0.06809231267303495, 0.10332543924194547, 0.10247896562382772], [0.08672464624373165, 0.043273487417356746, 0.06741592463275682, 0.12763610752538262, 0.06996063543885211, 0.1062423023109077, 0.10529298649896057], [0.08925520454671597, 0.044361228474532985, 0.06914848502897086, 0.1309699272601737, 0.07179398194675123, 0.10910208646244264, 0.10804571258119436], [0.09174430542953789, 0.04542450217791837, 0.07084662751299511, 0.13422905231602364, 0.07359393626715013, 0.1119071253620825, 0.11073944572428539], [0.09419338123277486, 0.046464406204313094, 0.0725119526644367, 0.13741635368191718, 0.07536181811886387, 0.1146596071024406, 0.11337634139835086], [0.09660382411327949, 0.04748201981683536, 0.07414588391277588, 0.14053420183149867, 0.07709892911770225, 0.11736160116854574, 0.11595863275150257], [0.09897697385912706, 0.04847830448262251, 0.07574980100172676, 0.14358535734714933, 0.07880658971350224, 0.12001508244543165, 0.11848836940444295], [0.10131409552155905, 0.04945420247532397, 0.07732500053655912, 0.1465721035537298, 0.08048594340295494, 0.12262187512881731, 0.12096749704031641]], 'q01': [[-0.0386461079120636, -0.036662497201468795, -0.06850713342428208, -0.0640183898806572, -0.042670408189296724, -0.06457344196736813, -0.06907691478729248], [-0.0756398320198059, -0.052268517985939976, -0.07780131578445434, -0.12125650227069855, -0.04867205649614334, -0.08576318487990647, -0.09421725869178772], [-0.11220928728580475, -0.07700768031179905, -0.11366160605102778, -0.17741059362888337, -0.06763579070568085, -0.12549763992428778, -0.14013565331697464], [-0.14823150038719177, -0.10080395624041556, -0.14843568682670594, -0.2319256994128227, -0.08910922549664974, -0.16407283574342726, -0.1849883645772934], [-0.18398335948586464, -0.12374509252840651, -0.18144991159439086, -0.28541787564754484, -0.10958031475543976, -0.20082196956500412, -0.22811810076236724], [-0.21874406933784485, -0.14567617282271383, -0.21330293539911507, -0.3369506216049194, -0.12903327196836473, -0.23597108900547029, -0.2705220580101013], [-0.2529834985733032, -0.1665586256980896, -0.24421006202697754, -0.38641477435827254, -0.1479580020904541, -0.27002064883708954, -0.31199522614479064], [-0.28671071529388426, -0.18697428852319717, -0.27440807104110715, -0.4343853959441185, -0.16668315052986146, -0.30284128785133363, -0.35341299176216123], [-0.31980626583099364, -0.2062408085912466, -0.3040218269824982, -0.4800115379691124, -0.18378835797309875, -0.3344325821101665, -0.3918331265449524], [-0.3524306297302246, -0.2248763982579112, -0.3321350694261491, -0.5243714070320129, -0.20144181251525878, -0.36663051769137384, -0.4302427589893341], [-0.3844058573246002, -0.24264867429621517, -0.35953401029109955, -0.5657710230350494, -0.2201671004295349, -0.39642401626333595, -0.46717693433165547], [-0.41556055545806886, -0.26006597314029933, -0.3858996170759201, -0.606069920361042, -0.23962029181420802, -0.4255195705592632, -0.5027964830398559], [-0.44613997340202327, -0.2768159769382328, -0.41140330404043196, -0.644099945127964, -0.25881037712097166, -0.45421375807374714, -0.5375120639801025], [-0.4754746168851852, -0.2924757392704487, -0.436892911195755, -0.6804092900454998, -0.2785247564315796, -0.48209250848740337, -0.5717523925006389], [-0.5044417679309845, -0.30804244183003904, -0.4602188289165497, -0.7155001145601273, -0.29738533198833467, -0.5088020058628172, -0.6050773173570633], [-0.5332316852174699, -0.32334660429507495, -0.4835839116573334, -0.7487342005968094, -0.3170881152153015, -0.5341938130743802, -0.6378050208091736], [-0.5609397172927856, -0.3381384322792292, -0.5057390163838863, -0.7808118239045143, -0.3363338947296142, -0.5587969708442688, -0.6687653545290232], [-0.588211715221405, -0.352744579911232, -0.5267577684298158, -0.8106974257528782, -0.35506043434143064, -0.5823296047915938, -0.6987484812736511], [-0.6145083263516425, -0.3662008164823055, -0.5476512759923935, -0.8393506127595901, -0.3753861665725708, -0.6060868088155985, -0.7271572485566139], [-0.6404437586665154, -0.3794967689737678, -0.5678292417526245, -0.8664101627469063, -0.3960013628005981, -0.6286777710914612, -0.7555217698216438], [-0.6648462772369385, -0.39201849594712257, -0.5873980024456977, -0.8924029958248139, -0.4171981424093246, -0.6508546324446798, -0.7810263315215706], [-0.6900630831718445, -0.40395004376769067, -0.6066053945757449, -0.9162473928928375, -0.43787788152694695, -0.6720267997123301, -0.8057507321238517], [-0.714788544178009, -0.4159169779717922, -0.6262351033091544, -0.9399508675932884, -0.45987472534179685, -0.6907574996352196, -0.8318558633327484], [-0.73831467628479, -0.4273250851780176, -0.6431706988811493, -0.9623262479901313, -0.4809137642383575, -0.7089809973537922, -0.8576309725642204], [-0.7608736634254456, -0.43838319592177866, -0.6605464851856232, -0.9829591865837574, -0.50274258852005, -0.7263106906414032, -0.880407840013504], [-0.7831912875175475, -0.44914824306964873, -0.6772333642840386, -1.0026414296030999, -0.5231390476226807, -0.7438328392989934, -0.9025460962206125], [-0.8050559282302855, -0.4598560299538076, -0.6937151953577995, -1.0218366196751594, -0.5426153644919396, -0.7609760767966509, -0.9246293604373932], [-0.8255173593759537, -0.4701528800651431, -0.7097193992137909, -1.0388304010033607, -0.5640010237693787, -0.7771441704034805, -0.9456516593694687], [-0.8465838193893432, -0.4801752650050912, -0.723493347838521, -1.0543036171793938, -0.5833225965499877, -0.791998464167118, -0.9652872338891029], [-0.8652088083326817, -0.4901029609143734, -0.7372898632287979, -1.0687126055359841, -0.6040134131908417, -0.8075726345181465, -0.9840885758399963], [-0.884147210419178, -0.49946635782718657, -0.7517394435405731, -1.0823905599117278, -0.6240904249250889, -0.820736728310585, -1.003439844213426], [-0.9025756523013115, -0.5094228649884462, -0.7649029272794723, -1.0951757770776749, -0.643028301000595, -0.8324248807132244, -1.0215618833899498]], 'q99': [[0.03430417180061348, 0.051113334670662876, 0.0715905418992043, 0.054351210594177246, 0.06999846309423446, 0.07371939361095431, 0.06594715096056458], [0.06845250129699709, 0.051194096039980645, 0.0837654346227647, 0.08841318428516393, 0.07067593932151794, 0.10662587959319357, 0.09940184354782124], [0.10249328613281333, 0.07328858204186006, 0.12399181097745901, 0.128910049200058, 0.0769507408142091, 0.15654826447367726, 0.1463273145258427], [0.13639724254608182, 0.09602429986000072, 0.16334667026996647, 0.16834245562553407, 0.0999624013900759, 0.20355201542377488, 0.19196648597717358], [0.16952860355377225, 0.11776648029685026, 0.2013736876845361, 0.20670579046011003, 0.1220733165740969, 0.24954161107540246, 0.23621151447296163], [0.2025104701519021, 0.13859577525407105, 0.23784515644423707, 0.24306407451629708, 0.1433049559593201, 0.2931383026391273, 0.27928172349929864], [0.23501212596893345, 0.15887603301554942, 0.2734123460203413, 0.27860416650772124, 0.16404935121536293, 0.3351723811775456, 0.32123340368271047], [0.26631886959075934, 0.1782188593596225, 0.30827580034732877, 0.3128620594739914, 0.1839313268661512, 0.37447382338345114, 0.3620349988341341], [0.2976848125457776, 0.19688783675432212, 0.3420448274910459, 0.34567414224147813, 0.20322065353393692, 0.4129014591872697, 0.4012086987495424], [0.32844444513320975, 0.21466766297817247, 0.3748417180776628, 0.37756471812725073, 0.22211619615554817, 0.45001984551549057, 0.43902653455734386], [0.35894870758056685, 0.2323455705493695, 0.4063334711361677, 0.40862836211919906, 0.2406438827514653, 0.4858759286254652, 0.4773120284080522], [0.3887462586164484, 0.24927428491413625, 0.4367471539974218, 0.43846576511860064, 0.2583893656730655, 0.5203189352154747, 0.5138148069381719], [0.41757228374481237, 0.26578384920954745, 0.46601712584495647, 0.4676114457845703, 0.27567406892776547, 0.552315097451213, 0.5492368727922449], [0.44547618627548624, 0.2813135705888282, 0.49406791031360703, 0.49476701796054906, 0.29212071895599456, 0.5835434779524833, 0.5819455981254597], [0.4739711403846776, 0.296761113125831, 0.520692284107209, 0.5205944103002549, 0.30878605842590395, 0.6122838230431082, 0.6152111440896989], [0.5023225367069254, 0.31142625302076343, 0.5470231610536587, 0.5463475358486177, 0.3253093719482427, 0.6404861893504872, 0.6458247542381291], [0.5294745028018968, 0.3255173887498682, 0.5713161861896517, 0.5699448990821843, 0.3423194885253925, 0.6670694494992502, 0.6750442640855928], [0.5557321786880502, 0.3391520938277245, 0.5952782912552358, 0.5941325965523732, 0.35815914869308646, 0.6919770871102817, 0.7032595098018665], [0.5826658964157136, 0.3520041262358438, 0.6183818566799194, 0.6164617282152176, 0.3734738767147078, 0.7174584775045519, 0.7311235666275033], [0.6077272415161142, 0.3646490457281479, 0.6405139887332926, 0.6381314748525637, 0.3885642051696788, 0.7421793611347705, 0.7578544717282081], [0.6321850389242173, 0.37649765230715343, 0.6620161724090665, 0.6592112518846999, 0.4042355656623843, 0.7645705929398547, 0.7841163918375983], [0.6566859960556036, 0.3878186647966507, 0.6833199805021306, 0.6795486742258074, 0.41834575571119964, 0.7865927022695551, 0.8094674909487412], [0.6816394686698926, 0.3991522341966634, 0.7029980023205318, 0.6986330253630877, 0.43166431486606616, 0.8066762607271108, 0.8338384091854125], [0.7053329557180424, 0.4103406466543681, 0.7219443196058286, 0.7160261023044588, 0.44484913349151656, 0.8252368717640642, 0.8575884610414506], [0.7293830871582053, 0.42079214774072293, 0.7401020801067356, 0.7329710048437126, 0.4587715744972237, 0.8437455536425114, 0.8808274917304533], [0.7534523993730599, 0.43171232312917895, 0.757817730754614, 0.7491741815209392, 0.47123477458953916, 0.8623393146693723, 0.9027240216732038], [0.775656914711, 0.44203379333019366, 0.7739028343558344, 0.7647411507368147, 0.4835896372795116, 0.8798752685636302, 0.9241332709789283], [0.7987703204154993, 0.45224493715912245, 0.7887839984893805, 0.7793284469842916, 0.4955010637640977, 0.8961395326256762, 0.945287373661996], [0.8219568818807613, 0.4619707281049341, 0.8041076642274865, 0.7938556438684463, 0.5071281177923095, 0.9127207976579674, 0.9636384129524235], [0.8449902921915088, 0.4715270736813547, 0.8189609235525146, 0.8072230803966532, 0.5176736265420916, 0.9277084389887753, 0.9815786540508293], [0.867118090391161, 0.4808228036761286, 0.8338747972249989, 0.8204637321829799, 0.5284637868404417, 0.9408591401577002, 1.0003999516367923], [0.8884456053376217, 0.4899162337929015, 0.8473211130499841, 0.8324803871661434, 0.5387670993804935, 0.9540316763520258, 1.018914514780047]]}, 'right_arm': {'min': [[-0.9147349925333401, -0.9469192028045654, -1.4160650968551636, -1.3962863683700562, -1.3177090287208557, -1.7317636609077454, -1.5708001424710716], [-0.8630542457103729, -0.9474720060825348, -1.4226652383804321, -1.4018644541502, -1.3233780600130558, -1.7373952269554138, -1.4022604003548622], [-0.8630543351173401, -0.9474673569202423, -1.428303599357605, -1.4089572131633759, -1.3290658332407475, -1.743023931980133, -1.475652802735567], [-0.8630536496639252, -0.9474660754203796, -1.4339221715927124, -1.4320696294307709, -1.3347285278141499, -1.7486546039581299, -1.6196716725826263], [-0.863052636384964, -0.9474859312176704, -1.4394932985305786, -1.4474640786647797, -1.3403955809772015, -1.7542852759361267, -1.7526437938213348], [-0.9487167596817017, -0.947893314063549, -1.4451321363449097, -1.466748632490635, -1.4203394651412964, -1.7599961757659912, -1.8115732073783875], [-1.0542286038398743, -0.9480160772800446, -1.4508329629898071, -1.4855444803833961, -1.5662527680397034, -1.7657138109207153, -1.9147396087646484], [-1.1121069192886353, -0.94815893471241, -1.5138533264398575, -1.5018442049622536, -1.6286932826042175, -1.7714354395866394, -2.001153588294983], [-1.1858541667461395, -0.9482404589653015, -1.6318626552820206, -1.509100116789341, -1.7261643409729004, -1.7771655321121216, -2.040158987045288], [-1.2852591499686241, -0.9553775191307068, -1.6929561793804169, -1.5147177502512932, -1.7978919744491577, -1.7828950881958008, -2.116119921207428], [-1.3623125199228525, -0.9876946806907654, -1.832607977092266, -1.5203404165804386, -1.877414584159851, -1.7886329889297485, -2.197821259498596], [-1.4310376290231943, -1.0180548131465912, -1.998558297753334, -1.5259557403624058, -1.954758882522583, -1.794373095035553, -2.2927149534225464], [-1.5465472638607025, -1.0322056710720062, -2.072791948914528, -1.5315783973783255, -2.0264865159988403, -1.8001065850257874, -2.343602418899536], [-1.645952247083187, -1.0594440400600433, -2.140432685613632, -1.5371872261166573, -2.0915714502334595, -1.8366808891296387, -2.4491676092147827], [-1.7230056170374155, -1.0887494012713432, -2.214666336774826, -1.5510003715753555, -2.120563268661499, -1.8911154866218567, -2.501610279083252], [-1.76629956997931, -1.113828368484974, -2.2627374827861786, -1.560723915696144, -2.1385657787323, -1.9209157824516296, -2.6014543771743774], [-1.8348722103983164, -1.139435663819313, -2.3435183465480804, -1.569845107384026, -2.155274450778961, -1.9863238334655762, -2.6474037170410156], [-1.867393970489502, -1.2081727981567383, -2.387424796819687, -1.5798263810575008, -2.1830042600631714, -2.0126628279685974, -2.7296056747436523], [-1.899572692811489, -1.287134200334549, -2.4283455312252045, -1.5880228355526924, -2.2980509996414185, -2.0522736310958862, -2.7994797229766846], [-1.9600130915641785, -1.3507066071033478, -2.4512874484062195, -1.6018854584544897, -2.454225540161133, -2.0773284435272217, -2.8294814825057983], [-1.9855666756629944, -1.4051696062088013, -2.4713940024375916, -1.6058211531490088, -2.522842764854431, -2.0894603729248047, -2.87981915473938], [-2.006015717983246, -1.4675325453281403, -2.4803280234336853, -1.609208045527339, -2.5855400562286377, -2.0909653902053833, -2.899606943130493], [-2.022678792476654, -1.5318333059549332, -2.492263972759247, -1.6106074433773756, -2.631789803504944, -2.091354727745056, -2.928667902946472], [-2.055516302585602, -1.595405712723732, -2.5308111906051636, -1.6139121633023024, -2.6717257499694824, -2.0913562774658203, -2.9481230974197388], [-2.0700165778398514, -1.6392503678798676, -2.5747628211975098, -1.6147374492138624, -2.7147488594055176, -2.0913562774658203, -2.9557873010635376], [-2.088667869567871, -1.68337382376194, -2.6208865642547607, -1.6155121084302664, -2.7592941522598267, -2.09135901927948, -2.9691492319107056], [-2.095740556716919, -1.7289490848779678, -2.6714895367622375, -1.6160671673715115, -2.7992300987243652, -2.0913593769073486, -2.9864388704299927], [-2.1062291860580444, -1.7727937400341034, -2.701590895652771, -1.616595383733511, -2.8375353813171387, -2.0943961143493652, -2.997456669807434], [-2.1360457837581635, -1.8146803081035614, -2.7673137187957764, -1.616933461278677, -2.8646304607391357, -2.094396233558655, -3.0192999839782715], [-2.182941049337387, -1.8561728671193123, -2.8707940578460693, -1.6171498261392117, -2.8910216093063354, -2.094396233558655, -3.024949550628662], [-2.2152605652809143, -1.8925875201821327, -2.941420793533325, -1.6172773502767086, -2.9062238931655884, -2.094396233558655, -3.030595064163208], [-2.2421813905239105, -1.916381098330021, -3.0604183673858643, -1.6182761527597904, -2.9204198122024536, -2.094396233558655, -3.036240816116333]], 'max': [[0.7562520802021027, 0.519452691078186, 1.1262631635327125, 1.1940537244081497, 1.2601745128631592, 1.2854879200458527, 2.9790353775024414], [0.7592794597148895, 0.5376380681991577, 1.0296750664710999, 1.199782207608223, 1.2844912260770798, 1.2910603284835815, 2.9846413135528564], [0.7641479671001434, 0.733544260263443, 1.0296517610549927, 1.205433800816536, 1.3654610458761454, 1.2966369092464447, 2.9902502298355103], [0.7641479671001434, 0.9241627156734467, 1.0296524167060852, 1.2110909968614578, 1.4088403526693583, 1.302221268415451, 2.995861291885376], [0.8901762962341309, 1.123447723686695, 1.0611526370048523, 1.281773641705513, 1.4457129780203104, 1.354902744293213, 3.0014699697494507], [1.0215044021606445, 1.289687104523182, 1.1876079738140106, 1.3369294721633196, 1.4887387042399496, 1.4253252744674683, 3.0070794820785522], [1.1307270526885986, 1.4163660481572151, 1.316536784172058, 1.380383774638176, 1.6335834711790085, 1.4951919317245483, 3.0126891136169434], [1.2242357730865479, 1.576900191605091, 1.4225378036499023, 1.4523825496435165, 1.7025465220212936, 1.6008378267288208, 3.0182985067367554], [1.3175455927848816, 1.7315064147114754, 1.4989124536514282, 1.486178770661354, 1.813552901148796, 1.6762624382972717, 3.0239081382751465], [1.4110543131828308, 1.8364967231173068, 1.5744844377040863, 1.5188709646463394, 1.8655077368021011, 1.7320016622543335, 3.0295132398605347], [1.4999162554740906, 1.9407342795748264, 1.6236112117767334, 1.531964110210538, 1.9752377753611654, 1.784160077571869, 3.0351178646087646], [1.5525116324424744, 2.0303439025301486, 1.6706924438476562, 1.5379270780831575, 2.1200825423002243, 1.8141262531280518, 3.0407224893569946], [1.6290852725505829, 2.1474819853901863, 1.7032416760921478, 1.5457067163661122, 2.1794076412916183, 1.860295057296753, 3.0463271141052246], [1.6705251634120941, 2.2524722937960178, 1.7596436440944672, 1.5516696842387319, 2.246004432439804, 1.9066848158836365, 3.0519319772720337], [1.7175233960151672, 2.3231823295354843, 1.8037182986736298, 1.5579110058024526, 2.305329531431198, 1.9402295351028442, 3.0575367212295532], [1.8086201064288616, 2.4049779300112277, 1.860120266675949, 1.5700733810663223, 2.3325433433055878, 1.966688096523285, 3.0631414651870728], [1.8699035234749317, 2.4756879657506943, 1.9158543348312378, 1.581335423514247, 2.386066883802414, 1.9970477223396301, 3.0687462091445923], [1.9118834137916565, 2.5448291152715683, 1.9799844771623611, 1.586107024922967, 2.4823464155197144, 2.0031463503837585, 3.074350953102112], [1.969026505947113, 2.6067948192358017, 2.0363864451646805, 1.5892124269157648, 2.5939821004867554, 2.016838490962982, 3.0799556970596313], [2.0116698145866394, 2.6715340465307236, 2.0675796270370483, 1.5900145135819912, 2.7156338691711426, 2.030276596546173, 3.0855605602264404], [2.0430588722229004, 2.729794532060623, 2.132961332798004, 1.590015109628439, 2.8369975090026855, 2.039203107357025, 3.091165065765381], [2.085609528236091, 2.7743702232837677, 2.199149429798126, 1.5900152288377285, 2.938067078590393, 2.039202630519867, 3.096767783164978], [2.1113074123859406, 2.8140101730823517, 2.2407121062278748, 1.5910461843013763, 3.049702763557434, 2.0476393699645996, 3.102371096611023], [2.1365263760089874, 2.853472024202347, 2.266759932041168, 1.595747297629714, 3.097351551055908, 2.090518832206726, 3.1079741716384888], [2.1578376926481724, 2.896502286195755, 2.2855644822120667, 1.600815935060382, 3.1484439373016357, 2.090518832206726, 3.113577127456665], [2.1806601844727993, 2.917472392320633, 2.301379144191742, 1.6040598638355732, 3.173705577850342, 2.090518832206726, 3.119180202484131], [2.1944362483918667, 2.9309625923633575, 2.3103960752487183, 1.6068479306995869, 3.198921799659729, 2.090518832206726, 3.124783515930176], [2.2045358270406723, 2.9412551522254944, 2.3153661489486694, 1.6090447194874287, 3.21675181388855, 2.090518832206726, 3.1303869485855103], [2.2126537784934044, 2.9520582109689713, 2.3281003832817078, 1.6111208330839872, 3.2337324619293213, 2.0943557024002075, 3.1359927654266357], [2.219202235341072, 2.9621735960245132, 2.3728593587875366, 1.6124495454132557, 3.2506450414657593, 2.0943764448165894, 3.1415960788726807], [2.225636750459671, 2.967292681336403, 2.430369555950165, 1.6133285947144032, 3.2612088918685913, 2.094390630722046, 3.141600012779236], [2.228933207690716, 2.970400407910347, 2.496863603591919, 1.6141789723187685, 3.2694870233535767, 2.094390630722046, 3.141600012779236]], 'mean': [[-0.0006352036907654523, -0.00011295353888590675, 0.0007182620518524785, -0.00015615086147296672, -0.0024099446309489955, 0.000834297131954357, -0.0005916818899790081], [-0.0006535682193309353, -0.0001186729545396327, 0.0007257115134157084, -0.00016451542759791254, -0.0024235144496253637, 0.0008177766924313639, -0.0005896266942569111], [-0.0006715856351933456, -0.0001244331299150255, 0.0007331303401626729, -0.00017253167790894626, -0.0024371880796774863, 0.0008009844167049706, -0.0005878507590648933], [-0.0006892784400088673, -0.0001301979459892188, 0.0007405321682032534, -0.0001801737349811287, -0.0024509225034237136, 0.0007841470450775263, -0.0005863180825985687], [-0.0007066933391320933, -0.00013596687929348102, 0.000747925705594697, -0.00018751738427256226, -0.002464712329867614, 0.0007672707827088034, -0.0005849679579839276], [-0.0007238684824534233, -0.00014170945017105336, 0.0007553059880108925, -0.00019461030225244037, -0.002478537538490641, 0.0007503635385844149, -0.0005837932311208499], [-0.0007407927285426161, -0.00014742964108792328, 0.0007626808976389604, -0.00020146521563800085, -0.0024923966134297866, 0.0007334582646152231, -0.0005827820133613921], [-0.0007574748070402308, -0.00015313735113807407, 0.0007700389838119839, -0.00020808090836143804, -0.0025062902176842933, 0.0007165986088699039, -0.0005819135458255283], [-0.0007739293770269515, -0.00015883958702193052, 0.0007773812346080994, -0.0002144513630720044, -0.0025202150859447558, 0.0006998123736983233, -0.0005811697602391817], [-0.000790163674404893, -0.00016453147086984663, 0.0007847018123666564, -0.0002205809820823714, -0.002534155844447304, 0.0006831006500417102, -0.0005805485446592283], [-0.0008062205407766128, -0.00017020695002558687, 0.0007919979429015224, -0.00022650885941491813, -0.00254812228467362, 0.0006664863815441157, -0.0005800316622229131], [-0.0008221062904410526, -0.00017586344950564455, 0.0007992760719302958, -0.00023222648527691664, -0.002562094321212453, 0.0006499569053960029, -0.0005796105637276151], [-0.0008378376558827358, -0.00018149299604251746, 0.0008065435722640126, -0.00023775778230882604, -0.0025760483893988136, 0.000633528890002433, -0.000579283030875004], [-0.0008534577832215554, -0.00018709509899226363, 0.00081379966182457, -0.0002430977531438799, -0.002589974307797948, 0.0006171995724881112, -0.0005790427810031761], [-0.0008689748048122795, -0.00019266198981956022, 0.000821029379999158, -0.0002482647876621586, -0.0026038993662851695, 0.0006009655275813003, -0.0005788645242295089], [-0.0008843911686921879, -0.00019818664205200012, 0.0008282370657432652, -0.0002532709132614391, -0.0026178177867716636, 0.0005848263175579608, -0.0005787541226145825], [-0.0008997388229844575, -0.00020367548448918014, 0.0008354325246061258, -0.0002581427540324882, -0.0026317324874510868, 0.0005687786866258079, -0.0005786895875155913], [-0.0009150192616201406, -0.00020911888076745314, 0.0008426206887583985, -0.000262850456468719, -0.0026456540518175354, 0.0005528289801585269, -0.0005786531793270583], [-0.0009302244575816542, -0.00021450991834489467, 0.000849789754898443, -0.0002674038710576132, -0.0026595849241365065, 0.000536969306868526, -0.000578662122798313], [-0.0009453686621617815, -0.00021985067999412313, 0.0008569693074186021, -0.00027178653341296944, -0.0026735374020537017, 0.000521189330449587, -0.0005786997528468601], [-0.0009604407543813708, -0.00022513419313342737, 0.0008641380737921631, -0.0002760057266838612, -0.002687497619930885, 0.0005054818985149389, -0.0005787539052754003], [-0.000975460089574421, -0.00023035897132167357, 0.0008712924252308915, -0.00028006463146917687, -0.0027014629892075453, 0.0004898540407795492, -0.0005788519746350262], [-0.000990415591077347, -0.00023551534020158278, 0.0008784517204441538, -0.00028394905099222165, -0.0027154219979991932, 0.0004743184350032539, -0.0005789777966559094], [-0.0010053162598306882, -0.00024060509960566821, 0.0008856040206215308, -0.0002876120314910402, -0.0027293923802290884, 0.00045890491333036576, -0.0005791227973767489], [-0.0010201566073011448, -0.0002456217794011825, 0.0008927615163566017, -0.00029105772411047086, -0.002743352696226511, 0.0004436133445557675, -0.0005792846130133974], [-0.0010349382196442381, -0.0002505748824130352, 0.0008999137991464602, -0.0002942472913259147, -0.0027572910933749964, 0.00042844905691036213, -0.0005794771246695576], [-0.0010496516525912364, -0.0002554532095124452, 0.0009070629112231388, -0.00029716234572100446, -0.0027712245583272894, 0.00041343797459009304, -0.0005796816502632082], [-0.0010642843733336233, -0.0002602560743791378, 0.0009142161782692814, -0.00029976425959418214, -0.0027851398069044797, 0.0003986087816829805, -0.0005799113165162519], [-0.0010788376735016195, -0.00026498182129150493, 0.000921378275650107, -0.0003020090531287271, -0.0027990425288187217, 0.0003839848092784686, -0.0005801752663193221], [-0.001093290093208728, -0.0002696217380067348, 0.0009285586487364668, -0.00030375801255212666, -0.0028129115097352765, 0.0003695408186876605, -0.0005804777259150795], [-0.0011076771613773486, -0.0002741818626207846, 0.0009357521434171437, -0.000305013636494635, -0.002826770016803641, 0.00035533267898790115, -0.0005808214187013621], [-0.0011219872523119982, -0.00027865739460554136, 0.0009429496379191039, -0.00030566205785426115, -0.002840628293925966, 0.0003413143169830309, -0.0005811892837297462]], 'std': [[0.00528295840943212, 0.0037503800214197885, 0.007987418818017263, 0.010271703560381531, 0.010068299869322849, 0.008936821261100314, 0.009137814269583669], [0.009366070020569594, 0.005563192490602735, 0.010366167329339539, 0.016392970364716986, 0.0128181735086043, 0.013996203273242136, 0.01371306706551619], [0.013493674822325552, 0.007557839658255937, 0.013223906345265607, 0.022840510471699983, 0.016190333172102184, 0.019393259665224788, 0.018736681096216914], [0.01758157102717434, 0.009573397176025577, 0.01622921696526868, 0.029289362594268994, 0.01978549339568421, 0.02479188537728308, 0.023814052085499457], [0.02160304431084742, 0.011558905888983036, 0.01924507348577046, 0.03563638895036711, 0.023425518179306208, 0.030092581064712322, 0.028817960295211723], [0.025547696022595347, 0.013496434600300146, 0.02221619315220497, 0.04184140011480875, 0.027032127497034864, 0.03526254545593609, 0.033703376257239404], [0.029411996432355595, 0.015379902475208946, 0.025120532253455674, 0.04789054402027449, 0.030571544531904905, 0.04029414464693682, 0.038455977200013626], [0.033195401172559466, 0.017207987262839064, 0.027950626239464763, 0.05377975844444853, 0.03403022291534771, 0.04518845092266558, 0.04307354095599354], [0.036898631491904296, 0.018981409601182657, 0.030705119343938624, 0.059509962857448376, 0.03740357115264992, 0.049949652502054694, 0.04755898620318459], [0.04052321970070839, 0.020701781326455317, 0.03338527448821329, 0.06508411978723347, 0.04069163490186246, 0.054582481681145475, 0.05191723338073996], [0.04407082698028824, 0.022370968772979262, 0.035993639924009536, 0.07050637701124393, 0.043896261233432876, 0.05909221037535707, 0.056153590991772785], [0.0475435423770565, 0.023991040991993638, 0.03853316502932019, 0.07578147299117725, 0.04702042183806408, 0.06348381204532197, 0.060273659929550416], [0.050943525199736384, 0.025564272437723103, 0.041007050299592666, 0.08091460770956421, 0.050067389308582316, 0.06776199406010615, 0.06428296060152955], [0.054272963481622395, 0.02709273557069329, 0.043418338666106386, 0.0859110304762678, 0.05304057734466405, 0.0719313321612172, 0.06818666288333226], [0.057534214121582106, 0.028578543213815685, 0.045769887685113565, 0.09077584672456149, 0.05594298211067992, 0.07599636368690371, 0.0719897563874937], [0.06072954555848128, 0.03002364553993086, 0.04806444300259776, 0.0955141582250137, 0.058777845197491504, 0.07996130238505678, 0.0756969126343347], [0.06386117076322127, 0.03142995710158159, 0.05030465276800826, 0.10013097786281829, 0.061548027728573505, 0.08383041810644598, 0.07931228665466716], [0.06693138063586493, 0.03279924384079454, 0.052492990084560945, 0.10463112549795109, 0.06425637770493431, 0.08760760049908889, 0.08283981553244948], [0.0699423499412916, 0.034133242821710486, 0.054631789747081876, 0.1090192817468642, 0.06690550286824654, 0.09129664387818072, 0.08628334656093431], [0.07289614452319867, 0.035433541135269614, 0.056723283213064454, 0.11329981746740161, 0.06949784758109216, 0.09490122057232903, 0.08964629235856832], [0.07579483189096227, 0.036701632152329244, 0.05876955880275393, 0.11747713718028796, 0.07203581983840142, 0.09842468180785811, 0.09293205242224588], [0.0786404243191212, 0.037938994906844874, 0.06077267468993704, 0.12155535331673148, 0.07452170065242275, 0.1018704013153979, 0.09614381847833305], [0.08143488971726927, 0.03914695694459251, 0.06273452954100318, 0.12553841028813237, 0.07695759783665534, 0.10524152049124655, 0.09928461681406266], [0.08418002767033828, 0.0403267586959821, 0.06465697183664915, 0.12943010500730204, 0.07934563730373015, 0.10854096798923413, 0.10235731660407837], [0.08687770693258727, 0.04147960373686374, 0.06654166003183444, 0.13323392351935545, 0.08168767636986436, 0.11177164197174155, 0.1053646476099414], [0.08952966179300871, 0.042606624537539065, 0.06839018395161417, 0.13695331605467734, 0.08398561148556521, 0.1149362137025628, 0.10830913628236016], [0.09213749091842362, 0.04370884875840694, 0.07020410388179231, 0.14059160852065852, 0.08624103772019165, 0.1180371909579624, 0.11119318352474213], [0.09470287292500586, 0.0447873015743388, 0.07198489092956413, 0.1441520050186576, 0.08845565020089871, 0.1210771008315363, 0.11401907654659796], [0.09722725898134722, 0.045842944092820956, 0.0737339706991756, 0.147637434178672, 0.09063093364165006, 0.1240582240830571, 0.11678897625660171], [0.09971220600433071, 0.04687671189297623, 0.07545261924355037, 0.15105052778873304, 0.09276849350311406, 0.12698266874091604, 0.11950511318126834], [0.10215912017278991, 0.047889508401548986, 0.07714201070538604, 0.15439403980557573, 0.09486966324647725, 0.1298525896908662, 0.12216945243304304], [0.10456938398447664, 0.04888215541387571, 0.07880329638150411, 0.15767051289787573, 0.09693580707444602, 0.13267005906370616, 0.12478393255059088]], 'q01': [[-0.04024670124053955, -0.030321243647485972, -0.06754718484356999, -0.07018850326538086, -0.05894932043040171, -0.061763520836830135, -0.07230854436755181], [-0.07850990295410157, -0.031098556909710168, -0.06759921878576279, -0.12459816098213196, -0.07112786769866944, -0.0739705604314804, -0.08500459119677543], [-0.11656936407089233, -0.0460018365457654, -0.0710593655705452, -0.1838821804523468, -0.10361218452453613, -0.10840869426727293, -0.12499317899346352], [-0.1537733197212219, -0.060455674305558205, -0.09264940917491911, -0.24247539997100828, -0.13498410284519194, -0.14301982045173645, -0.1648265480995178], [-0.19042030572891233, -0.07450426828116179, -0.11442185640335083, -0.29910717010498045, -0.16582889556884767, -0.17597580224275589, -0.2028110757470131], [-0.22625989913940428, -0.08789662010967732, -0.1353307008743286, -0.35402350731194016, -0.19538795948028564, -0.20809183359146116, -0.23994077472016215], [-0.2612628012895584, -0.10096158728003501, -0.15552990119904278, -0.4081040428578854, -0.22440741360187527, -0.24033286571502685, -0.27507622316479685], [-0.2956635355949402, -0.11371625065803528, -0.17507748305797577, -0.4596408939361572, -0.2527411341667175, -0.27039315454661844, -0.31039283275604246], [-0.3295068264007568, -0.12596857726573943, -0.19363037943840025, -0.5106027571484446, -0.2801401913166046, -0.2994399774074554, -0.3441446483135223], [-0.3621368192136288, -0.13806334298104048, -0.21228461861610412, -0.5597115379571914, -0.30610617995262146, -0.32828397512435914, -0.3779697895050048], [-0.3938776969909668, -0.1497806902974844, -0.23081030584871767, -0.606841587126255, -0.3306380748748779, -0.35553408920764923, -0.4116533637046814], [-0.4246542096138, -0.16101981982588767, -0.24961013197898865, -0.6553554074466228, -0.35472696721553804, -0.38207214951515195, -0.44405982494354246], [-0.45529287010431285, -0.17182323306798936, -0.26666143238544465, -0.7004827263951301, -0.37906997203826903, -0.4087392795085907, -0.47554253339767455], [-0.48473532199859615, -0.18213029272854328, -0.2838438361883163, -0.7442865820974112, -0.40193683505058286, -0.43412454366683956, -0.5068329811096192], [-0.5134085727855563, -0.1920946726948023, -0.3012354463338852, -0.7865652537345886, -0.42475554943084715, -0.4570801055431366, -0.5381290912628174], [-0.5411498308181762, -0.2018205290660262, -0.3179529011249541, -0.8261808790266514, -0.4461488366127014, -0.48171765565872193, -0.5692039549350738], [-0.5681779384613037, -0.21090829983353615, -0.33467726111412044, -0.8665612329635769, -0.46707448065280915, -0.5072946527600288, -0.5977527856826781], [-0.594613230228424, -0.2201124495267868, -0.35052441358566283, -0.9053092414885759, -0.4872345268726349, -0.5312508371472359, -0.6270000845193863], [-0.620771798491478, -0.22854322895407675, -0.36715674996376035, -0.9424558329582213, -0.507492184638977, -0.5555797685682774, -0.6571206085383892], [-0.6447732090950012, -0.23685051329433918, -0.38201551027596, -0.9768258893489837, -0.5275017321109772, -0.5787872304022312, -0.6869768381118775], [-0.6688641667366028, -0.2446977201104164, -0.3966714918613434, -1.0110128766298294, -0.5472420573234558, -0.6015173774398863, -0.7146456092596053], [-0.6916197657585144, -0.2529311913251877, -0.4112723469734192, -1.044541406845674, -0.5666560292243957, -0.6239300697296858, -0.7425364039838314], [-0.7134623885154724, -0.26241476263850927, -0.4260101914405823, -1.0765650063753127, -0.5851939678192138, -0.6459670779109001, -0.7690956354141235], [-0.7353007316589355, -0.2718286672234535, -0.44134485125541684, -1.108795847892761, -0.6032658576965332, -0.6675095868110656, -0.7952668651938438], [-0.7560304015874862, -0.2810585956927389, -0.45523979663848874, -1.1388011407852172, -0.6217085838317871, -0.6879157765954733, -0.8191201388835907], [-0.7774286568164825, -0.29014167428016663, -0.46902426481246945, -1.1657116267085075, -0.6393849670886993, -0.7074830037355423, -0.8449575275182724], [-0.798573226109147, -0.29834524884819985, -0.48192712664604187, -1.1918580561131238, -0.6563079118728637, -0.727038912922144, -0.8700048923492432], [-0.8167849183082581, -0.307169950529933, -0.4946647450327873, -1.2170597450248897, -0.6730758477002382, -0.745893472135067, -0.8962108850479126], [-0.8347645044326781, -0.3155065557360649, -0.5071715950965882, -1.2395394729077815, -0.6897228121757507, -0.7651810391247272, -0.9223031215369701], [-0.8530867218971252, -0.32411304235458377, -0.5204566448926925, -1.2609454888105391, -0.7062497854232788, -0.7826450742781162, -0.9454392254352569], [-0.8718964338302613, -0.3319458532333374, -0.5329093664884568, -1.2783269000053405, -0.7224798440933228, -0.7989225336164236, -0.9699675559997557], [-0.8899627387523651, -0.34035773657262325, -0.5456235617399214, -1.2963537635467945, -0.7392274775076657, -0.816358033195138, -0.9929330378770828]], 'q99': [[0.033701133728027355, 0.035642253411933784, 0.04823824465274812, 0.05825038850307431, 0.06896153036504975, 0.04934619247913324, 0.061682740449905515], [0.06694917678833034, 0.03649218082427999, 0.05097724497318265, 0.10065676480531656, 0.06967028975486683, 0.09439243316650338, 0.08306821584701542], [0.09985924363136321, 0.04360151179134856, 0.07299374788999562, 0.14902934402227344, 0.08924479484558123, 0.13798244297504417, 0.12196509838104255], [0.1324819684028627, 0.05687704384326946, 0.09533255398273474, 0.19727840900421068, 0.11799800395965604, 0.18125718772411292, 0.16016069781035244], [0.16458644866943395, 0.06974985003471382, 0.11710324585437787, 0.2448447652161086, 0.14681987762451187, 0.22332948535680652, 0.19697726666927406], [0.19617649912834284, 0.08218269348144532, 0.13775603771209782, 0.28960396051406806, 0.17425153255462728, 0.26332307752221745, 0.23271044790744783], [0.22736120223999037, 0.09410650134086651, 0.15756807327270628, 0.33464270591735557, 0.20127094015479163, 0.30284786462783747, 0.2680423974990852], [0.25805611610412604, 0.10543730519712018, 0.1770801782608035, 0.3801749740540978, 0.22835566997528184, 0.339618278518318, 0.302001678943636], [0.2886318206787114, 0.11647544056177142, 0.1959035575389863, 0.42109962671995, 0.25520375370979415, 0.37544347822665963, 0.33455067873001154], [0.3185104608535767, 0.1271777570247652, 0.21439913213253095, 0.46272870779037234, 0.2817085072398191, 0.4102674019336676, 0.36733800172805836], [0.3477943420410159, 0.1374306797981265, 0.23205525577068364, 0.5012826196104243, 0.3082705438137086, 0.4442332720756526, 0.3985382199287426], [0.3765024065971384, 0.14726657196879436, 0.24999597445130492, 0.5406371816992663, 0.3343181967735309, 0.4769332134723638, 0.42953427135944444], [0.4045029401779175, 0.1566657662391665, 0.26750596612691896, 0.5779192000627517, 0.3604446411132822, 0.5088725996017447, 0.45954598188400414], [0.431639170646669, 0.16568675935268445, 0.28499529510736527, 0.612506606578817, 0.38723738223198273, 0.5380081474781033, 0.4884572982788102], [0.458722448349, 0.175169034209103, 0.3024313867092135, 0.6461584067344521, 0.4143957704305653, 0.5697437223792067, 0.5171163290739067], [0.4849396586418153, 0.1841529422998432, 0.3196203738451008, 0.6771226334571775, 0.4402652379125358, 0.5985034707188553, 0.5454930260777492], [0.510637497901917, 0.19301620800048183, 0.33659399598837014, 0.7074734067916801, 0.466479700803757, 0.6274421679973579, 0.5732536584138893], [0.5365384340286256, 0.20171843275427906, 0.35341960005462236, 0.7368436205387096, 0.4928390234708819, 0.6558295297622648, 0.5998111516237269], [0.5615544855594642, 0.2098524500429633, 0.36877827644348166, 0.7641254806518533, 0.5186310231685669, 0.6813424974679916, 0.6252027198672306], [0.5855785846710218, 0.2178749953955405, 0.385025984048844, 0.7935240384936328, 0.5451544523239145, 0.7065630450844712, 0.6501346886157992], [0.6090108662843707, 0.2268750381469724, 0.40141126513481296, 0.8188913564383955, 0.5699574112892166, 0.7320038956403727, 0.6739301204681397], [0.6328666687011733, 0.23575453028082835, 0.4161545366048823, 0.8429361700266571, 0.5947182178497324, 0.7542769628763198, 0.6974160075187686], [0.6560746192932138, 0.2448314871639002, 0.4304982662200931, 0.8667170321941311, 0.6185662388801576, 0.7781108897924415, 0.7194577131420387], [0.6776900470256809, 0.25299268215894494, 0.44618175029754803, 0.8891275776922644, 0.6435258448123973, 0.8001882624626142, 0.7411099225282678], [0.7004907757043841, 0.261654318273067, 0.4601850420236596, 0.9101941800117449, 0.6671384990215331, 0.8230922746658277, 0.7637379527091984], [0.721158409118658, 0.2699928537011118, 0.47561065554618936, 0.9273856514692296, 0.6917167305946356, 0.8447359703108662, 0.7852531656622914], [0.7423469662666323, 0.2793818097561586, 0.4890219122171419, 0.9454408314824093, 0.7136994719505344, 0.8647692123055455, 0.80554959923029], [0.7625321626663238, 0.2884734050929495, 0.5014568030834218, 0.961116894185539, 0.7345726015977564, 0.8831689521297786, 0.8252374187111863], [0.7825518488883978, 0.29718200311064696, 0.5161541908979449, 0.9766524928808162, 0.7561939205974346, 0.8994174182414862, 0.8439409121871008], [0.8025950789451632, 0.3049301217682653, 0.5278493255376825, 0.9899541234970093, 0.7775375053286557, 0.9170856413245146, 0.8627025675145005], [0.8221393875777725, 0.3127731060981732, 0.5403406381607061, 1.0026664403080867, 0.7975840449333208, 0.9324750578403441, 0.8813684403896334], [0.8410345345735559, 0.3204443434625846, 0.5512791842222213, 1.0156806778907759, 0.8164953768253339, 0.9476988792419382, 0.897700938582421]]}, 'torso': {'min': [[-0.5749600529670715, -1.0736345052719116, -0.9896188676357269, -0.05344555154442787], [-0.06952488422393799, -0.0672757625579834, -0.022595763206481934, -0.05344555154442787], [-0.06952488422393799, -0.0672757625579834, -0.028046131134033203, -0.05344555154442787], [-0.06952488422393799, -0.0672757625579834, -0.0335003137588501, -0.05344555154442787], [-0.06952488422393799, -0.0672757625579834, -0.038959503173828125, -0.05344555154442787], [-0.06952488422393799, -0.0672757625579834, -0.044412970542907715, -0.05344555154442787], [-0.06952488422393799, -0.0672757625579834, -0.049860596656799316, -0.05344555154442787], [-0.06952488422393799, -0.07076311111450195, -0.05529904365539551, -0.05344555154442787], [-0.06952488422393799, -0.07776319980621338, -0.06073641777038574, -0.05344555154442787], [-0.06952488422393799, -0.08476316928863525, -0.06615936756134033, -0.05344555154442787], [-0.06952488422393799, -0.09176313877105713, -0.0715339183807373, -0.05344555154442787], [-0.06952488422393799, -0.098763108253479, -0.07686591148376465, -0.05344555154442787], [-0.07036161422729492, -0.10576307773590088, -0.08229410648345947, -0.05344555154442787], [-0.07073307037353516, -0.1127631664276123, -0.0877218246459961, -0.05344555154442787], [-0.070792555809021, -0.11976313591003418, -0.09314978122711182, -0.05344555154442787], [-0.0737958550453186, -0.12676310539245605, -0.09857773780822754, -0.05344555154442787], [-0.0776292085647583, -0.13376307487487793, -0.10400557518005371, -0.05344555154442787], [-0.081462562084198, -0.1407630443572998, -0.10943353176116943, -0.05344555154442787], [-0.08529585599899292, -0.14776313304901123, -0.11486148834228516, -0.05344555154442787], [-0.08912914991378784, -0.1547631025314331, -0.12028872966766357, -0.05344555154442787], [-0.09296256303787231, -0.16176307201385498, -0.1257157325744629, -0.05344555154442787], [-0.09679585695266724, -0.16876304149627686, -0.1311112642288208, -0.05344555154442787], [-0.10062921047210693, -0.17576301097869873, -0.13580894470214844, -0.05344555154442787], [-0.10446256399154663, -0.18276309967041016, -0.14049863815307617, -0.05344555154442787], [-0.10829585790634155, -0.18976306915283203, -0.1451866626739502, -0.05344555154442787], [-0.11212915182113647, -0.1967630386352539, -0.14987659454345703, -0.05344555154442787], [-0.11596256494522095, -0.20376300811767578, -0.15455985069274902, -0.05344555154442787], [-0.11979585886001587, -0.21076297760009766, -0.15924036502838135, -0.05344555154442787], [-0.12362915277481079, -0.21776306629180908, -0.16390156745910645, -0.05344555154442787], [-0.1274625062942505, -0.22476303577423096, -0.16854846477508545, -0.05344555154442787], [-0.13129585981369019, -0.23176300525665283, -0.173162579536438, -0.05344555154442787], [-0.1351291537284851, -0.2387629747390747, -0.1783970594406128, -0.05344555154442787]], 'max': [[0.6199259757995605, 1.0504485964775085, 0.5112290047109127, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.021211743354797363, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.026612162590026855, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.0320134162902832, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.0374147891998291, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.04281604290008545, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.048217058181762695, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.05361807346343994, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.05901932716369629, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.06442093849182129, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.06982231140136719, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.07522368431091309, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.08062505722045898, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.08602595329284668, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.09142684936523438, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.09682762622833252, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.10222852230072021, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.10762953758239746, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.11303043365478516, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.11843109130859375, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.12383031845092773, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.12923097610473633, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.13462960720062256, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.14002513885498047, 0.05102548748254776], [0.32075071334838867, 0.1831570863723755, 0.14541006088256836, 0.05102548748254776], [0.32075071334838867, 0.18350425362586975, 0.15079891681671143, 0.05102548748254776], [0.32075071334838867, 0.190504252910614, 0.15619754791259766, 0.05102548748254776], [0.32075071334838867, 0.1975042223930359, 0.16157817840576172, 0.05102548748254776], [0.32075071334838867, 0.20450425148010254, 0.16690504550933838, 0.05102548748254776], [0.32075071334838867, 0.2115042507648468, 0.17220556735992432, 0.05102548748254776], [0.32075071334838867, 0.21850425004959106, 0.1774965524673462, 0.05102548748254776], [0.32075071334838867, 0.22550427913665771, 0.18276941776275635, 0.05102548748254776]], 'mean': [[0.00016827125137793518, -0.0006522512842489846, -0.0008827961206896698, -3.927529525922771e-06], [0.00014718489105325743, -0.0006136405820156965, -0.0008708848066581749, -3.927529525922771e-06], [0.00012598069546293752, -0.0005748141422562397, -0.0008589099821238484, -3.927529525922771e-06], [0.00010476498381775334, -0.0005359669099864223, -0.0008469200787482314, -3.927529525922771e-06], [8.354093446527407e-05, -0.0004971045751116876, -0.000834918288097857, -3.927529525922771e-06], [6.231155256430336e-05, -0.00045823261382904227, -0.0008229070631069711, -3.927529525922771e-06], [4.108095735646765e-05, -0.00041935857829083573, -0.0008108894799401248, -3.927529525922771e-06], [1.9852106407985375e-05, -0.0003804878415586736, -0.0007988680071678288, -3.927529525922771e-06], [-1.3723685093857638e-06, -0.00034162524353567564, -0.0007868442853942149, -3.927529525922771e-06], [-2.2589284556098174e-05, -0.0003027765702129799, -0.0007748207733061444, -3.927529525922771e-06], [-4.3794953418041125e-05, -0.00026394860639203296, -0.0007628000372036758, -3.927529525922771e-06], [-6.498757191012963e-05, -0.00022514463424318684, -0.0007507836675419086, -3.927529525922771e-06], [-8.616464332331804e-05, -0.0001863691168866798, -0.0007387744954255431, -3.927529525922771e-06], [-0.00010732297263929517, -0.00014762803214973068, -0.0007267744944001681, -3.927529525922771e-06], [-0.00012845992295167267, -0.000108926327794518, -0.0007147853933143623, -3.927529525922771e-06], [-0.00014957393579851383, -7.026674547608364e-05, -0.0007028092892058032, -3.927529525922771e-06], [-0.00017066238855679172, -3.165411537177298e-05, -0.0006908484981533262, -3.927529525922771e-06], [-0.0001917232726235641, 6.907908464416953e-06, -0.0006789047989411711, -3.927529525922771e-06], [-0.00021275456431900667, 4.541554562774733e-05, -0.0006669790799409479, -3.927529525922771e-06], [-0.00023375399963945518, 8.386467204136641e-05, -0.000655073303653002, -3.927529525922771e-06], [-0.0002547210380007259, 0.0001222542928710619, -0.0006431878608088937, -3.927529525922771e-06], [-0.0002756540056232041, 0.00016058133478955402, -0.0006313240995491854, -3.927529525922771e-06], [-0.00029655215465092987, 0.00019884450431865316, -0.0006194832611890679, -3.927529525922771e-06], [-0.0003174138751315907, 0.00023704079660708785, -0.0006076661202820253, -3.927529525922771e-06], [-0.000338237592729525, 0.00027516745020729033, -0.0005958745139964973, -3.927529525922771e-06], [-0.0003590215848279601, 0.0003132213444386201, -0.0005841102001568171, -3.927529525922771e-06], [-0.000379766878640732, 0.000351204257951892, -0.000572371547769974, -3.927529525922771e-06], [-0.0004004720773365962, 0.0003891135680625907, -0.0005606591538508851, -3.927529525922771e-06], [-0.00042113535842101547, 0.0004269460401978638, -0.0005489749711763475, -3.927529525922771e-06], [-0.00044175615713877515, 0.0004647006201348258, -0.0005373190796848955, -3.927529525922771e-06], [-0.00046233383463112744, 0.0005023761726817886, -0.0005256919212934985, -3.927529525922771e-06], [-0.00048286655826532913, 0.0005399694739613238, -0.0005140954263083945, -3.927529525922771e-06]], 'std': [[0.0015556263773840989, 0.0025126080524256215, 0.0015490357154361364, 0.00010521878447469918], [0.0026586223127482594, 0.004673664203461876, 0.0027970618261047857, 0.00010521878447469918], [0.003847944430164362, 0.00690199416309056, 0.004099213400816136, 0.00010521878447469918], [0.005049689871914594, 0.00912381440665125, 0.005403847122457405, 0.00010521878447469918], [0.0062524750057089806, 0.011335130492597056, 0.006704539317501763, 0.00010521878447469918], [0.007452494939575495, 0.013534989142321242, 0.007999439974010621, 0.00010521878447469918], [0.008648245650887973, 0.015723293112850704, 0.009288023890097112, 0.00010521878447469918], [0.009839091585993824, 0.01790022863561882, 0.010570209396695748, 0.00010521878447469918], [0.011024766454259942, 0.020066066322007366, 0.011846067409018161, 0.00010521878447469918], [0.012205178390399874, 0.022221097227594033, 0.013115719237978926, 0.00010521878447469918], [0.013380319517069866, 0.024365602073855235, 0.014379296839761755, 0.00010521878447469918], [0.014550221972460755, 0.026499838214610293, 0.015636930556546472, 0.00010521878447469918], [0.015714934695962367, 0.028624033723625687, 0.016888742787343425, 0.00010521878447469918], [0.01687451203659651, 0.030738388197180107, 0.018134846774478533, 0.00010521878447469918], [0.018029012231502835, 0.03284308282720299, 0.01937534772728226, 0.00010521878447469918], [0.019178491107530664, 0.03493827614188791, 0.020610342052823184, 0.00010521878447469918], [0.020323002667434018, 0.037024111016729415, 0.021839916896046082, 0.00010521878447469918], [0.021462600095330676, 0.03910071895983478, 0.023064153995908696, 0.00010521878447469918], [0.02259733300830106, 0.04116821852167236, 0.024283128186455095, 0.00010521878447469918], [0.02372724983383666, 0.0432267206579845, 0.025496910543970467, 0.00010521878447469918], [0.024852397825144455, 0.045276330309263424, 0.02670557114575118, 0.00010521878447469918], [0.02597282492470479, 0.04731715062911533, 0.027909179767893616, 0.00010521878447469918], [0.027088577561143114, 0.04934927938585896, 0.029107806915553713, 0.00010521878447469918], [0.02819970510456176, 0.051372817681524054, 0.030301524856478173, 0.00010521878447469918], [0.029306254822885403, 0.05338786146700993, 0.031490404318500684, 0.00010521878447469918], [0.030408275351684194, 0.055394507764767335, 0.03267451699437755, 0.00010521878447469918], [0.03150581538551447, 0.05739285251908217, 0.033853935441349084, 0.00010521878447469918], [0.03259892543480906, 0.05938299420647258, 0.035028729895999984, 0.00010521878447469918], [0.03368765771326283, 0.06136503334280094, 0.036198974602294445, 0.00010521878447469918], [0.034772066117727755, 0.06333907306372594, 0.037364740999705416, 0.00010521878447469918], [0.03585220224276829, 0.06530521174407342, 0.038526095994027516, 0.00010521878447469918], [0.03692811588309699, 0.06726354399424353, 0.039683106443308615, 0.00010521878447469918]], 'q01': [[-0.00445591926574707, -0.00878673791885376, -0.006326556205749512, -0.0005188578180968761], [-0.008287191390991211, -0.01578432321548462, -0.011768579483032227, -0.0005188578180968761], [-0.012118637561798096, -0.022781752943992616, -0.017214655876159668, -0.0005188578180968761], [-0.01595020294189453, -0.02977883815765381, -0.022658586502075195, -0.0005188578180968761], [-0.019781649112701416, -0.03677624464035034, -0.028095722198486328, -0.0005188578180968761], [-0.0236130952835083, -0.04377329349517822, -0.03352832794189453, -0.0005188578180968761], [-0.027444303035736084, -0.05077028274536133, -0.038950324058532715, -0.0005188578180968761], [-0.031275391578674316, -0.05776703357696533, -0.04436412572860718, -0.0005188578180968761], [-0.03510623693466187, -0.06476412892341614, -0.04975786924362183, -0.0005188578180968761], [-0.03893697261810303, -0.07176119089126587, -0.055131704807281495, -0.0005188578180968761], [-0.042767465114593506, -0.0787581205368042, -0.06046679735183716, -0.0005188578180968761], [-0.04659759998321533, -0.08575481176376343, -0.06576144695281982, -0.0005188578180968761], [-0.050427794456481934, -0.09275186061859131, -0.07101396322250367, -0.0005188578180968761], [-0.054257750511169434, -0.09974887311458587, -0.07618803024291992, -0.0005188578180968761], [-0.05808734893798828, -0.10674554109573364, -0.08127108335494995, -0.0005188578180968761], [-0.06191694736480713, -0.11374258995056152, -0.08629006385803223, -0.0005188578180968761], [-0.06574630737304688, -0.12073957920074463, -0.09118547558784484, -0.0005188578180968761], [-0.06957566738128662, -0.12773680686950684, -0.09593910694122314, -0.0005188578180968761], [-0.07340490818023682, -0.13473325967788696, -0.10066814422607422, -0.0005188578180968761], [-0.07723391056060791, -0.14172993779182433, -0.10532248497009278, -0.0005188578180968761], [-0.08106255531311035, -0.14872652292251587, -0.10981133699417114, -0.0005188578180968761], [-0.08489120006561279, -0.15572333335876465, -0.11423357009887695, -0.0005188578180968761], [-0.08871966123580932, -0.1627202033996582, -0.11860922574996949, -0.0005188578180968761], [-0.09254741191864013, -0.16971659004688264, -0.12298226833343506, -0.0005188578180968761], [-0.09637528657913208, -0.1767134666442871, -0.12716768503189085, -0.0005188578180968761], [-0.10020327568054199, -0.18371063470840454, -0.13142574310302735, -0.0005188578180968761], [-0.10403096675872803, -0.19070756435394287, -0.135668044090271, -0.0005188578180968761], [-0.10785830020904541, -0.19770467281341553, -0.1397005772590637, -0.0005188578180968761], [-0.11168551445007324, -0.2047014832496643, -0.1438177442550659, -0.0005188578180968761], [-0.11551284790039062, -0.2116987109184265, -0.1478727889060974, -0.0005188578180968761], [-0.1193397045135498, -0.2186955213546753, -0.15191979646682738, -0.0005188578180968761], [-0.1231657862663269, -0.22569197416305542, -0.15593806505203248, -0.0005188578180968761]], 'q99': [[0.0042781829833984375, 0.007399857044219971, 0.004938991069793702, 0.0005044586391886695], [0.008110695481300348, 0.014396965503692627, 0.010374903678894043, 0.0005044586391886695], [0.011943221092224121, 0.02139413356781006, 0.01581418514251709, 0.0005044586391886695], [0.015775978565216064, 0.028391361236572266, 0.021247656345367433, 0.0005044586391886695], [0.019608676433563232, 0.03538858890533447, 0.026676654815673828, 0.0005044586391886695], [0.0234413743019104, 0.04238605499267578, 0.032102227210998535, 0.0005044586391886695], [0.02727407217025757, 0.04938352108001709, 0.037525057792663574, 0.0005044586391886695], [0.031106770038604736, 0.056381165981292725, 0.042945892810821534, 0.0005044586391886695], [0.034939550757408136, 0.06337875127792358, 0.048365116119384766, 0.0005044586391886695], [0.03877228498458862, 0.07037639617919922, 0.053782970905303956, 0.0005044586391886695], [0.042605042457580566, 0.07737410068511963, 0.05919921398162842, 0.0005044586391886695], [0.046437859535217285, 0.08437192440032959, 0.06461191177368164, 0.0005044586391886695], [0.05027055740356445, 0.09136968851089478, 0.07001805305480957, 0.0005044586391886695], [0.054103314876556396, 0.09836763143539429, 0.0754169225692749, 0.0005044586391886695], [0.057936131954193115, 0.10536566376686096, 0.08080673217773438, 0.0005044586391886695], [0.06176900863647461, 0.11236387491226196, 0.08618834733963013, 0.0005044586391886695], [0.06560173630714417, 0.11936217546463013, 0.09156504392623901, 0.0005044586391886695], [0.0694345235824585, 0.12636053562164307, 0.09692484378814697, 0.0005044586391886695], [0.07326728105545044, 0.13335883617401123, 0.1022670578956604, 0.0005044586391886695], [0.07710006177425384, 0.14035731554031372, 0.10757935047149658, 0.0005044586391886695], [0.08093284904956817, 0.14735567569732666, 0.11286807060241699, 0.0005044586391886695], [0.08476555347442627, 0.15435409545898438, 0.11813703298568726, 0.0005044586391886695], [0.08859837055206299, 0.16135257482528687, 0.12336585283279419, 0.0005044586391886695], [0.09243124723434448, 0.16835105419158936, 0.1285812282562256, 0.0005044586391886695], [0.0962640643119812, 0.17534959316253662, 0.1337171220779419, 0.0005044586391886695], [0.10009685158729553, 0.1823480725288391, 0.13881057739257813, 0.0005044586391886695], [0.10392969846725464, 0.1893465706706047, 0.14386165142059326, 0.0005044586391886695], [0.10776251554489136, 0.19634509086608887, 0.14883071422576905, 0.0005044586391886695], [0.11159521341323853, 0.2033436894416809, 0.1537387776374817, 0.0005044586391886695], [0.1154279112815857, 0.21034228801727295, 0.1586703109741211, 0.0005044586391886695], [0.11926060914993286, 0.217340886592865, 0.16347007036209107, 0.0005044586391886695], [0.1230933666229248, 0.22433948516845703, 0.16824728965759278, 0.0005044586391886695]]}}}, 'gr1': {'state': {'left_arm': {'min': [-1.7667367458343506, -0.9394838809967041, -3.003539562225342, -2.5103440284729004, -2.8187081813812256, -1.5054477453231812, -1.5409959554672241], 'max': [1.38914155960083, 1.5781080722808838, 2.997148275375366, 0.390171617269516, 3.029036045074463, 1.5343936681747437, 1.5214680433273315], 'mean': [-0.19481485347114547, 0.16128400966363893, -0.1311499129555655, -1.4663888104599263, -0.02413482200884505, 0.16560683954147964, 0.005410647894310498], 'std': [0.2997534872504169, 0.17223809089807118, 0.22264173546069846, 0.3463451859545078, 0.3487661557417038, 0.2421011323691928, 0.2289086130850983], 'q01': [-1.73929762840271, -0.003958290908485651, -1.065827213525772, -2.4966227054595946, -1.3501141786575317, -0.8263642120361329, -1.19250638961792], 'q99': [0.8665580987930297, 0.995324742794037, 0.4737708628177639, -0.00033615667925914155, 1.182755023241043, 1.3870870721340174, 1.2789022445678706]}, 'right_arm': {'min': [-2.645646572113037, -2.999122142791748, -3.00199556350708, -2.536545753479004, -3.0015928745269775, -1.5032434463500977, -1.4976415634155273], 'max': [2.142017126083374, 0.07876992970705032, 3.000385046005249, 0.048908114433288574, 3.001671552658081, 1.479303240776062, 1.5007601976394653], 'mean': [-0.3111565456732083, -0.2511189322778004, 0.091007512298025, -1.3821695267498932, 0.3768000908466069, -0.07595417097627934, 0.09508919383909346], 'std': [0.4232940778022758, 0.2745518057335516, 0.3367304247365095, 0.4889618856457589, 0.46114805331183856, 0.3664289852047108, 0.45934624149845404], 'q01': [-1.6592845284938813, -1.257149133682251, -0.9480208599567413, -2.476447582244873, -0.9057820677757263, -1.2816193580627442, -1.1387006866931915], 'q99': [1.251422860622406, 0.008797253482043743, 1.0988608801364899, -0.0068526727147401, 1.9205821895599362, 1.0795991659164428, 1.2507708072662354]}, 'left_hand': {'min': [-3.3788769245147705, -3.184504270553589, -4.19711446762085, -3.5409750938415527, -2.581787347793579, -2.73329496383667], 'max': [4.437142372131348, 5.538408279418945, 4.7685112953186035, 3.376582145690918, 3.9150447845458984, 5.075474739074707], 'mean': [0.11645245179852111, 0.13116060157607273, 0.14541392917388618, 0.1469678315957771, 0.05351285343355412, 0.42569107109120286], 'std': [0.29017842743498734, 0.28454728960322795, 0.2767835814514259, 0.3255350736816462, 0.15315136308909721, 0.5837974187803513], 'q01': [-0.4898205837607384, -0.21704037368297577, -0.23327417194843292, -0.1784352684020996, -0.22330105692148208, -0.054175131171941754], 'q99': [1.5559209823608398, 1.5045883655548096, 1.6311287641525274, 1.6614893734455105, 1.2946673369407653, 2.0128181743621827]}, 'right_hand': {'min': [-2.2151429653167725, -3.3773539066314697, -2.4364871978759766, -2.2032501697540283, -1.5127859115600586, -0.818516731262207], 'max': [3.7578370571136475, 3.6758010387420654, 3.4021682739257812, 2.874237298965454, 2.2128536701202393, 2.1886658668518066], 'mean': [0.3508389358217932, 0.3572603635459281, 0.3350922602854271, 0.39536786762011356, 0.1308806746780411, 1.2075005423550653], 'std': [0.4691118026898483, 0.4291954611836847, 0.41256571296756145, 0.45150297663474714, 0.20670591936796345, 0.6004637607443121], 'q01': [-0.047660976648330695, -0.005562563217245043, -0.11582272693514824, -0.005664149299263954, -0.5400147008895874, 0.011294442228972912], 'q99': [1.51954607963562, 1.5248469114303589, 1.720312867164612, 1.6046032810211184, 0.7412277638912202, 1.871712634563446]}, 'waist': {'min': [-1.0505276918411255, -3.734909772872925, -0.7304351925849915], 'max': [2.3648884296417236, 1.2820428609848022, 1.641447901725769], 'mean': [0.03511118798391937, 0.023129349918354292, -9.005483643194064e-05], 'std': [0.18581404188333073, 0.04193078757029081, 0.00820033104130652], 'q01': [-0.5984661936759949, -0.04586787845939398, -0.03608853369951248], 'q99': [0.7126809978485108, 0.24479174375534063, 0.039485365189611876]}}, 'action': {'left_arm': {'min': [-2.291214942932129, -0.046974193304777145, -3.0001769065856934, -2.787419557571411, -2.817837953567505, -1.4981389045715332, -1.4949527978897095], 'max': [1.3931429386138916, 1.8901419639587402, 2.997774362564087, 0.01950857974588871, 3.0014517307281494, 1.5000393390655518, 1.5000176429748535], 'mean': [-0.2022250973429031, 0.15897563739672413, -0.13062275287044878, -1.4690487735123714, -0.025466407791133523, 0.1679954154778626, -0.01717887024399095], 'std': [0.3064046326442684, 0.17200587267094083, 0.2243088054176833, 0.3512607866839048, 0.3515691379552029, 0.2513131686004664, 0.2461358351709143], 'q01': [-1.7427038609981538, -5.923409989918582e-05, -1.111556829214096, -2.675620365142822, -1.3701973676681518, -0.9063545680046081, -1.3308427333831787], 'q99': [0.8815246701240538, 1.013069784641266, 0.4819008529186247, -2.0523875173239458e-05, 1.1850274562835694, 1.412140974998474, 1.3989997625350952]}, 'right_arm': {'min': [-2.750356912612915, -2.9999561309814453, -3.0000996589660645, -2.8788585662841797, -3.000077247619629, -1.5001442432403564, -1.4998821020126343], 'max': [2.2311699390411377, 0.00100952188950032, 3.0000193119049072, 0.00015923754835966974, 3.0000836849212646, 1.4988927841186523, 1.5000380277633667], 'mean': [-0.32212699648588394, -0.2545393310231313, 0.08651282988222919, -1.3808805021724442, 0.3826942242781352, -0.08163989837866739, 0.08696862695348564], 'std': [0.4311176733448753, 0.2834091302038368, 0.34605378998560066, 0.5004203965525854, 0.4637183220531506, 0.3874271761563013, 0.5018928677874117], 'q01': [-1.6659142291545868, -1.311771879196167, -1.0134680604934692, -2.569200005531311, -1.0039543116092682, -1.3790273785591125, -1.2920814263820648], 'q99': [1.2672191214561461, -9.999999974752427e-07, 1.1113542342185978, -0.0007472563884221083, 1.9389648783206905, 1.1922462415695185, 1.487492561340332]}, 'left_hand': {'min': [-1.9597030878067017, -1.8635213375091553, -1.9709523916244507, -1.5, -3.0, 0.0], 'max': [1.5707963705062866, 1.646651268005371, 1.709236979484558, 2.0620639324188232, 3.0, 3.0], 'mean': [-0.006920998645459253, 0.01947616254028217, 0.040109211849535864, 0.02527625327047245, -0.09010772725469796, 0.6074772234278684], 'std': [0.5715335691409725, 0.5861040367276122, 0.5898717333439536, 0.6091900827320826, 1.0598581498874164, 0.9866875269321831], 'q01': [-1.5, -1.5, -1.5, -1.5, -3.0, 0.0], 'q99': [1.5, 1.5, 1.5, 1.5168532657623293, 3.0, 3.0]}, 'right_hand': {'min': [-1.5, -1.5, -1.5, -1.5, -3.0, 3.1221401286529726e-07], 'max': [1.5707963705062866, 1.7183797359466553, 3.979951858520508, 3.9879753589630127, 3.0, 3.0], 'mean': [-0.10027059235142924, -0.05585413493680216, -0.06891139664220072, -0.02000022747086741, -0.3212652592453809, 1.906511783599853], 'std': [1.0987567441797557, 1.1187149333058117, 1.1223716700165174, 1.149134818397045, 2.1150409826181646, 1.1796188314372948], 'q01': [-1.5, -1.5, -1.5, -1.5, -3.0, 0.010369242057204246], 'q99': [1.5, 1.5097358465194703, 1.5707963705062866, 1.5707963705062866, 3.0, 3.0]}, 'waist': {'min': [-1.0500264167785645, -0.6807454824447632, -0.543700098991394], 'max': [1.1157444715499878, 1.1568318605422974, 0.7470723986625671], 'mean': [0.035645808426320875, 0.01144822842579308, 4.085763085221409e-06], 'std': [0.1888807031973496, 0.039838836264842276, 0.0035500982127471704], 'q01': [-0.6020408487319946, -0.050653454363346104, -0.01950529683381319], 'q99': [0.7275692248344422, 0.2765102529525758, 0.015803386736661217]}}, 'relative_action': {'left_arm': {'min': [[-0.7535467743873596, -0.33187076449394226, -0.9089339971542358, -0.37066301703453064, -0.7194805145263672, -1.3083981275558472, -0.8095897436141968], [-1.232682704925537, -0.8215754628181458, -0.9089339971542358, -0.541803777217865, -0.8851319551467896, -1.3081187009811401, -0.9558534622192383], [-1.2337671518325806, -0.8476911783218384, -0.9089339971542358, -0.5655254125595093, -0.9038506746292114, -1.3081125020980835, -1.0602306127548218], [-1.2290875911712646, -0.8733228445053101, -0.9089263677597046, -0.626060426235199, -0.9511255621910095, -1.3081187009811401, -1.1395330429077148], [-1.233262538909912, -0.8946402668952942, -0.9089339971542358, -0.831531822681427, -1.001530647277832, -1.3074311017990112, -1.1917215585708618], [-1.2355599403381348, -0.8910793662071228, -0.9089339971542358, -0.8114831447601318, -1.1363462209701538, -1.335357904434204, -1.21781587600708], [-1.2418559789657593, -0.8838143348693848, -0.9089263677597046, -0.8124465346336365, -1.291194200515747, -1.4087038040161133, -1.2809923887252808], [-1.2406965494155884, -0.8777319192886353, -0.9089339971542358, -0.8249823451042175, -1.333981990814209, -1.4045289754867554, -1.3715757131576538], [-1.2409361600875854, -0.8704668879508972, -0.908930242061615, -0.8797822594642639, -1.40472412109375, -1.391061782836914, -1.3705650568008423], [-1.2392809391021729, -0.862606406211853, -0.9089339971542358, -0.953082263469696, -1.4670740365982056, -1.4924039840698242, -1.3397067785263062], [-1.25104820728302, -0.8639662265777588, -0.9437901973724365, -1.026382327079773, -1.5255049467086792, -1.5377236604690552, -1.2987662553787231], [-1.2541099786758423, -0.9047096371650696, -1.013206124305725, -1.0966079235076904, -1.5791430473327637, -1.4968461990356445, -1.2936573028564453], [-1.2672653198242188, -0.9397921562194824, -1.0865061283111572, -1.169730544090271, -1.633039951324463, -1.4488543272018433, -1.411767840385437], [-1.31271231174469, -1.0095431804656982, -1.1598061323165894, -1.2430305480957031, -1.6777759790420532, -1.4539655447006226, -1.4330090284347534], [-1.3468519449234009, -1.0739885568618774, -1.2331061363220215, -1.3163305521011353, -1.7146680355072021, -1.4515489339828491, -1.4224071502685547], [-1.3629692792892456, -1.1161826848983765, -1.3050205707550049, -1.3851157426834106, -1.7467361688613892, -1.4509618282318115, -1.380807876586914]], 'max': [[0.38342610001564026, 0.8925096988677979, 0.36260512471199036, 0.3504716455936432, 0.8253446817398071, 0.49569186568260193, 0.5314074158668518], [1.0039619207382202, 0.9539805054664612, 0.8348574638366699, 1.7657129764556885, 1.0500589609146118, 0.8233967423439026, 0.818429708480835], [0.9839383959770203, 0.9541579484939575, 0.8295971155166626, 1.7674763202667236, 1.2606602907180786, 0.8718358874320984, 0.8455824255943298], [0.9808192849159241, 0.9659045934677124, 0.8279193043708801, 1.7681915760040283, 1.418979287147522, 0.9436464905738831, 0.9252708554267883], [0.9700037837028503, 0.9745455980300903, 0.8280278444290161, 1.7697956562042236, 1.5454665422439575, 1.02646803855896, 1.0388253927230835], [0.9529914855957031, 0.9833981394767761, 0.8344022035598755, 1.771058440208435, 1.6771070957183838, 1.1057944297790527, 1.1226104497909546], [0.9378507733345032, 0.981238842010498, 0.856016993522644, 1.7723029851913452, 1.783819556236267, 1.2036057710647583, 1.1726670265197754], [0.9386645555496216, 0.9803730845451355, 0.9276153445243835, 1.7736396789550781, 1.9153649806976318, 1.1833666563034058, 1.2189698219299316], [1.023832082748413, 0.9749367833137512, 1.0184890031814575, 1.774850845336914, 2.0284998416900635, 1.193369746208191, 1.2071908712387085], [1.1089398860931396, 0.9709285497665405, 1.1060223579406738, 1.7758677005767822, 2.106520652770996, 1.2361379861831665, 1.1685041189193726], [1.2000399827957153, 0.9724446535110474, 1.1855345964431763, 1.7781044244766235, 2.1813342571258545, 1.2785873413085938, 1.1341663599014282], [1.2753422260284424, 0.9952419996261597, 1.252859354019165, 1.7777012586593628, 2.255835771560669, 1.3178040981292725, 1.185113787651062], [1.3293472528457642, 1.0487736463546753, 1.3093318939208984, 1.7775099277496338, 2.298814535140991, 1.346938133239746, 1.2279480695724487], [1.3815267086029053, 1.0879133939743042, 1.3025233745574951, 1.7773905992507935, 2.331529378890991, 1.3719724416732788, 1.2787562608718872], [1.4482918977737427, 1.135321021080017, 1.3314377069473267, 1.7767372131347656, 2.3696541786193848, 1.4030451774597168, 1.3275548219680786], [1.5108815431594849, 1.179553508758545, 1.4047377109527588, 1.7748149633407593, 2.4023690223693848, 1.4208277463912964, 1.375919222831726]], 'mean': [[-0.007830982431785052, -0.0034312213274694976, 0.00019997445168386813, -0.0021131004389058983, -0.0015523810079003486, 0.002677777078807554, -0.022392924714633302], [-0.008137565676742769, -0.0037999639340494107, 0.000402294299652123, -0.001703935203996555, -0.0016910816376793751, 0.0023049955309026684, -0.02227600076775957], [-0.008427621018341944, -0.004177096198706822, 0.0006173381322730966, -0.0013055835150169717, -0.0018232957517096832, 0.001927791422037817, -0.02216956803192564], [-0.00870205806704481, -0.0045595879015104205, 0.000841452162397907, -0.0009198899390738067, -0.001945783218873675, 0.0015487739371183224, -0.02207286600770714], [-0.008959875136642597, -0.004945944941005325, 0.0010736591777937233, -0.0005492033016984092, -0.002057756256156357, 0.0011685728794614864, -0.02198098099469712], [-0.009200907861621409, -0.005336305715618021, 0.0013133100699792685, -0.00019589605999935714, -0.002159756387521079, 0.0007876358767368004, -0.021897533949589338], [-0.009426148052478243, -0.005730609792164069, 0.001560665928284497, 0.00014094717665329246, -0.0022519697421793388, 0.00040601104412122443, -0.021820044190643727], [-0.0096993158404187, -0.006081606884525392, 0.0018295690674873701, 0.00043696140545911727, -0.0023993525885177415, 1.2242648749009356e-05, -0.021804061500546326], [-0.009967815210863307, -0.006422554209449923, 0.002109823804250781, 0.0007241011247843838, -0.0025520180294907276, -0.00038279212896691426, -0.02180504157272273], [-0.010229976114442612, -0.006759768850831935, 0.0023985922720196995, 0.0010010615404331697, -0.0027057519455903145, -0.000780116618759855, -0.021820160850907336], [-0.01048581019460038, -0.007095839469935719, 0.002695322318666639, 0.0012690746895187201, -0.0028574103356330456, -0.0011792625631431592, -0.021848658246145642], [-0.010734576320204381, -0.0074301432372816, 0.0030004597545570354, 0.0015284742879696006, -0.0030053592272957876, -0.0015806558992474736, -0.02188655955144205], [-0.010975354096167143, -0.0077621575262879815, 0.0033140369899239807, 0.0017793054820101784, -0.0031476129144279007, -0.0019844844665137347, -0.02193181868206765], [-0.011209069987681779, -0.008091799444243914, 0.003634784845053703, 0.002020444265844825, -0.00328329859922133, -0.0023899524049530996, -0.021985199511729826], [-0.011437159940978077, -0.0084193715976519, 0.003961789174492275, 0.0022528975097543986, -0.0034120213233772238, -0.0027975428083342477, -0.022042705663647823], [-0.011659468674913137, -0.008744466683454948, 0.004294068412187761, 0.002474281409060612, -0.0035330771559973512, -0.003206238821708593, -0.02210409297330645]], 'std': [[0.042163188005577855, 0.023641720372920054, 0.03038010352646549, 0.04950637629010762, 0.04089986079367989, 0.04108853068404196, 0.05281199104229583], [0.04799599608581949, 0.026236427491931377, 0.03501462241453217, 0.057315227935446675, 0.04729683605259954, 0.04571245637886159, 0.05592498022183605], [0.0541617321299445, 0.028942728931667487, 0.03984493837802143, 0.06547283525147918, 0.05373092122200327, 0.05043818503736647, 0.05924924028502304], [0.06046539160575583, 0.03165386572648481, 0.04469304940901392, 0.07383635339858322, 0.06012260009478418, 0.05511391698091876, 0.06271929530252283], [0.06684710984746917, 0.034330484424683914, 0.049526507376029046, 0.08219923205039414, 0.0663175345891949, 0.059725497460599665, 0.06626808282286288], [0.07324998660852439, 0.036936702449034964, 0.05425809238463369, 0.09056838336209605, 0.0723501455209004, 0.06423418267964977, 0.06985149129564926], [0.07958878799892086, 0.03945443682065302, 0.05887555921190959, 0.0988920628776826, 0.07823295572703783, 0.06860627939558465, 0.07343762912964437], [0.08595394175491923, 0.042047676497920024, 0.06350123209266033, 0.10711431339970316, 0.08408982440408408, 0.07295128875869615, 0.07702744166443777], [0.0922588857881283, 0.04454062066343438, 0.0680094397601802, 0.11521098292027851, 0.08970714997842176, 0.07713772196569947, 0.08056085063635546], [0.09849656937809796, 0.04696913511467723, 0.07237922358474504, 0.12320845168101899, 0.09513983488020153, 0.08118182784844107, 0.08401114230956457], [0.10464308819645374, 0.04934187604161079, 0.07662953058722739, 0.13107313335726004, 0.10041309107652713, 0.0851075993774442, 0.08739691502123424], [0.11065330864868073, 0.05166210697700588, 0.08078134838467976, 0.13879330833538628, 0.10553624614472852, 0.08890915423903223, 0.09071755067436812], [0.11659360590238609, 0.053925637754561384, 0.08483265280484198, 0.14630770705437438, 0.11050957817490192, 0.0925925926081756, 0.09397289678122182], [0.12244875090723505, 0.056122577151004924, 0.08877946780282917, 0.15364864167356232, 0.11533164882632907, 0.09616449592086292, 0.09715983476634164], [0.12820045255904516, 0.05827465753652856, 0.09262212998828875, 0.16084038168913756, 0.1200133032275638, 0.0996334706736819, 0.10027426188564313], [0.13385678956045638, 0.060388089199075345, 0.09634956864151352, 0.16788780988107727, 0.12451333793578587, 0.10300663205776373, 0.10331966804524115]], 'q01': [[-0.25976021856069564, -0.12822641402482987, -0.20393648386001587, -0.24329194396734238, -0.21339699774980544, -0.20897039026021957, -0.2225155207514763], [-0.2674494954943657, -0.13351951837539672, -0.22706522524356842, -0.2931253910064697, -0.2586013197898865, -0.24106443852186202, -0.2459057754278183], [-0.28154862582683565, -0.13972346380352973, -0.2520772504806518, -0.3422707086801529, -0.3020429164171219, -0.27596465498209, -0.28057637214660647], [-0.32231988966465, -0.14590054005384445, -0.2804703485965729, -0.3905013257265091, -0.34254239201545716, -0.3093774825334549, -0.3167704963684082], [-0.36285149574279785, -0.15149344399571418, -0.31002272009849546, -0.437686987221241, -0.3795514553785324, -0.3397015070915222, -0.3540490674972534], [-0.4032408893108368, -0.1596081703901291, -0.33916008949279786, -0.48414371520280836, -0.4132563278079033, -0.3670017525553703, -0.3914407539367676], [-0.443432577252388, -0.17400339990854263, -0.36777899622917176, -0.5291534787416459, -0.4446061223745346, -0.39079964011907575, -0.42898999810218813], [-0.4831691473722458, -0.18780844658613205, -0.39587325692176817, -0.5730723148584366, -0.4830233991146088, -0.4148863062262535, -0.46574986338615415], [-0.5225772786140442, -0.2010090947151184, -0.42342795729637145, -0.6157730782032013, -0.5210060179233551, -0.43661378979682924, -0.5021195816993713], [-0.5615513384342193, -0.21313723921775818, -0.4502743566036224, -0.6566508132219314, -0.5588006228208542, -0.45618855744600295, -0.5373411870002747], [-0.5998285353183747, -0.22473204880952835, -0.47663711667060854, -0.6963970863819122, -0.5967650592327118, -0.4736128562688828, -0.5720208096504211], [-0.6376558578014374, -0.23565947264432907, -0.5018038940429688, -0.7353851020336151, -0.6359501093626022, -0.48934527933597566, -0.6060198640823364], [-0.6748830831050873, -0.24610251188278198, -0.5259831333160401, -0.7730672121047973, -0.6749371379613877, -0.5044155287742614, -0.6393233251571655], [-0.7113541889190674, -0.2560044527053833, -0.5491479110717773, -0.8093707650899887, -0.7129462480545044, -0.5199205887317657, -0.6720761466026306], [-0.7470972692966461, -0.2639002054929733, -0.5713456749916077, -0.8440608501434326, -0.7493902087211609, -0.5360062581300735, -0.704182620048523], [-0.7822015953063964, -0.269609734416008, -0.5927997255325317, -0.8769015431404114, -0.7828814536333084, -0.5533340334892273, -0.7355189943313598]], 'q99': [[0.21748526871204402, 0.16820937767624855, 0.11502871930599232, 0.2458911204338074, 0.18729458406567584, 0.2223253411054615, 0.2400996848940848], [0.26137359380722064, 0.1907813474535942, 0.13315867185592656, 0.2952882003784185, 0.22686686217784913, 0.26425215601921104, 0.28749129027128195], [0.3057852005958561, 0.21286645159125328, 0.15323586732149136, 0.3449488270282747, 0.2655300533771525, 0.3097032988071442, 0.33503589034080505], [0.35012995243072637, 0.23493033647537231, 0.17187210381031037, 0.39439150571823145, 0.30231140464544304, 0.35346569418907325, 0.3822553411126135], [0.39403885126113913, 0.2585560083389282, 0.1888754710555089, 0.4433938610553742, 0.3381791079044343, 0.39469195008278035, 0.4293230921030044], [0.43756537675857543, 0.28328168392181396, 0.20421476066112543, 0.49211359500885077, 0.3739834988117219, 0.43312284708023085, 0.4757553368806838], [0.48062645792961123, 0.3082881420850754, 0.21734723627567298, 0.5403665804862977, 0.408521764278412, 0.46750558495521566, 0.5210794389247894], [0.5233582735061646, 0.3329514414072037, 0.2302856969833379, 0.5877001404762272, 0.4416089248657233, 0.49899742484093035, 0.5653139799833296], [0.5654069495201115, 0.3567870929837227, 0.24235003948211675, 0.6347691583633425, 0.47328703641891506, 0.5277798795700077, 0.6083668142557144], [0.6068185567855845, 0.3796732723712921, 0.253974116444588, 0.6814769339561481, 0.5038282728195191, 0.5530688786506666, 0.6502266675233841], [0.6473469638824464, 0.4019704684615135, 0.2653041702508928, 0.7272875285148626, 0.5328834843635564, 0.575389940738678, 0.690987855195999], [0.6868773078918462, 0.42347270995378494, 0.2773014008998871, 0.7720513439178476, 0.5608338165283204, 0.5951770150661486, 0.7305590420961374], [0.725573053359987, 0.44415275752544403, 0.29101116895675677, 0.8157251095771789, 0.587800104618073, 0.6127710771560686, 0.7688415408134457], [0.7639675641059884, 0.46372485160827637, 0.30444094419479395, 0.8583035087585449, 0.6141015839576723, 0.6288730919361123, 0.8058822959661482], [0.8013892698287965, 0.4822717308998108, 0.31785129070282003, 0.8992989397048952, 0.6392773365974429, 0.6494793468713758, 0.8415995925664899], [0.8370145320892338, 0.49990052729845047, 0.3312335765361787, 0.9389895153045661, 0.6637141394615175, 0.6749565947055811, 0.8759366005659102]]}, 'left_hand': {'min': [[-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.409613609313965, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.409613609313965, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.431011438369751, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.4542853832244873, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.4820852279663086, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.5011813640594482, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.5086092948913574, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.510214328765869, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.510688066482544, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.510688066482544, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.510688066482544, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.510688066482544, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.510688066482544, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.510688066482544, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.510688066482544, -4.578403949737549, -5.075474739074707], [-4.437142372131348, -5.538408279418945, -4.7685112953186035, -3.510688066482544, -4.578403949737549, -5.075474739074707]], 'max': [[3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467], [3.3788769245147705, 3.184504270553589, 4.19711446762085, 3.5409750938415527, 3.9592442512512207, 3.1209380626678467]], 'mean': [[-0.1209313309511109, -0.10884429118417946, -0.10255170959870029, -0.11881160469386848, -0.13701724199044094, 0.17886655213624292], [-0.12076694715128812, -0.10868572937979828, -0.10239518988976874, -0.11865483299800753, -0.13664926692522394, 0.1787972002694016], [-0.12060248241255224, -0.10852844333738015, -0.10223819225791837, -0.11849800497462415, -0.13627854871212405, 0.17873089196473413], [-0.12043730636041193, -0.10837012586937923, -0.10208032856555725, -0.11834006937141651, -0.13590627555925489, 0.17866782652527147], [-0.12027150649770589, -0.10821045400936968, -0.1019229718787905, -0.11818176125324453, -0.13553406878176366, 0.17860762769669347], [-0.1201055444770379, -0.10805120112085886, -0.10176557247491047, -0.11802368588561836, -0.13516451394520979, 0.17854571150928789], [-0.1199397937577547, -0.1078926986576871, -0.101607562691553, -0.11786688125411607, -0.13479457046279894, 0.17848286213666253], [-0.11977399311999902, -0.10773474778825254, -0.10145085945990641, -0.1177109123044245, -0.1344235185360767, 0.17841885047346406], [-0.11963957561998916, -0.1076086989310093, -0.10132579297058424, -0.11758675032172744, -0.13411336276967994, 0.17835134262532049], [-0.11950567866644503, -0.10748232402594321, -0.10120145677930763, -0.11746385827914253, -0.1338038648016499, 0.17828120285958104], [-0.11937247607722412, -0.10735757516455373, -0.10107916073625665, -0.1173423388741144, -0.1334952724406962, 0.1782085019567614], [-0.11923987497694248, -0.10723358833214232, -0.10095751468246242, -0.11722214524854833, -0.13318804199931802, 0.17813231977015787], [-0.11910803718648152, -0.10711095486078372, -0.10083718101273595, -0.11710324322416898, -0.13288088215739477, 0.17805083463281446], [-0.11897739884718854, -0.10698932588946052, -0.10071846887562068, -0.11698614759097957, -0.13257542243423867, 0.17796726519554906], [-0.11884813446597337, -0.10686960692966513, -0.1006006669020715, -0.1168708870632406, -0.13227111226086374, 0.17788031319469266], [-0.11872022400846242, -0.1067516272201783, -0.10048519563770857, -0.11675738354565095, -0.1319682167310725, 0.17778773041755014]], 'std': [[0.46468883601534555, 0.46897758133960465, 0.46714680240160333, 0.4691783388486459, 1.0166369118899354, 0.4503400243687679], [0.46905394543546913, 0.4731566829388163, 0.4709743718456273, 0.4737754161729873, 1.0180057646148433, 0.45178772999629274], [0.47336176484123205, 0.477287750143816, 0.47474595450313306, 0.47831374988258185, 1.0189149070322832, 0.45336289371381605], [0.477621763226657, 0.48128872344020773, 0.4786166212594413, 0.4828456469878238, 1.0204541179375712, 0.45503996970805843], [0.4818305083621612, 0.4852777639314947, 0.48234708793600023, 0.48738366848777226, 1.0231652405696994, 0.45680427859126294], [0.4860495898876447, 0.4894507904205104, 0.486051386942625, 0.4920037218978518, 1.0240184212626011, 0.45864282098506026], [0.4905059075938096, 0.49369758422266724, 0.48970081583544744, 0.4964293509386307, 1.0248722024186847, 0.4605453958596496], [0.4945792756460633, 0.49789251460509376, 0.4933128965044914, 0.5010078202506731, 1.0259918497961216, 0.4624960986866059], [0.4988372382039073, 0.5019347318412064, 0.49697646452059957, 0.505710778223534, 1.0267818817904848, 0.464494154961949], [0.5029095536617555, 0.5062798233137955, 0.5006016664431321, 0.5104837252066549, 1.0281610008947561, 0.4665252860074532], [0.5069618880674082, 0.5105579856312864, 0.5041439311410134, 0.514895201068861, 1.0289640538788583, 0.4685847094700553], [0.5110138396974025, 0.514467118111277, 0.5077643445387565, 0.5198102706159123, 1.0298539329588934, 0.470679216201235], [0.5149995358989723, 0.5183169943611184, 0.5111902108417924, 0.5241766497877851, 1.0307012400189344, 0.472788267314343], [0.5193619196538056, 0.5221271913207877, 0.5146122353808822, 0.5284364251079341, 1.031369779994137, 0.47491714243438865], [0.5231499480999215, 0.525905335898641, 0.5179733870171109, 0.5326628190879753, 1.032102228683494, 0.47706047162332177], [0.5269081117764693, 0.5295967922038728, 0.521731005149329, 0.5368176064188903, 1.0327915023332284, 0.4792279347538605]], 'q01': [[-2.834663496017456, -2.7262090992927552, -2.5916025042533875, -2.7258576273918154, -4.297249622344971, -0.827736747264862], [-2.9568161964416504, -2.8406154894828797, -2.6912418007850647, -2.8342447090148926, -4.297249622344971, -0.827736747264862], [-2.975284833908081, -2.914480187892914, -2.7434093952178955, -2.9379725456237793, -4.297249622344971, -0.827736747264862], [-2.996854245662689, -2.968014917373657, -2.812384605407715, -2.9971338176727294, -4.297249622344971, -0.827736747264862], [-2.998012065887451, -2.9829108715057373, -2.861616373062134, -3.0243899631500244, -4.297249622344971, -0.827736747264862], [-2.9983911514282227, -2.9864535331726074, -2.8981193900108337, -3.0389278030395506, -4.297249622344971, -0.827736747264862], [-2.998682141304016, -2.992485740184784, -2.9181915521621704, -3.0493776416778564, -4.297249622344971, -0.827736747264862], [-2.9989194869995117, -2.994005160331726, -2.933466136455536, -3.058346471786499, -4.297249622344971, -0.827736747264862], [-2.999122381210327, -2.9950923919677734, -2.943184733390808, -3.066315002441406, -4.297249145507813, -0.827736747264862], [-2.9992656111717224, -2.9967362880706787, -2.9492385387420654, -3.0726866149902343, -4.2972478103637695, -0.827736747264862], [-2.9993793964385986, -2.9967668056488037, -2.9532134532928467, -3.0786986541748047, -4.297242469787598, -0.827736747264862], [-2.999476432800293, -2.9969215178489685, -2.956526458263397, -3.0847599601745603, -4.2972293472290035, -0.827736747264862], [-2.999558687210083, -2.9972167015075684, -2.959781229496002, -3.090686683654785, -4.297219715118408, -0.8464716279506683], [-2.999666690826416, -2.997770071029663, -2.962806224822998, -3.096306962966919, -4.297211151123047, -0.8658560395240784], [-2.999769449234009, -2.9983034133911133, -2.9653140902519226, -3.1008340454101564, -4.297194747924805, -0.8841044294834137], [-2.9998650550842285, -2.9986720085144043, -2.967629551887512, -3.105507478713989, -4.2971722030639645, -0.9015802419185639]], 'q99': [[1.3500661754608156, 1.350736347436905, 1.3512876474857332, 1.3503795659542086, 3.2207436561584473, 2.4218391609191894], [1.4492593896389008, 1.4504917347431188, 1.4543120133876806, 1.4501291120052344, 3.220727033615113, 2.4218391609191894], [1.4997919797897339, 1.4997633695602417, 1.4997493028640747, 1.4998234510421753, 3.22071102142334, 2.4218391609191894], [1.5009851455688477, 1.5011813640594482, 1.5014516115188599, 1.5012834966182709, 3.220688667297363, 2.4218391609191894], [1.5011521577835083, 1.5013843774795532, 1.5016968250274658, 1.5014897286891937, 3.22065806388855, 2.4218391609191894], [1.501267671585083, 1.501523107290268, 1.5018607378005981, 1.50162935256958, 3.220622730255127, 2.4218391609191894], [1.5013433694839478, 1.5016076564788818, 1.501956433057785, 1.5017118453979492, 3.220578536987305, 2.4218391609191894], [1.5013872385025024, 1.501656413078308, 1.5020136833190918, 1.5017601251602173, 3.2205226516723635, 2.4218391609191894], [1.5014169216156006, 1.5016884803771973, 1.5020500421524048, 1.5017913579940796, 3.2204697322845464, 2.4218391609191894], [1.501439094543457, 1.5017130076885223, 1.5020784139633179, 1.5018149614334106, 3.2204047203063966, 2.4218391609191894], [1.5014583766460419, 1.501734972000122, 1.5021023750305176, 1.5018364191055298, 3.220332822799683, 2.4218391609191894], [1.5014755725860596, 1.5017536878585815, 1.502124309539795, 1.5018553733825684, 3.220251026153565, 2.4218391609191894], [1.5014904737472534, 1.5017707347869873, 1.5021439790725708, 1.5018713474273682, 3.220151662826538, 2.4218391609191894], [1.5015032291412354, 1.5017849206924438, 1.502160519361496, 1.501886010169983, 3.220070524215698, 2.4218391609191894], [1.501516580581665, 1.5017995834350586, 1.5021768510341644, 1.50190007686615, 3.2199761962890627, 2.4218391609191894], [1.5015286207199097, 1.5018142461776733, 1.5021941661834717, 1.5019145011901855, 3.219870729446411, 2.4218391609191894]]}, 'right_arm': {'min': [[-0.5042113065719604, -0.6867198944091797, -0.40955933928489685, -0.4765476584434509, -0.8026280999183655, -0.7901253700256348, -1.0309247970581055], [-1.649767518043518, -0.6867057681083679, -1.5752018690109253, -0.6446647644042969, -2.4512946605682373, -1.155336856842041, -1.3051362037658691], [-1.655185580253601, -0.6867483854293823, -1.566163420677185, -0.6225022673606873, -2.4483182430267334, -1.1531617641448975, -1.3335832357406616], [-1.653895378112793, -0.686734139919281, -1.5616494417190552, -0.623531699180603, -2.4679551124572754, -1.160183310508728, -1.3923152685165405], [-1.6707173585891724, -0.686738908290863, -1.5533896684646606, -0.7049375176429749, -2.489516258239746, -1.1718120574951172, -1.4485119581222534], [-1.6927525997161865, -0.7270509004592896, -1.53915274143219, -0.7840688824653625, -2.5092527866363525, -1.1852567195892334, -1.4845376014709473], [-1.7107456922531128, -0.8019383549690247, -1.5207922458648682, -0.8606619834899902, -2.529696464538574, -1.2098767757415771, -1.4835578203201294], [-1.723853588104248, -0.8728769421577454, -1.5130435228347778, -0.9367396831512451, -2.5485877990722656, -1.2510602474212646, -1.4827895164489746], [-1.7456804513931274, -0.9487814903259277, -1.5040812492370605, -1.0102044343948364, -2.566213846206665, -1.3162909746170044, -1.5100339651107788], [-1.7578686475753784, -1.0343663692474365, -1.4962512254714966, -1.0829095840454102, -2.583167791366577, -1.3734705448150635, -1.5310916900634766], [-1.7750412225723267, -1.1199018955230713, -1.4937268495559692, -1.151968240737915, -2.6020758152008057, -1.4250415563583374, -1.544620394706726], [-1.7885619401931763, -1.2019938230514526, -1.4860848188400269, -1.2172075510025024, -2.6184446811676025, -1.4630554914474487, -1.554131031036377], [-1.8011175394058228, -1.2609658241271973, -1.4747613668441772, -1.2769712209701538, -2.635488510131836, -1.491645336151123, -1.5611909627914429], [-1.8067880868911743, -1.3227434158325195, -1.4692342281341553, -1.3416136503219604, -2.6501874923706055, -1.5189636945724487, -1.5621753931045532], [-1.8216129541397095, -1.3805173635482788, -1.4718705415725708, -1.4025132656097412, -2.6632680892944336, -1.5332586765289307, -1.5851292610168457], [-1.8315119743347168, -1.4284008741378784, -1.4765390157699585, -1.4595088958740234, -2.675020933151245, -1.5811691284179688, -1.6575002670288086]], 'max': [[0.4540908634662628, 0.3772812485694885, 0.6524748206138611, 0.3773338794708252, 0.7976564168930054, 0.8443259596824646, 1.3816895484924316], [1.5374226570129395, 1.510079026222229, 1.1298763751983643, 2.358250379562378, 1.3780717849731445, 1.1553373336791992, 1.3857972621917725], [1.5339794158935547, 1.5105435848236084, 1.1361968517303467, 2.3577940464019775, 1.4127305746078491, 1.1546989679336548, 1.3933930397033691], [1.530911922454834, 1.5138863325119019, 1.1520696878433228, 2.3579750061035156, 1.4475980997085571, 1.15394127368927, 1.3969312906265259], [1.5217106342315674, 1.5172531604766846, 1.1624841690063477, 2.3581392765045166, 1.4762065410614014, 1.15343177318573, 1.4003125429153442], [1.5180574655532837, 1.5226843357086182, 1.1719372272491455, 2.358259677886963, 1.5048577785491943, 1.1525821685791016, 1.4033234119415283], [1.5097986459732056, 1.525583267211914, 1.1795451641082764, 2.3583426475524902, 1.6082035303115845, 1.1517833471298218, 1.4048354625701904], [1.5040874481201172, 1.5277585983276367, 1.1878961324691772, 2.358422040939331, 1.6928373575210571, 1.151331901550293, 1.4061936140060425], [1.4956854581832886, 1.5299988985061646, 1.1962453126907349, 2.35849666595459, 1.7767045497894287, 1.1508805751800537, 1.421398401260376], [1.4883649349212646, 1.5321611166000366, 1.2077840566635132, 2.3585548400878906, 1.80391263961792, 1.1510982513427734, 1.4645683765411377], [1.4886752367019653, 1.534834623336792, 1.2163132429122925, 2.3585667610168457, 1.8193608522415161, 1.1892963647842407, 1.5130728483200073], [1.5156184434890747, 1.5362167358398438, 1.224883794784546, 2.3585469722747803, 1.845257043838501, 1.2453083992004395, 1.5528697967529297], [1.5557371377944946, 1.5412334203720093, 1.238372564315796, 2.3585281372070312, 1.8582051992416382, 1.2993316650390625, 1.598286509513855], [1.5875557661056519, 1.5456700325012207, 1.2941014766693115, 2.3585050106048584, 1.865417718887329, 1.3456509113311768, 1.6395961046218872], [1.6151669025421143, 1.5489948987960815, 1.3510161638259888, 2.358541965484619, 1.8887629508972168, 1.3819596767425537, 1.6793677806854248], [1.6364248991012573, 1.5527840852737427, 1.4146443605422974, 2.358588933944702, 1.9206444025039673, 1.438368320465088, 1.7225611209869385]], 'mean': [[-0.013552720746778671, -0.0018448410250396252, -0.003731521042467072, 0.0030914462856681656, 0.008128363872821499, -0.007155326151471666, -0.006309599717988439], [-0.014935371527685148, -0.0021730895568505587, -0.004784453679298322, 0.004984933348296637, 0.009388546865340004, -0.007303434815949397, -0.006115016884600432], [-0.016267705964030113, -0.0024970760003304934, -0.005843963349446519, 0.006854977084302983, 0.010622951305690385, -0.0074632103757363176, -0.005928455246499565], [-0.017547051019553922, -0.0028216365131886003, -0.006909118721785027, 0.008696949807312676, 0.011822265436270678, -0.0076296018066712755, -0.005753499702322654], [-0.018772884105749017, -0.00314920469368069, -0.00797858409699289, 0.010506383119412266, 0.012986980355930376, -0.007800361470622886, -0.0055921013537018945], [-0.019942828921705923, -0.003480766318428047, -0.009050777093095088, 0.012280376091761531, 0.014120430263776167, -0.00797352674464661, -0.0054439685493601585], [-0.021056626999141487, -0.0038159512185849324, -0.010127839249955391, 0.01401615256578375, 0.015222429079060058, -0.008149493815798105, -0.005310000747932074], [-0.02215833324844508, -0.003898111967642641, -0.011218450176388778, 0.01565042648844099, 0.015914288117261137, -0.008179918859818098, -0.005211307098678734], [-0.02327648244824638, -0.004043563075836067, -0.012309127629977712, 0.017188116122053405, 0.016547439502639517, -0.008106366163374937, -0.005142876209566195], [-0.024399261551222916, -0.004274454966498944, -0.013394770334134715, 0.01866916840927133, 0.017157076552379687, -0.007949235461189075, -0.005043300569686878], [-0.025525394386630373, -0.004575397160762484, -0.01449773766873538, 0.02011712996419235, 0.01772789461348954, -0.007734039580193209, -0.004896064037251551], [-0.026657066405169714, -0.0049295246759985525, -0.01562606890416401, 0.021541772065949445, 0.018252123799368716, -0.007478359150914146, -0.004695729617197995], [-0.02779441509302808, -0.005320015327780864, -0.016781818615356346, 0.02294552736486574, 0.01872486559606236, -0.007194965343731704, -0.004446029161286528], [-0.028930753484545785, -0.005724797405091458, -0.017961710912714823, 0.024332035004179103, 0.01914042833603785, -0.0068916102065256606, -0.004160465035908847], [-0.03005936268337582, -0.006128617981866458, -0.019165659059326823, 0.0257046625610629, 0.019493175974970075, -0.006577843553908348, -0.003861913332177936], [-0.03117513352548855, -0.0065203946377540515, -0.0203943754878849, 0.027069446820833426, 0.019781912674106103, -0.006260711462937083, -0.003572923246657941]], 'std': [[0.058690592224609664, 0.047517820421657184, 0.052385821938154116, 0.07724704740719442, 0.0689226261375879, 0.07717828909666871, 0.10071505353667856], [0.07027923328812076, 0.056563600117001324, 0.0632627653211263, 0.09335304915586648, 0.08211898153496659, 0.0888168378961944, 0.11189983209301742], [0.08193384648267106, 0.06540352987997285, 0.07406288451808027, 0.10955694950533605, 0.0949822281023008, 0.10035396953780112, 0.12362787108303758], [0.09356080114307189, 0.07402719855594869, 0.0846359609106957, 0.12567878154131568, 0.10746557474193552, 0.11159504383771042, 0.13558754383254484], [0.10508623290113762, 0.08240597675995229, 0.09498337236866108, 0.1416515782319461, 0.11962392910355751, 0.12250165472856485, 0.14757697669150452], [0.11640932129692706, 0.09054777824073479, 0.10498635225718264, 0.1573389226653698, 0.1314361327539918, 0.1330072803241454, 0.15949922653845908], [0.12759559301475176, 0.09842719265945303, 0.11470820213780011, 0.17279322091989718, 0.14282573049066116, 0.14308626765501414, 0.1712748835202176], [0.13866014130501583, 0.10580177711165352, 0.12434073628107417, 0.1880569719036999, 0.15380513555670242, 0.15306882733291588, 0.18290524376557057], [0.14948923939722303, 0.11311311001366306, 0.13369638873317644, 0.2029513778892429, 0.1645393954810762, 0.16259522178650496, 0.1942591825604069], [0.16010012108696264, 0.12032353423972841, 0.14273716433809694, 0.21752148069419958, 0.1750213259360216, 0.17169651438053876, 0.20532329590488485], [0.1705296015082096, 0.12737036577579006, 0.15153330482733524, 0.23175750133653508, 0.1852044307408395, 0.18038055492652555, 0.2160905665742346], [0.18074554893727562, 0.1342027451942879, 0.16008909750368772, 0.24565972787736848, 0.195039444013869, 0.1886520069251021, 0.22654587027886008], [0.19073260323053873, 0.140828039849737, 0.16842184939965307, 0.25921851948146485, 0.20458632132939977, 0.19653267705359775, 0.23667603154057176], [0.20048055071279297, 0.14725367794234753, 0.17653499617341012, 0.272388403236314, 0.21385183140418831, 0.20405631696872872, 0.2464877496339495], [0.20994029525202162, 0.153477135221858, 0.18439599477526297, 0.28516012208594677, 0.22283286074259517, 0.2112290086524235, 0.25598816307927713], [0.21916600130904698, 0.15951157411446737, 0.19203572209166406, 0.2975705940108682, 0.23153243698225284, 0.21808202143843988, 0.26518728203279135]], 'q01': [[-0.24034041941165923, -0.2203510147333145, -0.218635216653347, -0.26907544732093813, -0.21981453716754912, -0.26753886878490446, -0.29389158487319944], [-0.2926365864276886, -0.2536977255344391, -0.26393118500709534, -0.3266505789756775, -0.26132344305515287, -0.31577118307352064, -0.3522934329509735], [-0.34426873445510864, -0.28137819409370424, -0.30882251262664795, -0.3838747107982636, -0.3001381254196167, -0.3618320915102959, -0.4115041959285736], [-0.3950304162502289, -0.3155821818113327, -0.35233524441719055, -0.4402127420902252, -0.340208486020565, -0.40602762579917906, -0.46811270356178286], [-0.4446352922916412, -0.351931756734848, -0.39476218819618225, -0.4956319844722748, -0.3789898467063904, -0.44888665944337847, -0.521968080997467], [-0.49291420102119443, -0.38660060346126557, -0.43581753969192505, -0.5500702047348023, -0.4167323550581932, -0.489506194293499, -0.5730528044700622], [-0.5390723824501038, -0.42058785259723663, -0.4754504859447479, -0.6032929587364196, -0.452492858171463, -0.5283964174985886, -0.6209728670120239], [-0.5833405947685242, -0.45277294516563416, -0.5139625072479248, -0.6551803374290466, -0.4912507164478302, -0.5667822605371475, -0.6675587892532349], [-0.6262552380561829, -0.4833734351396561, -0.5509201884269714, -0.7057375502586365, -0.5291866439580918, -0.6034578245878219, -0.7111525988578796], [-0.6678287243843078, -0.5122664856910706, -0.5866013169288635, -0.7549152326583862, -0.5663120651245117, -0.6374879878759384, -0.7528669500350952], [-0.7084832310676574, -0.5394284081459045, -0.6214118599891663, -0.8027711915969848, -0.6018625217676162, -0.6690413981676102, -0.7910522961616516], [-0.7479328274726867, -0.5648693382740021, -0.6546376347541809, -0.849136950969696, -0.6366819512844085, -0.6990579158067703, -0.8272910726070404], [-0.7855995535850525, -0.5884515190124512, -0.6862412691116333, -0.8939166069030762, -0.6707405757904052, -0.7276795715093612, -0.8616547644138336], [-0.8219480848312378, -0.610042290687561, -0.7163912653923035, -0.9372769665718078, -0.7031432896852493, -0.7543629765510559, -0.8921243715286254], [-0.856846963763237, -0.6303877711296082, -0.7454092502593994, -0.978684070110321, -0.7347925925254821, -0.7804868668317795, -0.921186226606369], [-0.8919039714336395, -0.6493239879608155, -0.7739225029945374, -1.0188365745544434, -0.7659276366233826, -0.804612186551094, -0.9479808819293976]], 'q99': [[0.19957655072212177, 0.19291775405406963, 0.26106058061122894, 0.2883941534161568, 0.2979815554618836, 0.2681140151619912, 0.3180467441678047], [0.24233311116695383, 0.2051437324285506, 0.2704865410923958, 0.350106649696827, 0.3346406850218773, 0.32164025217294684, 0.3838690176606178], [0.28464103221893305, 0.2333154022693634, 0.2878508266806602, 0.41151956200599676, 0.37210554838180543, 0.3764542433619498, 0.4502842769026756], [0.32626654863357535, 0.25860584497451766, 0.32465467363595946, 0.472326325774193, 0.4155884474515915, 0.4298166963458061, 0.5153338372707365], [0.36659601449966384, 0.2819146436452868, 0.359595418870448, 0.5324525076150896, 0.46182277858257337, 0.4807622584700579, 0.5787597358226776], [0.40552043199539173, 0.30379956841468814, 0.39128270745277366, 0.5916075235605242, 0.5079721605777743, 0.5292064994573591, 0.6411225706338878], [0.44334743142127964, 0.3238099044561389, 0.4203825202584248, 0.6502027863264088, 0.5528044861555105, 0.57484661757946, 0.7020826101303098], [0.4800456988811493, 0.3425407159328462, 0.44931881725788236, 0.7075171560049057, 0.5961038511991502, 0.618266292214393, 0.7609187632799147], [0.5159227442741393, 0.36002454698085784, 0.48214634716510774, 0.7638161957263947, 0.6383124512434007, 0.6579615503549572, 0.8177076041698453], [0.5509671449661249, 0.3755338436365128, 0.5137026238441473, 0.8192269748449326, 0.6808712893724445, 0.6944458913803097, 0.8727736204862591], [0.5852735447883602, 0.3903572672605518, 0.544114227294922, 0.8734754240512848, 0.7230911946296695, 0.7285051590204237, 0.9251392275094983], [0.6193521559238433, 0.40434123992919957, 0.5730910491943364, 0.9265135169029237, 0.7634370958805087, 0.7597294753789883, 0.9760074794292448], [0.6543326061964024, 0.4189036479592321, 0.6009864175319675, 0.9782334274053576, 0.8028059428930289, 0.7883068811893459, 1.023577547073364], [0.6891814213991155, 0.4340377178788182, 0.627797213792801, 1.0291517269611363, 0.8407263362407691, 0.8151284813880908, 1.0700921177864067], [0.7241586452722546, 0.44823989272117615, 0.6528442400693895, 1.0782578659057622, 0.8763976442813881, 0.839011111855506, 1.1146764039993284], [0.7581266427040088, 0.46179559469222997, 0.6766490787267687, 1.1261505627632142, 0.9097955238819125, 0.860156078338623, 1.158012557029724]]}, 'right_hand': {'min': [[-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -4.617266654968262, -1.4736312627792358], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -4.617266654968262, -1.4741454124450684], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -4.617266654968262, -1.4741454124450684], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -4.617266654968262, -1.4749785661697388], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -4.617266654968262, -1.4741454124450684], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -4.617266654968262, -1.4741454124450684], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -4.617266654968262, -1.4756388664245605], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -4.617266654968262, -1.4756388664245605], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -4.617266654968262, -1.4756388664245605], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -5.21285343170166, -1.4867236614227295], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -5.21285343170166, -1.4877949953079224], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -5.21285343170166, -1.4885189533233643], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -5.21285343170166, -1.4760680198669434], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -5.21285343170166, -1.4756388664245605], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -5.21285343170166, -1.477303385734558], [-5.257836818695068, -5.1758012771606445, -4.902168273925781, -4.374237060546875, -5.21285343170166, -1.4769020080566406]], 'max': [[3.5554635524749756, 4.005765438079834, 3.9364871978759766, 3.7032501697540283, 4.09061861038208, 3.818516731262207], [3.5554635524749756, 4.005765438079834, 3.9364871978759766, 3.7032501697540283, 4.09061861038208, 3.818516731262207], [3.5554635524749756, 4.005765438079834, 3.9364871978759766, 3.7032501697540283, 4.09061861038208, 3.818516731262207], [3.5554635524749756, 4.005765438079834, 3.9364871978759766, 3.7032501697540283, 4.09061861038208, 3.818516731262207], [3.5554635524749756, 4.005765438079834, 3.9364871978759766, 3.7032501697540283, 4.09061861038208, 3.818516731262207], [3.5554635524749756, 3.8426766395568848, 3.9364871978759766, 3.7032501697540283, 4.09061861038208, 3.818516731262207], [3.5554635524749756, 3.4634130001068115, 3.5153541564941406, 3.7032501697540283, 4.241769790649414, 3.818516731262207], [3.7151429653167725, 3.3982670307159424, 3.4605722427368164, 3.7032501697540283, 4.241769790649414, 3.818516731262207], [3.7151429653167725, 3.3982670307159424, 3.3622381687164307, 3.7032501697540283, 4.241769790649414, 3.818516731262207], [3.7151429653167725, 3.3982670307159424, 3.3622381687164307, 3.7032501697540283, 4.241769790649414, 3.818516731262207], [3.7151429653167725, 3.3982670307159424, 3.3622381687164307, 3.7032501697540283, 4.241769790649414, 3.818516731262207], [3.7151429653167725, 3.393220901489258, 3.3622381687164307, 3.7032501697540283, 4.241769790649414, 3.818516731262207], [3.7151429653167725, 3.3747355937957764, 3.3622381687164307, 3.7032501697540283, 4.241769790649414, 3.818516731262207], [3.7151429653167725, 3.3540120124816895, 3.3622381687164307, 3.7032501697540283, 4.241769790649414, 3.818516731262207], [3.7151429653167725, 3.341102123260498, 3.3622381687164307, 3.7032501697540283, 4.241769790649414, 3.818516731262207], [3.7151429653167725, 3.3357980251312256, 3.3622381687164307, 3.7032501697540283, 4.241769790649414, 3.818516731262207]], 'mean': [[-0.42630874230413446, -0.3862843983888596, -0.3759647591412357, -0.38814519950365245, -0.3799808448330462, 0.7066274712108543], [-0.4305077278576333, -0.39049934075865805, -0.38016553149500504, -0.3923627371800454, -0.3883988865665617, 0.7064652795218399], [-0.4346932377357636, -0.3947005538177281, -0.3843539222635104, -0.39657006988853866, -0.39680119136757014, 0.7062846513711384], [-0.4388769848392918, -0.39889237615618384, -0.38853773395858615, -0.40077481006789006, -0.4052017307748402, 0.7060870507978371], [-0.44298289932347606, -0.4030101792998128, -0.39264436793692076, -0.4049073529854841, -0.4134579144990664, 0.7058734426521233], [-0.44708778742622673, -0.40712690498425075, -0.39675016600804475, -0.4090410233413833, -0.42171334963076773, 0.705638160767453], [-0.4511913257493408, -0.41123951200955505, -0.4008567213228207, -0.4131735350123486, -0.4299709413210935, 0.7053803893052509], [-0.45529273026177025, -0.41535441082932345, -0.4049625998286957, -0.41731032816895336, -0.43823030950596903, 0.7051033059381416], [-0.45939318653569144, -0.4194671796434596, -0.4090661823155727, -0.4214476366161819, -0.4464851704826952, 0.7048069032155445], [-0.46142826463109493, -0.42152193870160604, -0.411117223755343, -0.42353268012919637, -0.4505958574083538, 0.704485868873494], [-0.46271963044772435, -0.42283362988381784, -0.4124314486982722, -0.42488238529975303, -0.45321481898075316, 0.7041440176092556], [-0.4632815840331867, -0.4234218757274634, -0.4130219460661693, -0.42550659397309865, -0.45437364093640953, 0.7037800194941929], [-0.4635477017469407, -0.423716010416507, -0.4133185673029042, -0.4258401778025981, -0.45494061474237113, 0.7033941986285618], [-0.46362578218901956, -0.4238239080773506, -0.41342935110384094, -0.4259939744323473, -0.45513026789988414, 0.7029860260211399], [-0.46361586847731767, -0.42384036587812013, -0.4134528888121772, -0.42606107759100503, -0.4551405156835258, 0.7025567757212093], [-0.46352790008932526, -0.423781954860775, -0.41340281930219597, -0.42605602820817406, -0.4549996221466674, 0.7021029236041477]], 'std': [[0.8754534297201967, 0.8997634007333767, 0.9083456954663627, 0.9010367059273436, 2.0879586587318517, 0.6729414177433327], [0.8888285003601756, 0.9121133718929524, 0.9202009830410807, 0.9137443319618802, 2.08906752931704, 0.6755927425745779], [0.9014983410652606, 0.9238380870105173, 0.9312847665301904, 0.9259605349613955, 2.090391626200182, 0.6784733236548925], [0.9136306703213523, 0.93488338246339, 0.9417835378629857, 0.93745759708778, 2.091047898612211, 0.6815314217096436], [0.9254425870051494, 0.9456649315656903, 0.9518781663538423, 0.948482795320921, 2.091892078077274, 0.6847502633454627], [0.9365391636400182, 0.9558422602864519, 0.9614557970097932, 0.9590719020283599, 2.092875777458968, 0.6881270041691312], [0.9466567856951225, 0.9651656855382453, 0.970189410576791, 0.9689774775436744, 2.0933567830863162, 0.691613557658058], [0.9563043428430597, 0.9740657417842699, 0.9783180799733129, 0.9781672120197299, 2.09277872003054, 0.6951929139414263], [0.9654431111656674, 0.9825116157702709, 0.9861177339771086, 0.9870490388198617, 2.0918358375709385, 0.6988484544896253], [0.975194734636679, 0.9913533563354825, 0.9943716166253465, 0.9963720221823362, 2.0907752274450484, 0.7025834439773551], [0.9849358912714931, 1.0002108516807404, 1.0027093664115807, 1.0057102820324912, 2.0906496382771995, 0.706377433632233], [0.9949354364026738, 1.0091529205894827, 1.011242865331921, 1.0151477676017562, 2.09068252658611, 0.7102289083117765], [1.00493127487867, 1.0181897158054567, 1.0198392264898266, 1.0246786444721974, 2.0907275839807618, 0.7141213587782721], [1.014902271766226, 1.0271936193387627, 1.0284319741001193, 1.034181216057429, 2.0909694707198954, 0.7180576355689547], [1.0248062766118955, 1.0361487543476624, 1.0369511214112033, 1.04362140680163, 2.0914091192564896, 0.7218979639518175], [1.0346398163708195, 1.0450652865011854, 1.0454120970712968, 1.0530167819089453, 2.0919068456163648, 0.7258013367784045]], 'q01': [[-2.824023723602295, -2.7118677616119387, -2.692126932144165, -2.7267379093170168, -3.7122115659713746, -0.781815949678421], [-2.9596345710754393, -2.836867370605469, -2.7815058612823487, -2.8435996913909913, -3.712468583583832, -0.8312571167945861], [-2.9704218196868895, -2.859067840576172, -2.8502755260467527, -2.9381849002838134, -3.7127158427238465, -0.8724990260601043], [-2.976218891143799, -2.973523540496826, -2.8845865154266357, -2.9781523609161376, -3.712941629886627, -0.9094643723964692], [-2.9798084473609925, -2.9762685394287107, -2.9012310886383057, -2.981879959106445, -3.7131967329978943, -0.94195192694664], [-2.985883131027222, -2.9801244139671326, -2.926110804080963, -2.9824929237365723, -3.7134443640708925, -0.9709373939037323], [-2.9898157119750977, -2.9830698370933533, -2.954115867614746, -2.9845476150512695, -3.7135034942626954, -0.9968215978145599], [-2.9931681156158447, -2.9842045307159424, -2.978534162044525, -2.9861947894096375, -3.7135144591331484, -1.0212998938560487], [-2.9944989681243896, -2.986634454727173, -2.9988499879837036, -2.9890758991241455, -3.713521809577942, -1.0446622085571289], [-2.9948670864105225, -2.9894692707061767, -3.0096349716186523, -2.991241931915283, -3.713534162044525, -1.0670691132545471], [-2.9950742721557617, -2.9916555881500244, -3.0241527557373047, -3.0099085688591005, -3.7135423755645753, -1.0873567318916322], [-2.995244026184082, -2.993131704330444, -3.0379769802093506, -3.031497395038605, -3.7135475373268125, -1.1056630873680116], [-2.995413303375244, -2.9940032958984375, -3.0448349714279175, -3.0469588804244996, -3.713553581237793, -1.1232684445381165], [-2.9956159591674805, -2.9944316482543947, -3.0584372234344483, -3.0555278611183168, -3.7135543394088746, -1.1384876298904418], [-2.9968346118927003, -2.994640827178955, -3.0665827894210818, -3.062479474544525, -3.713559911251068, -1.1524842405319213], [-2.999497833251953, -2.994802236557007, -3.07526034116745, -3.0702243518829344, -3.7135605597496033, -1.1654428601264955]], 'q99': [[1.507151484489441, 1.464722442626953, 1.4964269685745233, 1.4631215274333953, 3.5080227637290955, 2.6859983325004575], [1.5169150233268738, 1.4956671762466431, 1.4994707107543945, 1.4688642287254332, 3.5031980848312383, 2.6859983325004575], [1.5225266814231873, 1.4980945587158203, 1.5000594758987424, 1.4978107213974, 3.498086452484131, 2.6859983325004575], [1.526372253894806, 1.4993411302566528, 1.500287847518921, 1.4995694971084594, 3.4928040075302125, 2.6859983325004575], [1.5290389657020569, 1.4997395277023315, 1.5004432201385498, 1.4998831748962402, 3.486659917831421, 2.6859983325004575], [1.5306759476661682, 1.4998583793640137, 1.500573992729187, 1.4999884366989136, 3.480032877922058, 2.6859983325004575], [1.5318080186843872, 1.4999240636825562, 1.5008208131790157, 1.500027060508728, 3.4720184636116036, 2.6859983325004575], [1.5326464772224426, 1.4999648332595825, 1.5014334726333616, 1.5000568628311157, 3.458698146343232, 2.6859983325004575], [1.5330785512924194, 1.4999903440475464, 1.5042523527145382, 1.5000872611999512, 3.4267063045501764, 2.6859983325004575], [1.5333117842674255, 1.500006079673767, 1.510066337585447, 1.5001150369644165, 3.381329412460328, 2.6859983325004575], [1.533416509628296, 1.5000233268737793, 1.5163391447067247, 1.5001418590545654, 3.3374921321868904, 2.6859983325004575], [1.5334518551826477, 1.5000419616699219, 1.5226101255416826, 1.5001652240753174, 3.2956567478179952, 2.6859983325004575], [1.533483862876892, 1.50006103515625, 1.5284943342208765, 1.5001879930496216, 3.253996391296393, 2.6859983325004575], [1.5335105657577515, 1.5000804662704468, 1.533509001731872, 1.5002110004425049, 3.2274123859405557, 2.6859983325004575], [1.533523678779602, 1.500099778175354, 1.538146033287048, 1.50023353099823, 3.2061313915252727, 2.6859983325004575], [1.5335220098495483, 1.5001204013824463, 1.5423469781875518, 1.500257134437561, 3.168870639801028, 2.6859983325004575]]}}}, 'robocasa_panda_omron': {'state': {'end_effector_position_relative': {'min': [-0.46594083309173584, -0.8583298325538635, -0.05373392626643181], 'max': [0.8734620809555054, 0.9110966920852661, 1.1568338871002197], 'mean': [0.27038754113234864, -0.03739022846478945, 0.5390530126268225], 'std': [0.19160690493945634, 0.26433913073448045, 0.24298214520766154], 'q01': [-0.3682131481170654, -0.7039378297328949, 0.03666396856307983], 'q99': [0.7813222360610962, 0.7024977898597718, 1.0670286393165587]}, 'end_effector_rotation_relative': {'min': [-0.9999996423721313, -0.9978545904159546, -0.9934196472167969, 1.742676403182486e-08], 'max': [0.9999980926513672, 0.998063862323761, 0.9959006905555725, 0.9754553437232971], 'mean': [-0.15473764518557107, 0.12101395845738246, 0.0073096656754604705, 0.2104693596511956], 'std': [0.7736194572934442, 0.3664192841252171, 0.35939577411124457, 0.23468805469193338], 'q01': [-0.9992718696594238, -0.8802546286582946, -0.849177440404892, 0.00044487909326562663], 'q99': [0.9993162155151367, 0.9301677179336548, 0.8556861239671707, 0.8709038305282593]}, 'gripper_qpos': {'min': [-0.034708939492702484, -0.12887509167194366], 'max': [0.0993952602148056, 0.12181679159402847], 'mean': [0.03069615761615002, -0.03064145469186576], 'std': [0.01341022480320407, 0.01341680128053526], 'q01': [-0.0012123542837798595, -0.041020282991230485], 'q99': [0.04147526852786541, 0.0008036484662443376]}, 'base_position': {'min': [0.31250813603401184, -5.110836982727051, 0.6947912573814392], 'max': [5.60412073135376, -0.4872598946094513, 0.8319682478904724], 'mean': [2.521760290175412, -1.522186060467389, 0.6947690310137987], 'std': [1.4554554979381333, 0.8552189250023587, 0.006658629060373585], 'q01': [0.3898392152786255, -4.600230164527893, 0.6998904347419739], 'q99': [5.600037574768066, -0.4999887862801552, 0.7121779525279999]}, 'base_rotation': {'min': [0.0, 0.0, -1.0, 0.0], 'max': [0.0, 0.0, 1.0, 1.0], 'mean': [0.0, 0.0, 0.27055757164716127, 0.6369820581221606], 'std': [0.0, 0.0, 0.6259934713321293, 0.359605980888475], 'q01': [0.0, 0.0, -1.0, 1.0776068290851981e-06], 'q99': [0.0, 0.0, 1.0, 1.0]}}, 'action': {'end_effector_position': {'min': [-1.0, -1.0, -1.0], 'max': [1.0, 1.0, 1.0], 'mean': [0.029800773273887676, 0.0035913945088653434, -0.03968289347218177], 'std': [0.4175582986687833, 0.40810836358753827, 0.3724136058768564], 'q01': [-1.0, -1.0, -1.0], 'q99': [1.0, 1.0, 1.0]}, 'end_effector_rotation': {'min': [-1.0, -1.0, -1.0], 'max': [1.0, 1.0, 1.0], 'mean': [0.006613481004255726, -0.02273008039346597, -0.0026965937721805723], 'std': [0.14524735843782446, 0.1520585068917666, 0.1391378440576292], 'q01': [-0.620814083814621, -0.7757885468006134, -0.7125183200836182], 'q99': [0.86768774271011, 0.8982121348381038, 0.6413099694252014]}, 'gripper_close': {'min': [0.0], 'max': [1.0], 'mean': [0.3555581543825369], 'std': [0.47875685759087344], 'q01': [0.0], 'q99': [1.0]}, 'base_motion': {'min': [0.0, 0.0, 0.0, 0.0], 'max': [0.0, 0.0, 0.0, 0.0], 'mean': [0.0, 0.0, 0.0, 0.0], 'std': [0.0, 0.0, 0.0, 0.0], 'q01': [0.0, 0.0, 0.0, 0.0], 'q99': [0.0, 0.0, 0.0, 0.0]}, 'control_mode': {'min': [0.0], 'max': [0.0], 'mean': [0.0], 'std': [0.0], 'q01': [0.0], 'q99': [0.0]}}}, 'new_embodiment': {'state': {'left_hand': {'min': [-0.09799999743700027, -0.08199996501207352, -2.3887020139667925e-10, -0.18299999833106995, -0.22200000286102295, -0.21500006318092346, -0.29699963331222534], 'max': [0.12999998033046722, 0.10700006783008575, 0.2280000001192093, 0.0, 0.0, 0.0, 0.0], 'mean': [-0.0054089887998998165, 0.005827104672789574, 0.031063664704561234, -0.013071244582533836, -0.027740946039557457, -0.024281593039631844, -0.03443169221282005], 'std': [0.026754410937428474, 0.02570926956832409, 0.05101049691438675, 0.02832541987299919, 0.04559871181845665, 0.04026580974459648, 0.05430656298995018], 'q01': [-0.04413001623004675, -0.05999999865889549, 0.0, -0.14100000262260437, -0.1809999942779541, -0.13899989426136017, -0.2699997127056122], 'q99': [0.08499999344348907, 0.0870000347495079, 0.20399999618530273, 0.0, 0.0, 0.0, 0.0]}, 'right_hand': {'min': [-0.01600000075995922, -0.20600000023841858, -0.8199999928474426, 0.004000000189989805, 0.0010000000474974513, 0.0010000000474974513, 0.0010000000474974513], 'max': [0.5130000114440918, 0.1720000058412552, -0.0010000000474974513, 0.4450001120567322, 1.375, 0.5569999814033508, 1.1579999923706055], 'mean': [0.14551377296447754, -0.04790256544947624, -0.16233190894126892, 0.12968285381793976, 0.37486323714256287, 0.1825636923313141, 0.28982678055763245], 'std': [0.17061059176921844, 0.056338630616664886, 0.20902083814144135, 0.14012272655963898, 0.4300926923751831, 0.19461630284786224, 0.3383548855781555], 'q01': [-0.014999999664723873, -0.15199999511241913, -0.7352600109577179, 0.004000000189989805, 0.0010000000474974513, 0.004000000189989805, 0.0010000000474974513], 'q99': [0.39899998903274536, 0.06999966129660606, -0.0010000000474974513, 0.41100001335144043, 1.2691300439834587, 0.49799999594688416, 1.0709999799728394]}, 'left_arm': {'min': [-0.1139998808503151, -0.06499999761581421, -0.2379997819662094, -0.14899970591068268, -0.34599998593330383, -0.29499998688697815, -0.18199999630451202], 'max': [0.031000027433037758, 0.09900011122226715, 0.05100004002451897, 0.15700000524520874, 0.0, 0.003000000026077032, 0.006000017747282982], 'mean': [-0.01859004981815815, -0.011797229759395123, -0.02136491984128952, -0.0015487042255699635, -0.10206520557403564, -0.08541297912597656, -0.05251696705818176], 'std': [0.02924812026321888, 0.021750465035438538, 0.032564036548137665, 0.03753108158707619, 0.11267656087875366, 0.09539038687944412, 0.0603468157351017], 'q01': [-0.09499987408518791, -0.05999991346150637, -0.11399985201656819, -0.12030089475214481, -0.3310000002384186, -0.26899999380111694, -0.17000000178813934], 'q99': [0.010999999940395355, 0.0430000014603138, 0.02513002794235865, 0.07100000232458115, 0.0, 0.0020000000949949026, 0.0]}, 'right_arm': {'min': [-0.5590000152587891, -0.800000011920929, -0.32399997115135193, -0.09600000083446503, 0.0, -0.4069998264312744, 0.0], 'max': [0.020999999716877937, 0.0010000000474974513, 0.20200000703334808, 0.31200000643730164, 0.35199999809265137, 0.003000000026077032, 0.8899999856948853], 'mean': [-0.12422259151935577, -0.23228920996189117, -0.023111552000045776, 0.05130844563245773, 0.05851978436112404, -0.10995743423700333, 0.2582551836967468], 'std': [0.15201117098331451, 0.2566412389278412, 0.05685749650001526, 0.06506538391113281, 0.07393182814121246, 0.1244540736079216, 0.28631067276000977], 'q01': [-0.49499997884035113, -0.7279999852180481, -0.2192599435150623, -0.031000016499310733, 0.0, -0.36000001430511475, 0.0], 'q99': [0.00800000037997961, 0.0010000000474974513, 0.12513000026345172, 0.22699999809265137, 0.27900001406669617, 0.0020000000949949026, 0.8460000157356262]}, 'rpy': {'min': [0.0, -0.15000000596046448, 0.0], 'max': [0.0, 0.0, 0.0], 'mean': [0.0, -0.1490357518196106, 0.0], 'std': [0.0, 0.012014704756438696, 0.0], 'q01': [0.0, -0.15000000596046448, 0.0], 'q99': [0.0, -0.15000000596046448, 0.0]}, 'height': {'min': [0.44999998807907104], 'max': [0.75], 'mean': [0.4670488238334656], 'std': [0.06933368742465973], 'q01': [0.44999998807907104], 'q99': [0.75]}}, 'action': {'left_hand': {'min': [-0.09775445610284805, -0.0823368951678276, -0.027741333469748497, -0.1810884326696396, -0.21405744552612305, -0.20122334361076355, -0.295552521944046], 'max': [0.12923675775527954, 0.10485697537660599, 0.22624923288822174, 0.022101346403360367, 0.03615603595972061, 0.009702185168862343, 0.008694176562130451], 'mean': [-0.0008055749931372702, 0.003662512404844165, 0.031012117862701416, -0.012596862390637398, -0.027946343645453453, -0.023698121309280396, -0.03487454727292061], 'std': [0.026223942637443542, 0.026004673913121223, 0.05157838761806488, 0.028955502435564995, 0.04606349393725395, 0.04066930338740349, 0.05465922877192497], 'q01': [-0.044115488231182096, -0.05932579189538956, -0.0008548528398387134, -0.14063991606235504, -0.18160852789878845, -0.13885661959648132, -0.2704181373119354], 'q99': [0.08541888743638992, 0.08673391491174698, 0.20383067429065704, 0.010909304022789001, 0.005769035266712276, 0.007609221618622541, 0.0008619268686742959]}, 'right_hand': {'min': [-0.015388990752398968, -0.49568232893943787, -0.6491441130638123, 0.0, 0.0, 0.0, 0.0], 'max': [0.38237157464027405, 0.0, 0.0, 0.6359286308288574, 1.1968196630477905, 0.7969403266906738, 0.9798202514648438], 'mean': [0.1510307490825653, -0.10410650074481964, -0.16438010334968567, 0.160273939371109, 0.38479897379875183, 0.22493480145931244, 0.29762107133865356], 'std': [0.16792035102844238, 0.14840462803840637, 0.20773763954639435, 0.201939195394516, 0.43836456537246704, 0.2673484683036804, 0.3443882465362549], 'q01': [-0.015381569974124432, -0.49547951817512514, -0.6489888429641724, 0.0, 0.0, 0.0, 0.0], 'q99': [0.382364958524704, 0.0, 0.0, 0.6356749534606934, 1.1965277194976807, 0.7967880129814148, 0.9795168793201446]}, 'left_arm': {'min': [-0.11302866041660309, -0.06130801886320114, -0.2347739338874817, -0.149064838886261, -0.34618079662323, -0.296110063791275, -0.18200430274009705], 'max': [0.02855294942855835, 0.09991803765296936, 0.05098697543144226, 0.1499277651309967, 3.8650854548905045e-05, 0.0012129372917115688, 0.006128575652837753], 'mean': [-0.020675089210271835, -0.011319637298583984, -0.02104736864566803, -0.0047059389762580395, -0.10232270509004593, -0.08670033514499664, -0.052605174481868744], 'std': [0.028416506946086884, 0.021467505022883415, 0.032287437468767166, 0.03757817670702934, 0.11277986317873001, 0.09554938971996307, 0.06037674844264984], 'q01': [-0.09533142298460007, -0.057845381833612916, -0.11222188174724579, -0.12452998012304306, -0.33181595951318743, -0.26951175928115845, -0.16966578140854835], 'q99': [0.010912260971963406, 0.04415091205388274, 0.02633006187155817, 0.06915374681353538, 3.84151644539088e-05, 0.001203537336550653, 3.166658199916128e-05]}, 'right_arm': {'min': [-0.5555615425109863, -0.7934529185295105, -0.3188854157924652, -0.09826192259788513, -3.864927566610277e-05, -0.406229704618454, 0.0], 'max': [0.01944165676832199, 0.00040899173473007977, 0.19534528255462646, 0.298308402299881, 0.3513643741607666, 0.0012087320210412145, 0.8875377178192139], 'mean': [-0.1269960105419159, -0.23249554634094238, -0.022764088585972786, 0.04807743430137634, 0.058973122388124466, -0.11149747669696808, 0.25905102491378784], 'std': [0.15188516676425934, 0.2564069926738739, 0.05658402293920517, 0.06496992707252502, 0.07428737729787827, 0.12488652765750885, 0.28678208589553833], 'q01': [-0.504463392496109, -0.7292503118515015, -0.21955281451344488, -0.03430207073688507, -3.847765765385702e-05, -0.3624899685382843, 0.0], 'q99': [0.002674137009307742, 0.000406751612899825, 0.12524892970919546, 0.21630814880132343, 0.2785507142543793, 0.0011997524416074157, 0.847134844660759]}, 'rpy': {'min': [-0.0435166172683239, -0.014203691855072975, -0.05216570198535919], 'max': [0.3364854156970978, 0.4499310553073883, 0.18629509210586548], 'mean': [0.08001509308815002, 0.16946518421173096, 0.008698188699781895], 'std': [0.13087092339992523, 0.15007734298706055, 0.05011340230703354], 'q01': [-0.04341023042798042, -0.01279706321656704, -0.03870870623737574], 'q99': [0.3044067323207855, 0.43886008858680725, 0.13876871764659882]}, 'height': {'min': [0.44999998807907104], 'max': [0.75], 'mean': [0.4670487940311432], 'std': [0.06933368742465973], 'q01': [0.44999998807907104], 'q99': [0.75]}, 'torso_vx': {'min': [0.0], 'max': [0.0], 'mean': [0.0], 'std': [0.0], 'q01': [0.0], 'q99': [0.0]}, 'torso_vy': {'min': [0.0], 'max': [0.0], 'mean': [0.0], 'std': [0.0], 'q01': [0.0], 'q99': [0.0]}, 'torso_vyaw': {'min': [0.0], 'max': [0.0], 'mean': [0.0], 'std': [0.0], 'q01': [0.0], 'q99': [0.0]}, 'target_yaw': {'min': [0.0], 'max': [0.0], 'mean': [0.0], 'std': [0.0], 'q01': [0.0], 'q99': [0.0]}}, 'relative_action': {}}}, use_percentiles=False, clip_outliers=True, apply_sincos_state_encoding=True, use_relative_action=True)", + "use_percentiles": "False", + "clip_outliers": "True", + "apply_sincos_state_encoding": "True", + "use_relative_action": "True", + "formalize_language": "True", + "model_name": "nvidia/Eagle-Block2A-2B-v2", + "model_type": "eagle", + "max_state_dim": "128", + "max_action_dim": "128", + "max_action_horizon": "50", + "image_crop_size": "None", + "image_target_size": "None", + "random_rotation_angle": "None", + "color_jitter_params": "{'brightness': 0.3, 'contrast': 0.4, 'saturation': 0.5, 'hue': 0.08}", + "processor": "Eagle3_VLProcessor:\n- image_processor: Eagle3_VLImageProcessorFast {\n \"auto_map\": {\n \"AutoImageProcessor\": \"image_processing_eagle3_vl_fast.Eagle3_VLImageProcessorFast\",\n \"AutoProcessor\": \"processing_eagle3_vl.Eagle3_VLProcessor\"\n },\n \"crop_size\": null,\n \"data_format\": \"channels_first\",\n \"default_to_square\": false,\n \"device\": null,\n \"do_center_crop\": null,\n \"do_convert_rgb\": true,\n \"do_normalize\": true,\n \"do_pad\": false,\n \"do_rescale\": true,\n \"do_resize\": false,\n \"image_mean\": [\n 0.5,\n 0.5,\n 0.5\n ],\n \"image_processor_type\": \"Eagle3_VLImageProcessorFast\",\n \"image_std\": [\n 0.5,\n 0.5,\n 0.5\n ],\n \"input_data_format\": null,\n \"processor_class\": \"Eagle3_VLProcessor\",\n \"resample\": 3,\n \"rescale_factor\": 0.00392156862745098,\n \"return_tensors\": null,\n \"size\": {\n \"height\": 448,\n \"width\": 448\n }\n}\n\n- tokenizer: Qwen2TokenizerFast(name_or_path='/hfm/zhenyu/Psi0/src/gr00t/gr00t/model/gr00t_n1d6/../modules/nvidia/Eagle-Block2A-2B-v2', vocab_size=151643, model_max_length=32768, is_fast=True, padding_side='left', truncation_side='right', special_tokens={'eos_token': '<|im_end|>', 'pad_token': '<|endoftext|>', 'additional_special_tokens': ['<|im_start|>', '<|im_end|>', '<|object_ref_start|>', '<|object_ref_end|>', '<|box_start|>', '<|box_end|>', '<|quad_start|>', '<|quad_end|>', '<|vision_start|>', '<|vision_end|>', '<|vision_pad|>', '<|image_pad|>', '<|video_pad|>', '', '', '', '', '', '', '', '', '', '', '']}, clean_up_tokenization_spaces=False, added_tokens_decoder={\n\t151643: AddedToken(\"<|endoftext|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151644: AddedToken(\"<|im_start|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151645: AddedToken(\"<|im_end|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151646: AddedToken(\"<|object_ref_start|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151647: AddedToken(\"<|object_ref_end|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151648: AddedToken(\"<|box_start|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151649: AddedToken(\"<|box_end|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151650: AddedToken(\"<|quad_start|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151651: AddedToken(\"<|quad_end|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151652: AddedToken(\"<|vision_start|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151653: AddedToken(\"<|vision_end|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151654: AddedToken(\"<|vision_pad|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151655: AddedToken(\"<|image_pad|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151656: AddedToken(\"<|video_pad|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151657: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=False),\n\t151658: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=False),\n\t151659: AddedToken(\"<|fim_prefix|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=False),\n\t151660: AddedToken(\"<|fim_middle|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=False),\n\t151661: AddedToken(\"<|fim_suffix|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=False),\n\t151662: AddedToken(\"<|fim_pad|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=False),\n\t151663: AddedToken(\"<|repo_name|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=False),\n\t151664: AddedToken(\"<|file_sep|>\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=False),\n\t151665: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=False),\n\t151666: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=False),\n\t151667: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=False),\n\t151668: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=False),\n\t151669: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151670: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151671: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151672: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151673: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151674: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151675: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151676: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151677: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151678: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n\t151679: AddedToken(\"\", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),\n}\n)\n\n{\n \"auto_map\": {\n \"AutoProcessor\": \"processing_eagle3_vl.Eagle3_VLProcessor\"\n },\n \"image_end_token\": \"\",\n \"image_placeholder\": \"image\",\n \"image_start_token\": \"\",\n \"image_token\": \"\",\n \"pixels_per_token\": 784,\n \"processor_class\": \"Eagle3_VLProcessor\",\n \"video_placeholder\": \"video\",\n \"video_token\": \"\",\n \"vision_feature_select_strategy\": null\n}\n", + "embodiment_id_mapping": "{'robocasa_panda_omron': 13, 'gr1': 20, 'behavior_r1_pro': 24, 'unitree_g1': 8, 'oxe_google': 0, 'oxe_widowx': 1, 'libero_panda': 2, 'new_embodiment': 10, 'g1_ee_a16': 10, 'h1_ee_a16': 11, 'g1_upper_a16': 10, 'g1_loco_downstream': 10}", + "shortest_image_edge": "256", + "crop_fraction": "0.95", + "use_albumentations": "True", + "train_image_transform": "ReplayCompose([\n SmallestMaxSize(p=1.0, max_size=[256], interpolation=3),\n FractionalRandomCrop(p=1.0, crop_fraction=0.95),\n SmallestMaxSize(p=1.0, max_size=[256], interpolation=3),\n ColorJitter(p=1.0, brightness=(0.7, 1.3), contrast=(0.6, 1.4), saturation=(0.5, 1.5), hue=(-0.08, 0.08)),\n], p=1.0, bbox_params=None, keypoint_params=None, additional_targets={}, is_check_shapes=True, save_key='replay')", + "eval_image_transform": "Compose([\n SmallestMaxSize(p=1.0, max_size=[256], interpolation=3),\n FractionalCenterCrop(p=1.0, crop_fraction=0.95),\n SmallestMaxSize(p=1.0, max_size=[256], interpolation=3),\n], p=1.0, bbox_params=None, keypoint_params=None, additional_targets={}, is_check_shapes=True)", + "_collator": "Gr00tN1d6DataCollator(model_name=nvidia/Eagle-Block2A-2B-v2, model_type=eagle)", + "training": "True" +} \ No newline at end of file diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/model-00001-of-00002.safetensors b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/model-00001-of-00002.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..710ba2b0b5d75ae4c1990e6e8ff32861fd446943 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/model-00001-of-00002.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7c728386945885fff7b9d3dcd777aa0fdc9b287b0477f38566d673ad4cb842 +size 4990120184 diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/model-00002-of-00002.safetensors b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/model-00002-of-00002.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..12458a0ec0cef60494e43519a08feebc9c380ab1 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/model-00002-of-00002.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122447d7cb264bcac4b2343fbc2a1bf14b0e52b87cac7f5dd44361d0767602ae +size 4823190320 diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/model.safetensors.index.json b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/model.safetensors.index.json new file mode 100644 index 0000000000000000000000000000000000000000..7dccb8488b1e92c3f3ffe8188bbbc56c4470a16e --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/model.safetensors.index.json @@ -0,0 +1,1113 @@ +{ + "metadata": { + "total_size": 9813153664 + }, + "weight_map": { + "action_head.action_decoder.layer1.W": "model-00002-of-00002.safetensors", + "action_head.action_decoder.layer1.b": "model-00002-of-00002.safetensors", + "action_head.action_decoder.layer2.W": "model-00002-of-00002.safetensors", + "action_head.action_decoder.layer2.b": "model-00002-of-00002.safetensors", + "action_head.action_encoder.W1.W": "model-00002-of-00002.safetensors", + "action_head.action_encoder.W1.b": "model-00002-of-00002.safetensors", + "action_head.action_encoder.W2.W": "model-00002-of-00002.safetensors", + "action_head.action_encoder.W2.b": "model-00002-of-00002.safetensors", + "action_head.action_encoder.W3.W": "model-00002-of-00002.safetensors", + "action_head.action_encoder.W3.b": "model-00002-of-00002.safetensors", + "action_head.model.proj_out_1.bias": "model-00002-of-00002.safetensors", + "action_head.model.proj_out_1.weight": "model-00002-of-00002.safetensors", + "action_head.model.proj_out_2.bias": "model-00002-of-00002.safetensors", + "action_head.model.proj_out_2.weight": "model-00002-of-00002.safetensors", + "action_head.model.timestep_encoder.timestep_embedder.linear_1.bias": "model-00001-of-00002.safetensors", + "action_head.model.timestep_encoder.timestep_embedder.linear_1.weight": "model-00001-of-00002.safetensors", + "action_head.model.timestep_encoder.timestep_embedder.linear_2.bias": "model-00001-of-00002.safetensors", + "action_head.model.timestep_encoder.timestep_embedder.linear_2.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.0.attn1.to_k.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.0.attn1.to_k.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.0.attn1.to_out.0.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.0.attn1.to_out.0.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.0.attn1.to_q.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.0.attn1.to_q.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.0.attn1.to_v.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.0.attn1.to_v.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.0.ff.net.0.proj.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.0.ff.net.0.proj.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.0.ff.net.2.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.0.ff.net.2.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.0.norm1.linear.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.0.norm1.linear.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.1.attn1.to_k.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.1.attn1.to_k.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.1.attn1.to_out.0.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.1.attn1.to_out.0.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.1.attn1.to_q.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.1.attn1.to_q.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.1.attn1.to_v.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.1.attn1.to_v.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.1.ff.net.0.proj.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.1.ff.net.0.proj.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.1.ff.net.2.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.1.ff.net.2.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.1.norm1.linear.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.1.norm1.linear.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.10.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.10.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.10.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.10.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.10.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.10.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.10.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.10.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.10.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.10.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.10.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.10.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.10.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.10.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.11.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.11.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.11.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.11.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.11.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.11.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.11.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.11.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.11.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.11.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.11.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.11.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.11.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.11.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.12.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.12.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.12.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.12.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.12.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.12.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.12.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.12.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.12.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.12.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.12.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.12.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.12.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.12.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.13.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.13.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.13.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.13.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.13.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.13.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.13.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.13.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.13.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.13.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.13.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.13.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.13.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.13.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.14.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.14.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.14.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.14.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.14.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.14.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.14.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.14.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.14.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.14.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.14.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.14.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.14.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.14.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.15.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.15.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.15.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.15.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.15.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.15.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.15.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.15.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.15.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.15.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.15.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.15.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.15.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.15.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.16.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.16.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.16.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.16.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.16.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.16.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.16.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.16.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.16.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.16.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.16.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.16.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.16.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.16.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.17.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.17.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.17.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.17.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.17.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.17.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.17.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.17.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.17.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.17.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.17.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.17.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.17.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.17.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.18.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.18.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.18.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.18.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.18.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.18.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.18.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.18.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.18.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.18.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.18.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.18.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.18.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.18.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.19.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.19.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.19.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.19.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.19.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.19.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.19.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.19.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.19.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.19.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.19.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.19.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.19.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.19.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.2.attn1.to_k.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.2.attn1.to_k.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.2.attn1.to_out.0.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.2.attn1.to_out.0.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.2.attn1.to_q.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.2.attn1.to_q.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.2.attn1.to_v.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.2.attn1.to_v.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.2.ff.net.0.proj.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.2.ff.net.0.proj.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.2.ff.net.2.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.2.ff.net.2.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.2.norm1.linear.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.2.norm1.linear.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.20.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.20.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.20.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.20.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.20.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.20.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.20.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.20.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.20.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.20.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.20.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.20.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.20.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.20.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.21.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.21.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.21.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.21.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.21.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.21.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.21.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.21.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.21.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.21.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.21.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.21.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.21.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.21.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.22.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.22.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.22.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.22.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.22.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.22.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.22.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.22.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.22.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.22.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.22.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.22.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.22.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.22.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.23.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.23.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.23.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.23.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.23.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.23.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.23.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.23.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.23.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.23.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.23.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.23.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.23.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.23.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.24.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.24.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.24.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.24.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.24.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.24.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.24.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.24.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.24.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.24.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.24.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.24.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.24.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.24.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.25.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.25.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.25.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.25.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.25.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.25.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.25.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.25.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.25.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.25.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.25.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.25.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.25.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.25.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.26.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.26.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.26.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.26.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.26.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.26.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.26.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.26.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.26.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.26.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.26.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.26.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.26.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.26.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.27.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.27.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.27.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.27.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.27.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.27.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.27.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.27.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.27.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.27.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.27.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.27.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.27.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.27.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.28.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.28.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.28.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.28.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.28.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.28.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.28.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.28.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.28.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.28.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.28.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.28.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.28.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.28.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.29.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.29.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.29.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.29.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.29.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.29.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.29.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.29.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.29.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.29.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.29.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.29.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.29.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.29.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.3.attn1.to_k.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.3.attn1.to_k.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.3.attn1.to_out.0.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.3.attn1.to_out.0.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.3.attn1.to_q.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.3.attn1.to_q.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.3.attn1.to_v.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.3.attn1.to_v.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.3.ff.net.0.proj.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.3.ff.net.0.proj.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.3.ff.net.2.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.3.ff.net.2.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.3.norm1.linear.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.3.norm1.linear.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.30.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.30.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.30.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.30.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.30.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.30.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.30.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.30.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.30.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.30.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.30.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.30.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.30.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.30.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.31.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.31.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.31.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.31.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.31.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.31.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.31.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.31.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.31.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.31.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.31.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.31.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.31.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.31.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.4.attn1.to_k.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.4.attn1.to_k.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.4.attn1.to_out.0.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.4.attn1.to_out.0.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.4.attn1.to_q.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.4.attn1.to_q.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.4.attn1.to_v.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.4.attn1.to_v.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.4.ff.net.0.proj.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.4.ff.net.0.proj.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.4.ff.net.2.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.4.ff.net.2.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.4.norm1.linear.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.4.norm1.linear.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.5.attn1.to_k.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.5.attn1.to_k.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.5.attn1.to_out.0.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.5.attn1.to_out.0.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.5.attn1.to_q.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.5.attn1.to_q.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.5.attn1.to_v.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.5.attn1.to_v.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.5.ff.net.0.proj.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.5.ff.net.0.proj.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.5.ff.net.2.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.5.ff.net.2.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.5.norm1.linear.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.5.norm1.linear.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.6.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.6.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.6.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.6.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.6.attn1.to_q.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.6.attn1.to_q.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.6.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.6.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.6.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.6.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.6.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.6.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.6.norm1.linear.bias": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.6.norm1.linear.weight": "model-00001-of-00002.safetensors", + "action_head.model.transformer_blocks.7.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.7.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.7.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.7.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.7.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.7.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.7.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.7.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.7.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.7.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.7.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.7.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.7.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.7.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.8.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.8.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.8.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.8.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.8.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.8.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.8.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.8.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.8.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.8.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.8.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.8.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.8.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.8.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.9.attn1.to_k.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.9.attn1.to_k.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.9.attn1.to_out.0.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.9.attn1.to_out.0.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.9.attn1.to_q.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.9.attn1.to_q.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.9.attn1.to_v.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.9.attn1.to_v.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.9.ff.net.0.proj.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.9.ff.net.0.proj.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.9.ff.net.2.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.9.ff.net.2.weight": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.9.norm1.linear.bias": "model-00002-of-00002.safetensors", + "action_head.model.transformer_blocks.9.norm1.linear.weight": "model-00002-of-00002.safetensors", + "action_head.position_embedding.weight": "model-00002-of-00002.safetensors", + "action_head.state_encoder.layer1.W": "model-00002-of-00002.safetensors", + "action_head.state_encoder.layer1.b": "model-00002-of-00002.safetensors", + "action_head.state_encoder.layer2.W": "model-00002-of-00002.safetensors", + "action_head.state_encoder.layer2.b": "model-00002-of-00002.safetensors", + "action_head.vlln.bias": "model-00002-of-00002.safetensors", + "action_head.vlln.weight": "model-00002-of-00002.safetensors", + "backbone.model.language_model.lm_head.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.embed_tokens.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.0.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.0.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.0.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.0.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.0.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.0.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.1.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.1.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.1.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.1.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.1.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.1.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.10.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.10.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.10.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.10.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.10.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.10.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.11.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.11.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.11.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.11.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.11.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.11.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.12.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.12.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.12.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.12.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.12.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.12.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.13.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.13.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.13.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.13.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.13.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.13.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.14.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.14.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.14.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.14.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.14.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.14.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.15.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.15.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.15.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.15.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.15.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.15.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.2.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.2.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.2.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.2.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.2.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.2.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.3.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.3.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.3.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.3.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.3.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.3.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.4.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.4.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.4.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.4.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.4.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.4.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.5.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.5.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.5.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.5.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.5.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.5.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.6.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.6.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.6.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.6.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.6.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.6.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.7.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.7.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.7.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.7.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.7.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.7.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.8.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.8.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.8.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.8.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.8.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.8.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.9.mlp.down_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.9.mlp.gate_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.9.mlp.up_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.9.self_attn.k_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.9.self_attn.o_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.9.self_attn.q_norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.language_model.model.norm.weight": "model-00001-of-00002.safetensors", + "backbone.model.mlp1.0.bias": "model-00001-of-00002.safetensors", + "backbone.model.mlp1.0.weight": "model-00001-of-00002.safetensors", + "backbone.model.mlp1.1.bias": "model-00001-of-00002.safetensors", + "backbone.model.mlp1.1.weight": "model-00001-of-00002.safetensors", + "backbone.model.mlp1.3.bias": "model-00001-of-00002.safetensors", + "backbone.model.mlp1.3.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.embeddings.patch_embedding.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.embeddings.patch_embedding.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.embeddings.position_embedding.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.0.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.1.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.10.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.11.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.12.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.13.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.14.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.15.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.16.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.17.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.18.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.19.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.2.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.20.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.21.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.22.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.23.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.24.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.25.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.26.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.3.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.4.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.5.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.6.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.7.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.8.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.layer_norm1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.layer_norm1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.layer_norm2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.layer_norm2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.self_attn.k_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.self_attn.k_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.self_attn.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.self_attn.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.self_attn.q_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.self_attn.q_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.self_attn.v_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.encoder.layers.9.self_attn.v_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.head.attention.in_proj_bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.head.attention.in_proj_weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.head.attention.out_proj.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.head.attention.out_proj.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.head.layernorm.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.head.layernorm.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.head.mlp.fc1.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.head.mlp.fc1.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.head.mlp.fc2.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.head.mlp.fc2.weight": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.head.probe": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.post_layernorm.bias": "model-00001-of-00002.safetensors", + "backbone.model.vision_model.vision_model.post_layernorm.weight": "model-00001-of-00002.safetensors" + } +} diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/openloop_eval_summary.json b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/openloop_eval_summary.json new file mode 100644 index 0000000000000000000000000000000000000000..9163e44c8c8e055e80d10d1d293fa9250e940338 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/openloop_eval_summary.json @@ -0,0 +1,82 @@ +{ + "dataset_path": "/hfm/data/real_teleop_g1/lerobot/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward", + "episode_slots": [ + 0, + 1 + ], + "evaluated_episodes": [ + 0, + 1 + ], + "samples": 2, + "first_frame_l1": { + "left_hand": [ + 0.07034747302532196, + 0.015403568744659424, + 0.02102065086364746, + 0.0, + 0.02663065493106842, + 0.0, + 0.042267702519893646 + ], + "right_hand": [ + 0.03497052192687988, + 0.021196693181991577, + 0.015848100185394287, + 0.046609461307525635, + 0.09788846224546432, + 0.0013869238318875432, + 0.03425165265798569 + ], + "left_arm": [ + 0.047714412212371826, + 0.023432567715644836, + 0.01398124173283577, + 0.0059877485036849976, + 0.043400369584560394, + 0.0496959425508976, + 0.05396580696105957 + ], + "right_arm": [ + 0.014340952038764954, + 0.04044799506664276, + 0.0281422957777977, + 0.03413500264286995, + 0.06819961220026016, + 0.08551736176013947, + 0.018471568822860718 + ], + "rpy": [ + 0.012937198393046856, + 0.04779314249753952, + 0.03802592307329178 + ], + "height": [ + 0.0057329535484313965 + ], + "torso_vx": [ + 0.0003417968691792339 + ], + "torso_vy": [ + 0.00048828125 + ], + "torso_vyaw": [ + 0.0 + ], + "target_yaw": [ + 0.003753906348720193 + ] + }, + "full_horizon_l1": { + "left_hand": 0.02401271941406386, + "right_hand": 0.03394014175449099, + "left_arm": 0.03508638058389936, + "right_arm": 0.047939143010548184, + "rpy": 0.03060765688618024, + "height": 0.007748669013381004, + "torso_vx": 0.0025674819480627775, + "torso_vy": 0.00030517578125, + "torso_vyaw": 9.1552734375e-05, + "target_yaw": 0.013842529384419322 + } +} \ No newline at end of file diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/processor/embodiment_id.json b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/processor/embodiment_id.json new file mode 100644 index 0000000000000000000000000000000000000000..d4f0f23e82d90bc4ed1fa9ace218e7b1eca184ef --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/processor/embodiment_id.json @@ -0,0 +1,14 @@ +{ + "robocasa_panda_omron": 13, + "gr1": 20, + "behavior_r1_pro": 24, + "unitree_g1": 8, + "oxe_google": 0, + "oxe_widowx": 1, + "libero_panda": 2, + "new_embodiment": 10, + "g1_ee_a16": 10, + "h1_ee_a16": 11, + "g1_upper_a16": 10, + "g1_loco_downstream": 10 +} \ No newline at end of file diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/processor/processor_config.json b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/processor/processor_config.json new file mode 100644 index 0000000000000000000000000000000000000000..c45c5cca06311576dcb5bf04e2b69eca0410b175 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/processor/processor_config.json @@ -0,0 +1,650 @@ +{ + "processor_class": "Gr00tN1d6Processor", + "processor_kwargs": { + "modality_configs": { + "behavior_r1_pro": { + "video": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "observation.images.rgb.head_256_256", + "observation.images.rgb.left_wrist_256_256", + "observation.images.rgb.right_wrist_256_256" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": null + }, + "state": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "robot_pos", + "robot_ori_cos", + "robot_ori_sin", + "robot_2d_ori", + "robot_2d_ori_cos", + "robot_2d_ori_sin", + "robot_lin_vel", + "robot_ang_vel", + "arm_left_qpos", + "arm_left_qpos_sin", + "arm_left_qpos_cos", + "eef_left_pos", + "eef_left_quat", + "gripper_left_qpos", + "arm_right_qpos", + "arm_right_qpos_sin", + "arm_right_qpos_cos", + "eef_right_pos", + "eef_right_quat", + "gripper_right_qpos", + "trunk_qpos" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": null + }, + "action": { + "delta_indices": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31 + ], + "modality_keys": [ + "base", + "torso", + "left_arm", + "left_gripper", + "right_arm", + "right_gripper" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": [ + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "RELATIVE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": "trunk_qpos" + }, + { + "rep": "RELATIVE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": "arm_left_qpos" + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "RELATIVE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": "arm_right_qpos" + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + } + ] + }, + "language": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "annotation.human.coarse_action" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": null + } + }, + "gr1": { + "video": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "ego_view_bg_crop_pad_res256_freq20" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": null + }, + "state": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "left_arm", + "right_arm", + "left_hand", + "right_hand", + "waist" + ], + "sin_cos_embedding_keys": [ + "left_arm", + "right_arm", + "left_hand", + "right_hand", + "waist" + ], + "mean_std_embedding_keys": null, + "action_configs": null + }, + "action": { + "delta_indices": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ], + "modality_keys": [ + "left_arm", + "right_arm", + "left_hand", + "right_hand", + "waist" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": [ + { + "rep": "RELATIVE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "RELATIVE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "RELATIVE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "RELATIVE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + } + ] + }, + "language": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "task" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": null + } + }, + "robocasa_panda_omron": { + "video": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "res256_image_side_0", + "res256_image_side_1", + "res256_image_wrist_0" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": null + }, + "state": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "end_effector_position_relative", + "end_effector_rotation_relative", + "gripper_qpos", + "base_position", + "base_rotation" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": null + }, + "action": { + "delta_indices": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ], + "modality_keys": [ + "end_effector_position", + "end_effector_rotation", + "gripper_close", + "base_motion", + "control_mode" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": [ + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + } + ] + }, + "language": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "annotation.human.action.task_description" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": null + } + }, + "new_embodiment": { + "video": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "rs_view" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": null + }, + "state": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "left_hand", + "right_hand", + "left_arm", + "right_arm", + "rpy", + "height" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": null + }, + "action": { + "delta_indices": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ], + "modality_keys": [ + "left_hand", + "right_hand", + "left_arm", + "right_arm", + "rpy", + "height", + "torso_vx", + "torso_vy", + "torso_vyaw", + "target_yaw" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": [ + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + } + ] + }, + "language": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "annotation.human.task_description" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": null + } + }, + "g1_loco_downstream": { + "video": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "rs_view" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": null + }, + "state": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "left_hand", + "right_hand", + "left_arm", + "right_arm", + "rpy", + "height" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": null + }, + "action": { + "delta_indices": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ], + "modality_keys": [ + "left_hand", + "right_hand", + "left_arm", + "right_arm", + "rpy", + "height", + "torso_vx", + "torso_vy", + "torso_vyaw", + "target_yaw" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": [ + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + }, + { + "rep": "ABSOLUTE", + "type": "NON_EEF", + "format": "DEFAULT", + "state_key": null + } + ] + }, + "language": { + "delta_indices": [ + 0 + ], + "modality_keys": [ + "annotation.human.task_description" + ], + "sin_cos_embedding_keys": null, + "mean_std_embedding_keys": null, + "action_configs": null + } + } + }, + "image_crop_size": null, + "image_target_size": null, + "use_albumentations": true, + "random_rotation_angle": null, + "color_jitter_params": { + "brightness": 0.3, + "contrast": 0.4, + "saturation": 0.5, + "hue": 0.08 + }, + "shortest_image_edge": 256, + "crop_fraction": 0.95, + "model_name": "nvidia/Eagle-Block2A-2B-v2", + "model_type": "eagle", + "formalize_language": true, + "max_state_dim": 128, + "max_action_dim": 128, + "max_action_horizon": 50, + "use_percentiles": false, + "clip_outliers": true, + "apply_sincos_state_encoding": true, + "use_relative_action": true + } +} \ No newline at end of file diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/processor/statistics.json b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/processor/statistics.json new file mode 100644 index 0000000000000000000000000000000000000000..c400c0d10c6f0df1d1bbc9a7a3e642442b021b84 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/processor/statistics.json @@ -0,0 +1,11076 @@ +{ + "behavior_r1_pro": { + "state": { + "robot_pos": { + "min": [ + -15.878335952758789, + -4.874791622161865, + -0.0030556470155715942 + ], + "max": [ + 28.783069610595703, + 25.5261173248291, + 0.03920263051986694 + ], + "mean": [ + 8.377509353981011, + 3.5519228390967257, + 0.005352396491811134 + ], + "std": [ + 9.333495189323855, + 6.293349382128611, + 0.002169489814694542 + ], + "q01": [ + -15.627003288269043, + -3.923245668411255, + 0.00464746356010437 + ], + "q99": [ + 28.161231212615963, + 25.433036193847656, + 0.019137874245643616 + ] + }, + "robot_ori_cos": { + "min": [ + 0.9964054226875305, + 0.9807400703430176, + -1.0 + ], + "max": [ + 1.0, + 1.0, + 1.0 + ], + "mean": [ + 0.9999999103013197, + 0.9999999012025106, + -0.04432371966161217 + ], + "std": [ + 1.0955394108707479e-05, + 1.5141053684175453e-05, + 0.7159057916231842 + ], + "q01": [ + 0.9996431469917297, + 0.9996242523193359, + -0.9999993443489075 + ], + "q99": [ + 0.9999995827674866, + 0.9999999403953552, + 0.9999995231628418 + ] + }, + "robot_ori_sin": { + "min": [ + -0.08471290022134781, + -0.0467030331492424, + -1.0 + ], + "max": [ + 0.03247667849063873, + 0.1953173577785492, + 1.0 + ], + "mean": [ + -0.0014819139726979956, + 0.0011138110099060865, + -0.1747246084485246 + ], + "std": [ + 0.0010692286968725616, + 0.0011352230347134887, + 0.6740228681643635 + ], + "q01": [ + -0.026712577790021896, + -0.027393728494644165, + -0.9999995827674866 + ], + "q99": [ + 0.023761406727135177, + 0.015501312464475616, + 0.9999998211860657 + ] + }, + "robot_2d_ori": { + "min": [ + -3.1415927410125732 + ], + "max": [ + 3.1415927410125732 + ], + "mean": [ + -0.34116709549670976 + ], + "std": [ + 1.8744272700649074 + ], + "q01": [ + -3.139659881591797 + ], + "q99": [ + 3.1393938064575195 + ] + }, + "robot_2d_ori_cos": { + "min": [ + -1.0 + ], + "max": [ + 1.0 + ], + "mean": [ + -0.04432376387887985 + ], + "std": [ + 0.7159057729093367 + ], + "q01": [ + -0.9999993443489075 + ], + "q99": [ + 0.9999995231628418 + ] + }, + "robot_2d_ori_sin": { + "min": [ + -1.0 + ], + "max": [ + 1.0 + ], + "mean": [ + -0.1747246006771579 + ], + "std": [ + 0.6740228728055352 + ], + "q01": [ + -0.9999995827674866 + ], + "q99": [ + 0.9999998211860657 + ] + }, + "robot_lin_vel": { + "min": [ + -0.32111313939094543, + -0.3024478554725647, + -0.338993102312088 + ], + "max": [ + 0.2888447046279907, + 0.29485562443733215, + 0.27627527713775635 + ], + "mean": [ + 0.0008032824331051274, + -0.000851410695872969, + -0.014532478391340347 + ], + "std": [ + 0.04011179386851422, + 0.03532797622061294, + 0.010790340283590575 + ], + "q01": [ + -0.1382001194357872, + -0.13443224787712096, + -0.05219040531665087 + ], + "q99": [ + 0.13666878938674926, + 0.13471105083823204, + 0.005502225868403539 + ] + }, + "robot_ang_vel": { + "min": [ + -1.5866682529449463, + -1.7150360345840454, + -0.04071682691574097 + ], + "max": [ + 1.6171817779541016, + 1.5271120071411133, + 0.024320760741829872 + ], + "mean": [ + 0.004609276467004075, + 0.004284130662207927, + -5.683130788171653e-05 + ], + "std": [ + 0.18832387264077133, + 0.2137817785121968, + 0.0008538363202659394 + ], + "q01": [ + -0.7182695555686951, + -0.736412662267685, + -0.008470569178462029 + ], + "q99": [ + 0.7163371068239212, + 0.7284575819969177, + 0.008367371931672096 + ] + }, + "arm_left_qpos": { + "min": [ + -3.3108322620391846, + -0.17451578378677368, + -2.3561959266662598, + -1.7452956438064575, + -2.3561980724334717, + -1.0472002029418945, + -1.5708036422729492 + ], + "max": [ + 0.5505963563919067, + 3.0216875076293945, + 2.356196165084839, + 0.16950564086437225, + 2.3564183712005615, + 1.0471999645233154, + 1.57080078125 + ], + "mean": [ + -0.44064831753394845, + 0.044810599293520874, + -0.09667299499241816, + -0.6179559573275901, + 0.37324754543867494, + 0.16138558929363642, + -0.04477622658352863 + ], + "std": [ + 0.4374789217045343, + 0.16097317375158413, + 0.4566687142938444, + 0.5212846522479491, + 0.5669997492408592, + 0.5223829217451378, + 0.5210728198228 + ], + "q01": [ + -2.61892716884613, + -0.17450003325939178, + -2.296152515411377, + -1.6367655992507935, + -1.6587732124328614, + -1.04719078540802, + -1.5708000659942627 + ], + "q99": [ + 0.5170108753442764, + 0.8608633208274836, + 1.9160030841827416, + 0.09510957151651382, + 2.3561954498291016, + 1.0471981763839722, + 1.570236325263977 + ] + }, + "arm_left_qpos_sin": { + "min": [ + -1.0, + -0.17363129556179047, + -1.0, + -1.0, + -1.0, + -0.8660266995429993, + -1.0 + ], + "max": [ + 0.5231955647468567, + 1.0, + 1.0, + 0.1686950922012329, + 1.0, + 0.8660265803337097, + 1.0 + ], + "mean": [ + -0.3788414888506152, + 0.043208541825812886, + -0.07497595954692522, + -0.49673881006309, + 0.2950975242538935, + 0.13821974557859906, + -0.023564394694352786 + ], + "std": [ + 0.33500504759538763, + 0.1550813208035862, + 0.35555302155891993, + 0.3650771441344372, + 0.394534724671373, + 0.4671246774437793, + 0.4220550333326586 + ], + "q01": [ + -0.9998769760131836, + -0.17361578345298767, + -0.9997559851408004, + -0.999994695186615, + -0.9991854596138, + -0.866021990776062, + -1.0 + ], + "q99": [ + 0.49428389251232147, + 0.7477953410148599, + 0.9990536546707154, + 0.0949662446975708, + 0.9998820424079895, + 0.8660256862640381, + 0.9999998211860657 + ] + }, + "arm_left_qpos_cos": { + "min": [ + -1.0, + -0.9928199648857117, + -0.7071079611778259, + -0.17361508309841156, + -0.7072650790214539, + 0.49999770522117615, + -7.315477887459565e-06 + ], + "max": [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + "mean": [ + 0.8307857834306867, + 0.9920001827094036, + 0.9118657948785598, + 0.7166911882650612, + 0.810864158310747, + 0.8620206050389164, + 0.8824085596125505 + ], + "std": [ + 0.24568417534984152, + 0.03566746717075397, + 0.21956918727934097, + 0.33274636593381524, + 0.32686230999243526, + 0.1594220496831616, + 0.2283688098196029 + ], + "q01": [ + -0.866491652727127, + 0.6517829716205596, + -0.6634020233154296, + -0.06592143326997757, + -0.7071074843406677, + 0.499999463558197, + -3.739199428309803e-06 + ], + "q99": [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ] + }, + "eef_left_pos": { + "min": [ + -0.29318809509277344, + -0.2712371051311493, + 0.002660512924194336 + ], + "max": [ + 1.213043212890625, + 1.040291666984558, + 2.0455143451690674 + ], + "mean": [ + 0.5160713621676302, + 0.2474851475100056, + 0.6836650939637079 + ], + "std": [ + 0.21588456124837183, + 0.12222884073343476, + 0.27805653079791637 + ], + "q01": [ + -0.1094246196746826, + -0.1754944610595703, + 0.02435866668820381 + ], + "q99": [ + 1.0699838256835932, + 0.7893409729003906, + 1.8705657005310052 + ] + }, + "eef_left_quat": { + "min": [ + -0.8588797450065613, + -0.8650590181350708, + -0.841005265712738, + -0.5 + ], + "max": [ + 0.9999929666519165, + 1.0, + 0.9845409393310547, + 0.9617436528205872 + ], + "mean": [ + -0.0663535199862692, + 0.8611118942418127, + -0.06413671264087122, + 0.3115006830960212 + ], + "std": [ + 0.1792821484038788, + 0.19792752849522144, + 0.217055016999389, + 0.20829947525926978 + ], + "q01": [ + -0.6571075320243835, + -0.6516380822658538, + -0.6857465314865112, + -0.48287599831819533 + ], + "q99": [ + 0.7483707463741305, + 0.9999786615371704, + 0.8158004015684127, + 0.8217956781387328 + ] + }, + "gripper_left_qpos": { + "min": [ + 0.0, + 0.0 + ], + "max": [ + 0.05000000074505806, + 0.05000000074505806 + ], + "mean": [ + 0.04408877553139796, + 0.038755202861951284 + ], + "std": [ + 0.011461306769436432, + 0.0185620058519011 + ], + "q01": [ + 6.05472345682756e-08, + 3.996996369437511e-08 + ], + "q99": [ + 0.05000000074505806, + 0.05000000074505806 + ] + }, + "arm_right_qpos": { + "min": [ + -3.206026315689087, + -3.005096912384033, + -2.356199026107788, + -1.7454899549484253, + -2.356196403503418, + -1.0471998453140259, + -1.570801854133606 + ], + "max": [ + 0.4984091520309448, + 0.17452052235603333, + 2.3561978340148926, + 0.34479665756225586, + 2.3562169075012207, + 1.047200083732605, + 1.8344576358795166 + ], + "mean": [ + -0.4926937303094319, + -0.05746068854244716, + 0.060067987430524196, + -0.6359656591353143, + -0.23591194814488878, + 0.16645281122902053, + 0.048392212598411546 + ], + "std": [ + 0.41749482222866613, + 0.17047468677090685, + 0.397533469770515, + 0.5381004499965083, + 0.5435909518022447, + 0.5310344433737345, + 0.4777509105093705 + ], + "q01": [ + -2.4307329654693604, + -2.4881052446365355, + -1.6894862282276153, + -1.6293303966522217, + -2.309690005779266, + -1.0450544357299805, + -1.5708000659942627 + ], + "q99": [ + 0.39554643869400025, + 0.17450003325939178, + 2.2048466110229525, + 0.0855640336126089, + 1.774828751087189, + 1.0471981763839722, + 1.567148299217224 + ] + }, + "arm_right_qpos_sin": { + "min": [ + -1.0, + -1.0, + -1.0, + -1.0, + -1.0, + -0.8660265207290649, + -1.0 + ], + "max": [ + 0.4780288338661194, + 0.17363595962524414, + 1.0, + 0.33800530433654785, + 1.0, + 0.8660266399383545, + 1.0 + ], + "mean": [ + -0.4264371317264002, + -0.05465836284551001, + 0.05346223672976269, + -0.5054683183348891, + -0.1918360835051923, + 0.14340329014491734, + 0.0357940903426538 + ], + "std": [ + 0.31494887556161716, + 0.1549590719500001, + 0.34120127397829, + 0.3770451917413771, + 0.4156889711075758, + 0.4753151693382749, + 0.4020068446524755 + ], + "q01": [ + -0.9999332284927368, + -0.9014628958702088, + -0.9949211800098419, + -0.9999994039535522, + -0.9999218583106995, + -0.8649518489837646, + -1.0 + ], + "q99": [ + 0.3853125, + 0.17361578345298767, + 0.9979434013366699, + 0.0854596658796072, + 0.9979422092437744, + 0.8660256862640381, + 0.9999933242797852 + ] + }, + "arm_right_qpos_cos": { + "min": [ + -1.0, + -0.9906989336013794, + -0.7071099877357483, + -0.17380644381046295, + -0.7071226239204407, + 0.4999977946281433, + -0.26061707735061646 + ], + "max": [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 1.0 + ], + "mean": [ + 0.8152685176486311, + 0.9903730380535329, + 0.9322938999891098, + 0.6996053660469064, + 0.8519093439110083, + 0.8568433553286315, + 0.9001080903351859 + ], + "std": [ + 0.2440489014640611, + 0.05598231053460137, + 0.15457119672371283, + 0.3419510653279641, + 0.2698112779261797, + 0.15797425577490556, + 0.19258703108145175 + ], + "q01": [ + -0.7578012096881866, + -0.7939684128761292, + -0.5924126744270325, + -0.05850065127015114, + -0.6734705185890197, + 0.499999463558197, + -3.739199428309803e-06 + ], + "q99": [ + 1.0, + 1.0, + 1.0, + 1.0, + 1.0, + 0.9999990463256836, + 1.0 + ] + }, + "eef_right_pos": { + "min": [ + -0.3725128173828125, + -1.0382061004638672, + -0.0025070905685424805 + ], + "max": [ + 1.2326364517211914, + 0.26436495780944824, + 2.054759979248047 + ], + "mean": [ + 0.5586481590001344, + -0.2622612647007511, + 0.7113525060273301 + ], + "std": [ + 0.20198244627461825, + 0.12248826183145507, + 0.2887044106083767 + ], + "q01": [ + -0.1481202507019043, + -0.8345400273799897, + 0.03438965082168579 + ], + "q99": [ + 1.0937080383300781, + 0.16088378429412842, + 1.8588311290740953 + ] + }, + "eef_right_quat": { + "min": [ + -0.8496482968330383, + -0.8658974170684814, + -0.846491813659668, + -0.4999993145465851 + ], + "max": [ + 0.9998801350593567, + 1.0, + 0.9662613272666931, + 0.995110034942627 + ], + "mean": [ + 0.039308256893455434, + 0.8539108747307287, + 0.056494809508991245, + 0.3574470248038774 + ], + "std": [ + 0.1916118436369245, + 0.16095139520309862, + 0.20996628055737465, + 0.19794763260100237 + ], + "q01": [ + -0.6425015807151795, + -0.6397820979356765, + -0.7292706942558289, + -0.4441394343972206 + ], + "q99": [ + 0.7494055771827697, + 0.999978244304657, + 0.7843276864290237, + 0.8603697574138641 + ] + }, + "gripper_right_qpos": { + "min": [ + 0.0, + 0.0 + ], + "max": [ + 0.05000000074505806, + 0.05000000074505806 + ], + "mean": [ + 0.042431414878741636, + 0.03511908840165952 + ], + "std": [ + 0.013046067439518791, + 0.020962884347955166 + ], + "q01": [ + 3.4630564726967345e-08, + 3.8812980704960864e-08 + ], + "q99": [ + 0.05000000074505806, + 0.05000000074505806 + ] + }, + "trunk_qpos": { + "min": [ + 0.39582502841949463, + -2.5926384925842285, + -1.8325999975204468, + -0.05102548748254776 + ], + "max": [ + 1.7358886003494263, + -0.389108270406723, + 0.9993085265159607, + 0.05344555154442787 + ], + "mean": [ + 0.9366095621998883, + -1.2823185893959783, + -0.5011695937647738, + 3.913945759378729e-06 + ], + "std": [ + 0.43196813242852095, + 0.7831734764485765, + 0.4368973790125537, + 0.00010470719164436558 + ], + "q01": [ + 0.4483729898929596, + -2.5616512298583984, + -1.8321523666381836, + -0.0005037983693182468 + ], + "q99": [ + 1.7193808555603027, + -0.3973461839556694, + 0.20211271822452498, + 0.0005197289166972034 + ] + } + }, + "action": { + "base": { + "min": [ + -0.673821747303009, + -0.6999999284744263, + -0.2999999523162842 + ], + "max": [ + 0.6999999284744263, + 0.6999999284744263, + 0.2999999523162842 + ], + "mean": [ + 0.05084607777228721, + 0.00111014798191818, + -0.0013838868892303525 + ], + "std": [ + 0.1371181311520449, + 0.0798706897676514, + 0.12355546319380939 + ], + "q01": [ + -0.3463053089380264, + -0.3254044193029404, + -0.2999999523162842 + ], + "q99": [ + 0.6886031532287594, + 0.33666460305452345, + 0.2999999523162842 + ] + }, + "torso": { + "min": [ + 0.44999998807907104, + -2.569999933242798, + -1.8325998783111572, + 0.0 + ], + "max": [ + 1.7350000143051147, + -0.4000000059604645, + 0.9987771511077881, + 0.0 + ], + "mean": [ + 0.936657014192599, + -1.2827422389577594, + -0.50206172463222, + 0.0 + ], + "std": [ + 0.4318532444497278, + 0.7828503729922744, + 0.4368196001658461, + 0.0 + ], + "q01": [ + 0.44999998807907104, + -2.561833381652832, + -1.8325998783111572, + 0.0 + ], + "q99": [ + 1.7192498445510864, + -0.4000000059604645, + 0.20169466733932495, + 0.0 + ] + }, + "left_arm": { + "min": [ + -3.3110010623931885, + -0.1745000034570694, + -2.3561956882476807, + -1.7452999353408813, + -2.3561956882476807, + -1.0471980571746826, + -1.5707999467849731 + ], + "max": [ + 0.5806917548179626, + 3.021942138671875, + 2.3561956882476807, + 0.12184079736471176, + 2.3561956882476807, + 1.0471980571746826, + 1.5707999467849731 + ], + "mean": [ + -0.44110921936603625, + 0.04491655578480166, + -0.0976132908956639, + -0.6182894275563255, + 0.3763169243819355, + 0.1624361606973807, + -0.0436291661086176 + ], + "std": [ + 0.437611261724098, + 0.16111713041291512, + 0.4591176604028236, + 0.5214576489813111, + 0.5691707668520373, + 0.5249085197149451, + 0.5238422958722031 + ], + "q01": [ + -2.620039224624634, + -0.1745000034570694, + -2.3040503668785095, + -1.6367605924606323, + -1.665941891670227, + -1.0471980571746826, + -1.5707999467849731 + ], + "q99": [ + 0.5169792175292969, + 0.8615447556972479, + 1.9226860141754163, + 0.0951068103313446, + 2.3561956882476807, + 1.0471980571746826, + 1.5707999467849731 + ] + }, + "left_gripper": { + "min": [ + -1.0 + ], + "max": [ + 1.0 + ], + "mean": [ + 0.3815468524085131 + ], + "std": [ + 0.9251173556094313 + ], + "q01": [ + -1.0 + ], + "q99": [ + 1.0 + ] + }, + "right_arm": { + "min": [ + -3.206321954727173, + -3.005068302154541, + -2.3561956882476807, + -1.7452999353408813, + -2.3561956882476807, + -1.0471980571746826, + -1.5707999467849731 + ], + "max": [ + 0.4816270172595978, + 0.1745000034570694, + 2.3561956882476807, + 0.3490999639034271, + 2.3561956882476807, + 1.0471980571746826, + 1.5707999467849731 + ], + "mean": [ + -0.4933116890547536, + -0.05757132018400602, + 0.06077442956430074, + -0.6361423087559954, + -0.23828185231898744, + 0.1673062246267989, + 0.04782145716375659 + ], + "std": [ + 0.41754124847622937, + 0.1706010252887335, + 0.39985703299076597, + 0.5386661425158871, + 0.5466381748517407, + 0.533557130358621, + 0.48047503384252793 + ], + "q01": [ + -2.435723581314087, + -2.48811674118042, + -1.6904468536376953, + -1.6290875673294067, + -2.314507775306702, + -1.0471980571746826, + -1.5707999467849731 + ], + "q99": [ + 0.3957670032978058, + 0.1745000034570694, + 2.210490617752077, + 0.08743690699338913, + 1.770844707489017, + 1.0471980571746826, + 1.5707999467849731 + ] + }, + "right_gripper": { + "min": [ + -1.0 + ], + "max": [ + 1.0 + ], + "mean": [ + 0.25243926359417473 + ], + "std": [ + 0.9677173384029119 + ], + "q01": [ + -1.0 + ], + "q99": [ + 1.0 + ] + } + }, + "relative_action": { + "left_arm": { + "min": [ + [ + -0.997752845287323, + -0.3958113044500351, + -0.7332055568695068, + -1.4228347167372704, + -1.586839571595192, + -1.3559619188308716, + -2.314941704273224 + ], + [ + -1.0034335851669312, + -0.40893562138080597, + -0.7517350316047668, + -1.4660160932689905, + -1.5861172527074814, + -1.3656324744224548, + -2.3205625414848328 + ], + [ + -1.0091137290000916, + -0.5375223755836487, + -0.8195391595363617, + -1.5024737510830164, + -1.5865084379911423, + -1.3726775646209717, + -2.3261601328849792 + ], + [ + -1.0147951543331146, + -0.7229288518428802, + -0.886341005563736, + -1.5258067045360804, + -1.587491750717163, + -1.3790714740753174, + -2.331751048564911 + ], + [ + -1.0204739570617676, + -0.8476445972919464, + -0.9876070618629456, + -1.540739694610238, + -1.5895655155181885, + -1.385416865348816, + -2.337340533733368 + ], + [ + -1.0500553250312805, + -0.9306584298610687, + -1.0975277423858643, + -1.5502968225628138, + -1.5955830812454224, + -1.3918101787567139, + -2.342930018901825 + ], + [ + -1.163932204246521, + -1.0014683902263641, + -1.2590898275375366, + -1.5561347398906946, + -1.6629566252231598, + -1.3982658386230469, + -2.3485122323036194 + ], + [ + -1.2344524264335632, + -1.0709741413593292, + -1.3771833181381226, + -1.5614807475358248, + -1.7650106102228165, + -1.4048137068748474, + -2.354092299938202 + ], + [ + -1.2824132442474365, + -1.150385707616806, + -1.418223261833191, + -1.5669458471238613, + -1.8503664135932922, + -1.4207874536514282, + -2.359671175479889 + ], + [ + -1.3529334664344788, + -1.1989533603191376, + -1.4496347904205322, + -1.5723719941452146, + -1.968759000301361, + -1.4434602856636047, + -2.365239441394806 + ], + [ + -1.4335040971636772, + -1.2473014295101166, + -1.504702866077423, + -1.5775016658008099, + -2.0454367995262146, + -1.497969627380371, + -2.3707833886146545 + ], + [ + -1.497478000819683, + -1.293179526925087, + -1.6119202375411987, + -1.5826296722516418, + -2.084663450717926, + -1.5473410487174988, + -2.376343548297882 + ], + [ + -1.5517723001539707, + -1.3114978224039078, + -1.7065939903259277, + -1.58784143300727, + -2.114568531513214, + -1.594035029411316, + -2.3819066882133484 + ], + [ + -1.6342823430895805, + -1.3297917991876602, + -1.7760422229766846, + -1.593679350335151, + -2.1348535418510437, + -1.630222201347351, + -2.3938499689102173 + ], + [ + -1.6885766424238682, + -1.3387551456689835, + -1.8312852382659912, + -1.5936605823226273, + -2.1634854674339294, + -1.6727731227874756, + -2.402282476425171 + ], + [ + -1.7139583341777325, + -1.3387551456689835, + -1.8709232211112976, + -1.5936603606678545, + -2.198754608631134, + -1.7089602947235107, + -2.40790331363678 + ], + [ + -1.7474306719377637, + -1.3387551456689835, + -1.8916627168655396, + -1.5936602046713233, + -2.2300427556037903, + -1.7422797679901123, + -2.4135009050369263 + ], + [ + -1.7639322178438306, + -1.3387551456689835, + -1.9373923242092133, + -1.5966984406113625, + -2.265427887439728, + -1.7923739552497864, + -2.419091820716858 + ], + [ + -1.779032427817583, + -1.3387551456689835, + -1.9916984140872955, + -1.5978786125779152, + -2.295332968235016, + -1.861717402935028, + -2.424681305885315 + ], + [ + -1.7848996706306934, + -1.3709536790847778, + -2.0462610200047493, + -1.5993824454490095, + -2.3194939494132996, + -1.9203924536705017, + -2.430270791053772 + ], + [ + -1.7933485098183155, + -1.4062365293502808, + -2.109062857925892, + -1.5995981830637902, + -2.343884289264679, + -1.9758113026618958, + -2.4358530044555664 + ], + [ + -1.8067792057991028, + -1.4318740367889404, + -2.154929667711258, + -1.6053896322846413, + -2.4117966890335083, + -2.015077769756317, + -2.441433072090149 + ], + [ + -1.839739814400673, + -1.4629629850387573, + -2.213408980052918, + -1.6090867891907692, + -2.456482172012329, + -2.03894704580307, + -2.447011947631836 + ], + [ + -1.8660464733839035, + -1.4866853952407837, + -2.259573109447956, + -1.614410676062107, + -2.490067958831787, + -2.051995277404785, + -2.4721572399139404 + ], + [ + -1.890480563044548, + -1.5025921538472176, + -2.293810434639454, + -1.616303600370884, + -2.5259942412376404, + -2.0591602325439453, + -2.4868974685668945 + ], + [ + -1.9061208218336105, + -1.5186362639069557, + -2.326630659401417, + -1.619029439985752, + -2.572178542613983, + -2.0641900300979614, + -2.5106950998306274 + ], + [ + -1.9161089658737183, + -1.533745564520359, + -2.346960850059986, + -1.6210776939988136, + -2.620660424232483, + -2.0677136182785034, + -2.5303961038589478 + ], + [ + -1.9252651929855347, + -1.5469973962754011, + -2.365190267562866, + -1.623191513121128, + -2.680773913860321, + -2.0723377466201782, + -2.5470060110092163 + ], + [ + -1.9381507486104965, + -1.5611521378159523, + -2.3724575862288475, + -1.6250238865613937, + -2.7299404740333557, + -2.0727533102035522, + -2.558198571205139 + ], + [ + -1.946475401520729, + -1.5744039695709944, + -2.3793404921889305, + -1.6255219131708145, + -2.7635262608528137, + -2.0727533102035522, + -2.5740851163864136 + ], + [ + -1.9515115171670914, + -1.5854400768876076, + -2.3828645572066307, + -1.6260133311152458, + -2.8386014699935913, + -2.0753005743026733, + -2.5826919078826904 + ], + [ + -1.9532166868448257, + -1.5986919086426497, + -2.386074833571911, + -1.6264569088816643, + -2.8972833156585693, + -2.0839775800704956, + -2.6126683950424194 + ] + ], + "max": [ + [ + 1.0669727623462677, + 0.9484425857663155, + 1.0950435101985931, + 1.2021992970257998, + 1.3884141445159912, + 1.608982503414154, + 1.4833613965736276 + ], + [ + 1.0669573247432709, + 0.9482506960630417, + 1.0949791967868805, + 1.2077287007123232, + 1.388249397277832, + 1.6170933842658997, + 1.3906452655792236 + ], + [ + 1.0669780671596527, + 0.948251836001873, + 1.0949744284152985, + 1.2132584620267153, + 1.3882359862327576, + 1.6238858699798584, + 1.555236577987671 + ], + [ + 1.0669749677181244, + 0.9482506811618805, + 1.0949859917163849, + 1.2187524605542421, + 1.3882350325584412, + 1.6336724758148193, + 1.677226483821869 + ], + [ + 1.0669197738170624, + 0.9482514336705208, + 1.1322687268257141, + 1.2242285776883364, + 1.3889169991016388, + 1.639348328113556, + 1.8060536980628967 + ], + [ + 1.0669170916080475, + 0.9482519552111626, + 1.410931646823883, + 1.2372132241725922, + 1.4918879270553589, + 1.662769079208374, + 1.8643245697021484 + ], + [ + 1.0668952763080597, + 0.9482454732060432, + 1.4669503271579742, + 1.3257556054741144, + 1.5334960371255875, + 1.6728941202163696, + 1.8878414630889893 + ], + [ + 1.0941869020462036, + 0.9479417875409126, + 1.523007094860077, + 1.4056907966732979, + 1.5683319866657257, + 1.6872605085372925, + 1.9468960165977478 + ], + [ + 1.175170887261629, + 0.9477444589138031, + 1.579025775194168, + 1.4807198122143745, + 1.59773488342762, + 1.697385549545288, + 1.9818745255470276 + ], + [ + 1.2653789408504963, + 0.9480108767747879, + 1.6263106316328049, + 1.5124149397015572, + 1.6477856040000916, + 1.7039664387702942, + 2.0146979689598083 + ], + [ + 1.3416013605892658, + 0.9481960237026215, + 1.6653781309723854, + 1.5367852374911308, + 1.7066646814346313, + 1.7109761238098145, + 2.04448801279068 + ], + [ + 1.407979629933834, + 0.9741421267390251, + 1.7264829277992249, + 1.563093826174736, + 1.7565813064575195, + 1.7175570130348206, + 2.0568318963050842 + ], + [ + 1.473886989057064, + 1.0208869967609644, + 1.7724896371364594, + 1.5794222094118595, + 1.7931742668151855, + 1.7220725417137146, + 2.090766131877899 + ], + [ + 1.5313405022025108, + 1.0412196815013885, + 1.8948577046394348, + 1.5877823419868946, + 1.8221957683563232, + 1.7304814457893372, + 2.099655330181122 + ], + [ + 1.5853290408849716, + 1.0713306479156017, + 1.9543958902359009, + 1.5920627303421497, + 1.8490485846996307, + 1.7702059745788574, + 2.150808870792389 + ], + [ + 1.6321801990270615, + 1.093981847167015, + 1.9932538717985153, + 1.5947807021439075, + 1.8769814372062683, + 1.8019075989723206, + 2.213081181049347 + ], + [ + 1.6544547379016876, + 1.117748148739338, + 2.037040591239929, + 1.5963974259793758, + 1.8948584496974945, + 1.8243050575256348, + 2.2575637102127075 + ], + [ + 1.6893122792243958, + 1.1439502462744713, + 2.0758985728025436, + 1.5978000238537788, + 1.9223847091197968, + 1.8393860459327698, + 2.3183498978614807 + ], + [ + 1.7164668068289757, + 1.1662669405341148, + 2.101071484386921, + 1.5983830764889717, + 1.9643865525722504, + 1.8690887093544006, + 2.3796305656433105 + ], + [ + 1.7366787418723106, + 1.1907387003302574, + 2.1244651153683662, + 1.598920114338398, + 1.9952272474765778, + 1.889298141002655, + 2.4364193081855774 + ], + [ + 1.7685035541653633, + 1.2030284702777863, + 2.146640859544277, + 1.6027429359965026, + 2.050830416381359, + 1.9101697206497192, + 2.4676687121391296 + ], + [ + 1.8031738176941872, + 1.2309308052062988, + 2.1740896701812744, + 1.6084474930539727, + 2.0902974009513855, + 1.9288233518600464, + 2.5455174446105957 + ], + [ + 1.8479544334113598, + 1.291327804327011, + 2.2526247799396515, + 1.6136833298951387, + 2.1550829708576202, + 1.9380230903625488, + 2.6071988344192505 + ], + [ + 1.8835991073865443, + 1.3337138891220093, + 2.357059955596924, + 1.6191376317292452, + 2.191846191883087, + 1.9642048478126526, + 2.6847872734069824 + ], + [ + 1.905192916514352, + 1.3763055056333542, + 2.4477269649505615, + 1.6218779310584068, + 2.261343002319336, + 1.9940481781959534, + 2.7374370098114014 + ], + [ + 1.9358505655545741, + 1.4182565212249756, + 2.5033892691135406, + 1.6236317232251167, + 2.3320093750953674, + 1.9941557049751282, + 2.796732187271118 + ], + [ + 1.9668327022809535, + 1.4614121541380882, + 2.5554285049438477, + 1.6277280636131763, + 2.401506185531616, + 2.0106208324432373, + 2.8488266468048096 + ], + [ + 1.9905512977857143, + 1.4894920215010643, + 2.6267186999320984, + 1.6312586851418018, + 2.457232117652893, + 2.0305533409118652, + 2.8856470584869385 + ], + [ + 2.00818083435297, + 1.5087819918990135, + 2.6944882571697235, + 1.6344106569886208, + 2.5162031054496765, + 2.0381810665130615, + 2.9162187576293945 + ], + [ + 2.021653987467289, + 1.5285549983382225, + 2.7199385166168213, + 1.635116495192051, + 2.5403850078582764, + 2.053256869316101, + 2.9486706256866455 + ], + [ + 2.034294880926609, + 1.5492422208189964, + 2.7442717254161835, + 1.6361225433647633, + 2.5606176257133484, + 2.0626657009124756, + 2.961563467979431 + ], + [ + 2.046102412045002, + 1.5702159032225609, + 2.7697219848632812, + 1.6368283815681934, + 2.567579209804535, + 2.072218894958496, + 2.9716033935546875 + ] + ], + "mean": [ + [ + -0.0004958616233034847, + 0.00011017623402605033, + -0.0009467590092983712, + -0.0003665470387596969, + 0.0030612857314230462, + 0.0010949116926847573, + 0.0011147105429127238 + ], + [ + -0.0005116002427033546, + 0.00011659327868531267, + -0.0009614220982388572, + -0.0003785369101839987, + 0.0030980926243350886, + 0.0010819143959574162, + 0.0011112937246852148 + ], + [ + -0.0005273196481433562, + 0.00012309534157680323, + -0.0009760781248124761, + -0.00039020460244536346, + 0.0031350512289905607, + 0.0010687168498650498, + 0.0011081621924467408 + ], + [ + -0.0005429779611770763, + 0.00012965097051735, + -0.000990724333475564, + -0.0004014282483750052, + 0.0031720565487464722, + 0.001055426586475631, + 0.0011052259842079383 + ], + [ + -0.0005585632191443938, + 0.00013623511193658252, + -0.001005361132676598, + -0.00041227517086457757, + 0.0032091027582535547, + 0.0010420462215233307, + 0.0011024329357675422 + ], + [ + -0.0005740832437287081, + 0.00014285271473894558, + -0.0010199682285903292, + -0.00042281713388194045, + 0.0032461933373482, + 0.0010285949150608102, + 0.0010997673656611404 + ], + [ + -0.0005895381890522104, + 0.00014950231408974467, + -0.0010345533264584652, + -0.0004330674005024742, + 0.0032833074194111352, + 0.001015081152846598, + 0.001097210697566495 + ], + [ + -0.0006049451950946358, + 0.00015618341800294547, + -0.0010491397989406623, + -0.0004430099349349081, + 0.0033204311092451724, + 0.0010015264050289782, + 0.0010947628513141407 + ], + [ + -0.0006203153785517061, + 0.0001628851635434065, + -0.0010637232352354077, + -0.0004526542180134146, + 0.003357568437488372, + 0.000987962109686762, + 0.0010924026295805378 + ], + [ + -0.0006356521297935533, + 0.00016960705770801624, + -0.0010782935264365323, + -0.00046201902351602743, + 0.003394698870986379, + 0.0009744126907790003, + 0.0010901240650319157 + ], + [ + -0.0006509645072410887, + 0.00017633659700363785, + -0.0010928590146580168, + -0.00047115520288140743, + 0.00343181779535498, + 0.0009608868846321013, + 0.001087909733995639 + ], + [ + -0.0006662377926102262, + 0.00018307005627259305, + -0.0011074202302274651, + -0.00048007653486858287, + 0.00346891584652413, + 0.0009473877544412211, + 0.0010857383748417119 + ], + [ + -0.0006814852585384487, + 0.0001897974906037577, + -0.0011219723188962826, + -0.0004888002313646856, + 0.003505981565462149, + 0.0009339155727249339, + 0.001083610696421159 + ], + [ + -0.0006966979698286305, + 0.0001965233374592621, + -0.0011365171174142034, + -0.0004973404411717538, + 0.003543013417832478, + 0.0009204772157097542, + 0.0010814983444987578 + ], + [ + -0.0007118765244449627, + 0.0002032261194933983, + -0.0011510539061127894, + -0.0005057181069258496, + 0.0035800040845661925, + 0.0009070570838107133, + 0.0010794071966900261 + ], + [ + -0.0007270270062563109, + 0.00020991204061775797, + -0.0011655778275055683, + -0.0005139322141728218, + 0.0036169564818002648, + 0.0008936582515723874, + 0.0010773367249018208 + ], + [ + -0.0007421719869839359, + 0.00021658121019173802, + -0.0011800883057203964, + -0.0005219774346315418, + 0.0036538720669228916, + 0.0008802944786491027, + 0.0010752573689598892 + ], + [ + -0.0007572860833649996, + 0.00022322732279566202, + -0.0011945849196098135, + -0.000529841627516269, + 0.003690750250612123, + 0.000866933037574312, + 0.0010731855621436207 + ], + [ + -0.0007723588194394823, + 0.00022984973184747315, + -0.001209073917191828, + -0.0005375338835617651, + 0.0037275974450995653, + 0.000853582945564675, + 0.0010711070478554862 + ], + [ + -0.000787397580628563, + 0.00023645399063147127, + -0.00122355144154587, + -0.0005450527238411839, + 0.0037644107856346907, + 0.0008402615161090502, + 0.0010690141208693526 + ], + [ + -0.0008023906600965558, + 0.00024304287006803946, + -0.001238021916164629, + -0.0005524069813860281, + 0.003801176495771832, + 0.0008269668496222473, + 0.0010669126837087497 + ], + [ + -0.0008173392907196568, + 0.0002496149828222855, + -0.0012524873894670355, + -0.0005595813939638781, + 0.0038378884941655885, + 0.0008136989076407067, + 0.0010648170507694971 + ], + [ + -0.0008322485951846251, + 0.00025615945106017705, + -0.0012669614600614035, + -0.0005665506329828626, + 0.0038745505521877617, + 0.0008004673707303877, + 0.0010627283904018488 + ], + [ + -0.0008471120374248419, + 0.00026267286847589746, + -0.0012814459157133608, + -0.0005732847468255134, + 0.003911165842253698, + 0.000787289346935293, + 0.0010606434126586915 + ], + [ + -0.0008619227708117828, + 0.0002691585955543047, + -0.001295937301812972, + -0.0005797757916683006, + 0.003947728766429305, + 0.0007741464455712871, + 0.0010585567711695505 + ], + [ + -0.0008766620185455484, + 0.0002756038969307649, + -0.0013104451651340834, + -0.0005859746990277021, + 0.00398422853076343, + 0.0007610373295647698, + 0.001056460384610946 + ], + [ + -0.0008913399425446072, + 0.0002820132816617226, + -0.001324981905637704, + -0.0005918280510969389, + 0.004020688284255554, + 0.0007479604247165215, + 0.0010543665779929106 + ], + [ + -0.0009059583269795899, + 0.0002883914380678045, + -0.0013395481420451782, + -0.0005973239686363512, + 0.00405710731496394, + 0.0007349655589573382, + 0.0010522814183071107 + ], + [ + -0.0009205199002153148, + 0.0002947306926071589, + -0.001354145463297201, + -0.000602419430314094, + 0.004093492676526124, + 0.00072208354874307, + 0.0010501946502225858 + ], + [ + -0.0009350026883457555, + 0.00030104139293517777, + -0.0013687617572473445, + -0.0006069667759280211, + 0.004129846648804515, + 0.0007092646387385789, + 0.0010480929778585604 + ], + [ + -0.0009494129294604447, + 0.00030732251645394575, + -0.0013834013175462647, + -0.0006109678634855263, + 0.004166166490364631, + 0.0006965554365146632, + 0.0010459864163444412 + ], + [ + -0.0009637507769085367, + 0.0003135694884303077, + -0.0013980657796102854, + -0.0006143176624603366, + 0.004202442976021679, + 0.0006839250092160358, + 0.0010438900202260656 + ] + ], + "std": [ + [ + 0.005042890209461946, + 0.0042037617994652166, + 0.0080576199825256, + 0.009369988976596858, + 0.009065413338618879, + 0.008551509527189331, + 0.009016719240771806 + ], + [ + 0.009032816168871999, + 0.006002642622226509, + 0.01041425337126603, + 0.015314871904375534, + 0.01132663867963773, + 0.013225623243408592, + 0.01351284987842674 + ], + [ + 0.013038492989034128, + 0.008024403231427672, + 0.013258694155021638, + 0.021457558977067012, + 0.014132853227521463, + 0.018224889552827885, + 0.018441254348619922 + ], + [ + 0.01699847171902894, + 0.01008152728533126, + 0.016255231763058854, + 0.027558395603506085, + 0.017136870088938855, + 0.023224247557669102, + 0.023418663175673125 + ], + [ + 0.020891696718825084, + 0.012109703362555083, + 0.01926487248976277, + 0.0335411828149856, + 0.020179974979627046, + 0.0281276482040047, + 0.0283198135075085 + ], + [ + 0.024710205195025165, + 0.014084730798238286, + 0.022229285463196215, + 0.03937645770900859, + 0.02319157830860815, + 0.03290526937642443, + 0.03310009203003191 + ], + [ + 0.028450831355386896, + 0.01599913544653074, + 0.025124999258787827, + 0.04505451479674172, + 0.026141554038838895, + 0.0375505210961574, + 0.03774529985130113 + ], + [ + 0.03211329457342708, + 0.01785182315015365, + 0.02794315730524412, + 0.05057356838405714, + 0.029017895204495894, + 0.042065280581270695, + 0.042253454923578675 + ], + [ + 0.035698617902374614, + 0.01964454393359776, + 0.030681422712571745, + 0.05593542474264304, + 0.031817051617323684, + 0.04645394236790948, + 0.04662767005045012 + ], + [ + 0.03920821635422941, + 0.021380041391474165, + 0.03334055297379937, + 0.06114343201465775, + 0.03453941788679597, + 0.050721463598993675, + 0.05087281276202849 + ], + [ + 0.04264380130281443, + 0.023061499765628806, + 0.03592280063132693, + 0.06620214039142581, + 0.037186999236960415, + 0.05487326708862938, + 0.054994472546606506 + ], + [ + 0.0460073638771838, + 0.024691939751578733, + 0.03843101871211045, + 0.07111681592191901, + 0.03976303654790011, + 0.05891437636838992, + 0.05899849704838266 + ], + [ + 0.04930104048908295, + 0.02627401897392844, + 0.04086832384567456, + 0.07589272506000187, + 0.04227070023698299, + 0.06284950701280673, + 0.06289024421166466 + ], + [ + 0.052527121153720754, + 0.027810072409647515, + 0.04323790292684345, + 0.0805353477437409, + 0.04471326190983994, + 0.06668340553568844, + 0.06667516658794667 + ], + [ + 0.05568773467925167, + 0.029302097350058533, + 0.04554280961123761, + 0.08505016573267862, + 0.04709386853953281, + 0.07042045790170746, + 0.0703582249894073 + ], + [ + 0.058785183632315545, + 0.030751926128337246, + 0.047786024371488704, + 0.08944238095938235, + 0.04941562440760167, + 0.07406497659053933, + 0.07394398256389473 + ], + [ + 0.061821509308915314, + 0.03216118033368125, + 0.04997055815135897, + 0.09371710093616462, + 0.05168142201561866, + 0.07762118335997142, + 0.07743702199643478 + ], + [ + 0.06479879633512685, + 0.0335313039725282, + 0.052099258643134284, + 0.09787910087842525, + 0.053893983426028205, + 0.08109297644490984, + 0.08084132958286848 + ], + [ + 0.06771910341861712, + 0.03486391620849972, + 0.05417476318206165, + 0.10193312479930992, + 0.056055982545011075, + 0.08448410581576214, + 0.08416071356919218 + ], + [ + 0.07058442364562563, + 0.03616062694069613, + 0.0561996864576997, + 0.10588357052338376, + 0.05816979073003998, + 0.08779813800566191, + 0.08739871559510244 + ], + [ + 0.07339666844155475, + 0.03742300444770677, + 0.058176502832676606, + 0.10973472010727138, + 0.06023778301590709, + 0.09103855588524483, + 0.09055868272580397 + ], + [ + 0.0761577380926806, + 0.03865262123260878, + 0.0601075463229847, + 0.11349061388614291, + 0.06226209527653031, + 0.09420859942257964, + 0.09364388664591426 + ], + [ + 0.07886938187981209, + 0.039851045632990814, + 0.061995046315513794, + 0.11715511958538807, + 0.06424474538155879, + 0.09731120000317585, + 0.096657039502933 + ], + [ + 0.08153329957094609, + 0.04101973503133469, + 0.06384101471923177, + 0.12073193812609355, + 0.06618757076335723, + 0.10034928414557648, + 0.09960118344612674 + ], + [ + 0.08415115646185634, + 0.042160087805930925, + 0.06564737203836275, + 0.12422448756024544, + 0.06809231267303495, + 0.10332543924194547, + 0.10247896562382772 + ], + [ + 0.08672464624373165, + 0.043273487417356746, + 0.06741592463275682, + 0.12763610752538262, + 0.06996063543885211, + 0.1062423023109077, + 0.10529298649896057 + ], + [ + 0.08925520454671597, + 0.044361228474532985, + 0.06914848502897086, + 0.1309699272601737, + 0.07179398194675123, + 0.10910208646244264, + 0.10804571258119436 + ], + [ + 0.09174430542953789, + 0.04542450217791837, + 0.07084662751299511, + 0.13422905231602364, + 0.07359393626715013, + 0.1119071253620825, + 0.11073944572428539 + ], + [ + 0.09419338123277486, + 0.046464406204313094, + 0.0725119526644367, + 0.13741635368191718, + 0.07536181811886387, + 0.1146596071024406, + 0.11337634139835086 + ], + [ + 0.09660382411327949, + 0.04748201981683536, + 0.07414588391277588, + 0.14053420183149867, + 0.07709892911770225, + 0.11736160116854574, + 0.11595863275150257 + ], + [ + 0.09897697385912706, + 0.04847830448262251, + 0.07574980100172676, + 0.14358535734714933, + 0.07880658971350224, + 0.12001508244543165, + 0.11848836940444295 + ], + [ + 0.10131409552155905, + 0.04945420247532397, + 0.07732500053655912, + 0.1465721035537298, + 0.08048594340295494, + 0.12262187512881731, + 0.12096749704031641 + ] + ], + "q01": [ + [ + -0.0386461079120636, + -0.036662497201468795, + -0.06850713342428208, + -0.0640183898806572, + -0.042670408189296724, + -0.06457344196736813, + -0.06907691478729248 + ], + [ + -0.0756398320198059, + -0.052268517985939976, + -0.07780131578445434, + -0.12125650227069855, + -0.04867205649614334, + -0.08576318487990647, + -0.09421725869178772 + ], + [ + -0.11220928728580475, + -0.07700768031179905, + -0.11366160605102778, + -0.17741059362888337, + -0.06763579070568085, + -0.12549763992428778, + -0.14013565331697464 + ], + [ + -0.14823150038719177, + -0.10080395624041556, + -0.14843568682670594, + -0.2319256994128227, + -0.08910922549664974, + -0.16407283574342726, + -0.1849883645772934 + ], + [ + -0.18398335948586464, + -0.12374509252840651, + -0.18144991159439086, + -0.28541787564754484, + -0.10958031475543976, + -0.20082196956500412, + -0.22811810076236724 + ], + [ + -0.21874406933784485, + -0.14567617282271383, + -0.21330293539911507, + -0.3369506216049194, + -0.12903327196836473, + -0.23597108900547029, + -0.2705220580101013 + ], + [ + -0.2529834985733032, + -0.1665586256980896, + -0.24421006202697754, + -0.38641477435827254, + -0.1479580020904541, + -0.27002064883708954, + -0.31199522614479064 + ], + [ + -0.28671071529388426, + -0.18697428852319717, + -0.27440807104110715, + -0.4343853959441185, + -0.16668315052986146, + -0.30284128785133363, + -0.35341299176216123 + ], + [ + -0.31980626583099364, + -0.2062408085912466, + -0.3040218269824982, + -0.4800115379691124, + -0.18378835797309875, + -0.3344325821101665, + -0.3918331265449524 + ], + [ + -0.3524306297302246, + -0.2248763982579112, + -0.3321350694261491, + -0.5243714070320129, + -0.20144181251525878, + -0.36663051769137384, + -0.4302427589893341 + ], + [ + -0.3844058573246002, + -0.24264867429621517, + -0.35953401029109955, + -0.5657710230350494, + -0.2201671004295349, + -0.39642401626333595, + -0.46717693433165547 + ], + [ + -0.41556055545806886, + -0.26006597314029933, + -0.3858996170759201, + -0.606069920361042, + -0.23962029181420802, + -0.4255195705592632, + -0.5027964830398559 + ], + [ + -0.44613997340202327, + -0.2768159769382328, + -0.41140330404043196, + -0.644099945127964, + -0.25881037712097166, + -0.45421375807374714, + -0.5375120639801025 + ], + [ + -0.4754746168851852, + -0.2924757392704487, + -0.436892911195755, + -0.6804092900454998, + -0.2785247564315796, + -0.48209250848740337, + -0.5717523925006389 + ], + [ + -0.5044417679309845, + -0.30804244183003904, + -0.4602188289165497, + -0.7155001145601273, + -0.29738533198833467, + -0.5088020058628172, + -0.6050773173570633 + ], + [ + -0.5332316852174699, + -0.32334660429507495, + -0.4835839116573334, + -0.7487342005968094, + -0.3170881152153015, + -0.5341938130743802, + -0.6378050208091736 + ], + [ + -0.5609397172927856, + -0.3381384322792292, + -0.5057390163838863, + -0.7808118239045143, + -0.3363338947296142, + -0.5587969708442688, + -0.6687653545290232 + ], + [ + -0.588211715221405, + -0.352744579911232, + -0.5267577684298158, + -0.8106974257528782, + -0.35506043434143064, + -0.5823296047915938, + -0.6987484812736511 + ], + [ + -0.6145083263516425, + -0.3662008164823055, + -0.5476512759923935, + -0.8393506127595901, + -0.3753861665725708, + -0.6060868088155985, + -0.7271572485566139 + ], + [ + -0.6404437586665154, + -0.3794967689737678, + -0.5678292417526245, + -0.8664101627469063, + -0.3960013628005981, + -0.6286777710914612, + -0.7555217698216438 + ], + [ + -0.6648462772369385, + -0.39201849594712257, + -0.5873980024456977, + -0.8924029958248139, + -0.4171981424093246, + -0.6508546324446798, + -0.7810263315215706 + ], + [ + -0.6900630831718445, + -0.40395004376769067, + -0.6066053945757449, + -0.9162473928928375, + -0.43787788152694695, + -0.6720267997123301, + -0.8057507321238517 + ], + [ + -0.714788544178009, + -0.4159169779717922, + -0.6262351033091544, + -0.9399508675932884, + -0.45987472534179685, + -0.6907574996352196, + -0.8318558633327484 + ], + [ + -0.73831467628479, + -0.4273250851780176, + -0.6431706988811493, + -0.9623262479901313, + -0.4809137642383575, + -0.7089809973537922, + -0.8576309725642204 + ], + [ + -0.7608736634254456, + -0.43838319592177866, + -0.6605464851856232, + -0.9829591865837574, + -0.50274258852005, + -0.7263106906414032, + -0.880407840013504 + ], + [ + -0.7831912875175475, + -0.44914824306964873, + -0.6772333642840386, + -1.0026414296030999, + -0.5231390476226807, + -0.7438328392989934, + -0.9025460962206125 + ], + [ + -0.8050559282302855, + -0.4598560299538076, + -0.6937151953577995, + -1.0218366196751594, + -0.5426153644919396, + -0.7609760767966509, + -0.9246293604373932 + ], + [ + -0.8255173593759537, + -0.4701528800651431, + -0.7097193992137909, + -1.0388304010033607, + -0.5640010237693787, + -0.7771441704034805, + -0.9456516593694687 + ], + [ + -0.8465838193893432, + -0.4801752650050912, + -0.723493347838521, + -1.0543036171793938, + -0.5833225965499877, + -0.791998464167118, + -0.9652872338891029 + ], + [ + -0.8652088083326817, + -0.4901029609143734, + -0.7372898632287979, + -1.0687126055359841, + -0.6040134131908417, + -0.8075726345181465, + -0.9840885758399963 + ], + [ + -0.884147210419178, + -0.49946635782718657, + -0.7517394435405731, + -1.0823905599117278, + -0.6240904249250889, + -0.820736728310585, + -1.003439844213426 + ], + [ + -0.9025756523013115, + -0.5094228649884462, + -0.7649029272794723, + -1.0951757770776749, + -0.643028301000595, + -0.8324248807132244, + -1.0215618833899498 + ] + ], + "q99": [ + [ + 0.03430417180061348, + 0.051113334670662876, + 0.0715905418992043, + 0.054351210594177246, + 0.06999846309423446, + 0.07371939361095431, + 0.06594715096056458 + ], + [ + 0.06845250129699709, + 0.051194096039980645, + 0.0837654346227647, + 0.08841318428516393, + 0.07067593932151794, + 0.10662587959319357, + 0.09940184354782124 + ], + [ + 0.10249328613281333, + 0.07328858204186006, + 0.12399181097745901, + 0.128910049200058, + 0.0769507408142091, + 0.15654826447367726, + 0.1463273145258427 + ], + [ + 0.13639724254608182, + 0.09602429986000072, + 0.16334667026996647, + 0.16834245562553407, + 0.0999624013900759, + 0.20355201542377488, + 0.19196648597717358 + ], + [ + 0.16952860355377225, + 0.11776648029685026, + 0.2013736876845361, + 0.20670579046011003, + 0.1220733165740969, + 0.24954161107540246, + 0.23621151447296163 + ], + [ + 0.2025104701519021, + 0.13859577525407105, + 0.23784515644423707, + 0.24306407451629708, + 0.1433049559593201, + 0.2931383026391273, + 0.27928172349929864 + ], + [ + 0.23501212596893345, + 0.15887603301554942, + 0.2734123460203413, + 0.27860416650772124, + 0.16404935121536293, + 0.3351723811775456, + 0.32123340368271047 + ], + [ + 0.26631886959075934, + 0.1782188593596225, + 0.30827580034732877, + 0.3128620594739914, + 0.1839313268661512, + 0.37447382338345114, + 0.3620349988341341 + ], + [ + 0.2976848125457776, + 0.19688783675432212, + 0.3420448274910459, + 0.34567414224147813, + 0.20322065353393692, + 0.4129014591872697, + 0.4012086987495424 + ], + [ + 0.32844444513320975, + 0.21466766297817247, + 0.3748417180776628, + 0.37756471812725073, + 0.22211619615554817, + 0.45001984551549057, + 0.43902653455734386 + ], + [ + 0.35894870758056685, + 0.2323455705493695, + 0.4063334711361677, + 0.40862836211919906, + 0.2406438827514653, + 0.4858759286254652, + 0.4773120284080522 + ], + [ + 0.3887462586164484, + 0.24927428491413625, + 0.4367471539974218, + 0.43846576511860064, + 0.2583893656730655, + 0.5203189352154747, + 0.5138148069381719 + ], + [ + 0.41757228374481237, + 0.26578384920954745, + 0.46601712584495647, + 0.4676114457845703, + 0.27567406892776547, + 0.552315097451213, + 0.5492368727922449 + ], + [ + 0.44547618627548624, + 0.2813135705888282, + 0.49406791031360703, + 0.49476701796054906, + 0.29212071895599456, + 0.5835434779524833, + 0.5819455981254597 + ], + [ + 0.4739711403846776, + 0.296761113125831, + 0.520692284107209, + 0.5205944103002549, + 0.30878605842590395, + 0.6122838230431082, + 0.6152111440896989 + ], + [ + 0.5023225367069254, + 0.31142625302076343, + 0.5470231610536587, + 0.5463475358486177, + 0.3253093719482427, + 0.6404861893504872, + 0.6458247542381291 + ], + [ + 0.5294745028018968, + 0.3255173887498682, + 0.5713161861896517, + 0.5699448990821843, + 0.3423194885253925, + 0.6670694494992502, + 0.6750442640855928 + ], + [ + 0.5557321786880502, + 0.3391520938277245, + 0.5952782912552358, + 0.5941325965523732, + 0.35815914869308646, + 0.6919770871102817, + 0.7032595098018665 + ], + [ + 0.5826658964157136, + 0.3520041262358438, + 0.6183818566799194, + 0.6164617282152176, + 0.3734738767147078, + 0.7174584775045519, + 0.7311235666275033 + ], + [ + 0.6077272415161142, + 0.3646490457281479, + 0.6405139887332926, + 0.6381314748525637, + 0.3885642051696788, + 0.7421793611347705, + 0.7578544717282081 + ], + [ + 0.6321850389242173, + 0.37649765230715343, + 0.6620161724090665, + 0.6592112518846999, + 0.4042355656623843, + 0.7645705929398547, + 0.7841163918375983 + ], + [ + 0.6566859960556036, + 0.3878186647966507, + 0.6833199805021306, + 0.6795486742258074, + 0.41834575571119964, + 0.7865927022695551, + 0.8094674909487412 + ], + [ + 0.6816394686698926, + 0.3991522341966634, + 0.7029980023205318, + 0.6986330253630877, + 0.43166431486606616, + 0.8066762607271108, + 0.8338384091854125 + ], + [ + 0.7053329557180424, + 0.4103406466543681, + 0.7219443196058286, + 0.7160261023044588, + 0.44484913349151656, + 0.8252368717640642, + 0.8575884610414506 + ], + [ + 0.7293830871582053, + 0.42079214774072293, + 0.7401020801067356, + 0.7329710048437126, + 0.4587715744972237, + 0.8437455536425114, + 0.8808274917304533 + ], + [ + 0.7534523993730599, + 0.43171232312917895, + 0.757817730754614, + 0.7491741815209392, + 0.47123477458953916, + 0.8623393146693723, + 0.9027240216732038 + ], + [ + 0.775656914711, + 0.44203379333019366, + 0.7739028343558344, + 0.7647411507368147, + 0.4835896372795116, + 0.8798752685636302, + 0.9241332709789283 + ], + [ + 0.7987703204154993, + 0.45224493715912245, + 0.7887839984893805, + 0.7793284469842916, + 0.4955010637640977, + 0.8961395326256762, + 0.945287373661996 + ], + [ + 0.8219568818807613, + 0.4619707281049341, + 0.8041076642274865, + 0.7938556438684463, + 0.5071281177923095, + 0.9127207976579674, + 0.9636384129524235 + ], + [ + 0.8449902921915088, + 0.4715270736813547, + 0.8189609235525146, + 0.8072230803966532, + 0.5176736265420916, + 0.9277084389887753, + 0.9815786540508293 + ], + [ + 0.867118090391161, + 0.4808228036761286, + 0.8338747972249989, + 0.8204637321829799, + 0.5284637868404417, + 0.9408591401577002, + 1.0003999516367923 + ], + [ + 0.8884456053376217, + 0.4899162337929015, + 0.8473211130499841, + 0.8324803871661434, + 0.5387670993804935, + 0.9540316763520258, + 1.018914514780047 + ] + ] + }, + "right_arm": { + "min": [ + [ + -0.9147349925333401, + -0.9469192028045654, + -1.4160650968551636, + -1.3962863683700562, + -1.3177090287208557, + -1.7317636609077454, + -1.5708001424710716 + ], + [ + -0.8630542457103729, + -0.9474720060825348, + -1.4226652383804321, + -1.4018644541502, + -1.3233780600130558, + -1.7373952269554138, + -1.4022604003548622 + ], + [ + -0.8630543351173401, + -0.9474673569202423, + -1.428303599357605, + -1.4089572131633759, + -1.3290658332407475, + -1.743023931980133, + -1.475652802735567 + ], + [ + -0.8630536496639252, + -0.9474660754203796, + -1.4339221715927124, + -1.4320696294307709, + -1.3347285278141499, + -1.7486546039581299, + -1.6196716725826263 + ], + [ + -0.863052636384964, + -0.9474859312176704, + -1.4394932985305786, + -1.4474640786647797, + -1.3403955809772015, + -1.7542852759361267, + -1.7526437938213348 + ], + [ + -0.9487167596817017, + -0.947893314063549, + -1.4451321363449097, + -1.466748632490635, + -1.4203394651412964, + -1.7599961757659912, + -1.8115732073783875 + ], + [ + -1.0542286038398743, + -0.9480160772800446, + -1.4508329629898071, + -1.4855444803833961, + -1.5662527680397034, + -1.7657138109207153, + -1.9147396087646484 + ], + [ + -1.1121069192886353, + -0.94815893471241, + -1.5138533264398575, + -1.5018442049622536, + -1.6286932826042175, + -1.7714354395866394, + -2.001153588294983 + ], + [ + -1.1858541667461395, + -0.9482404589653015, + -1.6318626552820206, + -1.509100116789341, + -1.7261643409729004, + -1.7771655321121216, + -2.040158987045288 + ], + [ + -1.2852591499686241, + -0.9553775191307068, + -1.6929561793804169, + -1.5147177502512932, + -1.7978919744491577, + -1.7828950881958008, + -2.116119921207428 + ], + [ + -1.3623125199228525, + -0.9876946806907654, + -1.832607977092266, + -1.5203404165804386, + -1.877414584159851, + -1.7886329889297485, + -2.197821259498596 + ], + [ + -1.4310376290231943, + -1.0180548131465912, + -1.998558297753334, + -1.5259557403624058, + -1.954758882522583, + -1.794373095035553, + -2.2927149534225464 + ], + [ + -1.5465472638607025, + -1.0322056710720062, + -2.072791948914528, + -1.5315783973783255, + -2.0264865159988403, + -1.8001065850257874, + -2.343602418899536 + ], + [ + -1.645952247083187, + -1.0594440400600433, + -2.140432685613632, + -1.5371872261166573, + -2.0915714502334595, + -1.8366808891296387, + -2.4491676092147827 + ], + [ + -1.7230056170374155, + -1.0887494012713432, + -2.214666336774826, + -1.5510003715753555, + -2.120563268661499, + -1.8911154866218567, + -2.501610279083252 + ], + [ + -1.76629956997931, + -1.113828368484974, + -2.2627374827861786, + -1.560723915696144, + -2.1385657787323, + -1.9209157824516296, + -2.6014543771743774 + ], + [ + -1.8348722103983164, + -1.139435663819313, + -2.3435183465480804, + -1.569845107384026, + -2.155274450778961, + -1.9863238334655762, + -2.6474037170410156 + ], + [ + -1.867393970489502, + -1.2081727981567383, + -2.387424796819687, + -1.5798263810575008, + -2.1830042600631714, + -2.0126628279685974, + -2.7296056747436523 + ], + [ + -1.899572692811489, + -1.287134200334549, + -2.4283455312252045, + -1.5880228355526924, + -2.2980509996414185, + -2.0522736310958862, + -2.7994797229766846 + ], + [ + -1.9600130915641785, + -1.3507066071033478, + -2.4512874484062195, + -1.6018854584544897, + -2.454225540161133, + -2.0773284435272217, + -2.8294814825057983 + ], + [ + -1.9855666756629944, + -1.4051696062088013, + -2.4713940024375916, + -1.6058211531490088, + -2.522842764854431, + -2.0894603729248047, + -2.87981915473938 + ], + [ + -2.006015717983246, + -1.4675325453281403, + -2.4803280234336853, + -1.609208045527339, + -2.5855400562286377, + -2.0909653902053833, + -2.899606943130493 + ], + [ + -2.022678792476654, + -1.5318333059549332, + -2.492263972759247, + -1.6106074433773756, + -2.631789803504944, + -2.091354727745056, + -2.928667902946472 + ], + [ + -2.055516302585602, + -1.595405712723732, + -2.5308111906051636, + -1.6139121633023024, + -2.6717257499694824, + -2.0913562774658203, + -2.9481230974197388 + ], + [ + -2.0700165778398514, + -1.6392503678798676, + -2.5747628211975098, + -1.6147374492138624, + -2.7147488594055176, + -2.0913562774658203, + -2.9557873010635376 + ], + [ + -2.088667869567871, + -1.68337382376194, + -2.6208865642547607, + -1.6155121084302664, + -2.7592941522598267, + -2.09135901927948, + -2.9691492319107056 + ], + [ + -2.095740556716919, + -1.7289490848779678, + -2.6714895367622375, + -1.6160671673715115, + -2.7992300987243652, + -2.0913593769073486, + -2.9864388704299927 + ], + [ + -2.1062291860580444, + -1.7727937400341034, + -2.701590895652771, + -1.616595383733511, + -2.8375353813171387, + -2.0943961143493652, + -2.997456669807434 + ], + [ + -2.1360457837581635, + -1.8146803081035614, + -2.7673137187957764, + -1.616933461278677, + -2.8646304607391357, + -2.094396233558655, + -3.0192999839782715 + ], + [ + -2.182941049337387, + -1.8561728671193123, + -2.8707940578460693, + -1.6171498261392117, + -2.8910216093063354, + -2.094396233558655, + -3.024949550628662 + ], + [ + -2.2152605652809143, + -1.8925875201821327, + -2.941420793533325, + -1.6172773502767086, + -2.9062238931655884, + -2.094396233558655, + -3.030595064163208 + ], + [ + -2.2421813905239105, + -1.916381098330021, + -3.0604183673858643, + -1.6182761527597904, + -2.9204198122024536, + -2.094396233558655, + -3.036240816116333 + ] + ], + "max": [ + [ + 0.7562520802021027, + 0.519452691078186, + 1.1262631635327125, + 1.1940537244081497, + 1.2601745128631592, + 1.2854879200458527, + 2.9790353775024414 + ], + [ + 0.7592794597148895, + 0.5376380681991577, + 1.0296750664710999, + 1.199782207608223, + 1.2844912260770798, + 1.2910603284835815, + 2.9846413135528564 + ], + [ + 0.7641479671001434, + 0.733544260263443, + 1.0296517610549927, + 1.205433800816536, + 1.3654610458761454, + 1.2966369092464447, + 2.9902502298355103 + ], + [ + 0.7641479671001434, + 0.9241627156734467, + 1.0296524167060852, + 1.2110909968614578, + 1.4088403526693583, + 1.302221268415451, + 2.995861291885376 + ], + [ + 0.8901762962341309, + 1.123447723686695, + 1.0611526370048523, + 1.281773641705513, + 1.4457129780203104, + 1.354902744293213, + 3.0014699697494507 + ], + [ + 1.0215044021606445, + 1.289687104523182, + 1.1876079738140106, + 1.3369294721633196, + 1.4887387042399496, + 1.4253252744674683, + 3.0070794820785522 + ], + [ + 1.1307270526885986, + 1.4163660481572151, + 1.316536784172058, + 1.380383774638176, + 1.6335834711790085, + 1.4951919317245483, + 3.0126891136169434 + ], + [ + 1.2242357730865479, + 1.576900191605091, + 1.4225378036499023, + 1.4523825496435165, + 1.7025465220212936, + 1.6008378267288208, + 3.0182985067367554 + ], + [ + 1.3175455927848816, + 1.7315064147114754, + 1.4989124536514282, + 1.486178770661354, + 1.813552901148796, + 1.6762624382972717, + 3.0239081382751465 + ], + [ + 1.4110543131828308, + 1.8364967231173068, + 1.5744844377040863, + 1.5188709646463394, + 1.8655077368021011, + 1.7320016622543335, + 3.0295132398605347 + ], + [ + 1.4999162554740906, + 1.9407342795748264, + 1.6236112117767334, + 1.531964110210538, + 1.9752377753611654, + 1.784160077571869, + 3.0351178646087646 + ], + [ + 1.5525116324424744, + 2.0303439025301486, + 1.6706924438476562, + 1.5379270780831575, + 2.1200825423002243, + 1.8141262531280518, + 3.0407224893569946 + ], + [ + 1.6290852725505829, + 2.1474819853901863, + 1.7032416760921478, + 1.5457067163661122, + 2.1794076412916183, + 1.860295057296753, + 3.0463271141052246 + ], + [ + 1.6705251634120941, + 2.2524722937960178, + 1.7596436440944672, + 1.5516696842387319, + 2.246004432439804, + 1.9066848158836365, + 3.0519319772720337 + ], + [ + 1.7175233960151672, + 2.3231823295354843, + 1.8037182986736298, + 1.5579110058024526, + 2.305329531431198, + 1.9402295351028442, + 3.0575367212295532 + ], + [ + 1.8086201064288616, + 2.4049779300112277, + 1.860120266675949, + 1.5700733810663223, + 2.3325433433055878, + 1.966688096523285, + 3.0631414651870728 + ], + [ + 1.8699035234749317, + 2.4756879657506943, + 1.9158543348312378, + 1.581335423514247, + 2.386066883802414, + 1.9970477223396301, + 3.0687462091445923 + ], + [ + 1.9118834137916565, + 2.5448291152715683, + 1.9799844771623611, + 1.586107024922967, + 2.4823464155197144, + 2.0031463503837585, + 3.074350953102112 + ], + [ + 1.969026505947113, + 2.6067948192358017, + 2.0363864451646805, + 1.5892124269157648, + 2.5939821004867554, + 2.016838490962982, + 3.0799556970596313 + ], + [ + 2.0116698145866394, + 2.6715340465307236, + 2.0675796270370483, + 1.5900145135819912, + 2.7156338691711426, + 2.030276596546173, + 3.0855605602264404 + ], + [ + 2.0430588722229004, + 2.729794532060623, + 2.132961332798004, + 1.590015109628439, + 2.8369975090026855, + 2.039203107357025, + 3.091165065765381 + ], + [ + 2.085609528236091, + 2.7743702232837677, + 2.199149429798126, + 1.5900152288377285, + 2.938067078590393, + 2.039202630519867, + 3.096767783164978 + ], + [ + 2.1113074123859406, + 2.8140101730823517, + 2.2407121062278748, + 1.5910461843013763, + 3.049702763557434, + 2.0476393699645996, + 3.102371096611023 + ], + [ + 2.1365263760089874, + 2.853472024202347, + 2.266759932041168, + 1.595747297629714, + 3.097351551055908, + 2.090518832206726, + 3.1079741716384888 + ], + [ + 2.1578376926481724, + 2.896502286195755, + 2.2855644822120667, + 1.600815935060382, + 3.1484439373016357, + 2.090518832206726, + 3.113577127456665 + ], + [ + 2.1806601844727993, + 2.917472392320633, + 2.301379144191742, + 1.6040598638355732, + 3.173705577850342, + 2.090518832206726, + 3.119180202484131 + ], + [ + 2.1944362483918667, + 2.9309625923633575, + 2.3103960752487183, + 1.6068479306995869, + 3.198921799659729, + 2.090518832206726, + 3.124783515930176 + ], + [ + 2.2045358270406723, + 2.9412551522254944, + 2.3153661489486694, + 1.6090447194874287, + 3.21675181388855, + 2.090518832206726, + 3.1303869485855103 + ], + [ + 2.2126537784934044, + 2.9520582109689713, + 2.3281003832817078, + 1.6111208330839872, + 3.2337324619293213, + 2.0943557024002075, + 3.1359927654266357 + ], + [ + 2.219202235341072, + 2.9621735960245132, + 2.3728593587875366, + 1.6124495454132557, + 3.2506450414657593, + 2.0943764448165894, + 3.1415960788726807 + ], + [ + 2.225636750459671, + 2.967292681336403, + 2.430369555950165, + 1.6133285947144032, + 3.2612088918685913, + 2.094390630722046, + 3.141600012779236 + ], + [ + 2.228933207690716, + 2.970400407910347, + 2.496863603591919, + 1.6141789723187685, + 3.2694870233535767, + 2.094390630722046, + 3.141600012779236 + ] + ], + "mean": [ + [ + -0.0006352036907654523, + -0.00011295353888590675, + 0.0007182620518524785, + -0.00015615086147296672, + -0.0024099446309489955, + 0.000834297131954357, + -0.0005916818899790081 + ], + [ + -0.0006535682193309353, + -0.0001186729545396327, + 0.0007257115134157084, + -0.00016451542759791254, + -0.0024235144496253637, + 0.0008177766924313639, + -0.0005896266942569111 + ], + [ + -0.0006715856351933456, + -0.0001244331299150255, + 0.0007331303401626729, + -0.00017253167790894626, + -0.0024371880796774863, + 0.0008009844167049706, + -0.0005878507590648933 + ], + [ + -0.0006892784400088673, + -0.0001301979459892188, + 0.0007405321682032534, + -0.0001801737349811287, + -0.0024509225034237136, + 0.0007841470450775263, + -0.0005863180825985687 + ], + [ + -0.0007066933391320933, + -0.00013596687929348102, + 0.000747925705594697, + -0.00018751738427256226, + -0.002464712329867614, + 0.0007672707827088034, + -0.0005849679579839276 + ], + [ + -0.0007238684824534233, + -0.00014170945017105336, + 0.0007553059880108925, + -0.00019461030225244037, + -0.002478537538490641, + 0.0007503635385844149, + -0.0005837932311208499 + ], + [ + -0.0007407927285426161, + -0.00014742964108792328, + 0.0007626808976389604, + -0.00020146521563800085, + -0.0024923966134297866, + 0.0007334582646152231, + -0.0005827820133613921 + ], + [ + -0.0007574748070402308, + -0.00015313735113807407, + 0.0007700389838119839, + -0.00020808090836143804, + -0.0025062902176842933, + 0.0007165986088699039, + -0.0005819135458255283 + ], + [ + -0.0007739293770269515, + -0.00015883958702193052, + 0.0007773812346080994, + -0.0002144513630720044, + -0.0025202150859447558, + 0.0006998123736983233, + -0.0005811697602391817 + ], + [ + -0.000790163674404893, + -0.00016453147086984663, + 0.0007847018123666564, + -0.0002205809820823714, + -0.002534155844447304, + 0.0006831006500417102, + -0.0005805485446592283 + ], + [ + -0.0008062205407766128, + -0.00017020695002558687, + 0.0007919979429015224, + -0.00022650885941491813, + -0.00254812228467362, + 0.0006664863815441157, + -0.0005800316622229131 + ], + [ + -0.0008221062904410526, + -0.00017586344950564455, + 0.0007992760719302958, + -0.00023222648527691664, + -0.002562094321212453, + 0.0006499569053960029, + -0.0005796105637276151 + ], + [ + -0.0008378376558827358, + -0.00018149299604251746, + 0.0008065435722640126, + -0.00023775778230882604, + -0.0025760483893988136, + 0.000633528890002433, + -0.000579283030875004 + ], + [ + -0.0008534577832215554, + -0.00018709509899226363, + 0.00081379966182457, + -0.0002430977531438799, + -0.002589974307797948, + 0.0006171995724881112, + -0.0005790427810031761 + ], + [ + -0.0008689748048122795, + -0.00019266198981956022, + 0.000821029379999158, + -0.0002482647876621586, + -0.0026038993662851695, + 0.0006009655275813003, + -0.0005788645242295089 + ], + [ + -0.0008843911686921879, + -0.00019818664205200012, + 0.0008282370657432652, + -0.0002532709132614391, + -0.0026178177867716636, + 0.0005848263175579608, + -0.0005787541226145825 + ], + [ + -0.0008997388229844575, + -0.00020367548448918014, + 0.0008354325246061258, + -0.0002581427540324882, + -0.0026317324874510868, + 0.0005687786866258079, + -0.0005786895875155913 + ], + [ + -0.0009150192616201406, + -0.00020911888076745314, + 0.0008426206887583985, + -0.000262850456468719, + -0.0026456540518175354, + 0.0005528289801585269, + -0.0005786531793270583 + ], + [ + -0.0009302244575816542, + -0.00021450991834489467, + 0.000849789754898443, + -0.0002674038710576132, + -0.0026595849241365065, + 0.000536969306868526, + -0.000578662122798313 + ], + [ + -0.0009453686621617815, + -0.00021985067999412313, + 0.0008569693074186021, + -0.00027178653341296944, + -0.0026735374020537017, + 0.000521189330449587, + -0.0005786997528468601 + ], + [ + -0.0009604407543813708, + -0.00022513419313342737, + 0.0008641380737921631, + -0.0002760057266838612, + -0.002687497619930885, + 0.0005054818985149389, + -0.0005787539052754003 + ], + [ + -0.000975460089574421, + -0.00023035897132167357, + 0.0008712924252308915, + -0.00028006463146917687, + -0.0027014629892075453, + 0.0004898540407795492, + -0.0005788519746350262 + ], + [ + -0.000990415591077347, + -0.00023551534020158278, + 0.0008784517204441538, + -0.00028394905099222165, + -0.0027154219979991932, + 0.0004743184350032539, + -0.0005789777966559094 + ], + [ + -0.0010053162598306882, + -0.00024060509960566821, + 0.0008856040206215308, + -0.0002876120314910402, + -0.0027293923802290884, + 0.00045890491333036576, + -0.0005791227973767489 + ], + [ + -0.0010201566073011448, + -0.0002456217794011825, + 0.0008927615163566017, + -0.00029105772411047086, + -0.002743352696226511, + 0.0004436133445557675, + -0.0005792846130133974 + ], + [ + -0.0010349382196442381, + -0.0002505748824130352, + 0.0008999137991464602, + -0.0002942472913259147, + -0.0027572910933749964, + 0.00042844905691036213, + -0.0005794771246695576 + ], + [ + -0.0010496516525912364, + -0.0002554532095124452, + 0.0009070629112231388, + -0.00029716234572100446, + -0.0027712245583272894, + 0.00041343797459009304, + -0.0005796816502632082 + ], + [ + -0.0010642843733336233, + -0.0002602560743791378, + 0.0009142161782692814, + -0.00029976425959418214, + -0.0027851398069044797, + 0.0003986087816829805, + -0.0005799113165162519 + ], + [ + -0.0010788376735016195, + -0.00026498182129150493, + 0.000921378275650107, + -0.0003020090531287271, + -0.0027990425288187217, + 0.0003839848092784686, + -0.0005801752663193221 + ], + [ + -0.001093290093208728, + -0.0002696217380067348, + 0.0009285586487364668, + -0.00030375801255212666, + -0.0028129115097352765, + 0.0003695408186876605, + -0.0005804777259150795 + ], + [ + -0.0011076771613773486, + -0.0002741818626207846, + 0.0009357521434171437, + -0.000305013636494635, + -0.002826770016803641, + 0.00035533267898790115, + -0.0005808214187013621 + ], + [ + -0.0011219872523119982, + -0.00027865739460554136, + 0.0009429496379191039, + -0.00030566205785426115, + -0.002840628293925966, + 0.0003413143169830309, + -0.0005811892837297462 + ] + ], + "std": [ + [ + 0.00528295840943212, + 0.0037503800214197885, + 0.007987418818017263, + 0.010271703560381531, + 0.010068299869322849, + 0.008936821261100314, + 0.009137814269583669 + ], + [ + 0.009366070020569594, + 0.005563192490602735, + 0.010366167329339539, + 0.016392970364716986, + 0.0128181735086043, + 0.013996203273242136, + 0.01371306706551619 + ], + [ + 0.013493674822325552, + 0.007557839658255937, + 0.013223906345265607, + 0.022840510471699983, + 0.016190333172102184, + 0.019393259665224788, + 0.018736681096216914 + ], + [ + 0.01758157102717434, + 0.009573397176025577, + 0.01622921696526868, + 0.029289362594268994, + 0.01978549339568421, + 0.02479188537728308, + 0.023814052085499457 + ], + [ + 0.02160304431084742, + 0.011558905888983036, + 0.01924507348577046, + 0.03563638895036711, + 0.023425518179306208, + 0.030092581064712322, + 0.028817960295211723 + ], + [ + 0.025547696022595347, + 0.013496434600300146, + 0.02221619315220497, + 0.04184140011480875, + 0.027032127497034864, + 0.03526254545593609, + 0.033703376257239404 + ], + [ + 0.029411996432355595, + 0.015379902475208946, + 0.025120532253455674, + 0.04789054402027449, + 0.030571544531904905, + 0.04029414464693682, + 0.038455977200013626 + ], + [ + 0.033195401172559466, + 0.017207987262839064, + 0.027950626239464763, + 0.05377975844444853, + 0.03403022291534771, + 0.04518845092266558, + 0.04307354095599354 + ], + [ + 0.036898631491904296, + 0.018981409601182657, + 0.030705119343938624, + 0.059509962857448376, + 0.03740357115264992, + 0.049949652502054694, + 0.04755898620318459 + ], + [ + 0.04052321970070839, + 0.020701781326455317, + 0.03338527448821329, + 0.06508411978723347, + 0.04069163490186246, + 0.054582481681145475, + 0.05191723338073996 + ], + [ + 0.04407082698028824, + 0.022370968772979262, + 0.035993639924009536, + 0.07050637701124393, + 0.043896261233432876, + 0.05909221037535707, + 0.056153590991772785 + ], + [ + 0.0475435423770565, + 0.023991040991993638, + 0.03853316502932019, + 0.07578147299117725, + 0.04702042183806408, + 0.06348381204532197, + 0.060273659929550416 + ], + [ + 0.050943525199736384, + 0.025564272437723103, + 0.041007050299592666, + 0.08091460770956421, + 0.050067389308582316, + 0.06776199406010615, + 0.06428296060152955 + ], + [ + 0.054272963481622395, + 0.02709273557069329, + 0.043418338666106386, + 0.0859110304762678, + 0.05304057734466405, + 0.0719313321612172, + 0.06818666288333226 + ], + [ + 0.057534214121582106, + 0.028578543213815685, + 0.045769887685113565, + 0.09077584672456149, + 0.05594298211067992, + 0.07599636368690371, + 0.0719897563874937 + ], + [ + 0.06072954555848128, + 0.03002364553993086, + 0.04806444300259776, + 0.0955141582250137, + 0.058777845197491504, + 0.07996130238505678, + 0.0756969126343347 + ], + [ + 0.06386117076322127, + 0.03142995710158159, + 0.05030465276800826, + 0.10013097786281829, + 0.061548027728573505, + 0.08383041810644598, + 0.07931228665466716 + ], + [ + 0.06693138063586493, + 0.03279924384079454, + 0.052492990084560945, + 0.10463112549795109, + 0.06425637770493431, + 0.08760760049908889, + 0.08283981553244948 + ], + [ + 0.0699423499412916, + 0.034133242821710486, + 0.054631789747081876, + 0.1090192817468642, + 0.06690550286824654, + 0.09129664387818072, + 0.08628334656093431 + ], + [ + 0.07289614452319867, + 0.035433541135269614, + 0.056723283213064454, + 0.11329981746740161, + 0.06949784758109216, + 0.09490122057232903, + 0.08964629235856832 + ], + [ + 0.07579483189096227, + 0.036701632152329244, + 0.05876955880275393, + 0.11747713718028796, + 0.07203581983840142, + 0.09842468180785811, + 0.09293205242224588 + ], + [ + 0.0786404243191212, + 0.037938994906844874, + 0.06077267468993704, + 0.12155535331673148, + 0.07452170065242275, + 0.1018704013153979, + 0.09614381847833305 + ], + [ + 0.08143488971726927, + 0.03914695694459251, + 0.06273452954100318, + 0.12553841028813237, + 0.07695759783665534, + 0.10524152049124655, + 0.09928461681406266 + ], + [ + 0.08418002767033828, + 0.0403267586959821, + 0.06465697183664915, + 0.12943010500730204, + 0.07934563730373015, + 0.10854096798923413, + 0.10235731660407837 + ], + [ + 0.08687770693258727, + 0.04147960373686374, + 0.06654166003183444, + 0.13323392351935545, + 0.08168767636986436, + 0.11177164197174155, + 0.1053646476099414 + ], + [ + 0.08952966179300871, + 0.042606624537539065, + 0.06839018395161417, + 0.13695331605467734, + 0.08398561148556521, + 0.1149362137025628, + 0.10830913628236016 + ], + [ + 0.09213749091842362, + 0.04370884875840694, + 0.07020410388179231, + 0.14059160852065852, + 0.08624103772019165, + 0.1180371909579624, + 0.11119318352474213 + ], + [ + 0.09470287292500586, + 0.0447873015743388, + 0.07198489092956413, + 0.1441520050186576, + 0.08845565020089871, + 0.1210771008315363, + 0.11401907654659796 + ], + [ + 0.09722725898134722, + 0.045842944092820956, + 0.0737339706991756, + 0.147637434178672, + 0.09063093364165006, + 0.1240582240830571, + 0.11678897625660171 + ], + [ + 0.09971220600433071, + 0.04687671189297623, + 0.07545261924355037, + 0.15105052778873304, + 0.09276849350311406, + 0.12698266874091604, + 0.11950511318126834 + ], + [ + 0.10215912017278991, + 0.047889508401548986, + 0.07714201070538604, + 0.15439403980557573, + 0.09486966324647725, + 0.1298525896908662, + 0.12216945243304304 + ], + [ + 0.10456938398447664, + 0.04888215541387571, + 0.07880329638150411, + 0.15767051289787573, + 0.09693580707444602, + 0.13267005906370616, + 0.12478393255059088 + ] + ], + "q01": [ + [ + -0.04024670124053955, + -0.030321243647485972, + -0.06754718484356999, + -0.07018850326538086, + -0.05894932043040171, + -0.061763520836830135, + -0.07230854436755181 + ], + [ + -0.07850990295410157, + -0.031098556909710168, + -0.06759921878576279, + -0.12459816098213196, + -0.07112786769866944, + -0.0739705604314804, + -0.08500459119677543 + ], + [ + -0.11656936407089233, + -0.0460018365457654, + -0.0710593655705452, + -0.1838821804523468, + -0.10361218452453613, + -0.10840869426727293, + -0.12499317899346352 + ], + [ + -0.1537733197212219, + -0.060455674305558205, + -0.09264940917491911, + -0.24247539997100828, + -0.13498410284519194, + -0.14301982045173645, + -0.1648265480995178 + ], + [ + -0.19042030572891233, + -0.07450426828116179, + -0.11442185640335083, + -0.29910717010498045, + -0.16582889556884767, + -0.17597580224275589, + -0.2028110757470131 + ], + [ + -0.22625989913940428, + -0.08789662010967732, + -0.1353307008743286, + -0.35402350731194016, + -0.19538795948028564, + -0.20809183359146116, + -0.23994077472016215 + ], + [ + -0.2612628012895584, + -0.10096158728003501, + -0.15552990119904278, + -0.4081040428578854, + -0.22440741360187527, + -0.24033286571502685, + -0.27507622316479685 + ], + [ + -0.2956635355949402, + -0.11371625065803528, + -0.17507748305797577, + -0.4596408939361572, + -0.2527411341667175, + -0.27039315454661844, + -0.31039283275604246 + ], + [ + -0.3295068264007568, + -0.12596857726573943, + -0.19363037943840025, + -0.5106027571484446, + -0.2801401913166046, + -0.2994399774074554, + -0.3441446483135223 + ], + [ + -0.3621368192136288, + -0.13806334298104048, + -0.21228461861610412, + -0.5597115379571914, + -0.30610617995262146, + -0.32828397512435914, + -0.3779697895050048 + ], + [ + -0.3938776969909668, + -0.1497806902974844, + -0.23081030584871767, + -0.606841587126255, + -0.3306380748748779, + -0.35553408920764923, + -0.4116533637046814 + ], + [ + -0.4246542096138, + -0.16101981982588767, + -0.24961013197898865, + -0.6553554074466228, + -0.35472696721553804, + -0.38207214951515195, + -0.44405982494354246 + ], + [ + -0.45529287010431285, + -0.17182323306798936, + -0.26666143238544465, + -0.7004827263951301, + -0.37906997203826903, + -0.4087392795085907, + -0.47554253339767455 + ], + [ + -0.48473532199859615, + -0.18213029272854328, + -0.2838438361883163, + -0.7442865820974112, + -0.40193683505058286, + -0.43412454366683956, + -0.5068329811096192 + ], + [ + -0.5134085727855563, + -0.1920946726948023, + -0.3012354463338852, + -0.7865652537345886, + -0.42475554943084715, + -0.4570801055431366, + -0.5381290912628174 + ], + [ + -0.5411498308181762, + -0.2018205290660262, + -0.3179529011249541, + -0.8261808790266514, + -0.4461488366127014, + -0.48171765565872193, + -0.5692039549350738 + ], + [ + -0.5681779384613037, + -0.21090829983353615, + -0.33467726111412044, + -0.8665612329635769, + -0.46707448065280915, + -0.5072946527600288, + -0.5977527856826781 + ], + [ + -0.594613230228424, + -0.2201124495267868, + -0.35052441358566283, + -0.9053092414885759, + -0.4872345268726349, + -0.5312508371472359, + -0.6270000845193863 + ], + [ + -0.620771798491478, + -0.22854322895407675, + -0.36715674996376035, + -0.9424558329582213, + -0.507492184638977, + -0.5555797685682774, + -0.6571206085383892 + ], + [ + -0.6447732090950012, + -0.23685051329433918, + -0.38201551027596, + -0.9768258893489837, + -0.5275017321109772, + -0.5787872304022312, + -0.6869768381118775 + ], + [ + -0.6688641667366028, + -0.2446977201104164, + -0.3966714918613434, + -1.0110128766298294, + -0.5472420573234558, + -0.6015173774398863, + -0.7146456092596053 + ], + [ + -0.6916197657585144, + -0.2529311913251877, + -0.4112723469734192, + -1.044541406845674, + -0.5666560292243957, + -0.6239300697296858, + -0.7425364039838314 + ], + [ + -0.7134623885154724, + -0.26241476263850927, + -0.4260101914405823, + -1.0765650063753127, + -0.5851939678192138, + -0.6459670779109001, + -0.7690956354141235 + ], + [ + -0.7353007316589355, + -0.2718286672234535, + -0.44134485125541684, + -1.108795847892761, + -0.6032658576965332, + -0.6675095868110656, + -0.7952668651938438 + ], + [ + -0.7560304015874862, + -0.2810585956927389, + -0.45523979663848874, + -1.1388011407852172, + -0.6217085838317871, + -0.6879157765954733, + -0.8191201388835907 + ], + [ + -0.7774286568164825, + -0.29014167428016663, + -0.46902426481246945, + -1.1657116267085075, + -0.6393849670886993, + -0.7074830037355423, + -0.8449575275182724 + ], + [ + -0.798573226109147, + -0.29834524884819985, + -0.48192712664604187, + -1.1918580561131238, + -0.6563079118728637, + -0.727038912922144, + -0.8700048923492432 + ], + [ + -0.8167849183082581, + -0.307169950529933, + -0.4946647450327873, + -1.2170597450248897, + -0.6730758477002382, + -0.745893472135067, + -0.8962108850479126 + ], + [ + -0.8347645044326781, + -0.3155065557360649, + -0.5071715950965882, + -1.2395394729077815, + -0.6897228121757507, + -0.7651810391247272, + -0.9223031215369701 + ], + [ + -0.8530867218971252, + -0.32411304235458377, + -0.5204566448926925, + -1.2609454888105391, + -0.7062497854232788, + -0.7826450742781162, + -0.9454392254352569 + ], + [ + -0.8718964338302613, + -0.3319458532333374, + -0.5329093664884568, + -1.2783269000053405, + -0.7224798440933228, + -0.7989225336164236, + -0.9699675559997557 + ], + [ + -0.8899627387523651, + -0.34035773657262325, + -0.5456235617399214, + -1.2963537635467945, + -0.7392274775076657, + -0.816358033195138, + -0.9929330378770828 + ] + ], + "q99": [ + [ + 0.033701133728027355, + 0.035642253411933784, + 0.04823824465274812, + 0.05825038850307431, + 0.06896153036504975, + 0.04934619247913324, + 0.061682740449905515 + ], + [ + 0.06694917678833034, + 0.03649218082427999, + 0.05097724497318265, + 0.10065676480531656, + 0.06967028975486683, + 0.09439243316650338, + 0.08306821584701542 + ], + [ + 0.09985924363136321, + 0.04360151179134856, + 0.07299374788999562, + 0.14902934402227344, + 0.08924479484558123, + 0.13798244297504417, + 0.12196509838104255 + ], + [ + 0.1324819684028627, + 0.05687704384326946, + 0.09533255398273474, + 0.19727840900421068, + 0.11799800395965604, + 0.18125718772411292, + 0.16016069781035244 + ], + [ + 0.16458644866943395, + 0.06974985003471382, + 0.11710324585437787, + 0.2448447652161086, + 0.14681987762451187, + 0.22332948535680652, + 0.19697726666927406 + ], + [ + 0.19617649912834284, + 0.08218269348144532, + 0.13775603771209782, + 0.28960396051406806, + 0.17425153255462728, + 0.26332307752221745, + 0.23271044790744783 + ], + [ + 0.22736120223999037, + 0.09410650134086651, + 0.15756807327270628, + 0.33464270591735557, + 0.20127094015479163, + 0.30284786462783747, + 0.2680423974990852 + ], + [ + 0.25805611610412604, + 0.10543730519712018, + 0.1770801782608035, + 0.3801749740540978, + 0.22835566997528184, + 0.339618278518318, + 0.302001678943636 + ], + [ + 0.2886318206787114, + 0.11647544056177142, + 0.1959035575389863, + 0.42109962671995, + 0.25520375370979415, + 0.37544347822665963, + 0.33455067873001154 + ], + [ + 0.3185104608535767, + 0.1271777570247652, + 0.21439913213253095, + 0.46272870779037234, + 0.2817085072398191, + 0.4102674019336676, + 0.36733800172805836 + ], + [ + 0.3477943420410159, + 0.1374306797981265, + 0.23205525577068364, + 0.5012826196104243, + 0.3082705438137086, + 0.4442332720756526, + 0.3985382199287426 + ], + [ + 0.3765024065971384, + 0.14726657196879436, + 0.24999597445130492, + 0.5406371816992663, + 0.3343181967735309, + 0.4769332134723638, + 0.42953427135944444 + ], + [ + 0.4045029401779175, + 0.1566657662391665, + 0.26750596612691896, + 0.5779192000627517, + 0.3604446411132822, + 0.5088725996017447, + 0.45954598188400414 + ], + [ + 0.431639170646669, + 0.16568675935268445, + 0.28499529510736527, + 0.612506606578817, + 0.38723738223198273, + 0.5380081474781033, + 0.4884572982788102 + ], + [ + 0.458722448349, + 0.175169034209103, + 0.3024313867092135, + 0.6461584067344521, + 0.4143957704305653, + 0.5697437223792067, + 0.5171163290739067 + ], + [ + 0.4849396586418153, + 0.1841529422998432, + 0.3196203738451008, + 0.6771226334571775, + 0.4402652379125358, + 0.5985034707188553, + 0.5454930260777492 + ], + [ + 0.510637497901917, + 0.19301620800048183, + 0.33659399598837014, + 0.7074734067916801, + 0.466479700803757, + 0.6274421679973579, + 0.5732536584138893 + ], + [ + 0.5365384340286256, + 0.20171843275427906, + 0.35341960005462236, + 0.7368436205387096, + 0.4928390234708819, + 0.6558295297622648, + 0.5998111516237269 + ], + [ + 0.5615544855594642, + 0.2098524500429633, + 0.36877827644348166, + 0.7641254806518533, + 0.5186310231685669, + 0.6813424974679916, + 0.6252027198672306 + ], + [ + 0.5855785846710218, + 0.2178749953955405, + 0.385025984048844, + 0.7935240384936328, + 0.5451544523239145, + 0.7065630450844712, + 0.6501346886157992 + ], + [ + 0.6090108662843707, + 0.2268750381469724, + 0.40141126513481296, + 0.8188913564383955, + 0.5699574112892166, + 0.7320038956403727, + 0.6739301204681397 + ], + [ + 0.6328666687011733, + 0.23575453028082835, + 0.4161545366048823, + 0.8429361700266571, + 0.5947182178497324, + 0.7542769628763198, + 0.6974160075187686 + ], + [ + 0.6560746192932138, + 0.2448314871639002, + 0.4304982662200931, + 0.8667170321941311, + 0.6185662388801576, + 0.7781108897924415, + 0.7194577131420387 + ], + [ + 0.6776900470256809, + 0.25299268215894494, + 0.44618175029754803, + 0.8891275776922644, + 0.6435258448123973, + 0.8001882624626142, + 0.7411099225282678 + ], + [ + 0.7004907757043841, + 0.261654318273067, + 0.4601850420236596, + 0.9101941800117449, + 0.6671384990215331, + 0.8230922746658277, + 0.7637379527091984 + ], + [ + 0.721158409118658, + 0.2699928537011118, + 0.47561065554618936, + 0.9273856514692296, + 0.6917167305946356, + 0.8447359703108662, + 0.7852531656622914 + ], + [ + 0.7423469662666323, + 0.2793818097561586, + 0.4890219122171419, + 0.9454408314824093, + 0.7136994719505344, + 0.8647692123055455, + 0.80554959923029 + ], + [ + 0.7625321626663238, + 0.2884734050929495, + 0.5014568030834218, + 0.961116894185539, + 0.7345726015977564, + 0.8831689521297786, + 0.8252374187111863 + ], + [ + 0.7825518488883978, + 0.29718200311064696, + 0.5161541908979449, + 0.9766524928808162, + 0.7561939205974346, + 0.8994174182414862, + 0.8439409121871008 + ], + [ + 0.8025950789451632, + 0.3049301217682653, + 0.5278493255376825, + 0.9899541234970093, + 0.7775375053286557, + 0.9170856413245146, + 0.8627025675145005 + ], + [ + 0.8221393875777725, + 0.3127731060981732, + 0.5403406381607061, + 1.0026664403080867, + 0.7975840449333208, + 0.9324750578403441, + 0.8813684403896334 + ], + [ + 0.8410345345735559, + 0.3204443434625846, + 0.5512791842222213, + 1.0156806778907759, + 0.8164953768253339, + 0.9476988792419382, + 0.897700938582421 + ] + ] + }, + "torso": { + "min": [ + [ + -0.5749600529670715, + -1.0736345052719116, + -0.9896188676357269, + -0.05344555154442787 + ], + [ + -0.06952488422393799, + -0.0672757625579834, + -0.022595763206481934, + -0.05344555154442787 + ], + [ + -0.06952488422393799, + -0.0672757625579834, + -0.028046131134033203, + -0.05344555154442787 + ], + [ + -0.06952488422393799, + -0.0672757625579834, + -0.0335003137588501, + -0.05344555154442787 + ], + [ + -0.06952488422393799, + -0.0672757625579834, + -0.038959503173828125, + -0.05344555154442787 + ], + [ + -0.06952488422393799, + -0.0672757625579834, + -0.044412970542907715, + -0.05344555154442787 + ], + [ + -0.06952488422393799, + -0.0672757625579834, + -0.049860596656799316, + -0.05344555154442787 + ], + [ + -0.06952488422393799, + -0.07076311111450195, + -0.05529904365539551, + -0.05344555154442787 + ], + [ + -0.06952488422393799, + -0.07776319980621338, + -0.06073641777038574, + -0.05344555154442787 + ], + [ + -0.06952488422393799, + -0.08476316928863525, + -0.06615936756134033, + -0.05344555154442787 + ], + [ + -0.06952488422393799, + -0.09176313877105713, + -0.0715339183807373, + -0.05344555154442787 + ], + [ + -0.06952488422393799, + -0.098763108253479, + -0.07686591148376465, + -0.05344555154442787 + ], + [ + -0.07036161422729492, + -0.10576307773590088, + -0.08229410648345947, + -0.05344555154442787 + ], + [ + -0.07073307037353516, + -0.1127631664276123, + -0.0877218246459961, + -0.05344555154442787 + ], + [ + -0.070792555809021, + -0.11976313591003418, + -0.09314978122711182, + -0.05344555154442787 + ], + [ + -0.0737958550453186, + -0.12676310539245605, + -0.09857773780822754, + -0.05344555154442787 + ], + [ + -0.0776292085647583, + -0.13376307487487793, + -0.10400557518005371, + -0.05344555154442787 + ], + [ + -0.081462562084198, + -0.1407630443572998, + -0.10943353176116943, + -0.05344555154442787 + ], + [ + -0.08529585599899292, + -0.14776313304901123, + -0.11486148834228516, + -0.05344555154442787 + ], + [ + -0.08912914991378784, + -0.1547631025314331, + -0.12028872966766357, + -0.05344555154442787 + ], + [ + -0.09296256303787231, + -0.16176307201385498, + -0.1257157325744629, + -0.05344555154442787 + ], + [ + -0.09679585695266724, + -0.16876304149627686, + -0.1311112642288208, + -0.05344555154442787 + ], + [ + -0.10062921047210693, + -0.17576301097869873, + -0.13580894470214844, + -0.05344555154442787 + ], + [ + -0.10446256399154663, + -0.18276309967041016, + -0.14049863815307617, + -0.05344555154442787 + ], + [ + -0.10829585790634155, + -0.18976306915283203, + -0.1451866626739502, + -0.05344555154442787 + ], + [ + -0.11212915182113647, + -0.1967630386352539, + -0.14987659454345703, + -0.05344555154442787 + ], + [ + -0.11596256494522095, + -0.20376300811767578, + -0.15455985069274902, + -0.05344555154442787 + ], + [ + -0.11979585886001587, + -0.21076297760009766, + -0.15924036502838135, + -0.05344555154442787 + ], + [ + -0.12362915277481079, + -0.21776306629180908, + -0.16390156745910645, + -0.05344555154442787 + ], + [ + -0.1274625062942505, + -0.22476303577423096, + -0.16854846477508545, + -0.05344555154442787 + ], + [ + -0.13129585981369019, + -0.23176300525665283, + -0.173162579536438, + -0.05344555154442787 + ], + [ + -0.1351291537284851, + -0.2387629747390747, + -0.1783970594406128, + -0.05344555154442787 + ] + ], + "max": [ + [ + 0.6199259757995605, + 1.0504485964775085, + 0.5112290047109127, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.021211743354797363, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.026612162590026855, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.0320134162902832, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.0374147891998291, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.04281604290008545, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.048217058181762695, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.05361807346343994, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.05901932716369629, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.06442093849182129, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.06982231140136719, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.07522368431091309, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.08062505722045898, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.08602595329284668, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.09142684936523438, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.09682762622833252, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.10222852230072021, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.10762953758239746, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.11303043365478516, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.11843109130859375, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.12383031845092773, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.12923097610473633, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.13462960720062256, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.14002513885498047, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1831570863723755, + 0.14541006088256836, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.18350425362586975, + 0.15079891681671143, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.190504252910614, + 0.15619754791259766, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.1975042223930359, + 0.16157817840576172, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.20450425148010254, + 0.16690504550933838, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.2115042507648468, + 0.17220556735992432, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.21850425004959106, + 0.1774965524673462, + 0.05102548748254776 + ], + [ + 0.32075071334838867, + 0.22550427913665771, + 0.18276941776275635, + 0.05102548748254776 + ] + ], + "mean": [ + [ + 0.00016827125137793518, + -0.0006522512842489846, + -0.0008827961206896698, + -3.927529525922771e-06 + ], + [ + 0.00014718489105325743, + -0.0006136405820156965, + -0.0008708848066581749, + -3.927529525922771e-06 + ], + [ + 0.00012598069546293752, + -0.0005748141422562397, + -0.0008589099821238484, + -3.927529525922771e-06 + ], + [ + 0.00010476498381775334, + -0.0005359669099864223, + -0.0008469200787482314, + -3.927529525922771e-06 + ], + [ + 8.354093446527407e-05, + -0.0004971045751116876, + -0.000834918288097857, + -3.927529525922771e-06 + ], + [ + 6.231155256430336e-05, + -0.00045823261382904227, + -0.0008229070631069711, + -3.927529525922771e-06 + ], + [ + 4.108095735646765e-05, + -0.00041935857829083573, + -0.0008108894799401248, + -3.927529525922771e-06 + ], + [ + 1.9852106407985375e-05, + -0.0003804878415586736, + -0.0007988680071678288, + -3.927529525922771e-06 + ], + [ + -1.3723685093857638e-06, + -0.00034162524353567564, + -0.0007868442853942149, + -3.927529525922771e-06 + ], + [ + -2.2589284556098174e-05, + -0.0003027765702129799, + -0.0007748207733061444, + -3.927529525922771e-06 + ], + [ + -4.3794953418041125e-05, + -0.00026394860639203296, + -0.0007628000372036758, + -3.927529525922771e-06 + ], + [ + -6.498757191012963e-05, + -0.00022514463424318684, + -0.0007507836675419086, + -3.927529525922771e-06 + ], + [ + -8.616464332331804e-05, + -0.0001863691168866798, + -0.0007387744954255431, + -3.927529525922771e-06 + ], + [ + -0.00010732297263929517, + -0.00014762803214973068, + -0.0007267744944001681, + -3.927529525922771e-06 + ], + [ + -0.00012845992295167267, + -0.000108926327794518, + -0.0007147853933143623, + -3.927529525922771e-06 + ], + [ + -0.00014957393579851383, + -7.026674547608364e-05, + -0.0007028092892058032, + -3.927529525922771e-06 + ], + [ + -0.00017066238855679172, + -3.165411537177298e-05, + -0.0006908484981533262, + -3.927529525922771e-06 + ], + [ + -0.0001917232726235641, + 6.907908464416953e-06, + -0.0006789047989411711, + -3.927529525922771e-06 + ], + [ + -0.00021275456431900667, + 4.541554562774733e-05, + -0.0006669790799409479, + -3.927529525922771e-06 + ], + [ + -0.00023375399963945518, + 8.386467204136641e-05, + -0.000655073303653002, + -3.927529525922771e-06 + ], + [ + -0.0002547210380007259, + 0.0001222542928710619, + -0.0006431878608088937, + -3.927529525922771e-06 + ], + [ + -0.0002756540056232041, + 0.00016058133478955402, + -0.0006313240995491854, + -3.927529525922771e-06 + ], + [ + -0.00029655215465092987, + 0.00019884450431865316, + -0.0006194832611890679, + -3.927529525922771e-06 + ], + [ + -0.0003174138751315907, + 0.00023704079660708785, + -0.0006076661202820253, + -3.927529525922771e-06 + ], + [ + -0.000338237592729525, + 0.00027516745020729033, + -0.0005958745139964973, + -3.927529525922771e-06 + ], + [ + -0.0003590215848279601, + 0.0003132213444386201, + -0.0005841102001568171, + -3.927529525922771e-06 + ], + [ + -0.000379766878640732, + 0.000351204257951892, + -0.000572371547769974, + -3.927529525922771e-06 + ], + [ + -0.0004004720773365962, + 0.0003891135680625907, + -0.0005606591538508851, + -3.927529525922771e-06 + ], + [ + -0.00042113535842101547, + 0.0004269460401978638, + -0.0005489749711763475, + -3.927529525922771e-06 + ], + [ + -0.00044175615713877515, + 0.0004647006201348258, + -0.0005373190796848955, + -3.927529525922771e-06 + ], + [ + -0.00046233383463112744, + 0.0005023761726817886, + -0.0005256919212934985, + -3.927529525922771e-06 + ], + [ + -0.00048286655826532913, + 0.0005399694739613238, + -0.0005140954263083945, + -3.927529525922771e-06 + ] + ], + "std": [ + [ + 0.0015556263773840989, + 0.0025126080524256215, + 0.0015490357154361364, + 0.00010521878447469918 + ], + [ + 0.0026586223127482594, + 0.004673664203461876, + 0.0027970618261047857, + 0.00010521878447469918 + ], + [ + 0.003847944430164362, + 0.00690199416309056, + 0.004099213400816136, + 0.00010521878447469918 + ], + [ + 0.005049689871914594, + 0.00912381440665125, + 0.005403847122457405, + 0.00010521878447469918 + ], + [ + 0.0062524750057089806, + 0.011335130492597056, + 0.006704539317501763, + 0.00010521878447469918 + ], + [ + 0.007452494939575495, + 0.013534989142321242, + 0.007999439974010621, + 0.00010521878447469918 + ], + [ + 0.008648245650887973, + 0.015723293112850704, + 0.009288023890097112, + 0.00010521878447469918 + ], + [ + 0.009839091585993824, + 0.01790022863561882, + 0.010570209396695748, + 0.00010521878447469918 + ], + [ + 0.011024766454259942, + 0.020066066322007366, + 0.011846067409018161, + 0.00010521878447469918 + ], + [ + 0.012205178390399874, + 0.022221097227594033, + 0.013115719237978926, + 0.00010521878447469918 + ], + [ + 0.013380319517069866, + 0.024365602073855235, + 0.014379296839761755, + 0.00010521878447469918 + ], + [ + 0.014550221972460755, + 0.026499838214610293, + 0.015636930556546472, + 0.00010521878447469918 + ], + [ + 0.015714934695962367, + 0.028624033723625687, + 0.016888742787343425, + 0.00010521878447469918 + ], + [ + 0.01687451203659651, + 0.030738388197180107, + 0.018134846774478533, + 0.00010521878447469918 + ], + [ + 0.018029012231502835, + 0.03284308282720299, + 0.01937534772728226, + 0.00010521878447469918 + ], + [ + 0.019178491107530664, + 0.03493827614188791, + 0.020610342052823184, + 0.00010521878447469918 + ], + [ + 0.020323002667434018, + 0.037024111016729415, + 0.021839916896046082, + 0.00010521878447469918 + ], + [ + 0.021462600095330676, + 0.03910071895983478, + 0.023064153995908696, + 0.00010521878447469918 + ], + [ + 0.02259733300830106, + 0.04116821852167236, + 0.024283128186455095, + 0.00010521878447469918 + ], + [ + 0.02372724983383666, + 0.0432267206579845, + 0.025496910543970467, + 0.00010521878447469918 + ], + [ + 0.024852397825144455, + 0.045276330309263424, + 0.02670557114575118, + 0.00010521878447469918 + ], + [ + 0.02597282492470479, + 0.04731715062911533, + 0.027909179767893616, + 0.00010521878447469918 + ], + [ + 0.027088577561143114, + 0.04934927938585896, + 0.029107806915553713, + 0.00010521878447469918 + ], + [ + 0.02819970510456176, + 0.051372817681524054, + 0.030301524856478173, + 0.00010521878447469918 + ], + [ + 0.029306254822885403, + 0.05338786146700993, + 0.031490404318500684, + 0.00010521878447469918 + ], + [ + 0.030408275351684194, + 0.055394507764767335, + 0.03267451699437755, + 0.00010521878447469918 + ], + [ + 0.03150581538551447, + 0.05739285251908217, + 0.033853935441349084, + 0.00010521878447469918 + ], + [ + 0.03259892543480906, + 0.05938299420647258, + 0.035028729895999984, + 0.00010521878447469918 + ], + [ + 0.03368765771326283, + 0.06136503334280094, + 0.036198974602294445, + 0.00010521878447469918 + ], + [ + 0.034772066117727755, + 0.06333907306372594, + 0.037364740999705416, + 0.00010521878447469918 + ], + [ + 0.03585220224276829, + 0.06530521174407342, + 0.038526095994027516, + 0.00010521878447469918 + ], + [ + 0.03692811588309699, + 0.06726354399424353, + 0.039683106443308615, + 0.00010521878447469918 + ] + ], + "q01": [ + [ + -0.00445591926574707, + -0.00878673791885376, + -0.006326556205749512, + -0.0005188578180968761 + ], + [ + -0.008287191390991211, + -0.01578432321548462, + -0.011768579483032227, + -0.0005188578180968761 + ], + [ + -0.012118637561798096, + -0.022781752943992616, + -0.017214655876159668, + -0.0005188578180968761 + ], + [ + -0.01595020294189453, + -0.02977883815765381, + -0.022658586502075195, + -0.0005188578180968761 + ], + [ + -0.019781649112701416, + -0.03677624464035034, + -0.028095722198486328, + -0.0005188578180968761 + ], + [ + -0.0236130952835083, + -0.04377329349517822, + -0.03352832794189453, + -0.0005188578180968761 + ], + [ + -0.027444303035736084, + -0.05077028274536133, + -0.038950324058532715, + -0.0005188578180968761 + ], + [ + -0.031275391578674316, + -0.05776703357696533, + -0.04436412572860718, + -0.0005188578180968761 + ], + [ + -0.03510623693466187, + -0.06476412892341614, + -0.04975786924362183, + -0.0005188578180968761 + ], + [ + -0.03893697261810303, + -0.07176119089126587, + -0.055131704807281495, + -0.0005188578180968761 + ], + [ + -0.042767465114593506, + -0.0787581205368042, + -0.06046679735183716, + -0.0005188578180968761 + ], + [ + -0.04659759998321533, + -0.08575481176376343, + -0.06576144695281982, + -0.0005188578180968761 + ], + [ + -0.050427794456481934, + -0.09275186061859131, + -0.07101396322250367, + -0.0005188578180968761 + ], + [ + -0.054257750511169434, + -0.09974887311458587, + -0.07618803024291992, + -0.0005188578180968761 + ], + [ + -0.05808734893798828, + -0.10674554109573364, + -0.08127108335494995, + -0.0005188578180968761 + ], + [ + -0.06191694736480713, + -0.11374258995056152, + -0.08629006385803223, + -0.0005188578180968761 + ], + [ + -0.06574630737304688, + -0.12073957920074463, + -0.09118547558784484, + -0.0005188578180968761 + ], + [ + -0.06957566738128662, + -0.12773680686950684, + -0.09593910694122314, + -0.0005188578180968761 + ], + [ + -0.07340490818023682, + -0.13473325967788696, + -0.10066814422607422, + -0.0005188578180968761 + ], + [ + -0.07723391056060791, + -0.14172993779182433, + -0.10532248497009278, + -0.0005188578180968761 + ], + [ + -0.08106255531311035, + -0.14872652292251587, + -0.10981133699417114, + -0.0005188578180968761 + ], + [ + -0.08489120006561279, + -0.15572333335876465, + -0.11423357009887695, + -0.0005188578180968761 + ], + [ + -0.08871966123580932, + -0.1627202033996582, + -0.11860922574996949, + -0.0005188578180968761 + ], + [ + -0.09254741191864013, + -0.16971659004688264, + -0.12298226833343506, + -0.0005188578180968761 + ], + [ + -0.09637528657913208, + -0.1767134666442871, + -0.12716768503189085, + -0.0005188578180968761 + ], + [ + -0.10020327568054199, + -0.18371063470840454, + -0.13142574310302735, + -0.0005188578180968761 + ], + [ + -0.10403096675872803, + -0.19070756435394287, + -0.135668044090271, + -0.0005188578180968761 + ], + [ + -0.10785830020904541, + -0.19770467281341553, + -0.1397005772590637, + -0.0005188578180968761 + ], + [ + -0.11168551445007324, + -0.2047014832496643, + -0.1438177442550659, + -0.0005188578180968761 + ], + [ + -0.11551284790039062, + -0.2116987109184265, + -0.1478727889060974, + -0.0005188578180968761 + ], + [ + -0.1193397045135498, + -0.2186955213546753, + -0.15191979646682738, + -0.0005188578180968761 + ], + [ + -0.1231657862663269, + -0.22569197416305542, + -0.15593806505203248, + -0.0005188578180968761 + ] + ], + "q99": [ + [ + 0.0042781829833984375, + 0.007399857044219971, + 0.004938991069793702, + 0.0005044586391886695 + ], + [ + 0.008110695481300348, + 0.014396965503692627, + 0.010374903678894043, + 0.0005044586391886695 + ], + [ + 0.011943221092224121, + 0.02139413356781006, + 0.01581418514251709, + 0.0005044586391886695 + ], + [ + 0.015775978565216064, + 0.028391361236572266, + 0.021247656345367433, + 0.0005044586391886695 + ], + [ + 0.019608676433563232, + 0.03538858890533447, + 0.026676654815673828, + 0.0005044586391886695 + ], + [ + 0.0234413743019104, + 0.04238605499267578, + 0.032102227210998535, + 0.0005044586391886695 + ], + [ + 0.02727407217025757, + 0.04938352108001709, + 0.037525057792663574, + 0.0005044586391886695 + ], + [ + 0.031106770038604736, + 0.056381165981292725, + 0.042945892810821534, + 0.0005044586391886695 + ], + [ + 0.034939550757408136, + 0.06337875127792358, + 0.048365116119384766, + 0.0005044586391886695 + ], + [ + 0.03877228498458862, + 0.07037639617919922, + 0.053782970905303956, + 0.0005044586391886695 + ], + [ + 0.042605042457580566, + 0.07737410068511963, + 0.05919921398162842, + 0.0005044586391886695 + ], + [ + 0.046437859535217285, + 0.08437192440032959, + 0.06461191177368164, + 0.0005044586391886695 + ], + [ + 0.05027055740356445, + 0.09136968851089478, + 0.07001805305480957, + 0.0005044586391886695 + ], + [ + 0.054103314876556396, + 0.09836763143539429, + 0.0754169225692749, + 0.0005044586391886695 + ], + [ + 0.057936131954193115, + 0.10536566376686096, + 0.08080673217773438, + 0.0005044586391886695 + ], + [ + 0.06176900863647461, + 0.11236387491226196, + 0.08618834733963013, + 0.0005044586391886695 + ], + [ + 0.06560173630714417, + 0.11936217546463013, + 0.09156504392623901, + 0.0005044586391886695 + ], + [ + 0.0694345235824585, + 0.12636053562164307, + 0.09692484378814697, + 0.0005044586391886695 + ], + [ + 0.07326728105545044, + 0.13335883617401123, + 0.1022670578956604, + 0.0005044586391886695 + ], + [ + 0.07710006177425384, + 0.14035731554031372, + 0.10757935047149658, + 0.0005044586391886695 + ], + [ + 0.08093284904956817, + 0.14735567569732666, + 0.11286807060241699, + 0.0005044586391886695 + ], + [ + 0.08476555347442627, + 0.15435409545898438, + 0.11813703298568726, + 0.0005044586391886695 + ], + [ + 0.08859837055206299, + 0.16135257482528687, + 0.12336585283279419, + 0.0005044586391886695 + ], + [ + 0.09243124723434448, + 0.16835105419158936, + 0.1285812282562256, + 0.0005044586391886695 + ], + [ + 0.0962640643119812, + 0.17534959316253662, + 0.1337171220779419, + 0.0005044586391886695 + ], + [ + 0.10009685158729553, + 0.1823480725288391, + 0.13881057739257813, + 0.0005044586391886695 + ], + [ + 0.10392969846725464, + 0.1893465706706047, + 0.14386165142059326, + 0.0005044586391886695 + ], + [ + 0.10776251554489136, + 0.19634509086608887, + 0.14883071422576905, + 0.0005044586391886695 + ], + [ + 0.11159521341323853, + 0.2033436894416809, + 0.1537387776374817, + 0.0005044586391886695 + ], + [ + 0.1154279112815857, + 0.21034228801727295, + 0.1586703109741211, + 0.0005044586391886695 + ], + [ + 0.11926060914993286, + 0.217340886592865, + 0.16347007036209107, + 0.0005044586391886695 + ], + [ + 0.1230933666229248, + 0.22433948516845703, + 0.16824728965759278, + 0.0005044586391886695 + ] + ] + } + } + }, + "gr1": { + "state": { + "left_arm": { + "min": [ + -1.7667367458343506, + -0.9394838809967041, + -3.003539562225342, + -2.5103440284729004, + -2.8187081813812256, + -1.5054477453231812, + -1.5409959554672241 + ], + "max": [ + 1.38914155960083, + 1.5781080722808838, + 2.997148275375366, + 0.390171617269516, + 3.029036045074463, + 1.5343936681747437, + 1.5214680433273315 + ], + "mean": [ + -0.19481485347114547, + 0.16128400966363893, + -0.1311499129555655, + -1.4663888104599263, + -0.02413482200884505, + 0.16560683954147964, + 0.005410647894310498 + ], + "std": [ + 0.2997534872504169, + 0.17223809089807118, + 0.22264173546069846, + 0.3463451859545078, + 0.3487661557417038, + 0.2421011323691928, + 0.2289086130850983 + ], + "q01": [ + -1.73929762840271, + -0.003958290908485651, + -1.065827213525772, + -2.4966227054595946, + -1.3501141786575317, + -0.8263642120361329, + -1.19250638961792 + ], + "q99": [ + 0.8665580987930297, + 0.995324742794037, + 0.4737708628177639, + -0.00033615667925914155, + 1.182755023241043, + 1.3870870721340174, + 1.2789022445678706 + ] + }, + "right_arm": { + "min": [ + -2.645646572113037, + -2.999122142791748, + -3.00199556350708, + -2.536545753479004, + -3.0015928745269775, + -1.5032434463500977, + -1.4976415634155273 + ], + "max": [ + 2.142017126083374, + 0.07876992970705032, + 3.000385046005249, + 0.048908114433288574, + 3.001671552658081, + 1.479303240776062, + 1.5007601976394653 + ], + "mean": [ + -0.3111565456732083, + -0.2511189322778004, + 0.091007512298025, + -1.3821695267498932, + 0.3768000908466069, + -0.07595417097627934, + 0.09508919383909346 + ], + "std": [ + 0.4232940778022758, + 0.2745518057335516, + 0.3367304247365095, + 0.4889618856457589, + 0.46114805331183856, + 0.3664289852047108, + 0.45934624149845404 + ], + "q01": [ + -1.6592845284938813, + -1.257149133682251, + -0.9480208599567413, + -2.476447582244873, + -0.9057820677757263, + -1.2816193580627442, + -1.1387006866931915 + ], + "q99": [ + 1.251422860622406, + 0.008797253482043743, + 1.0988608801364899, + -0.0068526727147401, + 1.9205821895599362, + 1.0795991659164428, + 1.2507708072662354 + ] + }, + "left_hand": { + "min": [ + -3.3788769245147705, + -3.184504270553589, + -4.19711446762085, + -3.5409750938415527, + -2.581787347793579, + -2.73329496383667 + ], + "max": [ + 4.437142372131348, + 5.538408279418945, + 4.7685112953186035, + 3.376582145690918, + 3.9150447845458984, + 5.075474739074707 + ], + "mean": [ + 0.11645245179852111, + 0.13116060157607273, + 0.14541392917388618, + 0.1469678315957771, + 0.05351285343355412, + 0.42569107109120286 + ], + "std": [ + 0.29017842743498734, + 0.28454728960322795, + 0.2767835814514259, + 0.3255350736816462, + 0.15315136308909721, + 0.5837974187803513 + ], + "q01": [ + -0.4898205837607384, + -0.21704037368297577, + -0.23327417194843292, + -0.1784352684020996, + -0.22330105692148208, + -0.054175131171941754 + ], + "q99": [ + 1.5559209823608398, + 1.5045883655548096, + 1.6311287641525274, + 1.6614893734455105, + 1.2946673369407653, + 2.0128181743621827 + ] + }, + "right_hand": { + "min": [ + -2.2151429653167725, + -3.3773539066314697, + -2.4364871978759766, + -2.2032501697540283, + -1.5127859115600586, + -0.818516731262207 + ], + "max": [ + 3.7578370571136475, + 3.6758010387420654, + 3.4021682739257812, + 2.874237298965454, + 2.2128536701202393, + 2.1886658668518066 + ], + "mean": [ + 0.3508389358217932, + 0.3572603635459281, + 0.3350922602854271, + 0.39536786762011356, + 0.1308806746780411, + 1.2075005423550653 + ], + "std": [ + 0.4691118026898483, + 0.4291954611836847, + 0.41256571296756145, + 0.45150297663474714, + 0.20670591936796345, + 0.6004637607443121 + ], + "q01": [ + -0.047660976648330695, + -0.005562563217245043, + -0.11582272693514824, + -0.005664149299263954, + -0.5400147008895874, + 0.011294442228972912 + ], + "q99": [ + 1.51954607963562, + 1.5248469114303589, + 1.720312867164612, + 1.6046032810211184, + 0.7412277638912202, + 1.871712634563446 + ] + }, + "waist": { + "min": [ + -1.0505276918411255, + -3.734909772872925, + -0.7304351925849915 + ], + "max": [ + 2.3648884296417236, + 1.2820428609848022, + 1.641447901725769 + ], + "mean": [ + 0.03511118798391937, + 0.023129349918354292, + -9.005483643194064e-05 + ], + "std": [ + 0.18581404188333073, + 0.04193078757029081, + 0.00820033104130652 + ], + "q01": [ + -0.5984661936759949, + -0.04586787845939398, + -0.03608853369951248 + ], + "q99": [ + 0.7126809978485108, + 0.24479174375534063, + 0.039485365189611876 + ] + } + }, + "action": { + "left_arm": { + "min": [ + -2.291214942932129, + -0.046974193304777145, + -3.0001769065856934, + -2.787419557571411, + -2.817837953567505, + -1.4981389045715332, + -1.4949527978897095 + ], + "max": [ + 1.3931429386138916, + 1.8901419639587402, + 2.997774362564087, + 0.01950857974588871, + 3.0014517307281494, + 1.5000393390655518, + 1.5000176429748535 + ], + "mean": [ + -0.2022250973429031, + 0.15897563739672413, + -0.13062275287044878, + -1.4690487735123714, + -0.025466407791133523, + 0.1679954154778626, + -0.01717887024399095 + ], + "std": [ + 0.3064046326442684, + 0.17200587267094083, + 0.2243088054176833, + 0.3512607866839048, + 0.3515691379552029, + 0.2513131686004664, + 0.2461358351709143 + ], + "q01": [ + -1.7427038609981538, + -5.923409989918582e-05, + -1.111556829214096, + -2.675620365142822, + -1.3701973676681518, + -0.9063545680046081, + -1.3308427333831787 + ], + "q99": [ + 0.8815246701240538, + 1.013069784641266, + 0.4819008529186247, + -2.0523875173239458e-05, + 1.1850274562835694, + 1.412140974998474, + 1.3989997625350952 + ] + }, + "right_arm": { + "min": [ + -2.750356912612915, + -2.9999561309814453, + -3.0000996589660645, + -2.8788585662841797, + -3.000077247619629, + -1.5001442432403564, + -1.4998821020126343 + ], + "max": [ + 2.2311699390411377, + 0.00100952188950032, + 3.0000193119049072, + 0.00015923754835966974, + 3.0000836849212646, + 1.4988927841186523, + 1.5000380277633667 + ], + "mean": [ + -0.32212699648588394, + -0.2545393310231313, + 0.08651282988222919, + -1.3808805021724442, + 0.3826942242781352, + -0.08163989837866739, + 0.08696862695348564 + ], + "std": [ + 0.4311176733448753, + 0.2834091302038368, + 0.34605378998560066, + 0.5004203965525854, + 0.4637183220531506, + 0.3874271761563013, + 0.5018928677874117 + ], + "q01": [ + -1.6659142291545868, + -1.311771879196167, + -1.0134680604934692, + -2.569200005531311, + -1.0039543116092682, + -1.3790273785591125, + -1.2920814263820648 + ], + "q99": [ + 1.2672191214561461, + -9.999999974752427e-07, + 1.1113542342185978, + -0.0007472563884221083, + 1.9389648783206905, + 1.1922462415695185, + 1.487492561340332 + ] + }, + "left_hand": { + "min": [ + -1.9597030878067017, + -1.8635213375091553, + -1.9709523916244507, + -1.5, + -3.0, + 0.0 + ], + "max": [ + 1.5707963705062866, + 1.646651268005371, + 1.709236979484558, + 2.0620639324188232, + 3.0, + 3.0 + ], + "mean": [ + -0.006920998645459253, + 0.01947616254028217, + 0.040109211849535864, + 0.02527625327047245, + -0.09010772725469796, + 0.6074772234278684 + ], + "std": [ + 0.5715335691409725, + 0.5861040367276122, + 0.5898717333439536, + 0.6091900827320826, + 1.0598581498874164, + 0.9866875269321831 + ], + "q01": [ + -1.5, + -1.5, + -1.5, + -1.5, + -3.0, + 0.0 + ], + "q99": [ + 1.5, + 1.5, + 1.5, + 1.5168532657623293, + 3.0, + 3.0 + ] + }, + "right_hand": { + "min": [ + -1.5, + -1.5, + -1.5, + -1.5, + -3.0, + 3.1221401286529726e-07 + ], + "max": [ + 1.5707963705062866, + 1.7183797359466553, + 3.979951858520508, + 3.9879753589630127, + 3.0, + 3.0 + ], + "mean": [ + -0.10027059235142924, + -0.05585413493680216, + -0.06891139664220072, + -0.02000022747086741, + -0.3212652592453809, + 1.906511783599853 + ], + "std": [ + 1.0987567441797557, + 1.1187149333058117, + 1.1223716700165174, + 1.149134818397045, + 2.1150409826181646, + 1.1796188314372948 + ], + "q01": [ + -1.5, + -1.5, + -1.5, + -1.5, + -3.0, + 0.010369242057204246 + ], + "q99": [ + 1.5, + 1.5097358465194703, + 1.5707963705062866, + 1.5707963705062866, + 3.0, + 3.0 + ] + }, + "waist": { + "min": [ + -1.0500264167785645, + -0.6807454824447632, + -0.543700098991394 + ], + "max": [ + 1.1157444715499878, + 1.1568318605422974, + 0.7470723986625671 + ], + "mean": [ + 0.035645808426320875, + 0.01144822842579308, + 4.085763085221409e-06 + ], + "std": [ + 0.1888807031973496, + 0.039838836264842276, + 0.0035500982127471704 + ], + "q01": [ + -0.6020408487319946, + -0.050653454363346104, + -0.01950529683381319 + ], + "q99": [ + 0.7275692248344422, + 0.2765102529525758, + 0.015803386736661217 + ] + } + }, + "relative_action": { + "left_arm": { + "min": [ + [ + -0.7535467743873596, + -0.33187076449394226, + -0.9089339971542358, + -0.37066301703453064, + -0.7194805145263672, + -1.3083981275558472, + -0.8095897436141968 + ], + [ + -1.232682704925537, + -0.8215754628181458, + -0.9089339971542358, + -0.541803777217865, + -0.8851319551467896, + -1.3081187009811401, + -0.9558534622192383 + ], + [ + -1.2337671518325806, + -0.8476911783218384, + -0.9089339971542358, + -0.5655254125595093, + -0.9038506746292114, + -1.3081125020980835, + -1.0602306127548218 + ], + [ + -1.2290875911712646, + -0.8733228445053101, + -0.9089263677597046, + -0.626060426235199, + -0.9511255621910095, + -1.3081187009811401, + -1.1395330429077148 + ], + [ + -1.233262538909912, + -0.8946402668952942, + -0.9089339971542358, + -0.831531822681427, + -1.001530647277832, + -1.3074311017990112, + -1.1917215585708618 + ], + [ + -1.2355599403381348, + -0.8910793662071228, + -0.9089339971542358, + -0.8114831447601318, + -1.1363462209701538, + -1.335357904434204, + -1.21781587600708 + ], + [ + -1.2418559789657593, + -0.8838143348693848, + -0.9089263677597046, + -0.8124465346336365, + -1.291194200515747, + -1.4087038040161133, + -1.2809923887252808 + ], + [ + -1.2406965494155884, + -0.8777319192886353, + -0.9089339971542358, + -0.8249823451042175, + -1.333981990814209, + -1.4045289754867554, + -1.3715757131576538 + ], + [ + -1.2409361600875854, + -0.8704668879508972, + -0.908930242061615, + -0.8797822594642639, + -1.40472412109375, + -1.391061782836914, + -1.3705650568008423 + ], + [ + -1.2392809391021729, + -0.862606406211853, + -0.9089339971542358, + -0.953082263469696, + -1.4670740365982056, + -1.4924039840698242, + -1.3397067785263062 + ], + [ + -1.25104820728302, + -0.8639662265777588, + -0.9437901973724365, + -1.026382327079773, + -1.5255049467086792, + -1.5377236604690552, + -1.2987662553787231 + ], + [ + -1.2541099786758423, + -0.9047096371650696, + -1.013206124305725, + -1.0966079235076904, + -1.5791430473327637, + -1.4968461990356445, + -1.2936573028564453 + ], + [ + -1.2672653198242188, + -0.9397921562194824, + -1.0865061283111572, + -1.169730544090271, + -1.633039951324463, + -1.4488543272018433, + -1.411767840385437 + ], + [ + -1.31271231174469, + -1.0095431804656982, + -1.1598061323165894, + -1.2430305480957031, + -1.6777759790420532, + -1.4539655447006226, + -1.4330090284347534 + ], + [ + -1.3468519449234009, + -1.0739885568618774, + -1.2331061363220215, + -1.3163305521011353, + -1.7146680355072021, + -1.4515489339828491, + -1.4224071502685547 + ], + [ + -1.3629692792892456, + -1.1161826848983765, + -1.3050205707550049, + -1.3851157426834106, + -1.7467361688613892, + -1.4509618282318115, + -1.380807876586914 + ] + ], + "max": [ + [ + 0.38342610001564026, + 0.8925096988677979, + 0.36260512471199036, + 0.3504716455936432, + 0.8253446817398071, + 0.49569186568260193, + 0.5314074158668518 + ], + [ + 1.0039619207382202, + 0.9539805054664612, + 0.8348574638366699, + 1.7657129764556885, + 1.0500589609146118, + 0.8233967423439026, + 0.818429708480835 + ], + [ + 0.9839383959770203, + 0.9541579484939575, + 0.8295971155166626, + 1.7674763202667236, + 1.2606602907180786, + 0.8718358874320984, + 0.8455824255943298 + ], + [ + 0.9808192849159241, + 0.9659045934677124, + 0.8279193043708801, + 1.7681915760040283, + 1.418979287147522, + 0.9436464905738831, + 0.9252708554267883 + ], + [ + 0.9700037837028503, + 0.9745455980300903, + 0.8280278444290161, + 1.7697956562042236, + 1.5454665422439575, + 1.02646803855896, + 1.0388253927230835 + ], + [ + 0.9529914855957031, + 0.9833981394767761, + 0.8344022035598755, + 1.771058440208435, + 1.6771070957183838, + 1.1057944297790527, + 1.1226104497909546 + ], + [ + 0.9378507733345032, + 0.981238842010498, + 0.856016993522644, + 1.7723029851913452, + 1.783819556236267, + 1.2036057710647583, + 1.1726670265197754 + ], + [ + 0.9386645555496216, + 0.9803730845451355, + 0.9276153445243835, + 1.7736396789550781, + 1.9153649806976318, + 1.1833666563034058, + 1.2189698219299316 + ], + [ + 1.023832082748413, + 0.9749367833137512, + 1.0184890031814575, + 1.774850845336914, + 2.0284998416900635, + 1.193369746208191, + 1.2071908712387085 + ], + [ + 1.1089398860931396, + 0.9709285497665405, + 1.1060223579406738, + 1.7758677005767822, + 2.106520652770996, + 1.2361379861831665, + 1.1685041189193726 + ], + [ + 1.2000399827957153, + 0.9724446535110474, + 1.1855345964431763, + 1.7781044244766235, + 2.1813342571258545, + 1.2785873413085938, + 1.1341663599014282 + ], + [ + 1.2753422260284424, + 0.9952419996261597, + 1.252859354019165, + 1.7777012586593628, + 2.255835771560669, + 1.3178040981292725, + 1.185113787651062 + ], + [ + 1.3293472528457642, + 1.0487736463546753, + 1.3093318939208984, + 1.7775099277496338, + 2.298814535140991, + 1.346938133239746, + 1.2279480695724487 + ], + [ + 1.3815267086029053, + 1.0879133939743042, + 1.3025233745574951, + 1.7773905992507935, + 2.331529378890991, + 1.3719724416732788, + 1.2787562608718872 + ], + [ + 1.4482918977737427, + 1.135321021080017, + 1.3314377069473267, + 1.7767372131347656, + 2.3696541786193848, + 1.4030451774597168, + 1.3275548219680786 + ], + [ + 1.5108815431594849, + 1.179553508758545, + 1.4047377109527588, + 1.7748149633407593, + 2.4023690223693848, + 1.4208277463912964, + 1.375919222831726 + ] + ], + "mean": [ + [ + -0.007830982431785052, + -0.0034312213274694976, + 0.00019997445168386813, + -0.0021131004389058983, + -0.0015523810079003486, + 0.002677777078807554, + -0.022392924714633302 + ], + [ + -0.008137565676742769, + -0.0037999639340494107, + 0.000402294299652123, + -0.001703935203996555, + -0.0016910816376793751, + 0.0023049955309026684, + -0.02227600076775957 + ], + [ + -0.008427621018341944, + -0.004177096198706822, + 0.0006173381322730966, + -0.0013055835150169717, + -0.0018232957517096832, + 0.001927791422037817, + -0.02216956803192564 + ], + [ + -0.00870205806704481, + -0.0045595879015104205, + 0.000841452162397907, + -0.0009198899390738067, + -0.001945783218873675, + 0.0015487739371183224, + -0.02207286600770714 + ], + [ + -0.008959875136642597, + -0.004945944941005325, + 0.0010736591777937233, + -0.0005492033016984092, + -0.002057756256156357, + 0.0011685728794614864, + -0.02198098099469712 + ], + [ + -0.009200907861621409, + -0.005336305715618021, + 0.0013133100699792685, + -0.00019589605999935714, + -0.002159756387521079, + 0.0007876358767368004, + -0.021897533949589338 + ], + [ + -0.009426148052478243, + -0.005730609792164069, + 0.001560665928284497, + 0.00014094717665329246, + -0.0022519697421793388, + 0.00040601104412122443, + -0.021820044190643727 + ], + [ + -0.0096993158404187, + -0.006081606884525392, + 0.0018295690674873701, + 0.00043696140545911727, + -0.0023993525885177415, + 1.2242648749009356e-05, + -0.021804061500546326 + ], + [ + -0.009967815210863307, + -0.006422554209449923, + 0.002109823804250781, + 0.0007241011247843838, + -0.0025520180294907276, + -0.00038279212896691426, + -0.02180504157272273 + ], + [ + -0.010229976114442612, + -0.006759768850831935, + 0.0023985922720196995, + 0.0010010615404331697, + -0.0027057519455903145, + -0.000780116618759855, + -0.021820160850907336 + ], + [ + -0.01048581019460038, + -0.007095839469935719, + 0.002695322318666639, + 0.0012690746895187201, + -0.0028574103356330456, + -0.0011792625631431592, + -0.021848658246145642 + ], + [ + -0.010734576320204381, + -0.0074301432372816, + 0.0030004597545570354, + 0.0015284742879696006, + -0.0030053592272957876, + -0.0015806558992474736, + -0.02188655955144205 + ], + [ + -0.010975354096167143, + -0.0077621575262879815, + 0.0033140369899239807, + 0.0017793054820101784, + -0.0031476129144279007, + -0.0019844844665137347, + -0.02193181868206765 + ], + [ + -0.011209069987681779, + -0.008091799444243914, + 0.003634784845053703, + 0.002020444265844825, + -0.00328329859922133, + -0.0023899524049530996, + -0.021985199511729826 + ], + [ + -0.011437159940978077, + -0.0084193715976519, + 0.003961789174492275, + 0.0022528975097543986, + -0.0034120213233772238, + -0.0027975428083342477, + -0.022042705663647823 + ], + [ + -0.011659468674913137, + -0.008744466683454948, + 0.004294068412187761, + 0.002474281409060612, + -0.0035330771559973512, + -0.003206238821708593, + -0.02210409297330645 + ] + ], + "std": [ + [ + 0.042163188005577855, + 0.023641720372920054, + 0.03038010352646549, + 0.04950637629010762, + 0.04089986079367989, + 0.04108853068404196, + 0.05281199104229583 + ], + [ + 0.04799599608581949, + 0.026236427491931377, + 0.03501462241453217, + 0.057315227935446675, + 0.04729683605259954, + 0.04571245637886159, + 0.05592498022183605 + ], + [ + 0.0541617321299445, + 0.028942728931667487, + 0.03984493837802143, + 0.06547283525147918, + 0.05373092122200327, + 0.05043818503736647, + 0.05924924028502304 + ], + [ + 0.06046539160575583, + 0.03165386572648481, + 0.04469304940901392, + 0.07383635339858322, + 0.06012260009478418, + 0.05511391698091876, + 0.06271929530252283 + ], + [ + 0.06684710984746917, + 0.034330484424683914, + 0.049526507376029046, + 0.08219923205039414, + 0.0663175345891949, + 0.059725497460599665, + 0.06626808282286288 + ], + [ + 0.07324998660852439, + 0.036936702449034964, + 0.05425809238463369, + 0.09056838336209605, + 0.0723501455209004, + 0.06423418267964977, + 0.06985149129564926 + ], + [ + 0.07958878799892086, + 0.03945443682065302, + 0.05887555921190959, + 0.0988920628776826, + 0.07823295572703783, + 0.06860627939558465, + 0.07343762912964437 + ], + [ + 0.08595394175491923, + 0.042047676497920024, + 0.06350123209266033, + 0.10711431339970316, + 0.08408982440408408, + 0.07295128875869615, + 0.07702744166443777 + ], + [ + 0.0922588857881283, + 0.04454062066343438, + 0.0680094397601802, + 0.11521098292027851, + 0.08970714997842176, + 0.07713772196569947, + 0.08056085063635546 + ], + [ + 0.09849656937809796, + 0.04696913511467723, + 0.07237922358474504, + 0.12320845168101899, + 0.09513983488020153, + 0.08118182784844107, + 0.08401114230956457 + ], + [ + 0.10464308819645374, + 0.04934187604161079, + 0.07662953058722739, + 0.13107313335726004, + 0.10041309107652713, + 0.0851075993774442, + 0.08739691502123424 + ], + [ + 0.11065330864868073, + 0.05166210697700588, + 0.08078134838467976, + 0.13879330833538628, + 0.10553624614472852, + 0.08890915423903223, + 0.09071755067436812 + ], + [ + 0.11659360590238609, + 0.053925637754561384, + 0.08483265280484198, + 0.14630770705437438, + 0.11050957817490192, + 0.0925925926081756, + 0.09397289678122182 + ], + [ + 0.12244875090723505, + 0.056122577151004924, + 0.08877946780282917, + 0.15364864167356232, + 0.11533164882632907, + 0.09616449592086292, + 0.09715983476634164 + ], + [ + 0.12820045255904516, + 0.05827465753652856, + 0.09262212998828875, + 0.16084038168913756, + 0.1200133032275638, + 0.0996334706736819, + 0.10027426188564313 + ], + [ + 0.13385678956045638, + 0.060388089199075345, + 0.09634956864151352, + 0.16788780988107727, + 0.12451333793578587, + 0.10300663205776373, + 0.10331966804524115 + ] + ], + "q01": [ + [ + -0.25976021856069564, + -0.12822641402482987, + -0.20393648386001587, + -0.24329194396734238, + -0.21339699774980544, + -0.20897039026021957, + -0.2225155207514763 + ], + [ + -0.2674494954943657, + -0.13351951837539672, + -0.22706522524356842, + -0.2931253910064697, + -0.2586013197898865, + -0.24106443852186202, + -0.2459057754278183 + ], + [ + -0.28154862582683565, + -0.13972346380352973, + -0.2520772504806518, + -0.3422707086801529, + -0.3020429164171219, + -0.27596465498209, + -0.28057637214660647 + ], + [ + -0.32231988966465, + -0.14590054005384445, + -0.2804703485965729, + -0.3905013257265091, + -0.34254239201545716, + -0.3093774825334549, + -0.3167704963684082 + ], + [ + -0.36285149574279785, + -0.15149344399571418, + -0.31002272009849546, + -0.437686987221241, + -0.3795514553785324, + -0.3397015070915222, + -0.3540490674972534 + ], + [ + -0.4032408893108368, + -0.1596081703901291, + -0.33916008949279786, + -0.48414371520280836, + -0.4132563278079033, + -0.3670017525553703, + -0.3914407539367676 + ], + [ + -0.443432577252388, + -0.17400339990854263, + -0.36777899622917176, + -0.5291534787416459, + -0.4446061223745346, + -0.39079964011907575, + -0.42898999810218813 + ], + [ + -0.4831691473722458, + -0.18780844658613205, + -0.39587325692176817, + -0.5730723148584366, + -0.4830233991146088, + -0.4148863062262535, + -0.46574986338615415 + ], + [ + -0.5225772786140442, + -0.2010090947151184, + -0.42342795729637145, + -0.6157730782032013, + -0.5210060179233551, + -0.43661378979682924, + -0.5021195816993713 + ], + [ + -0.5615513384342193, + -0.21313723921775818, + -0.4502743566036224, + -0.6566508132219314, + -0.5588006228208542, + -0.45618855744600295, + -0.5373411870002747 + ], + [ + -0.5998285353183747, + -0.22473204880952835, + -0.47663711667060854, + -0.6963970863819122, + -0.5967650592327118, + -0.4736128562688828, + -0.5720208096504211 + ], + [ + -0.6376558578014374, + -0.23565947264432907, + -0.5018038940429688, + -0.7353851020336151, + -0.6359501093626022, + -0.48934527933597566, + -0.6060198640823364 + ], + [ + -0.6748830831050873, + -0.24610251188278198, + -0.5259831333160401, + -0.7730672121047973, + -0.6749371379613877, + -0.5044155287742614, + -0.6393233251571655 + ], + [ + -0.7113541889190674, + -0.2560044527053833, + -0.5491479110717773, + -0.8093707650899887, + -0.7129462480545044, + -0.5199205887317657, + -0.6720761466026306 + ], + [ + -0.7470972692966461, + -0.2639002054929733, + -0.5713456749916077, + -0.8440608501434326, + -0.7493902087211609, + -0.5360062581300735, + -0.704182620048523 + ], + [ + -0.7822015953063964, + -0.269609734416008, + -0.5927997255325317, + -0.8769015431404114, + -0.7828814536333084, + -0.5533340334892273, + -0.7355189943313598 + ] + ], + "q99": [ + [ + 0.21748526871204402, + 0.16820937767624855, + 0.11502871930599232, + 0.2458911204338074, + 0.18729458406567584, + 0.2223253411054615, + 0.2400996848940848 + ], + [ + 0.26137359380722064, + 0.1907813474535942, + 0.13315867185592656, + 0.2952882003784185, + 0.22686686217784913, + 0.26425215601921104, + 0.28749129027128195 + ], + [ + 0.3057852005958561, + 0.21286645159125328, + 0.15323586732149136, + 0.3449488270282747, + 0.2655300533771525, + 0.3097032988071442, + 0.33503589034080505 + ], + [ + 0.35012995243072637, + 0.23493033647537231, + 0.17187210381031037, + 0.39439150571823145, + 0.30231140464544304, + 0.35346569418907325, + 0.3822553411126135 + ], + [ + 0.39403885126113913, + 0.2585560083389282, + 0.1888754710555089, + 0.4433938610553742, + 0.3381791079044343, + 0.39469195008278035, + 0.4293230921030044 + ], + [ + 0.43756537675857543, + 0.28328168392181396, + 0.20421476066112543, + 0.49211359500885077, + 0.3739834988117219, + 0.43312284708023085, + 0.4757553368806838 + ], + [ + 0.48062645792961123, + 0.3082881420850754, + 0.21734723627567298, + 0.5403665804862977, + 0.408521764278412, + 0.46750558495521566, + 0.5210794389247894 + ], + [ + 0.5233582735061646, + 0.3329514414072037, + 0.2302856969833379, + 0.5877001404762272, + 0.4416089248657233, + 0.49899742484093035, + 0.5653139799833296 + ], + [ + 0.5654069495201115, + 0.3567870929837227, + 0.24235003948211675, + 0.6347691583633425, + 0.47328703641891506, + 0.5277798795700077, + 0.6083668142557144 + ], + [ + 0.6068185567855845, + 0.3796732723712921, + 0.253974116444588, + 0.6814769339561481, + 0.5038282728195191, + 0.5530688786506666, + 0.6502266675233841 + ], + [ + 0.6473469638824464, + 0.4019704684615135, + 0.2653041702508928, + 0.7272875285148626, + 0.5328834843635564, + 0.575389940738678, + 0.690987855195999 + ], + [ + 0.6868773078918462, + 0.42347270995378494, + 0.2773014008998871, + 0.7720513439178476, + 0.5608338165283204, + 0.5951770150661486, + 0.7305590420961374 + ], + [ + 0.725573053359987, + 0.44415275752544403, + 0.29101116895675677, + 0.8157251095771789, + 0.587800104618073, + 0.6127710771560686, + 0.7688415408134457 + ], + [ + 0.7639675641059884, + 0.46372485160827637, + 0.30444094419479395, + 0.8583035087585449, + 0.6141015839576723, + 0.6288730919361123, + 0.8058822959661482 + ], + [ + 0.8013892698287965, + 0.4822717308998108, + 0.31785129070282003, + 0.8992989397048952, + 0.6392773365974429, + 0.6494793468713758, + 0.8415995925664899 + ], + [ + 0.8370145320892338, + 0.49990052729845047, + 0.3312335765361787, + 0.9389895153045661, + 0.6637141394615175, + 0.6749565947055811, + 0.8759366005659102 + ] + ] + }, + "left_hand": { + "min": [ + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.409613609313965, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.409613609313965, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.431011438369751, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.4542853832244873, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.4820852279663086, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.5011813640594482, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.5086092948913574, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.510214328765869, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.510688066482544, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.510688066482544, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.510688066482544, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.510688066482544, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.510688066482544, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.510688066482544, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.510688066482544, + -4.578403949737549, + -5.075474739074707 + ], + [ + -4.437142372131348, + -5.538408279418945, + -4.7685112953186035, + -3.510688066482544, + -4.578403949737549, + -5.075474739074707 + ] + ], + "max": [ + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ], + [ + 3.3788769245147705, + 3.184504270553589, + 4.19711446762085, + 3.5409750938415527, + 3.9592442512512207, + 3.1209380626678467 + ] + ], + "mean": [ + [ + -0.1209313309511109, + -0.10884429118417946, + -0.10255170959870029, + -0.11881160469386848, + -0.13701724199044094, + 0.17886655213624292 + ], + [ + -0.12076694715128812, + -0.10868572937979828, + -0.10239518988976874, + -0.11865483299800753, + -0.13664926692522394, + 0.1787972002694016 + ], + [ + -0.12060248241255224, + -0.10852844333738015, + -0.10223819225791837, + -0.11849800497462415, + -0.13627854871212405, + 0.17873089196473413 + ], + [ + -0.12043730636041193, + -0.10837012586937923, + -0.10208032856555725, + -0.11834006937141651, + -0.13590627555925489, + 0.17866782652527147 + ], + [ + -0.12027150649770589, + -0.10821045400936968, + -0.1019229718787905, + -0.11818176125324453, + -0.13553406878176366, + 0.17860762769669347 + ], + [ + -0.1201055444770379, + -0.10805120112085886, + -0.10176557247491047, + -0.11802368588561836, + -0.13516451394520979, + 0.17854571150928789 + ], + [ + -0.1199397937577547, + -0.1078926986576871, + -0.101607562691553, + -0.11786688125411607, + -0.13479457046279894, + 0.17848286213666253 + ], + [ + -0.11977399311999902, + -0.10773474778825254, + -0.10145085945990641, + -0.1177109123044245, + -0.1344235185360767, + 0.17841885047346406 + ], + [ + -0.11963957561998916, + -0.1076086989310093, + -0.10132579297058424, + -0.11758675032172744, + -0.13411336276967994, + 0.17835134262532049 + ], + [ + -0.11950567866644503, + -0.10748232402594321, + -0.10120145677930763, + -0.11746385827914253, + -0.1338038648016499, + 0.17828120285958104 + ], + [ + -0.11937247607722412, + -0.10735757516455373, + -0.10107916073625665, + -0.1173423388741144, + -0.1334952724406962, + 0.1782085019567614 + ], + [ + -0.11923987497694248, + -0.10723358833214232, + -0.10095751468246242, + -0.11722214524854833, + -0.13318804199931802, + 0.17813231977015787 + ], + [ + -0.11910803718648152, + -0.10711095486078372, + -0.10083718101273595, + -0.11710324322416898, + -0.13288088215739477, + 0.17805083463281446 + ], + [ + -0.11897739884718854, + -0.10698932588946052, + -0.10071846887562068, + -0.11698614759097957, + -0.13257542243423867, + 0.17796726519554906 + ], + [ + -0.11884813446597337, + -0.10686960692966513, + -0.1006006669020715, + -0.1168708870632406, + -0.13227111226086374, + 0.17788031319469266 + ], + [ + -0.11872022400846242, + -0.1067516272201783, + -0.10048519563770857, + -0.11675738354565095, + -0.1319682167310725, + 0.17778773041755014 + ] + ], + "std": [ + [ + 0.46468883601534555, + 0.46897758133960465, + 0.46714680240160333, + 0.4691783388486459, + 1.0166369118899354, + 0.4503400243687679 + ], + [ + 0.46905394543546913, + 0.4731566829388163, + 0.4709743718456273, + 0.4737754161729873, + 1.0180057646148433, + 0.45178772999629274 + ], + [ + 0.47336176484123205, + 0.477287750143816, + 0.47474595450313306, + 0.47831374988258185, + 1.0189149070322832, + 0.45336289371381605 + ], + [ + 0.477621763226657, + 0.48128872344020773, + 0.4786166212594413, + 0.4828456469878238, + 1.0204541179375712, + 0.45503996970805843 + ], + [ + 0.4818305083621612, + 0.4852777639314947, + 0.48234708793600023, + 0.48738366848777226, + 1.0231652405696994, + 0.45680427859126294 + ], + [ + 0.4860495898876447, + 0.4894507904205104, + 0.486051386942625, + 0.4920037218978518, + 1.0240184212626011, + 0.45864282098506026 + ], + [ + 0.4905059075938096, + 0.49369758422266724, + 0.48970081583544744, + 0.4964293509386307, + 1.0248722024186847, + 0.4605453958596496 + ], + [ + 0.4945792756460633, + 0.49789251460509376, + 0.4933128965044914, + 0.5010078202506731, + 1.0259918497961216, + 0.4624960986866059 + ], + [ + 0.4988372382039073, + 0.5019347318412064, + 0.49697646452059957, + 0.505710778223534, + 1.0267818817904848, + 0.464494154961949 + ], + [ + 0.5029095536617555, + 0.5062798233137955, + 0.5006016664431321, + 0.5104837252066549, + 1.0281610008947561, + 0.4665252860074532 + ], + [ + 0.5069618880674082, + 0.5105579856312864, + 0.5041439311410134, + 0.514895201068861, + 1.0289640538788583, + 0.4685847094700553 + ], + [ + 0.5110138396974025, + 0.514467118111277, + 0.5077643445387565, + 0.5198102706159123, + 1.0298539329588934, + 0.470679216201235 + ], + [ + 0.5149995358989723, + 0.5183169943611184, + 0.5111902108417924, + 0.5241766497877851, + 1.0307012400189344, + 0.472788267314343 + ], + [ + 0.5193619196538056, + 0.5221271913207877, + 0.5146122353808822, + 0.5284364251079341, + 1.031369779994137, + 0.47491714243438865 + ], + [ + 0.5231499480999215, + 0.525905335898641, + 0.5179733870171109, + 0.5326628190879753, + 1.032102228683494, + 0.47706047162332177 + ], + [ + 0.5269081117764693, + 0.5295967922038728, + 0.521731005149329, + 0.5368176064188903, + 1.0327915023332284, + 0.4792279347538605 + ] + ], + "q01": [ + [ + -2.834663496017456, + -2.7262090992927552, + -2.5916025042533875, + -2.7258576273918154, + -4.297249622344971, + -0.827736747264862 + ], + [ + -2.9568161964416504, + -2.8406154894828797, + -2.6912418007850647, + -2.8342447090148926, + -4.297249622344971, + -0.827736747264862 + ], + [ + -2.975284833908081, + -2.914480187892914, + -2.7434093952178955, + -2.9379725456237793, + -4.297249622344971, + -0.827736747264862 + ], + [ + -2.996854245662689, + -2.968014917373657, + -2.812384605407715, + -2.9971338176727294, + -4.297249622344971, + -0.827736747264862 + ], + [ + -2.998012065887451, + -2.9829108715057373, + -2.861616373062134, + -3.0243899631500244, + -4.297249622344971, + -0.827736747264862 + ], + [ + -2.9983911514282227, + -2.9864535331726074, + -2.8981193900108337, + -3.0389278030395506, + -4.297249622344971, + -0.827736747264862 + ], + [ + -2.998682141304016, + -2.992485740184784, + -2.9181915521621704, + -3.0493776416778564, + -4.297249622344971, + -0.827736747264862 + ], + [ + -2.9989194869995117, + -2.994005160331726, + -2.933466136455536, + -3.058346471786499, + -4.297249622344971, + -0.827736747264862 + ], + [ + -2.999122381210327, + -2.9950923919677734, + -2.943184733390808, + -3.066315002441406, + -4.297249145507813, + -0.827736747264862 + ], + [ + -2.9992656111717224, + -2.9967362880706787, + -2.9492385387420654, + -3.0726866149902343, + -4.2972478103637695, + -0.827736747264862 + ], + [ + -2.9993793964385986, + -2.9967668056488037, + -2.9532134532928467, + -3.0786986541748047, + -4.297242469787598, + -0.827736747264862 + ], + [ + -2.999476432800293, + -2.9969215178489685, + -2.956526458263397, + -3.0847599601745603, + -4.2972293472290035, + -0.827736747264862 + ], + [ + -2.999558687210083, + -2.9972167015075684, + -2.959781229496002, + -3.090686683654785, + -4.297219715118408, + -0.8464716279506683 + ], + [ + -2.999666690826416, + -2.997770071029663, + -2.962806224822998, + -3.096306962966919, + -4.297211151123047, + -0.8658560395240784 + ], + [ + -2.999769449234009, + -2.9983034133911133, + -2.9653140902519226, + -3.1008340454101564, + -4.297194747924805, + -0.8841044294834137 + ], + [ + -2.9998650550842285, + -2.9986720085144043, + -2.967629551887512, + -3.105507478713989, + -4.2971722030639645, + -0.9015802419185639 + ] + ], + "q99": [ + [ + 1.3500661754608156, + 1.350736347436905, + 1.3512876474857332, + 1.3503795659542086, + 3.2207436561584473, + 2.4218391609191894 + ], + [ + 1.4492593896389008, + 1.4504917347431188, + 1.4543120133876806, + 1.4501291120052344, + 3.220727033615113, + 2.4218391609191894 + ], + [ + 1.4997919797897339, + 1.4997633695602417, + 1.4997493028640747, + 1.4998234510421753, + 3.22071102142334, + 2.4218391609191894 + ], + [ + 1.5009851455688477, + 1.5011813640594482, + 1.5014516115188599, + 1.5012834966182709, + 3.220688667297363, + 2.4218391609191894 + ], + [ + 1.5011521577835083, + 1.5013843774795532, + 1.5016968250274658, + 1.5014897286891937, + 3.22065806388855, + 2.4218391609191894 + ], + [ + 1.501267671585083, + 1.501523107290268, + 1.5018607378005981, + 1.50162935256958, + 3.220622730255127, + 2.4218391609191894 + ], + [ + 1.5013433694839478, + 1.5016076564788818, + 1.501956433057785, + 1.5017118453979492, + 3.220578536987305, + 2.4218391609191894 + ], + [ + 1.5013872385025024, + 1.501656413078308, + 1.5020136833190918, + 1.5017601251602173, + 3.2205226516723635, + 2.4218391609191894 + ], + [ + 1.5014169216156006, + 1.5016884803771973, + 1.5020500421524048, + 1.5017913579940796, + 3.2204697322845464, + 2.4218391609191894 + ], + [ + 1.501439094543457, + 1.5017130076885223, + 1.5020784139633179, + 1.5018149614334106, + 3.2204047203063966, + 2.4218391609191894 + ], + [ + 1.5014583766460419, + 1.501734972000122, + 1.5021023750305176, + 1.5018364191055298, + 3.220332822799683, + 2.4218391609191894 + ], + [ + 1.5014755725860596, + 1.5017536878585815, + 1.502124309539795, + 1.5018553733825684, + 3.220251026153565, + 2.4218391609191894 + ], + [ + 1.5014904737472534, + 1.5017707347869873, + 1.5021439790725708, + 1.5018713474273682, + 3.220151662826538, + 2.4218391609191894 + ], + [ + 1.5015032291412354, + 1.5017849206924438, + 1.502160519361496, + 1.501886010169983, + 3.220070524215698, + 2.4218391609191894 + ], + [ + 1.501516580581665, + 1.5017995834350586, + 1.5021768510341644, + 1.50190007686615, + 3.2199761962890627, + 2.4218391609191894 + ], + [ + 1.5015286207199097, + 1.5018142461776733, + 1.5021941661834717, + 1.5019145011901855, + 3.219870729446411, + 2.4218391609191894 + ] + ] + }, + "right_arm": { + "min": [ + [ + -0.5042113065719604, + -0.6867198944091797, + -0.40955933928489685, + -0.4765476584434509, + -0.8026280999183655, + -0.7901253700256348, + -1.0309247970581055 + ], + [ + -1.649767518043518, + -0.6867057681083679, + -1.5752018690109253, + -0.6446647644042969, + -2.4512946605682373, + -1.155336856842041, + -1.3051362037658691 + ], + [ + -1.655185580253601, + -0.6867483854293823, + -1.566163420677185, + -0.6225022673606873, + -2.4483182430267334, + -1.1531617641448975, + -1.3335832357406616 + ], + [ + -1.653895378112793, + -0.686734139919281, + -1.5616494417190552, + -0.623531699180603, + -2.4679551124572754, + -1.160183310508728, + -1.3923152685165405 + ], + [ + -1.6707173585891724, + -0.686738908290863, + -1.5533896684646606, + -0.7049375176429749, + -2.489516258239746, + -1.1718120574951172, + -1.4485119581222534 + ], + [ + -1.6927525997161865, + -0.7270509004592896, + -1.53915274143219, + -0.7840688824653625, + -2.5092527866363525, + -1.1852567195892334, + -1.4845376014709473 + ], + [ + -1.7107456922531128, + -0.8019383549690247, + -1.5207922458648682, + -0.8606619834899902, + -2.529696464538574, + -1.2098767757415771, + -1.4835578203201294 + ], + [ + -1.723853588104248, + -0.8728769421577454, + -1.5130435228347778, + -0.9367396831512451, + -2.5485877990722656, + -1.2510602474212646, + -1.4827895164489746 + ], + [ + -1.7456804513931274, + -0.9487814903259277, + -1.5040812492370605, + -1.0102044343948364, + -2.566213846206665, + -1.3162909746170044, + -1.5100339651107788 + ], + [ + -1.7578686475753784, + -1.0343663692474365, + -1.4962512254714966, + -1.0829095840454102, + -2.583167791366577, + -1.3734705448150635, + -1.5310916900634766 + ], + [ + -1.7750412225723267, + -1.1199018955230713, + -1.4937268495559692, + -1.151968240737915, + -2.6020758152008057, + -1.4250415563583374, + -1.544620394706726 + ], + [ + -1.7885619401931763, + -1.2019938230514526, + -1.4860848188400269, + -1.2172075510025024, + -2.6184446811676025, + -1.4630554914474487, + -1.554131031036377 + ], + [ + -1.8011175394058228, + -1.2609658241271973, + -1.4747613668441772, + -1.2769712209701538, + -2.635488510131836, + -1.491645336151123, + -1.5611909627914429 + ], + [ + -1.8067880868911743, + -1.3227434158325195, + -1.4692342281341553, + -1.3416136503219604, + -2.6501874923706055, + -1.5189636945724487, + -1.5621753931045532 + ], + [ + -1.8216129541397095, + -1.3805173635482788, + -1.4718705415725708, + -1.4025132656097412, + -2.6632680892944336, + -1.5332586765289307, + -1.5851292610168457 + ], + [ + -1.8315119743347168, + -1.4284008741378784, + -1.4765390157699585, + -1.4595088958740234, + -2.675020933151245, + -1.5811691284179688, + -1.6575002670288086 + ] + ], + "max": [ + [ + 0.4540908634662628, + 0.3772812485694885, + 0.6524748206138611, + 0.3773338794708252, + 0.7976564168930054, + 0.8443259596824646, + 1.3816895484924316 + ], + [ + 1.5374226570129395, + 1.510079026222229, + 1.1298763751983643, + 2.358250379562378, + 1.3780717849731445, + 1.1553373336791992, + 1.3857972621917725 + ], + [ + 1.5339794158935547, + 1.5105435848236084, + 1.1361968517303467, + 2.3577940464019775, + 1.4127305746078491, + 1.1546989679336548, + 1.3933930397033691 + ], + [ + 1.530911922454834, + 1.5138863325119019, + 1.1520696878433228, + 2.3579750061035156, + 1.4475980997085571, + 1.15394127368927, + 1.3969312906265259 + ], + [ + 1.5217106342315674, + 1.5172531604766846, + 1.1624841690063477, + 2.3581392765045166, + 1.4762065410614014, + 1.15343177318573, + 1.4003125429153442 + ], + [ + 1.5180574655532837, + 1.5226843357086182, + 1.1719372272491455, + 2.358259677886963, + 1.5048577785491943, + 1.1525821685791016, + 1.4033234119415283 + ], + [ + 1.5097986459732056, + 1.525583267211914, + 1.1795451641082764, + 2.3583426475524902, + 1.6082035303115845, + 1.1517833471298218, + 1.4048354625701904 + ], + [ + 1.5040874481201172, + 1.5277585983276367, + 1.1878961324691772, + 2.358422040939331, + 1.6928373575210571, + 1.151331901550293, + 1.4061936140060425 + ], + [ + 1.4956854581832886, + 1.5299988985061646, + 1.1962453126907349, + 2.35849666595459, + 1.7767045497894287, + 1.1508805751800537, + 1.421398401260376 + ], + [ + 1.4883649349212646, + 1.5321611166000366, + 1.2077840566635132, + 2.3585548400878906, + 1.80391263961792, + 1.1510982513427734, + 1.4645683765411377 + ], + [ + 1.4886752367019653, + 1.534834623336792, + 1.2163132429122925, + 2.3585667610168457, + 1.8193608522415161, + 1.1892963647842407, + 1.5130728483200073 + ], + [ + 1.5156184434890747, + 1.5362167358398438, + 1.224883794784546, + 2.3585469722747803, + 1.845257043838501, + 1.2453083992004395, + 1.5528697967529297 + ], + [ + 1.5557371377944946, + 1.5412334203720093, + 1.238372564315796, + 2.3585281372070312, + 1.8582051992416382, + 1.2993316650390625, + 1.598286509513855 + ], + [ + 1.5875557661056519, + 1.5456700325012207, + 1.2941014766693115, + 2.3585050106048584, + 1.865417718887329, + 1.3456509113311768, + 1.6395961046218872 + ], + [ + 1.6151669025421143, + 1.5489948987960815, + 1.3510161638259888, + 2.358541965484619, + 1.8887629508972168, + 1.3819596767425537, + 1.6793677806854248 + ], + [ + 1.6364248991012573, + 1.5527840852737427, + 1.4146443605422974, + 2.358588933944702, + 1.9206444025039673, + 1.438368320465088, + 1.7225611209869385 + ] + ], + "mean": [ + [ + -0.013552720746778671, + -0.0018448410250396252, + -0.003731521042467072, + 0.0030914462856681656, + 0.008128363872821499, + -0.007155326151471666, + -0.006309599717988439 + ], + [ + -0.014935371527685148, + -0.0021730895568505587, + -0.004784453679298322, + 0.004984933348296637, + 0.009388546865340004, + -0.007303434815949397, + -0.006115016884600432 + ], + [ + -0.016267705964030113, + -0.0024970760003304934, + -0.005843963349446519, + 0.006854977084302983, + 0.010622951305690385, + -0.0074632103757363176, + -0.005928455246499565 + ], + [ + -0.017547051019553922, + -0.0028216365131886003, + -0.006909118721785027, + 0.008696949807312676, + 0.011822265436270678, + -0.0076296018066712755, + -0.005753499702322654 + ], + [ + -0.018772884105749017, + -0.00314920469368069, + -0.00797858409699289, + 0.010506383119412266, + 0.012986980355930376, + -0.007800361470622886, + -0.0055921013537018945 + ], + [ + -0.019942828921705923, + -0.003480766318428047, + -0.009050777093095088, + 0.012280376091761531, + 0.014120430263776167, + -0.00797352674464661, + -0.0054439685493601585 + ], + [ + -0.021056626999141487, + -0.0038159512185849324, + -0.010127839249955391, + 0.01401615256578375, + 0.015222429079060058, + -0.008149493815798105, + -0.005310000747932074 + ], + [ + -0.02215833324844508, + -0.003898111967642641, + -0.011218450176388778, + 0.01565042648844099, + 0.015914288117261137, + -0.008179918859818098, + -0.005211307098678734 + ], + [ + -0.02327648244824638, + -0.004043563075836067, + -0.012309127629977712, + 0.017188116122053405, + 0.016547439502639517, + -0.008106366163374937, + -0.005142876209566195 + ], + [ + -0.024399261551222916, + -0.004274454966498944, + -0.013394770334134715, + 0.01866916840927133, + 0.017157076552379687, + -0.007949235461189075, + -0.005043300569686878 + ], + [ + -0.025525394386630373, + -0.004575397160762484, + -0.01449773766873538, + 0.02011712996419235, + 0.01772789461348954, + -0.007734039580193209, + -0.004896064037251551 + ], + [ + -0.026657066405169714, + -0.0049295246759985525, + -0.01562606890416401, + 0.021541772065949445, + 0.018252123799368716, + -0.007478359150914146, + -0.004695729617197995 + ], + [ + -0.02779441509302808, + -0.005320015327780864, + -0.016781818615356346, + 0.02294552736486574, + 0.01872486559606236, + -0.007194965343731704, + -0.004446029161286528 + ], + [ + -0.028930753484545785, + -0.005724797405091458, + -0.017961710912714823, + 0.024332035004179103, + 0.01914042833603785, + -0.0068916102065256606, + -0.004160465035908847 + ], + [ + -0.03005936268337582, + -0.006128617981866458, + -0.019165659059326823, + 0.0257046625610629, + 0.019493175974970075, + -0.006577843553908348, + -0.003861913332177936 + ], + [ + -0.03117513352548855, + -0.0065203946377540515, + -0.0203943754878849, + 0.027069446820833426, + 0.019781912674106103, + -0.006260711462937083, + -0.003572923246657941 + ] + ], + "std": [ + [ + 0.058690592224609664, + 0.047517820421657184, + 0.052385821938154116, + 0.07724704740719442, + 0.0689226261375879, + 0.07717828909666871, + 0.10071505353667856 + ], + [ + 0.07027923328812076, + 0.056563600117001324, + 0.0632627653211263, + 0.09335304915586648, + 0.08211898153496659, + 0.0888168378961944, + 0.11189983209301742 + ], + [ + 0.08193384648267106, + 0.06540352987997285, + 0.07406288451808027, + 0.10955694950533605, + 0.0949822281023008, + 0.10035396953780112, + 0.12362787108303758 + ], + [ + 0.09356080114307189, + 0.07402719855594869, + 0.0846359609106957, + 0.12567878154131568, + 0.10746557474193552, + 0.11159504383771042, + 0.13558754383254484 + ], + [ + 0.10508623290113762, + 0.08240597675995229, + 0.09498337236866108, + 0.1416515782319461, + 0.11962392910355751, + 0.12250165472856485, + 0.14757697669150452 + ], + [ + 0.11640932129692706, + 0.09054777824073479, + 0.10498635225718264, + 0.1573389226653698, + 0.1314361327539918, + 0.1330072803241454, + 0.15949922653845908 + ], + [ + 0.12759559301475176, + 0.09842719265945303, + 0.11470820213780011, + 0.17279322091989718, + 0.14282573049066116, + 0.14308626765501414, + 0.1712748835202176 + ], + [ + 0.13866014130501583, + 0.10580177711165352, + 0.12434073628107417, + 0.1880569719036999, + 0.15380513555670242, + 0.15306882733291588, + 0.18290524376557057 + ], + [ + 0.14948923939722303, + 0.11311311001366306, + 0.13369638873317644, + 0.2029513778892429, + 0.1645393954810762, + 0.16259522178650496, + 0.1942591825604069 + ], + [ + 0.16010012108696264, + 0.12032353423972841, + 0.14273716433809694, + 0.21752148069419958, + 0.1750213259360216, + 0.17169651438053876, + 0.20532329590488485 + ], + [ + 0.1705296015082096, + 0.12737036577579006, + 0.15153330482733524, + 0.23175750133653508, + 0.1852044307408395, + 0.18038055492652555, + 0.2160905665742346 + ], + [ + 0.18074554893727562, + 0.1342027451942879, + 0.16008909750368772, + 0.24565972787736848, + 0.195039444013869, + 0.1886520069251021, + 0.22654587027886008 + ], + [ + 0.19073260323053873, + 0.140828039849737, + 0.16842184939965307, + 0.25921851948146485, + 0.20458632132939977, + 0.19653267705359775, + 0.23667603154057176 + ], + [ + 0.20048055071279297, + 0.14725367794234753, + 0.17653499617341012, + 0.272388403236314, + 0.21385183140418831, + 0.20405631696872872, + 0.2464877496339495 + ], + [ + 0.20994029525202162, + 0.153477135221858, + 0.18439599477526297, + 0.28516012208594677, + 0.22283286074259517, + 0.2112290086524235, + 0.25598816307927713 + ], + [ + 0.21916600130904698, + 0.15951157411446737, + 0.19203572209166406, + 0.2975705940108682, + 0.23153243698225284, + 0.21808202143843988, + 0.26518728203279135 + ] + ], + "q01": [ + [ + -0.24034041941165923, + -0.2203510147333145, + -0.218635216653347, + -0.26907544732093813, + -0.21981453716754912, + -0.26753886878490446, + -0.29389158487319944 + ], + [ + -0.2926365864276886, + -0.2536977255344391, + -0.26393118500709534, + -0.3266505789756775, + -0.26132344305515287, + -0.31577118307352064, + -0.3522934329509735 + ], + [ + -0.34426873445510864, + -0.28137819409370424, + -0.30882251262664795, + -0.3838747107982636, + -0.3001381254196167, + -0.3618320915102959, + -0.4115041959285736 + ], + [ + -0.3950304162502289, + -0.3155821818113327, + -0.35233524441719055, + -0.4402127420902252, + -0.340208486020565, + -0.40602762579917906, + -0.46811270356178286 + ], + [ + -0.4446352922916412, + -0.351931756734848, + -0.39476218819618225, + -0.4956319844722748, + -0.3789898467063904, + -0.44888665944337847, + -0.521968080997467 + ], + [ + -0.49291420102119443, + -0.38660060346126557, + -0.43581753969192505, + -0.5500702047348023, + -0.4167323550581932, + -0.489506194293499, + -0.5730528044700622 + ], + [ + -0.5390723824501038, + -0.42058785259723663, + -0.4754504859447479, + -0.6032929587364196, + -0.452492858171463, + -0.5283964174985886, + -0.6209728670120239 + ], + [ + -0.5833405947685242, + -0.45277294516563416, + -0.5139625072479248, + -0.6551803374290466, + -0.4912507164478302, + -0.5667822605371475, + -0.6675587892532349 + ], + [ + -0.6262552380561829, + -0.4833734351396561, + -0.5509201884269714, + -0.7057375502586365, + -0.5291866439580918, + -0.6034578245878219, + -0.7111525988578796 + ], + [ + -0.6678287243843078, + -0.5122664856910706, + -0.5866013169288635, + -0.7549152326583862, + -0.5663120651245117, + -0.6374879878759384, + -0.7528669500350952 + ], + [ + -0.7084832310676574, + -0.5394284081459045, + -0.6214118599891663, + -0.8027711915969848, + -0.6018625217676162, + -0.6690413981676102, + -0.7910522961616516 + ], + [ + -0.7479328274726867, + -0.5648693382740021, + -0.6546376347541809, + -0.849136950969696, + -0.6366819512844085, + -0.6990579158067703, + -0.8272910726070404 + ], + [ + -0.7855995535850525, + -0.5884515190124512, + -0.6862412691116333, + -0.8939166069030762, + -0.6707405757904052, + -0.7276795715093612, + -0.8616547644138336 + ], + [ + -0.8219480848312378, + -0.610042290687561, + -0.7163912653923035, + -0.9372769665718078, + -0.7031432896852493, + -0.7543629765510559, + -0.8921243715286254 + ], + [ + -0.856846963763237, + -0.6303877711296082, + -0.7454092502593994, + -0.978684070110321, + -0.7347925925254821, + -0.7804868668317795, + -0.921186226606369 + ], + [ + -0.8919039714336395, + -0.6493239879608155, + -0.7739225029945374, + -1.0188365745544434, + -0.7659276366233826, + -0.804612186551094, + -0.9479808819293976 + ] + ], + "q99": [ + [ + 0.19957655072212177, + 0.19291775405406963, + 0.26106058061122894, + 0.2883941534161568, + 0.2979815554618836, + 0.2681140151619912, + 0.3180467441678047 + ], + [ + 0.24233311116695383, + 0.2051437324285506, + 0.2704865410923958, + 0.350106649696827, + 0.3346406850218773, + 0.32164025217294684, + 0.3838690176606178 + ], + [ + 0.28464103221893305, + 0.2333154022693634, + 0.2878508266806602, + 0.41151956200599676, + 0.37210554838180543, + 0.3764542433619498, + 0.4502842769026756 + ], + [ + 0.32626654863357535, + 0.25860584497451766, + 0.32465467363595946, + 0.472326325774193, + 0.4155884474515915, + 0.4298166963458061, + 0.5153338372707365 + ], + [ + 0.36659601449966384, + 0.2819146436452868, + 0.359595418870448, + 0.5324525076150896, + 0.46182277858257337, + 0.4807622584700579, + 0.5787597358226776 + ], + [ + 0.40552043199539173, + 0.30379956841468814, + 0.39128270745277366, + 0.5916075235605242, + 0.5079721605777743, + 0.5292064994573591, + 0.6411225706338878 + ], + [ + 0.44334743142127964, + 0.3238099044561389, + 0.4203825202584248, + 0.6502027863264088, + 0.5528044861555105, + 0.57484661757946, + 0.7020826101303098 + ], + [ + 0.4800456988811493, + 0.3425407159328462, + 0.44931881725788236, + 0.7075171560049057, + 0.5961038511991502, + 0.618266292214393, + 0.7609187632799147 + ], + [ + 0.5159227442741393, + 0.36002454698085784, + 0.48214634716510774, + 0.7638161957263947, + 0.6383124512434007, + 0.6579615503549572, + 0.8177076041698453 + ], + [ + 0.5509671449661249, + 0.3755338436365128, + 0.5137026238441473, + 0.8192269748449326, + 0.6808712893724445, + 0.6944458913803097, + 0.8727736204862591 + ], + [ + 0.5852735447883602, + 0.3903572672605518, + 0.544114227294922, + 0.8734754240512848, + 0.7230911946296695, + 0.7285051590204237, + 0.9251392275094983 + ], + [ + 0.6193521559238433, + 0.40434123992919957, + 0.5730910491943364, + 0.9265135169029237, + 0.7634370958805087, + 0.7597294753789883, + 0.9760074794292448 + ], + [ + 0.6543326061964024, + 0.4189036479592321, + 0.6009864175319675, + 0.9782334274053576, + 0.8028059428930289, + 0.7883068811893459, + 1.023577547073364 + ], + [ + 0.6891814213991155, + 0.4340377178788182, + 0.627797213792801, + 1.0291517269611363, + 0.8407263362407691, + 0.8151284813880908, + 1.0700921177864067 + ], + [ + 0.7241586452722546, + 0.44823989272117615, + 0.6528442400693895, + 1.0782578659057622, + 0.8763976442813881, + 0.839011111855506, + 1.1146764039993284 + ], + [ + 0.7581266427040088, + 0.46179559469222997, + 0.6766490787267687, + 1.1261505627632142, + 0.9097955238819125, + 0.860156078338623, + 1.158012557029724 + ] + ] + }, + "right_hand": { + "min": [ + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -4.617266654968262, + -1.4736312627792358 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -4.617266654968262, + -1.4741454124450684 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -4.617266654968262, + -1.4741454124450684 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -4.617266654968262, + -1.4749785661697388 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -4.617266654968262, + -1.4741454124450684 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -4.617266654968262, + -1.4741454124450684 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -4.617266654968262, + -1.4756388664245605 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -4.617266654968262, + -1.4756388664245605 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -4.617266654968262, + -1.4756388664245605 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -5.21285343170166, + -1.4867236614227295 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -5.21285343170166, + -1.4877949953079224 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -5.21285343170166, + -1.4885189533233643 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -5.21285343170166, + -1.4760680198669434 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -5.21285343170166, + -1.4756388664245605 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -5.21285343170166, + -1.477303385734558 + ], + [ + -5.257836818695068, + -5.1758012771606445, + -4.902168273925781, + -4.374237060546875, + -5.21285343170166, + -1.4769020080566406 + ] + ], + "max": [ + [ + 3.5554635524749756, + 4.005765438079834, + 3.9364871978759766, + 3.7032501697540283, + 4.09061861038208, + 3.818516731262207 + ], + [ + 3.5554635524749756, + 4.005765438079834, + 3.9364871978759766, + 3.7032501697540283, + 4.09061861038208, + 3.818516731262207 + ], + [ + 3.5554635524749756, + 4.005765438079834, + 3.9364871978759766, + 3.7032501697540283, + 4.09061861038208, + 3.818516731262207 + ], + [ + 3.5554635524749756, + 4.005765438079834, + 3.9364871978759766, + 3.7032501697540283, + 4.09061861038208, + 3.818516731262207 + ], + [ + 3.5554635524749756, + 4.005765438079834, + 3.9364871978759766, + 3.7032501697540283, + 4.09061861038208, + 3.818516731262207 + ], + [ + 3.5554635524749756, + 3.8426766395568848, + 3.9364871978759766, + 3.7032501697540283, + 4.09061861038208, + 3.818516731262207 + ], + [ + 3.5554635524749756, + 3.4634130001068115, + 3.5153541564941406, + 3.7032501697540283, + 4.241769790649414, + 3.818516731262207 + ], + [ + 3.7151429653167725, + 3.3982670307159424, + 3.4605722427368164, + 3.7032501697540283, + 4.241769790649414, + 3.818516731262207 + ], + [ + 3.7151429653167725, + 3.3982670307159424, + 3.3622381687164307, + 3.7032501697540283, + 4.241769790649414, + 3.818516731262207 + ], + [ + 3.7151429653167725, + 3.3982670307159424, + 3.3622381687164307, + 3.7032501697540283, + 4.241769790649414, + 3.818516731262207 + ], + [ + 3.7151429653167725, + 3.3982670307159424, + 3.3622381687164307, + 3.7032501697540283, + 4.241769790649414, + 3.818516731262207 + ], + [ + 3.7151429653167725, + 3.393220901489258, + 3.3622381687164307, + 3.7032501697540283, + 4.241769790649414, + 3.818516731262207 + ], + [ + 3.7151429653167725, + 3.3747355937957764, + 3.3622381687164307, + 3.7032501697540283, + 4.241769790649414, + 3.818516731262207 + ], + [ + 3.7151429653167725, + 3.3540120124816895, + 3.3622381687164307, + 3.7032501697540283, + 4.241769790649414, + 3.818516731262207 + ], + [ + 3.7151429653167725, + 3.341102123260498, + 3.3622381687164307, + 3.7032501697540283, + 4.241769790649414, + 3.818516731262207 + ], + [ + 3.7151429653167725, + 3.3357980251312256, + 3.3622381687164307, + 3.7032501697540283, + 4.241769790649414, + 3.818516731262207 + ] + ], + "mean": [ + [ + -0.42630874230413446, + -0.3862843983888596, + -0.3759647591412357, + -0.38814519950365245, + -0.3799808448330462, + 0.7066274712108543 + ], + [ + -0.4305077278576333, + -0.39049934075865805, + -0.38016553149500504, + -0.3923627371800454, + -0.3883988865665617, + 0.7064652795218399 + ], + [ + -0.4346932377357636, + -0.3947005538177281, + -0.3843539222635104, + -0.39657006988853866, + -0.39680119136757014, + 0.7062846513711384 + ], + [ + -0.4388769848392918, + -0.39889237615618384, + -0.38853773395858615, + -0.40077481006789006, + -0.4052017307748402, + 0.7060870507978371 + ], + [ + -0.44298289932347606, + -0.4030101792998128, + -0.39264436793692076, + -0.4049073529854841, + -0.4134579144990664, + 0.7058734426521233 + ], + [ + -0.44708778742622673, + -0.40712690498425075, + -0.39675016600804475, + -0.4090410233413833, + -0.42171334963076773, + 0.705638160767453 + ], + [ + -0.4511913257493408, + -0.41123951200955505, + -0.4008567213228207, + -0.4131735350123486, + -0.4299709413210935, + 0.7053803893052509 + ], + [ + -0.45529273026177025, + -0.41535441082932345, + -0.4049625998286957, + -0.41731032816895336, + -0.43823030950596903, + 0.7051033059381416 + ], + [ + -0.45939318653569144, + -0.4194671796434596, + -0.4090661823155727, + -0.4214476366161819, + -0.4464851704826952, + 0.7048069032155445 + ], + [ + -0.46142826463109493, + -0.42152193870160604, + -0.411117223755343, + -0.42353268012919637, + -0.4505958574083538, + 0.704485868873494 + ], + [ + -0.46271963044772435, + -0.42283362988381784, + -0.4124314486982722, + -0.42488238529975303, + -0.45321481898075316, + 0.7041440176092556 + ], + [ + -0.4632815840331867, + -0.4234218757274634, + -0.4130219460661693, + -0.42550659397309865, + -0.45437364093640953, + 0.7037800194941929 + ], + [ + -0.4635477017469407, + -0.423716010416507, + -0.4133185673029042, + -0.4258401778025981, + -0.45494061474237113, + 0.7033941986285618 + ], + [ + -0.46362578218901956, + -0.4238239080773506, + -0.41342935110384094, + -0.4259939744323473, + -0.45513026789988414, + 0.7029860260211399 + ], + [ + -0.46361586847731767, + -0.42384036587812013, + -0.4134528888121772, + -0.42606107759100503, + -0.4551405156835258, + 0.7025567757212093 + ], + [ + -0.46352790008932526, + -0.423781954860775, + -0.41340281930219597, + -0.42605602820817406, + -0.4549996221466674, + 0.7021029236041477 + ] + ], + "std": [ + [ + 0.8754534297201967, + 0.8997634007333767, + 0.9083456954663627, + 0.9010367059273436, + 2.0879586587318517, + 0.6729414177433327 + ], + [ + 0.8888285003601756, + 0.9121133718929524, + 0.9202009830410807, + 0.9137443319618802, + 2.08906752931704, + 0.6755927425745779 + ], + [ + 0.9014983410652606, + 0.9238380870105173, + 0.9312847665301904, + 0.9259605349613955, + 2.090391626200182, + 0.6784733236548925 + ], + [ + 0.9136306703213523, + 0.93488338246339, + 0.9417835378629857, + 0.93745759708778, + 2.091047898612211, + 0.6815314217096436 + ], + [ + 0.9254425870051494, + 0.9456649315656903, + 0.9518781663538423, + 0.948482795320921, + 2.091892078077274, + 0.6847502633454627 + ], + [ + 0.9365391636400182, + 0.9558422602864519, + 0.9614557970097932, + 0.9590719020283599, + 2.092875777458968, + 0.6881270041691312 + ], + [ + 0.9466567856951225, + 0.9651656855382453, + 0.970189410576791, + 0.9689774775436744, + 2.0933567830863162, + 0.691613557658058 + ], + [ + 0.9563043428430597, + 0.9740657417842699, + 0.9783180799733129, + 0.9781672120197299, + 2.09277872003054, + 0.6951929139414263 + ], + [ + 0.9654431111656674, + 0.9825116157702709, + 0.9861177339771086, + 0.9870490388198617, + 2.0918358375709385, + 0.6988484544896253 + ], + [ + 0.975194734636679, + 0.9913533563354825, + 0.9943716166253465, + 0.9963720221823362, + 2.0907752274450484, + 0.7025834439773551 + ], + [ + 0.9849358912714931, + 1.0002108516807404, + 1.0027093664115807, + 1.0057102820324912, + 2.0906496382771995, + 0.706377433632233 + ], + [ + 0.9949354364026738, + 1.0091529205894827, + 1.011242865331921, + 1.0151477676017562, + 2.09068252658611, + 0.7102289083117765 + ], + [ + 1.00493127487867, + 1.0181897158054567, + 1.0198392264898266, + 1.0246786444721974, + 2.0907275839807618, + 0.7141213587782721 + ], + [ + 1.014902271766226, + 1.0271936193387627, + 1.0284319741001193, + 1.034181216057429, + 2.0909694707198954, + 0.7180576355689547 + ], + [ + 1.0248062766118955, + 1.0361487543476624, + 1.0369511214112033, + 1.04362140680163, + 2.0914091192564896, + 0.7218979639518175 + ], + [ + 1.0346398163708195, + 1.0450652865011854, + 1.0454120970712968, + 1.0530167819089453, + 2.0919068456163648, + 0.7258013367784045 + ] + ], + "q01": [ + [ + -2.824023723602295, + -2.7118677616119387, + -2.692126932144165, + -2.7267379093170168, + -3.7122115659713746, + -0.781815949678421 + ], + [ + -2.9596345710754393, + -2.836867370605469, + -2.7815058612823487, + -2.8435996913909913, + -3.712468583583832, + -0.8312571167945861 + ], + [ + -2.9704218196868895, + -2.859067840576172, + -2.8502755260467527, + -2.9381849002838134, + -3.7127158427238465, + -0.8724990260601043 + ], + [ + -2.976218891143799, + -2.973523540496826, + -2.8845865154266357, + -2.9781523609161376, + -3.712941629886627, + -0.9094643723964692 + ], + [ + -2.9798084473609925, + -2.9762685394287107, + -2.9012310886383057, + -2.981879959106445, + -3.7131967329978943, + -0.94195192694664 + ], + [ + -2.985883131027222, + -2.9801244139671326, + -2.926110804080963, + -2.9824929237365723, + -3.7134443640708925, + -0.9709373939037323 + ], + [ + -2.9898157119750977, + -2.9830698370933533, + -2.954115867614746, + -2.9845476150512695, + -3.7135034942626954, + -0.9968215978145599 + ], + [ + -2.9931681156158447, + -2.9842045307159424, + -2.978534162044525, + -2.9861947894096375, + -3.7135144591331484, + -1.0212998938560487 + ], + [ + -2.9944989681243896, + -2.986634454727173, + -2.9988499879837036, + -2.9890758991241455, + -3.713521809577942, + -1.0446622085571289 + ], + [ + -2.9948670864105225, + -2.9894692707061767, + -3.0096349716186523, + -2.991241931915283, + -3.713534162044525, + -1.0670691132545471 + ], + [ + -2.9950742721557617, + -2.9916555881500244, + -3.0241527557373047, + -3.0099085688591005, + -3.7135423755645753, + -1.0873567318916322 + ], + [ + -2.995244026184082, + -2.993131704330444, + -3.0379769802093506, + -3.031497395038605, + -3.7135475373268125, + -1.1056630873680116 + ], + [ + -2.995413303375244, + -2.9940032958984375, + -3.0448349714279175, + -3.0469588804244996, + -3.713553581237793, + -1.1232684445381165 + ], + [ + -2.9956159591674805, + -2.9944316482543947, + -3.0584372234344483, + -3.0555278611183168, + -3.7135543394088746, + -1.1384876298904418 + ], + [ + -2.9968346118927003, + -2.994640827178955, + -3.0665827894210818, + -3.062479474544525, + -3.713559911251068, + -1.1524842405319213 + ], + [ + -2.999497833251953, + -2.994802236557007, + -3.07526034116745, + -3.0702243518829344, + -3.7135605597496033, + -1.1654428601264955 + ] + ], + "q99": [ + [ + 1.507151484489441, + 1.464722442626953, + 1.4964269685745233, + 1.4631215274333953, + 3.5080227637290955, + 2.6859983325004575 + ], + [ + 1.5169150233268738, + 1.4956671762466431, + 1.4994707107543945, + 1.4688642287254332, + 3.5031980848312383, + 2.6859983325004575 + ], + [ + 1.5225266814231873, + 1.4980945587158203, + 1.5000594758987424, + 1.4978107213974, + 3.498086452484131, + 2.6859983325004575 + ], + [ + 1.526372253894806, + 1.4993411302566528, + 1.500287847518921, + 1.4995694971084594, + 3.4928040075302125, + 2.6859983325004575 + ], + [ + 1.5290389657020569, + 1.4997395277023315, + 1.5004432201385498, + 1.4998831748962402, + 3.486659917831421, + 2.6859983325004575 + ], + [ + 1.5306759476661682, + 1.4998583793640137, + 1.500573992729187, + 1.4999884366989136, + 3.480032877922058, + 2.6859983325004575 + ], + [ + 1.5318080186843872, + 1.4999240636825562, + 1.5008208131790157, + 1.500027060508728, + 3.4720184636116036, + 2.6859983325004575 + ], + [ + 1.5326464772224426, + 1.4999648332595825, + 1.5014334726333616, + 1.5000568628311157, + 3.458698146343232, + 2.6859983325004575 + ], + [ + 1.5330785512924194, + 1.4999903440475464, + 1.5042523527145382, + 1.5000872611999512, + 3.4267063045501764, + 2.6859983325004575 + ], + [ + 1.5333117842674255, + 1.500006079673767, + 1.510066337585447, + 1.5001150369644165, + 3.381329412460328, + 2.6859983325004575 + ], + [ + 1.533416509628296, + 1.5000233268737793, + 1.5163391447067247, + 1.5001418590545654, + 3.3374921321868904, + 2.6859983325004575 + ], + [ + 1.5334518551826477, + 1.5000419616699219, + 1.5226101255416826, + 1.5001652240753174, + 3.2956567478179952, + 2.6859983325004575 + ], + [ + 1.533483862876892, + 1.50006103515625, + 1.5284943342208765, + 1.5001879930496216, + 3.253996391296393, + 2.6859983325004575 + ], + [ + 1.5335105657577515, + 1.5000804662704468, + 1.533509001731872, + 1.5002110004425049, + 3.2274123859405557, + 2.6859983325004575 + ], + [ + 1.533523678779602, + 1.500099778175354, + 1.538146033287048, + 1.50023353099823, + 3.2061313915252727, + 2.6859983325004575 + ], + [ + 1.5335220098495483, + 1.5001204013824463, + 1.5423469781875518, + 1.500257134437561, + 3.168870639801028, + 2.6859983325004575 + ] + ] + } + } + }, + "robocasa_panda_omron": { + "state": { + "end_effector_position_relative": { + "min": [ + -0.46594083309173584, + -0.8583298325538635, + -0.05373392626643181 + ], + "max": [ + 0.8734620809555054, + 0.9110966920852661, + 1.1568338871002197 + ], + "mean": [ + 0.27038754113234864, + -0.03739022846478945, + 0.5390530126268225 + ], + "std": [ + 0.19160690493945634, + 0.26433913073448045, + 0.24298214520766154 + ], + "q01": [ + -0.3682131481170654, + -0.7039378297328949, + 0.03666396856307983 + ], + "q99": [ + 0.7813222360610962, + 0.7024977898597718, + 1.0670286393165587 + ] + }, + "end_effector_rotation_relative": { + "min": [ + -0.9999996423721313, + -0.9978545904159546, + -0.9934196472167969, + 1.742676403182486e-08 + ], + "max": [ + 0.9999980926513672, + 0.998063862323761, + 0.9959006905555725, + 0.9754553437232971 + ], + "mean": [ + -0.15473764518557107, + 0.12101395845738246, + 0.0073096656754604705, + 0.2104693596511956 + ], + "std": [ + 0.7736194572934442, + 0.3664192841252171, + 0.35939577411124457, + 0.23468805469193338 + ], + "q01": [ + -0.9992718696594238, + -0.8802546286582946, + -0.849177440404892, + 0.00044487909326562663 + ], + "q99": [ + 0.9993162155151367, + 0.9301677179336548, + 0.8556861239671707, + 0.8709038305282593 + ] + }, + "gripper_qpos": { + "min": [ + -0.034708939492702484, + -0.12887509167194366 + ], + "max": [ + 0.0993952602148056, + 0.12181679159402847 + ], + "mean": [ + 0.03069615761615002, + -0.03064145469186576 + ], + "std": [ + 0.01341022480320407, + 0.01341680128053526 + ], + "q01": [ + -0.0012123542837798595, + -0.041020282991230485 + ], + "q99": [ + 0.04147526852786541, + 0.0008036484662443376 + ] + }, + "base_position": { + "min": [ + 0.31250813603401184, + -5.110836982727051, + 0.6947912573814392 + ], + "max": [ + 5.60412073135376, + -0.4872598946094513, + 0.8319682478904724 + ], + "mean": [ + 2.521760290175412, + -1.522186060467389, + 0.6947690310137987 + ], + "std": [ + 1.4554554979381333, + 0.8552189250023587, + 0.006658629060373585 + ], + "q01": [ + 0.3898392152786255, + -4.600230164527893, + 0.6998904347419739 + ], + "q99": [ + 5.600037574768066, + -0.4999887862801552, + 0.7121779525279999 + ] + }, + "base_rotation": { + "min": [ + 0.0, + 0.0, + -1.0, + 0.0 + ], + "max": [ + 0.0, + 0.0, + 1.0, + 1.0 + ], + "mean": [ + 0.0, + 0.0, + 0.27055757164716127, + 0.6369820581221606 + ], + "std": [ + 0.0, + 0.0, + 0.6259934713321293, + 0.359605980888475 + ], + "q01": [ + 0.0, + 0.0, + -1.0, + 1.0776068290851981e-06 + ], + "q99": [ + 0.0, + 0.0, + 1.0, + 1.0 + ] + } + }, + "action": { + "end_effector_position": { + "min": [ + -1.0, + -1.0, + -1.0 + ], + "max": [ + 1.0, + 1.0, + 1.0 + ], + "mean": [ + 0.029800773273887676, + 0.0035913945088653434, + -0.03968289347218177 + ], + "std": [ + 0.4175582986687833, + 0.40810836358753827, + 0.3724136058768564 + ], + "q01": [ + -1.0, + -1.0, + -1.0 + ], + "q99": [ + 1.0, + 1.0, + 1.0 + ] + }, + "end_effector_rotation": { + "min": [ + -1.0, + -1.0, + -1.0 + ], + "max": [ + 1.0, + 1.0, + 1.0 + ], + "mean": [ + 0.006613481004255726, + -0.02273008039346597, + -0.0026965937721805723 + ], + "std": [ + 0.14524735843782446, + 0.1520585068917666, + 0.1391378440576292 + ], + "q01": [ + -0.620814083814621, + -0.7757885468006134, + -0.7125183200836182 + ], + "q99": [ + 0.86768774271011, + 0.8982121348381038, + 0.6413099694252014 + ] + }, + "gripper_close": { + "min": [ + 0.0 + ], + "max": [ + 1.0 + ], + "mean": [ + 0.3555581543825369 + ], + "std": [ + 0.47875685759087344 + ], + "q01": [ + 0.0 + ], + "q99": [ + 1.0 + ] + }, + "base_motion": { + "min": [ + 0.0, + 0.0, + 0.0, + 0.0 + ], + "max": [ + 0.0, + 0.0, + 0.0, + 0.0 + ], + "mean": [ + 0.0, + 0.0, + 0.0, + 0.0 + ], + "std": [ + 0.0, + 0.0, + 0.0, + 0.0 + ], + "q01": [ + 0.0, + 0.0, + 0.0, + 0.0 + ], + "q99": [ + 0.0, + 0.0, + 0.0, + 0.0 + ] + }, + "control_mode": { + "min": [ + 0.0 + ], + "max": [ + 0.0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "q01": [ + 0.0 + ], + "q99": [ + 0.0 + ] + } + } + }, + "new_embodiment": { + "state": { + "left_hand": { + "min": [ + -0.09799999743700027, + -0.08199996501207352, + -2.3887020139667925e-10, + -0.18299999833106995, + -0.22200000286102295, + -0.21500006318092346, + -0.29699963331222534 + ], + "max": [ + 0.12999998033046722, + 0.10700006783008575, + 0.2280000001192093, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "mean": [ + -0.0054089887998998165, + 0.005827104672789574, + 0.031063664704561234, + -0.013071244582533836, + -0.027740946039557457, + -0.024281593039631844, + -0.03443169221282005 + ], + "std": [ + 0.026754410937428474, + 0.02570926956832409, + 0.05101049691438675, + 0.02832541987299919, + 0.04559871181845665, + 0.04026580974459648, + 0.05430656298995018 + ], + "q01": [ + -0.04413001623004675, + -0.05999999865889549, + 0.0, + -0.14100000262260437, + -0.1809999942779541, + -0.13899989426136017, + -0.2699997127056122 + ], + "q99": [ + 0.08499999344348907, + 0.0870000347495079, + 0.20399999618530273, + 0.0, + 0.0, + 0.0, + 0.0 + ] + }, + "right_hand": { + "min": [ + -0.01600000075995922, + -0.20600000023841858, + -0.8199999928474426, + 0.004000000189989805, + 0.0010000000474974513, + 0.0010000000474974513, + 0.0010000000474974513 + ], + "max": [ + 0.5130000114440918, + 0.1720000058412552, + -0.0010000000474974513, + 0.4450001120567322, + 1.375, + 0.5569999814033508, + 1.1579999923706055 + ], + "mean": [ + 0.14551377296447754, + -0.04790256544947624, + -0.16233190894126892, + 0.12968285381793976, + 0.37486323714256287, + 0.1825636923313141, + 0.28982678055763245 + ], + "std": [ + 0.17061059176921844, + 0.056338630616664886, + 0.20902083814144135, + 0.14012272655963898, + 0.4300926923751831, + 0.19461630284786224, + 0.3383548855781555 + ], + "q01": [ + -0.014999999664723873, + -0.15199999511241913, + -0.7352600109577179, + 0.004000000189989805, + 0.0010000000474974513, + 0.004000000189989805, + 0.0010000000474974513 + ], + "q99": [ + 0.39899998903274536, + 0.06999966129660606, + -0.0010000000474974513, + 0.41100001335144043, + 1.2691300439834587, + 0.49799999594688416, + 1.0709999799728394 + ] + }, + "left_arm": { + "min": [ + -0.1139998808503151, + -0.06499999761581421, + -0.2379997819662094, + -0.14899970591068268, + -0.34599998593330383, + -0.29499998688697815, + -0.18199999630451202 + ], + "max": [ + 0.031000027433037758, + 0.09900011122226715, + 0.05100004002451897, + 0.15700000524520874, + 0.0, + 0.003000000026077032, + 0.006000017747282982 + ], + "mean": [ + -0.01859004981815815, + -0.011797229759395123, + -0.02136491984128952, + -0.0015487042255699635, + -0.10206520557403564, + -0.08541297912597656, + -0.05251696705818176 + ], + "std": [ + 0.02924812026321888, + 0.021750465035438538, + 0.032564036548137665, + 0.03753108158707619, + 0.11267656087875366, + 0.09539038687944412, + 0.0603468157351017 + ], + "q01": [ + -0.09499987408518791, + -0.05999991346150637, + -0.11399985201656819, + -0.12030089475214481, + -0.3310000002384186, + -0.26899999380111694, + -0.17000000178813934 + ], + "q99": [ + 0.010999999940395355, + 0.0430000014603138, + 0.02513002794235865, + 0.07100000232458115, + 0.0, + 0.0020000000949949026, + 0.0 + ] + }, + "right_arm": { + "min": [ + -0.5590000152587891, + -0.800000011920929, + -0.32399997115135193, + -0.09600000083446503, + 0.0, + -0.4069998264312744, + 0.0 + ], + "max": [ + 0.020999999716877937, + 0.0010000000474974513, + 0.20200000703334808, + 0.31200000643730164, + 0.35199999809265137, + 0.003000000026077032, + 0.8899999856948853 + ], + "mean": [ + -0.12422259151935577, + -0.23228920996189117, + -0.023111552000045776, + 0.05130844563245773, + 0.05851978436112404, + -0.10995743423700333, + 0.2582551836967468 + ], + "std": [ + 0.15201117098331451, + 0.2566412389278412, + 0.05685749650001526, + 0.06506538391113281, + 0.07393182814121246, + 0.1244540736079216, + 0.28631067276000977 + ], + "q01": [ + -0.49499997884035113, + -0.7279999852180481, + -0.2192599435150623, + -0.031000016499310733, + 0.0, + -0.36000001430511475, + 0.0 + ], + "q99": [ + 0.00800000037997961, + 0.0010000000474974513, + 0.12513000026345172, + 0.22699999809265137, + 0.27900001406669617, + 0.0020000000949949026, + 0.8460000157356262 + ] + }, + "rpy": { + "min": [ + 0.0, + -0.15000000596046448, + 0.0 + ], + "max": [ + 0.0, + 0.0, + 0.0 + ], + "mean": [ + 0.0, + -0.1490357518196106, + 0.0 + ], + "std": [ + 0.0, + 0.012014704756438696, + 0.0 + ], + "q01": [ + 0.0, + -0.15000000596046448, + 0.0 + ], + "q99": [ + 0.0, + -0.15000000596046448, + 0.0 + ] + }, + "height": { + "min": [ + 0.44999998807907104 + ], + "max": [ + 0.75 + ], + "mean": [ + 0.4670488238334656 + ], + "std": [ + 0.06933368742465973 + ], + "q01": [ + 0.44999998807907104 + ], + "q99": [ + 0.75 + ] + } + }, + "action": { + "left_hand": { + "min": [ + -0.09775445610284805, + -0.0823368951678276, + -0.027741333469748497, + -0.1810884326696396, + -0.21405744552612305, + -0.20122334361076355, + -0.295552521944046 + ], + "max": [ + 0.12923675775527954, + 0.10485697537660599, + 0.22624923288822174, + 0.022101346403360367, + 0.03615603595972061, + 0.009702185168862343, + 0.008694176562130451 + ], + "mean": [ + -0.0008055749931372702, + 0.003662512404844165, + 0.031012117862701416, + -0.012596862390637398, + -0.027946343645453453, + -0.023698121309280396, + -0.03487454727292061 + ], + "std": [ + 0.026223942637443542, + 0.026004673913121223, + 0.05157838761806488, + 0.028955502435564995, + 0.04606349393725395, + 0.04066930338740349, + 0.05465922877192497 + ], + "q01": [ + -0.044115488231182096, + -0.05932579189538956, + -0.0008548528398387134, + -0.14063991606235504, + -0.18160852789878845, + -0.13885661959648132, + -0.2704181373119354 + ], + "q99": [ + 0.08541888743638992, + 0.08673391491174698, + 0.20383067429065704, + 0.010909304022789001, + 0.005769035266712276, + 0.007609221618622541, + 0.0008619268686742959 + ] + }, + "right_hand": { + "min": [ + -0.015388990752398968, + -0.49568232893943787, + -0.6491441130638123, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "max": [ + 0.38237157464027405, + 0.0, + 0.0, + 0.6359286308288574, + 1.1968196630477905, + 0.7969403266906738, + 0.9798202514648438 + ], + "mean": [ + 0.1510307490825653, + -0.10410650074481964, + -0.16438010334968567, + 0.160273939371109, + 0.38479897379875183, + 0.22493480145931244, + 0.29762107133865356 + ], + "std": [ + 0.16792035102844238, + 0.14840462803840637, + 0.20773763954639435, + 0.201939195394516, + 0.43836456537246704, + 0.2673484683036804, + 0.3443882465362549 + ], + "q01": [ + -0.015381569974124432, + -0.49547951817512514, + -0.6489888429641724, + 0.0, + 0.0, + 0.0, + 0.0 + ], + "q99": [ + 0.382364958524704, + 0.0, + 0.0, + 0.6356749534606934, + 1.1965277194976807, + 0.7967880129814148, + 0.9795168793201446 + ] + }, + "left_arm": { + "min": [ + -0.11302866041660309, + -0.06130801886320114, + -0.2347739338874817, + -0.149064838886261, + -0.34618079662323, + -0.296110063791275, + -0.18200430274009705 + ], + "max": [ + 0.02855294942855835, + 0.09991803765296936, + 0.05098697543144226, + 0.1499277651309967, + 3.8650854548905045e-05, + 0.0012129372917115688, + 0.006128575652837753 + ], + "mean": [ + -0.020675089210271835, + -0.011319637298583984, + -0.02104736864566803, + -0.0047059389762580395, + -0.10232270509004593, + -0.08670033514499664, + -0.052605174481868744 + ], + "std": [ + 0.028416506946086884, + 0.021467505022883415, + 0.032287437468767166, + 0.03757817670702934, + 0.11277986317873001, + 0.09554938971996307, + 0.06037674844264984 + ], + "q01": [ + -0.09533142298460007, + -0.057845381833612916, + -0.11222188174724579, + -0.12452998012304306, + -0.33181595951318743, + -0.26951175928115845, + -0.16966578140854835 + ], + "q99": [ + 0.010912260971963406, + 0.04415091205388274, + 0.02633006187155817, + 0.06915374681353538, + 3.84151644539088e-05, + 0.001203537336550653, + 3.166658199916128e-05 + ] + }, + "right_arm": { + "min": [ + -0.5555615425109863, + -0.7934529185295105, + -0.3188854157924652, + -0.09826192259788513, + -3.864927566610277e-05, + -0.406229704618454, + 0.0 + ], + "max": [ + 0.01944165676832199, + 0.00040899173473007977, + 0.19534528255462646, + 0.298308402299881, + 0.3513643741607666, + 0.0012087320210412145, + 0.8875377178192139 + ], + "mean": [ + -0.1269960105419159, + -0.23249554634094238, + -0.022764088585972786, + 0.04807743430137634, + 0.058973122388124466, + -0.11149747669696808, + 0.25905102491378784 + ], + "std": [ + 0.15188516676425934, + 0.2564069926738739, + 0.05658402293920517, + 0.06496992707252502, + 0.07428737729787827, + 0.12488652765750885, + 0.28678208589553833 + ], + "q01": [ + -0.504463392496109, + -0.7292503118515015, + -0.21955281451344488, + -0.03430207073688507, + -3.847765765385702e-05, + -0.3624899685382843, + 0.0 + ], + "q99": [ + 0.002674137009307742, + 0.000406751612899825, + 0.12524892970919546, + 0.21630814880132343, + 0.2785507142543793, + 0.0011997524416074157, + 0.847134844660759 + ] + }, + "rpy": { + "min": [ + -0.0435166172683239, + -0.014203691855072975, + -0.05216570198535919 + ], + "max": [ + 0.3364854156970978, + 0.4499310553073883, + 0.18629509210586548 + ], + "mean": [ + 0.08001509308815002, + 0.16946518421173096, + 0.008698188699781895 + ], + "std": [ + 0.13087092339992523, + 0.15007734298706055, + 0.05011340230703354 + ], + "q01": [ + -0.04341023042798042, + -0.01279706321656704, + -0.03870870623737574 + ], + "q99": [ + 0.3044067323207855, + 0.43886008858680725, + 0.13876871764659882 + ] + }, + "height": { + "min": [ + 0.44999998807907104 + ], + "max": [ + 0.75 + ], + "mean": [ + 0.4670487940311432 + ], + "std": [ + 0.06933368742465973 + ], + "q01": [ + 0.44999998807907104 + ], + "q99": [ + 0.75 + ] + }, + "torso_vx": { + "min": [ + 0.0 + ], + "max": [ + 0.0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "q01": [ + 0.0 + ], + "q99": [ + 0.0 + ] + }, + "torso_vy": { + "min": [ + 0.0 + ], + "max": [ + 0.0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "q01": [ + 0.0 + ], + "q99": [ + 0.0 + ] + }, + "torso_vyaw": { + "min": [ + 0.0 + ], + "max": [ + 0.0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "q01": [ + 0.0 + ], + "q99": [ + 0.0 + ] + }, + "target_yaw": { + "min": [ + 0.0 + ], + "max": [ + 0.0 + ], + "mean": [ + 0.0 + ], + "std": [ + 0.0 + ], + "q01": [ + 0.0 + ], + "q99": [ + 0.0 + ] + } + }, + "relative_action": {} + }, + "g1_loco_downstream": { + "state": { + "left_hand": { + "min": [ + -0.9269875884056091, + -0.06699541956186295, + 0.4786558449268341, + -1.4195833206176758, + -1.7287458181381226, + -1.184408187866211, + -1.543308138847351 + ], + "max": [ + 0.11218374967575073, + 1.0542062520980835, + 1.3448737859725952, + 0.01063089445233345, + -0.02630593813955784, + 0.03173275291919708, + -0.02618894912302494 + ], + "mean": [ + -0.46002745628356934, + 0.4747629165649414, + 0.6948250532150269, + -0.31353455781936646, + -0.5853810906410217, + -0.241254523396492, + -0.404990017414093 + ], + "std": [ + 0.16049478948116302, + 0.13932937383651733, + 0.10406248271465302, + 0.314911425113678, + 0.36967816948890686, + 0.2794082760810852, + 0.19444450736045837 + ], + "q01": [ + -0.8130688619613647, + 0.19560351073741913, + 0.546482310295105, + -1.212935438156128, + -1.610870542526245, + -1.0323941123485565, + -1.2250821590423584 + ], + "q99": [ + -0.18172204494476318, + 0.840534197688103, + 0.9946710854768758, + -0.01472496685571968, + -0.07811787776648912, + -0.002453993773087859, + -0.08073746308684347 + ] + }, + "right_hand": { + "min": [ + -0.9820996522903442, + -0.7896795272827148, + -1.0993529558181763, + -0.20172026753425598, + 0.030457261949777603, + 0.006668585818260908, + 0.01882481388747692 + ], + "max": [ + 0.017766516655683517, + -0.1264796108007431, + -0.49203604459762573, + 1.328361988067627, + 1.7149782180786133, + 1.0285054445266724, + 1.5147463083267212 + ], + "mean": [ + -0.4261653423309326, + -0.4688602685928345, + -0.6508861184120178, + 0.39778369665145874, + 0.6887039542198181, + 0.39132845401763916, + 0.4321276545524597 + ], + "std": [ + 0.16000154614448547, + 0.10341810435056686, + 0.07819007337093353, + 0.3130604922771454, + 0.38070809841156006, + 0.26158344745635986, + 0.25310713052749634 + ], + "q01": [ + -0.8208091944456101, + -0.7230183482170105, + -0.8764568066596985, + -0.1599019467830658, + 0.038338125310838224, + 0.021174823231995106, + 0.019403893500566483 + ], + "q99": [ + -0.1260720820724962, + -0.2484179437160492, + -0.5271240472793579, + 0.9174872511625299, + 1.6465024292469028, + 0.8363010001182556, + 1.1525878620147705 + ] + }, + "left_arm": { + "min": [ + -1.0591537952423096, + -0.1634288728237152, + -0.7029227614402771, + -1.0480923652648926, + -0.7582659125328064, + -1.4715324640274048, + -0.8460901379585266 + ], + "max": [ + 1.2089686393737793, + 0.7988085150718689, + 0.8867607712745667, + 1.1790919303894043, + 1.6713320016860962, + 0.5832118391990662, + 0.7345390915870667 + ], + "mean": [ + 0.5126563310623169, + 0.2898343503475189, + -0.038487911224365234, + -0.41970038414001465, + 0.35927656292915344, + -0.3993854224681854, + -0.20340844988822937 + ], + "std": [ + 0.4427265524864197, + 0.12085731327533722, + 0.2294389307498932, + 0.36075279116630554, + 0.6096572875976562, + 0.4142565429210663, + 0.3043171465396881 + ], + "q01": [ + -0.6334736919403077, + -0.020731991082429888, + -0.5797120887041092, + -0.9999154782295228, + -0.47161510527133943, + -1.107250144481659, + -0.6664532256126404 + ], + "q99": [ + 1.1159828901290894, + 0.5759617680311203, + 0.5208223456144333, + 0.6016402041912099, + 1.5184007847309116, + 0.4425380656123162, + 0.5416640043258667 + ] + }, + "right_arm": { + "min": [ + -1.7347166538238525, + -0.9909635782241821, + -0.9644664525985718, + -1.0476369857788086, + -1.4481498003005981, + -1.6282670497894287, + -0.6750589609146118 + ], + "max": [ + 1.0711021423339844, + 0.11333481967449188, + 0.9750365614891052, + 1.3633613586425781, + 0.9291010499000549, + 1.1024490594863892, + 1.283244013786316 + ], + "mean": [ + -0.41795027256011963, + -0.32765018939971924, + 0.14392685890197754, + 0.05127895623445511, + -0.33854445815086365, + 0.10009922087192535, + 0.31569716334342957 + ], + "std": [ + 0.5552160739898682, + 0.15981826186180115, + 0.24790969491004944, + 0.6697200536727905, + 0.4505113363265991, + 0.3168523907661438, + 0.2951470911502838 + ], + "q01": [ + -1.5834815180301667, + -0.7632960504293442, + -0.34250891089439395, + -0.9945466506481171, + -1.2838559031486512, + -0.7027624332904816, + -0.39147184550762176 + ], + "q99": [ + 0.7133604252338412, + 0.05241899937391281, + 0.7506796699762346, + 1.3331971168518066, + 0.5412076115608215, + 0.8809573137760164, + 0.9873766976594929 + ] + }, + "rpy": { + "min": [ + -0.31443771719932556, + -0.25234249234199524, + -0.5012049078941345 + ], + "max": [ + 0.25545963644981384, + 0.2277967780828476, + 0.22437766194343567 + ], + "mean": [ + -0.034549929201602936, + 0.013610188849270344, + -0.024429943412542343 + ], + "std": [ + 0.03911573067307472, + 0.06750434637069702, + 0.08074839413166046 + ], + "q01": [ + -0.1405536088347435, + -0.14539323568344117, + -0.2829143413901329 + ], + "q99": [ + 0.045323085039854064, + 0.15672585278749473, + 0.14398116096854235 + ] + }, + "height": { + "min": [ + 0.6416011452674866 + ], + "max": [ + 0.8164317607879639 + ], + "mean": [ + 0.7201999425888062 + ], + "std": [ + 0.014960889704524746 + ], + "q01": [ + 0.6767415118217468 + ], + "q99": [ + 0.7662041783332825 + ] + } + }, + "action": { + "left_hand": { + "min": [ + -1.0409882068634033, + -0.12273073196411133, + 0.436837762594223, + -1.5717962980270386, + -1.7463293075561523, + -1.2559611797332764, + -1.7463293075561523 + ], + "max": [ + 0.4421468675136566, + 0.9210000038146973, + 1.7463293075561523, + 0.0010000000474974513, + 0.0010000000474974513, + 0.0010000000474974513, + 0.0010000000474974513 + ], + "mean": [ + -0.4807356894016266, + 0.47509241104125977, + 0.6906853914260864, + -0.31041640043258667, + -0.5898368954658508, + -0.23241764307022095, + -0.40629705786705017 + ], + "std": [ + 0.1750338226556778, + 0.15048623085021973, + 0.13044340908527374, + 0.33980855345726013, + 0.38186123967170715, + 0.28935426473617554, + 0.2044779658317566 + ], + "q01": [ + -0.8321770209074021, + 0.1542169316112995, + 0.5194920480251313, + -1.2916747808456421, + -1.642631198167801, + -1.0422625398635865, + -1.2671113669872285 + ], + "q99": [ + -0.17152927815914154, + 0.8419997036457066, + 1.0500152027606964, + 0.0010000000474974513, + -0.04017595946788788, + 0.0010000000474974513, + -0.07496687382459628 + ] + }, + "right_hand": { + "min": [ + -1.0481975078582764, + -0.9210000038146973, + -1.7463293075561523, + -0.0010000000474974513, + -0.0010000000474974513, + -0.0010000000474974513, + -0.0010000000474974513 + ], + "max": [ + 0.5198602080345154, + -0.014095980674028397, + -0.46265918016433716, + 1.5717962980270386, + 1.7463293075561523, + 1.118023157119751, + 1.7463293075561523 + ], + "mean": [ + -0.40839895606040955, + -0.5726506114006042, + -0.6818944811820984, + 0.5284730792045593, + 0.7199811935424805, + 0.4318573772907257, + 0.4562909007072449 + ], + "std": [ + 0.18769894540309906, + 0.14306479692459106, + 0.12480109930038452, + 0.32611697912216187, + 0.419857919216156, + 0.3162503242492676, + 0.3113788366317749 + ], + "q01": [ + -0.8399935835599899, + -0.8023136258125305, + -1.0682287335395813, + -0.0010000000474974513, + -0.0010000000474974513, + -0.0010000000474974513, + -0.0010000000474974513 + ], + "q99": [ + -0.09633898876607405, + -0.24337346106767624, + -0.5391130346059799, + 0.9635337591171265, + 1.6898248541355134, + 0.9045331478118896, + 1.411249041557312 + ] + }, + "left_arm": { + "min": [ + -1.019361138343811, + -0.6054571270942688, + -1.021012783050537, + -1.0471999645233154, + -0.7927936315536499, + -1.560844898223877, + -0.9046999216079712 + ], + "max": [ + 1.2334027290344238, + 1.0112191438674927, + 0.9427134990692139, + 1.2165793180465698, + 1.7361043691635132, + 0.7488318085670471, + 0.9007768630981445 + ], + "mean": [ + 0.5241657495498657, + 0.2945125997066498, + -0.04500480368733406, + -0.42049187421798706, + 0.36284521222114563, + -0.40989160537719727, + -0.21080413460731506 + ], + "std": [ + 0.43741071224212646, + 0.12982703745365143, + 0.23653879761695862, + 0.3736835718154907, + 0.618385374546051, + 0.42224231362342834, + 0.30724525451660156 + ], + "q01": [ + -0.5942269682884216, + -0.07577644497156143, + -0.6093236482143403, + -1.0471994876861572, + -0.4628263860940933, + -1.1512476015090942, + -0.6814799612760544 + ], + "q99": [ + 1.1341198837757112, + 0.5896527397632599, + 0.5230552434921265, + 0.6644547766447099, + 1.526016002893448, + 0.4597533589601519, + 0.5558918887376787 + ] + }, + "right_arm": { + "min": [ + -1.7759873867034912, + -1.0457597970962524, + -0.9954499006271362, + -1.0471999645233154, + -1.4607900381088257, + -1.614428997039795, + -0.9024532437324524 + ], + "max": [ + 1.1621601581573486, + 0.3022633492946625, + 1.0151734352111816, + 1.3677823543548584, + 0.9460119009017944, + 1.121222972869873, + 1.3166650533676147 + ], + "mean": [ + -0.4022386372089386, + -0.33494579792022705, + 0.13704007863998413, + 0.020859461277723312, + -0.330166757106781, + 0.08796475827693939, + 0.32162994146347046 + ], + "std": [ + 0.5662075877189636, + 0.17241664230823517, + 0.2581793963909149, + 0.7005768418312073, + 0.4578431248664856, + 0.3462810218334198, + 0.30215367674827576 + ], + "q01": [ + -1.5976583051681519, + -0.7911965763568878, + -0.4213506481051445, + -1.0471998453140259, + -1.2858412957191467, + -0.8454385197162628, + -0.3983448427915573 + ], + "q99": [ + 0.7685537481307989, + 0.09822795458138024, + 0.764597846865654, + 1.342433763742447, + 0.5681095659732828, + 0.8840116006135945, + 1.0199516999721532 + ] + }, + "rpy": { + "min": [ + -0.31443771719932556, + -0.25234249234199524, + -0.5012049078941345 + ], + "max": [ + 0.25545963644981384, + 0.2277967780828476, + 0.22437766194343567 + ], + "mean": [ + -0.03456060215830803, + 0.013608204200863838, + -0.024464966729283333 + ], + "std": [ + 0.03911809250712395, + 0.06751924008131027, + 0.080777607858181 + ], + "q01": [ + -0.1405536088347435, + -0.14539323568344117, + -0.2829238149523735 + ], + "q99": [ + 0.04534956537187113, + 0.15672843694686892, + 0.14398758068680767 + ] + }, + "height": { + "min": [ + 0.6416011452674866 + ], + "max": [ + 0.8164317607879639 + ], + "mean": [ + 0.7201656103134155 + ], + "std": [ + 0.014956292696296909 + ], + "q01": [ + 0.676702984571457 + ], + "q99": [ + 0.7662041783332825 + ] + }, + "torso_vx": { + "min": [ + -0.3499999940395355 + ], + "max": [ + 0.3499999940395355 + ], + "mean": [ + 0.03277398273348808 + ], + "std": [ + 0.10225828737020493 + ], + "q01": [ + 0.0 + ], + "q99": [ + 0.3499999940395355 + ] + }, + "torso_vy": { + "min": [ + -0.5 + ], + "max": [ + 0.0 + ], + "mean": [ + -4.3974599975626916e-05 + ], + "std": [ + 0.004688670858740807 + ], + "q01": [ + 0.0 + ], + "q99": [ + 0.0 + ] + }, + "torso_vyaw": { + "min": [ + 0.0 + ], + "max": [ + 0.5 + ], + "mean": [ + 0.035689834505319595 + ], + "std": [ + 0.12832395732402802 + ], + "q01": [ + 0.0 + ], + "q99": [ + 0.5 + ] + }, + "target_yaw": { + "min": [ + 0.0 + ], + "max": [ + 1.9220000505447388 + ], + "mean": [ + 1.2327402830123901 + ], + "std": [ + 0.7543802261352539 + ], + "q01": [ + 0.0 + ], + "q99": [ + 1.8980000019073486 + ] + } + }, + "relative_action": {} + } +} \ No newline at end of file diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/training_args.bin b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..f40849c2836a3a1c2b76e9ead30701d9c501d352 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b6059bfb47312475171da5c417a76ec376bb39f71ca533e666e64855487450e +size 5841 diff --git a/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/wandb_config.json b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/wandb_config.json new file mode 100644 index 0000000000000000000000000000000000000000..6e9d961e6ba9beced02e61ffa5f4e95126643295 --- /dev/null +++ b/gr00t-n1.6/real/Rotate_to_pour_ham_into_plate_and_push_the_cart_forward/wandb_config.json @@ -0,0 +1 @@ +{"project": "finetune-gr00t-n1d6", "run_id": "Rotate_to_pour_ham_into_plate_and_push_the_cart_forward"} \ No newline at end of file