Update README.md
Browse files
README.md
CHANGED
@@ -231,11 +231,15 @@ Falcon-Mamba-7B was trained on an internal distributed training codebase, Gigatr
|
|
231 |
|
232 |
# Citation
|
233 |
|
234 |
-
|
235 |
```
|
236 |
-
@
|
237 |
-
|
238 |
-
|
239 |
-
|
|
|
|
|
|
|
|
|
240 |
}
|
241 |
```
|
|
|
231 |
|
232 |
# Citation
|
233 |
|
234 |
+
You can use the following bibtex citation:
|
235 |
```
|
236 |
+
@misc{zuo2024falconmambacompetitiveattentionfree,
|
237 |
+
title={Falcon Mamba: The First Competitive Attention-free 7B Language Model},
|
238 |
+
author={Jingwei Zuo and Maksim Velikanov and Dhia Eddine Rhaiem and Ilyas Chahed and Younes Belkada and Guillaume Kunsch and Hakim Hacid},
|
239 |
+
year={2024},
|
240 |
+
eprint={2410.05355},
|
241 |
+
archivePrefix={arXiv},
|
242 |
+
primaryClass={cs.CL},
|
243 |
+
url={https://arxiv.org/abs/2410.05355},
|
244 |
}
|
245 |
```
|