moojink commited on
Commit
6d0231a
·
verified ·
1 Parent(s): 4066215

Update README.md: BibTeX and small cosmetic changes

Browse files
Files changed (1) hide show
  1. README.md +10 -7
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 model, 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
 
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 Github README.
19
 
20
  ```python
21
  import pickle
@@ -68,9 +70,10 @@ for act in actions:
68
  ## Citation
69
 
70
  ```bibtex
71
- @article{kim25finetuning,
72
- title={Fine-Tuning Vision-Language-Action Models: Optimizing Speed and Success},
73
- author={{Moo Jin} Kim and Chelsea Finn and Percy Liang},
74
- journal = {arXiv preprint arXiv:2502.19645},
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
  ```