Datasets:
Tasks:
Text Classification
Sub-tasks:
sentiment-classification
Languages:
Hebrew
Size:
10K<n<100K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,47 @@ task_ids:
|
|
19 |
- sentiment-classification
|
20 |
paperswithcode_id: modern-hebrew-sentiment-dataset
|
21 |
pretty_name: HebrewSentiment
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for HebrewSentiment
|
@@ -201,4 +242,4 @@ SOFTWARE.
|
|
201 |
}
|
202 |
### Contributions
|
203 |
|
204 |
-
Thanks to [@elronbandel](https://github.com/elronbandel) for adding this dataset.
|
|
|
19 |
- sentiment-classification
|
20 |
paperswithcode_id: modern-hebrew-sentiment-dataset
|
21 |
pretty_name: HebrewSentiment
|
22 |
+
dataset_info:
|
23 |
+
- config_name: token
|
24 |
+
features:
|
25 |
+
- name: text
|
26 |
+
dtype: string
|
27 |
+
- name: label
|
28 |
+
dtype:
|
29 |
+
class_label:
|
30 |
+
names:
|
31 |
+
0: pos
|
32 |
+
1: neg
|
33 |
+
2: off-topic
|
34 |
+
splits:
|
35 |
+
- name: test
|
36 |
+
num_bytes: 540883
|
37 |
+
num_examples: 2560
|
38 |
+
- name: train
|
39 |
+
num_bytes: 2159738
|
40 |
+
num_examples: 10244
|
41 |
+
download_size: 2593643
|
42 |
+
dataset_size: 2700621
|
43 |
+
- config_name: morph
|
44 |
+
features:
|
45 |
+
- name: text
|
46 |
+
dtype: string
|
47 |
+
- name: label
|
48 |
+
dtype:
|
49 |
+
class_label:
|
50 |
+
names:
|
51 |
+
0: pos
|
52 |
+
1: neg
|
53 |
+
2: off-topic
|
54 |
+
splits:
|
55 |
+
- name: test
|
56 |
+
num_bytes: 571401
|
57 |
+
num_examples: 2555
|
58 |
+
- name: train
|
59 |
+
num_bytes: 2258128
|
60 |
+
num_examples: 10221
|
61 |
+
download_size: 2722672
|
62 |
+
dataset_size: 2829529
|
63 |
---
|
64 |
|
65 |
# Dataset Card for HebrewSentiment
|
|
|
242 |
}
|
243 |
### Contributions
|
244 |
|
245 |
+
Thanks to [@elronbandel](https://github.com/elronbandel) for adding this dataset.
|