FPHam commited on
Commit
ddb8ee3
1 Parent(s): 553d1ae

Upload training_prompt.json

Browse files
Files changed (1) hide show
  1. training_prompt.json +5 -0
training_prompt.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "template_type": "dataset",
3
+ "template_1": "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%",
4
+ "template_2": "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n### Instruction:\n%instruction%\n%input%\n\n### Response:\n%output%"
5
+ }