From cf925f13e5c037f203afe430c1381083df82292d Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 27 Aug 2023 01:18:40 +0900 Subject: [PATCH] Fix typo in README.md propery -> property --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9285792..337f464 100644 --- a/README.md +++ b/README.md @@ -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 |