CodeEditSearch / README.md
cassanof's picture
Upload dataset
a2b018a verified
|
raw
history blame
No virus
1.56 kB
metadata
dataset_info:
  - config_name: go
    features:
      - name: after
        dtype: string
      - name: before
        dtype: string
      - name: diff
        dtype: string
      - name: instruction
        dtype: string
    splits:
      - name: train
        num_bytes: 3564717.312
        num_examples: 1752
    download_size: 1940872
    dataset_size: 3564717.312
  - config_name: javascript
    features:
      - name: after
        dtype: string
      - name: before
        dtype: string
      - name: diff
        dtype: string
      - name: instruction
        dtype: string
    splits:
      - name: train
        num_bytes: 3570916.0295
        num_examples: 1711
    download_size: 1934410
    dataset_size: 3570916.0295
  - config_name: python
    features:
      - name: after
        dtype: string
      - name: before
        dtype: string
      - name: diff
        dtype: string
      - name: instruction
        dtype: string
    splits:
      - name: train
        num_bytes: 3531781.2775
        num_examples: 1645
    download_size: 1913223
    dataset_size: 3531781.2775
  - config_name: ruby
    features:
      - name: after
        dtype: string
      - name: before
        dtype: string
      - name: diff
        dtype: string
      - name: instruction
        dtype: string
    splits:
      - name: train
        num_bytes: 3177974.184
        num_examples: 1617
    download_size: 1744272
    dataset_size: 3177974.184
configs:
  - config_name: go
    data_files:
      - split: train
        path: go/train-*
  - config_name: javascript
    data_files:
      - split: train
        path: javascript/train-*
  - config_name: python
    data_files:
      - split: train
        path: python/train-*
  - config_name: ruby
    data_files:
      - split: train
        path: ruby/train-*