pere commited on
Commit
61ffd98
1 Parent(s): 1c494ec

before training starts

Browse files
Files changed (1) hide show
  1. run_128.sh +1 -0
run_128.sh CHANGED
@@ -4,6 +4,7 @@ python run_mlm_flax.py \
4
  --config_name="roberta-base" \
5
  --tokenizer_name="NbAiLab/nb-roberta-base" \
6
  --dataset_name="NbAiLab/NCC" \
 
7
  --max_seq_length="128" \
8
  --weight_decay="0.01" \
9
  --per_device_train_batch_size="232" \
 
4
  --config_name="roberta-base" \
5
  --tokenizer_name="NbAiLab/nb-roberta-base" \
6
  --dataset_name="NbAiLab/NCC" \
7
+ --cache_dir="/mnt/disks/flaxdisk/cache/" \
8
  --max_seq_length="128" \
9
  --weight_decay="0.01" \
10
  --per_device_train_batch_size="232" \