Create qa.json
Browse files
qa.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"question": "How many employees are there?",
|
| 4 |
+
"answer": "8"
|
| 5 |
+
},
|
| 6 |
+
{
|
| 7 |
+
"question": "What are some example tracks by composer Johann Sebastian Bach?",
|
| 8 |
+
"answer": "'Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace', 'Aria Mit 30 Veränderungen, BWV 988 'Goldberg Variations': Aria', and 'Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Prélude'"
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"question": "What are some example tracks by Bach?",
|
| 12 |
+
"answer": "'Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace', 'Aria Mit 30 Veränderungen, BWV 988 'Goldberg Variations': Aria', and 'Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Prélude'"
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"question": "How many employees are also customers?",
|
| 16 |
+
"answer": "None"
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"question": "Where is Mark Telus from?",
|
| 20 |
+
"answer": "Edmonton, Canada"
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"question": "What is the most common genre of songs?",
|
| 24 |
+
"answer": "Rock"
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"question": "What is the most common media type?",
|
| 28 |
+
"answer": "MPEG audio file"
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"question": "What is the most common media type?",
|
| 32 |
+
"answer": "Purchased AAC audio file"
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"question": "How many more Protected AAC audio files are there than Protected MPEG-4 video file?",
|
| 36 |
+
"answer": "23"
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"question": "How many albums are there",
|
| 40 |
+
"answer": "347"
|
| 41 |
+
}
|
| 42 |
+
]
|