Datasets:
File size: 733 Bytes
834430f 95291d1 5bb960f 834430f c3c3a22 834430f 1f15ee8 c3c3a22 1f15ee8 834430f c3c3a22 834430f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
---
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: 7646066
num_examples: 28000
- name: validation
num_bytes: 1938777
num_examples: 7000
- name: test
num_bytes: 9668802
num_examples: 35000
download_size: 10584961
dataset_size: 19253645
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
|