nielsr HF Staff commited on
Commit
50270ff
·
verified ·
1 Parent(s): 0268e31

Add robotics pipeline tag

Browse files

This PR improves the model card by adding the `robotics` pipeline tag to the metadata. This will help users discover the model when filtering by pipeline tags on the Hugging Face Hub: https://huggingface.co/models?pipeline_tag=robotics.

Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,11 +1,13 @@
1
  ---
2
- license: mit
3
  library_name: transformers
 
4
  tags:
5
  - autoregressive
6
  - VLA
 
7
  ---
8
- # Being-H0: Vision-Language-Action Pretraining from Large-Scale Human Videos
 
9
 
10
  <p align="center">
11
  <img src="https://raw.githubusercontent.com/BeingBeyond/Being-H0/refs/heads/main/docs/assets/image/being-h0-black.png" width="300"/>
 
1
  ---
 
2
  library_name: transformers
3
+ license: mit
4
  tags:
5
  - autoregressive
6
  - VLA
7
+ pipeline_tag: robotics
8
  ---
9
+
10
+ # Being-H0: Vision-Language-Action Pretraining from Large-Scale Human Videos
11
 
12
  <p align="center">
13
  <img src="https://raw.githubusercontent.com/BeingBeyond/Being-H0/refs/heads/main/docs/assets/image/being-h0-black.png" width="300"/>