Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
n<1K
Source Datasets:
original
ArXiv:
Tags:
code-generation
License:
albertvillanova HF staff commited on
Commit
7497ff8
1 Parent(s): 5a8a3b6

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -11,7 +11,6 @@ license:
11
  - cc-by-4.0
12
  multilinguality:
13
  - monolingual
14
- pretty_name: Mostly Basic Python Problems
15
  size_categories:
16
  - n<1K
17
  source_datasets:
@@ -19,6 +18,7 @@ source_datasets:
19
  task_categories:
20
  - text2text-generation
21
  task_ids: []
 
22
  tags:
23
  - code-generation
24
  dataset_info:
@@ -49,7 +49,7 @@ dataset_info:
49
  - name: prompt
50
  num_bytes: 4550
51
  num_examples: 10
52
- download_size: 563743
53
  dataset_size: 467938
54
  - config_name: sanitized
55
  features:
@@ -80,6 +80,18 @@ dataset_info:
80
  num_examples: 7
81
  download_size: 255053
82
  dataset_size: 219630
 
 
 
 
 
 
 
 
 
 
 
 
83
  ---
84
 
85
  # Dataset Card for Mostly Basic Python Problems (mbpp)
 
11
  - cc-by-4.0
12
  multilinguality:
13
  - monolingual
 
14
  size_categories:
15
  - n<1K
16
  source_datasets:
 
18
  task_categories:
19
  - text2text-generation
20
  task_ids: []
21
+ pretty_name: Mostly Basic Python Problems
22
  tags:
23
  - code-generation
24
  dataset_info:
 
49
  - name: prompt
50
  num_bytes: 4550
51
  num_examples: 10
52
+ download_size: 236069
53
  dataset_size: 467938
54
  - config_name: sanitized
55
  features:
 
80
  num_examples: 7
81
  download_size: 255053
82
  dataset_size: 219630
83
+ configs:
84
+ - config_name: full
85
+ data_files:
86
+ - split: train
87
+ path: full/train-*
88
+ - split: test
89
+ path: full/test-*
90
+ - split: validation
91
+ path: full/validation-*
92
+ - split: prompt
93
+ path: full/prompt-*
94
+ default: true
95
  ---
96
 
97
  # Dataset Card for Mostly Basic Python Problems (mbpp)
