initial lora training tab

This commit is contained in:
Alex "mcmonkey" Goodwin 2023-03-25 12:08:26 -07:00
parent 8c8e8b4450
commit 566898a79a
7 changed files with 153 additions and 3 deletions

View file

@ -0,0 +1,4 @@
{
"instruction,output": "User: %instruction%\nAssistant: %output%",
"instruction,input,output": "User: %instruction%: %input%\nAssistant: %output%"
}

View file

@ -0,0 +1,4 @@
{
"instruction,output": "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\n%instruction%\n\n### Response:\n%output%",
"instruction,input,output": "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%output%"
}