Skip to content

Commit af16a1a

Browse files
authored
Merge pull request #1062 from shimmyshimmer/patch-1
Update Fine-tuning section README.md
2 parents 33b7cd4 + c300291 commit af16a1a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

18-fine-tuning/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ The following resources provide step-by-step tutorials to walk you through a rea
8383
| | | |
8484
| 🤗 AutoTrain | [Fine-tuning LLMs with AutoTrain](https://github.com/huggingface/autotrain-advanced/?WT.mc_id=academic-105485-koreyst) | AutoTrain (or AutoTrain Advanced) is a python library developed by Hugging Face that allows finetuning for many different tasks including LLM finetuning. AutoTrain is a no-code solution and finetuning can be done in your own cloud, on Hugging Face Spaces or locally. It supports both a web-based GUI, CLI and training via yaml config files. |
8585
| | | |
86-
86+
| 🦥 Unsloth | [Fine-tuning LLMs with Unsloth](https://github.com/unslothai/unsloth) | Unsloth is an open-source framework that supports LLM fine-tuning and reinforcement learning (RL). Unsloth streamlines local training, evaluation, and deployment with ready to use [notebooks](https://github.com/unslothai/notebooks). It also supports text-to-speech (TTS), BERT and multimodal models. To get started, read their step-by-step [Fine-tuning LLMs Guide](https://docs.unsloth.ai/get-started/fine-tuning-llms-guide). |
87+
| | | |
8788
## Assignment
8889

8990
Select one of the tutorials above and walk through them. _We may replicate a version of these tutorials in Jupyter Notebooks in this repo for reference only. Please use the original sources directly to get the latest versions_.

0 commit comments

Comments
 (0)