Upload folder using huggingface_hub
Browse files- checkpoints/GR00T/PickCube/500/checkpoint-100000/config.json +64 -0
- checkpoints/GR00T/PickCube/500/checkpoint-100000/experiment_cfg/metadata.json +211 -0
- checkpoints/GR00T/PickCube/500/checkpoint-100000/model-00001-of-00002.safetensors +3 -0
- checkpoints/GR00T/PickCube/500/checkpoint-100000/model-00002-of-00002.safetensors +3 -0
- checkpoints/GR00T/PickCube/500/checkpoint-100000/model.safetensors.index.json +0 -0
- checkpoints/GR00T/PickCube/500/checkpoint-100000/optimizer.pt +3 -0
- checkpoints/GR00T/PickCube/500/checkpoint-100000/rng_state.pth +3 -0
- checkpoints/GR00T/PickCube/500/checkpoint-100000/scheduler.pt +3 -0
- checkpoints/GR00T/PickCube/500/checkpoint-100000/trainer_state.json +0 -0
checkpoints/GR00T/PickCube/500/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/500/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.29162755608558655,
|
| 8 |
+
0.9516910910606384,
|
| 9 |
+
0.20406116545200348,
|
| 10 |
+
-1.4250577688217163,
|
| 11 |
+
0.1775398850440979,
|
| 12 |
+
2.81721568107605,
|
| 13 |
+
1.681467890739441
|
| 14 |
+
],
|
| 15 |
+
"min": [
|
| 16 |
+
-0.31068921089172363,
|
| 17 |
+
-0.07993404567241669,
|
| 18 |
+
-0.20435833930969238,
|
| 19 |
+
-2.364821672439575,
|
| 20 |
+
-0.16411900520324707,
|
| 21 |
+
1.9169843196868896,
|
| 22 |
+
-0.13037092983722687
|
| 23 |
+
],
|
| 24 |
+
"mean": [
|
| 25 |
+
0.002931953174993396,
|
| 26 |
+
0.5267297625541687,
|
| 27 |
+
-0.0016302487347275019,
|
| 28 |
+
-1.9412431716918945,
|
| 29 |
+
0.00165646243840456,
|
| 30 |
+
2.4646310806274414,
|
| 31 |
+
0.793121874332428
|
| 32 |
+
],
|
| 33 |
+
"std": [
|
| 34 |
+
0.09402719140052795,
|
| 35 |
+
0.1850324124097824,
|
| 36 |
+
0.06713805347681046,
|
| 37 |
+
0.21356900036334991,
|
| 38 |
+
0.05794725939631462,
|
| 39 |
+
0.16603325307369232,
|
| 40 |
+
0.36394286155700684
|
| 41 |
+
],
|
| 42 |
+
"q01": [
|
| 43 |
+
-0.22510272681713103,
|
| 44 |
+
0.05646715313196182,
|
| 45 |
+
-0.14369766414165497,
|
| 46 |
+
-2.3194387626647948,
|
| 47 |
+
-0.12929773047566415,
|
| 48 |
+
2.0299463272094727,
|
| 49 |
+
0.04285087592899799
|
| 50 |
+
],
|
| 51 |
+
"q99": [
|
| 52 |
+
0.21438035368919373,
|
| 53 |
+
0.9069566047191621,
|
| 54 |
+
0.14015845045447362,
|
| 55 |
+
-1.4791966474056244,
|
| 56 |
+
0.13169714704155927,
|
| 57 |
+
2.7890493869781494,
|
| 58 |
+
1.557565144300461
|
| 59 |
+
]
|
| 60 |
+
},
|
| 61 |
+
"gripper": {
|
| 62 |
+
"max": [
|
| 63 |
+
0.03999999910593033
|
| 64 |
+
],
|
| 65 |
+
"min": [
|
| 66 |
+
0.018293151631951332
|
| 67 |
+
],
|
| 68 |
+
"mean": [
|
| 69 |
+
0.027429230511188507
|
| 70 |
+
],
|
| 71 |
+
"std": [
|
| 72 |
+
0.010684751905500889
|
| 73 |
+
],
|
| 74 |
+
"q01": [
|
| 75 |
+
0.018295150231570006
|
| 76 |
+
],
|
| 77 |
+
"q99": [
|
| 78 |
+
0.03999999910593033
|
| 79 |
+
]
|
| 80 |
+
}
|
| 81 |
+
},
|
| 82 |
+
"action": {
|
| 83 |
+
"single_arm": {
|
| 84 |
+
"max": [
|
| 85 |
+
0.29251915216445923,
|
| 86 |
+
0.9538389444351196,
|
| 87 |
+
0.2043909877538681,
|
| 88 |
+
-1.414116621017456,
|
| 89 |
+
0.17841792106628418,
|
| 90 |
+
2.8199148178100586,
|
| 91 |
+
1.686010479927063
|
| 92 |
+
],
|
| 93 |
+
"min": [
|
| 94 |
+
-0.3116139769554138,
|
| 95 |
+
-0.08214925229549408,
|
| 96 |
+
-0.20484764873981476,
|
| 97 |
+
-2.368969678878784,
|
| 98 |
+
-0.1658732295036316,
|
| 99 |
+
1.90809166431427,
|
| 100 |
+
-0.13324731588363647
|
| 101 |
+
],
|
| 102 |
+
"mean": [
|
| 103 |
+
0.003191881813108921,
|
| 104 |
+
0.5266921520233154,
|
| 105 |
+
-0.001747969537973404,
|
| 106 |
+
-1.9398990869522095,
|
| 107 |
+
0.0015595975564792752,
|
| 108 |
+
2.463131904602051,
|
| 109 |
+
0.7936555743217468
|
| 110 |
+
],
|
| 111 |
+
"std": [
|
| 112 |
+
0.09609685093164444,
|
| 113 |
+
0.18898829817771912,
|
| 114 |
+
0.06848523765802383,
|
| 115 |
+
0.21843180060386658,
|
| 116 |
+
0.05844172090291977,
|
| 117 |
+
0.1711752563714981,
|
| 118 |
+
0.37061846256256104
|
| 119 |
+
],
|
| 120 |
+
"q01": [
|
| 121 |
+
-0.22684863448143006,
|
| 122 |
+
0.0477740865200758,
|
| 123 |
+
-0.14476413533091545,
|
| 124 |
+
-2.3202390670776367,
|
| 125 |
+
-0.13003695279359817,
|
| 126 |
+
2.0140876841545103,
|
| 127 |
+
0.03769326720386744
|
| 128 |
+
],
|
| 129 |
+
"q99": [
|
| 130 |
+
0.2156524956226349,
|
| 131 |
+
0.9098783731460571,
|
| 132 |
+
0.14360369741916656,
|
| 133 |
+
-1.4738164079189298,
|
| 134 |
+
0.13228401422500627,
|
| 135 |
+
2.7920373678207397,
|
| 136 |
+
1.563892079591751
|
| 137 |
+
]
|
| 138 |
+
},
|
| 139 |
+
"gripper": {
|
| 140 |
+
"max": [
|
| 141 |
+
1.0
|
| 142 |
+
],
|
| 143 |
+
"min": [
|
| 144 |
+
-1.0
|
| 145 |
+
],
|
| 146 |
+
"mean": [
|
| 147 |
+
-0.18073786795139313
|
| 148 |
+
],
|
| 149 |
+
"std": [
|
| 150 |
+
0.9837242364883423
|
| 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/500/checkpoint-100000/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6cc9714063ceee2528ca5f47b121e918a0ea13772e931d98fd00562729a6d8c
|
| 3 |
+
size 4999367032
|
checkpoints/GR00T/PickCube/500/checkpoint-100000/model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f30c386a446a674c8a39a4c3280c8ef889bfa9ff7fd945585d6cffe24d648060
|
| 3 |
+
size 2586705312
|
checkpoints/GR00T/PickCube/500/checkpoint-100000/model.safetensors.index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoints/GR00T/PickCube/500/checkpoint-100000/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4433521cd969ba01e9e8373f1f476185426c67a56f4f023d356c0c23be8c276a
|
| 3 |
+
size 8550720062
|
checkpoints/GR00T/PickCube/500/checkpoint-100000/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d4617e4c9d28e57a22937810799e244abf0111340e20a0f8c7e77beab71d737
|
| 3 |
+
size 14244
|
checkpoints/GR00T/PickCube/500/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/500/checkpoint-100000/trainer_state.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|