CommitPackFT / README.md
stallone's picture
Upload dataset
e079c54 verified
|
raw
history blame
2.01 kB
metadata
dataset_info:
  - config_name: completion
    features:
      - name: doc_id
        dtype: string
      - name: metadata
        struct:
          - name: language
            dtype: string
      - name: input
        dtype: string
      - name: output
        dtype: string
    splits:
      - name: train
        num_bytes: 1063632894
        num_examples: 702062
    download_size: 532139623
    dataset_size: 1063632894
  - config_name: conversation
    features:
      - name: doc_id
        dtype: string
      - name: metadata
        struct:
          - name: language
            dtype: string
      - name: messages
        list:
          - name: content
            dtype: string
          - name: role
            dtype: string
    splits:
      - name: train
        num_bytes: 1081184444
        num_examples: 702062
    download_size: 371340975
    dataset_size: 1081184444
  - config_name: conversation[stata]
    features:
      - name: doc_id
        dtype: string
      - name: messages
        list:
          - name: content
            dtype: string
          - name: role
            dtype: string
    splits:
      - name: train
        num_bytes: 15290.504513846356
        num_examples: 10
    download_size: 7914
    dataset_size: 15290.504513846356
  - config_name: source
    features:
      - name: commit
        dtype: string
      - name: old_file
        dtype: string
      - name: new_file
        dtype: string
      - name: old_contents
        dtype: string
      - name: new_contents
        dtype: string
      - name: subject
        dtype: string
      - name: message
        dtype: string
      - name: lang
        dtype: string
      - name: license
        dtype: string
      - name: repos
        dtype: string
      - name: doc_id
        dtype: string
    splits:
      - name: train
        num_bytes: 1459487359
        num_examples: 702062
    download_size: 691878021
    dataset_size: 1459487359
configs:
  - config_name: completion
    data_files:
      - split: train
        path: completion/train-*
  - config_name: conversation
    data_files:
      - split: train
        path: conversation/train-*
  - config_name: conversation[stata]
    data_files:
      - split: train
        path: conversation[stata]/train-*
  - config_name: source
    data_files:
      - split: train
        path: source/train-*