pszemraj's picture
Upload README.md with huggingface_hub
8e52d40
|
raw
history blame
807 Bytes
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: id
      dtype: string
    - name: url
      dtype: string
    - name: title
      dtype: string
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 15368746858.779654
      num_examples: 5673373
    - name: validation
      num_bytes: 404439922.64724064
      num_examples: 149299
    - name: test
      num_bytes: 404442631.57310516
      num_examples: 149300
  download_size: 9703633440
  dataset_size: 16177629413

Dataset Card for "wikipedia-deduped"

More Information needed