Uses of Interface
io.github.kirstenali.deepj.persistence.Persistable
Packages that use Persistable
Package
Description
-
Uses of Persistable in io.github.kirstenali.deepj.models
Classes in io.github.kirstenali.deepj.models that implement PersistableModifier and TypeClassDescriptionclassShared skeleton for decoder-only transformer models: token embedding → block stack → final norm → LM-head. -
Uses of Persistable in io.github.kirstenali.deepj.models.deepseek
Classes in io.github.kirstenali.deepj.models.deepseek that implement PersistableModifier and TypeClassDescriptionfinal classDeepSeek-style decoder-only transformer. -
Uses of Persistable in io.github.kirstenali.deepj.models.gpt
Classes in io.github.kirstenali.deepj.models.gpt that implement PersistableModifier and TypeClassDescriptionfinal classMinimal GPT-style decoder-only transformer for educational/training use. -
Uses of Persistable in io.github.kirstenali.deepj.models.llama
Classes in io.github.kirstenali.deepj.models.llama that implement Persistable