Skip to content

Commit

Permalink
Upd
Browse files Browse the repository at this point in the history
  • Loading branch information
krasheninnikov committed Mar 26, 2024
1 parent 9625a1a commit 29f2928
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ cd internalization
conda activate internalization
```

- **Step 2.** Install the dependencies and download the datasets:
- **Step 2.** Install the dependencies and download the data:

```bash
pip install -r requirements.txt
# download the datasets from Google Drive
gdown --folder 'https://drive.google.com/drive/folders/1KQDClI3cbFzPhzfknF2xmtqE-aIW1EDf?usp=sharing'
mkdir -p datasets/cvdb # make a folder for the dataset
```
Download the CVDB dataset from https://data.sciencespo.fr/dataset.xhtml?persistentId=doi:10.21410/7E4/RDAG3O# and unzip `cross-verified-database.csv` into the folder above.

- **Step 3 (Optional).**
Configure `wandb`:
Expand Down

0 comments on commit 29f2928

Please sign in to comment.