I was wondering if anyone would be kind enough help me with an issue I’m having?
I have recently fine-tuned a GPT-3 model, but every time I enter (openai api completions.create -m <FINE_TUNED_MODEL> -p <YOUR_PROMPT>), the API returns a message (openai: error: unrecognized arguments:).
I have written the prompts in the exact same format/style as the fine-tuning data, but I have only added ~80 prompt/completion examples, so perhaps this just isn’t enough data for the API to understand the prompts.
I’m not the most clued up programmer, so there’s also a chance I’m doing something wrong that’s totally obvious!
I created a prompt/completion dataset in .csv format and converted it to JSONL using the CLI.
I then used: (openai api completions.create -m <FINE_TUNED_MODEL> -p <YOUR_PROMPT>), in the CLI, but it still seems to be returning: (openai: error: unrecognized arguments:)