OSError: baichuan-inc/Baichuan2-7B-Intermediate-Checkpoints does not appear to have a file named configuration_baichuan.py.

#3
by yuweiyin - opened

When loading the fine-tuned intermediate checkpoints using model = AutoModelForCausalLM.from_pretrained(...), the following error occurs:
OSError: baichuan-inc/Baichuan2-7B-Intermediate-Checkpoints does not appear to have a file named configuration_baichuan.py.

Analysis: the files in the Baichuan2-7B-Intermediate-Checkpoints repo is incomplete, compared to files in the Baichuan2-7B-Base repo.

Sign up or log in to comment