File size: 466 Bytes
b261386
 
 
 
 
 
 
 
 
 
 
 
 
0666b97
 
 
 
 
 
b261386
 
 
 
 
 
0666b97
 
b261386
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': neg
          '1': pos
  splits:
  - name: train
    num_bytes: 145038
    num_examples: 391
  - name: test
    num_bytes: 152454
    num_examples: 429
  download_size: 147356
  dataset_size: 297492
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---