acul3 commited on
Commit
1a45e65
1 Parent(s): 05c0f41

add run.sh

Browse files
Files changed (1) hide show
  1. run.sh +1 -1
run.sh CHANGED
@@ -1,6 +1,6 @@
1
  # From https://arxiv.org/pdf/1907.11692.pdf
2
  ##python3 -c "import jax; print('TPUs', jax.device_count())"
3
- python3 run_mlm_flax.py \
4
  --output_dir="./outputs" \
5
  --model_type="roberta" \
6
  --config_name="./configs/base" \
 
1
  # From https://arxiv.org/pdf/1907.11692.pdf
2
  ##python3 -c "import jax; print('TPUs', jax.device_count())"
3
+ tmux new-session -d -s 0 python3 run_mlm_flax.py \
4
  --output_dir="./outputs" \
5
  --model_type="roberta" \
6
  --config_name="./configs/base" \