Update test.json
Browse files
test.json
CHANGED
@@ -1,26 +1,22 @@
|
|
1 |
[
|
2 |
{
|
3 |
-
"id": "
|
4 |
"query": "What's the revenue of Amazon in the year 2023? You only output a single number, no captalize, format: assistant: xxxxx",
|
5 |
-
"text": "The revenue of Amazon for the year 2023 is mentioned in their financial statements.",
|
6 |
"answer": "assistant: 514000000000"
|
7 |
},
|
8 |
{
|
9 |
-
"id": "
|
10 |
"query": "What's the net income of Apple in the year 2023? You only output a single number, no captalizeformat: assistant: xxxxx",
|
11 |
-
"text": "The net income of Apple for 2023 is recorded in their financial reports.",
|
12 |
"answer": "assistant: 95000000000"
|
13 |
},
|
14 |
{
|
15 |
-
"id": "
|
16 |
"query": "What's the total assets of Microsoft in the year 2023? You only output a single number, no captalizeformat: assistant: xxxxx",
|
17 |
-
"text": "The total assets of Microsoft for the year 2023 are found in their annual reports.",
|
18 |
"answer": "assistant: 411000000000"
|
19 |
},
|
20 |
{
|
21 |
-
"id": "
|
22 |
"query": "What's the revenue of Google in 2023? You only output a single number, no captalizeformat: assistant: xxxxx",
|
23 |
-
"text": "The financial reports show that Google’s revenue for 2023 is reported as follows.",
|
24 |
"answer": "assistant: 282000000000"
|
25 |
}
|
26 |
]
|
|
|
1 |
[
|
2 |
{
|
3 |
+
"id": "1",
|
4 |
"query": "What's the revenue of Amazon in the year 2023? You only output a single number, no captalize, format: assistant: xxxxx",
|
|
|
5 |
"answer": "assistant: 514000000000"
|
6 |
},
|
7 |
{
|
8 |
+
"id": "2",
|
9 |
"query": "What's the net income of Apple in the year 2023? You only output a single number, no captalizeformat: assistant: xxxxx",
|
|
|
10 |
"answer": "assistant: 95000000000"
|
11 |
},
|
12 |
{
|
13 |
+
"id": "3",
|
14 |
"query": "What's the total assets of Microsoft in the year 2023? You only output a single number, no captalizeformat: assistant: xxxxx",
|
|
|
15 |
"answer": "assistant: 411000000000"
|
16 |
},
|
17 |
{
|
18 |
+
"id": "4",
|
19 |
"query": "What's the revenue of Google in 2023? You only output a single number, no captalizeformat: assistant: xxxxx",
|
|
|
20 |
"answer": "assistant: 282000000000"
|
21 |
}
|
22 |
]
|