xintaozhen commited on
Commit
3ea13b0
ยท
verified ยท
1 Parent(s): 34a7728

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -1,3 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # MiniVLA
2
 
3
  This repository hosts **MiniVLA** โ€“ a modular and deployment-friendly Vision-Language-Action (VLA) model designed for **edge hardware** (e.g., Jetson Orin Nano).
@@ -20,7 +36,7 @@ By exporting the **vision encoder** into ONNX and TensorRT engines, we significa
20
  The MiniVLA deployment is designed with modular microservices:
21
 
22
  <p align="center">
23
- <img src="System_Architecture.svg" width="80%">
24
  </p>
25
 
26
 
@@ -33,7 +49,7 @@ The MiniVLA deployment is designed with modular microservices:
33
  ### Hybrid Acceleration
34
 
35
  <p align="center">
36
- <img src="MiniVLA_Architecture.svg" width="90%">
37
  </p>
38
 
39
 
@@ -136,4 +152,4 @@ We also acknowledge and thank the authors of [Stanford-ILIAD/minivla-vq-libero90
136
  ## ๐Ÿ”— Related Project
137
 
138
  For full implementation and code, please visit the companion GitHub repository:
139
- ๐Ÿ‘‰ [https://github.com/Zhenxintao/MiniVLA](https://github.com/Zhenxintao/MiniVLA)
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - vision-language-action
7
+ - edge-deployment
8
+ - tensorRT
9
+ - qwen
10
+ base_model: Stanford-ILIAD/minivla-vq-libero90-prismatic
11
+ library_name: transformers
12
+ datasets:
13
+ - LIBERO
14
+ pipeline_tag: text-to-action
15
+ ---
16
+
17
  # MiniVLA
18
 
19
  This repository hosts **MiniVLA** โ€“ a modular and deployment-friendly Vision-Language-Action (VLA) model designed for **edge hardware** (e.g., Jetson Orin Nano).
 
36
  The MiniVLA deployment is designed with modular microservices:
37
 
38
  <p align="center">
39
+ <img src="System_Architecture.svg" width="100%">
40
  </p>
41
 
42
 
 
49
  ### Hybrid Acceleration
50
 
51
  <p align="center">
52
+ <img src="MiniVLA_Architecture.svg" width="100%">
53
  </p>
54
 
55
 
 
152
  ## ๐Ÿ”— Related Project
153
 
154
  For full implementation and code, please visit the companion GitHub repository:
155
+ ๐Ÿ‘‰ [https://github.com/Zhenxintao/MiniVLA](https://github.com/Zhenxintao/MiniVLA)