Record

fine-tune

No description available.

record fine-tune {
  created-at: s32,
  events: option​<list​<fine-tune-event>>,
  fine-tuned-model: string,
  hyperparams: fine-tune-hyperparams,
  id: string,
  model: string,
  object: string,
  organization-id: string,
  result-files: list​<file>,
  status: string,
  training-files: list​<file>,
  updated-at: s32,
  validation-files: list​<file>,
}

Fields

NameTypeDescription
created-ats32
eventsoption​<list​<fine-tune-event>>
fine-tuned-modelstring
hyperparamsfine-tune-hyperparams
idstring
modelstring
objectstring
organization-idstring
result-fileslist​<file>
statusstring
training-fileslist​<file>
updated-ats32
validation-fileslist​<file>