Is it possible to have a copy from fine tuning model?

I have created a fine tuning openai model with curie. Is it possible to create a copy from the fine tuning model? Example like i have created model A for development, I would like to get copy from the model A for production.

Thanks

You might consider fine-tuning it again with a null prompt and null completion since you cannot directly copy models as this time.

Of course, the name of the new FTM will change; but the costs should be minimal with null values in a single JSONL line, the token count will be low.

1 Like