Text Generation
Transformers
Safetensors
English
falcon_mamba
conversational
Inference Endpoints
ybelkada commited on
Commit
f16ef9a
1 Parent(s): 5f84625

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -307,11 +307,15 @@ Falcon-Mamba-7B was trained on an internal distributed training codebase, Gigatr
307
 
308
  # Citation
309
 
310
- *Paper coming soon* 😊. In the meanwhile, you can use the following information to cite:
311
  ```
312
- @article{falconmamba,
313
- title={Falcon Mamba: The First Competitive Attention-free 7B Language Model},
314
- author={Zuo, Jingwei and Velikanov, Maksim and Rhaiem, Dhia Eddine and Chahed, Ilyas and Belkada, Younes and Kunsch, Guillaume and Hacid, Hakim},
315
- year={2024}
 
 
 
 
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
  ```