SciPIP / scripts /retriever_eval.sh
lihuigu's picture
update new version
c8709b2
raw
history blame contribute delete
181 Bytes
#!/bin/bash
CUDA_VISIBLE_DEVICES=0 python src/retriever.py retrieve \
-c configs/datasets.yaml \
--ids-path assets/data/test_acl_2024.json
wait
echo "Retriever Eval Finish..."