File size: 898 Bytes
f2bb0f6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
43
44
45
46
47
48
49
50
51
52
---
dataset_info:
  features:
  - name: happy
    dtype: bool
  - name: love
    dtype: bool
  - name: angry
    dtype: bool
  - name: Sadness
    dtype: bool
  - name: fear
    dtype: bool
  - name: Trust
    dtype: bool
  - name: Disgust
    dtype: bool
  - name: Surprise
    dtype: bool
  - name: Anticipation
    dtype: bool
  - name: optimism
    dtype: bool
  - name: pessimism
    dtype: bool
  - name: POST_EN
    dtype: string
  - name: Comment_EN
    dtype: string
  splits:
  - name: train
    num_bytes: 1276359
    num_examples: 3587
  - name: validation
    num_bytes: 266836
    num_examples: 769
  - name: test
    num_bytes: 258246
    num_examples: 769
  download_size: 305747
  dataset_size: 1801441
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---