From ad6d49a869ea4609a04e3d0ba79cfbdd68504e15 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 11 Aug 2023 15:33:28 +0900 Subject: [PATCH] Fix typo in README.md disire -> desire --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed7b64e..6741bc8 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ For re-training a model on our dataset or large-scale testing our pre-train mode Simply, ```train.py``` for training and ```test.py``` for testing. * Check the [data_csv](https://huggingface.co/datasets/chaoyi-wu/RadFM_data_csv) to get how different datasets are processed and download them into `src/Dataset/data_csv` -* Modify the path as you disire, and check ```src/train.py``` to pre-train or ```src/train.py``` to test. +* Modify the path as you desire, and check ```src/train.py``` to pre-train or ```src/train.py``` to test. ## Case Study: