Image-Text-to-Text
Transformers
PyTorch
English
llava
image-to-text
1-bit
VLA
VLM
conversational
hongyuw commited on
Commit
2442d82
·
verified ·
1 Parent(s): fdc0f7f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -66,6 +66,20 @@ This repository is built using [LMM-Eval](https://github.com/EvolvingLMMs-Lab/lm
66
  ## License
67
  This project is licensed under the MIT License.
68
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  ### Contact Information
70
 
71
  For help or issues using models, please submit a GitHub issue.
 
66
  ## License
67
  This project is licensed under the MIT License.
68
 
69
+ ## Citation
70
+
71
+ If you find this repository useful, please consider citing our work:
72
+ ```
73
+ @article{bitvla,
74
+ title={BitVLA: 1-bit Vision-Language-Action Models for Robotics Manipulation},
75
+ author={Hongyu Wang and Chuyan Xiong and Ruiping Wang and Xilin Chen},
76
+ year={2025},
77
+ eprint={2506.07530},
78
+ archivePrefix={arXiv},
79
+ primaryClass={cs.RO},
80
+ }
81
+ ```
82
+
83
  ### Contact Information
84
 
85
  For help or issues using models, please submit a GitHub issue.