Hello, I’ve been for a while finetuning a model and I’m guessing why is it not queuing and keeping the finetuning jobs as “pending”
Is there any outage?
I’ve tried with the 4 models.
{
“created_at”: 1676471215,
“events”: [
{
“created_at”: 1676471215,
“level”: “info”,
“message”: “Created fine-tune: ft-AnsQWvCK9hwAxGuDaHs5ITU6”,
“object”: “fine-tune-event”
}
],
“fine_tuned_model”: null,
“hyperparams”: {
“batch_size”: null,
“learning_rate_multiplier”: null,
“n_epochs”: 4,
“prompt_loss_weight”: 0.01
},
“id”: “ft-AnsQWvCK9hwAxGuDaHs5ITU6”,
“model”: “ada”,
“object”: “fine-tune”,
“organization_id”: “org-W35aFp2vTFBWfmzUv1UMJh3R”,
“result_files”: ,
“status”: “pending”,
“training_files”: [
{
“bytes”: 28674,
“created_at”: 1676471215,
“filename”: “./completions_prepared.jsonl”,
“id”: “file-2X4FWKIIA1tBZDQnhgMb22rf”,
“object”: “file”,
“purpose”: “fine-tune”,
“status”: “processed”,
“status_details”: null
}
],
“updated_at”: 1676471215,
“validation_files”:
}