imone commited on
Commit
1f82ac2
·
verified ·
1 Parent(s): 2285b99

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -18,7 +18,7 @@ tags:
18
  ![Benchmark scatter: FLOPs and tokens vs benchmark average for HRM-Text-1B vs comparable models](benchmark_scatter.png)
19
 
20
  <p align="center">
21
- <a href="https://sapientinc.github.io/HRM-Text/assets/HRM_Text.pdf"><img src="https://img.shields.io/badge/Paper-PDF-red" alt="Paper"></a>
22
  <a href="https://github.com/sapientinc/HRM-Text"><img alt="GitHub" src="https://img.shields.io/badge/GitHub-sapientinc%2FHRM--Text-181717?logo=github&logoColor=white"></a>
23
  </p>
24
 
@@ -148,4 +148,16 @@ Pre-trained on a sampled mixture of publicly available text corpora. The full da
148
 
149
  ## Citation
150
 
151
- Citation information will be added with the accompanying paper.
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  ![Benchmark scatter: FLOPs and tokens vs benchmark average for HRM-Text-1B vs comparable models](benchmark_scatter.png)
19
 
20
  <p align="center">
21
+ <a href="https://arxiv.org/pdf/2605.20613"><img src="https://img.shields.io/badge/Paper-arXiv-red?logo=arxiv&logoColor=white" alt="arXiv Paper"></a>
22
  <a href="https://github.com/sapientinc/HRM-Text"><img alt="GitHub" src="https://img.shields.io/badge/GitHub-sapientinc%2FHRM--Text-181717?logo=github&logoColor=white"></a>
23
  </p>
24
 
 
148
 
149
  ## Citation
150
 
151
+ If you find this project or our paper useful, please consider citing our paper:
152
+
153
+ ```
154
+ @misc{wang2026hrmtextefficientpretrainingscaling,
155
+ title={HRM-Text: Efficient Pretraining Beyond Scaling},
156
+ author={Guan Wang and Changling Liu and Chenyu Wang and Cai Zhou and Yuhao Sun and Yifei Wu and Shuai Zhen and Luca Scimeca and Yasin Abbasi Yadkori},
157
+ year={2026},
158
+ eprint={2605.20613},
159
+ archivePrefix={arXiv},
160
+ primaryClass={cs.CL},
161
+ url={https://arxiv.org/abs/2605.20613},
162
+ }
163
+ ```