The Dragon Hatchling: The Missing Link between the Transformer and Models of the Brain
Paper β’ 2509.26507 β’ Published β’ 551
A 25M parameter biologically-inspired language model trained on the NepBERTa Nepali news corpus. Generates Nepali text in Devanagari script using byte-level tokenization (no tokenizer needed β native UTF-8 support).
| Component | Value |
|---|---|
| Parameters | 25M |
| Layers | 6 (shared weights) |
| Embedding dim | 256 |
| Attention heads | 4 |
| Context length | 128 |
| Vocab size | 256 (byte-level) |
Key features:
import torch
model_data = torch.hub.load_state_dict_from_url(
"https://huggingface.co/akarki15/bdh-nepali/resolve/main/bdh_nepali.pt",
map_location="cpu"
)
# Load with BDH model class β see GitHub repo for full inference code
Based on The Dragon Hatchling architecture by Pathway.