nielsr HF Staff commited on
Commit
bfcfe3e
·
verified ·
1 Parent(s): 50b6c63

Add robotics pipeline tag, library name, license, and link to GitHub repository

Browse files

Hi! This PR improves the model card by:
- Adding the `robotics` pipeline tag to make the model discoverable in the robotics section of the Hub.
- Setting the `library_name` to `transformers` as the model uses auto-mappings compatible with the library.
- Defining the `license` as `mit` based on the official GitHub repository.
- Linking to the official GitHub repository for the code.

Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -1,6 +1,12 @@
1
- This repository contains the checkpoint trained on spatial LIBERO task suite, as described in VOTE: Vision-Language-Action Optimization with Trajectory Ensemble Voting https://arxiv.org/abs/2507.05116
 
 
 
 
2
 
 
3
 
 
4
 
5
  ## Citation
6
 
 
1
+ ---
2
+ license: mit
3
+ library_name: transformers
4
+ pipeline_tag: robotics
5
+ ---
6
 
7
+ This repository contains the checkpoint trained on spatial LIBERO task suite, as described in [VOTE: Vision-Language-Action Optimization with Trajectory Ensemble Voting](https://arxiv.org/abs/2507.05116).
8
 
9
+ The official code is available in the [GitHub Repository](https://github.com/LukeLIN-web/VOTE).
10
 
11
  ## Citation
12