ComfyUI/comfy/language/generation_configs/alpaca.json
2024-08-27 12:58:40 -07:00

6 lines
233 B
JSON

{
"chat_template": "chat_templates/alpaca.jinja",
"stop_str": null,
"stop_token_ids": [2],
"system_prompt": "Below is an instruction that describes a task. Write a response that appropriately completes the request."
}