Instructions to use HuskyMango/diffusion-test-8-5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use HuskyMango/diffusion-test-8-5 with LeRobot:
- Notebooks
- Google Colab
- Kaggle
Upload policy weights, train config and readme
Browse files- README.md +2 -2
- config.json +2 -2
- model.safetensors +1 -1
- train_config.json +3 -3
README.md
CHANGED
|
@@ -5,9 +5,9 @@ license: apache-2.0
|
|
| 5 |
model_name: diffusion
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
| 8 |
-
- lerobot
|
| 9 |
-
- diffusion
|
| 10 |
- robotics
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for diffusion
|
|
|
|
| 5 |
model_name: diffusion
|
| 6 |
pipeline_tag: robotics
|
| 7 |
tags:
|
|
|
|
|
|
|
| 8 |
- robotics
|
| 9 |
+
- diffusion
|
| 10 |
+
- lerobot
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for diffusion
|
config.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
| 8 |
8
|
| 9 |
]
|
| 10 |
},
|
| 11 |
-
"observation.images.
|
| 12 |
"type": "VISUAL",
|
| 13 |
"shape": [
|
| 14 |
3,
|
|
@@ -16,7 +16,7 @@
|
|
| 16 |
224
|
| 17 |
]
|
| 18 |
},
|
| 19 |
-
"observation.images.
|
| 20 |
"type": "VISUAL",
|
| 21 |
"shape": [
|
| 22 |
3,
|
|
|
|
| 8 |
8
|
| 9 |
]
|
| 10 |
},
|
| 11 |
+
"observation.images.cam_1_wrist": {
|
| 12 |
"type": "VISUAL",
|
| 13 |
"shape": [
|
| 14 |
3,
|
|
|
|
| 16 |
224
|
| 17 |
]
|
| 18 |
},
|
| 19 |
+
"observation.images.cam_5_wrist": {
|
| 20 |
"type": "VISUAL",
|
| 21 |
"shape": [
|
| 22 |
3,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1081712888
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e894744c812147780f751b4cc435b618da6e2d9c34b6af99541ee12c5a2bec05
|
| 3 |
size 1081712888
|
train_config.json
CHANGED
|
@@ -90,7 +90,7 @@
|
|
| 90 |
8
|
| 91 |
]
|
| 92 |
},
|
| 93 |
-
"observation.images.
|
| 94 |
"type": "VISUAL",
|
| 95 |
"shape": [
|
| 96 |
3,
|
|
@@ -98,7 +98,7 @@
|
|
| 98 |
224
|
| 99 |
]
|
| 100 |
},
|
| 101 |
-
"observation.images.
|
| 102 |
"type": "VISUAL",
|
| 103 |
"shape": [
|
| 104 |
3,
|
|
@@ -221,7 +221,7 @@
|
|
| 221 |
"project": "lerobot",
|
| 222 |
"entity": null,
|
| 223 |
"notes": null,
|
| 224 |
-
"run_id": "
|
| 225 |
"mode": null,
|
| 226 |
"add_tags": true
|
| 227 |
},
|
|
|
|
| 90 |
8
|
| 91 |
]
|
| 92 |
},
|
| 93 |
+
"observation.images.cam_1_wrist": {
|
| 94 |
"type": "VISUAL",
|
| 95 |
"shape": [
|
| 96 |
3,
|
|
|
|
| 98 |
224
|
| 99 |
]
|
| 100 |
},
|
| 101 |
+
"observation.images.cam_5_wrist": {
|
| 102 |
"type": "VISUAL",
|
| 103 |
"shape": [
|
| 104 |
3,
|
|
|
|
| 221 |
"project": "lerobot",
|
| 222 |
"entity": null,
|
| 223 |
"notes": null,
|
| 224 |
+
"run_id": "82jp0oxi",
|
| 225 |
"mode": null,
|
| 226 |
"add_tags": true
|
| 227 |
},
|