wikinewssum / README.md
pyRis's picture
Upload README.md with huggingface_hub
eddda6d
|
raw
history blame contribute delete
No virus
623 Bytes
metadata
license: mit
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*
dataset_info:
  features:
    - name: lang_src
      dtype: string
    - name: text
      dtype: string
    - name: lang_tgt
      dtype: string
    - name: summary
      dtype: string
  splits:
    - name: train
      num_bytes: 286852471
      num_examples: 62543
    - name: test
      num_bytes: 41437935
      num_examples: 8977
    - name: validation
      num_bytes: 81600711
      num_examples: 17996
  download_size: 199887304
  dataset_size: 409891117