diff --git a/README.md b/README.md index fcd7d73d13..6bff98cbda 100644 --- a/README.md +++ b/README.md @@ -472,7 +472,7 @@ Two Tesla T4s on Kaggle ![](https://i.ibb.co/sJ7RhGG/image-41.png)
-### 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)