We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4718ab1 commit eba4382Copy full SHA for eba4382
sub-packages/bionemo-evo2/src/bionemo/evo2/__init__.py
@@ -26,10 +26,10 @@
26
class HyenaNV1bConfig2(HyenaNV1bConfig):
27
"""A parallel friendly version of the HyenaNV1bConfig."""
28
29
- hidden_size: int = 2048
30
- num_groups_hyena: int = 2048
31
- num_attention_heads: int = 16
32
- ffn_hidden_size: int = 6144
+ hidden_size: int = 2048 # 1920
+ num_groups_hyena: int = 2048 # 1920
+ num_attention_heads: int = 16 # 15
+ ffn_hidden_size: int = 5120 # 5120
33
# Spike-no-more-embedding init by default.
34
share_embeddings_and_output_weights: bool = False
35
embedding_init_method_std: float = 1.0
0 commit comments