Closed wutaiqiang closed 1 year ago
https://github.com/microsoft/LMOps/blob/80d7d4a0ba8d61ca7be6cae72d06cf71dda3e9e0/minillm/scripts/gpt2/eval/eval_main_self_inst.sh#L18C32-L18C32
CKPT="${BASE_PATH}/results/gpt2/${CKPT_NAME}/"
It should be CKPT="${BASE_PATH}/results/gpt2/train/${CKPT_NAME}/" The train is missed
"train" can be included in ${CKPT_NAME}
${CKPT_NAME}
https://github.com/microsoft/LMOps/blob/80d7d4a0ba8d61ca7be6cae72d06cf71dda3e9e0/minillm/scripts/gpt2/eval/eval_main_self_inst.sh#L18C32-L18C32
It should be CKPT="${BASE_PATH}/results/gpt2/train/${CKPT_NAME}/" The train is missed