Quantum language modeling
Study Overview
QELM's public framework can prepare datasets, create and train compact models, save and load model state, generate next-token logits, and run local trainer and saved-model chat tools.
Trainable quantum channels and sub-bit amplitude-and-phase features participate in attention and feed-forward paths rather than sitting outside the language-model loop.
QSA 0.2.0 is the compiled exact execution layer beneath supported QELM workloads; Brain supplies protected orchestration, memory, action, learning, and evaluation around the model.
- Public package: QELM 0.1.4 for Python 3.9 and newer.
- Native layer: QSA 0.2.0 with C++20, C ABI 1.5, Python bindings, and QSC v1.
- Protected layer: current Brain model state and private knowledge are not distributed.