Datasets:

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

Add sanitized data files

Browse files
README.md CHANGED
@@ -78,7 +78,7 @@ dataset_info:
78
  - name: prompt
79
  num_bytes: 3407
80
  num_examples: 7
81
- download_size: 255053
82
  dataset_size: 219630
83
  configs:
84
  - config_name: full
@@ -92,6 +92,16 @@ configs:
92
  - split: prompt
93
  path: full/prompt-*
94
  default: true
 
 
 
 
 
 
 
 
 
 
95
  ---
96
 
97
  # Dataset Card for Mostly Basic Python Problems (mbpp)
 
78
  - name: prompt
79
  num_bytes: 3407
80
  num_examples: 7
81
+ download_size: 115422
82
  dataset_size: 219630
83
  configs:
84
  - config_name: full
 
92
  - split: prompt
93
  path: full/prompt-*
94
  default: true
95
+ - config_name: sanitized
96
+ data_files:
97
+ - split: train
98
+ path: sanitized/train-*
99
+ - split: test
100
+ path: sanitized/test-*
101
+ - split: validation
102
+ path: sanitized/validation-*
103
+ - split: prompt
104
+ path: sanitized/prompt-*
105
  ---
106
 
107
  # Dataset Card for Mostly Basic Python Problems (mbpp)
dataset_infos.json CHANGED
@@ -76,60 +76,47 @@
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
@@ -139,36 +126,29 @@
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
  }
 
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
 
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
  }
sanitized/prompt-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73c623309b7b5d65fd5661204b35f779f8e66301aa9832d1ad4b8fc3b21151fd
3
+ size 6717
sanitized/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9e9efa2c0d59ef5e55537a9d126b8f875d5ac010a8d75628d76824884e15850
3
+ size 60864
sanitized/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d95f8ad6d2fff08fe4826122d6e3e31f75716825d0c5c340d297aca5e9e0de0e
3
+ size 33854
sanitized/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27e065fcab3c863959933328a7fdbf404e1bcb5464b1be6fe0dcd9530e420204
3
+ size 13987