LLaMA-LoRA-Tuner
LLaMA-LoRA-Tuner copied to clipboard
Cannot select `None` template
I don't want anything else besides what I've provided in the input/response - is this not the way to do it?

It looks like I broke it when adding the ability to define more powerful templates with .py... 🥲 It might be workaround-ed by adding and using an empty template
{
"prompt_input": "{instruction}{input}",
"prompt_no_input": "{instruction}"
}
Isn't your template will only create 1 item, which also get limited by CTX length?