exam questions

Exam AI-102 All Questions

View all questions & answers for the AI-102 exam

Exam AI-102 topic 7 question 18 discussion

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

You have a custom Azure OpenAI model.

You have the files shown in the following table.



You need to prepare training data for the model by using the OpenAI CLI data preparation tool.

Which files can you upload to the tool?

  • A. File1.tsv only
  • B. File2.xml only
  • C. File3.pdf only
  • D. File4.xlsx only
  • E. File1.tsv and File4.xslx only
  • F. File1.tsv, File2.xml and File4.xslx only
  • G. File1.tsv, File2.xml, File3.pdf and File4.xslx
Show Suggested Answer Hide Answer
Suggested Answer: E 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
jafaca
Highly Voted 8 months, 1 week ago
Selected Answer: A
tsv or csv only
upvoted 9 times
...
LarcAi_Training
Most Recent 4 days, 12 hours ago
Selected Answer: A
200 MB is to big
upvoted 1 times
...
2315046
5 days, 21 hours ago
Selected Answer: A
At the moment, file uploads are limited to 100MB per file, so a 200MB .xlsx file exceeds the upload limit.
upvoted 1 times
...
tech_rum
1 month, 3 weeks ago
Selected Answer: A
File Accepted? Reason File1.tsv ✅ TSV is supported and file size is 80MB (acceptable). File2.xml ❌ XML is NOT supported. File3.pdf ❌ PDF is NOT supported. File4.xlsx ❌ XLSX is supported format-wise, but the file is 200MB — too large for most uploads (Azure OpenAI max is often 100MB per file).
upvoted 2 times
2315046
1 week, 6 days ago
Agree: No, you cannot upload a 200MB .xlsx file directly to the OpenAI CLI data preparation tool. The maximum file size for uploads via the OpenAI CLI is typically 100MB for .jsonl files used in fine-tuning and batch processing 1. While .xlsx is a supported input format, it must be converted to .jsonl, and the converted file must also stay within the 100MB limit.
upvoted 1 times
...
...
syupwsh
3 months, 3 weeks ago
Selected Answer: E
https://stackoverflow.com/questions/75559672/openai-gpt-3-api-which-file-formats-can-be-used-for-fine-tuning Answer is E
upvoted 2 times
...
pabsinaz
5 months, 3 weeks ago
Selected Answer: E
Option E
upvoted 2 times
...
pabsinaz
5 months, 4 weeks ago
Selected Answer: E
Option E https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/fine-tuning?tabs=azure-openai%2Ccompletionfinetuning%2Cpython-new&pivots=programming-language-studio#openai-cli-data-preparation-tool
upvoted 3 times
...
Retep
6 months, 2 weeks ago
Selected Answer: E
This tool accepts files in the following data formats, if they contain a prompt and a completion column/key: Comma-separated values (CSV) Tab-separated values (TSV) Microsoft Excel workbook (XLSX) JavaScript Object Notation (JSON) JSON Lines (JSONL) https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/fine-tuning?tabs=azure-openai%2Ccompletionfinetuning%2Cpython-new&pivots=programming-language-studio#openai-cli-data-preparation-tool
upvoted 4 times
...
Turst
7 months ago
Data must be in JSONL format. The OpenAI CLI data preparation tool helps to convert the data. It's clearly A and E => https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/fine-tuning?tabs=azure-openai%2Ccompletionfinetuning%2Cpython-new&pivots=programming-language-studio#openai-cli-data-preparation-tool
upvoted 2 times
Turst
7 months ago
Sorry! Its clearly E!
upvoted 2 times
sudhav11n
6 months ago
yes xlsx is allowed format but size must be less than 200MB. So the answer is A.
upvoted 1 times
...
...
...
e41f7aa
7 months, 3 weeks ago
Answer is A. The OpenAI CLI data preparation tool currently supports the following file formats: JSONL: This is the preferred format for fine-tuning data. Each line in the file should be a valid JSON object representing a training example. CSV: Comma-separated values files can be used, but they might require some preprocessing to convert them into the correct JSONL format. TXT: Plain text files can be used, but they will likely need significant preprocessing to extract the relevant information and structure it as JSONL. Therefore, the answer is A. File1.tsv only.
upvoted 2 times
...
a8da4af
7 months, 3 weeks ago
Selected Answer: E
Answer is E, File 1 and 4, according to this link, file format (whether a CSV, JSON, XLSX, TSV or JSONL) is allowed as long as it's represented as a JSONL training example of a prompt-completion pair.
upvoted 3 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 ...