Skip to content

Commit

Permalink
Update README.md for generatePrompt.py #22
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianSampels authored Feb 6, 2024
1 parent 90f0306 commit 37fee5d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
```

0 comments on commit 37fee5d

Please sign in to comment.