Closed lihongxiacream closed 2 months ago
Thank you for your interest in our work! When you use a template that is unfamiliar to the base model, the IFD scores will increase as the overall formatted instructions are hard for the base model to understand.
Thus:
If I modify the template, all the calculated IFD values will be greater than 1 From this "prompt_input": ( "Below is an instruction that describes a task, paired with an input that provides further context. " "Write a response that appropriately completes the request.\n\n" "### Instruction:\n{instruction}\n\n### Input:\n{input}\n\n### Response:" ), to "prompt_input": ( "Below is an instruction that describes a task, paired with an input that provides further context. " "Write a response that appropriately completes the request.\n\n" "<|im_start|>system\n{instruction}<|im_end|>\n<|im_start|>user\n{input}<|im_end|>\n<|im_start|>assistant\n" )