Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
n<1K
Source Datasets:
original
ArXiv:
Tags:
code-generation
License:
albertvillanova HF staff commited on
Commit
7bc94ee
1 Parent(s): 004b91a

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -154
dataset_infos.json DELETED
@@ -1,154 +0,0 @@
1
- {
2
- "full": {
3
- "description": "The MBPP (Mostly Basic Python Problems) dataset consists of around 1,000 crowd-sourced Python\nprogramming problems, designed to be solvable by entry level programmers, covering programming\nfundamentals, standard library functionality, and so on. Each problem consists of a task\ndescription, code solution and 3 automated test cases. The sanitized subset of the data has been\nhand-verified by the authors.\n",
4
- "citation": "@article{austin2021program,\n title={Program Synthesis with Large Language Models},\n author={Austin, Jacob and Odena, Augustus and Nye, Maxwell and Bosma, Maarten and Michalewski, Henryk and Dohan, David and Jiang, Ellen and Cai, Carrie and Terry, Michael and Le, Quoc and others},\n journal={arXiv preprint arXiv:2108.07732},\n year={2021}\n}",
5
- "homepage": "https://github.com/google-research/google-research/tree/master/mbpp",
6
- "license": "CC-BY-4.0",
7
- "features": {
8
- "task_id": {
9
- "dtype": "int32",
10
- "_type": "Value"
11
- },
12
- "text": {
13
- "dtype": "string",
14
- "_type": "Value"
15
- },
16
- "code": {
17
- "dtype": "string",
18
- "_type": "Value"
19
- },
20
- "test_list": {
21
- "feature": {
22
- "dtype": "string",
23
- "_type": "Value"
24
- },
25
- "_type": "Sequence"
26
- },
27
- "test_setup_code": {
28
- "dtype": "string",
29
- "_type": "Value"
30
- },
31
- "challenge_test_list": {
32
- "feature": {
33
- "dtype": "string",
34
- "_type": "Value"
35
- },
36
- "_type": "Sequence"
37
- }
38
- },
39
- "builder_name": "mbpp",
40
- "dataset_name": "mbpp",
41
- "config_name": "full",
42
- "version": {
43
- "version_str": "1.0.2",
44
- "major": 1,
45
- "minor": 0,
46
- "patch": 2
47
- },
48
- "splits": {
49
- "train": {
50
- "name": "train",
51
- "num_bytes": 176879,
52
- "num_examples": 374,
53
- "dataset_name": null
54
- },
55
- "test": {
56
- "name": "test",
57
- "num_bytes": 244104,
58
- "num_examples": 500,
59
- "dataset_name": null
60
- },
61
- "validation": {
62
- "name": "validation",
63
- "num_bytes": 42405,
64
- "num_examples": 90,
65
- "dataset_name": null
66
- },
67
- "prompt": {
68
- "name": "prompt",
69
- "num_bytes": 4550,
70
- "num_examples": 10,
71
- "dataset_name": null
72
- }
73
- },
74
- "download_size": 236069,
75
- "dataset_size": 467938,
76
- "size_in_bytes": 704007
77
- },
78
- "sanitized": {
79
- "description": "The MBPP (Mostly Basic Python Problems) dataset consists of around 1,000 crowd-sourced Python\nprogramming problems, designed to be solvable by entry level programmers, covering programming\nfundamentals, standard library functionality, and so on. Each problem consists of a task\ndescription, code solution and 3 automated test cases. The sanitized subset of the data has been\nhand-verified by the authors.\n",
80
- "citation": "@article{austin2021program,\n title={Program Synthesis with Large Language Models},\n author={Austin, Jacob and Odena, Augustus and Nye, Maxwell and Bosma, Maarten and Michalewski, Henryk and Dohan, David and Jiang, Ellen and Cai, Carrie and Terry, Michael and Le, Quoc and others},\n journal={arXiv preprint arXiv:2108.07732},\n year={2021}\n}",
81
- "homepage": "https://github.com/google-research/google-research/tree/master/mbpp",
82
- "license": "CC-BY-4.0",
83
- "features": {
84
- "source_file": {
85
- "dtype": "string",
86
- "_type": "Value"
87
- },
88
- "task_id": {
89
- "dtype": "int32",
90
- "_type": "Value"
91
- },
92
- "prompt": {
93
- "dtype": "string",
94
- "_type": "Value"
95
- },
96
- "code": {
97
- "dtype": "string",
98
- "_type": "Value"
99
- },
100
- "test_imports": {
101
- "feature": {
102
- "dtype": "string",
103
- "_type": "Value"
104
- },
105
- "_type": "Sequence"
106
- },
107
- "test_list": {
108
- "feature": {
109
- "dtype": "string",
110
- "_type": "Value"
111
- },
112
- "_type": "Sequence"
113
- }
114
- },
115
- "builder_name": "mbpp",
116
- "dataset_name": "mbpp",
117
- "config_name": "sanitized",
118
- "version": {
119
- "version_str": "1.0.2",
120
- "major": 1,
121
- "minor": 0,
122
- "patch": 2
123
- },
124
- "splits": {
125
- "train": {
126
- "name": "train",
127
- "num_bytes": 63453,
128
- "num_examples": 120,
129
- "dataset_name": null
130
- },
131
- "test": {
132
- "name": "test",
133
- "num_bytes": 132720,
134
- "num_examples": 257,
135
- "dataset_name": null
136
- },
137
- "validation": {
138
- "name": "validation",
139
- "num_bytes": 20050,
140
- "num_examples": 43,
141
- "dataset_name": null
142
- },
143
- "prompt": {
144
- "name": "prompt",
145
- "num_bytes": 3407,
146
- "num_examples": 7,
147
- "dataset_name": null
148
- }
149
- },
150
- "download_size": 115422,
151
- "dataset_size": 219630,
152
- "size_in_bytes": 335052
153
- }
154
- }