HippolyteP commited on
Commit
d772c4d
·
verified ·
1 Parent(s): 6c0ffbb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -36,12 +36,13 @@ Terms of use: As the released models are pretrained from Llama3.2 3B backbone, A
36
  If you use one of these models, please cite:
37
 
38
  ```bibtex
39
- @misc{pilchen2025arcencoder,
40
- title={ARC-Encoder: learning compressed text representations for large language models},
41
- author={Hippolyte Pilchen and Edouard Grave and Patrick Pérez},
42
- year={2025},
43
- eprint={2510.20535},
44
- archivePrefix={arXiv},
45
- primaryClass={cs.CL}
 
46
  }
47
  ```
 
36
  If you use one of these models, please cite:
37
 
38
  ```bibtex
39
+ @misc{pilchen2025arcencoderlearningcompressedtext,
40
+ title={ARC-Encoder: learning compressed text representations for large language models},
41
+ author={Hippolyte Pilchen and Edouard Grave and Patrick Pérez},
42
+ year={2025},
43
+ eprint={2510.20535},
44
+ archivePrefix={arXiv},
45
+ primaryClass={cs.CL},
46
+ url={https://arxiv.org/abs/2510.20535},
47
  }
48
  ```