Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
Turkish
Size:
100K - 1M
License:
Commit
•
bbe4e5a
1
Parent(s):
e75c687
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 |
- sentiment-classification
|
20 |
-
paperswithcode_id: null
|
21 |
pretty_name: Turkish Product Reviews
|
22 |
dataset_info:
|
23 |
features:
|
@@ -27,8 +26,8 @@ dataset_info:
|
|
27 |
dtype:
|
28 |
class_label:
|
29 |
names:
|
30 |
-
0: negative
|
31 |
-
1: positive
|
32 |
splits:
|
33 |
- name: train
|
34 |
num_bytes: 43369710
|
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- sentiment-classification
|
|
|
20 |
pretty_name: Turkish Product Reviews
|
21 |
dataset_info:
|
22 |
features:
|
|
|
26 |
dtype:
|
27 |
class_label:
|
28 |
names:
|
29 |
+
'0': negative
|
30 |
+
'1': positive
|
31 |
splits:
|
32 |
- name: train
|
33 |
num_bytes: 43369710
|