Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,14 @@ tags:
|
|
9 |
- mental_health
|
10 |
---
|
11 |
|
12 |
-
#
|
|
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
- mental_health
|
10 |
---
|
11 |
|
12 |
+
# survuday
|
13 |
+
- Mental Health Support Chatbot developed by fine-tuning Large Language Model - Llama 3.2
|
14 |
|
15 |
+
### Model Huggingface Repo
|
16 |
+
- survuday_v2: https://huggingface.co/dkp2701/survuday_v2
|
17 |
+
- survuday_v3: https://huggingface.co/dkp2701/survuday_v3
|
18 |
+
|
19 |
+
### Dataset
|
20 |
+
- Mental Helath-related dialogue data were taken from kaggle and apart from that non-mental health-related conversations for model effectiveness were added manually.
|
21 |
+
- Non-mental health-related data were added so that the model can get confined to give response only related to mental health conversations.
|
22 |
+
- Synthetic Therapy Conversations (Kaggle): https://www.kaggle.com/datasets/thedevastator/synthetic-therapy-conversations-dataset
|