Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Mistral-7B-Instruct Fine-Tuned for Mental Health Counseling
|
| 2 |
|
| 3 |
## Model Overview
|
| 4 |
|
| 5 |
-
This is a fine-tuned version of `unsloth/mistral-7b-instruct-v0.3-bnb-4bit`, designed for mental health counseling. It enhances response quality in mental health discussions, providing empathetic and well-structured replies.
|
| 6 |
|
| 7 |
## Dataset
|
| 8 |
|
| 9 |
-
- **Amod/mental_health_counseling_conversations** (cleaned version: `arafatanam/Mental-Health-Counseling`) - **2752 rows**
|
| 10 |
-
- **chillies/student-mental-health-counseling-vn** (translated version: `arafatanam/Student-Mental-Health-Counseling-10K`) - **7500 rows**
|
| 11 |
- **Total dataset size**: 10,252 rows
|
| 12 |
|
| 13 |
## Training Details
|
|
@@ -37,4 +49,4 @@ This model is best suited for:
|
|
| 37 |
|
| 38 |
- Mental health chatbots
|
| 39 |
- Virtual therapy applications
|
| 40 |
-
- Mental health support and response generation
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- arafatanam/Mental-Health-Couseling
|
| 5 |
+
- arafatanam/Student-Mental-Health-Counseling-10K
|
| 6 |
+
base_model:
|
| 7 |
+
- unsloth/mistral-7b-instruct-v0.3-bnb-4bit
|
| 8 |
+
tags:
|
| 9 |
+
- mental-health
|
| 10 |
+
- student-focused
|
| 11 |
+
- chatbot
|
| 12 |
+
---
|
| 13 |
# Mistral-7B-Instruct Fine-Tuned for Mental Health Counseling
|
| 14 |
|
| 15 |
## Model Overview
|
| 16 |
|
| 17 |
+
This is a fine-tuned version of [`unsloth/mistral-7b-instruct-v0.3-bnb-4bit`](https://huggingface.co/unsloth/mistral-7b-instruct-v0.3-bnb-4bit), designed for mental health counseling. It enhances response quality in mental health discussions, providing empathetic and well-structured replies.
|
| 18 |
|
| 19 |
## Dataset
|
| 20 |
|
| 21 |
+
- **Amod/mental_health_counseling_conversations** (cleaned version: [`arafatanam/Mental-Health-Counseling`](https://huggingface.co/datasets/arafatanam/Mental-Health-Counseling)) - **2752 rows**
|
| 22 |
+
- **chillies/student-mental-health-counseling-vn** (translated version: [`arafatanam/Student-Mental-Health-Counseling-10K`](https://huggingface.co/datasets/arafatanam/Student-Mental-Health-Counseling-10K)) - **7500 rows**
|
| 23 |
- **Total dataset size**: 10,252 rows
|
| 24 |
|
| 25 |
## Training Details
|
|
|
|
| 49 |
|
| 50 |
- Mental health chatbots
|
| 51 |
- Virtual therapy applications
|
| 52 |
+
- Mental health support and response generation
|