n3puiol commited on
Commit
1ef5faa
·
verified ·
1 Parent(s): ae71b3b

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +1 -1
  3. model.safetensors +2 -2
  4. train_config.json +3 -3
README.md CHANGED
@@ -6,8 +6,8 @@ license: apache-2.0
6
  model_name: smolvla
7
  pipeline_tag: robotics
8
  tags:
9
- - smolvla
10
  - robotics
 
11
  - lerobot
12
  ---
13
 
 
6
  model_name: smolvla
7
  pipeline_tag: robotics
8
  tags:
 
9
  - robotics
10
+ - smolvla
11
  - lerobot
12
  ---
13
 
config.json CHANGED
@@ -65,7 +65,7 @@
65
  "scheduler_warmup_steps": 1000,
66
  "scheduler_decay_steps": 30000,
67
  "scheduler_decay_lr": 2.5e-06,
68
- "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
69
  "load_vlm_weights": false,
70
  "add_image_special_tokens": false,
71
  "attention_mode": "cross_attn",
 
65
  "scheduler_warmup_steps": 1000,
66
  "scheduler_decay_steps": 30000,
67
  "scheduler_decay_lr": 2.5e-06,
68
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-256M-Video-Instruct",
69
  "load_vlm_weights": false,
70
  "add_image_special_tokens": false,
71
  "attention_mode": "cross_attn",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:68f7bb9312c25bffe85d965963dad0629afc61c4d90a1c1f547d71f7485a32f6
3
- size 1197789920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a84cf2f4fbd0c5bcd7b55f1e45f37d06b8ebcbfac6944f49238641eeefdc133c
3
+ size 734196056
train_config.json CHANGED
@@ -132,7 +132,7 @@
132
  "scheduler_warmup_steps": 1000,
133
  "scheduler_decay_steps": 30000,
134
  "scheduler_decay_lr": 2.5e-06,
135
- "vlm_model_name": "HuggingFaceTB/SmolVLM2-500M-Video-Instruct",
136
  "load_vlm_weights": false,
137
  "add_image_special_tokens": false,
138
  "attention_mode": "cross_attn",
@@ -145,12 +145,12 @@
145
  "min_period": 0.004,
146
  "max_period": 4.0
147
  },
148
- "output_dir": "outputs/smolvla_pusht_test",
149
  "job_name": "smolvla_training_pusht",
150
  "resume": false,
151
  "seed": 1000,
152
  "num_workers": 4,
153
- "batch_size": 64,
154
  "steps": 20000,
155
  "eval_freq": 20000,
156
  "log_freq": 200,
 
132
  "scheduler_warmup_steps": 1000,
133
  "scheduler_decay_steps": 30000,
134
  "scheduler_decay_lr": 2.5e-06,
135
+ "vlm_model_name": "HuggingFaceTB/SmolVLM2-256M-Video-Instruct",
136
  "load_vlm_weights": false,
137
  "add_image_special_tokens": false,
138
  "attention_mode": "cross_attn",
 
145
  "min_period": 0.004,
146
  "max_period": 4.0
147
  },
148
+ "output_dir": "outputs/smolvla_pusht",
149
  "job_name": "smolvla_training_pusht",
150
  "resume": false,
151
  "seed": 1000,
152
  "num_workers": 4,
153
+ "batch_size": 16,
154
  "steps": 20000,
155
  "eval_freq": 20000,
156
  "log_freq": 200,