Baichuan-13B please!
#3
by
greatzane
- opened
Can you share how to convert the model from Baichuan format to LLaMA format?
Thanks!
The conversion script I use is at https://huggingface.co/fireballoon/baichuan-llama-7b/blob/main/convert_baichuan_to_llama.py. Actually the difference between baichuan-7b and llama-7b is only that it merges the qkv matrices. I haven't checked baichuan-13b yet.
OK, I'll check it out. Thank you so much!
greatzane
changed discussion status to
closed