CoolFace
Datasetpublic

arjunguha/mbpp

This is the MBPP dataset. Downloaded from here and constructed as follows: import datasets ds = datasets.load_dataset("json", data_files="mbpp.jsonl", split="train") test = ds.filter(lambda item: item['task_id'] >= 11 and item['task_id'] <= 510) few_shot = ds.filter(lambda item: item['task_id'] >= 1 and item['task_id'] <= 10) validation = ds.filter(lambda item: item['task_id'] >= 511 and item['task_id'] <= 600) train = ds.filter(lambda item: item['task_id'] >= 601 and item['task_id'] <= 974)… See the full description on the dataset page: https://huggingface.co/datasets/arjunguha/mbpp.

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes165downloads
../
filefew_shot-00000-of-00001.parquet7 KBdownload
filetest-00000-of-00001.parquet111 KBdownload
filetrain-00000-of-00001.parquet84 KBdownload
filevalidation-00000-of-00001.parquet24 KBdownload

arjunguha/mbpp · main · files are served by the source, never re-hosted here