Upload train.jsonl
Browse files- train.jsonl +3 -0
train.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{"query": "What is Python?", "context": ["Python is a high-level programming language known for its readability."], "answer": "Python is a high-level programming language.", "dataset": "synthetic_chatgpt"}
|
2 |
+
{"query": "Explain the theory of relativity.", "context": ["The theory of relativity, developed by Albert Einstein, revolutionized our understanding of space, time, and gravity."], "answer": "The theory of relativity describes the laws of physics in the presence of gravitational fields and the relationship between space and time.", "dataset": "wikipedia"}
|
3 |
+
|