---
dataset_info:
  features:
  - name: repo_name
    dtype: string
  - name: text
    dtype: string
  - name: avg_line_length
    dtype: float64
  - name: max_line_length
    dtype: int64
  - name: alphnanum_fraction
    dtype: float64
  splits:
  - name: train
    num_bytes: 5052530.634146341
    num_examples: 1119
  - name: test
    num_bytes: 650191.6097560975
    num_examples: 144
  - name: valid
    num_bytes: 1517113.756097561
    num_examples: 336
  download_size: 2652123
  dataset_size: 7219835.999999999
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: valid
    path: data/valid-*
---