Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
Arabic
Size:
1K - 10K
License:
Commit
·
8016dcb
1
Parent(s):
3aa5f0b
Replace YAML keys from int to str (#1)
Browse files- Replace YAML keys from int to str (759068a996dce0072f38d42e4930d5c26428442c)
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: Arabic Jordanian General Tweets
|
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 |
config_name: plain_text
|
33 |
splits:
|
34 |
- name: train
|
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- sentiment-classification
|
|
|
20 |
pretty_name: Arabic Jordanian General Tweets
|
21 |
dataset_info:
|
22 |
features:
|
|
|
26 |
dtype:
|
27 |
class_label:
|
28 |
names:
|
29 |
+
'0': Negative
|
30 |
+
'1': Positive
|
31 |
config_name: plain_text
|
32 |
splits:
|
33 |
- name: train
|