validationFile property

  1. @JsonKey(name: 'validation_file')
String? get validationFile
inherited

The ID of an uploaded file that contains validation data.

Your dataset must be formatted as a JSONL file, where each training example is a JSON object with the keys "prompt" and "completion". Additionally, you must upload your file with the purpose fine-tune.

Implementation

@JsonKey(name: 'validation_file')
String? get validationFile => throw _privateConstructorUsedError;