Update README.md: BibTeX and small cosmetic changes
Browse files
README.md
CHANGED
@@ -6,16 +6,18 @@ license: mit
|
|
6 |
|
7 |
# Fine-Tuning Vision-Language-Action Models: Optimizing Speed and Success
|
8 |
|
9 |
-
This repository contains the OpenVLA-OFT
|
10 |
|
11 |
Project Page: https://openvla-oft.github.io/
|
12 |
|
13 |
Code: https://github.com/openvla-oft/openvla-oft
|
14 |
|
|
|
|
|
15 |
|
16 |
## Quick Start
|
17 |
|
18 |
-
This example demonstrates generating an action chunk using a pretrained OpenVLA-OFT checkpoint. Ensure you have set up the conda environment as described in the
|
19 |
|
20 |
```python
|
21 |
import pickle
|
@@ -68,9 +70,10 @@ for act in actions:
|
|
68 |
## Citation
|
69 |
|
70 |
```bibtex
|
71 |
-
@article{
|
72 |
-
title={Fine-Tuning Vision-Language-Action Models: Optimizing Speed and Success},
|
73 |
-
author={
|
74 |
-
journal
|
75 |
-
year={2025}
|
|
|
76 |
```
|
|
|
6 |
|
7 |
# Fine-Tuning Vision-Language-Action Models: Optimizing Speed and Success
|
8 |
|
9 |
+
This repository contains the OpenVLA-OFT checkpoint for LIBERO-Spatial, as described in [Fine-Tuning Vision-Language-Action Models: Optimizing Speed and Success](https://arxiv.org/abs/2502.19645). OpenVLA-OFT significantly improves upon the base OpenVLA model by incorporating optimized fine-tuning techniques.
|
10 |
|
11 |
Project Page: https://openvla-oft.github.io/
|
12 |
|
13 |
Code: https://github.com/openvla-oft/openvla-oft
|
14 |
|
15 |
+
See here for other OpenVLA-OFT checkpoints: https://huggingface.co/moojink?search_models=oft
|
16 |
+
|
17 |
|
18 |
## Quick Start
|
19 |
|
20 |
+
This example demonstrates generating an action chunk using a pretrained OpenVLA-OFT checkpoint. Ensure you have set up the conda environment as described in the GitHub README.
|
21 |
|
22 |
```python
|
23 |
import pickle
|
|
|
70 |
## Citation
|
71 |
|
72 |
```bibtex
|
73 |
+
@article{kim2025fine,
|
74 |
+
title={Fine-Tuning Vision-Language-Action Models: Optimizing Speed and Success},
|
75 |
+
author={Kim, Moo Jin and Finn, Chelsea and Liang, Percy},
|
76 |
+
journal={arXiv preprint arXiv:2502.19645},
|
77 |
+
year={2025}
|
78 |
+
}
|
79 |
```
|