Hi all,
I’m trying to fine tune on my dataset. Everytime I click tune button, I keep on getting Error: Tuned model creation failed as shown in the attached image. I’ve read other similiar threads whose solution was making sure there are no problems with the input/output. Yet, I’ve manually gone through and verified multiple times that they are all in the dataset correctly. Can’t figure out what’s wrong. All help appreciated.
Thanks
My personal opinions:
- I’d not tune from Ai Studio if I intend to use the tuned model from the API as the last time I did, the model didn’t show up among list of tuned models from API. Would prefer to train straight from the API.
- If tuning from AI Studio is failing, maybe try exporting the sample CSV or Sheets, populate the training dataset and upload.
I just annoyingly discovered if your data sample output in Ai studio is above 5000 character you get a “output must be below 5000 characters” error. But if your sample output is between 4000 and 5000 character you get a “Tuned model creation failed” error. I didn’t precisely measure how many characters generates the vague error “Tuned model creation failed” so I can’t swear the cutoff is 4000 but I found 3800 character outputs went through.
I’ve been getting this error for about 4 months. And it even does it with data I’ve successfully tuned on before. I’m attempting to get around it with the API now.