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