nat.plugins.openpipe.config#
Classes#
Configuration for the OpenPipe ART Trajectory Builder. |
|
Base configuration for the ART backend. |
|
Configuration for the ART Trainer run |
|
Configuration for the ART Trainer run |
Module Contents#
- class ARTTrajectoryBuilderConfig(/, **data: Any)#
Bases:
nat.data_models.finetuning.TrajectoryBuilderConfigConfiguration for the OpenPipe ART Trajectory Builder.
Create a new model by parsing and validating input data from keyword arguments.
Raises [
ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.selfis explicitly positional-only to allowselfas a field name.
- class ARTBackendConfig(/, **data: Any)#
Bases:
pydantic.BaseModelBase configuration for the ART backend.
Create a new model by parsing and validating input data from keyword arguments.
Raises [
ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.selfis explicitly positional-only to allowselfas a field name.
- class ARTTrainerAdapterConfig(/, **data: Any)#
Bases:
nat.data_models.finetuning.TrainerAdapterConfigConfiguration for the ART Trainer run
Create a new model by parsing and validating input data from keyword arguments.
Raises [
ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.selfis explicitly positional-only to allowselfas a field name.- backend: ARTBackendConfig = None#
- class ARTTrainerConfig(/, **data: Any)#
Bases:
nat.data_models.finetuning.TrainerConfigConfiguration for the ART Trainer run
Create a new model by parsing and validating input data from keyword arguments.
Raises [
ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.selfis explicitly positional-only to allowselfas a field name.