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
|
@@ -1,13 +1,13 @@
|
|
| 1 |
---
|
| 2 |
base_model: lerobot/smolvla_base
|
| 3 |
-
datasets:
|
| 4 |
library_name: lerobot
|
| 5 |
license: apache-2.0
|
| 6 |
model_name: smolvla
|
| 7 |
pipeline_tag: robotics
|
| 8 |
tags:
|
| 9 |
-
- lerobot
|
| 10 |
- smolvla
|
|
|
|
| 11 |
- robotics
|
| 12 |
---
|
| 13 |
|
|
|
|
| 1 |
---
|
| 2 |
base_model: lerobot/smolvla_base
|
| 3 |
+
datasets: sergiov2000/eval_act_so100_movella_demo_push_1
|
| 4 |
library_name: lerobot
|
| 5 |
license: apache-2.0
|
| 6 |
model_name: smolvla
|
| 7 |
pipeline_tag: robotics
|
| 8 |
tags:
|
|
|
|
| 9 |
- smolvla
|
| 10 |
+
- lerobot
|
| 11 |
- robotics
|
| 12 |
---
|
| 13 |
|
config.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
6
|
| 14 |
]
|
| 15 |
},
|
| 16 |
-
"observation.images.
|
| 17 |
"type": "VISUAL",
|
| 18 |
"shape": [
|
| 19 |
3,
|
|
@@ -21,7 +21,7 @@
|
|
| 21 |
640
|
| 22 |
]
|
| 23 |
},
|
| 24 |
-
"observation.images.
|
| 25 |
"type": "VISUAL",
|
| 26 |
"shape": [
|
| 27 |
3,
|
|
|
|
| 13 |
6
|
| 14 |
]
|
| 15 |
},
|
| 16 |
+
"observation.images.side": {
|
| 17 |
"type": "VISUAL",
|
| 18 |
"shape": [
|
| 19 |
3,
|
|
|
|
| 21 |
640
|
| 22 |
]
|
| 23 |
},
|
| 24 |
+
"observation.images.above": {
|
| 25 |
"type": "VISUAL",
|
| 26 |
"shape": [
|
| 27 |
3,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 906713296
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c62f6071f2adc1541cb8754a57a701210e71e911541388358db6758599caf65
|
| 3 |
size 906713296
|
train_config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"dataset": {
|
| 3 |
-
"repo_id": "
|
| 4 |
"root": null,
|
| 5 |
"episodes": null,
|
| 6 |
"image_transforms": {
|
|
@@ -80,7 +80,7 @@
|
|
| 80 |
6
|
| 81 |
]
|
| 82 |
},
|
| 83 |
-
"observation.images.
|
| 84 |
"type": "VISUAL",
|
| 85 |
"shape": [
|
| 86 |
3,
|
|
@@ -88,7 +88,7 @@
|
|
| 88 |
640
|
| 89 |
]
|
| 90 |
},
|
| 91 |
-
"observation.images.
|
| 92 |
"type": "VISUAL",
|
| 93 |
"shape": [
|
| 94 |
3,
|
|
|
|
| 1 |
{
|
| 2 |
"dataset": {
|
| 3 |
+
"repo_id": "sergiov2000/eval_act_so100_movella_demo_push_1",
|
| 4 |
"root": null,
|
| 5 |
"episodes": null,
|
| 6 |
"image_transforms": {
|
|
|
|
| 80 |
6
|
| 81 |
]
|
| 82 |
},
|
| 83 |
+
"observation.images.side": {
|
| 84 |
"type": "VISUAL",
|
| 85 |
"shape": [
|
| 86 |
3,
|
|
|
|
| 88 |
640
|
| 89 |
]
|
| 90 |
},
|
| 91 |
+
"observation.images.above": {
|
| 92 |
"type": "VISUAL",
|
| 93 |
"shape": [
|
| 94 |
3,
|