Update train/question_dup.py
Browse files- train/question_dup.py +2 -2
train/question_dup.py
CHANGED
@@ -18,7 +18,7 @@ def extract_unique_strings(input_file_path, output_file_path):
|
|
18 |
print(f"Number of unique strings: {len(unique_strings)}")
|
19 |
|
20 |
# 替换以下路径为你的输入文件和输出文件路径
|
21 |
-
input_file_path = '
|
22 |
-
output_file_path = '
|
23 |
|
24 |
extract_unique_strings(input_file_path, output_file_path)
|
|
|
18 |
print(f"Number of unique strings: {len(unique_strings)}")
|
19 |
|
20 |
# 替换以下路径为你的输入文件和输出文件路径
|
21 |
+
input_file_path = 'train/sft/medicalExam_es_dup.json'
|
22 |
+
output_file_path = 'train/sft/medicalExam_es_dup_question.json'
|
23 |
|
24 |
extract_unique_strings(input_file_path, output_file_path)
|