Update README.md
Browse files
README.md
CHANGED
|
@@ -51,13 +51,14 @@ load_and_save_released_models(ARC8_Encoder_Mistral, hf_token=<HF_TOKEN>)
|
|
| 51 |
If you use one of these models, please cite:
|
| 52 |
|
| 53 |
```bibtex
|
| 54 |
-
@
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
|
|
|
| 62 |
}
|
| 63 |
```
|
|
|
|
| 51 |
If you use one of these models, please cite:
|
| 52 |
|
| 53 |
```bibtex
|
| 54 |
+
@article{
|
| 55 |
+
pilchen2026arcencoder,
|
| 56 |
+
title={{ARC}-Encoder: learning compressed text representations for large language models},
|
| 57 |
+
author={Hippolyte Pilchen and Edouard Grave and Patrick Perez},
|
| 58 |
+
journal={Transactions on Machine Learning Research},
|
| 59 |
+
issn={2835-8856},
|
| 60 |
+
year={2026},
|
| 61 |
+
url={https://openreview.net/forum?id=lU1P9dsqfn},
|
| 62 |
+
note={Featured Certification}
|
| 63 |
}
|
| 64 |
```
|