Di Zhang commited on
Commit
2c8dad6
·
verified ·
1 Parent(s): ce9cb80

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -66,11 +66,11 @@ For queries in ShareGPT format like,
66
  You can format it into this InternLM2 Dialogue format like,
67
  ```
68
  def InternLM2_format(instruction,prompt,answer,history):
69
- prefix=[
70
  "<|system|>:",
71
  "{}"
72
  ]
73
- prompt=[
74
  "<|user|>:",
75
  "{}\n",
76
  "<|Bot|>:\n"
 
66
  You can format it into this InternLM2 Dialogue format like,
67
  ```
68
  def InternLM2_format(instruction,prompt,answer,history):
69
+ prefix_template=[
70
  "<|system|>:",
71
  "{}"
72
  ]
73
+ prompt_template=[
74
  "<|user|>:",
75
  "{}\n",
76
  "<|Bot|>:\n"