CoolFace
Datasetpublic

codeparrot/codeparrot-clean-train

CodeParrot ๐Ÿฆœ Dataset Cleaned (train) Train split of CodeParrot ๐Ÿฆœ Dataset Cleaned. Dataset structure DatasetDict({ train: Dataset({ features: ['repo_name', 'path', 'copies', 'size', 'content', 'license', 'hash', 'line_mean', 'line_max', 'alpha_frac', 'autogenerated'], num_rows: 5300000 }) })

sourceHugging Faceupdated 4y agoView on Hugging Face
16likes3.6kdownloads
Dataset Card

CodeParrot ๐Ÿฆœ Dataset Cleaned (train)

Train split of CodeParrot ๐Ÿฆœ Dataset Cleaned.

Dataset structure

python
DatasetDict({
    train: Dataset({
        features: ['repo_name', 'path', 'copies', 'size', 'content', 'license', 'hash', 'line_mean', 'line_max', 'alpha_frac', 'autogenerated'],
        num_rows: 5300000
    })
})