Expand description
Large language model traits and types
Modules
- Common functions for model evaluation
Structs
- Parameters for tuning model instances
Enums
- Reported from functions that write
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.