xsum_10_percents / README.md
thdangtr's picture
Upload README.md with huggingface_hub
eaa046e
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: document
      dtype: string
    - name: summary
      dtype: string
    - name: id
      dtype: string
  splits:
    - name: train
      num_bytes: 47919462.033629835
      num_examples: 20404
    - name: validation
      num_bytes: 2628823.6534592304
      num_examples: 1133
    - name: test
      num_bytes: 2674669.821157579
      num_examples: 1133
  download_size: 33669166
  dataset_size: 53222955.508246645

Dataset Card for "xsum_10_percents"

More Information needed