I want to get completions at once for all the prompts given in the jsonl file, which I have used for fine-tuning a model. Means like processing the sheet (all the data at once). The completions are one word like yes no misspelled etc.
Hey Prakeet, can you give some more detail on this use case? It sounds like you are trying to fine tune a model where the expected output would be yes or no, is that correct?
What is the actual issue you are running into? Have you looked through the fine tuning guide: OpenAI API