JingweiZuo
commited on
Commit
•
09172dd
1
Parent(s):
b8d360a
Update README.md
Browse files
README.md
CHANGED
@@ -379,7 +379,15 @@ Falcon-Mamba-7B was trained on an internal distributed training codebase, Gigatr
|
|
379 |
|
380 |
# Citation
|
381 |
|
382 |
-
*Paper coming soon* 😊.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
383 |
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
|
384 |
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/tiiuae__falcon-mamba-7b-details)
|
385 |
|
|
|
379 |
|
380 |
# Citation
|
381 |
|
382 |
+
*Paper coming soon* 😊. In the meanwhile, you can use the following information to cite:
|
383 |
+
```
|
384 |
+
@article{falconmamba,
|
385 |
+
title={{Falcon Mamba}: The First Competitive Attention-free 7B Language Model},
|
386 |
+
author={Zuo, Jingwei and Velikanov, Maksim and Rhaiem, Dhia Eddine and Chahed, Ilyas and Belkada, Younes and Kunsch, Guillaume and Hacid, Hakim},
|
387 |
+
year={2024}
|
388 |
+
}
|
389 |
+
```
|
390 |
+
|
391 |
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
|
392 |
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/tiiuae__falcon-mamba-7b-details)
|
393 |
|