research_code / README.md
iNeil77's picture
Upload dataset
ef8586d verified
|
raw
history blame
1.06 kB
metadata
dataset_info:
  - config_name: c
    features:
      - name: repo
        dtype: string
      - name: file
        dtype: string
      - name: code
        dtype: string
      - name: file_length
        dtype: int64
      - name: avg_line_length
        dtype: float64
      - name: max_line_length
        dtype: int64
      - name: extension_type
        dtype: string
    splits:
      - name: train
        num_bytes: 15516122083.854034
        num_examples: 1153385
    download_size: 4732430223
    dataset_size: 15516122083.854034
  - config_name: cpp
    features:
      - name: repo
        dtype: string
      - name: file
        dtype: string
      - name: code
        dtype: string
      - name: file_length
        dtype: int64
      - name: avg_line_length
        dtype: float64
      - name: max_line_length
        dtype: int64
      - name: extension_type
        dtype: string
    splits:
      - name: train
        num_bytes: 7665701650.945949
        num_examples: 569827
    download_size: 2395092795
    dataset_size: 7665701650.945949
configs:
  - config_name: c
    data_files:
      - split: train
        path: c/train-*
  - config_name: cpp
    data_files:
      - split: train
        path: cpp/train-*