Update README.md
Browse files
README.md
CHANGED
|
@@ -115,11 +115,19 @@ This dataset is derived from [`Kanakmi/mental-disorders`](https://huggingface.co
|
|
| 115 |
|
| 116 |
## 📊 Dataset Structure
|
| 117 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 118 |
Each batch (e.g., `batch_1`, `batch_2`, ..., `batch_10`) contains ~50,000 samples with the following fields:
|
| 119 |
|
| 120 |
- `text`: The user's expression or social media post.
|
| 121 |
- `label`: An integer representing one of several mental health conditions (e.g., depression, anxiety, PTSD, etc.).
|
| 122 |
|
|
|
|
|
|
|
| 123 |
## 🔢 Label Classes
|
| 124 |
|
| 125 |
The dataset includes multiple classes such as:
|
|
|
|
| 115 |
|
| 116 |
## 📊 Dataset Structure
|
| 117 |
|
| 118 |
+
The dataset is split into the following subsets:
|
| 119 |
+
|
| 120 |
+
- `batch_1` to `batch_10`: 50k training records each from the Kanakmi/mental-disorders dataset
|
| 121 |
+
- `validation`: Original validation set
|
| 122 |
+
- `test`: Original test set
|
| 123 |
+
|
| 124 |
Each batch (e.g., `batch_1`, `batch_2`, ..., `batch_10`) contains ~50,000 samples with the following fields:
|
| 125 |
|
| 126 |
- `text`: The user's expression or social media post.
|
| 127 |
- `label`: An integer representing one of several mental health conditions (e.g., depression, anxiety, PTSD, etc.).
|
| 128 |
|
| 129 |
+
|
| 130 |
+
|
| 131 |
## 🔢 Label Classes
|
| 132 |
|
| 133 |
The dataset includes multiple classes such as:
|