imdb-dataset / README.md
abhi227070's picture
Upload dataset
b035c9c verified
|
raw
history blame
574 Bytes
metadata
license: mit
dataset_info:
  features:
    - name: text
      dtype: string
    - name: label
      dtype: int64
  splits:
    - name: train
      num_bytes: 39812091
      num_examples: 30000
    - name: test
      num_bytes: 13144227
      num_examples: 10000
    - name: validation
      num_bytes: 13127190
      num_examples: 10000
  download_size: 42981967
  dataset_size: 66083508
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*