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

codeparrot/codecomplex · main · files are served by the source, never re-hosted here