Share via

status : Fine tune failed during postprocessing

Oliver Su (Artech Consulting LLC) 60 Reputation points Microsoft Employee
2025-10-15T19:56:09.65+00:00

When there, when I tried to use AI foundry for reinforcement learning fine tuning, i got status : Fine tune failed during postprocessing. The experiment failed after 3 retries. Could u guide us on how to see the real issue please?

User's image

Foundry Tools
Foundry Tools

Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform


Answer accepted by question author

Aryan Parashar 3,695 Reputation points Microsoft External Staff Moderator
2025-10-16T09:56:06.2233333+00:00

Hi Oliver,

Make sure of the following points:

response = client.fine_tuning.jobs.retrieve(job_id)
print("Job ID:", response.id)
print("Status:", response.status)
print(response.model_dump_json(indent=2))

Let me know if the issue persists.
Thankyou for reaching out to The Microsoft QNA Portal.

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.