nielsr HF Staff commited on
Commit
20041d5
·
verified ·
1 Parent(s): 344c470

Improve model card: Add pipeline_tag and HF paper link

Browse files

This PR enhances the model card by:
- Moving `robotics` from the `tags` list to `pipeline_tag: robotics` in the metadata to improve discoverability on the Hugging Face Hub.
- Adding a prominent link to the Hugging Face paper page: [InternVLA-M1: A Spatially Guided Vision-Language-Action Framework for Generalist Robot Policy](https://huggingface.co/papers/2510.13778) at the top of the model card.

Please review and merge if these improvements align with your goals.

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/)