dataset_infos.json CHANGED
@@ -1 +1,174 @@
1
- {"full": {"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", "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}", "homepage": "https://github.com/google-research/google-research/tree/master/mbpp", "license": "CC-BY-4.0", "features": {"task_id": {"dtype": "int32", "id": null, "_type": "Value"}, "text": {"dtype": "string", "id": null, "_type": "Value"}, "code": {"dtype": "string", "id": null, "_type": "Value"}, "test_list": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "test_setup_code": {"dtype": "string", "id": null, "_type": "Value"}, "challenge_test_list": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "mbpp", "config_name": "full", "version": {"version_str": "1.0.2", "description": null, "major": 1, "minor": 0, "patch": 2}, "splits": {"train": {"name": "train", "num_bytes": 176879, "num_examples": 374, "dataset_name": "mbpp"}, "test": {"name": "test", "num_bytes": 244104, "num_examples": 500, "dataset_name": "mbpp"}, "validation": {"name": "validation", "num_bytes": 42405, "num_examples": 90, "dataset_name": "mbpp"}, "prompt": {"name": "prompt", "num_bytes": 4550, "num_examples": 10, "dataset_name": "mbpp"}}, "download_checksums": {"https://raw.githubusercontent.com/google-research/google-research/master/mbpp/mbpp.jsonl": {"num_bytes": 563743, "checksum": "ccf64ceae9c5403bf50a044cb6d505bfd2a2963ee58338ba268fd65beab92a9f"}}, "download_size": 563743, "post_processing_size": null, "dataset_size": 467938, "size_in_bytes": 1031681}, "sanitized": {"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", "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}", "homepage": "https://github.com/google-research/google-research/tree/master/mbpp", "license": "CC-BY-4.0", "features": {"source_file": {"dtype": "string", "id": null, "_type": "Value"}, "task_id": {"dtype": "int32", "id": null, "_type": "Value"}, "prompt": {"dtype": "string", "id": null, "_type": "Value"}, "code": {"dtype": "string", "id": null, "_type": "Value"}, "test_imports": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "test_list": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "mbpp", "config_name": "sanitized", "version": {"version_str": "1.0.2", "description": null, "major": 1, "minor": 0, "patch": 2}, "splits": {"train": {"name": "train", "num_bytes": 63453, "num_examples": 120, "dataset_name": "mbpp"}, "test": {"name": "test", "num_bytes": 132720, "num_examples": 257, "dataset_name": "mbpp"}, "validation": {"name": "validation", "num_bytes": 20050, "num_examples": 43, "dataset_name": "mbpp"}, "prompt": {"name": "prompt", "num_bytes": 3407, "num_examples": 7, "dataset_name": "mbpp"}}, "download_checksums": {"https://raw.githubusercontent.com/google-research/google-research/master/mbpp/sanitized-mbpp.json": {"num_bytes": 255053, "checksum": "ca95deaa9a01ef0a6f439f88bcf0dd3db3563d22f22aad6cae04ebb9a8d8c8e9"}}, "download_size": 255053, "post_processing_size": null, "dataset_size": 219630, "size_in_bytes": 474683}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "id": null,
87
+ "_type": "Value"
88
+ },
89
+ "task_id": {
90
+ "dtype": "int32",
91
+ "id": null,
92
+ "_type": "Value"
93
+ },
94
+ "prompt": {
95
+ "dtype": "string",
96
+ "id": null,
97
+ "_type": "Value"
98
+ },
99
+ "code": {
100
+ "dtype": "string",
101
+ "id": null,
102
+ "_type": "Value"
103
+ },
104
+ "test_imports": {
105
+ "feature": {
106
+ "dtype": "string",
107
+ "id": null,
108
+ "_type": "Value"
109
+ },
110
+ "length": -1,
111
+ "id": null,
112
+ "_type": "Sequence"
113
+ },
114
+ "test_list": {
115
+ "feature": {
116
+ "dtype": "string",
117
+ "id": null,
118
+ "_type": "Value"
119
+ },
120
+ "length": -1,
121
+ "id": null,
122
+ "_type": "Sequence"
123
+ }
124
+ },
125
+ "post_processed": null,
126
+ "supervised_keys": null,
127
+ "task_templates": null,
128
+ "builder_name": "mbpp",
129
+ "config_name": "sanitized",
130
+ "version": {
131
+ "version_str": "1.0.2",
132
+ "description": null,
133
+ "major": 1,
134
+ "minor": 0,
135
+ "patch": 2
136
+ },
137
+ "splits": {
138
+ "train": {
139
+ "name": "train",
140
+ "num_bytes": 63453,
141
+ "num_examples": 120,
142
+ "dataset_name": "mbpp"
143
+ },
144
+ "test": {
145
+ "name": "test",
146
+ "num_bytes": 132720,
147
+ "num_examples": 257,
148
+ "dataset_name": "mbpp"
149
+ },
150
+ "validation": {
151
+ "name": "validation",
152
+ "num_bytes": 20050,
153
+ "num_examples": 43,
154
+ "dataset_name": "mbpp"
155
+ },
156
+ "prompt": {
157
+ "name": "prompt",
158
+ "num_bytes": 3407,
159
+ "num_examples": 7,
160
+ "dataset_name": "mbpp"
161
+ }
162
+ },
163
+ "download_checksums": {
164
+ "https://raw.githubusercontent.com/google-research/google-research/master/mbpp/sanitized-mbpp.json": {
165
+ "num_bytes": 255053,
166
+ "checksum": "ca95deaa9a01ef0a6f439f88bcf0dd3db3563d22f22aad6cae04ebb9a8d8c8e9"
167
+ }
168
+ },
169
+ "download_size": 255053,
170
+ "post_processing_size": null,
171
+ "dataset_size": 219630,
172
+ "size_in_bytes": 474683
173
+ }
174
+ }
full/prompt-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a053e4bb85ceb77430ae80592addb4ca4dc6ba087592f9e04537800ee88b7431
3
+ size 7878
full/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:566fd53060ffba5766dace1d1e2f4c38906781526de222b0dfbdbc325b696c77
3
+ size 115824
full/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09d125ca31edacb7800be8c67c45abff618faf0214ff551291817d06bdb914ae
3
+ size 87223
full/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f0ec060987432d99fe8fb409d31e6c67445b208a01741c5583517c80a10fe80
3
+ size 25144