CoolFace
Datasetpublic

PatrickHaller/the-stack-python-1M

sourceHugging Faceupdated 2y agoView on Hugging Face
1likes1.1kdownloads
README.md74 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: hexsha5    dtype: string6  - name: size7    dtype: int648  - name: ext9    dtype: string10  - name: lang11    dtype: string12  - name: max_stars_repo_path13    dtype: string14  - name: max_stars_repo_name15    dtype: string16  - name: max_stars_repo_head_hexsha17    dtype: string18  - name: max_stars_repo_licenses19    sequence: string20  - name: max_stars_count21    dtype: int6422  - name: max_stars_repo_stars_event_min_datetime23    dtype: string24  - name: max_stars_repo_stars_event_max_datetime25    dtype: string26  - name: max_issues_repo_path27    dtype: string28  - name: max_issues_repo_name29    dtype: string30  - name: max_issues_repo_head_hexsha31    dtype: string32  - name: max_issues_repo_licenses33    sequence: string34  - name: max_issues_count35    dtype: int6436  - name: max_issues_repo_issues_event_min_datetime37    dtype: string38  - name: max_issues_repo_issues_event_max_datetime39    dtype: string40  - name: max_forks_repo_path41    dtype: string42  - name: max_forks_repo_name43    dtype: string44  - name: max_forks_repo_head_hexsha45    dtype: string46  - name: max_forks_repo_licenses47    sequence: string48  - name: max_forks_count49    dtype: int6450  - name: max_forks_repo_forks_event_min_datetime51    dtype: string52  - name: max_forks_repo_forks_event_max_datetime53    dtype: string54  - name: content55    dtype: string56  - name: avg_line_length57    dtype: float6458  - name: max_line_length59    dtype: int6460  - name: alphanum_fraction61    dtype: float6462  splits:63  - name: train64    num_bytes: 889715492065    num_examples: 100000066  download_size: 328151856867  dataset_size: 889715492068configs:69- config_name: default70  data_files:71  - split: train72    path: data/train-*73---74