Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
ee3ee04
1 Parent(s): 35e0625

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -83
dataset_infos.json DELETED
@@ -1,83 +0,0 @@
1
- {
2
- "default": {
3
- "description": "\nQASC is a question-answering dataset with a focus on sentence composition. It consists of 9,980 8-way multiple-choice\nquestions about grade school science (8,134 train, 926 dev, 920 test), and comes with a corpus of 17M sentences.\n",
4
- "citation": "@article{allenai:qasc,\n author = {Tushar Khot and Peter Clark and Michal Guerquin and Peter Jansen and Ashish Sabharwal},\n title = {QASC: A Dataset for Question Answering via Sentence Composition},\n journal = {arXiv:1910.11473v2},\n year = {2020},\n}\n",
5
- "homepage": "https://allenai.org/data/qasc",
6
- "license": "",
7
- "features": {
8
- "id": {
9
- "dtype": "string",
10
- "_type": "Value"
11
- },
12
- "question": {
13
- "dtype": "string",
14
- "_type": "Value"
15
- },
16
- "choices": {
17
- "feature": {
18
- "text": {
19
- "dtype": "string",
20
- "_type": "Value"
21
- },
22
- "label": {
23
- "dtype": "string",
24
- "_type": "Value"
25
- }
26
- },
27
- "_type": "Sequence"
28
- },
29
- "answerKey": {
30
- "dtype": "string",
31
- "_type": "Value"
32
- },
33
- "fact1": {
34
- "dtype": "string",
35
- "_type": "Value"
36
- },
37
- "fact2": {
38
- "dtype": "string",
39
- "_type": "Value"
40
- },
41
- "combinedfact": {
42
- "dtype": "string",
43
- "_type": "Value"
44
- },
45
- "formatted_question": {
46
- "dtype": "string",
47
- "_type": "Value"
48
- }
49
- },
50
- "builder_name": "qasc",
51
- "dataset_name": "qasc",
52
- "config_name": "default",
53
- "version": {
54
- "version_str": "0.1.0",
55
- "major": 0,
56
- "minor": 1,
57
- "patch": 0
58
- },
59
- "splits": {
60
- "train": {
61
- "name": "train",
62
- "num_bytes": 4891878,
63
- "num_examples": 8134,
64
- "dataset_name": null
65
- },
66
- "test": {
67
- "name": "test",
68
- "num_bytes": 390534,
69
- "num_examples": 920,
70
- "dataset_name": null
71
- },
72
- "validation": {
73
- "name": "validation",
74
- "num_bytes": 559180,
75
- "num_examples": 926,
76
- "dataset_name": null
77
- }
78
- },
79
- "download_size": 2349698,
80
- "dataset_size": 5841592,
81
- "size_in_bytes": 8191290
82
- }
83
- }