Add model card and robotics metadata
#1
by nielsr HF Staff - opened
This PR improves the model card for the Hugging Face repository based on the research paper "From Pixels to Tokens: A Systematic Study of Latent Action Supervision for Vision-Language-Action Models".
Key additions include:
- Metadata for
pipeline_tag: robotics. - Links to the research paper and the official GitHub repository.
- A summary table explaining the different latent action supervision strategies evaluated in the study.
- A sample training command for the baseline model as documented in the official repository.