research_code / README.md
iNeil77's picture
Upload dataset
676d57b verified
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: 10791957059.976545
        num_examples: 802216
    download_size: 1425530604
    dataset_size: 10791957059.976545
  - 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: 5309598856.331665
        num_examples: 394687
    download_size: 608841955
    dataset_size: 5309598856.331665
  - config_name: go
    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: 957925155.2820561
        num_examples: 71207
    download_size: 109696524
    dataset_size: 957925155.2820561
  - config_name: haskell
    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: 154934543.14018902
        num_examples: 11517
    download_size: 14981550
    dataset_size: 154934543.14018902
  - config_name: java
    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: 8273413125.44581
        num_examples: 615001
    download_size: 1026455131
    dataset_size: 8273413125.44581
  - config_name: python
    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: 7255394837.906463
        num_examples: 539327
    download_size: 965554391
    dataset_size: 7255394837.906463
  - config_name: rust
    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: 317994506.44679934
        num_examples: 23638
    download_size: 73723760
    dataset_size: 317994506.44679934
  - config_name: typescript
    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: 670051204.7170734
        num_examples: 49808
    download_size: 120981214
    dataset_size: 670051204.7170734
configs:
  - config_name: c
    data_files:
      - split: train
        path: c/train-*
  - config_name: cpp
    data_files:
      - split: train
        path: cpp/train-*
  - config_name: go
    data_files:
      - split: train
        path: go/train-*
  - config_name: haskell
    data_files:
      - split: train
        path: haskell/train-*
  - config_name: java
    data_files:
      - split: train
        path: java/train-*
  - config_name: python
    data_files:
      - split: train
        path: python/train-*
  - config_name: rust
    data_files:
      - split: train
        path: rust/train-*
  - config_name: typescript
    data_files:
      - split: train
        path: typescript/train-*