OptionalbaseThe base teacher model that is being distilled. See Supported models.
OptionalhyperOptional. Hyperparameters for Distillation.
OptionalpipelineDeprecated. A path in a Cloud Storage bucket, which will be treated as the root output directory of the distillation pipeline. It is used by the system to generate the paths of output artifacts.
OptionalpromptOptional. Cloud Storage path to file containing prompt dataset for distillation. The dataset must be formatted as a JSONL file.
OptionalstudentThe student model that is being tuned, e.g., "google/gemma-2b-1.1-it". Deprecated. Use base_model instead.
OptionaltrainingDeprecated. Cloud Storage path to file containing training dataset for tuning. The dataset must be formatted as a JSONL file.
OptionaltunedThe resource name of the Tuned teacher model. Format: projects/{project}/locations/{location}/models/{model}.
OptionaltuningOptional. Specifies the tuning mode for distillation (sft part). This feature is only available for open source models.
OptionalvalidationOptional. Cloud Storage path to file containing validation dataset for tuning. The dataset must be formatted as a JSONL file.
Distillation tuning spec for tuning.