Datasets:
Upload dataset_info.json
Browse files- dataset_info.json +35 -0
dataset_info.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"train": {
|
3 |
+
"citation": "",
|
4 |
+
"description": "",
|
5 |
+
"features": {
|
6 |
+
"source": {
|
7 |
+
"dtype": "string",
|
8 |
+
"_type": "Value"
|
9 |
+
},
|
10 |
+
"question": {
|
11 |
+
"dtype": "string",
|
12 |
+
"_type": "Value"
|
13 |
+
},
|
14 |
+
"response_j": {
|
15 |
+
"dtype": "string",
|
16 |
+
"_type": "Value"
|
17 |
+
},
|
18 |
+
"response_k": {
|
19 |
+
"dtype": "string",
|
20 |
+
"_type": "Value"
|
21 |
+
}
|
22 |
+
},
|
23 |
+
"homepage": "",
|
24 |
+
"license": "",
|
25 |
+
"splits": {
|
26 |
+
"train": {
|
27 |
+
"name": "train",
|
28 |
+
"num_bytes": 0,
|
29 |
+
"num_examples": 318777,
|
30 |
+
"_type": "SplitInfo"
|
31 |
+
}
|
32 |
+
},
|
33 |
+
"_type": "DatasetInfo"
|
34 |
+
}
|
35 |
+
}
|