post.sh 169 Bytes
Newer Older
sunzhq2's avatar
update  
sunzhq2 committed
1
2
3
4
for index in {0..7}
do
python bertbase_postprocess.py -i results/${index}/data -l results/${index}/label -o output -cbert-base-chinese/config.json -k best_model.pt
done