File size: 673 Bytes
51d3864
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: ID
    dtype: string
  - name: Tweet
    dtype: string
  - name: anger
    dtype: bool
  - name: anticipation
    dtype: bool
  - name: disgust
    dtype: bool
  - name: fear
    dtype: bool
  - name: joy
    dtype: bool
  - name: love
    dtype: bool
  - name: optimism
    dtype: bool
  - name: pessimism
    dtype: bool
  - name: sadness
    dtype: bool
  - name: surprise
    dtype: bool
  - name: trust
    dtype: bool
  splits:
  - name: test
    num_bytes: 278707.0
    num_examples: 1518
  download_size: 174320
  dataset_size: 278707.0
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---