From 3d5802240003c3fa71243b412ee25940ad5cebaa Mon Sep 17 00:00:00 2001 From: Michael Han <107991372+shimmyshimmer@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:43:27 -0800 Subject: [PATCH] Update README.md Removing double citation --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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)