diff --git a/README.md b/README.md index f2378b28..041219a1 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,16 @@ use Python version >=3.10 pip install -r requirements.txt ``` ## Dataset Folder: -Update dataset paths at the ```config.json``` +update dataset paths at the ```config.json``` ## How to run ```xml git clone https://github.com/sefeoglu/ODS_project_student.git -cd src ``` + +download this [file](https://emckclac-my.sharepoint.com/:u:/g/personal/k20036346_kcl_ac_uk/EbL1yTauXtpEqs4Izc97WNIBhumczrDGTNQb47uYGzXqsg?e=I9B5pR) and extract it to `src/verbalizer/Prompt_generator2/graph2text/outputs/t5-base_13881/` ```python +cd src python3 ProjectODS.py -``` \ No newline at end of file +```