ChatDoctor icon indicating copy to clipboard operation
ChatDoctor copied to clipboard

for --model_name_or_path <your_path_to_hf_converted_llama_ckpt_and_tokenizer>

Open yixuan730 opened this issue 1 year ago • 2 comments

Hello, if i want to follow your code to fine-tune based on llama, what file should i prepare for this --model_name_or_path <your_path_to_hf_converted_llama_ckpt_and_tokenizer>? Thank you very much.

yixuan730 avatar Apr 10 '23 11:04 yixuan730

I have the same question? Please help me if you already have a solution

npvu1510 avatar Apr 11 '23 13:04 npvu1510

Clearly, you should navigate to the llama's paths for 7B/13B/30B models and make sure that you have convert pth to hf format. This is a similar work for reference, and convert for reference

xqymain avatar Apr 12 '23 04:04 xqymain