Skip to content

Commit eba4382

Browse files
committed
Parallel friendly 1b closer param count
Signed-off-by: John St John <jstjohn@nvidia.com>
1 parent 4718ab1 commit eba4382

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sub-packages/bionemo-evo2/src/bionemo/evo2/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
class HyenaNV1bConfig2(HyenaNV1bConfig):
2727
"""A parallel friendly version of the HyenaNV1bConfig."""
2828

29-
hidden_size: int = 2048
30-
num_groups_hyena: int = 2048
31-
num_attention_heads: int = 16
32-
ffn_hidden_size: int = 6144
29+
hidden_size: int = 2048 # 1920
30+
num_groups_hyena: int = 2048 # 1920
31+
num_attention_heads: int = 16 # 15
32+
ffn_hidden_size: int = 5120 # 5120
3333
# Spike-no-more-embedding init by default.
3434
share_embeddings_and_output_weights: bool = False
3535
embedding_init_method_std: float = 1.0

0 commit comments

Comments
 (0)