Upload modular/code/sweep.txt with huggingface_hub
Browse files- modular/code/sweep.txt +2 -0
modular/code/sweep.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
python -m arithmetic.modular.training.train --mode baseline --num_epochs 5000 --batch_size 0 --weight_decay 1.0 --eval_every 200 --log_every 50 --job_name mod_baseline_fb --device cuda:0
|
| 2 |
+
python -m arithmetic.modular.training.train --mode sorl --K 1 --abs_vocab 30 --num_epochs 5000 --batch_size 0 --weight_decay 1.0 --eval_every 200 --log_every 50 --job_name mod_sorl_K1_abs30_fb --device cuda:0
|