DandinPower's picture
Upload dataset
dfeffa4 verified
|
raw
history blame
No virus
735 Bytes
metadata
language:
  - en
task_categories:
  - text-classification
tags:
  - nycu-112-2-datamining-hw2
dataset_info:
  features:
    - name: index
      dtype: string
    - name: text
      dtype: string
    - name: label
      dtype: int64
    - name: helpful_vote
      dtype: int64
    - name: verified_purchase
      dtype: bool
  splits:
    - name: train
      num_bytes: 12533194
      num_examples: 28000
    - name: validation
      num_bytes: 3160624
      num_examples: 7000
    - name: test
      num_bytes: 15778260
      num_examples: 35000
  download_size: 12124701
  dataset_size: 31472078
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*