Datasets:
File size: 4,056 Bytes
f593a07 3a079ce 30b39d6 dee8e2c c187b5d 30b39d6 715fba4 c187b5d 7797f3c 30b39d6 dee8e2c 30b39d6 715fba4 c187b5d 7797f3c 3a079ce |
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 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 |
---
language:
- pt
pretty_name: Portuguese Benchmark
dataset_info:
- config_name: HateBR
features:
- name: idx
dtype: int32
- name: sentence
dtype: string
- name: label
dtype:
class_label:
names:
'0': non-offensive
'1': slightly
'2': moderately
'3': highly
splits:
- name: train
num_bytes: 416208
num_examples: 4480
- name: validation
num_bytes: 94237
num_examples: 1120
- name: test
num_bytes: 116658
num_examples: 1400
download_size: 413064
dataset_size: 627103
- config_name: LeNER-Br
features:
- name: idx
dtype: int32
- name: tokens
sequence: string
- name: ner_tags
sequence:
class_label:
names:
'0': O
'1': B-ORGANIZACAO
'2': I-ORGANIZACAO
'3': B-PESSOA
'4': I-PESSOA
'5': B-TEMPO
'6': I-TEMPO
'7': B-LOCAL
'8': I-LOCAL
'9': B-LEGISLACAO
'10': I-LEGISLACAO
'11': B-JURISPRUDENCIA
'12': I-JURISPRUDENCIA
splits:
- name: train
num_bytes: 3953896
num_examples: 7825
- name: validation
num_bytes: 715819
num_examples: 1177
- name: test
num_bytes: 819242
num_examples: 1390
download_size: 1049906
dataset_size: 5488957
- config_name: UlyssesNER-Br-PL-coarse
features:
- name: idx
dtype: int32
- name: tokens
sequence: string
- name: ner_tags
sequence:
class_label:
names:
'0': O
'1': B-DATA
'2': I-DATA
'3': B-EVENTO
'4': I-EVENTO
'5': B-FUNDAMENTO
'6': I-FUNDAMENTO
'7': B-LOCAL
'8': I-LOCAL
'9': B-ORGANIZACAO
'10': I-ORGANIZACAO
'11': B-PESSOA
'12': I-PESSOA
'13': B-PRODUTODELEI
'14': I-PRODUTODELEI
splits:
- name: train
num_bytes: 1511905
num_examples: 2271
- name: validation
num_bytes: 305472
num_examples: 489
- name: test
num_bytes: 363207
num_examples: 524
download_size: 431964
dataset_size: 2180584
- config_name: assin2-rte
features:
- name: idx
dtype: int32
- name: sentence1
dtype: string
- name: sentence2
dtype: string
- name: label
dtype:
class_label:
names:
'0': NONE
'1': ENTAILMENT
splits:
- name: train
num_bytes: 811995
num_examples: 6500
- name: validation
num_bytes: 62824
num_examples: 500
- name: test
num_bytes: 319682
num_examples: 2448
download_size: 551190
dataset_size: 1194501
- config_name: assin2-sts
features:
- name: idx
dtype: int32
- name: sentence1
dtype: string
- name: sentence2
dtype: string
- name: label
dtype: float32
splits:
- name: train
num_bytes: 785995
num_examples: 6500
- name: validation
num_bytes: 60824
num_examples: 500
- name: test
num_bytes: 309890
num_examples: 2448
download_size: 560263
dataset_size: 1156709
configs:
- config_name: HateBR
data_files:
- split: train
path: HateBR/train-*
- split: validation
path: HateBR/validation-*
- split: test
path: HateBR/test-*
- config_name: LeNER-Br
data_files:
- split: train
path: LeNER-Br/train-*
- split: validation
path: LeNER-Br/validation-*
- split: test
path: LeNER-Br/test-*
- config_name: UlyssesNER-Br-PL-coarse
data_files:
- split: train
path: UlyssesNER-Br-PL-coarse/train-*
- split: validation
path: UlyssesNER-Br-PL-coarse/validation-*
- split: test
path: UlyssesNER-Br-PL-coarse/test-*
- config_name: assin2-rte
data_files:
- split: train
path: assin2-rte/train-*
- split: validation
path: assin2-rte/validation-*
- split: test
path: assin2-rte/test-*
- config_name: assin2-sts
data_files:
- split: train
path: assin2-sts/train-*
- split: validation
path: assin2-sts/validation-*
- split: test
path: assin2-sts/test-*
---
# Portuguese Benchmark |