-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update iluvatar bert config * update iluvatar bert README * add iluvatar bert 1x1 2x8 conf * update iluvatar bert README
- Loading branch information
1 parent
bbe6454
commit edf7ce2
Showing
6 changed files
with
57 additions
and
33 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
from config_Ampere_common import * | ||
from config_BI_common import * | ||
|
||
gradient_accumulation_steps = 1 | ||
gradient_accumulation_steps = 4 | ||
start_warmup_step = 0 | ||
warmup_proportion = 0 | ||
warmup_steps = 0 | ||
|
||
distributed_lamb = False | ||
exchange_padding = False | ||
learning_rate = 3.5e-4 | ||
learning_rate = 0.00035 | ||
weight_decay_rate = 0.01 | ||
opt_lamb_beta_1 = 0.9 | ||
opt_lamb_beta_2 = 0.999 | ||
|
||
eval_batch_size = train_batch_size | ||
max_samples_termination = 4500000 | ||
cache_eval_data = True | ||
max_steps = 240000 | ||
|
||
seed = 9031 |
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 |
---|---|---|
@@ -1,18 +1,19 @@ | ||
from config_Ampere_common import * | ||
from config_BI_common import * | ||
|
||
gradient_accumulation_steps = 1 | ||
gradient_accumulation_steps = 4 | ||
start_warmup_step = 0 | ||
warmup_proportion = 0 | ||
warmup_steps = 0 | ||
|
||
distributed_lamb = False | ||
learning_rate = 3.5e-4 | ||
learning_rate = 0.00035 | ||
weight_decay_rate = 0.01 | ||
opt_lamb_beta_1 = 0.9 | ||
opt_lamb_beta_2 = 0.999 | ||
|
||
eval_batch_size = train_batch_size | ||
max_samples_termination = 4500000 | ||
cache_eval_data = True | ||
max_steps = 30000 | ||
|
||
seed = 9031 |
19 changes: 19 additions & 0 deletions
19
training/iluvatar/bert-pytorch/config/config_BI-V100x2x8.py
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,19 @@ | ||
from config_BI_common import * | ||
|
||
gradient_accumulation_steps = 4 | ||
start_warmup_step = 0 | ||
warmup_proportion = 0 | ||
warmup_steps = 0 | ||
|
||
distributed_lamb = False | ||
learning_rate = 0.00035 | ||
weight_decay_rate = 0.01 | ||
opt_lamb_beta_1 = 0.9 | ||
opt_lamb_beta_2 = 0.999 | ||
|
||
eval_batch_size = train_batch_size | ||
max_samples_termination = 4500000 | ||
cache_eval_data = True | ||
max_steps = 20000 | ||
|
||
seed = 9031 |
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
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