Views
No views yet
seen-expert-100k
checkpoint and use the first registered target demonstration.libero_90 normalization during target training
and deployment. No target-overlay statistics are fitted. Anchored FT adds an
FP32 raw-sum L2-SP penalty with preregistered lambda=0.01 on the trainable
Action Expert/projection parameters relative to their frozen initialization.| Method | Target success | Corrected seen retention | Trainable parameters | Peak VRAM |
|---|---|---|---|---|
| Naive N=1 reference | 109/120 (90.8%) | 37/180 (20.6%) | 99,880,992 | 7,540 MiB |
| Frozen-Stats FT N=1 | 109/120 (90.8%) | 39/180 (21.7%) | 99,880,992 | 7,540 MiB |
| Anchored FT N=1 | 105/120 (87.5%) | 57/180 (31.7%) | 99,880,992 | 8,036 MiB |
1<frozen_stats|anchored_l2sp>/<task>_n01_s<seed>/
2 weights.pt
3 normalization_stats.json # canonical frozen libero_90 statistics
4 config.resolved.yaml
5 COMPLETED.json
6 checksums.json
7 trainable_parameters.txt
8 run/ # provenance and training metrics, no optimizer1from huggingface_hub import hf_hub_download
2
3weights = hf_hub_download(
4 "alexsuw/smolvla-libero-fewshot-stability-n1",
5 "anchored_l2sp/drawer_middle_n01_s42/weights.pt",
6)
7stats = hf_hub_download(
8 "alexsuw/smolvla-libero-fewshot-stability-n1",
9 "anchored_l2sp/drawer_middle_n01_s42/normalization_stats.json",
10)b159b6fed3e52edf25bd39b377dd64940221b7a030362daf7f726b1c2ecb30cf.
index.json records exact checkpoint hashes and per-cell evaluation results.
Full tables and limitations are in results/results.md.lerobot/smolvla_base trained on nvidia/LIBERO_LeRobot_v3.
Project code is Apache-2.0; follow upstream model and dataset terms for weights.