Upload folder using huggingface_hub
Browse files- config.json +3 -3
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -65,10 +65,10 @@
|
|
| 65 |
],
|
| 66 |
"state_dim": 7,
|
| 67 |
"action_dim": 7,
|
| 68 |
-
"d_model":
|
| 69 |
"nhead": 8,
|
| 70 |
-
"num_encoder_layers":
|
| 71 |
-
"num_decoder_layers":
|
| 72 |
"dim_feedforward": 512,
|
| 73 |
"diffusion_step_embed_dim": 128,
|
| 74 |
"down_dims": [
|
|
|
|
| 65 |
],
|
| 66 |
"state_dim": 7,
|
| 67 |
"action_dim": 7,
|
| 68 |
+
"d_model": 512,
|
| 69 |
"nhead": 8,
|
| 70 |
+
"num_encoder_layers": 4,
|
| 71 |
+
"num_decoder_layers": 6,
|
| 72 |
"dim_feedforward": 512,
|
| 73 |
"diffusion_step_embed_dim": 128,
|
| 74 |
"down_dims": [
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4d5d999eaf9079c43b21383370d41ac11617e6a00fcae5006cd7c60e5299831
|
| 3 |
+
size 253902700
|