Update README.md
Browse files
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,
|
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
|
54 |
-
You can insert
|
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:
|