seyonechithrananda / bert-loves-chemistry

bert-loves-chemistry: a repository of HuggingFace models applied on chemical SMILES data for drug design, chemical modelling, etc.
MIT License
389 stars 60 forks source link

Multitask regression #11

Closed ElanaPearl closed 3 years ago

ElanaPearl commented 3 years ago

What's in the PR:

Testing:

Next steps:

seyonechithrananda commented 3 years ago

Looks good so far! I'll try out the sequence classification script on my own and see how it does

seyonechithrananda commented 3 years ago

Could we perhaps split the multi-task reg code into a new subdirectory? In terms of code organization, it would be nice to have a directory for seq-classification/fine-tuning (MoleculeNet), multi-task reg (Pubchem), and masked-lm.

I'm really excited to try this out, looks awesome. :) Looking forward to seeing how masked-LM and multi-task reg compare.