Skip to content

Commit

Permalink
update eval bash
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiyueXu77 committed Sep 20, 2024
1 parent 4417189 commit 8947b9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/advanced/rag/embedding/eval_all.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
for dataset_name in nli squad quora all
do
echo "Evaluation on ${dataset_name} with model"
echo "Evaluation on model ${dataset_name}"
python utils/eval_model.py --model_path /tmp/embed/cen/models_single/mpnet-base-${dataset_name}/final
done

echo "Evaluation on model federated"
python utils/eval_model.py --model_path /tmp/embed/nvflare/workspace/site-1/simulate_job/app_site-1/models/mpnet-base-nli/global

0 comments on commit 8947b9a

Please sign in to comment.