zeio commited on
Commit
af97dd7
1 Parent(s): c73b4b4

fix(readme): updated readme - added info about dataset configurations

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -10,8 +10,10 @@ tags:
10
  - jokes
11
  annotation_creators:
12
  - crowdsourced
 
13
  language_creators:
14
  - crowdsourced
 
15
  pretty_name: baneks
16
  size_categories:
17
  - 10K<n<100K
@@ -40,8 +42,11 @@ task_categories:
40
 
41
  This dataset contains anekdotes parsed from a few vk social network communities. Since the dataset is regularly updated, there is no fixed number of entries, so stay tuned.
42
 
43
- This dataset **contains entries with duplicated text**, which correspond to different posts.
44
- There is a [version of the dataset which contains only aggregated values](https://huggingface.co/datasets/zeio/baneks-distinct) without duplicates.
 
 
 
45
 
46
  ## Dataset structure
47
 
 
10
  - jokes
11
  annotation_creators:
12
  - crowdsourced
13
+ - original
14
  language_creators:
15
  - crowdsourced
16
+ - original
17
  pretty_name: baneks
18
  size_categories:
19
  - 10K<n<100K
 
42
 
43
  This dataset contains anekdotes parsed from a few vk social network communities. Since the dataset is regularly updated, there is no fixed number of entries, so stay tuned.
44
 
45
+ There are three configurations available withing the dataset:
46
+
47
+ - **inflated** - a transparent configuration, which introduces minimal changes to the source data;
48
+ - **censored** - same as inflated, but entries with same texts are grouped and aggregated;
49
+ - **default** - same as censored, but profane words are replaced with their inferred original form in cases when they were censored initially.
50
 
51
  ## Dataset structure
52