TinyLlama icon indicating copy to clipboard operation
TinyLlama copied to clipboard

Full fine-tuning with llama.cpp

Open RonanKMcGovern opened this issue 1 year ago • 0 comments

When using GGUF and llama.cpp, is there a specific vocab file I should use, or can I use "ggml-vocab-llama.gguf"?

The number of kv groups is different in TinyLlama so I suspect that I need to use a custom vocab file, but I'm unsure.

I've been trying to fine-tune but the model isn't loading correctly. I've posted the training script on the llama.cpp repo here.

RonanKMcGovern avatar Dec 30 '23 17:12 RonanKMcGovern