FocalLoRA, Should-It-Be-Executed-Or-Processed, and topicattack were nested git repos (with an inner FocalLoRA/data/FocalLoRA/.git as well). Drop their .git history and track the contents directly in this repo instead of as submodules/gitlinks. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
10 lines
387 B
Plaintext
10 lines
387 B
Plaintext
"{data}"
|
|
|
|
According to the data content above, you should construct {num} questions whose answer can be found in the data content. Below is an example:
|
|
"{q}"
|
|
|
|
Your output should be json format including the question and the answer, such as:
|
|
|
|
{{"question": "{q}", "answer": "{a}"}}
|
|
|
|
Now, construct {num} additional questions and provide the corresponding answers in requested json format. |