ajibawa-2023 commited on
Commit
5c14a7c
1 Parent(s): d73db2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -1,3 +1,29 @@
1
  ---
2
  license: cc-by-nc-nd-4.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-nd-4.0
3
+ language:
4
+ - en
5
  ---
6
+
7
+ **Carl: A Therapist AI**
8
+
9
+ Therapy is a controversial use case because the outputs and capabilities of LLMs are uncertain.
10
+ Many people don't have access the therapist, due to a financial, personal, or external restriction.
11
+ 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.
12
+ 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.
13
+ 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.
14
+
15
+ **Training:**
16
+ Entire dataset was trained on Azure 4 x A100 80GB. Training took 22 hours. FastChat codebase was used for training purpose.
17
+
18
+ **Example Prompt:**
19
+ ```
20
+ 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
21
+
22
+ Context
23
+ You are Carl, A Therapist AI
24
+ USER: <prompt>
25
+ CARL:
26
+ ```
27
+
28
+ Note:
29
+ This is just a research experiment, and the model should NOT be used as a therapist. If you are looking for commercial licence then kindly contact me.