Datasets:
Upload dataset
Browse files
HateBR_offensive_binary/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0a78a3fd6a6b3cbf6f5aee4fee71a33072d1e56f5fc7c151de41712d3899b88
|
| 3 |
+
size 78916
|
HateBR_offensive_binary/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5dc88a913791b25c229fb2564259af116641b7cc6c9cdacf9dcaabef13e8011a
|
| 3 |
+
size 268348
|
HateBR_offensive_binary/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eacd4926d3c7298d14f190ce18f7e4e54696a790bce9a92e1eb39a07e337b8df
|
| 3 |
+
size 64683
|
README.md
CHANGED
|
@@ -29,6 +29,30 @@ dataset_info:
|
|
| 29 |
num_examples: 1400
|
| 30 |
download_size: 413064
|
| 31 |
dataset_size: 627103
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
- config_name: LeNER-Br
|
| 33 |
features:
|
| 34 |
- name: idx
|
|
@@ -577,6 +601,14 @@ configs:
|
|
| 577 |
path: HateBR/validation-*
|
| 578 |
- split: test
|
| 579 |
path: HateBR/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 580 |
- config_name: LeNER-Br
|
| 581 |
data_files:
|
| 582 |
- split: train
|
|
|
|
| 29 |
num_examples: 1400
|
| 30 |
download_size: 413064
|
| 31 |
dataset_size: 627103
|
| 32 |
+
- config_name: HateBR_offensive_binary
|
| 33 |
+
features:
|
| 34 |
+
- name: idx
|
| 35 |
+
dtype: int32
|
| 36 |
+
- name: sentence
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: label
|
| 39 |
+
dtype:
|
| 40 |
+
class_label:
|
| 41 |
+
names:
|
| 42 |
+
'0': non-offensive
|
| 43 |
+
'1': offensive
|
| 44 |
+
splits:
|
| 45 |
+
- name: train
|
| 46 |
+
num_bytes: 416208
|
| 47 |
+
num_examples: 4480
|
| 48 |
+
- name: validation
|
| 49 |
+
num_bytes: 94237
|
| 50 |
+
num_examples: 1120
|
| 51 |
+
- name: test
|
| 52 |
+
num_bytes: 116658
|
| 53 |
+
num_examples: 1400
|
| 54 |
+
download_size: 411947
|
| 55 |
+
dataset_size: 627103
|
| 56 |
- config_name: LeNER-Br
|
| 57 |
features:
|
| 58 |
- name: idx
|
|
|
|
| 601 |
path: HateBR/validation-*
|
| 602 |
- split: test
|
| 603 |
path: HateBR/test-*
|
| 604 |
+
- config_name: HateBR_offensive_binary
|
| 605 |
+
data_files:
|
| 606 |
+
- split: train
|
| 607 |
+
path: HateBR_offensive_binary/train-*
|
| 608 |
+
- split: validation
|
| 609 |
+
path: HateBR_offensive_binary/validation-*
|
| 610 |
+
- split: test
|
| 611 |
+
path: HateBR_offensive_binary/test-*
|
| 612 |
- config_name: LeNER-Br
|
| 613 |
data_files:
|
| 614 |
- split: train
|