File size: 584 Bytes
7e7206d
 
1aeafc0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9d34d25
 
1aeafc0
 
9d34d25
1aeafc0
 
9d34d25
1aeafc0
9d34d25
 
7e7206d
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
---

license: mit
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: class_index
    dtype: int64
  - name: review_title
    dtype: string
  - name: review_text
    dtype: string
  - name: length
    dtype: int64
  - name: sentences
    sequence: string
  splits:
  - name: train
    num_bytes: 20486439
    num_examples: 10000
  - name: test
    num_bytes: 10103120
    num_examples: 5000
  download_size: 20202360
  dataset_size: 30589559
---