File size: 496 Bytes
f134167
 
 
dcd8de4
f134167
 
 
e76fd80
 
13e3745
f134167
 
 
63d4755
f569d2d
22db7cf
63d4755
f569d2d
22db7cf
f569d2d
22db7cf
f134167
 
 
63d4755
 
 
 
f134167
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
---
dataset_info:
  features:
  - name: labels
    dtype:
      class_label:
        names:
          '0': Negative
          '1': Neutral
          '2': Positive
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 22650
    num_examples: 224
  - name: test
    num_bytes: 14357
    num_examples: 150
  download_size: 26689
  dataset_size: 37007
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---