Instructions to use BhaskarGpt/mistral_mindmate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use BhaskarGpt/mistral_mindmate with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.2") model = PeftModel.from_pretrained(base_model, "BhaskarGpt/mistral_mindmate") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -32,7 +32,6 @@ To create a mental health chatbot. Not intended to replace therapists. Just a sm
|
|
| 32 |
|
| 33 |
## Training and evaluation data
|
| 34 |
|
| 35 |
-
Mental Health Conversations\n
|
| 36 |
Amod/mental_health_counseling_conversations
|
| 37 |
|
| 38 |
## Training procedure
|
|
|
|
| 32 |
|
| 33 |
## Training and evaluation data
|
| 34 |
|
|
|
|
| 35 |
Amod/mental_health_counseling_conversations
|
| 36 |
|
| 37 |
## Training procedure
|