liruiw nielsr HF staff commited on
Commit
4586c8c
1 Parent(s): 7d7e557

Add link to paper, add robotics tag (#1)

Browse files

- Add link to paper, add robotics tag (ad390573b3463b0e8a852420c41259758314b35c)


Co-authored-by: Niels Rogge <[email protected]>

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