Samsum_test / README.md
kenyano's picture
Upload README.md with huggingface_hub
362b615
|
raw
history blame
706 Bytes
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: query
      dtype: string
    - name: answer
      dtype: string
  splits:
    - name: train
      num_bytes: 10807659
      num_examples: 14732
    - name: valid
      num_bytes: 589067
      num_examples: 818
    - name: test
      num_bytes: 607221
      num_examples: 819
  download_size: 6915435
  dataset_size: 12003947

Dataset Card for "Samsum_test"

More Information needed