Update README.md
Browse files
README.md
CHANGED
@@ -57,7 +57,6 @@ This model is NOT intended for clinical diagnosis, therapy, or real-time interve
|
|
57 |
Use the code below to get started with the model.
|
58 |
|
59 |
```python
|
60 |
-
|
61 |
from huggingface_hub import notebook_login,login
|
62 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
63 |
from peft import PeftModel
|
@@ -77,8 +76,11 @@ You are a helpful mental health counselling assistant, please answer the mental
|
|
77 |
The assistant gives helpful, comprehensive, and appropriate answers to the user's questions.
|
78 |
"""
|
79 |
|
80 |
-
question = "
|
81 |
-
|
|
|
|
|
|
|
82 |
|
83 |
prompt = (
|
84 |
f"### Instruction:\n{instruction}\n\n"
|
|
|
57 |
Use the code below to get started with the model.
|
58 |
|
59 |
```python
|
|
|
60 |
from huggingface_hub import notebook_login,login
|
61 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
62 |
from peft import PeftModel
|
|
|
76 |
The assistant gives helpful, comprehensive, and appropriate answers to the user's questions.
|
77 |
"""
|
78 |
|
79 |
+
question = """
|
80 |
+
I've tried setting boundaries, but it feels like I'm constantly being pulled in different directions.
|
81 |
+
I feel guilty for not being able to help my siblings, but I also know that I can't continue to neglect my mom's needs.
|
82 |
+
I'm worried that if I don't find a way to manage these demands, I'll burn out and won't be able to care for her effectively.
|
83 |
+
"""
|
84 |
|
85 |
prompt = (
|
86 |
f"### Instruction:\n{instruction}\n\n"
|