From e5354ea9176ed507631dc2094bd5aed98bb68d2d Mon Sep 17 00:00:00 2001 From: Alireza Kenarsari Date: Thu, 2 May 2024 10:58:11 -0700 Subject: [PATCH] wip --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 20913ef3..50488796 100644 --- a/README.md +++ b/README.md @@ -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