"lm_eval/tasks/mrl/gen/_generate_config.py" did not exist on "207447e5200461b26d9c8c57a25e603387d67ad4"
run_make_gpt2_dataset.sh 234 Bytes
Newer Older
1
2
3
4
5
6
7
8
#!/bin/bash

echo "processing gpt2 data ..."
DIR="/raid/mpatwary/redownload_v0/0-21"

for thread in {0..3}; do
    echo " launching thread "$thread && python make_gpt2_dataset.py $DIR $thread > $DIR/logs/shard_$thread.log 2>&1 &
done