openai-openapi icon indicating copy to clipboard operation
openai-openapi copied to clipboard

Docs for finetuning inconsistent with behavior

Open chschrae opened this issue 1 year ago • 0 comments

In the finetuning job description https://platform.openai.com/docs/api-reference/fine-tuning/object

there is a required hyperparameter with n_epochs, but in the example and at runtime the other hyperparameters are also returned.

This document should match that.

There is also a case to be made that there should be one object for both the request and the return but that must have been an intentional design choice.

I created a pr from a forked repo: https://github.com/openai/openai-openapi/pull/308

chschrae avatar Aug 08 '24 16:08 chschrae