Error opening spreadsheet in google AI studio.

I was using the new fine tune feature in google AI studio with gemini, but when I try to upload a csv file, all I get is "Error opening spreadsheet.". I tried with other simple data, like

```csv

0, 1
1, 2
2, 3

```

And that also gave an error. I would really love to tune gemini.

Thank you for your support.

0 2 234
2 REPLIES 2

It seems like you're encountering an issue when uploading CSV files to Google AI Platform's Fine Tuning feature with Gemini.

Ensure that your CSV file is properly formatted. Make sure it has a header row (if applicable) and the data is separated by commas (,). Also, confirm that there are no extra spaces or special characters in the file.

I tried it again, with an better csv file.

```csv

input,output
5,6
3,4
1,2

```

Still not working.

Thank you for your support.