DP-100 · Question #101
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…
The correct answer is A. Yes. JSONL (JSON Lines) is a fully supported and preferred format for Azure AI Foundry evaluation datasets. Each line in a .jsonl file is a self-contained JSON object representing one evaluation record (e.g., a query, context, ground truth answer, and model response). This format is…
Question
Options
- AYes
- BNo
How the community answered
(46 responses)- A93% (43)
- B7% (3)
Explanation
JSONL (JSON Lines) is a fully supported and preferred format for Azure AI Foundry evaluation datasets. Each line in a .jsonl file is a self-contained JSON object representing one evaluation record (e.g., a query, context, ground truth answer, and model response). This format is ideal for large datasets because it is streamable and easy to parse line by line. The solution meets the goal.
Topics
Community Discussion
No community discussion yet for this question.