Datasets:

Modalities:
Image
Text
Formats:
json
Libraries:
Datasets
pandas
License:
phantom-wiki / gen.sh
ag2435's picture
second fix for bug that was causing aggregate_all questions to return nonsensical answers
12e7c37
raw
history blame
331 Bytes
for depth in 6 8 10
do
for size in 26 50 100 500
do
od="output/depth_${depth}_size_${size}_seed_1"
COMMAND="python -m phantom_wiki -od ${od} --depth ${depth} --max-tree-size ${size} --seed 1 --valid-only --question-format json --article-format json"
echo $COMMAND
eval $COMMAND
done
done