biss_tiny_wikipedia / README.md
joaomonteirof's picture
Upload dataset
6b716bd verified
|
raw
history blame
596 Bytes
metadata
dataset_info:
  features:
    - name: id
      dtype: string
    - name: url
      dtype: string
    - name: title
      dtype: string
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 222757944
      num_examples: 10000
    - name: validation
      num_bytes: 22507948
      num_examples: 1000
    - name: test
      num_bytes: 21426991
      num_examples: 1000
  download_size: 154411270
  dataset_size: 266692883
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*