Skip to content

Commit 4da578d

Browse files
committed
adjust bidirectional in mambular config
1 parent 2280a5c commit 4da578d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mambular/configs/mambular_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ class DefaultMambularConfig:
3232
head_use_batch_norm: bool = False
3333
layer_norm_after_embedding: bool = False
3434
pooling_method: str = "avg"
35-
bidirectional: bool = True
35+
bidirectional: bool = False
3636
use_learnable_interaction: bool = False

0 commit comments

Comments
 (0)