Upload test.json
Browse files
test.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"train": [
|
3 |
+
{
|
4 |
+
"id": "example_001",
|
5 |
+
"query": "What's the revenue of Amazon in the year 2023?",
|
6 |
+
"text": "The revenue of Amazon for the year 2023 is mentioned in their financial statements.",
|
7 |
+
"answer": "514.00 billion"
|
8 |
+
},
|
9 |
+
{
|
10 |
+
"id": "example_002",
|
11 |
+
"query": "What's the net income of Apple in the year 2023?",
|
12 |
+
"text": "The net income of Apple for 2023 is recorded in their financial reports.",
|
13 |
+
"answer": "95.00 billion"
|
14 |
+
}
|
15 |
+
],
|
16 |
+
"validation": [
|
17 |
+
{
|
18 |
+
"id": "example_003",
|
19 |
+
"query": "What's the total assets of Microsoft in the year 2023?",
|
20 |
+
"text": "The total assets of Microsoft for the year 2023 are found in their annual reports.",
|
21 |
+
"answer": "411.00 billion"
|
22 |
+
}
|
23 |
+
],
|
24 |
+
"test": [
|
25 |
+
{
|
26 |
+
"id": "example_004",
|
27 |
+
"query": "What's the revenue of Google in 2023?",
|
28 |
+
"text": "The financial reports show that Google’s revenue for 2023 is reported as follows.",
|
29 |
+
"answer": "282.00 billion"
|
30 |
+
}
|
31 |
+
]
|
32 |
+
}
|