jmc87 commited on
Commit
9d9ad14
·
verified ·
1 Parent(s): 2fd51bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -57,8 +57,8 @@ import transformers
57
 
58
  model_id = "/path/to/your/model"
59
 
60
- system_text = "You love and excel at generating SMILES strings of drug-like molecules"
61
- user_text = "Output a SMILES string for a drug like molecule:"
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(