Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,6 @@ but then inverted with answer first and then question.
|
|
| 7 |
Useful to train LLM models that given an answer need to generate a question.
|
| 8 |
These AQ-models, AQ for AnswerQuestion are useful in conversations with other normal LLM bots that given a question generate an answer.
|
| 9 |
|
| 10 |
-
If you have an automatic conversation between two LLMs, one QA-LLM and one AQ-LLM the conversation will not get stuck but continue forever.
|
|
|
|
|
|
|
|
|
| 7 |
Useful to train LLM models that given an answer need to generate a question.
|
| 8 |
These AQ-models, AQ for AnswerQuestion are useful in conversations with other normal LLM bots that given a question generate an answer.
|
| 9 |
|
| 10 |
+
If you have an automatic conversation between two LLMs, one QA-LLM and one AQ-LLM the conversation will not get stuck but continue forever.
|
| 11 |
+
|
| 12 |
+
Last but not least: this dataset was created with help of ChatGPT-4o
|