pszemraj's picture
Update README.md
035c15b
|
raw
history blame
No virus
2.31 kB
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: size
      dtype: int64
    - name: ext
      dtype: string
    - name: lang
      dtype: string
    - name: max_stars_repo_name
      dtype: string
    - name: max_stars_repo_licenses
      sequence: string
    - name: max_stars_count
      dtype: float64
    - name: max_issues_repo_name
      dtype: string
    - name: max_issues_repo_licenses
      sequence: string
    - name: max_issues_count
      dtype: float64
    - name: max_forks_repo_name
      dtype: string
    - name: max_forks_repo_licenses
      sequence: string
    - name: max_forks_count
      dtype: float64
    - name: text
      dtype: string
    - name: avg_line_length
      dtype: float64
    - name: max_line_length
      dtype: int64
    - name: alphanum_fraction
      dtype: float64
    - name: code_readability
      dtype: float64
  splits:
    - name: train
      num_bytes: 2334684145.551843
      num_examples: 218432
  download_size: 378961343
  dataset_size: 2334684145.551843
source_datasets: bigcode/the-stack-smol-xl

Dataset Card for "the-stack-smol-xl-readable"

Filtered for 'readability' 0.8 and greater. ~560M llama2 tokens

columns:

{'train': ['size',
           'ext',
           'lang',
           'max_stars_repo_name',
           'max_stars_repo_licenses',
           'max_stars_count',
           'max_issues_repo_name',
           'max_issues_repo_licenses',
           'max_issues_count',
           'max_forks_repo_name',
           'max_forks_repo_licenses',
           'max_forks_count',
           'text',
           'avg_line_length',
           'max_line_length',
           'alphanum_fraction',
           'code_readability']}

stats:

code_readability
count 218432
mean 0.840515
std 0.0288337
min 0.8
25% 0.816354
50% 0.836042
75% 0.863379
max 0.987153

tokens

          token_len  
count      218432.0  
mean    2582.098122  
std    19249.851625  
min             2.0  
25%           136.0  
50%           358.0  
75%          1005.0  
max        974931.0