Prompt format?

#2
by passaglia - opened

What is the exact prompt format for this model? The paper does not explicitly say.

Is it the same as alpaca:

"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:\n"

Machine Translation Team at Alibaba DAMO Academy org

There is no predefined prompt, simply pass the query to the model, but add two \n at the end of the prompt, e.g., https://huggingface.co/DAMO-NLP-MT/polylm-multialpaca-13b/blob/main/polylm_cli_demo.py#L73

Great, thank you.

Sign up or log in to comment