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