Datasets:

Languages:
Polish
Multilinguality:
monolingual
Size Categories:
8K
1K<n<10K
Language Creators:
other
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
asawczyn commited on
Commit
7cebe1c
1 Parent(s): d934cf6

update class distribution in README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -50,14 +50,14 @@ The task is to predict the correct label of the review.
50
  | val | 823 |
51
  | test | 820 |
52
 
53
- ## Class distribution in train
54
-
55
- | Class | Fraction |
56
- |-------|---------:|
57
- | zero | 0.147726 |
58
- | minus | 0.375628 |
59
- | plus | 0.277499 |
60
- | amb | 0.199148 |
61
 
62
  ## Citation
63
 
 
50
  | val | 823 |
51
  | test | 820 |
52
 
53
+ ## Class distribution
54
+
55
+ | Class | train | dev | test |
56
+ |:--------|--------:|------:|-------:|
57
+ | minus | 0.3756 | - | 0.4134 |
58
+ | plus | 0.2775 | - | 0.2768 |
59
+ | amb | 0.1991 | - | 0.1659 |
60
+ | zero | 0.1477 | - | 0.1439 |
61
 
62
  ## Citation
63