CoolFace
Datasetpublic

codeparrot/codecomplex

CodeComplex Dataset Dataset Description CodeComplex consists of 4,200 Java codes submitted to programming competitions by human programmers and their complexity labels annotated by a group of algorithm experts. How to use it You can load and iterate through the dataset with the following two lines of code: from datasets import load_dataset ds = load_dataset("codeparrot/codecomplex", split="train") print(next(iter(ds))) Data Structure… See the full description on the dataset page: https://huggingface.co/datasets/codeparrot/codecomplex.

sourceHugging Faceapache-2.0updated 4y agoView on Hugging Face
30likes777downloads
9 commits on main
aa0988c4y ago

Fix task tags (#2)

loubnabnl, albertvillanova
2d6b2474y ago

Update README.md

loubnabnl
ceddea34y ago

Fix `license` metadata (#1)

loubnabnl, julien-c
76f18ea4y ago

Update README.md

loubnabnl
84586184y ago

Update README.md

loubnabnl
38507404y ago

Upload data.jsonl

loubnabnl
ece11b94y ago

Delete train.jsonl

loubnabnl
2cf490b4y ago

Upload train.jsonl

loubnabnl
89377b24y ago

initial commit

loubnabnl