Commit 86335495 authored by 김강열's avatar 김강열
Browse files

fix: 시작 스크립트 변경

parent 63bcda2f
...@@ -27,3 +27,7 @@ python3 lotte-score.py -p "$EVAL_DIR/lotte_single_turn.jsonl" ...@@ -27,3 +27,7 @@ python3 lotte-score.py -p "$EVAL_DIR/lotte_single_turn.jsonl"
# 점수 결합 스크립트 실행 # 점수 결합 스크립트 실행
python3 combine_scores.py -i "$EVAL_DIR" -o "$EVAL_DIR/combined_scores.xlsx" python3 combine_scores.py -i "$EVAL_DIR" -o "$EVAL_DIR/combined_scores.xlsx"
# 한 엑셀파일에 평가 결과를 종합시킨다.
python3 merge_results.py
echo "merged_scores.xlsx에 결과가 병합되어 저장되었습니다."
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