Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
chenxwh
/
AVeriTeC
like
14
arxiv:
2305.13117
License:
cc-by-nc-4.0
Model card
Files
Files and versions
Community
10
refs/pr/5
AVeriTeC
/
script
/
scraper.sh
Chenxi Whitehouse
add new files, fix typo
2b35800
8 months ago
raw
Copy download link
history
blame
172 Bytes
#!/bin/bash
for
((i=
$2
;i<
$3
;i++))
do
echo
$i
python -m src.retrieval.scraper_for_knowledge_store -i data_store/
"
$1
"
_store/
$i
.tsv -o data_store/output_
"
$1
"
&
done
wait