Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AI-102 All Questions

View all questions & answers for the AI-102 exam

Exam AI-102 topic 7 question 17 discussion

Actual exam question from Microsoft's AI-102
Question #: 17
Topic #: 7
[All AI-102 Questions]

You have an Azure OpenAI model.

You have 500 prompt-completion pairs that will be used as training data to fine-tune the model.

You need to prepare the training data.

Which format should you use for the training data file?

  • A. CSV
  • B. XML
  • C. JSONL
  • D. TSV
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Christian_garcia_martin
15 hours, 28 minutes ago
key word is "pair" , you know that's a key value format so JSONL
upvoted 1 times
...
a8da4af
3 days, 1 hour ago
Selected Answer: 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.
upvoted 1 times
...
cheetah313
1 week, 3 days ago
Selected Answer: C
JSONL.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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.

SaveCancel
Loading ...