Views
No views yet
seen-expert-100k
checkpoint (SHA-256 2cd510a594a87580f7368b782ca9b37332c0e5002d807093c759e95fbfb57c88)
and uses only the first registered target demonstration.| Method | Target success | Corrected seen retention | Trainable parameters |
|---|---|---|---|
| Naive N=1 reference | 109/120 (90.8%) | 37/180 (20.6%) | 99,880,992 |
| Target-LoRA N=1 | 99/120 (82.5%) | 19/180 (10.6%) | 4,215,632 |
| Replay-LoRA N=1 | 67/120 (55.8%) | 2/180 (1.1%) | 4,215,632 |
libero_90 and was not selected using the three retention probes. No
method was tuned or rerun using success.1<target_lora|replay_lora>/<task>_n01_s<seed>/
2 weights.pt
3 adapter/adapter_model.pt
4 adapter/adapter_config.json
5 normalization_stats.json
6 config.resolved.yaml
7 COMPLETED.json
8 checksums.json
9 trainable_parameters.txt
10 run/ # provenance and training metrics, no optimizerweights.pt is the complete inference checkpoint. The adapter/ files are
also provided for adapter-specific analysis. index.json contains exact
weights/adapter hashes and per-cell target/retention results.1from huggingface_hub import hf_hub_download
2
3weights = hf_hub_download(
4 "alexsuw/smolvla-libero-fewshot-lora-n1",
5 "target_lora/drawer_middle_n01_s42/weights.pt",
6)
7adapter = hf_hub_download(
8 "alexsuw/smolvla-libero-fewshot-lora-n1",
9 "target_lora/drawer_middle_n01_s42/adapter/adapter_model.pt",
10)normalization_stats.json. Corrected
seen retention must instead use the frozen libero_90 statistics with digest
b159b6fed3e52edf25bd39b377dd64940221b7a030362daf7f726b1c2ecb30cf.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.