File size: 158 Bytes
63ccfc9
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/bin/bash
python src/retriever.py retrieve \
  -c configs/datasets.yaml \
  --ids-path assets/data/test_acl_2024.json

wait
echo "Retriever Eval Finish..."