tamdiep106 commited on
Commit
13deebd
1 Parent(s): fc08875

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -42,7 +42,7 @@ https://colab.research.google.com/drive/1kVcN0L_n5lwhFlIqDkNbLNURboifgbBO?usp=sh
42
  Japanese prompt:
43
 
44
  ```python
45
- Instruction_input_JP = 'あなたはアシスタントです。以下に、タスクを説明する指示と、さらなるコンテキストを提供する入力を組み合わせます。 リクエストを適切に完了するレスポンスを作成します。'
46
  instruction_no_input_JP = 'あなたはアシスタントです。以下はタスクを説明する指示です。 リクエストを適切に完了するレスポンスを作成します。'
47
 
48
  prompt = """{}
@@ -57,7 +57,7 @@ if input=='':
57
  )
58
  else:
59
  prompt = prompt.format("{}\n\n### input:\n{}""").format(
60
- Instruction_input_JP, instruction, input
61
  )
62
  ```
63
 
 
42
  Japanese prompt:
43
 
44
  ```python
45
+ instruction_input_JP = 'あなたはアシスタントです。以下に、タスクを説明する指示と、さらなるコンテキストを提供する入力を組み合わせます。 リクエストを適切に完了するレスポンスを作成します。'
46
  instruction_no_input_JP = 'あなたはアシスタントです。以下はタスクを説明する指示です。 リクエストを適切に完了するレスポンスを作成します。'
47
 
48
  prompt = """{}
 
57
  )
58
  else:
59
  prompt = prompt.format("{}\n\n### input:\n{}""").format(
60
+ instruction_input_JP, instruction, input
61
  )
62
  ```
63