Improve model card: Add pipeline tag, library name, and license metadata

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  # InternVLA-N1 Model Series
2
 
3
  ![License](https://img.shields.io/badge/License-CC_BY--NC--SA_4.0-lightgrey.svg)
@@ -85,5 +91,4 @@ If you find our work helpful, please consider starring this repository ๐ŸŒŸ and
85
  primaryClass={cs.RO},
86
  url={https://arxiv.org/abs/2512.08186},
87
  }
88
-
89
-
 
1
+ ---
2
+ pipeline_tag: robotics
3
+ library_name: transformers
4
+ license: cc-by-nc-sa-4.0
5
+ ---
6
+
7
  # InternVLA-N1 Model Series
8
 
9
  ![License](https://img.shields.io/badge/License-CC_BY--NC--SA_4.0-lightgrey.svg)
 
91
  primaryClass={cs.RO},
92
  url={https://arxiv.org/abs/2512.08186},
93
  }
94
+ ```