ajibawa-2023 commited on
Commit
350895b
1 Parent(s): e473594

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-nd-4.0
3
+ datasets:
4
+ - jerryjalapeno/nart-100k-synthetic
5
+ language:
6
+ - en
7
+ ---
8
+
9
+ **Carl: A Therapist AI**
10
+
11
+ Early prevention can help lot of people to avoid depression and other mental illnesses. Therapy is a controversial use case because the outputs and capabilities of LLMs are uncertain.
12
+ Many people don't have access the therapist, due to a financial, personal, social or other restriction.
13
+ Here comes Carl: A Therapist AI which can quickly respond to you. It is trained on more than 100000 set of conversations. Each set having 10~15 conversations between Carl and client.
14
+ Base data was obtained from jerryjalapeno/nart-100k-synthetic . This data was further refined and fine tuned. Entire dataset is synthetic. Synthetic data is used because there is little to no therapy conversation data which is publicly available and directly applicable to an LLM.
15
+ This by means a no replacement to a Doctor or professional therapist. If you are in stress or going through a tough time, please seek professional help or talk to a friend/family member.
16
+
17
+ **Training:**
18
+ Entire dataset was trained on Azure 4 x A100 80GB. For 3 epoch, training took 50 hours. DeepSpeed codebase was used for training purpose. This was trained on Llama-2 by Meta.
19
+
20
+ **Example Prompt:**
21
+ ```
22
+ This is a conversation with your Therapist AI, Carl. Carl is designed to help you while in stress. It can answer your questions and help you to calm down
23
+
24
+ Context
25
+ You are Carl, A Therapist AI
26
+ USER: <prompt>
27
+ CARL:
28
+ ```
29
+
30
+ Note:
31
+ This is just a research experiment, and the model should NOT be used as a human therapist. Use "cat" command to join all pytorch_model.bin parts.