#How to do fine-tuning on text-davinci-003?
8 messages · Page 1 of 1 (latest)
According to the API response, nope
{
"id": "text-davinci-003",
"object": "model",
"created": 1669599635,
"owned_by": "openai-internal",
"permission": [
{
"id": "modelperm-IdOatecWAhWDJ8kxOlsqPnJk",
"object": "model_permission",
"created": 1669843334,
"allow_create_engine": false,
"allow_sampling": true,
"allow_logprobs": true,
"allow_search_indices": false,
"allow_view": true,
"allow_fine_tuning": false,
"organization": "*",
"group": null,
"is_blocking": false
}
],
"root": "text-davinci-003",
"parent": null
}
Ah thank you, that's very unlucky!!!
I'm trying to train GPT to do some code refactoring of a specific JS library, but I can't get the result I'm looking for, it spits out other random stuff after applying some of the refactor I want to the original code
I'd say use Text DaVinci 1 and fine tune that model, since it allows it.
What would be a big enough dataset if I have roughly 6 lines to replace with?
Minimum for the dataset is 100 data samples.
aaah I got 4 ahahahah that might be why it's not working ahahah