Update README.md

Removing double citation
This commit is contained in:
Michael Han 2024-12-10 14:43:27 -08:00 committed by GitHub
commit 3d58022400

View file

@ -472,7 +472,7 @@ Two Tesla T4s on Kaggle
![](https://i.ibb.co/sJ7RhGG/image-41.png)
<br>
### Citing
### Citation
You can cite the Unsloth repo as follows:
```bibtex
@ -484,18 +484,6 @@ You can cite the Unsloth repo as follows:
}
```
### Citation
If you would like to cite Unsloth, you can use the following format:
```
@misc{han2023unsloth,
author = {Daniel Han and Michael Han},
title = {Unsloth AI: Finetune LLMs 2x faster 2-5x faster with 80\% less memory},
year = {2023},
url = {https://github.com/unslothai/unsloth},
note = {GitHub repository}
}
```
### Thank You to
- [Erik](https://github.com/erikwijmans) for his help adding [Apple's ML Cross Entropy](https://github.com/apple/ml-cross-entropy) in Unsloth
- [HuyNguyen-hust](https://github.com/HuyNguyen-hust) for making [RoPE Embeddings 28% faster](https://github.com/unslothai/unsloth/pull/238)