Skip to content

Commit

Permalink
update data prefix in script
Browse files Browse the repository at this point in the history
  • Loading branch information
yuchenlin committed Jul 3, 2024
1 parent ab0a6a8 commit 4350c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluation/run_score_eval_batch.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Starting 0612, we will use "gpt-4o-2024-05-13" for evaluation
MODEL=$1 # your model name
bash evaluation/run_eval_v2_batch.score.sh $MODEL
python src/openai_batch_eval/submit_batch.py eval_results/v2.0522/score.v2/eval=gpt-4o-2024-05-13/$MODEL.batch-submit.jsonl
python src/openai_batch_eval/submit_batch.py eval_results/v2.0625/score.v2/eval=gpt-4o-2024-05-13/$MODEL.batch-submit.jsonl

# python src/openai_batch_eval/check_batch_status_with_model_name.py $MODEL

0 comments on commit 4350c6f

Please sign in to comment.