Safetensors
English
falcon_mamba
4-bit precision
bitsandbytes
JingweiZuo commited on
Commit
3fe790b
·
verified ·
1 Parent(s): 724c280

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -231,4 +231,11 @@ Falcon-Mamba-7B was trained on an internal distributed training codebase, Gigatr
231
 
232
  # Citation
233
 
234
- *Paper coming soon* 😊.
 
 
 
 
 
 
 
 
231
 
232
  # Citation
233
 
234
+ *Paper coming soon* 😊. In the meanwhile, you can use the following information to cite:
235
+ ```
236
+ @article{falconmamba,
237
+ title={{Falcon Mamba}: The First Competitive Attention-free 7B Language Model},
238
+ author={Zuo, Jingwei and Velikanov, Maksim and Rhaiem, Dhia Eddine and Chahed, Ilyas and Belkada, Younes and Kunsch, Guillaume and Hacid, Hakim},
239
+ year={2024}
240
+ }
241
+ ```