š£ HF Viewer now supports Hugging Face login! š¤
ā” Generate visualizations for all your models at once!
š Feature your models in the community showcase and set up your own profile/org collection page on hfviewer!
āļø Write your own model articles on hfviewer in the same novel interactive style as our "Gemma 4 family" article - with linking between the graph nodes and article text!
š We are also now rolling out support for tensor shapes, FLOPs and param counts per layer! :)
Thanks for all your positive feedback and suggestions! ā¤ļø
A small gift for anyone building or studying foundation models.
Most "open" models hand you the weights and stop there. With Aether-7B-5Attn we wanted to hand over the whole thing ā so you can actually learn from it, reproduce it, and build on it: the data recipe, the training code, every hyperparameter, the complete logs, and the intermediate checkpoints. All Apache-2.0, reproducible byte-for-byte.
What you can do with it: š Rebuild it from scratch, or fork the recipe for your own model š¬ Study a real heterogeneous-attention MoE ā 49 layers place 5 attention mechanisms on a 7Ć7 Latin square, arranged as a clean, attributable ablation š Trace training dynamics across the released checkpoints (110k / 115k / 162k)
It's a modest 6.59B model, and an honest one ā the limitations (no KV-cache in this build, small scale) are written right in the card. We're not claiming it's special. If any piece of it saves you time or teaches you something, that's exactly what we hoped for. š¤