Upload folder using huggingface_hub
Browse files- checkpoints/GR00T/PegInsertion/1000/checkpoint-25000/config.json +64 -0
- checkpoints/GR00T/PegInsertion/1000/checkpoint-25000/experiment_cfg/metadata.json +211 -0
- checkpoints/GR00T/PegInsertion/1000/checkpoint-25000/model-00001-of-00002.safetensors +3 -0
- checkpoints/GR00T/PegInsertion/1000/checkpoint-25000/model-00002-of-00002.safetensors +3 -0
- checkpoints/GR00T/PegInsertion/1000/checkpoint-25000/model.safetensors.index.json +0 -0
- checkpoints/GR00T/PegInsertion/1000/checkpoint-25000/optimizer.pt +3 -0
- checkpoints/GR00T/PegInsertion/1000/checkpoint-25000/rng_state.pth +3 -0
- checkpoints/GR00T/PegInsertion/1000/checkpoint-25000/scheduler.pt +3 -0
- checkpoints/GR00T/PegInsertion/1000/checkpoint-25000/trainer_state.json +0 -0
checkpoints/GR00T/PegInsertion/1000/checkpoint-25000/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/PegInsertion/1000/checkpoint-25000/experiment_cfg/metadata.json
ADDED
|
@@ -0,0 +1,211 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"new_embodiment": {
|
| 3 |
+
"statistics": {
|
| 4 |
+
"state": {
|
| 5 |
+
"single_arm": {
|
| 6 |
+
"max": [
|
| 7 |
+
0.4850326180458069,
|
| 8 |
+
1.4967026710510254,
|
| 9 |
+
0.17114850878715515,
|
| 10 |
+
-0.3953115940093994,
|
| 11 |
+
0.2793852388858795,
|
| 12 |
+
2.8790173530578613,
|
| 13 |
+
0.08779283612966537
|
| 14 |
+
],
|
| 15 |
+
"min": [
|
| 16 |
+
-0.5562708973884583,
|
| 17 |
+
-0.013451993465423584,
|
| 18 |
+
-0.2617835998535156,
|
| 19 |
+
-2.6419124603271484,
|
| 20 |
+
-0.15718697011470795,
|
| 21 |
+
1.873246192932129,
|
| 22 |
+
-2.2423808574676514
|
| 23 |
+
],
|
| 24 |
+
"mean": [
|
| 25 |
+
0.12947207689285278,
|
| 26 |
+
0.5634394884109497,
|
| 27 |
+
-0.014096610248088837,
|
| 28 |
+
-1.9077012538909912,
|
| 29 |
+
-0.009624979458749294,
|
| 30 |
+
2.4575576782226562,
|
| 31 |
+
-0.6253289580345154
|
| 32 |
+
],
|
| 33 |
+
"std": [
|
| 34 |
+
0.19876423478126526,
|
| 35 |
+
0.16009680926799774,
|
| 36 |
+
0.059397876262664795,
|
| 37 |
+
0.245949849486351,
|
| 38 |
+
0.05890040844678879,
|
| 39 |
+
0.11565816402435303,
|
| 40 |
+
0.3737184703350067
|
| 41 |
+
],
|
| 42 |
+
"q01": [
|
| 43 |
+
-0.44445893824100496,
|
| 44 |
+
0.21395637094974518,
|
| 45 |
+
-0.17223668798804284,
|
| 46 |
+
-2.4090957641601562,
|
| 47 |
+
-0.12105268239974976,
|
| 48 |
+
2.190492630004883,
|
| 49 |
+
-1.9164531469345092
|
| 50 |
+
],
|
| 51 |
+
"q99": [
|
| 52 |
+
0.43608662486076355,
|
| 53 |
+
1.0019974410533914,
|
| 54 |
+
0.10433602333068848,
|
| 55 |
+
-1.2530428493022914,
|
| 56 |
+
0.18775750249624254,
|
| 57 |
+
2.740186593532562,
|
| 58 |
+
-0.03979780897498131
|
| 59 |
+
]
|
| 60 |
+
},
|
| 61 |
+
"gripper": {
|
| 62 |
+
"max": [
|
| 63 |
+
0.03999999910593033
|
| 64 |
+
],
|
| 65 |
+
"min": [
|
| 66 |
+
0.013646434061229229
|
| 67 |
+
],
|
| 68 |
+
"mean": [
|
| 69 |
+
0.020514223724603653
|
| 70 |
+
],
|
| 71 |
+
"std": [
|
| 72 |
+
0.0077886031940579414
|
| 73 |
+
],
|
| 74 |
+
"q01": [
|
| 75 |
+
0.013847882729023694
|
| 76 |
+
],
|
| 77 |
+
"q99": [
|
| 78 |
+
0.03999999910593033
|
| 79 |
+
]
|
| 80 |
+
}
|
| 81 |
+
},
|
| 82 |
+
"action": {
|
| 83 |
+
"single_arm": {
|
| 84 |
+
"max": [
|
| 85 |
+
0.5285579562187195,
|
| 86 |
+
1.4984270334243774,
|
| 87 |
+
0.1840890794992447,
|
| 88 |
+
2.3694278276172396e-38,
|
| 89 |
+
0.2826608717441559,
|
| 90 |
+
2.882380723953247,
|
| 91 |
+
0.13980454206466675
|
| 92 |
+
],
|
| 93 |
+
"min": [
|
| 94 |
+
-0.5565145015716553,
|
| 95 |
+
-0.0185831431299448,
|
| 96 |
+
-0.262246310710907,
|
| 97 |
+
-2.641247510910034,
|
| 98 |
+
-0.15789692103862762,
|
| 99 |
+
0.0,
|
| 100 |
+
-2.245187997817993
|
| 101 |
+
],
|
| 102 |
+
"mean": [
|
| 103 |
+
0.15923528373241425,
|
| 104 |
+
0.5678359866142273,
|
| 105 |
+
0.005254191812127829,
|
| 106 |
+
-1.8968913555145264,
|
| 107 |
+
-0.001430254545994103,
|
| 108 |
+
2.463010787963867,
|
| 109 |
+
-0.6029576063156128
|
| 110 |
+
],
|
| 111 |
+
"std": [
|
| 112 |
+
0.2141295075416565,
|
| 113 |
+
0.15934514999389648,
|
| 114 |
+
0.06178746744990349,
|
| 115 |
+
0.24369926750659943,
|
| 116 |
+
0.05759712681174278,
|
| 117 |
+
0.11729017645120621,
|
| 118 |
+
0.38651031255722046
|
| 119 |
+
],
|
| 120 |
+
"q01": [
|
| 121 |
+
-0.4450213688611984,
|
| 122 |
+
0.22440568968653674,
|
| 123 |
+
-0.1725037758052349,
|
| 124 |
+
-2.4060483050346373,
|
| 125 |
+
-0.11443619430065155,
|
| 126 |
+
2.18882759809494,
|
| 127 |
+
-1.918508768081665
|
| 128 |
+
],
|
| 129 |
+
"q99": [
|
| 130 |
+
0.47569671273231506,
|
| 131 |
+
1.002348932027817,
|
| 132 |
+
0.1233266294002533,
|
| 133 |
+
-1.2502370083332062,
|
| 134 |
+
0.18839796379208573,
|
| 135 |
+
2.7416977882385254,
|
| 136 |
+
0.012241317890584469
|
| 137 |
+
]
|
| 138 |
+
},
|
| 139 |
+
"gripper": {
|
| 140 |
+
"max": [
|
| 141 |
+
1.0
|
| 142 |
+
],
|
| 143 |
+
"min": [
|
| 144 |
+
-1.0
|
| 145 |
+
],
|
| 146 |
+
"mean": [
|
| 147 |
+
-0.748579204082489
|
| 148 |
+
],
|
| 149 |
+
"std": [
|
| 150 |
+
0.662651002407074
|
| 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/PegInsertion/1000/checkpoint-25000/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60b3eed1ae5de15e92ccc3afba8e18e2a9a07710885a1b1b908a17282cf0f9ee
|
| 3 |
+
size 4999367032
|
checkpoints/GR00T/PegInsertion/1000/checkpoint-25000/model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc2ee5d23a00d231cec4b4842775d7b3e9a411ffe9cec5d5ccfb8006999c0e5c
|
| 3 |
+
size 2586705312
|
checkpoints/GR00T/PegInsertion/1000/checkpoint-25000/model.safetensors.index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoints/GR00T/PegInsertion/1000/checkpoint-25000/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:86e2a150c3afdfaa4e0c10aea9babd26741d64b59dc33f7ddd7e7dfb29ca50cf
|
| 3 |
+
size 8550720062
|
checkpoints/GR00T/PegInsertion/1000/checkpoint-25000/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71ee719a0306e3e1cc5ea14e6b8a3f46982a3c8110e8516346b6a0e545333466
|
| 3 |
+
size 14244
|
checkpoints/GR00T/PegInsertion/1000/checkpoint-25000/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6f6ea7e9d3790c6be445b7f50a676d85978140c039a2abac5c8ed288c8be60f
|
| 3 |
+
size 1064
|
checkpoints/GR00T/PegInsertion/1000/checkpoint-25000/trainer_state.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|