Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -18,10 +18,10 @@ size_categories:
|
|
18 |
- 10K<n<100K
|
19 |
configs:
|
20 |
- config_name: EN
|
21 |
-
split:
|
22 |
data_files: ParlaSent_EN.jsonl
|
23 |
- config_name: BCS
|
24 |
-
split:
|
25 |
data_files: ParlaSent_BCS.jsonl
|
26 |
- config_name: CZ
|
27 |
split: train_dev_test
|
@@ -51,7 +51,7 @@ configs:
|
|
51 |
|
52 |
This dataset was created and used for sentiment analysis experiments.
|
53 |
|
54 |
-
The dataset consists of five training datasets and two test sets. The test sets have a _test.jsonl suffix.
|
55 |
|
56 |
Each test set consists of 2,600 sentences, annotated by one highly trained annotator. Training datasets were internally split into "train", "dev" and "test" portions" for performing language-specific experiments.
|
57 |
|
|
|
18 |
- 10K<n<100K
|
19 |
configs:
|
20 |
- config_name: EN
|
21 |
+
split: traindevtest
|
22 |
data_files: ParlaSent_EN.jsonl
|
23 |
- config_name: BCS
|
24 |
+
split: traindevtest
|
25 |
data_files: ParlaSent_BCS.jsonl
|
26 |
- config_name: CZ
|
27 |
split: train_dev_test
|
|
|
51 |
|
52 |
This dataset was created and used for sentiment analysis experiments.
|
53 |
|
54 |
+
The dataset consists of five training datasets and two test sets. The test sets have a _test.jsonl suffix and appear in the Dataset Viewer as _additional_test.
|
55 |
|
56 |
Each test set consists of 2,600 sentences, annotated by one highly trained annotator. Training datasets were internally split into "train", "dev" and "test" portions" for performing language-specific experiments.
|
57 |
|