mirror of
https://github.com/facebookresearch/blt.git
synced 2025-02-23 05:22:16 +00:00
Update README.md with arxiv citation
This commit is contained in:
parent
f3e8125f74
commit
1a14267b30
10
README.md
10
README.md
|
@ -88,13 +88,13 @@ bash dev/lint.sh
|
||||||
|
|
||||||
The BLT is partially based on Meta Lingua, so consider citing it in addition to our BLT paper if you re-use our work.
|
The BLT is partially based on Meta Lingua, so consider citing it in addition to our BLT paper if you re-use our work.
|
||||||
|
|
||||||
BLT Paper Citation (will be updated to arXiv soon)
|
BLT Paper Citation
|
||||||
|
|
||||||
```
|
```
|
||||||
@article{meta_blt,
|
@article{pagnoni2024byte,
|
||||||
author = {Artidoro Pagnoni, Ram Pasunuru, Pedro Rodriguez, John Nguyen, Benjamin Muller, Margaret Li, Chunting Zhou, Lili Yu, Jason Weston, Luke Zettlemoyer, Gargi Ghosh, Mike Lewis, Ari Holtzman†, Srinivasan Iyer},
|
title={Byte latent transformer: Patches scale better than tokens},
|
||||||
title = {Byte Latent Transformer: Patches Scale Better Than Tokens},
|
author={Pagnoni, Artidoro and Pasunuru, Ram and Rodriguez, Pedro and Nguyen, John and Muller, Benjamin and Li, Margaret and Zhou, Chunting and Yu, Lili and Weston, Jason and Zettlemoyer, Luke and others},
|
||||||
url = {https://github.com/facebookresearch/blt},
|
journal={arXiv preprint arXiv:2412.09871},
|
||||||
year={2024}
|
year={2024}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue