pere's picture
recover script
5cdb9ae
raw
history blame
742 Bytes
python run_mlm_flax_stream.py \
--model_name_or_path="NbAiLab/nb-roberta-base-ncc-plus-scandi-1e4" \
--config_name="./config.json" \
--tokenizer_name="./" \
--dataset_name="NbAiLab/NCC_plus_scandi" \
--max_seq_length="512" \
--weight_decay="0.01" \
--per_device_train_batch_size="56" \
--per_device_eval_batch_size="16" \
--learning_rate="1e-4" \
--warmup_steps="25000" \
--overwrite_output_dir \
--num_train_steps="500000" \
--adam_beta1="0.9" \
--adam_beta2="0.98" \
--logging_steps="500" \
--save_steps="10000" \
--eval_steps="10000" \
--output_dir="./" \
--dtype="bfloat16" \
--hub_model_id="NbAiLab/nb-roberta-base-ncc-plus-scandii-1e4" \
--push_to_hub