-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Hi authors,
I am very interested in fine-tuning your pre-trained model on the LIBERO benchmark.
I have located the training script at InternVLA-M1/InternVLA-pruning/training/train_internvla.py. I would like to ask a few specific questions regarding the reproduction process:
Script Usage: Can I use train_internvla.py directly for this purpose?
Action-Only Fine-tuning: I do not need co-training (VLM+VLA). My goal is solely to reproduce the action fine-tuning performance on LIBERO. Could you advise on how to properly configure the yaml/arguments to disable co-training and focus only on the action head?
Dataset Configuration: How should I specify the LIBERO dataset for this specific fine-tuning script? Is there a recommended configuration or data processing step to align with the pre-trained model?
Any guidance or a sample config file for LIBERO fine-tuning would be extremely helpful.
Thanks!