GetTrainingInfoLogsRequestSchema
eval_lossnumber
Validation loss value at this training step.
lossnumber
Training loss value at this step.
stepinteger
Training step number.
jsonGetTrainingInfoLogsRequestSchema
{
"eval_loss": null,
"loss": null,
"step": null
}
Was this page helpful?