Skip to content

๐Ÿš„ Training and applying large chemistry models for embeddings.

License

Notifications You must be signed in to change notification settings

scbirlab/lchemme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

10 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš„ lchemme

GitHub Workflow Status (with branch) PyPI - Python Version PyPI

Pretraining large chemistry models for embedding.

Installation

The easy way

Install the pre-compiled version from PyPI:

pip install lchemme

From source

Clone the repository, then cd into it. Then run:

pip install -e .

Command-line usage

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

Documentation

(Full API documentation to come at ReadTheDocs.)