Internal error encountered | DATA_FETCHING_EXCEPTION | Vertex AI Language, Tune a model

huangapple go评论63阅读模式
英文:

Internal error encountered | DATA_FETCHING_EXCEPTION | Vertex AI Language, Tune a model

问题

I have been trying to tune a model for a week now using the Vertex AI - Language, Tune a model following this tutorial.

  • I have used the sample JSONL as mentioned in the link:

{"input_text": "question: How many people live in Beijing? context: With over 21 million residents, Beijing is the world's most populous national capital city and is China's second largest city after Shanghai. It is located in Northern China, and is governed as a municipality under the direct administration of the State Council with 16 urban, suburban, and rural districts.[14] Beijing is mostly surrounded by Hebei Province with the exception of neighboring Tianjin to the southeast; together, the three divisions form the Jingjinji megalopolis and the national capital region of China.", "output_text": "over 21 million people"} {"input_text": "question: How many parishes are there in Louisiana? context: The U.S. state of Louisiana is divided into 64 parishes (French: paroisses) in the same manner that 48 other states of the United States are divided into counties, and Alaska is divided into boroughs.", "output_text": "64"}

  • Every time I click the "START TUNING" button, I get the message "Internal error encountered", on inspecting the chrome response of the ajax call I see this but have no clue how to resolve it.

  • I am not sure if I am doing some mistake or if Vertex AI service is not functional yet?

英文:

I have been trying to tune a model for a week now using the Vertex AI - Language, Tune a model following this tutorial.

  • I have used the the sample JSONL as mentioned in the link:

{"input_text": "question: How many people live in Beijing? context: With over 21 million residents, Beijing is the world's most populous national capital city and is China's second largest city after Shanghai. It is located in Northern China, and is governed as a municipality under the direct administration of the State Council with 16 urban, suburban, and rural districts.[14] Beijing is mostly surrounded by Hebei Province with the exception of neighboring Tianjin to the southeast; together, the three divisions form the Jingjinji megalopolis and the national capital region of China.", "output_text": "over 21 million people"}
{"input_text": "question: How many parishes are there in Louisiana? context: The U.S. state of Louisiana is divided into 64 parishes (French: paroisses) in the same manner that 48 other states of the United States are divided into counties, and Alaska is divided into boroughs.", "output_text": "64"}

#RESPONSE
Internal error encountered | DATA_FETCHING_EXCEPTION | Vertex AI Language, Tune a model

[
    {
        "data": {
            "ui": {
                "promptTuningDataValidation": null
            }
        },
        "errors": [
            {
                "message": "Internal error encountered.",
                "errorType": "DATA_FETCHING_EXCEPTION",
                "path": [
                    "ui",
                    "promptTuningDataValidation"
                ],
                "extensions": {
                    "status": {
                        "code": 13,
                        "message": "Internal error encountered."
                    }
                }
            }
        ],
        "path": [],
        "responseContext": {
            "eti": "AbmU+mq7y+LD3sXIvd0HiJ+o6+rTDYPJo/GpJvIKfhY05IvVdmxDqC42CN5gVLencEHr5W98Cj96m3Z+Hp98PScM2ITzs2rhvw1/hwP4N895kcTpJ2m1maUYnhvirPihskmaTvYX7ViruJVckQbxU9oAKrp4JgHQuGNkKLz9jTia61w3aA=="
        }
    },
    {
        "responseContext": {
            "eti": "AbmU+mqW/vpr54v4wP5AMw5cSKpYa6FCtZ+QFyPsEw3dj6C1PHPD8lXZF1lXltj5q8l8VuJ0ZO3dvVwMUG+b80GE5/Fwg3CK0BkRnlXtjciIvJn/AJfhrH4JVwQSjMcZs8RV+f648xiVPqRltAH2OK/CPAX+1C6e/EeVXl7MY2N94OI0TXv985NiQ3EB2KRAFapTdJTqTTvwIuvNXBNYBW/BJQEJAhq71JBhe4BYQ82cQh36zFYgN4asA5Uqo68Kn6Gy7sdmf/EU6zhNe9S9k4GJ1wI04MaSPZIBlwWp+Q=="
        }
    }
] 

答案1

得分: 1

回答自己的问题(经过多次尝试/错误尝试):

英文:

Answering my own question(after a number of trial/error attempts):

huangapple
  • 本文由 发表于 2023年5月21日 08:27:33
  • 转载请务必保留本文链接:https://go.coder-hub.com/76297835.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定