Datasets:
eduagarcia
commited on
Commit
•
dee8e2c
1
Parent(s):
7797f3c
Upload dataset
Browse files
HateBR/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17d6932c1fb7503d2aae66b917650f77fad6727c5fc2a09d687b9e57eb202409
|
3 |
+
size 79160
|
HateBR/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35b80880025ceab414db84f47567f6c415c7df7fa440054d1115fa012c06182a
|
3 |
+
size 269013
|
HateBR/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5ba68d6aacb264ae6d2af5a0aa80e0f12671fed4dc4f83181f7b34a7e00e340
|
3 |
+
size 64891
|
README.md
CHANGED
@@ -3,6 +3,32 @@ language:
|
|
3 |
- pt
|
4 |
pretty_name: Portuguese Benchmark
|
5 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
- config_name: LeNER-Br
|
7 |
features:
|
8 |
- name: idx
|
@@ -87,6 +113,14 @@ dataset_info:
|
|
87 |
download_size: 560263
|
88 |
dataset_size: 1156709
|
89 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
- config_name: LeNER-Br
|
91 |
data_files:
|
92 |
- split: train
|
|
|
3 |
- pt
|
4 |
pretty_name: Portuguese Benchmark
|
5 |
dataset_info:
|
6 |
+
- config_name: HateBR
|
7 |
+
features:
|
8 |
+
- name: idx
|
9 |
+
dtype: int32
|
10 |
+
- name: sentence
|
11 |
+
dtype: string
|
12 |
+
- name: label
|
13 |
+
dtype:
|
14 |
+
class_label:
|
15 |
+
names:
|
16 |
+
'0': non-offensive
|
17 |
+
'1': slightly
|
18 |
+
'2': moderately
|
19 |
+
'3': highly
|
20 |
+
splits:
|
21 |
+
- name: train
|
22 |
+
num_bytes: 416208
|
23 |
+
num_examples: 4480
|
24 |
+
- name: validation
|
25 |
+
num_bytes: 94237
|
26 |
+
num_examples: 1120
|
27 |
+
- name: test
|
28 |
+
num_bytes: 116658
|
29 |
+
num_examples: 1400
|
30 |
+
download_size: 413064
|
31 |
+
dataset_size: 627103
|
32 |
- config_name: LeNER-Br
|
33 |
features:
|
34 |
- name: idx
|
|
|
113 |
download_size: 560263
|
114 |
dataset_size: 1156709
|
115 |
configs:
|
116 |
+
- config_name: HateBR
|
117 |
+
data_files:
|
118 |
+
- split: train
|
119 |
+
path: HateBR/train-*
|
120 |
+
- split: validation
|
121 |
+
path: HateBR/validation-*
|
122 |
+
- split: test
|
123 |
+
path: HateBR/test-*
|
124 |
- config_name: LeNER-Br
|
125 |
data_files:
|
126 |
- split: train
|