unsloth notes for video
mlx was just a framework, no hosting
unsloth is hosted first, with open source you can host yourself or use google colab
unsloth does no finetuning. it prepares the model
Stages in Notebooks
- install unsloth
- initialize
- get the model and tokenizer
- add lora adapters for the model
- dataprep . this is probably biggest part of the notebooks
- train, usually with trl sft