Upload policy weights, train config and readme
Browse files- README.md +1 -1
- model.safetensors +1 -1
- train_config.json +3 -3
README.md
CHANGED
|
@@ -5,9 +5,9 @@ license: apache-2.0
|
|
| 5 |
model_name: diffusion_transformer
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
-
- lerobot
|
| 9 |
- robotics
|
| 10 |
- diffusion_transformer
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for diffusion_transformer
|
|
|
|
| 5 |
model_name: diffusion_transformer
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
|
|
|
| 8 |
- robotics
|
| 9 |
- diffusion_transformer
|
| 10 |
+
- lerobot
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for diffusion_transformer
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 85056012
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa40e1ce99df586189759833ecb0f01e9bdd2a2af139e9c105de09adff4b22a3
|
| 3 |
size 85056012
|
train_config.json
CHANGED
|
@@ -145,13 +145,13 @@
|
|
| 145 |
"scheduler_name": "cosine",
|
| 146 |
"scheduler_warmup_steps": 500
|
| 147 |
},
|
| 148 |
-
"output_dir": "outputs/train/2025-09-02/
|
| 149 |
"job_name": "diffusion_transformer",
|
| 150 |
"resume": false,
|
| 151 |
"seed": 1000,
|
| 152 |
"num_workers": 4,
|
| 153 |
"batch_size": 8,
|
| 154 |
-
"steps":
|
| 155 |
"eval_freq": 20000,
|
| 156 |
"log_freq": 200,
|
| 157 |
"save_checkpoint": true,
|
|
@@ -184,7 +184,7 @@
|
|
| 184 |
"project": "lerobot",
|
| 185 |
"entity": null,
|
| 186 |
"notes": null,
|
| 187 |
-
"run_id": "
|
| 188 |
"mode": null
|
| 189 |
}
|
| 190 |
}
|
|
|
|
| 145 |
"scheduler_name": "cosine",
|
| 146 |
"scheduler_warmup_steps": 500
|
| 147 |
},
|
| 148 |
+
"output_dir": "outputs/train/2025-09-02/18-19-39_diffusion_transformer",
|
| 149 |
"job_name": "diffusion_transformer",
|
| 150 |
"resume": false,
|
| 151 |
"seed": 1000,
|
| 152 |
"num_workers": 4,
|
| 153 |
"batch_size": 8,
|
| 154 |
+
"steps": 400000,
|
| 155 |
"eval_freq": 20000,
|
| 156 |
"log_freq": 200,
|
| 157 |
"save_checkpoint": true,
|
|
|
|
| 184 |
"project": "lerobot",
|
| 185 |
"entity": null,
|
| 186 |
"notes": null,
|
| 187 |
+
"run_id": "ynuaguc1",
|
| 188 |
"mode": null
|
| 189 |
}
|
| 190 |
}
|