I would like to train a chatbot with the Lora fine-tune on my own datasets. I used the 'text2text' structure, putting all questions in order as input and all answers in order as output. And I put the instruction at the beginning of the input.
Now I tried the model on chatbot_gradio, but it can not answer right. Could you help me with the setting of this chat_bot? Or could you have some examples of the chatbot training dataset so I could adjust my data's instruction? And also structure.
Thank you so much!

I would like to train a chatbot with the Lora fine-tune on my own datasets. I used the 'text2text' structure, putting all questions in order as input and all answers in order as output. And I put the instruction at the beginning of the input.

Now I tried the model on chatbot_gradio, but it can not answer right. Could you help me with the setting of this chat_bot? Or could you have some examples of the chatbot training dataset so I could adjust my data's instruction? And also structure.
Thank you so much!