Update README.md
Browse files
README.md
CHANGED
@@ -307,11 +307,15 @@ Falcon-Mamba-7B was trained on an internal distributed training codebase, Gigatr
|
|
307 |
|
308 |
# Citation
|
309 |
|
310 |
-
|
311 |
```
|
312 |
-
@
|
313 |
-
|
314 |
-
|
315 |
-
|
|
|
|
|
|
|
|
|
316 |
}
|
317 |
```
|
|
|
307 |
|
308 |
# Citation
|
309 |
|
310 |
+
You can use the following bibtex citation:
|
311 |
```
|
312 |
+
@misc{zuo2024falconmambacompetitiveattentionfree,
|
313 |
+
title={Falcon Mamba: The First Competitive Attention-free 7B Language Model},
|
314 |
+
author={Jingwei Zuo and Maksim Velikanov and Dhia Eddine Rhaiem and Ilyas Chahed and Younes Belkada and Guillaume Kunsch and Hakim Hacid},
|
315 |
+
year={2024},
|
316 |
+
eprint={2410.05355},
|
317 |
+
archivePrefix={arXiv},
|
318 |
+
primaryClass={cs.CL},
|
319 |
+
url={https://arxiv.org/abs/2410.05355},
|
320 |
}
|
321 |
```
|