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