Add robotics pipeline tag and paper link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +26 -7
README.md CHANGED
@@ -1,13 +1,14 @@
1
  ---
2
- license: apache-2.0
3
  library_name: pytorch
 
 
4
  tags:
5
- - robotics
6
- - vision-language-action
7
- - vla
8
- - qwen3-vl
9
- - rhinovla
10
- - checkpoint
11
  ---
12
 
13
  # RhinoVLA 预训练权重
@@ -18,3 +19,21 @@ tags:
18
 
19
  具体用法、微调代码、配置和数据准备请参考微调仓库:
20
  https://github.com/HuixiAI/RhinoVLA
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
2
  library_name: pytorch
3
+ license: apache-2.0
4
+ pipeline_tag: robotics
5
  tags:
6
+ - robotics
7
+ - vision-language-action
8
+ - vla
9
+ - qwen3-vl
10
+ - rhinovla
11
+ - checkpoint
12
  ---
13
 
14
  # RhinoVLA 预训练权重
 
19
 
20
  具体用法、微调代码、配置和数据准备请参考微调仓库:
21
  https://github.com/HuixiAI/RhinoVLA
22
+
23
+ ---
24
+
25
+ This model was introduced in the technical report [RhinoVLA Technical Report](https://huggingface.co/papers/2606.07383).
26
+
27
+ ## Citation
28
+
29
+ ```bibtex
30
+ @misc{intelligence2026rhinovlatechnicalreport,
31
+ title={RhinoVLA Technical Report},
32
+ author={Huixi Intelligence and Chen Zhang and Chenyang Zhou and Guanglei Ding and Guanghui He and Haibin Gao and Jiajia Chen and Jianyong Zhang and Lianyi Yu and Ningyi Xu and Ping Xu and Qingchen Li and Yingjun Hu and Yijia Zhang and Yuxi Liu},
33
+ year={2026},
34
+ eprint={2606.07383},
35
+ archivePrefix={arXiv},
36
+ primaryClass={cs.RO},
37
+ url={https://arxiv.org/abs/2606.07383},
38
+ }
39
+ ```