AutoPrompt
AutoPrompt copied to clipboard
how to support qwen
use qwen-1.5 model command:
python run_pipeline.py --prompt "Does this movie review contain a spoiler? answer Yes or No" --task_description " Your task is to check if a movie review contains spoilers for the movie"
发生异常: KeyError
'samples'
File "/mnt/AutoPrompt-main/optimization_pipeline.py", line 189, in
when i debug the code ,config file are all default,there is no key "sample", just only have "num_samples","task_description",'instruction',"text" is there anything wrong?