Datasets:

Modalities:
Tabular
Text
Formats:
parquet
DOI:
Libraries:
Datasets
Dask
Razvan27's picture
Upload dataset
dabdf13 verified
|
raw
history blame
2.17 kB
metadata
dataset_info:
  - config_name: CommonLispExact
    features:
      - name: id
        dtype: int64
      - name: file_name
        dtype: string
      - name: file_path
        dtype: string
      - name: content
        dtype: string
      - name: size
        dtype: int64
      - name: language
        dtype: string
      - name: extension
        dtype: string
      - name: total_lines
        dtype: int64
      - name: avg_line_length
        dtype: float64
      - name: max_line_length
        dtype: int64
      - name: alphanum_fraction
        dtype: float64
      - name: repo_name
        dtype: string
      - name: repo_stars
        dtype: int64
      - name: repo_forks
        dtype: int64
      - name: repo_open_issues
        dtype: int64
      - name: repo_license
        dtype: string
      - name: repo_extraction_date
        dtype: string
      - name: sha
        dtype: string
      - name: __index_level_0__
        dtype: int64
      - name: exdup_ids_cmlisp_stkv2
        sequence: int64
    splits:
      - name: train
        num_bytes: 296745839
        num_examples: 16968
    download_size: 110463134
    dataset_size: 296745839
  - config_name: ErlangExact
    features:
      - name: id
        dtype: int64
      - name: file_name
        dtype: string
      - name: file_path
        dtype: string
      - name: content
        dtype: string
      - name: size
        dtype: int64
      - name: language
        dtype: string
      - name: extension
        dtype: string
      - name: total_lines
        dtype: int64
      - name: avg_line_length
        dtype: float64
      - name: max_line_length
        dtype: int64
      - name: alphanum_fraction
        dtype: float64
      - name: repo_name
        dtype: string
      - name: repo_stars
        dtype: int64
      - name: repo_forks
        dtype: int64
      - name: repo_open_issues
        dtype: int64
      - name: repo_license
        dtype: string
      - name: repo_extraction_date
        dtype: string
      - name: sha
        dtype: string
      - name: __index_level_0__
        dtype: int64
      - name: exdup_ids_erlang_stkv2
        sequence: int64
    splits:
      - name: train
        num_bytes: 372408267
        num_examples: 32049
    download_size: 111104377
    dataset_size: 372408267
configs:
  - config_name: CommonLispExact
    data_files:
      - split: train
        path: data/CommonLisp_Exact/train-*
  - config_name: ErlangExact
    data_files:
      - split: train
        path: data/Erlang_Exact/train-*