Skip to content

Commit

Permalink
HierarchicalTransformer
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Sep 11, 2023
1 parent 08c9c90 commit 9d38e30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions zeta/nn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@
from zeta.nn.modules.token_learner import TokenLearner


from zeta.nn.architecture.hierarchical_transformer import HierarchicalTransformer
2 changes: 1 addition & 1 deletion zeta/nn/attention/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

# from zeta.nn.attention.cross_attention import CrossAttend
from zeta.nn.attention.multihead_attention import MultiheadAttention
from zeta.nn.attention.multiquery_attention import MultiQueryAttention
from zeta.nn.attention.multiquery_attention import MultiQueryAttention

0 comments on commit 9d38e30

Please sign in to comment.