Commit 345e1b88 authored by kihoon.lee's avatar kihoon.lee
Browse files

qwen2.5업데이트 및 파일변경

parent 68c46f29
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -172,6 +172,9 @@ def main():
print(f"Found {len(json_files)} JSON files to process")
for file_path in json_files:
if 'lotte_single_turn' in file_path:
continue
print(f"Processing {file_path}")
output_file_path = output_dir / file_path.relative_to(input_dir)
if output_file_path.exists():
print(f"이미 평가 완료.. : {file_path}")
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment