Datasets:
Tasks:
Text Classification
Sub-tasks:
sentiment-classification
Languages:
Romanian
Size:
10K<n<100K
ArXiv:
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: LaRoSeDa
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for LaRoSeDa
|
@@ -173,4 +193,3 @@ CC BY-SA 4.0 License
|
|
173 |
### Contributions
|
174 |
|
175 |
Thanks to [@MihaelaGaman](https://github.com/MihaelaGaman) for adding this dataset.
|
176 |
-
|
|
|
19 |
- sentiment-classification
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: LaRoSeDa
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: index
|
25 |
+
dtype: string
|
26 |
+
- name: title
|
27 |
+
dtype: string
|
28 |
+
- name: content
|
29 |
+
dtype: string
|
30 |
+
- name: starRating
|
31 |
+
dtype: int64
|
32 |
+
config_name: laroseda
|
33 |
+
splits:
|
34 |
+
- name: test
|
35 |
+
num_bytes: 700834
|
36 |
+
num_examples: 3000
|
37 |
+
- name: train
|
38 |
+
num_bytes: 2932819
|
39 |
+
num_examples: 12000
|
40 |
+
download_size: 5257183
|
41 |
+
dataset_size: 3633653
|
42 |
---
|
43 |
|
44 |
# Dataset Card for LaRoSeDa
|
|
|
193 |
### Contributions
|
194 |
|
195 |
Thanks to [@MihaelaGaman](https://github.com/MihaelaGaman) for adding this dataset.
|
|