Datasets:
Tasks:
Text Classification
Sub-tasks:
intent-classification
Languages:
Polish
Size:
10K<n<100K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,46 @@ task_ids:
|
|
19 |
- intent-classification
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: Poleval 2019 cyberbullying
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for Poleval 2019 cyberbullying
|
@@ -165,4 +205,4 @@ Train and Test
|
|
165 |
|
166 |
### Contributions
|
167 |
|
168 |
-
Thanks to [@czabo](https://github.com/czabo) for adding this dataset.
|
|
|
19 |
- intent-classification
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: Poleval 2019 cyberbullying
|
22 |
+
dataset_info:
|
23 |
+
- config_name: task01
|
24 |
+
features:
|
25 |
+
- name: text
|
26 |
+
dtype: string
|
27 |
+
- name: label
|
28 |
+
dtype:
|
29 |
+
class_label:
|
30 |
+
names:
|
31 |
+
0: '0'
|
32 |
+
1: '1'
|
33 |
+
splits:
|
34 |
+
- name: test
|
35 |
+
num_bytes: 109681
|
36 |
+
num_examples: 1000
|
37 |
+
- name: train
|
38 |
+
num_bytes: 1104322
|
39 |
+
num_examples: 10041
|
40 |
+
download_size: 410001
|
41 |
+
dataset_size: 1214003
|
42 |
+
- config_name: task02
|
43 |
+
features:
|
44 |
+
- name: text
|
45 |
+
dtype: string
|
46 |
+
- name: label
|
47 |
+
dtype:
|
48 |
+
class_label:
|
49 |
+
names:
|
50 |
+
0: '0'
|
51 |
+
1: '1'
|
52 |
+
2: '2'
|
53 |
+
splits:
|
54 |
+
- name: test
|
55 |
+
num_bytes: 109681
|
56 |
+
num_examples: 1000
|
57 |
+
- name: train
|
58 |
+
num_bytes: 1104322
|
59 |
+
num_examples: 10041
|
60 |
+
download_size: 410147
|
61 |
+
dataset_size: 1214003
|
62 |
---
|
63 |
|
64 |
# Dataset Card for Poleval 2019 cyberbullying
|
|
|
205 |
|
206 |
### Contributions
|
207 |
|
208 |
+
Thanks to [@czabo](https://github.com/czabo) for adding this dataset.
|