Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
datasets:
|
| 3 |
+
- ShuaiYang03/VLA_Instruction_Tuning
|
| 4 |
+
base_model:
|
| 5 |
+
- nvidia/Eagle2-2B
|
| 6 |
+
pipeline_tag: robotics
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# Model Card for InstructVLA-SimplerEnv
|
| 10 |
+
|
| 11 |
+
**Weights**
|
| 12 |
+
|
| 13 |
+
* `checkpoints/step-240000-epoch-05-loss=0.0910.pt`: Complete model checkpoint for direct evaluation. This checkpoint has better performance compared with multi-node version.
|
| 14 |
+
|
| 15 |
+
> If you want to try stage-2 VLA-IT training with this checkpoint, please use `https://github.com/InternRobotics/InstructVLA/blob/main/scripts/unload_lora.py` to get adapter and action_expert.pt.
|
| 16 |
+
|
| 17 |
+
**Evaluation Results**
|
| 18 |
+
|
| 19 |
+
* `results_step-240000-epoch-05-loss=0.0910_1-3`: Results on **SimplerEnv**.
|