Anni123 commited on
Commit
eb4fa7f
·
1 Parent(s): bb74d0b

Delete run_correction.sh

Browse files
Files changed (1) hide show
  1. run_correction.sh +0 -16
run_correction.sh DELETED
@@ -1,16 +0,0 @@
1
- export OPENAI_API_KEY="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"
2
-
3
-
4
- DATASET="strategyqa"
5
- LIMIT_DATASET_SIZE="1"
6
- DEMO_PATH="./demos/${DATASET}"
7
- OUTPUT_DIR="./experiment/${DATASET}"
8
- RETR_METHOD="kb_only"
9
-
10
- python self_correction.py \
11
- --dataset ${DATASET} \
12
- --limit_dataset_size ${LIMIT_DATASET_SIZE} \
13
- --demo_path ${DEMO_PATH} \
14
- --output_dir ${OUTPUT_DIR} \
15
- --retrieve_method ${RETR_METHOD} \
16
- --resume_id 45