pepijn223 HF Staff commited on
Commit
83bc33e
·
verified ·
1 Parent(s): b93817f

Upload policy

Browse files
Files changed (2) hide show
  1. config.json +15 -10
  2. model.safetensors +2 -2
config.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "type": "smolvla",
3
  "n_obs_steps": 1,
4
- "normalization_mapping": {
5
- "VISUAL": "IDENTITY",
6
- "STATE": "MEAN_STD",
7
- "ACTION": "MEAN_STD"
8
- },
9
  "input_features": {
10
  "observation.state": {
11
  "type": "STATE",
@@ -13,7 +8,7 @@
13
  6
14
  ]
15
  },
16
- "observation.images.front": {
17
  "type": "VISUAL",
18
  "shape": [
19
  3,
@@ -21,7 +16,7 @@
21
  640
22
  ]
23
  },
24
- "observation.images.eagle": {
25
  "type": "VISUAL",
26
  "shape": [
27
  3,
@@ -29,7 +24,7 @@
29
  640
30
  ]
31
  },
32
- "observation.images.glove": {
33
  "type": "VISUAL",
34
  "shape": [
35
  3,
@@ -46,10 +41,20 @@
46
  ]
47
  }
48
  },
49
- "device": "cuda",
50
  "use_amp": false,
 
 
 
 
 
51
  "chunk_size": 50,
52
  "n_action_steps": 50,
 
 
 
 
 
53
  "max_state_dim": 32,
54
  "max_action_dim": 32,
55
  "resize_imgs_with_padding": [
@@ -72,7 +77,7 @@
72
  ],
73
  "optimizer_eps": 1e-08,
74
  "optimizer_weight_decay": 1e-10,
75
- "optimizer_grad_clip_norm": 10.0,
76
  "scheduler_warmup_steps": 1000,
77
  "scheduler_decay_steps": 30000,
78
  "scheduler_decay_lr": 2.5e-06,
 
1
  {
2
  "type": "smolvla",
3
  "n_obs_steps": 1,
 
 
 
 
 
4
  "input_features": {
5
  "observation.state": {
6
  "type": "STATE",
 
8
  6
9
  ]
10
  },
11
+ "observation.images.camera0": {
12
  "type": "VISUAL",
13
  "shape": [
14
  3,
 
16
  640
17
  ]
18
  },
19
+ "observation.images.camera1": {
20
  "type": "VISUAL",
21
  "shape": [
22
  3,
 
24
  640
25
  ]
26
  },
27
+ "observation.images.camera2": {
28
  "type": "VISUAL",
29
  "shape": [
30
  3,
 
41
  ]
42
  }
43
  },
44
+ "device": "mps",
45
  "use_amp": false,
46
+ "push_to_hub": true,
47
+ "repo_id": null,
48
+ "private": null,
49
+ "tags": null,
50
+ "license": null,
51
  "chunk_size": 50,
52
  "n_action_steps": 50,
53
+ "normalization_mapping": {
54
+ "VISUAL": "IDENTITY",
55
+ "STATE": "MEAN_STD",
56
+ "ACTION": "MEAN_STD"
57
+ },
58
  "max_state_dim": 32,
59
  "max_action_dim": 32,
60
  "resize_imgs_with_padding": [
 
77
  ],
78
  "optimizer_eps": 1e-08,
79
  "optimizer_weight_decay": 1e-10,
80
+ "optimizer_grad_clip_norm": 10,
81
  "scheduler_warmup_steps": 1000,
82
  "scheduler_decay_steps": 30000,
83
  "scheduler_decay_lr": 2.5e-06,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b98be043a6da98195df80bde7d4a9952edb75f0f807f2623b2746e08529e5ccd
3
- size 906713296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:414df7fb6cf6f8114b215e9dca366d5d04ee5488f1611e3bc5677b1a6f141f99
3
+ size 1800257992