Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Vertex AI Workbench JSONL format

I am trying to use Generative AI studio to tune a model. Can someone send me the example of JSONL file that I should use. I build following file and I am getting an error:

 

{
'input_text':'This is input1','output_text':'This is output1'
'input_text':'This is input2','output_text':'This is output2'
'input_text':'This is input3','output_text':'This is output3'
}