A poor man's guide to fine-tuning Llama 2
duarteocarmo.com
A poor man's guide to fine-tuning Llama 2
1–6 of 6 posts
Re: A poor man's guide to fine-tuning Llama 2
#2Re: A poor man's guide to fine-tuning Llama 2
#3Re: A poor man's guide to fine-tuning Llama 2
#4Re: A poor man's guide to fine-tuning Llama 2
#5I did my first hello world fine-tuning of Llama2 today, using Google Colab and various pieces of code. So no resume from checkpoint, I had to specify the number of epochs manually and no tracking of the loss and I didn't get the lora weights extracted, with llama2 7B I ended up with a 13gb gguf file, that I have successfully tried out locally with llama.cpp and its webui.
The axolotl seems like a nice project that hopefully makes the fine tuning easier.
Re: A poor man's guide to fine-tuning Llama 2
#6Has anyone run this on a Mac with M1 chip with GPU acceleration enabled? I did my first hello world fine-tuning of Llama2 today, using Google Colab and various pieces of code. So no resume from checkpoint, I had to specify the number of epochs manually and no tracking of the loss and I didn't get the lora weights extracted, with llama2 7B I ended up with a 13gb gguf file, that I have successfully tried out locally wi…