Tie embeddings for small MoE config
This commit is contained in:
@@ -30,7 +30,7 @@ def build_config(args: argparse.Namespace) -> ConfigContainer:
|
||||
seq_length=args.seq_length,
|
||||
vocab_size=154820,
|
||||
should_pad_vocab=True,
|
||||
share_embeddings_and_output_weights=False,
|
||||
share_embeddings_and_output_weights=True,
|
||||
position_embedding_type="rope",
|
||||
normalization="RMSNorm",
|
||||
gated_linear_unit=True,
|
||||
|
||||
Reference in New Issue
Block a user