ERROR in read_any_format validator: File we-wingit-data.csv does not exist

Title: Issue with “openai tools fine_tunes.prepare_data” Command

Description: I’m trying to use the “openai tools fine_tunes.prepare_data” command to prepare data from a CSV file (“we-wingit-data.csv”). However, I’m encountering an error that says “File we-wingit-data.csv does not exist.” I’ve double-checked the file’s location and the command syntax, but I’m still unable to resolve this issue. Any insights or suggestions would be greatly appreciated!

Additional Information:

  • Command Used: openai tools fine_tunes.prepare_data -f we-wingit-data.csv
  • Directory: D:\apps\we-wingit
  • Python Version: 3.11.5
  • Environment: Windows PowerShell

Do you get the same error with the command,

openai tools fine_tunes.prepare_data -f D:\apps\we-wingit\we-wingit-data.csv

yes! I am getting the same error with the above command

openai tools fine_tunes.prepare_data -f D:\apps\we-wingit\we-wingit-data.csv

PS D:\apps\we-wingit> openai tools fine_tunes.prepare_data -f D:\apps\we-wingit\we-wingit-data.csv
Analyzing…

ERROR in read_any_format validator: File D:\apps\we-wingit\we-wingit-data.csv does not exist.

Aborting…

Oops!, it appears that the file I was trying to use is named

we-wingit-data.csv.csv

instead of

we-wingit-data.csv

1 Like