(prompt)
| 82 | return parser |
| 83 | |
| 84 | def format_prompt(prompt): |
| 85 | |
| 86 | prompt_t=f"Below is an instruction that describes a task.\nWrite a response that appropriately completes the request.\n\n### Instruction:\n{prompt}\n\n### Response:" |
| 87 | return prompt_t |
| 88 | |
| 89 | |
| 90 | def split_list(lst, n): |