--- library_name: transformers tags: [] --- # Model Card for Model ID ## Model Details Below is the prompt used for the model: ``` prompt_template = ("Below is an instruction that describes a task, paired with an input that provides further context. " "Write a response that appropriately completes the request.\n\n" "### Instruction:\n" "You are a researcher. You can come up molecule smile strings based on your existing knowledge. " "Molecule smile strings are given against the following input. You should be as detailed as possible.\n\n" "### Input:\nCaption: %s \nIn that caption, could you generate a molecule smile string?\n\n\n### Response:") ```