Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 11 KB

detailedjobout.md

File metadata and controls

26 lines (23 loc) · 11 KB

DetailedJobOut

Fields

Field Type Required Description
id str ✔️ N/A
auto_start bool ✔️ N/A
hyperparameters models.TrainingParameters ✔️ N/A
model str ✔️ The name of the model to fine-tune.
status models.DetailedJobOutStatus ✔️ N/A
job_type str ✔️ N/A
created_at int ✔️ N/A
modified_at int ✔️ N/A
training_files List[str] ✔️ N/A
validation_files List[str] N/A
object Optional[models.DetailedJobOutObject] N/A
fine_tuned_model OptionalNullable[str] N/A
suffix OptionalNullable[str] N/A
integrations List[models.DetailedJobOutIntegrations] N/A
trained_tokens OptionalNullable[int] N/A
repositories List[models.DetailedJobOutRepositories] N/A
metadata OptionalNullable[models.JobMetadataOut] N/A
events List[models.EventOut] Event items are created every time the status of a fine-tuning job changes. The timestamped list of all events is accessible here.
checkpoints List[models.CheckpointOut] N/A