torotoki commited on
Commit
0840db4
1 Parent(s): 1bb3cb8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -56,7 +56,7 @@ def generate_prompt(messages: list) -> str:
56
  "以下はタスクを説明する指示で、文脈を説明した入力とペアになっています。",
57
  "要求を適切に補完するよう応答を書いてください。",
58
  ]
59
- roles = {"instruction": "指示", "response": "応答", "input": "入力"}
60
  for msg in messages:
61
  prompt.append(sep + roles[msg["role"]] + ":\n" + msg['content'])
62
  prompt.append(sep + roles["response"] + ":\n")
@@ -98,7 +98,7 @@ PLaMo-13B-Instruct-NC is a new technology that carries risks with use. Testing c
98
 
99
  ## How to cite
100
  ```tex
101
- @online{PLaMoInstruct2023Introducing,
102
  author = {Preferred Networks, Inc},
103
  title = {PLaMo-13B-Instruct-NC},
104
  year = {2023},
 
56
  "以下はタスクを説明する指示で、文脈を説明した入力とペアになっています。",
57
  "要求を適切に補完するよう応答を書いてください。",
58
  ]
59
+ roles = {"instruction": "指示", "response": "応答", "input": "入力"}
60
  for msg in messages:
61
  prompt.append(sep + roles[msg["role"]] + ":\n" + msg['content'])
62
  prompt.append(sep + roles["response"] + ":\n")
 
98
 
99
  ## How to cite
100
  ```tex
101
+ @online{PLaMoInstructNC2023Introducing,
102
  author = {Preferred Networks, Inc},
103
  title = {PLaMo-13B-Instruct-NC},
104
  year = {2023},