File size: 3,198 Bytes
cd5ac18 1f79561 545d53f 1f79561 ec600d0 ee3772d fc6c6ab 1f79561 545d53f 1f79561 ec600d0 ee3772d fc6c6ab cd5ac18 | 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 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 | ---
license: mit
configs:
- config_name: default_cleaned
data_files:
- split: combined
path: default_cleaned/combined-*
- split: train
path: default_cleaned/train-*
- split: test
path: default_cleaned/test-*
- split: validation
path: default_cleaned/validation-*
- config_name: default_raw
data_files:
- split: train
path: default_raw/train-*
- config_name: hp_bal
data_files:
- split: train
path: hp_bal/train-*
- split: test
path: hp_bal/test-*
- split: val
path: hp_bal/val-*
- config_name: hp_strat
data_files:
- split: train
path: hp_strat/train-*
- split: test
path: hp_strat/test-*
- split: val
path: hp_strat/val-*
- config_name: hp_strat_drop_other_cb
data_files:
- split: train
path: hp_strat_drop_other_cb/train-*
- split: test
path: hp_strat_drop_other_cb/test-*
- split: val
path: hp_strat_drop_other_cb/val-*
dataset_info:
- config_name: default_cleaned
features:
- name: tweet_text
dtype: large_string
- name: cb_type
dtype: large_string
- name: cleaned_text
dtype: large_string
- name: cleaned_text_length
dtype: int64
splits:
- name: combined
num_bytes: 13838070
num_examples: 44815
- name: train
num_bytes: 10395941
num_examples: 33611
- name: test
num_bytes: 2069662
num_examples: 6722
- name: validation
num_bytes: 1389279
num_examples: 4482
download_size: 17073446
dataset_size: 27692952
- config_name: default_raw
features:
- name: tweet_text
dtype: large_string
- name: cyberbullying_type
dtype: large_string
splits:
- name: train
num_bytes: 7795491
num_examples: 47692
download_size: 4542261
dataset_size: 7795491
- config_name: hp_bal
features:
- name: cleaned_text
dtype: large_string
- name: cb_type
dtype: large_string
- name: __index_level_0__
dtype: int64
splits:
- name: train
num_bytes: 492814
num_examples: 3150
- name: test
num_bytes: 98785
num_examples: 630
- name: val
num_bytes: 67374
num_examples: 420
download_size: 410498
dataset_size: 658973
- config_name: hp_strat
features:
- name: tweet_text
dtype: large_string
- name: cb_type
dtype: large_string
- name: cleaned_text
dtype: large_string
- name: cleaned_text_length
dtype: int64
- name: __index_level_0__
dtype: int64
splits:
- name: train
num_bytes: 945892
num_examples: 3000
- name: test
num_bytes: 189420
num_examples: 600
- name: val
num_bytes: 127866
num_examples: 400
download_size: 815670
dataset_size: 1263178
- config_name: hp_strat_drop_other_cb
features:
- name: cleaned_text
dtype: large_string
- name: cb_type
dtype: large_string
- name: __index_level_0__
dtype: int64
splits:
- name: train
num_bytes: 500322
num_examples: 3000
- name: test
num_bytes: 99261
num_examples: 600
- name: val
num_bytes: 68732
num_examples: 400
download_size: 416597
dataset_size: 668315
---
|