update miracl eval example

This commit is contained in:
hanhainebula 2024-10-26 21:28:19 +08:00
parent d7de2042f4
commit 1978bcc8e6

View File

@ -2,7 +2,7 @@ if [ -z "$HF_HUB_CACHE" ]; then
export HF_HUB_CACHE="$HOME/.cache/huggingface/hub"
fi
dataset_names="bn hi sw"
dataset_names="bn hi sw te th yo"
eval_args="\
--eval_name miracl \
@ -16,7 +16,7 @@ eval_args="\
--overwrite False \
--k_values 10 100 \
--eval_output_method markdown \
--eval_output_path ./miracl_eval_results.md \
--eval_output_path /share/jianlv/evaluation/miracl/miracl_eval_results.md \
--eval_metrics ndcg_at_10 recall_at_100 \
"