Upload folder using huggingface_hub
Browse files- checkpoints/GR00T/StackCube/250/checkpoint-100000/config.json +64 -0
- checkpoints/GR00T/StackCube/250/checkpoint-100000/experiment_cfg/metadata.json +211 -0
- checkpoints/GR00T/StackCube/250/checkpoint-100000/model-00001-of-00002.safetensors +3 -0
- checkpoints/GR00T/StackCube/250/checkpoint-100000/model-00002-of-00002.safetensors +3 -0
- checkpoints/GR00T/StackCube/250/checkpoint-100000/model.safetensors.index.json +0 -0
- checkpoints/GR00T/StackCube/250/checkpoint-100000/optimizer.pt +3 -0
- checkpoints/GR00T/StackCube/250/checkpoint-100000/rng_state.pth +3 -0
- checkpoints/GR00T/StackCube/250/checkpoint-100000/scheduler.pt +3 -0
- checkpoints/GR00T/StackCube/250/checkpoint-100000/trainer_state.json +0 -0
checkpoints/GR00T/StackCube/250/checkpoint-100000/config.json
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"action_dim": 32,
|
| 3 |
+
"action_head_cfg": {
|
| 4 |
+
"action_dim": 32,
|
| 5 |
+
"action_horizon": 16,
|
| 6 |
+
"add_pos_embed": true,
|
| 7 |
+
"backbone_embedding_dim": 2048,
|
| 8 |
+
"diffusion_model_cfg": {
|
| 9 |
+
"attention_head_dim": 48,
|
| 10 |
+
"cross_attention_dim": 2048,
|
| 11 |
+
"dropout": 0.2,
|
| 12 |
+
"final_dropout": true,
|
| 13 |
+
"interleave_self_attention": true,
|
| 14 |
+
"norm_type": "ada_norm",
|
| 15 |
+
"num_attention_heads": 32,
|
| 16 |
+
"num_layers": 16,
|
| 17 |
+
"output_dim": 1024,
|
| 18 |
+
"positional_embeddings": null
|
| 19 |
+
},
|
| 20 |
+
"hidden_size": 1024,
|
| 21 |
+
"input_embedding_dim": 1536,
|
| 22 |
+
"max_action_dim": 32,
|
| 23 |
+
"max_state_dim": 64,
|
| 24 |
+
"model_dtype": "float32",
|
| 25 |
+
"noise_beta_alpha": 1.5,
|
| 26 |
+
"noise_beta_beta": 1.0,
|
| 27 |
+
"noise_s": 0.999,
|
| 28 |
+
"num_inference_timesteps": 4,
|
| 29 |
+
"num_target_vision_tokens": 32,
|
| 30 |
+
"num_timestep_buckets": 1000,
|
| 31 |
+
"tune_diffusion_model": true,
|
| 32 |
+
"tune_projector": true,
|
| 33 |
+
"use_vlln": true,
|
| 34 |
+
"vl_self_attention_cfg": {
|
| 35 |
+
"attention_head_dim": 64,
|
| 36 |
+
"dropout": 0.2,
|
| 37 |
+
"final_dropout": true,
|
| 38 |
+
"num_attention_heads": 32,
|
| 39 |
+
"num_layers": 4,
|
| 40 |
+
"positional_embeddings": null
|
| 41 |
+
}
|
| 42 |
+
},
|
| 43 |
+
"action_horizon": 16,
|
| 44 |
+
"architectures": [
|
| 45 |
+
"GR00T_N1_5"
|
| 46 |
+
],
|
| 47 |
+
"attn_implementation": null,
|
| 48 |
+
"backbone_cfg": {
|
| 49 |
+
"eagle_path": "NVEagle/eagle_er-qwen3_1_7B-Siglip2_400M_stage1_5_128gpu_er_v7_1mlp_nops",
|
| 50 |
+
"load_bf16": false,
|
| 51 |
+
"project_to_dim": null,
|
| 52 |
+
"reproject_vision": false,
|
| 53 |
+
"select_layer": 12,
|
| 54 |
+
"tune_llm": false,
|
| 55 |
+
"tune_visual": true,
|
| 56 |
+
"use_flash_attention": true
|
| 57 |
+
},
|
| 58 |
+
"compute_dtype": "bfloat16",
|
| 59 |
+
"hidden_size": 2048,
|
| 60 |
+
"model_dtype": "float32",
|
| 61 |
+
"model_type": "gr00t_n1_5",
|
| 62 |
+
"torch_dtype": "bfloat16",
|
| 63 |
+
"transformers_version": "4.51.3"
|
| 64 |
+
}
|
checkpoints/GR00T/StackCube/250/checkpoint-100000/experiment_cfg/metadata.json
ADDED
|
@@ -0,0 +1,211 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"new_embodiment": {
|
| 3 |
+
"statistics": {
|
| 4 |
+
"state": {
|
| 5 |
+
"single_arm": {
|
| 6 |
+
"max": [
|
| 7 |
+
0.4799862205982208,
|
| 8 |
+
1.4612984657287598,
|
| 9 |
+
0.21917130053043365,
|
| 10 |
+
-0.45890742540359497,
|
| 11 |
+
0.18284869194030762,
|
| 12 |
+
2.973768711090088,
|
| 13 |
+
0.2827248275279999
|
| 14 |
+
],
|
| 15 |
+
"min": [
|
| 16 |
+
-0.4668846130371094,
|
| 17 |
+
0.06500235199928284,
|
| 18 |
+
-0.18733704090118408,
|
| 19 |
+
-2.6494877338409424,
|
| 20 |
+
-0.2072468400001526,
|
| 21 |
+
1.919264793395996,
|
| 22 |
+
-1.9064351320266724
|
| 23 |
+
],
|
| 24 |
+
"mean": [
|
| 25 |
+
0.004186040721833706,
|
| 26 |
+
0.6277984380722046,
|
| 27 |
+
0.0037062261253595352,
|
| 28 |
+
-1.884168028831482,
|
| 29 |
+
-0.0035122630652040243,
|
| 30 |
+
2.5076136589050293,
|
| 31 |
+
-0.8062037825584412
|
| 32 |
+
],
|
| 33 |
+
"std": [
|
| 34 |
+
0.18808265030384064,
|
| 35 |
+
0.19807501137256622,
|
| 36 |
+
0.07451925426721573,
|
| 37 |
+
0.3532096743583679,
|
| 38 |
+
0.07380972802639008,
|
| 39 |
+
0.16647188365459442,
|
| 40 |
+
0.46550998091697693
|
| 41 |
+
],
|
| 42 |
+
"q01": [
|
| 43 |
+
-0.4089515507221222,
|
| 44 |
+
0.28301745653152466,
|
| 45 |
+
-0.15329046547412872,
|
| 46 |
+
-2.5297086238861084,
|
| 47 |
+
-0.15167126059532166,
|
| 48 |
+
2.0957236289978027,
|
| 49 |
+
-1.8022033298015594
|
| 50 |
+
],
|
| 51 |
+
"q99": [
|
| 52 |
+
0.3979918617010091,
|
| 53 |
+
1.1323857891559574,
|
| 54 |
+
0.1443355920910835,
|
| 55 |
+
-0.9656954407691956,
|
| 56 |
+
0.145095556974411,
|
| 57 |
+
2.820241928100586,
|
| 58 |
+
0.15726089477539062
|
| 59 |
+
]
|
| 60 |
+
},
|
| 61 |
+
"gripper": {
|
| 62 |
+
"max": [
|
| 63 |
+
0.03999999910593033
|
| 64 |
+
],
|
| 65 |
+
"min": [
|
| 66 |
+
0.01827898807823658
|
| 67 |
+
],
|
| 68 |
+
"mean": [
|
| 69 |
+
0.0357828363776207
|
| 70 |
+
],
|
| 71 |
+
"std": [
|
| 72 |
+
0.0068419454619288445
|
| 73 |
+
],
|
| 74 |
+
"q01": [
|
| 75 |
+
0.018304163590073586
|
| 76 |
+
],
|
| 77 |
+
"q99": [
|
| 78 |
+
0.03999999910593033
|
| 79 |
+
]
|
| 80 |
+
}
|
| 81 |
+
},
|
| 82 |
+
"action": {
|
| 83 |
+
"single_arm": {
|
| 84 |
+
"max": [
|
| 85 |
+
0.48105430603027344,
|
| 86 |
+
1.463722586631775,
|
| 87 |
+
0.22043050825595856,
|
| 88 |
+
-0.45389068126678467,
|
| 89 |
+
0.18532788753509521,
|
| 90 |
+
2.9778687953948975,
|
| 91 |
+
0.287264347076416
|
| 92 |
+
],
|
| 93 |
+
"min": [
|
| 94 |
+
-0.4680957794189453,
|
| 95 |
+
0.06074262410402298,
|
| 96 |
+
-0.18870843946933746,
|
| 97 |
+
-2.6502506732940674,
|
| 98 |
+
-0.2101258635520935,
|
| 99 |
+
1.916414737701416,
|
| 100 |
+
-1.9113181829452515
|
| 101 |
+
],
|
| 102 |
+
"mean": [
|
| 103 |
+
0.0042189802043139935,
|
| 104 |
+
0.6292370557785034,
|
| 105 |
+
0.003726404393091798,
|
| 106 |
+
-1.8836477994918823,
|
| 107 |
+
-0.003558939788490534,
|
| 108 |
+
2.508639335632324,
|
| 109 |
+
-0.806302547454834
|
| 110 |
+
],
|
| 111 |
+
"std": [
|
| 112 |
+
0.18871448934078217,
|
| 113 |
+
0.19798798859119415,
|
| 114 |
+
0.07474376261234283,
|
| 115 |
+
0.35447001457214355,
|
| 116 |
+
0.07405512779951096,
|
| 117 |
+
0.16673018038272858,
|
| 118 |
+
0.46716225147247314
|
| 119 |
+
],
|
| 120 |
+
"q01": [
|
| 121 |
+
-0.408920556306839,
|
| 122 |
+
0.28300875425338745,
|
| 123 |
+
-0.15321321785449982,
|
| 124 |
+
-2.529733896255493,
|
| 125 |
+
-0.15167154371738434,
|
| 126 |
+
2.0957093238830566,
|
| 127 |
+
-1.802564126253128
|
| 128 |
+
],
|
| 129 |
+
"q99": [
|
| 130 |
+
0.4015136957168579,
|
| 131 |
+
1.1334601640701294,
|
| 132 |
+
0.14425122737884521,
|
| 133 |
+
-0.9657068252563477,
|
| 134 |
+
0.14509110152721405,
|
| 135 |
+
2.820228099822998,
|
| 136 |
+
0.15726035833358765
|
| 137 |
+
]
|
| 138 |
+
},
|
| 139 |
+
"gripper": {
|
| 140 |
+
"max": [
|
| 141 |
+
1.0
|
| 142 |
+
],
|
| 143 |
+
"min": [
|
| 144 |
+
-1.0
|
| 145 |
+
],
|
| 146 |
+
"mean": [
|
| 147 |
+
0.7358641028404236
|
| 148 |
+
],
|
| 149 |
+
"std": [
|
| 150 |
+
0.6772903800010681
|
| 151 |
+
],
|
| 152 |
+
"q01": [
|
| 153 |
+
-1.0
|
| 154 |
+
],
|
| 155 |
+
"q99": [
|
| 156 |
+
1.0
|
| 157 |
+
]
|
| 158 |
+
}
|
| 159 |
+
}
|
| 160 |
+
},
|
| 161 |
+
"modalities": {
|
| 162 |
+
"video": {
|
| 163 |
+
"front": {
|
| 164 |
+
"resolution": [
|
| 165 |
+
512,
|
| 166 |
+
512
|
| 167 |
+
],
|
| 168 |
+
"channels": 3,
|
| 169 |
+
"fps": 10.0
|
| 170 |
+
}
|
| 171 |
+
},
|
| 172 |
+
"state": {
|
| 173 |
+
"single_arm": {
|
| 174 |
+
"absolute": true,
|
| 175 |
+
"rotation_type": null,
|
| 176 |
+
"shape": [
|
| 177 |
+
7
|
| 178 |
+
],
|
| 179 |
+
"continuous": true
|
| 180 |
+
},
|
| 181 |
+
"gripper": {
|
| 182 |
+
"absolute": true,
|
| 183 |
+
"rotation_type": null,
|
| 184 |
+
"shape": [
|
| 185 |
+
1
|
| 186 |
+
],
|
| 187 |
+
"continuous": true
|
| 188 |
+
}
|
| 189 |
+
},
|
| 190 |
+
"action": {
|
| 191 |
+
"single_arm": {
|
| 192 |
+
"absolute": true,
|
| 193 |
+
"rotation_type": null,
|
| 194 |
+
"shape": [
|
| 195 |
+
7
|
| 196 |
+
],
|
| 197 |
+
"continuous": true
|
| 198 |
+
},
|
| 199 |
+
"gripper": {
|
| 200 |
+
"absolute": true,
|
| 201 |
+
"rotation_type": null,
|
| 202 |
+
"shape": [
|
| 203 |
+
1
|
| 204 |
+
],
|
| 205 |
+
"continuous": true
|
| 206 |
+
}
|
| 207 |
+
}
|
| 208 |
+
},
|
| 209 |
+
"embodiment_tag": "new_embodiment"
|
| 210 |
+
}
|
| 211 |
+
}
|
checkpoints/GR00T/StackCube/250/checkpoint-100000/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:038117a8bbba44ac305d1ba517787b98850f032e43bf9e7f5048bb64aab9fa91
|
| 3 |
+
size 4999367032
|
checkpoints/GR00T/StackCube/250/checkpoint-100000/model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b5530587de978c948e0bda89923b8379eb94234c44dedc70e02d298e11276c9
|
| 3 |
+
size 2586705312
|
checkpoints/GR00T/StackCube/250/checkpoint-100000/model.safetensors.index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoints/GR00T/StackCube/250/checkpoint-100000/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:660a70be111c4df8e77576678fcb70c0053b33f77b4a9eea968f833b483c890e
|
| 3 |
+
size 8550720062
|
checkpoints/GR00T/StackCube/250/checkpoint-100000/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3cbe854485350cb8df1ba4c22db4d559689b0154fd9feacc09a8e8b4d97e0971
|
| 3 |
+
size 14244
|
checkpoints/GR00T/StackCube/250/checkpoint-100000/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d6c5b93324fa72d02f994789c5634c26492fde161591c5c12fb60aea61a68f2
|
| 3 |
+
size 1064
|
checkpoints/GR00T/StackCube/250/checkpoint-100000/trainer_state.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|