Datasets:
Tasks:
Text Classification
Sub-tasks:
intent-classification
Languages:
Polish
Size:
10K<n<100K
License:
Commit
•
2a811f2
1
Parent(s):
59a8b8a
Replace YAML keys from int to str
Browse filesReplace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275
README.md
CHANGED
@@ -17,7 +17,6 @@ task_categories:
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- intent-classification
|
20 |
-
paperswithcode_id: null
|
21 |
pretty_name: Poleval 2019 cyberbullying
|
22 |
dataset_info:
|
23 |
- config_name: task01
|
@@ -28,8 +27,8 @@ dataset_info:
|
|
28 |
dtype:
|
29 |
class_label:
|
30 |
names:
|
31 |
-
0: '0'
|
32 |
-
1: '1'
|
33 |
splits:
|
34 |
- name: train
|
35 |
num_bytes: 1104322
|
@@ -47,9 +46,9 @@ dataset_info:
|
|
47 |
dtype:
|
48 |
class_label:
|
49 |
names:
|
50 |
-
0: '0'
|
51 |
-
1: '1'
|
52 |
-
2: '2'
|
53 |
splits:
|
54 |
- name: train
|
55 |
num_bytes: 1104322
|
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- intent-classification
|
|
|
20 |
pretty_name: Poleval 2019 cyberbullying
|
21 |
dataset_info:
|
22 |
- config_name: task01
|
|
|
27 |
dtype:
|
28 |
class_label:
|
29 |
names:
|
30 |
+
'0': '0'
|
31 |
+
'1': '1'
|
32 |
splits:
|
33 |
- name: train
|
34 |
num_bytes: 1104322
|
|
|
46 |
dtype:
|
47 |
class_label:
|
48 |
names:
|
49 |
+
'0': '0'
|
50 |
+
'1': '1'
|
51 |
+
'2': '2'
|
52 |
splits:
|
53 |
- name: train
|
54 |
num_bytes: 1104322
|