Robotics
LeRobot
Safetensors
smolvla
ivelin commited on
Commit
c1a3572
·
verified ·
1 Parent(s): b4fa3c1

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +2 -2
  2. config.json +11 -3
  3. model.safetensors +1 -1
  4. train_config.json +12 -4
README.md CHANGED
@@ -1,14 +1,14 @@
1
  ---
2
  base_model: lerobot/smolvla_base
3
- datasets: kakimoto/record-hockey-r24_white_1280x720
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
 
14
  # Model Card for smolvla
 
1
  ---
2
  base_model: lerobot/smolvla_base
3
+ datasets: sergiov2000/so100_movella_ball_usability_u3_stack1
4
  library_name: lerobot
5
  license: apache-2.0
6
  model_name: smolvla
7
  pipeline_tag: robotics
8
  tags:
9
+ - robotics
10
  - smolvla
11
  - lerobot
 
12
  ---
13
 
14
  # Model Card for smolvla
config.json CHANGED
@@ -13,12 +13,20 @@
13
  6
14
  ]
15
  },
16
- "observation.images.up": {
17
  "type": "VISUAL",
18
  "shape": [
19
  3,
20
- 720,
21
- 1280
 
 
 
 
 
 
 
 
22
  ]
23
  }
24
  },
 
13
  6
14
  ]
15
  },
16
+ "observation.images.side": {
17
  "type": "VISUAL",
18
  "shape": [
19
  3,
20
+ 480,
21
+ 640
22
+ ]
23
+ },
24
+ "observation.images.above": {
25
+ "type": "VISUAL",
26
+ "shape": [
27
+ 3,
28
+ 480,
29
+ 640
30
  ]
31
  }
32
  },
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab86ee0474419789a0d3447c2bb1cd4a2eb8e0cff3ad798d38a21e4faf4a238d
3
  size 906713296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0459e392f66ee2f08af7ba6112a1472abca7eefb281c81b0358405ca56b76a8a
3
  size 906713296
train_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "dataset": {
3
- "repo_id": "kakimoto/record-hockey-r24_white_1280x720",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
@@ -80,12 +80,20 @@
80
  6
81
  ]
82
  },
83
- "observation.images.up": {
84
  "type": "VISUAL",
85
  "shape": [
86
  3,
87
- 720,
88
- 1280
 
 
 
 
 
 
 
 
89
  ]
90
  }
91
  },
 
1
  {
2
  "dataset": {
3
+ "repo_id": "sergiov2000/so100_movella_ball_usability_u3_stack1",
4
  "root": null,
5
  "episodes": null,
6
  "image_transforms": {
 
80
  6
81
  ]
82
  },
83
+ "observation.images.side": {
84
  "type": "VISUAL",
85
  "shape": [
86
  3,
87
+ 480,
88
+ 640
89
+ ]
90
+ },
91
+ "observation.images.above": {
92
+ "type": "VISUAL",
93
+ "shape": [
94
+ 3,
95
+ 480,
96
+ 640
97
  ]
98
  }
99
  },