akariasai commited on
Commit
a2d59cf
1 Parent(s): 69c96f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -24,7 +24,7 @@ def format_prompt(input, paragraph=None):
24
  prompt += "[Retrieval]<paragraph>{0}</paragraph>".format(paragraph)
25
  return prompt
26
 
27
- query_1 = "Leave odd one out: twitter, instagram, what'sup."
28
  query_2 = "Can you tell me the difference between llamas and alpacas?"
29
  queries = [query_1, query_2]
30
 
@@ -50,8 +50,8 @@ or
50
  ```
51
  ### Instruction:\n{instruction}\n\n### Input:\n{input}\n\n### Response:\n"
52
  ```
53
- If you have additonal input.
54
- You can insert paragraph anywhere after `### Response:\n"`, but make sure to mark paragraphs as paragraph tokens (i.e., `<paragraph>{0}</paragraph>`).
55
 
56
  ## Citation and contact
57
  If you use this model, please cite our work:
 
24
  prompt += "[Retrieval]<paragraph>{0}</paragraph>".format(paragraph)
25
  return prompt
26
 
27
+ query_1 = "Leave odd one out: twitter, instagram, whatsapp."
28
  query_2 = "Can you tell me the difference between llamas and alpacas?"
29
  queries = [query_1, query_2]
30
 
 
50
  ```
51
  ### Instruction:\n{instruction}\n\n### Input:\n{input}\n\n### Response:\n"
52
  ```
53
+ If you have additional input.
54
+ You can insert paragraphs anywhere after `### Response:\n"`, but make sure to mark paragraphs as paragraph tokens (i.e., `<paragraph>{0}</paragraph>`).
55
 
56
  ## Citation and contact
57
  If you use this model, please cite our work: