diff --git a/run_batch_squad.sh b/run_batch_squad.sh new file mode 100644 index 0000000000..049caa9101 --- /dev/null +++ b/run_batch_squad.sh @@ -0,0 +1,9 @@ +python3 tools/batch/submit-job.py \ + --region us-east-1 \ + --source-ref batch \ + --job-type g4dn.12x \ + --name test_squad_electra_base \ + --work-dir scripts/question_answering \ + --remote https://github.com/zheyuye/gluon-nlp/ \ + --command 'commands/run_squad2_electra_base.sh | tee stdout.log' \ + --wait