Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
crowdsourced
Annotations Creators:
no-annotation
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
ff6ff39
1 Parent(s): 04c3d42

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -66
dataset_infos.json DELETED
@@ -1,66 +0,0 @@
1
- {
2
- "default": {
3
- "description": "The SciQ dataset contains 13,679 crowdsourced science exam questions about Physics, Chemistry and Biology, among others. The questions are in multiple-choice format with 4 answer options each. For the majority of the questions, an additional paragraph with supporting evidence for the correct answer is provided.\n\n",
4
- "citation": "@inproceedings{SciQ,\n title={Crowdsourcing Multiple Choice Science Questions},\n author={Johannes Welbl, Nelson F. Liu, Matt Gardner},\n year={2017},\n journal={arXiv:1707.06209v1}\n}\n",
5
- "homepage": "https://allenai.org/data/sciq",
6
- "license": "",
7
- "features": {
8
- "question": {
9
- "dtype": "string",
10
- "_type": "Value"
11
- },
12
- "distractor3": {
13
- "dtype": "string",
14
- "_type": "Value"
15
- },
16
- "distractor1": {
17
- "dtype": "string",
18
- "_type": "Value"
19
- },
20
- "distractor2": {
21
- "dtype": "string",
22
- "_type": "Value"
23
- },
24
- "correct_answer": {
25
- "dtype": "string",
26
- "_type": "Value"
27
- },
28
- "support": {
29
- "dtype": "string",
30
- "_type": "Value"
31
- }
32
- },
33
- "builder_name": "sciq",
34
- "dataset_name": "sciq",
35
- "config_name": "default",
36
- "version": {
37
- "version_str": "0.1.0",
38
- "major": 0,
39
- "minor": 1,
40
- "patch": 0
41
- },
42
- "splits": {
43
- "train": {
44
- "name": "train",
45
- "num_bytes": 6546183,
46
- "num_examples": 11679,
47
- "dataset_name": null
48
- },
49
- "validation": {
50
- "name": "validation",
51
- "num_bytes": 554120,
52
- "num_examples": 1000,
53
- "dataset_name": null
54
- },
55
- "test": {
56
- "name": "test",
57
- "num_bytes": 563927,
58
- "num_examples": 1000,
59
- "dataset_name": null
60
- }
61
- },
62
- "download_size": 4674410,
63
- "dataset_size": 7664230,
64
- "size_in_bytes": 12338640
65
- }
66
- }