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.
Fix task tags (#2)
Update README.md
Fix `license` metadata (#1)
Update README.md
Update README.md
Upload data.jsonl
Delete train.jsonl
Upload train.jsonl
initial commit
