Upload folder using huggingface_hub
Browse files- checkpoints/GR00T/PickCube/250/checkpoint-100000/config.json +64 -0
- checkpoints/GR00T/PickCube/250/checkpoint-100000/experiment_cfg/metadata.json +211 -0
- checkpoints/GR00T/PickCube/250/checkpoint-100000/model-00001-of-00002.safetensors +3 -0
- checkpoints/GR00T/PickCube/250/checkpoint-100000/model-00002-of-00002.safetensors +3 -0
- checkpoints/GR00T/PickCube/250/checkpoint-100000/model.safetensors.index.json +0 -0
- checkpoints/GR00T/PickCube/250/checkpoint-100000/optimizer.pt +3 -0
- checkpoints/GR00T/PickCube/250/checkpoint-100000/rng_state.pth +3 -0
- checkpoints/GR00T/PickCube/250/checkpoint-100000/scheduler.pt +3 -0
- checkpoints/GR00T/PickCube/250/checkpoint-100000/trainer_state.json +0 -0
checkpoints/GR00T/PickCube/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/PickCube/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.24531444907188416,
|
| 8 |
+
0.9510167837142944,
|
| 9 |
+
0.17327037453651428,
|
| 10 |
+
-1.4250577688217163,
|
| 11 |
+
0.15799008309841156,
|
| 12 |
+
2.81721568107605,
|
| 13 |
+
1.6193081140518188
|
| 14 |
+
],
|
| 15 |
+
"min": [
|
| 16 |
+
-0.31068921089172363,
|
| 17 |
+
-0.06566599011421204,
|
| 18 |
+
-0.17054609954357147,
|
| 19 |
+
-2.34346079826355,
|
| 20 |
+
-0.15645775198936462,
|
| 21 |
+
1.9243781566619873,
|
| 22 |
+
-0.13037092983722687
|
| 23 |
+
],
|
| 24 |
+
"mean": [
|
| 25 |
+
0.005030429922044277,
|
| 26 |
+
0.5316429138183594,
|
| 27 |
+
-0.003794208401814103,
|
| 28 |
+
-1.934185266494751,
|
| 29 |
+
0.0034289879258722067,
|
| 30 |
+
2.4625978469848633,
|
| 31 |
+
0.800913393497467
|
| 32 |
+
],
|
| 33 |
+
"std": [
|
| 34 |
+
0.09426113963127136,
|
| 35 |
+
0.18338201940059662,
|
| 36 |
+
0.06374913454055786,
|
| 37 |
+
0.21393926441669464,
|
| 38 |
+
0.05588772892951965,
|
| 39 |
+
0.16589000821113586,
|
| 40 |
+
0.3580016493797302
|
| 41 |
+
],
|
| 42 |
+
"q01": [
|
| 43 |
+
-0.22078833997249603,
|
| 44 |
+
0.06605233997106552,
|
| 45 |
+
-0.13907505571842194,
|
| 46 |
+
-2.31988885641098,
|
| 47 |
+
-0.12758864492177963,
|
| 48 |
+
2.0177154541015625,
|
| 49 |
+
0.03562280528247358
|
| 50 |
+
],
|
| 51 |
+
"q99": [
|
| 52 |
+
0.209999680519104,
|
| 53 |
+
0.9089701753854751,
|
| 54 |
+
0.13385100126266472,
|
| 55 |
+
-1.476236389875413,
|
| 56 |
+
0.13191825538873672,
|
| 57 |
+
2.7884908938407897,
|
| 58 |
+
1.5505928993225098
|
| 59 |
+
]
|
| 60 |
+
},
|
| 61 |
+
"gripper": {
|
| 62 |
+
"max": [
|
| 63 |
+
0.03999999910593033
|
| 64 |
+
],
|
| 65 |
+
"min": [
|
| 66 |
+
0.018293287605047226
|
| 67 |
+
],
|
| 68 |
+
"mean": [
|
| 69 |
+
0.02739647962152958
|
| 70 |
+
],
|
| 71 |
+
"std": [
|
| 72 |
+
0.010680603794753551
|
| 73 |
+
],
|
| 74 |
+
"q01": [
|
| 75 |
+
0.018294807523489
|
| 76 |
+
],
|
| 77 |
+
"q99": [
|
| 78 |
+
0.03999999910593033
|
| 79 |
+
]
|
| 80 |
+
}
|
| 81 |
+
},
|
| 82 |
+
"action": {
|
| 83 |
+
"single_arm": {
|
| 84 |
+
"max": [
|
| 85 |
+
0.24516147375106812,
|
| 86 |
+
0.9538389444351196,
|
| 87 |
+
0.17326661944389343,
|
| 88 |
+
-1.414116621017456,
|
| 89 |
+
0.16008897125720978,
|
| 90 |
+
2.8199148178100586,
|
| 91 |
+
1.6198123693466187
|
| 92 |
+
],
|
| 93 |
+
"min": [
|
| 94 |
+
-0.3116139769554138,
|
| 95 |
+
-0.06870442628860474,
|
| 96 |
+
-0.17059941589832306,
|
| 97 |
+
-2.345815420150757,
|
| 98 |
+
-0.15882588922977448,
|
| 99 |
+
1.9162577390670776,
|
| 100 |
+
-0.13324731588363647
|
| 101 |
+
],
|
| 102 |
+
"mean": [
|
| 103 |
+
0.005143132992088795,
|
| 104 |
+
0.5319421887397766,
|
| 105 |
+
-0.004005669616162777,
|
| 106 |
+
-1.9324665069580078,
|
| 107 |
+
0.003330207895487547,
|
| 108 |
+
2.4610259532928467,
|
| 109 |
+
0.8014701008796692
|
| 110 |
+
],
|
| 111 |
+
"std": [
|
| 112 |
+
0.09622379392385483,
|
| 113 |
+
0.18703225255012512,
|
| 114 |
+
0.06495663523674011,
|
| 115 |
+
0.2186039537191391,
|
| 116 |
+
0.056404959410429,
|
| 117 |
+
0.17106889188289642,
|
| 118 |
+
0.3645092844963074
|
| 119 |
+
],
|
| 120 |
+
"q01": [
|
| 121 |
+
-0.22470617160201073,
|
| 122 |
+
0.057077127210795886,
|
| 123 |
+
-0.14185729950666429,
|
| 124 |
+
-2.3202878522872923,
|
| 125 |
+
-0.12808904096484183,
|
| 126 |
+
2.0044069290161133,
|
| 127 |
+
0.029833396412432194
|
| 128 |
+
],
|
| 129 |
+
"q99": [
|
| 130 |
+
0.21383479237556458,
|
| 131 |
+
0.9098783731460571,
|
| 132 |
+
0.13449692726135254,
|
| 133 |
+
-1.4770865094661718,
|
| 134 |
+
0.13264368608593932,
|
| 135 |
+
2.789770061969757,
|
| 136 |
+
1.5561602115631104
|
| 137 |
+
]
|
| 138 |
+
},
|
| 139 |
+
"gripper": {
|
| 140 |
+
"max": [
|
| 141 |
+
1.0
|
| 142 |
+
],
|
| 143 |
+
"min": [
|
| 144 |
+
-1.0
|
| 145 |
+
],
|
| 146 |
+
"mean": [
|
| 147 |
+
-0.18353398144245148
|
| 148 |
+
],
|
| 149 |
+
"std": [
|
| 150 |
+
0.9829319715499878
|
| 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/PickCube/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:ebdd43e77ad4bf9f3fd8d75e9d37f75e879d2a87e2146885de2f6e70d412ac7f
|
| 3 |
+
size 4999367032
|
checkpoints/GR00T/PickCube/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:98e4a1f4b789c0a056aeb8a1d7d915002ab640ecf395bc798c98c126be4f120d
|
| 3 |
+
size 2586705312
|
checkpoints/GR00T/PickCube/250/checkpoint-100000/model.safetensors.index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoints/GR00T/PickCube/250/checkpoint-100000/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0451c450da5cd834b58304044178fb2fd8e1495ec5250b51fb57a8c0c69e90d6
|
| 3 |
+
size 8550720062
|
checkpoints/GR00T/PickCube/250/checkpoint-100000/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:460d1c43ea106d24127ea12d01ec540bfb96b07e56c4958bdd114e663f30c133
|
| 3 |
+
size 14244
|
checkpoints/GR00T/PickCube/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/PickCube/250/checkpoint-100000/trainer_state.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|