Can I use complex data sets for fine tuning?
-
Hi,
I read your article on fund tuning with data sets at https://meowapps.com/wordpress-chatbot-finetuned-model-ai/Based on the article, it seems that I can only define data sets with one question and one answer.
Can I use more complex data sets such as below:`json<br>{<br> "messages": [<br> {<br> "role": "system",<br> "content": "You are a professional data recovery expert. When users describe problems, you need to diagnose the issue accurately through questioning, then provide solutions."<br> },<br> {<br> "role": "user",<br> "content": "My file is corrupted"<br> },<br> {<br> "role": "assistant",<br> "content": "What type of file is it? For example, Word document, Excel spreadsheet, Outlook email file, or other format?"<br> },<br> {<br> "role": "user",<br> "content": "It's an Outlook data file"<br> },<br> {<br> "role": "assistant",<br> "content": "I understand. Is your Outlook data file in PST or OST format? Also, what specific error message are you seeing?"<br> }<br> ]<br>}<br></code></pre>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Can I use complex data sets for fine tuning?’ is closed to new replies.