Upload folder using huggingface_hub
Browse files- config.json +5 -5
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"type": "transformer_flow_matching",
|
| 3 |
-
"n_obs_steps":
|
| 4 |
"input_features": {
|
| 5 |
"observation.state": {
|
| 6 |
"type": "STATE",
|
|
@@ -56,7 +56,7 @@
|
|
| 56 |
"tags": null,
|
| 57 |
"license": null,
|
| 58 |
"pretrained_path": null,
|
| 59 |
-
"horizon":
|
| 60 |
"n_action_steps": 8,
|
| 61 |
"normalization_mapping": {
|
| 62 |
"VISUAL": "IDENTITY",
|
|
@@ -85,7 +85,7 @@
|
|
| 85 |
"dim_feedforward": 2048,
|
| 86 |
"diffusion_step_embed_dim": 128,
|
| 87 |
"num_inference_steps": 20,
|
| 88 |
-
"optimizer_lr":
|
| 89 |
"optimizer_betas": [
|
| 90 |
0.95,
|
| 91 |
0.999
|
|
@@ -94,6 +94,6 @@
|
|
| 94 |
"optimizer_weight_decay": 1e-06,
|
| 95 |
"scheduler_warmup_steps": 1500,
|
| 96 |
"use_peft": false,
|
| 97 |
-
"training_step":
|
| 98 |
-
"training_epoch":
|
| 99 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"type": "transformer_flow_matching",
|
| 3 |
+
"n_obs_steps": 2,
|
| 4 |
"input_features": {
|
| 5 |
"observation.state": {
|
| 6 |
"type": "STATE",
|
|
|
|
| 56 |
"tags": null,
|
| 57 |
"license": null,
|
| 58 |
"pretrained_path": null,
|
| 59 |
+
"horizon": 16,
|
| 60 |
"n_action_steps": 8,
|
| 61 |
"normalization_mapping": {
|
| 62 |
"VISUAL": "IDENTITY",
|
|
|
|
| 85 |
"dim_feedforward": 2048,
|
| 86 |
"diffusion_step_embed_dim": 128,
|
| 87 |
"num_inference_steps": 20,
|
| 88 |
+
"optimizer_lr": 0.0001,
|
| 89 |
"optimizer_betas": [
|
| 90 |
0.95,
|
| 91 |
0.999
|
|
|
|
| 94 |
"optimizer_weight_decay": 1e-06,
|
| 95 |
"scheduler_warmup_steps": 1500,
|
| 96 |
"use_peft": false,
|
| 97 |
+
"training_step": 3000,
|
| 98 |
+
"training_epoch": 4
|
| 99 |
}
|
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:cffbecee98d764ccfa2395c4d92e4df888fedbdf13ddee3aed0eba79ca6ead51
|
| 3 |
+
size 745509700
|