Upload training_prompt.json
Browse files- training_prompt.json +5 -0
training_prompt.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"template_type": "dataset",
|
3 |
+
"template_1": "\n\n### Instruction:\n%instruction%\n\n### Response:\n%output%",
|
4 |
+
"template_2": "\n\n### Instruction:\n%instruction%\n%input%\n\n### Response:\n%output%"
|
5 |
+
}
|