0

I have built model and deployed it for text classification on Vertex AI. I am not expert in coding so I want to utilize the friendly interface which is offered by google. The problem I have to uploade each text which I need to predict as seperate text file to bucket cloude storage then write jsonl file contain the directory for each seperate text file. whenever I try to write to line in jsonl, google just recognize it as one line only. please guide

Here what I wrote {"content": "gs://cloud-ai-platform-f6a5e014-deb8-40ae-ac5a-3ec65753a5ed/try all files/No SAM.txt", "mimeType": "text/plain"}{"content" : "gs://cloud-ai-platform-f6a5e014-deb8-40ae-ac5a-3ec65753a5ed/try all files/SAM - Copy.txt", "mimeType": "text/plain"}

I did as I explained in the question and expecting someone to guide non-coding expert (me) how to write a correcct multi-line jsonl

0 Answers0