Update README.md
Browse files
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.
|