Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lihuigu
/
SciPIP
like
6
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
SciPIP
/
scripts
/
retriever_eval.sh
lihuigu
update scripts
63ccfc9
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
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..."