forked from bminixhofer/ukrainian-wechsel-models
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d1ea798
commit aca7cd8
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
configs/experimental/roberta/roberta.malyuk.filter.wechsel.largedict.sophia.run5.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"output_dir": "exps/roberta.malyuk.filter.wechsel.largedict.sophia.run4", | ||
"model_type": "roberta", | ||
"config_name": "exps/roberta.malyuk.filter.wechsel.largedict.sophia.run4", | ||
"tokenizer_name": "exps/roberta.malyuk.filter.wechsel.largedict.sophia.run4", | ||
"train_file": "data/malyuk.filter", | ||
"max_seq_length": 512, | ||
"do_train": true, | ||
"do_eval": true, | ||
"validation_file": "data/bruk_valid_data.txt", | ||
"weight_decay": 1e-1, | ||
"per_device_train_batch_size": 24, | ||
"per_device_eval_batch_size": 24, | ||
"gradient_accumulation_steps": 4, | ||
"learning_rate": 5e-5, | ||
"evaluation_strategy": "steps", | ||
"warmup_steps": 9000, | ||
"max_steps": 250000, | ||
"eval_steps": 500, | ||
"save_steps": 12500, | ||
"logging_steps": 500, | ||
"overwrite_output_dir": true, | ||
"num_train_epochs": 0, | ||
"adam_beta1": 0.965, | ||
"adam_beta2": 0.99, | ||
"adam_epsilon": 1e-6, | ||
"preprocessing_num_workers": 48, | ||
"fp16": true, | ||
"model_name_or_path": "exps/roberta.malyuk.filter.wechsel.largedict.sophia.run4", | ||
"optimizer": "sophia", | ||
"lr_scheduler_type": "cosine" | ||
} |