Hello,
I am trying to fine tune my dataset. My csv has two columns prompt and completion as described in the instructions.
I am using following command to prepare the dateset into JSONL format but I get the error
!openai tools fine_tunes.prepare_data -f ‘C:/Users/Zain/Desktop/PythonProjects/Gpt-3_mental_health_chatbot/data/Mental_Health_FAQ_Modified.csv’
ERROR in read_any_format validator: File ‘C:/Users/Zain/Desktop/PythonProjects/Gpt-3_mental_health_chatbot/data/Mental_Health_FAQ_Modified.csv’ does not exist.
However, I have the file in this exact folder. I have confirmed it by copying the path from Error and pasting it into my folder and it opens the folder correctly