mirror of
https://github.com/FlagOpen/FlagEmbedding.git
synced 2026-01-05 19:51:31 +00:00
update miracl eval example
This commit is contained in:
parent
d7de2042f4
commit
1978bcc8e6
@ -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 \
|
||||
"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user