Module Tolk_nn
module Embedding : sig ... endToken embedding: a lookup table from integer indices to dense vectors.
module Layer_norm : sig ... endLayer normalization over the last axis.
module Linear : sig ... endAffine transformation of the last axis.
module State : sig ... endModel state: loading tensors from disk and binding them to parameters.