diffembed / README.md
kevmo314's picture
Upload dataset
3a0f9d3 verified
|
raw
history blame
1.78 kB
metadata
dataset_info:
  - config_name: json
    features:
      - name: anchor
        struct:
          - name: diff
            dtype: string
      - name: positive
        struct:
          - name: code
            dtype: string
      - name: negative
        struct:
          - name: code
            dtype: string
    splits:
      - name: train
        num_bytes: 2514590121
        num_examples: 1137664
    download_size: 803623099
    dataset_size: 2514590121
  - config_name: swift
    features:
      - name: anchor
        struct:
          - name: diff
            dtype: string
      - name: positive
        struct:
          - name: code
            dtype: string
      - name: negative
        struct:
          - name: code
            dtype: string
    splits:
      - name: train
        num_bytes: 308872119
        num_examples: 180521
    download_size: 88861488
    dataset_size: 308872119
  - config_name: text
    features:
      - name: anchor
        struct:
          - name: diff
            dtype: string
      - name: positive
        struct:
          - name: code
            dtype: string
      - name: negative
        struct:
          - name: code
            dtype: string
    splits:
      - name: train
        num_bytes: 452396915
        num_examples: 221544
    download_size: 163798564
    dataset_size: 452396915
  - config_name: xml
    features:
      - name: anchor
        struct:
          - name: diff
            dtype: string
      - name: positive
        struct:
          - name: code
            dtype: string
      - name: negative
        struct:
          - name: code
            dtype: string
    splits:
      - name: train
        num_bytes: 1825610741
        num_examples: 671714
    download_size: 467647764
    dataset_size: 1825610741
configs:
  - config_name: json
    data_files:
      - split: train
        path: json/train-*
  - config_name: swift
    data_files:
      - split: train
        path: swift/train-*
  - config_name: text
    data_files:
      - split: train
        path: text/train-*
  - config_name: xml
    data_files:
      - split: train
        path: xml/train-*