Upload README.md
Browse files
README.md
CHANGED
@@ -98,8 +98,8 @@ def create_prompt(instruction, input=None):
|
|
98 |
return PROMPT_DICT["prompt_no_input"].format(instruction=instruction)
|
99 |
|
100 |
# Example usage
|
101 |
-
instruction_example = "
|
102 |
-
input_example = "
|
103 |
prompt = create_prompt(instruction_example, input_example)
|
104 |
|
105 |
input_ids = tokenizer.encode(
|
|
|
98 |
return PROMPT_DICT["prompt_no_input"].format(instruction=instruction)
|
99 |
|
100 |
# Example usage
|
101 |
+
instruction_example = "以下のトピックに関する詳細な情報を提供してください。"
|
102 |
+
input_example = "東京工業大学の主なキャンパスについて教えてください"
|
103 |
prompt = create_prompt(instruction_example, input_example)
|
104 |
|
105 |
input_ids = tokenizer.encode(
|