belkhale commited on
Commit
5cfd2cc
1 Parent(s): ca81022

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - robotics
5
+ - vlm
6
+ - image-text-to-text
7
+ - multimodal
8
+ - pretraining
9
+ license: mit
10
+ language:
11
+ - en
12
+ pipeline_tag: image-text-to-text
13
+ ---
14
+
15
+ # Prism with Qwen 2.5 0.5B backbone (Prismatic-Compatible Version)
16
+
17
+ This model is trained on the Llava-1.5-Instruct dataset.
18
+
19
+ ## Usage Instructions
20
+
21
+ See the [MiniVLA GitHub README](https://github.com/Stanford-ILIAD/openvla-mini/blob/main/README.md) for instructions on how to use this checkpoint for downstream training and finetuning.
22
+
23
+ ## Citation
24
+
25
+ **BibTeX:**
26
+
27
+ ```bibtex
28
+ @article{belkhale24minivla,
29
+ title={MiniVLA: A Better VLA with a Smaller Footprint},
30
+ author={Suneel Belkhale and Dorsa Sadigh},
31
+ url={https://github.com/Stanford-ILIAD/openvla-mini}
32
+ year={2024}
33
+ }
34
+ ```