diff --git a/README.md b/README.md index 68b30ef..b589dc1 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ https://drive.google.com/file/d/1XFjDxVZdUY7TXYF2yvzx3pJlS2fy78jk/view?usp=drive export PYTHONPATH=./ python preprocess/preprocess_retriever_data.py \ --query_file data/instruction/G1_query.json \ - --index_file data/test_query_ids/G1_instruction_test_query_ids.json \ + --index_file data/retrieval_test_query_ids/G1_test_query_ids.json \ --dataset_name G1 \ --output_dir data/retrieval/G1 ``` diff --git a/README_ZH.md b/README_ZH.md index e1b507b..8c7ec59 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -175,7 +175,7 @@ unzip data.zip export PYTHONPATH=./ python preprocess/preprocess_retriever_data.py \ --query_file data/instruction/G1_query.json \ - --index_file data/test_query_ids/G1_instruction_test_query_ids.json \ + --index_file data/retrieval_test_query_ids/G1_test_query_ids.json \ --dataset_name G1 \ --output_dir data/retrieval/G1 ```