Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-classification
|
4 |
+
language:
|
5 |
+
- nl
|
6 |
+
size_categories:
|
7 |
+
- 1K<n<10K
|
8 |
+
---
|
9 |
+
The original dataset is in French (https://www.kaggle.com/datasets/fedi1996/insurance-reviews-france)
|
10 |
+
Dataset was translated to the Dutch language using the Google translate python library googletrans==3.1.0a0
|
11 |
+
The sentiment labels are 1 (POS) and -1 (NEG)
|