Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
datasets:
|
| 3 |
+
- ShuaiYang03/VLA_Instruction_Tuning
|
| 4 |
+
base_model:
|
| 5 |
+
- nvidia/Eagle2-2B
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
# Model Card for InstructVLA-Generalist (with state)
|
| 9 |
+
|
| 10 |
+
**Weights**
|
| 11 |
+
|
| 12 |
+
* `checkpoints/step-006000-epoch-01-loss=0.1724.pt`: Complete model checkpoint for direct evaluation.
|
| 13 |
+
|
| 14 |
+
**Evaluation Results**
|
| 15 |
+
|
| 16 |
+
* `results_step-006000-epoch-01-loss=0.1724_instruct_cot_2-3`: Results on **SimplerEnv-Instruct** with multimodal reasoning.
|
| 17 |
+
* `results_step-006000-epoch-01-loss=0.1724_simpler_1-3`: Results on **SimplerEnv**.
|
| 18 |
+
|