Structure/schema of csv

i am trying to build a speech bot with fine tuned gemini so i want to give the transcripts of conversations what should be the column names in csv? is “question” ," answer" correct or it must follow the input output as column name ?

Hi @Abrar_Sharif, I don’t think there is a specific naming convention to use for the column names. You can use questions and answers or user(user input) and system(response from the model) etc which can be determined by the model. Thank You.