rawalkhirodkar commited on
Commit
06434b2
ยท
verified ยท
1 Parent(s): e255f20

Update model card

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -19,14 +19,14 @@ Sapiens2 is a family of high-resolution vision transformers pretrained on **1 bi
19
 
20
  This repository contains the **1B parameter pretrained backbone**. It produces dense per-patch features suitable for fine-tuning downstream task heads.
21
 
22
- - ๐Ÿ“„ **Paper:** [OpenReview (ICLR 2026)](https://openreview.net/pdf?id=IVAlYCqdvW)
23
  - ๐ŸŒ **Project Page:** [rawalkhirodkar.github.io/sapiens2](https://rawalkhirodkar.github.io/sapiens2)
24
  - ๐Ÿ’ป **Code:** [github.com/facebookresearch/sapiens2](https://github.com/facebookresearch/sapiens2)
25
 
26
  ## Model Details
27
 
28
  - **Developed by:** Meta
29
- - **Model type:** Vision Transformer (RoPE, GQA, SwiGLU, RMSNorm, QK-norm)
30
  - **License:** [Sapiens2 License](https://github.com/facebookresearch/sapiens2/blob/main/LICENSE.md)
31
  - **Task:** pretrain
32
  - **Format:** safetensors
@@ -92,10 +92,10 @@ Released under the [Sapiens2 License](https://github.com/facebookresearch/sapien
92
  ## Citation
93
 
94
  ```bibtex
95
- @inproceedings{khirodkar2026sapiens2,
96
  title={Sapiens2},
97
- author={Khirodkar, Rawal and Wen, He and Martinez, Julieta and Dong, Yuan and Zhaoen, Su and Saito, Shunsuke},
98
- booktitle={International Conference on Learning Representations (ICLR)},
99
  year={2026}
100
  }
101
  ```
 
19
 
20
  This repository contains the **1B parameter pretrained backbone**. It produces dense per-patch features suitable for fine-tuning downstream task heads.
21
 
22
+ - ๐Ÿ“„ **Paper:** [arXiv:2604.21681](https://arxiv.org/pdf/2604.21681)
23
  - ๐ŸŒ **Project Page:** [rawalkhirodkar.github.io/sapiens2](https://rawalkhirodkar.github.io/sapiens2)
24
  - ๐Ÿ’ป **Code:** [github.com/facebookresearch/sapiens2](https://github.com/facebookresearch/sapiens2)
25
 
26
  ## Model Details
27
 
28
  - **Developed by:** Meta
29
+ - **Model type:** Vision Transformer
30
  - **License:** [Sapiens2 License](https://github.com/facebookresearch/sapiens2/blob/main/LICENSE.md)
31
  - **Task:** pretrain
32
  - **Format:** safetensors
 
92
  ## Citation
93
 
94
  ```bibtex
95
+ @article{khirodkarsapiens2,
96
  title={Sapiens2},
97
+ author={Khirodkar, Rawal and Wen, He and Martinez, Julieta and Dong, Yuan and Su, Zhaoen and Saito, Shunsuke},
98
+ journal={arXiv preprint arXiv:2604.21681},
99
  year={2026}
100
  }
101
  ```