Values.GraderConfigSourceConfiguration for the grader used in reinforcement fine-tuning to evaluate model responses and provide reward signals.
type nonrec t = {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.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of LambdaArn.t ]) list ])
list ]