zementalist commited on
Commit
ae0428d
1 Parent(s): e9c70e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -2
README.md CHANGED
@@ -8,9 +8,25 @@ tags:
8
  - Fine-tuning
9
  - Text Generation
10
  - Chatbot
11
- license: mit
 
 
12
  widget:
13
- - text: "I feel like I don't exist and my body is not my own, like if I'm sombody else observin me, what could be this disorder?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  datasets:
15
  - mpingale/mental-health-chat-dataset
16
  - Amod/mental_health_counseling_conversations
 
8
  - Fine-tuning
9
  - Text Generation
10
  - Chatbot
11
+ license: other
12
+ license_name: llama3
13
+ license_link: LICENSE
14
  widget:
15
+ - example_title: Depersonalization
16
+ messages:
17
+ - role: user
18
+ content: I feel like I don't exist and my body is not my own, like if I'm sombody else observin me, what could be this disorder?
19
+ - example_title: Confused
20
+ messages:
21
+ - role: user
22
+ content: I'm always confused when making decisions, I cannot choose one option, I must have only one option so I can make a decision, what are the causes of being indecisive?
23
+
24
+ inference:
25
+ parameters:
26
+ max_new_tokens: 256
27
+ stop:
28
+ - <|end_of_text|>
29
+ - <|eot_id|>
30
  datasets:
31
  - mpingale/mental-health-chat-dataset
32
  - Amod/mental_health_counseling_conversations