Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Request contains an invalid argument when sending request to fine-tune in AI Studio #282

Open
cyberluke opened this issue Oct 17, 2024 · 3 comments
Labels
component:other Questions unrelated to SDK status:triaged Issue/PR triaged to the corresponding sub-team type:help Support-related issues

Comments

@cyberluke
Copy link

cyberluke commented Oct 17, 2024

Description of the bug:

chrome_ZOMwo6E2u5

Actual vs expected behavior:

No response

Any other information you'd like to share?

Created structured prompt containing CSV and image with language pairs to create Czech Vietnamese teacher for my wife.

Example of json that is being sent to: https://alkalimakersuite-pa.clients6.google.com/$rpc/google.internal.alkali.applications.makersuite.v1.MakerSuiteService/CreateTunedModel

[null,[null,null,null,"models/gemini-1.0-pro-001","Minh Thành Nguyễn - zábavná Čeština","{\"description\":\"\",\"exampleInput\":\"Làm thế nào để mua vé máy bay?\",\"exampleOutput\":\"Jak koupit letenky?\",\"zJ\":\"prompts/1dLzn_yTTz1D7vKnXLS_as-Yq6r-E5wMl\",\"showedTuningComplete\":false,\"rowsCount\":403}",null,null,null,[null,null,null,[[[["Làm thế nào để mua vé máy bay?",null,"Jak koupit letenky?"],["Cách nấu món hải sản là gì?",null,"Jak vařit mořské plody?"],["Tôi muốn học vẽ, tôi nên bắt đầu từ đâu?",null,"Chci se naučit malovat, kde bych měl začít?"],["Làm thế nào để mở tài khoản giao dịch ngoại hối?",null,"Jak otevřít účet pro obchodování s forexem?"],["Tôi muốn nghe nhạc K-Pop, bạn có thể giới thiệu một số bài hát?",null,"Chci poslouchat K-Pop, můžete mi doporučit nějaké písničky?"],
@cyberluke
Copy link
Author

Because I put non english model name: Minh Thành Nguyễn - zábavná čeština

When I put Teacher it starts to work.

Come on guys, it's not Y2K anymore with ASCII. UTF-8 is normal thing.

@gmKeshari gmKeshari added type:help Support-related issues status:triaged Issue/PR triaged to the corresponding sub-team component:other Questions unrelated to SDK labels Oct 18, 2024
@cyberluke
Copy link
Author

Dataset passed, problem was model title.

@cyberluke
Copy link
Author

Also you have CORS issue there. At first the request did not come through. I had to install Chrome Extension to bypass CORS and after that I got some API response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:other Questions unrelated to SDK status:triaged Issue/PR triaged to the corresponding sub-team type:help Support-related issues
Projects
None yet
Development

No branches or pull requests

2 participants