roberta_NCC_des_128 / run_step2.sh
pere's picture
created backup
25ccad9
./run_mlm_flax.py \
--output_dir="./" \
--model_type="roberta" \
--model_name_or_path="./" \
--config_name="./" \
--tokenizer_name="./" \
--dataset_name="NbAiLab/NCC" \
--cache_dir="/mnt/disks/flaxdisk/cache/" \
--max_seq_length="128" \
--weight_decay="0.01" \
--per_device_train_batch_size="200" \
--per_device_eval_batch_size="200" \
--learning_rate="4e-4" \
--warmup_steps="10000" \
--overwrite_output_dir \
--num_train_epochs="10" \
--adam_beta1="0.9" \
--adam_beta2="0.98" \
--adam_epsilon="1e-6" \
--logging_steps="10000" \
--save_steps="10000" \
--eval_steps="10000" \
--preprocessing_num_workers="64" \
--auth_token="True" \
--dtype="bfloat16" \
--push_to_hub