Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
chenxwh
/
AVeriTeC
like
13
arxiv:
2305.13117
License:
cc-by-nc-4.0
Model card
Files
Files and versions
Community
5
a979572
AVeriTeC
/
script
/
scraper.sh
Chenxi Whitehouse
add new files, fix typo
2b35800
7 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