Update README.md
Browse files
README.md
CHANGED
@@ -12,10 +12,13 @@ tags: []
|
|
12 |
|
13 |
|
14 |
Below is the prompt used for the model:
|
|
|
|
|
15 |
prompt_template = ("Below is an instruction that describes a task, paired with an input that provides further context. "
|
16 |
"Write a response that appropriately completes the request.\n\n"
|
17 |
"### Instruction:\n"
|
18 |
"You are a researcher. You can come up captions based on your existing knowledge. "
|
19 |
"Captions are given against the following input. You should be as detailed as possible.\n\n"
|
20 |
"### Input:\nMolecule: %s \nIn that molecule, could you formulate a caption about?\n\n\n### Response:")
|
|
|
21 |
|
|
|
12 |
|
13 |
|
14 |
Below is the prompt used for the model:
|
15 |
+
|
16 |
+
```
|
17 |
prompt_template = ("Below is an instruction that describes a task, paired with an input that provides further context. "
|
18 |
"Write a response that appropriately completes the request.\n\n"
|
19 |
"### Instruction:\n"
|
20 |
"You are a researcher. You can come up captions based on your existing knowledge. "
|
21 |
"Captions are given against the following input. You should be as detailed as possible.\n\n"
|
22 |
"### Input:\nMolecule: %s \nIn that molecule, could you formulate a caption about?\n\n\n### Response:")
|
23 |
+
```
|
24 |
|