Navi004 commited on
Commit
7b8f0f4
·
verified ·
1 Parent(s): a8d7587

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md CHANGED
@@ -62,3 +62,56 @@ configs:
62
  - split: batch_10
63
  path: data/batch_10-*
64
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  - split: batch_10
63
  path: data/batch_10-*
64
  ---
65
+
66
+
67
+
68
+ ---
69
+ annotations_creators:
70
+ - original
71
+ language:
72
+ - en
73
+ license: cc-by-4.0
74
+ multilinguality: monolingual
75
+ pretty_name: DDCBot Mental Disorders Dataset (Split)
76
+ size_categories:
77
+ - 100K<n<1M
78
+ source_datasets:
79
+ - Kanakmi/mental-disorders
80
+ task_categories:
81
+ - text-classification
82
+ task_ids:
83
+ - multi-class-classification
84
+ ---
85
+
86
+ # DDCBot Mental Disorders Dataset (Split Batches)
87
+
88
+ This dataset is derived from [`Kanakmi/mental-disorders`](https://huggingface.co/datasets/Kanakmi/mental-disorders), and has been **split into 10 batches** of 50,000 records each to facilitate efficient Large Language Model (LLM) fine-tuning for the DDCBot project.
89
+
90
+ ## 🧠 About DDCBot
91
+
92
+ **DDCBot** (Disorder Detection & Care Bot) is an intelligent mental health assistant that uses fine-tuned LLMs to identify patterns in mental health-related textual data. It aims to:
93
+ - Detect early signs of various disorders.
94
+ - Provide classification support for mental health professionals.
95
+ - Understand linguistic features in user expressions that may relate to psychological conditions.
96
+
97
+ ## 📊 Dataset Structure
98
+
99
+ Each batch (e.g., `batch_1`, `batch_2`, ..., `batch_10`) contains ~50,000 samples with the following fields:
100
+
101
+ - `text`: The user's expression or social media post.
102
+ - `label`: An integer representing one of several mental health conditions (e.g., depression, anxiety, PTSD, etc.).
103
+
104
+ ## 🔢 Label Classes
105
+
106
+ The dataset includes multiple classes such as:
107
+ Labels:
108
+ 0:'BPD'
109
+ 1:'bipolar'
110
+ 2:'depression'
111
+ 3:'Anxiety'
112
+ 4:'schizophrenia'
113
+ 5:'mentalillness'
114
+
115
+ *(Label mapping can be extracted from the original dataset.)*
116
+
117
+