NetsPresso_QA / scripts /beir /test_compare_domains.sh
geonmin-kim's picture
Upload folder using huggingface_hub
d6585f5
raw
history blame
No virus
199 Bytes
for metric in weight_jaccard kl_divergence tf_filter df_filter
do
python compare_domains.py \
--index_path indexes \
--output_path indexes_${metric}.tsv \
--compare_metric ${metric}
done