splitbit-llm / splitbit_llm /__init__.py
hermescures1's picture
Upload folder using huggingface_hub
0e3d4b8 verified
Raw
History Blame Contribute Delete
277 Bytes
"""SplitBit LLM — a custom lightweight LLM built from scratch.
Pure NumPy implementation with SplitBit sub-byte token encoding,
recursive link memory, universal peer sync, built-in Jarvis voice
assistant, skill creation, and tool-calling harness.
"""
__version__ = "0.1.0"