Datasets:
Tasks:
Text Classification
Formats:
parquet
Languages:
Arabic
Size:
100K - 1M
Tags:
Sentiment Analysis
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -4,8 +4,12 @@ configs:
|
|
4 |
data_files:
|
5 |
- split: train
|
6 |
path: balanced/train-*
|
|
|
|
|
|
|
|
|
7 |
dataset_info:
|
8 |
-
|
9 |
features:
|
10 |
- name: rating
|
11 |
dtype: int64
|
@@ -23,6 +27,24 @@ dataset_info:
|
|
23 |
num_examples: 156506
|
24 |
download_size: 62785913
|
25 |
dataset_size: 117555389
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
---
|
27 |
# Dataset Card for "BRAD"
|
28 |
|
|
|
4 |
data_files:
|
5 |
- split: train
|
6 |
path: balanced/train-*
|
7 |
+
- config_name: unbalanced
|
8 |
+
data_files:
|
9 |
+
- split: train
|
10 |
+
path: unbalanced/train-*
|
11 |
dataset_info:
|
12 |
+
- config_name: balanced
|
13 |
features:
|
14 |
- name: rating
|
15 |
dtype: int64
|
|
|
27 |
num_examples: 156506
|
28 |
download_size: 62785913
|
29 |
dataset_size: 117555389
|
30 |
+
- config_name: unbalanced
|
31 |
+
features:
|
32 |
+
- name: rating
|
33 |
+
dtype: int64
|
34 |
+
- name: review id
|
35 |
+
dtype: int64
|
36 |
+
- name: user id
|
37 |
+
dtype: int64
|
38 |
+
- name: book id
|
39 |
+
dtype: int64
|
40 |
+
- name: review
|
41 |
+
dtype: string
|
42 |
+
splits:
|
43 |
+
- name: train
|
44 |
+
num_bytes: 401066853
|
45 |
+
num_examples: 510599
|
46 |
+
download_size: 212079509
|
47 |
+
dataset_size: 401066853
|
48 |
---
|
49 |
# Dataset Card for "BRAD"
|
50 |
|