shuohsuan commited on
Commit
1e8ac0b
·
verified ·
1 Parent(s): 761ff06

Upload policy weights, train config and readme

Browse files
Files changed (2) hide show
  1. README.md +68 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: lerobot/smolvla_base
3
+ datasets:
4
+ - shuohsuan/data1m
5
+ - shuohsuan/data2m
6
+ - shuohsuan/data3m
7
+ - shuohsuan/data4m
8
+ - shuohsuan/data5m
9
+ library_name: lerobot
10
+ license: apache-2.0
11
+ model_name: smolvla
12
+ pipeline_tag: robotics
13
+ tags:
14
+ - smolvla
15
+ - robotics
16
+ - lerobot
17
+ ---
18
+
19
+ # Model Card for smolvla
20
+
21
+ <!-- Provide a quick summary of what the model is/does. -->
22
+
23
+
24
+ [SmolVLA](https://huggingface.co/papers/2506.01844) is a compact, efficient vision-language-action model that achieves competitive performance at reduced computational costs and can be deployed on consumer-grade hardware.
25
+
26
+
27
+ This policy has been trained and pushed to the Hub using [LeRobot](https://github.com/huggingface/lerobot).
28
+ See the full documentation at [LeRobot Docs](https://huggingface.co/docs/lerobot/index).
29
+
30
+ ---
31
+
32
+ ## How to Get Started with the Model
33
+
34
+ For a complete walkthrough, see the [training guide](https://huggingface.co/docs/lerobot/il_robots#train-a-policy).
35
+ Below is the short version on how to train and run inference/eval:
36
+
37
+ ### Train from scratch
38
+
39
+ ```bash
40
+ python -m lerobot.scripts.train \
41
+ --dataset.repo_id=${HF_USER}/<dataset> \
42
+ --policy.type=act \
43
+ --output_dir=outputs/train/<desired_policy_repo_id> \
44
+ --job_name=lerobot_training \
45
+ --policy.device=cuda \
46
+ --policy.repo_id=${HF_USER}/<desired_policy_repo_id>
47
+ --wandb.enable=true
48
+ ```
49
+
50
+ *Writes checkpoints to `outputs/train/<desired_policy_repo_id>/checkpoints/`.*
51
+
52
+ ### Evaluate the policy/run inference
53
+
54
+ ```bash
55
+ python -m lerobot.record \
56
+ --robot.type=so100_follower \
57
+ --dataset.repo_id=<hf_user>/eval_<dataset> \
58
+ --policy.path=<hf_user>/<desired_policy_repo_id> \
59
+ --episodes=10
60
+ ```
61
+
62
+ Prefix the dataset repo with **eval\_** and supply `--policy.path` pointing to a local or hub checkpoint.
63
+
64
+ ---
65
+
66
+ ## Model Details
67
+
68
+ * **License:** apache-2.0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b115df014b3cd1a03433099629cdafdd40006324c716c36bd37c76ba0a405854
3
  size 906713296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d54001b521b158da3dd3accce1c3eeb455521ce2a7123efc04209b1cbbdb0c1
3
  size 906713296