Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
retkowsky authored Jan 21, 2025
1 parent 9d31ffc commit 7dc598e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Gpt-4o Fine tuning/Azure OpenAI VQA FineTuning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1751,6 +1751,17 @@
"print(f\"{datetime.now().strftime('%Y-%m-%d %H:%M:%S')} Job status of {job_id}: {client.fine_tuning.jobs.list(limit=1).to_dict()['data'][0]['status']}\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"response = client.fine_tuning.jobs.retrieve(job_id)\n",
"\n",
"status = response.status"
]
},
{
"cell_type": "code",
"execution_count": 128,
Expand Down

0 comments on commit 7dc598e

Please sign in to comment.