Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
Arabic
Size:
1K - 10K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,26 @@ task_ids:
|
|
19 |
- sentiment-classification
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: ArRestReviews
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for ArRestReviews
|
@@ -175,4 +195,4 @@ isbn="978-3-319-18117-2"
|
|
175 |
|
176 |
### Contributions
|
177 |
|
178 |
-
Thanks to [@abdulelahsm](https://github.com/abdulelahsm) for adding this dataset.
|
|
|
19 |
- sentiment-classification
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: ArRestReviews
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: polarity
|
25 |
+
dtype:
|
26 |
+
class_label:
|
27 |
+
names:
|
28 |
+
0: negative
|
29 |
+
1: positive
|
30 |
+
- name: text
|
31 |
+
dtype: string
|
32 |
+
- name: restaurant_id
|
33 |
+
dtype: string
|
34 |
+
- name: user_id
|
35 |
+
dtype: string
|
36 |
+
splits:
|
37 |
+
- name: train
|
38 |
+
num_bytes: 3617097
|
39 |
+
num_examples: 8364
|
40 |
+
download_size: 3503230
|
41 |
+
dataset_size: 3617097
|
42 |
---
|
43 |
|
44 |
# Dataset Card for ArRestReviews
|
|
|
195 |
|
196 |
### Contributions
|
197 |
|
198 |
+
Thanks to [@abdulelahsm](https://github.com/abdulelahsm) for adding this dataset.
|