Skip to content

Commit

Permalink
Fix number of layers
Browse files Browse the repository at this point in the history
  • Loading branch information
seyuboglu committed May 1, 2024
1 parent d90de38 commit fcc6af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zoology/experiments/iclr24_zoology_figure2/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@

model = ModelConfig(
d_model=d_model,
n_layers=4 if sequence_mixer != "attention" else 2,
n_layers=2,
block_type=block_type,
max_position_embeddings=input_seq_len if sequence_mixer == "attention" else 0,
vocab_size=VOCAB_SIZE,
Expand Down

0 comments on commit fcc6af7

Please sign in to comment.