the-stack / README.md
Reset23's picture
Upload dataset (part 00010-of-00011)
e500c54 verified
metadata
dataset_info:
  features:
    - name: hexsha
      dtype: string
    - name: size
      dtype: int64
    - name: ext
      dtype: string
    - name: lang
      dtype: string
    - name: max_stars_repo_path
      dtype: string
    - name: max_stars_repo_name
      dtype: string
    - name: max_stars_repo_head_hexsha
      dtype: string
    - name: max_stars_repo_licenses
      sequence: string
    - name: max_stars_count
      dtype: int64
    - name: max_stars_repo_stars_event_min_datetime
      dtype: string
    - name: max_stars_repo_stars_event_max_datetime
      dtype: string
    - name: max_issues_repo_path
      dtype: string
    - name: max_issues_repo_name
      dtype: string
    - name: max_issues_repo_head_hexsha
      dtype: string
    - name: max_issues_repo_licenses
      sequence: string
    - name: max_issues_count
      dtype: int64
    - name: max_issues_repo_issues_event_min_datetime
      dtype: string
    - name: max_issues_repo_issues_event_max_datetime
      dtype: string
    - name: max_forks_repo_path
      dtype: string
    - name: max_forks_repo_name
      dtype: string
    - name: max_forks_repo_head_hexsha
      dtype: string
    - name: max_forks_repo_licenses
      sequence: string
    - name: max_forks_count
      dtype: int64
    - name: max_forks_repo_forks_event_min_datetime
      dtype: string
    - name: max_forks_repo_forks_event_max_datetime
      dtype: string
    - name: content
      dtype: string
    - name: avg_line_length
      dtype: float64
    - name: max_line_length
      dtype: int64
    - name: alphanum_fraction
      dtype: float64
    - name: author_id
      dtype: string
  splits:
    - name: cpp
      num_bytes: 51104243980.57739
      num_examples: 5947701
    - name: c
      num_bytes: 58402854108.49843
      num_examples: 8025953
    - name: java
      num_bytes: 100928924298.68947
      num_examples: 19530504
    - name: python
      num_bytes: 63357425155.43296
      num_examples: 11396948
  download_size: 100750478694
  dataset_size: 273793447543.19824
configs:
  - config_name: default
    data_files:
      - split: cpp
        path: data/cpp-*
      - split: c
        path: data/c-*
      - split: java
        path: data/java-*
      - split: python
        path: data/python-*