ytzi's picture
Update README.md
a963dd5 verified
metadata
dataset_info:
  config_name: main
  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: original_content
      dtype: string
    - name: filtered:remove_non_ascii
      dtype: int64
    - name: filtered:remove_decorators
      dtype: int64
    - name: filtered:remove_async
      dtype: int64
    - name: filtered:remove_classes
      dtype: int64
    - name: filtered:remove_generators
      dtype: int64
    - name: filtered:remove_function_no_docstring
      dtype: int64
    - name: filtered:remove_class_no_docstring
      dtype: int64
    - name: filtered:remove_unused_imports
      dtype: int64
    - name: filtered:remove_delete_markers
      dtype: int64
  splits:
    - name: train
      num_bytes: 84730507708
      num_examples: 10643417
  download_size: 33891517718
  dataset_size: 84730507708
configs:
  - config_name: main
    data_files:
      - split: train
        path: main/train-*

This is a dataset originated from bigcode/the-stack-dedup with some filters applied. The filters filtered in this dataset are:

  • remove_non_ascii
  • remove_decorators
  • remove_async
  • remove_classes
  • remove_generators
  • remove_function_no_docstring
  • remove_class_no_docstring
  • remove_unused_imports
  • remove_delete_markers