CoolFace
Datasetpublic

codeparrot/codeparrot-clean-valid

CodeParrot ๐Ÿฆœ Dataset Cleaned (valid) 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: 61373 }) })

sourceHugging Faceupdated 4y agoView on Hugging Face
13likes10kdownloads
README.md14 linesDownload Raw Back to root
1# CodeParrot ๐Ÿฆœ Dataset Cleaned (valid)2 3Train split of [CodeParrot ๐Ÿฆœ Dataset Cleaned](https://huggingface.co/datasets/lvwerra/codeparrot-clean).4 5## Dataset structure6 7```python8DatasetDict({9    train: Dataset({10        features: ['repo_name', 'path', 'copies', 'size', 'content', 'license', 'hash', 'line_mean', 'line_max', 'alpha_frac', 'autogenerated'],11        num_rows: 6137312    })13})14```