Datasets:

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

update class distribution in README.md (#2)

Browse files

- update class distribution in README.md (7cebe1c50e97320309dbbc019957262f4c5b07ac)
- fix stats (02a320fcc2895fce73b4da4dd636192758a150b0)


Co-authored-by: Albert Sawczyn <asawczyn@users.noreply.huggingface.co>

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.3694 | 0.4134 |
58
+ | plus | 0.2775 | 0.2868 | 0.2768 |
59
+ | amb | 0.1991 | 0.1883 | 0.1659 |
60
+ | zero | 0.1477 | 0.1555 | 0.1439 |
61
 
62
  ## Citation
63