Upload folder using huggingface_hub
Browse files- config.json +5 -6
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -57,17 +57,16 @@
|
|
| 57 |
],
|
| 58 |
"state_dim": 7,
|
| 59 |
"action_dim": 7,
|
| 60 |
-
"d_model":
|
| 61 |
"nhead": 8,
|
| 62 |
"num_encoder_layers": 4,
|
| 63 |
"dim_feedforward": 512,
|
| 64 |
-
"diffusion_step_embed_dim":
|
| 65 |
"down_dims": [
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
2048
|
| 69 |
],
|
| 70 |
-
"kernel_size":
|
| 71 |
"n_groups": 8,
|
| 72 |
"use_film_scale_modulation": true,
|
| 73 |
"optimizer_lr": 0.0001,
|
|
|
|
| 57 |
],
|
| 58 |
"state_dim": 7,
|
| 59 |
"action_dim": 7,
|
| 60 |
+
"d_model": 256,
|
| 61 |
"nhead": 8,
|
| 62 |
"num_encoder_layers": 4,
|
| 63 |
"dim_feedforward": 512,
|
| 64 |
+
"diffusion_step_embed_dim": 128,
|
| 65 |
"down_dims": [
|
| 66 |
+
256,
|
| 67 |
+
512
|
|
|
|
| 68 |
],
|
| 69 |
+
"kernel_size": 3,
|
| 70 |
"n_groups": 8,
|
| 71 |
"use_film_scale_modulation": true,
|
| 72 |
"optimizer_lr": 0.0001,
|
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:ecf0b85712c1c2f45c452b3d354fb4ad4276ec288f6abc12a464e3033b8fd052
|
| 3 |
+
size 115488856
|