File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
gbmi/exp_modular_arithmetic Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,8 @@ def get_summary_slug(self, config: Config[ModularArithmetic]) -> str:
96
96
f"{ f'-{ config .experiment .seq_len } ' if config .experiment .seq_len != 2 else '' } "
97
97
f"-{ config .train_for [0 ]} -{ config .train_for [1 ]} "
98
98
f"{ f'-attention-rate-{ config .experiment .attention_rate } ' if config .experiment .attention_rate != 0 else '' } "
99
+ f"{ f'-train-ratio-{ config .experiment .training_ratio } ' if config .experiment .training_ratio != 0.3 else '' } "
100
+ f"{ f'-init-{ config .experiment .init_mode } ' if config .experiment .init_mode != 'gpt2' else '' } "
99
101
f"{ '-no-eos' if not config .experiment .use_end_of_sequence else '' } "
100
102
f"{ '-' + config .experiment .summary_slug_extra if config .experiment .summary_slug_extra else '' } "
101
103
f"{ '-nondeterministic' if not config .deterministic else '' } "
You can’t perform that action at this time.
0 commit comments