SONL is CORRECT because Azure OpenAI requires training data for fine-tuning to be in JSON Lines (JSONL) format. Each line in the file represents a prompt-completion pair in JSON format, which is the required structure for fine-tuning models with Azure OpenAI.
Answer is C
https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/fine-tuning-functions
The correct answer is:
C. JSONL
Reasoning:
To fine-tune an Azure OpenAI model, the training data needs to be in JSONL (JSON Lines) format. Each line in the file represents a separate prompt-completion pair in JSON format. This format is required to ensure that Azure OpenAI correctly interprets each pair as an individual training instance.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
syupwsh
1 day, 9 hours agoChristian_garcia_martin
3 months, 2 weeks agoa8da4af
3 months, 2 weeks agocheetah313
3 months, 3 weeks ago