Module Values.GraderConfigSource

Configuration for the grader used in reinforcement fine-tuning to evaluate model responses and provide reward signals.

Sourcetype nonrec t = {
  1. lambdaGrader : LambdaGraderConfig.t option;
    (*

    Configuration for using an AWS Lambda function as the grader for evaluating model responses and provide reward signals in reinforcement fine-tuning.

    *)
}
Sourceval make : ?lambdaGrader:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of LambdaArn.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t