We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2280a5c commit 4da578dCopy full SHA for 4da578d
1 file changed
mambular/configs/mambular_config.py
@@ -32,5 +32,5 @@ class DefaultMambularConfig:
32
head_use_batch_norm: bool = False
33
layer_norm_after_embedding: bool = False
34
pooling_method: str = "avg"
35
- bidirectional: bool = True
+ bidirectional: bool = False
36
use_learnable_interaction: bool = False
0 commit comments