How to fix failed to internal failure: internal failure error when you try to upload personal jsonl files on OpenAI Studio

Abel Noah Rugaju 25 Reputation points
2023-05-28T15:09:33.54+00:00

So i prepared my JSONL data files but when i upload them to Azure AI Studio. i kept getting that internal failure Error. Can anyone help with how do i fix it.I would be very grateful.

thanks,

Abel

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,643 questions
0 comments No comments
{count} vote

Accepted answer
  1. romungi-MSFT 48,911 Reputation points Microsoft Employee Moderator
    2023-05-29T12:09:35.51+00:00

    @Abel Noah Rugaju Have you tried the OpenAI data preparation tool before using the content in your JSONL file? It is the most common reason for the failure while uploading the file. See the threads below where users with similar failure fixed the issue using the tool.

    https://learn.microsoft.com/en-us/answers/questions/1241041/fine-tuning-upload-error-issues

    https://learn.microsoft.com/en-us/answers/questions/1182362/error-with-uploaded-jsonl-dataset-the-specified-fi

    https://learn.microsoft.com/en-us/answers/questions/1286524/not-able-to-upload-training-data-while-creating-cu

    I hope this helps!!


1 additional answer

Sort by: Most helpful
  1. Vahid Ghafarpour 23,385 Reputation points Volunteer Moderator
    2023-05-28T17:59:08.0733333+00:00

    Your request is general

    Please check following steps

    File format: Ensure that your JSONL file is correctly formatted. JSONL files consist of individual JSON objects separated by line breaks. Each line should contain a valid JSON object. Make sure there are no syntax errors or missing closing brackets.

    File size: Check the size of your JSONL file. OpenAI Studio may have limitations on the maximum file size that can be uploaded. If your file is too large, consider splitting it into smaller files and uploading them separately.

    File content: Verify that the content of your JSONL file is appropriate for the task you're working on. Ensure that the JSON objects within the file conform to the expected structure and contain the required fields. Incorrectly formatted or missing data could cause the internal failure error.

    Browser compatibility: Try using a different web browser or clearing your browser cache. Sometimes, browser-related issues can affect the uploading process. OpenAI Studio generally supports the latest versions of popular web browsers like Google Chrome, Mozilla Firefox, and Safari.

    Network connectivity: Check your internet connection to ensure it's stable and not experiencing any interruptions. A weak or unstable connection could lead to errors during the file upload process.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.