File size: 302 Bytes
f86dc09 | 1 2 3 4 5 6 7 8 9 | """Tilelli — a tiny ternary language model.
Tilelli is Tamazight (Berber) for "freedom." This package is the
open-source primitives library: BitNet-style ternary weights, sparse
distributed representation utilities, and a minimal ternary
transformer reference. Apache 2.0.
"""
__version__ = "0.1.0"
|