Module llm_base::model

source ·
Expand description

Large language model traits and types

Modules

  • Common functions for model evaluation

Structs

Enums

Traits

  • Implemented by model hyperparameters for interacting with hyperparameters without knowing what they are, as well as writing/reading them as required.
  • Interfaces for creating and interacting with a large language model with a known type of hyperparameters.
  • A type-erased model to allow for interacting with a model without knowing its hyperparameters.