File size: 6,063 Bytes
15f7549
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
    "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.\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.0",
            "description": null,
            "major": 1,
            "minor": 0,
            "patch": 0
        },
        "splits": {
            "test": {
                "name": "test",
                "num_bytes": 467780,
                "num_examples": 974,
                "dataset_name": "mbpp"
            }
        },
        "download_checksums": {
            "https://raw.githubusercontent.com/google-research/google-research/master/mbpp/mbpp.jsonl": {
                "num_bytes": 563537,
                "checksum": "0b7004a79cd62d9ec7ecdd5a6e5f0ef1210ff00b286df3c5d5b57bf38c58e19a"
            }
        },
        "download_size": 563537,
        "post_processing_size": null,
        "dataset_size": 467780,
        "size_in_bytes": 1031317
    },
    "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.\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.0",
            "description": null,
            "major": 1,
            "minor": 0,
            "patch": 0
        },
        "splits": {
            "test": {
                "name": "test",
                "num_bytes": 219504,
                "num_examples": 427,
                "dataset_name": "mbpp"
            }
        },
        "download_checksums": {
            "https://raw.githubusercontent.com/google-research/google-research/master/mbpp/sanitized-mbpp.json": {
                "num_bytes": 254879,
                "checksum": "45fca2bbec0d898702499193e593e9bf92092dd4560ebd7c652b9c84d6aed9f5"
            }
        },
        "download_size": 254879,
        "post_processing_size": null,
        "dataset_size": 219504,
        "size_in_bytes": 474383
    }
}