Pretraining large chemistry models for embedding.
Install the pre-compiled version from PyPI:
pip install lchemme
Clone the repository, then cd
into it. Then run:
pip install -e .
lchemme provides command-line utlities to pre-train BART models.
To get a list of commands (tools), do
lchemme --help
And to get help for a specific command, do
lchemme <command> --help
(Full API documentation to come at ReadTheDocs.)