Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
2abf38b
1 Parent(s): 4cdcefa

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -37,16 +37,25 @@ dataset_info:
37
  '1': '1'
38
  splits:
39
  - name: test
40
- num_bytes: 1337903
41
  num_examples: 6165
42
- - name: train
43
- num_bytes: 4469148
44
- num_examples: 20360
45
  - name: validation
46
- num_bytes: 591833
47
  num_examples: 2733
48
- download_size: 7094233
49
- dataset_size: 6398884
 
 
 
 
 
 
 
 
 
 
 
 
50
  ---
51
 
52
  # Dataset Card for "wiki_qa"
 
37
  '1': '1'
38
  splits:
39
  - name: test
40
+ num_bytes: 1333261
41
  num_examples: 6165
 
 
 
42
  - name: validation
43
+ num_bytes: 589765
44
  num_examples: 2733
45
+ - name: train
46
+ num_bytes: 4453862
47
+ num_examples: 20360
48
+ download_size: 2861208
49
+ dataset_size: 6376888
50
+ configs:
51
+ - config_name: default
52
+ data_files:
53
+ - split: test
54
+ path: data/test-*
55
+ - split: validation
56
+ path: data/validation-*
57
+ - split: train
58
+ path: data/train-*
59
  ---
60
 
61
  # Dataset Card for "wiki_qa"
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb309da359eda13c4a68fcd0dbff5cc7fc4b73d8fda2585d162606dc035b9c48
3
+ size 593691
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55e3c86de5f7922f68320e8a7f527a854e6add14f9e5f72b9cca97efcdc915ea
3
+ size 2004001
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b774df06cb641feab1e7e3d01aa80eada5443b6a6c2807233d7837c2c50bc4e
3
+ size 263516
dataset_infos.json CHANGED
@@ -1 +1,65 @@
1
- {"default": {"description": "Wiki Question Answering corpus from Microsoft\n", "citation": "@InProceedings{YangYihMeek:EMNLP2015:WikiQA,\n author = {{Yi}, Yang and {Wen-tau}, Yih and {Christopher} Meek},\n title = \"{WikiQA: A Challenge Dataset for Open-Domain Question Answering}\",\n journal = {Association for Computational Linguistics},\n year = 2015,\n doi = {10.18653/v1/D15-1237},\n pages = {2013\u20132018},\n}\n", "homepage": "https://www.microsoft.com/en-us/download/details.aspx?id=52419", "license": "", "features": {"question_id": {"dtype": "string", "id": null, "_type": "Value"}, "question": {"dtype": "string", "id": null, "_type": "Value"}, "document_title": {"dtype": "string", "id": null, "_type": "Value"}, "answer": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 2, "names": ["0", "1"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "supervised_keys": null, "builder_name": "wiki_qa", "config_name": "default", "version": {"version_str": "0.1.0", "description": null, "datasets_version_to_prepare": null, "major": 0, "minor": 1, "patch": 0}, "splits": {"test": {"name": "test", "num_bytes": 1337903, "num_examples": 6165, "dataset_name": "wiki_qa"}, "train": {"name": "train", "num_bytes": 4469148, "num_examples": 20360, "dataset_name": "wiki_qa"}, "validation": {"name": "validation", "num_bytes": 591833, "num_examples": 2733, "dataset_name": "wiki_qa"}}, "download_checksums": {"https://download.microsoft.com/download/E/5/f/E5FCFCEE-7005-4814-853D-DAA7C66507E0/WikiQACorpus.zip": {"num_bytes": 7094233, "checksum": "467c13f9e104552c0a9c16f41836ca8d89f9c0cc4b6e4355e104d5c3109ffa45"}}, "download_size": 7094233, "dataset_size": 6398884, "size_in_bytes": 13493117}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "default": {
3
+ "description": "Wiki Question Answering corpus from Microsoft\n",
4
+ "citation": "@InProceedings{YangYihMeek:EMNLP2015:WikiQA,\n author = {{Yi}, Yang and {Wen-tau}, Yih and {Christopher} Meek},\n title = \"{WikiQA: A Challenge Dataset for Open-Domain Question Answering}\",\n journal = {Association for Computational Linguistics},\n year = 2015,\n doi = {10.18653/v1/D15-1237},\n pages = {2013\u20132018},\n}\n",
5
+ "homepage": "https://www.microsoft.com/en-us/download/details.aspx?id=52419",
6
+ "license": "",
7
+ "features": {
8
+ "question_id": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "question": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "document_title": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "answer": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "label": {
25
+ "names": [
26
+ "0",
27
+ "1"
28
+ ],
29
+ "_type": "ClassLabel"
30
+ }
31
+ },
32
+ "builder_name": "wiki_qa",
33
+ "dataset_name": "wiki_qa",
34
+ "config_name": "default",
35
+ "version": {
36
+ "version_str": "0.1.0",
37
+ "major": 0,
38
+ "minor": 1,
39
+ "patch": 0
40
+ },
41
+ "splits": {
42
+ "test": {
43
+ "name": "test",
44
+ "num_bytes": 1333261,
45
+ "num_examples": 6165,
46
+ "dataset_name": null
47
+ },
48
+ "validation": {
49
+ "name": "validation",
50
+ "num_bytes": 589765,
51
+ "num_examples": 2733,
52
+ "dataset_name": null
53
+ },
54
+ "train": {
55
+ "name": "train",
56
+ "num_bytes": 4453862,
57
+ "num_examples": 20360,
58
+ "dataset_name": null
59
+ }
60
+ },
61
+ "download_size": 2861208,
62
+ "dataset_size": 6376888,
63
+ "size_in_bytes": 9238096
64
+ }
65
+ }