From f6659a4c0cbc8c865417c51d5336670b722ddf11 Mon Sep 17 00:00:00 2001 From: Z Liang Date: Wed, 14 May 2025 19:35:54 -0700 Subject: [PATCH] Update README.md Fix typo: evaluate.py should be evaluation.py --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f872e7..e4ddb7d 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ python gpt3_baseline.py \ The results will be saved in `./baselines/results`. To evaluate the results, please run the following commands: ```bash -python evaluate.py \ +python evaluation.py \ --dataset_name "Dataset Name [ProntoQA | ProofWriter | FOLIO | LogicalDeduction | AR-LSAT]" \ --model_name "Model Name [text-davinci-003 | gpt-4]" \ --split dev \