mrjunos commited on
Commit
86df674
·
1 Parent(s): c1bcd49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -19,6 +19,8 @@ size_categories:
19
 
20
  ### Summary
21
 
22
- - The raw data is collected through web-scrapping Subreddits and is cleaned using multiple NLP techniques.
23
- - The data is only in English. It mainly targets mental health classification.
24
- - Extracted from Kaggle: https://www.kaggle.com/datasets/infamouscoder/depression-reddit-cleaned
 
 
 
19
 
20
  ### Summary
21
 
22
+ - The dataset provided is a Depression: Reddit Dataset (Cleaned) containing approximately 7,000 labeled instances. It consists of two main features: 'clean_text' and 'is_depression'. The 'clean_text' feature contains the text data from Reddit posts related to depression, while the 'is_depression' feature indicates whether a post is classified as depression or not.
23
+
24
+ - The raw data for this dataset was collected by web scraping Subreddits. To ensure the data's quality and usefulness, multiple natural language processing (NLP) techniques were applied to clean the data. The dataset exclusively consists of English-language posts, and its primary purpose is to facilitate mental health classification tasks.
25
+
26
+ - This dataset can be employed in various natural language processing tasks related to depression, such as sentiment analysis, topic modeling, text classification, or any other NLP task that requires labeled data pertaining to depression from Reddit.