Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model:
|
| 3 |
+
- nvidia/Eagle2-2B
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
|
| 7 |
+
# Pretrained VLM Model and Adapter for InstructVLA
|
| 8 |
+
|
| 9 |
+
**Eagle2-2B:** Uses the same pretrained weights as [https://huggingface.co/nvidia/Eagle2-2B](https://huggingface.co/nvidia/Eagle2-2B), with a modified `modeling_eagle_chat.py` for bug fixes.
|
| 10 |
+
|
| 11 |
+
**empty_language_adapter:** An empty LoRA adapter for Eagle2-2B, used in Stage-2 training for InstructVLA.
|
| 12 |
+
|
| 13 |
+
Please move these two folders to `path_to_project_root/ckpt`.
|