CommitPackFT / README.md
stallone's picture
Upload dataset
35772c2 verified
|
raw
history blame
936 Bytes
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
configs:
  - config_name: completion
    data_files:
      - split: train
        path: completion/train-*
  - config_name: conversation
    data_files:
      - split: train
        path: conversation/train-*