Update README.md
Browse files
README.md
CHANGED
@@ -57,8 +57,8 @@ import transformers
|
|
57 |
|
58 |
model_id = "/path/to/your/model"
|
59 |
|
60 |
-
|
61 |
-
|
62 |
prompt = f"### Instruction:\n{system_text}\n\n### Input:\n{user_text}\n\n### Response:\n"
|
63 |
|
64 |
pipeline = transformers.pipeline(
|
|
|
57 |
|
58 |
model_id = "/path/to/your/model"
|
59 |
|
60 |
+
system_txt = "You love and excel at generating SMILES strings of drug-like molecules"
|
61 |
+
user_txt = "Output a SMILES string for a drug like molecule with the following properties: <= 5 H-bond donors, <= 10 H-bond acceptors, <= 500 molecule, <= 5 logP:"
|
62 |
prompt = f"### Instruction:\n{system_text}\n\n### Input:\n{user_text}\n\n### Response:\n"
|
63 |
|
64 |
pipeline = transformers.pipeline(
|