Skip to content
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

Fix typo in README.md #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Checkout our [Jupytor notebooks](./examples) and [documentations](./docs) for a
| [Cross-modal Retrieval with MolFM](./examples/cross_modal_retrieval) | Example of using MolFM to retrieve the most related text descriptions for a molecule. |
| [Text-based Molecule Generation with MolT5](./examples/molecule_generation.ipynb) | Example of using MolT5 to generate the SMILES string of a molecule based on text description. |
| [Cell Type classification with CellLM](./examples/cell_type_classification.ipynb) | Example of using fine-tuned CellLM to classify cell types. |
| [Molecule Property prediction](./docs/dp.md) | Training & testing pipeline of the molecule propery prediction task |
| [Molecule Property prediction](./docs/dp.md) | Training & testing pipeline of the molecule property prediction task |
| [Drug-response prediction](./docs/drp.md) | Training & testing pipeline of the drug-response prediction task |
| [Drug-target binding affinity prediction](./docs/dti.md) | Training & testing pipeline of the drug-target binding affinity prediction task |
| [Molecule captioning](./docs/molcap.md) | Training & testing pipeline of the molecule captioning task |
Expand Down