Improve model card: Add pipeline_tag and HF paper link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -1,12 +1,15 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
3
  tags:
4
- - robotics
5
  - vision-language-action-model
6
  - vision-language-model
 
7
  ---
 
8
  # Model Card for InternVLA-M1-Pretrain-RT-1-Bridge
9
 
 
 
10
  ## Description:
11
  **InternVLA-M1** is an open-source, end-to-end **vision–language–action (VLA) framework** for building and researching generalist robot policies. The checkpoints in this repository were trained on the RT-1 and Bridge datasets.
12
  - 🌐 Homepage: [InternVLA-M1 Project Page](https://internrobotics.github.io/internvla-m1.github.io/)
 
1
  ---
2
  license: cc-by-nc-sa-4.0
3
  tags:
 
4
  - vision-language-action-model
5
  - vision-language-model
6
+ pipeline_tag: robotics
7
  ---
8
+
9
  # Model Card for InternVLA-M1-Pretrain-RT-1-Bridge
10
 
11
+ This model is presented in the paper [InternVLA-M1: A Spatially Guided Vision-Language-Action Framework for Generalist Robot Policy](https://huggingface.co/papers/2510.13778).
12
+
13
  ## Description:
14
  **InternVLA-M1** is an open-source, end-to-end **vision–language–action (VLA) framework** for building and researching generalist robot policies. The checkpoints in this repository were trained on the RT-1 and Bridge datasets.
15
  - 🌐 Homepage: [InternVLA-M1 Project Page](https://internrobotics.github.io/internvla-m1.github.io/)