5roop commited on
Commit
764f261
1 Parent(s): 438f29e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -18,10 +18,10 @@ size_categories:
18
  - 10K<n<100K
19
  configs:
20
  - config_name: EN
21
- split: train_dev_test
22
  data_files: ParlaSent_EN.jsonl
23
  - config_name: BCS
24
- split: train_dev_test
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