Upload folder using huggingface_hub
Browse files- checkpoint-42500/config.json +70 -0
- checkpoint-42500/global_step42500/bf16_zero_pp_rank_1_mp_rank_00_optim_states.pt +3 -0
- checkpoint-42500/global_step42500/bf16_zero_pp_rank_2_mp_rank_00_optim_states.pt +3 -0
- checkpoint-42500/global_step42500/bf16_zero_pp_rank_3_mp_rank_00_optim_states.pt +3 -0
- checkpoint-42500/global_step42500/bf16_zero_pp_rank_4_mp_rank_00_optim_states.pt +3 -0
- checkpoint-42500/global_step42500/bf16_zero_pp_rank_5_mp_rank_00_optim_states.pt +3 -0
- checkpoint-42500/global_step42500/bf16_zero_pp_rank_6_mp_rank_00_optim_states.pt +3 -0
- checkpoint-42500/global_step42500/bf16_zero_pp_rank_7_mp_rank_00_optim_states.pt +3 -0
- checkpoint-42500/global_step42500/mp_rank_00_model_states.pt +3 -0
- checkpoint-42500/model-00001-of-00002.safetensors +3 -0
- checkpoint-42500/model-00002-of-00002.safetensors +3 -0
- checkpoint-42500/model.safetensors.index.json +0 -0
- checkpoint-42500/training_args.bin +3 -0
checkpoint-42500/config.json
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"action_horizon": 50,
|
| 3 |
+
"add_pos_embed": true,
|
| 4 |
+
"apply_sincos_state_encoding": true,
|
| 5 |
+
"architectures": [
|
| 6 |
+
"Gr00tN1d6"
|
| 7 |
+
],
|
| 8 |
+
"attn_dropout": 0.2,
|
| 9 |
+
"attn_implementation": null,
|
| 10 |
+
"backbone_embedding_dim": 2048,
|
| 11 |
+
"backbone_model_type": "eagle",
|
| 12 |
+
"backbone_trainable_params_fp32": true,
|
| 13 |
+
"collator_overwrite_image_inputs": false,
|
| 14 |
+
"color_jitter_params": {
|
| 15 |
+
"brightness": 0.1,
|
| 16 |
+
"contrast": 0.1,
|
| 17 |
+
"hue": 0.1,
|
| 18 |
+
"saturation": 0.1
|
| 19 |
+
},
|
| 20 |
+
"crop_fraction": 0.95,
|
| 21 |
+
"diffusion_model_cfg": {
|
| 22 |
+
"attention_head_dim": 48,
|
| 23 |
+
"dropout": 0.2,
|
| 24 |
+
"final_dropout": true,
|
| 25 |
+
"interleave_self_attention": true,
|
| 26 |
+
"norm_type": "ada_norm",
|
| 27 |
+
"num_attention_heads": 32,
|
| 28 |
+
"num_layers": 32,
|
| 29 |
+
"output_dim": 1024,
|
| 30 |
+
"positional_embeddings": null
|
| 31 |
+
},
|
| 32 |
+
"eagle_collator": true,
|
| 33 |
+
"formalize_language": true,
|
| 34 |
+
"gemma_collator": false,
|
| 35 |
+
"hidden_size": 1024,
|
| 36 |
+
"image_crop_size": null,
|
| 37 |
+
"image_target_size": null,
|
| 38 |
+
"input_embedding_dim": 1536,
|
| 39 |
+
"load_bf16": true,
|
| 40 |
+
"max_action_dim": 128,
|
| 41 |
+
"max_num_embodiments": 32,
|
| 42 |
+
"max_seq_len": 1024,
|
| 43 |
+
"max_state_dim": 128,
|
| 44 |
+
"model_dtype": "bfloat16",
|
| 45 |
+
"model_name": "nvidia/Eagle-Block2A-2B-v2",
|
| 46 |
+
"model_type": "Gr00tN1d6",
|
| 47 |
+
"noise_beta_alpha": 1.5,
|
| 48 |
+
"noise_beta_beta": 1.0,
|
| 49 |
+
"noise_s": 0.999,
|
| 50 |
+
"num_inference_timesteps": 4,
|
| 51 |
+
"num_timestep_buckets": 1000,
|
| 52 |
+
"random_rotation_angle": null,
|
| 53 |
+
"reproject_vision": false,
|
| 54 |
+
"select_layer": 16,
|
| 55 |
+
"shortest_image_edge": 256,
|
| 56 |
+
"state_dropout_prob": 0.0,
|
| 57 |
+
"torch_dtype": "bfloat16",
|
| 58 |
+
"transformers_version": "4.51.3",
|
| 59 |
+
"tune_diffusion_model": true,
|
| 60 |
+
"tune_llm": false,
|
| 61 |
+
"tune_projector": true,
|
| 62 |
+
"tune_top_llm_layers": 4,
|
| 63 |
+
"tune_visual": false,
|
| 64 |
+
"tune_vlln": true,
|
| 65 |
+
"use_albumentations_transforms": true,
|
| 66 |
+
"use_alternate_vl_dit": true,
|
| 67 |
+
"use_flash_attention": true,
|
| 68 |
+
"use_relative_action": true,
|
| 69 |
+
"use_vlln": true
|
| 70 |
+
}
|
checkpoint-42500/global_step42500/bf16_zero_pp_rank_1_mp_rank_00_optim_states.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e877c414afa623311569bf17f9da9784d03e09a4fb54b4c11f714caa5c22cd52
|
| 3 |
+
size 2429964421
|
checkpoint-42500/global_step42500/bf16_zero_pp_rank_2_mp_rank_00_optim_states.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6444fc9e1406755cd7aa580fac9c3f2ee9f5743b44f6ff5601c7cfa86bee20c
|
| 3 |
+
size 2429964613
|
checkpoint-42500/global_step42500/bf16_zero_pp_rank_3_mp_rank_00_optim_states.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81cb0b029ecc72afce76b652913915c5f36074d29a0493c7762abe42769200e1
|
| 3 |
+
size 2429964485
|
checkpoint-42500/global_step42500/bf16_zero_pp_rank_4_mp_rank_00_optim_states.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a04334b042b780417209d6e3cb598caec266619930b64b03f29072063fdd7e7
|
| 3 |
+
size 2429964421
|
checkpoint-42500/global_step42500/bf16_zero_pp_rank_5_mp_rank_00_optim_states.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:624ee63ce80fa4ad021c7825d94e0a085367d5b020fb1f86681c2a36f8e4bd01
|
| 3 |
+
size 2429964613
|
checkpoint-42500/global_step42500/bf16_zero_pp_rank_6_mp_rank_00_optim_states.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a3d854b164add59c5b56131b4504aa6ee36827633c7294bdabac328027b7845
|
| 3 |
+
size 2429962437
|
checkpoint-42500/global_step42500/bf16_zero_pp_rank_7_mp_rank_00_optim_states.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03aa4398bd7525d7d89bd183de2d1f4352fee6e4fc6d429b18db2f971d328a99
|
| 3 |
+
size 2429960773
|
checkpoint-42500/global_step42500/mp_rank_00_model_states.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:68b89fcfbe549ad9f8452d522383394ffc3e482e14cfef6aa0e13d77c01477d5
|
| 3 |
+
size 9907202435
|
checkpoint-42500/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b077ed4f5bcaaff563cc2e214a750e473e808cb71c3c9e1b65dc855b307c8ea
|
| 3 |
+
size 4991091456
|
checkpoint-42500/model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f4e139d2af802d249392a7f4a8b49298e94260352cfbdad172aab42787fef43
|
| 3 |
+
size 1582283096
|
checkpoint-42500/model.safetensors.index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-42500/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:afcd045eb00207b145c981520f576cebe98e204e8b078d861f270369cf7ccacc
|
| 3 |
+
size 7633
|