Update citation info
Browse files
README.md
CHANGED
@@ -174,7 +174,39 @@ Falcon-40B-Instruct was trained a custom distributed training codebase, Gigatron
|
|
174 |
|
175 |
## Citation
|
176 |
|
177 |
-
*Paper coming soon
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
178 |
|
179 |
## License
|
180 |
|
|
|
174 |
|
175 |
## Citation
|
176 |
|
177 |
+
*Paper coming soon* π. In the meanwhile, you can use the following information to cite:
|
178 |
+
```
|
179 |
+
@article{falcon40b,
|
180 |
+
title={{Falcon-40B}: an open large language model with state-of-the-art performance},
|
181 |
+
author={Almazrouei, Ebtesam and Alobeidli, Hamza and Alshamsi, Abdulaziz and Cappelli, Alessandro and Cojocaru, Ruxandra and Debbah, Merouane and Goffinet, Etienne and Heslow, Daniel and Launay, Julien and Malartic, Quentin and Noune, Badreddine and Pannier, Baptiste and Penedo, Guilherme},
|
182 |
+
year={2023}
|
183 |
+
}
|
184 |
+
```
|
185 |
+
|
186 |
+
To learn more about the pretraining dataset, see the π [RefinedWeb paper](https://arxiv.org/abs/2306.01116).
|
187 |
+
|
188 |
+
```
|
189 |
+
@article{refinedweb,
|
190 |
+
title={The {R}efined{W}eb dataset for {F}alcon {LLM}: outperforming curated corpora with web data, and web data only},
|
191 |
+
author={Guilherme Penedo and Quentin Malartic and Daniel Hesslow and Ruxandra Cojocaru and Alessandro Cappelli and Hamza Alobeidli and Baptiste Pannier and Ebtesam Almazrouei and Julien Launay},
|
192 |
+
journal={arXiv preprint arXiv:2306.01116},
|
193 |
+
eprint={2306.01116},
|
194 |
+
eprinttype = {arXiv},
|
195 |
+
url={https://arxiv.org/abs/2306.01116},
|
196 |
+
year={2023}
|
197 |
+
}
|
198 |
+
```
|
199 |
+
|
200 |
+
To cite the [Baize](https://github.com/project-baize/baize-chatbot) instruction dataset used for this model:
|
201 |
+
```
|
202 |
+
@article{xu2023baize,
|
203 |
+
title={Baize: An Open-Source Chat Model with Parameter-Efficient Tuning on Self-Chat Data},
|
204 |
+
author={Xu, Canwen and Guo, Daya and Duan, Nan and McAuley, Julian},
|
205 |
+
journal={arXiv preprint arXiv:2304.01196},
|
206 |
+
year={2023}
|
207 |
+
}
|
208 |
+
```
|
209 |
+
|
210 |
|
211 |
## License
|
212 |
|