Hierarchical Modeling (H-Nets)
cartesia.ai
Hierarchical Modeling (H-Nets)
1–10 of 23 posts
Re: Hierarchical Modeling (H-Nets)
#2> 1. H-Nets scale better with data than state-of-the-art Transformers with BPE tokenization, while learning directly from raw bytes. This improved scaling is even more pronounced on domains without natural tokenization boundaries, like Chinese, code, and DNA.
> 2. H-Nets can be stacked together to learn from deeper hierarchies, which further improves performance.
> 3. H-Nets are significantly more robust to small perturbations in input data like casing, showing an avenue for creating models that are more robust and aligned with human reasoning.
Re: Hierarchical Modeling (H-Nets)
#3Another article about H-Nets: https://main-horse.github.io/posts/hnet-inf/
Re: Hierarchical Modeling (H-Nets)
#4> H-Net demonstrates three important results on language modeling: > 1. H-Nets scale better with data than state-of-the-art Transformers with BPE tokenization, while learning directly from raw bytes. This improved scaling is even more pronounced on domains without natural tokenization boundaries, like Chinese, code, and DNA. > 2. H-Nets can be stacked together to learn from deeper hierarchies, which further improves…
Re: Hierarchical Modeling (H-Nets)
#5Thank you for sharing on HN!
---
EDIT: The hierarchical composition and routing aspects of this work vaguely remind me of https://github.com/glassroom/heinsen_routing/ but it has been a while since I played with that. UPDATE: After spending a bit more time on the OP, it's different, but the ideas are related, like routing based on similarity.
Re: Hierarchical Modeling (H-Nets)
#6I've only skimmed the paper, but it looks interesting and credible, so I've added it to my reading list. Thank you for sharing on HN! --- EDIT: The hierarchical composition and routing aspects of this work vaguely remind me of https://github.com/glassroom/heinsen_routing/ but it has been a while since I played with that. UPDATE: After spending a bit more time on the OP, it's different, but the ideas are related, like…
Re: Hierarchical Modeling (H-Nets)
#7Re: Hierarchical Modeling (H-Nets)
#8How does it handle images?
Re: Hierarchical Modeling (H-Nets)
#9Big, if so.