YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Pi0 LoRA fine-tuned weights on the Light dataset
Pi0 LoRA fine-tuned weights on the Light dataset (Franka + joint-space actions). Deploy-only: params + assets only (no train_state).
Model
- Base: OpenPI Pi0 (LoRA: gemma_2b_lora + gemma_300m_lora)
- Data: nokaikai/light_lerobot_v2 (7 joints + 1 gripper, absolute joint targets)
- Use: Load for inference; input image + current 8-dim state + prompt -> output 8-dim action (7 joints + 1 gripper)
Usage (openpi)
# Install openpi and download this repo, or use repo_id directly
pip install huggingface_hub
huggingface-cli download nokaikai/pi0_light_low_mem --local-dir ./pi0_light_low_mem
# Point checkpoint to the step directory (e.g. 4999)
python pi0_deploy.py \
--checkpoint_dir ./pi0_light_low_mem/light_lora_20260223_123248/4999 \
--config_name pi0_light_low_mem \
--prompt "Turn on the light"
Loading from code (after clone or snapshot_download):
from huggingface_hub import snapshot_download
path = snapshot_download(repo_id="nokaikai/pi0_light_low_mem")
checkpoint_dir = f"{path}/light_lora_20260223_123248/4999"
# Then use openpi create_trained_policy(config, checkpoint_dir)
Layout
light_lora_20260223_123248/
4999/
params/ # Model parameters (JAX/Orbax)
assets/ # norm_stats, etc.
_CHECKPOINT_METADATA
License & Credits
Weights trained with OpenPI and Light data; for research/personal use. Light dataset: nokaikai/light_lerobot_v2 on Hugging Face.
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support