| # CodeParrot π¦ Dataset Cleaned (train) | |
| Train split of [CodeParrot π¦ Dataset Cleaned](https://huggingface.co/datasets/lvwerra/codeparrot-clean). | |
| ## 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 | |
| }) | |
| }) | |
| ``` |