Ganz00 commited on
Commit
7046561
·
verified ·
1 Parent(s): 2a3b206

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -1,3 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  dataset_info:
 
1
+ ## Dataset Card for Cleaned Subset of Pushshift Reddit Comments
2
+
3
+ ### Dataset Summary
4
+
5
+ This dataset is a curated and cleaned subset of the `fddemarco/pushshift-reddit-comments` dataset. The original dataset, which contains a vast collection of Reddit comments, has been filtered and refined to enhance its suitability for training language models. Specifically, this subset has undergone the following preprocessing steps:
6
+
7
+ - **Removal of Special Characters:** Certain special characters that may interfere with the language modeling process have been removed.
8
+ - **Length Filtering:** Comments shorter than 200 characters have been excluded to ensure the dataset primarily contains substantial and contextually rich text.
9
+
10
+ ### Dataset Creation
11
+
12
+ The dataset was derived from the `fddemarco/pushshift-reddit-comments` dataset by applying a series of cleaning steps aimed at improving its quality for language model training. The main steps involved were:
13
+
14
+ 1. **Special Characters Removal:** Special characters such as `@`, `#`, and other non-alphanumeric symbols were removed to standardize the text data.
15
+ 2. **Comment Length Filtering:** Only comments with 200 characters or more were retained. This filtering step ensures that the dataset includes comments that are more likely to provide meaningful context for training language models.
16
+
17
+ ### Usage
18
+
19
+ This cleaned subset is particularly well-suited for training and fine-tuning language models. By focusing on longer comments and removing extraneous special characters, the dataset helps models learn from richer and more coherent text. Researchers and developers can use this dataset to build more robust and contextually aware language models.
20
+
21
+ ### Acknowledgements
22
+
23
+ This dataset is based on the `fddemarco/pushshift-reddit-comments` dataset. Special thanks to the creators and maintainers of the original dataset for making this resource available to the community.
24
+
25
+ ### License
26
+
27
+ The dataset inherits the licensing terms of the original `fddemarco/pushshift-reddit-comments` dataset.
28
+
29
+
30
+
31
+
32
+
33
  ---
34
  license: apache-2.0
35
  dataset_info: