nielsr HF staff commited on
Commit
ad39057
1 Parent(s): 7d7e557

Add link to paper, add robotics tag

Browse files

This PR adds a tag and links it to https://huggingface.co/papers/2409.20537.

Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -1,9 +1,14 @@
 
 
 
1
  # 🦾 Heterogenous Pre-trained Transformers
2
 
3
  [Lirui Wang](https://liruiw.github.io/), [Xinlei Chen](https://xinleic.xyz/), [Jialiang Zhao](https://alanz.info/), [Kaiming He](https://people.csail.mit.edu/kaiming/)
4
 
5
  Neural Information Processing Systems (Spotlight), 2024
6
 
 
 
7
  You can find more details on our [project page](https://liruiw.github.io/hpt). An alternative clean implementation of HPT in Hugging Face can also be found [here](https://github.com/liruiw/lerobot/tree/hpt_squash/lerobot/common/policies/hpt).
8
 
9
 
 
1
+ ---
2
+ pipeline_tag: robotics
3
+ ---
4
  # 🦾 Heterogenous Pre-trained Transformers
5
 
6
  [Lirui Wang](https://liruiw.github.io/), [Xinlei Chen](https://xinleic.xyz/), [Jialiang Zhao](https://alanz.info/), [Kaiming He](https://people.csail.mit.edu/kaiming/)
7
 
8
  Neural Information Processing Systems (Spotlight), 2024
9
 
10
+ Paper: https://huggingface.co/papers/2409.20537
11
+
12
  You can find more details on our [project page](https://liruiw.github.io/hpt). An alternative clean implementation of HPT in Hugging Face can also be found [here](https://github.com/liruiw/lerobot/tree/hpt_squash/lerobot/common/policies/hpt).
13
 
14