File size: 2,146 Bytes
4b018eb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
dataset_info:
  features:
  - name: HITId
    dtype: string
  - name: tweet
    dtype: string
  - name: sentiment
    dtype:
      class_label:
        names:
          '0': abusive
          '1': abusive_disrespectful
          '2': abusive_disrespectful_hateful_normal
          '3': abusive_hateful
          '4': abusive_normal
          '5': abusive_offensive
          '6': abusive_offensive_disrespectful_hateful_normal
          '7': abusive_offensive_disrespectful_normal
          '8': abusive_offensive_hateful_disrespectful
          '9': abusive_offensive_hateful_disrespectful_normal
          '10': abusive_offensive_hateful_normal
          '11': disrespectful
          '12': disrespectful_hateful
          '13': disrespectful_normal
          '14': fearful
          '15': fearful_abusive_disrespectful_hateful_normal
          '16': fearful_abusive_hateful_disrespectful_normal
          '17': fearful_abusive_offensive_disrespectful_normal
          '18': fearful_abusive_offensive_hateful
          '19': fearful_abusive_offensive_hateful_disrespectful
          '20': fearful_abusive_offensive_hateful_normal
          '21': fearful_disrespectful
          '22': fearful_disrespectful_hateful_normal
          '23': fearful_normal
          '24': fearful_offensive_disrespectful_hateful_normal
          '25': fearful_offensive_hateful_disrespectful_normal
          '26': fearful_offensive_hateful_normal
          '27': hateful
          '28': hateful_disrespectful
          '29': hateful_disrespectful_normal
          '30': hateful_normal
          '31': normal
          '32': offensive
          '33': offensive_disrespectful
          '34': offensive_hateful
          '35': offensive_hateful_disrespectful_normal
          '36': offensive_normal
  - name: directness
    dtype: string
  - name: annotator_sentiment
    dtype: string
  - name: target
    dtype: string
  - name: group
    dtype: string
  splits:
  - name: train
    num_bytes: 641818
    num_examples: 3353
  download_size: 278807
  dataset_size: 641818
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---