Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip
Browse files Browse the repository at this point in the history
kenarsa committed May 2, 2024
1 parent 740d68f commit e5354ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -115,17 +115,17 @@ python3 data/c4-sample.py \

### ARC

Download [ARC dataset](https://allenai.org/data/arc) and run the following from the root of the repository to extract
and format the `challenge` portion.
Download the [ARC dataset](https://allenai.org/data/arc) and run the following from the repository's root to extract and
format the `challenge` portion.

```console
python3 data/arc.py --dataset-folder ${DATASET_FOLDER}
python3 data/arc.py --dataset-folder ${DATASET_FOLDER}
```

Perform the above for the `easy` portion:

```console
python3 data/arc.py --dataset-folder ${DATASET_FOLDER} --easy
python3 data/arc.py --dataset-folder ${DATASET_FOLDER} --easy
```

### Models

0 comments on commit e5354ea

Please sign in to comment.