tellarin commited on
Commit
bd2db8d
1 Parent(s): f81f4ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -39,6 +39,8 @@ For the original llm-japanese-dataset-vanilla and more details, please check htt
39
 
40
  The original dataset row utilize three columns ('instruction', 'input', and 'output'), with 'input' being optional. Upon analysis of the dataset, if 'input' content exists, it can be appended to 'instruction'.
41
 
 
 
42
  Another common identified scenario has 'instruction'/'input' acting as a question, and 'output' being only a very short answer. For those case, we prepend a general answer prefix sentence to the short answer.
43
  "この質問の答えは", meaning "The answer to this question is".
44
 
 
39
 
40
  The original dataset row utilize three columns ('instruction', 'input', and 'output'), with 'input' being optional. Upon analysis of the dataset, if 'input' content exists, it can be appended to 'instruction'.
41
 
42
+ When 'instruction' and 'input' are appended, no other processing on the prompt is needed. If there is no input, we can append "次の質問に答える" meaning "Answer the following question".
43
+
44
  Another common identified scenario has 'instruction'/'input' acting as a question, and 'output' being only a very short answer. For those case, we prepend a general answer prefix sentence to the short answer.
45
  "この質問の答えは", meaning "The answer to this question is".
46