Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez authored Jan 7, 2024
1 parent a95867f commit 5ce5b8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ model = MultiModalMambaBlock(
encoder_dim = 64, # Dimension of the encoder token embeddings
encoder_depth = 5, # Number of encoder transformer layers
encoder_heads = 4 # Number of encoder attention heads
fusion_method="mlp",
)

# Pass the input tensors through the model
Expand Down

0 comments on commit 5ce5b8e

Please sign in to comment.