Samsum_train / README.md
kenyano's picture
Upload README.md with huggingface_hub
ed46411 verified
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: valid
        path: data/valid-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: id
      dtype: string
    - name: conversations
      list:
        - name: from
          dtype: string
        - name: value
          dtype: string
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 20047879
      num_examples: 14732
    - name: valid
      num_bytes: 1092198
      num_examples: 818
    - name: test
      num_bytes: 1129541
      num_examples: 819
  download_size: 12172701
  dataset_size: 22269618

Dataset Card for "Samsum_train"

More Information needed