Microsoft
DP-100 · Question #537
You have a deployment of an Azure OpenAI Service base model. You plan to fine-tune the model. You need to prepare a file that contains training data. Which file format should you use?
The correct answer is A. JSONL. AI Services, Customize a model with fine-tuning Choose your training data Training data files must be formatted as JSONL files, encoded in UTF-8 with a byte-order mark (BOM). The file must be less than 512 MB in size. After uploading files, you will see a preview of your training
Optimize language models for AI applications
Question
You have a deployment of an Azure OpenAI Service base model. You plan to fine-tune the model. You need to prepare a file that contains training data. Which file format should you use?
Options
- AJSONL
- BJSON
- CTSV
- DCSV
How the community answered
(56 responses)- A88% (49)
- B7% (4)
- C4% (2)
- D2% (1)
Explanation
AI Services, Customize a model with fine-tuning Choose your training data Training data files must be formatted as JSONL files, encoded in UTF-8 with a byte-order mark (BOM). The file must be less than 512 MB in size. After uploading files, you will see a preview of your training data. https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/fine-tuning
Topics
#Azure OpenAI#Fine-tuning#Training data#JSONL
Community Discussion
No community discussion yet for this question.