This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
Replies: 1 comment 8 replies
-
If your entire dataset is as simple as your mentioned here (eg, "text: where is the school ??? label: go strait forward ."), you don't need a json file. You can simply use your text file, as we explained here. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i need to write json file to use it in fine tuning question answering model, what is the json format for this task, where every conversation consists of only one question and only one answer, i.e no back and forth,exact one question and one answer, and then another completely different question and answer
assume i need to write this example:
text: where is the school ??? label: go strait forward .
text: what is your name ??? label: my name is jone .
Beta Was this translation helpful? Give feedback.
All reactions