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
b7c3ae3
1 Parent(s): 27cb3a4

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -65
dataset_infos.json DELETED
@@ -1,65 +0,0 @@
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
- }