Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,12 @@
|
|
| 1 |
---
|
| 2 |
base_model: mistralai/Mistral-7B-v0.1
|
| 3 |
library_name: peft
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# Model Card for Model ID
|
| 7 |
|
| 8 |
-
|
| 9 |
|
| 10 |
|
| 11 |
|
|
@@ -13,17 +14,18 @@ library_name: peft
|
|
| 13 |
|
| 14 |
### Model Description
|
| 15 |
|
| 16 |
-
|
|
|
|
| 17 |
|
| 18 |
|
| 19 |
|
| 20 |
-
- **Developed by:**
|
| 21 |
-
- **Funded by [optional]:**
|
| 22 |
-
- **Shared by [optional]:**
|
| 23 |
-
- **Model type:**
|
| 24 |
-
- **Language(s) (NLP):**
|
| 25 |
- **License:** [More Information Needed]
|
| 26 |
-
- **Finetuned from model [optional]:**
|
| 27 |
|
| 28 |
### Model Sources [optional]
|
| 29 |
|
|
|
|
| 1 |
---
|
| 2 |
base_model: mistralai/Mistral-7B-v0.1
|
| 3 |
library_name: peft
|
| 4 |
+
pipeline_tag: question-answering
|
| 5 |
---
|
| 6 |
|
| 7 |
# Model Card for Model ID
|
| 8 |
|
| 9 |
+
A first version of mental health chatbot fine tuned on 1900+ samples
|
| 10 |
|
| 11 |
|
| 12 |
|
|
|
|
| 14 |
|
| 15 |
### Model Description
|
| 16 |
|
| 17 |
+
Mental Health has become an increasingly severe issue in the young generation. To combat it, we developed Mindmate a mental health chatbot with dual mode setting, a professional
|
| 18 |
+
mode simulating a therapist and a friend mode which will act to console and help you(implemented using gemini api)
|
| 19 |
|
| 20 |
|
| 21 |
|
| 22 |
+
- **Developed by:** pointbreak3000(Aditya Deshmukh)
|
| 23 |
+
- **Funded by [optional]:** -
|
| 24 |
+
- **Shared by [optional]:** -
|
| 25 |
+
- **Model type:** LLM
|
| 26 |
+
- **Language(s) (NLP):** English
|
| 27 |
- **License:** [More Information Needed]
|
| 28 |
+
- **Finetuned from model [optional]:** Mistral 7B - v- 0.1
|
| 29 |
|
| 30 |
### Model Sources [optional]
|
| 31 |
|