RASMUS commited on
Commit
b9a5ded
1 Parent(s): a80825a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -14
README.md CHANGED
@@ -1,10 +1,6 @@
1
  ---
2
  dataset_info:
3
  features:
4
- - name: 'Unnamed: 0.1'
5
- dtype: int64
6
- - name: 'Unnamed: 0'
7
- dtype: float64
8
  - name: subreddit
9
  dtype: string
10
  - name: created_utc
@@ -25,12 +21,36 @@ dataset_info:
25
  dtype: float64
26
  - name: time
27
  dtype: string
 
 
 
 
 
 
 
 
 
 
 
 
28
  splits:
29
  - name: train
30
- num_bytes: 1740130924
31
- num_examples: 4561192
32
- download_size: 1012562865
33
- dataset_size: 1740130924
 
 
 
 
 
 
 
 
 
 
 
 
34
  ---
35
  # Dataset Card for "Reddit_fi_2006_2022"
36
 
@@ -51,6 +71,8 @@ All Reddit comments from January 2006 up until December 2022 were downloaded thr
51
 
52
  We also filter out shorter than 30 character messages based on body field.
53
 
 
 
54
  This project was inspired by https://huggingface.co/datasets/alexandrainst/scandi-reddit creator https://www.saattrupdan.com/. Kudos to you!
55
 
56
  ### Filtering disclaimer. Toxicity and bias
@@ -135,14 +157,14 @@ The data fields are the same among all splits.
135
 
136
 
137
  ### Language Distribution
138
- - fi: 4,476,667
139
 
140
  ### Top-5 Subreddit Distribution
141
- - Suomi: 3 546 657
142
- - snappijuorut: 469 592
143
- - LakkoPostaukset: 64 198
144
- - snappisensuroimaton: 6 248
145
- - mina_irl: 2 828
146
 
147
 
148
 
@@ -158,6 +180,9 @@ The raw Reddit data was collected through [PushShift](https://files.pushshift.io
158
 
159
 
160
  ## Additional Information
 
 
 
161
 
162
  ### Dataset Curators
163
 
 
1
  ---
2
  dataset_info:
3
  features:
 
 
 
 
4
  - name: subreddit
5
  dtype: string
6
  - name: created_utc
 
21
  dtype: float64
22
  - name: time
23
  dtype: string
24
+ - name: label_identity_attack
25
+ dtype: float64
26
+ - name: label_insult
27
+ dtype: float64
28
+ - name: label_obscene
29
+ dtype: float64
30
+ - name: label_severe_toxicity
31
+ dtype: float64
32
+ - name: label_threat
33
+ dtype: float64
34
+ - name: label_toxicity
35
+ dtype: float64
36
  splits:
37
  - name: train
38
+ num_bytes: 1852133546
39
+ num_examples: 4476667
40
+ download_size: 1024144293
41
+ dataset_size: 1852133546
42
+ license: apache-2.0
43
+ task_categories:
44
+ - text-generation
45
+ - conversational
46
+ language:
47
+ - fi
48
+ tags:
49
+ - social
50
+ - reddit
51
+ - Finnish
52
+ size_categories:
53
+ - 1M<n<10M
54
  ---
55
  # Dataset Card for "Reddit_fi_2006_2022"
56
 
 
71
 
72
  We also filter out shorter than 30 character messages based on body field.
73
 
74
+ After these filters we end up with 4 561 192 unique messages.
75
+
76
  This project was inspired by https://huggingface.co/datasets/alexandrainst/scandi-reddit creator https://www.saattrupdan.com/. Kudos to you!
77
 
78
  ### Filtering disclaimer. Toxicity and bias
 
157
 
158
 
159
  ### Language Distribution
160
+ - fi: 4,561,192
161
 
162
  ### Top-5 Subreddit Distribution
163
+ - Suomi: 3 608 240
164
+ - snappijuorut: 484 340
165
+ - LakkoPostaukset: 65 862
166
+ - snappisensuroimaton: 56 248
167
+ - mina_irl: 54 934
168
 
169
 
170
 
 
180
 
181
 
182
  ## Additional Information
183
+ 1. Edit on 11/25/2023. Added missing dataset for october 2021.
184
+ user @sannamyl found out that I had missed october 2021 in the initial processing.
185
+ I had deleted the original source files but I was able to retrieve october 2021 source file and redo the processing. It was added to the dataset and uploaded on 11/25/2023
186
 
187
  ### Dataset Curators
188