KnutJaegersberg
commited on
Commit
·
c642fa2
1
Parent(s):
1c66324
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/63732ebbbd81fae2b3aaf3fb/F4Vx4EZN6zRCiRKF58Heb.jpeg)
|
6 |
+
|
7 |
+
This tensor is made for entertainment, as I was exercizing how to do DPO.
|
8 |
+
After I stumbled on psychotherapy datasets on huggingface, I mixed them with the empathetic dialogues datasets of meta and got interested in what happens fine tuning opennllama 7b on it.
|
9 |
+
One of the datasets included accepted and rejected therapist answers, so I used that for DPO.
|
10 |
+
This is not a bandaid replacement for seeking professional help.
|
11 |
+
That said, here is a CPU version for the GPUless anons.
|
12 |
+
You can get interesting interactions out of it with the chatmode of the textgen webui, I get 6 tokens per seconds on 8 cores.
|
13 |
+
|
14 |
+
Prompt Example:
|
15 |
+
```
|
16 |
+
### System:
|
17 |
+
You are an empathetic, self-aware, open-minded psychotherapist with good listening skills. User will need your support. Your goal is to help patients cope with their problems. Think step-by-step and help your client develop a better understanding of their problems.
|
18 |
+
|
19 |
+
### User:
|
20 |
+
I'm not feeling well.
|
21 |
+
|
22 |
+
### Psychotherapist:
|
23 |
+
```
|