-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: drugchat dataset #341
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Alex,
I just changed two filenames so they are the same with the rest of the datasets.
As this dataset is slightly different we would need some text templates to properly embed the data for the model.
Please let me know if you have time/want to look into that! .-)
Best,
Michael
- id: Question | ||
type: string | ||
description: Question about SMILES | ||
license: CC BY 4.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we sure about this license? The repo seems to be under a BSD license?
PUBCHEM_DATASET = "alxfgh/PubChem_Drug_Instruction_Tuning" | ||
CHEMBL_DATASET = "alxfgh/ChEMBL_Drug_Instruction_Tuning" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we put the requests.get
code her or make those paths customizable?
Dataset of SMILES, Questions & Answers from Liang, Zhang et al., 2023. This closes #293.