From 7dc598e0acef67124152bed30e1e5e782bab903f Mon Sep 17 00:00:00 2001 From: Serge Retkowsky Date: Tue, 21 Jan 2025 14:36:45 +0100 Subject: [PATCH] Add files via upload --- Gpt-4o Fine tuning/Azure OpenAI VQA FineTuning.ipynb | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Gpt-4o Fine tuning/Azure OpenAI VQA FineTuning.ipynb b/Gpt-4o Fine tuning/Azure OpenAI VQA FineTuning.ipynb index 5cd51d9..13472ca 100644 --- a/Gpt-4o Fine tuning/Azure OpenAI VQA FineTuning.ipynb +++ b/Gpt-4o Fine tuning/Azure OpenAI VQA FineTuning.ipynb @@ -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,