samdak93 commited on
Commit
9fa8a95
·
verified ·
1 Parent(s): 58bbe0d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -3
README.md CHANGED
@@ -1,3 +1,65 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - text-generation
5
+ - dialogue-modeling
6
+ - mental-health
7
+ - therapy
8
+ - empathetic-ai
9
+ datasets:
10
+ - samdak93/EmpathicConversations
11
+ language:
12
+ - en
13
+ model-index:
14
+ - name: Solacia
15
+ results: []
16
+ ---
17
+
18
+ # Solacia: An Empathic AI Therapy Assistant
19
+
20
+ **Solacia** is a fine-tuned language model designed to provide supportive, emotionally aware responses in therapeutic or self-help conversations. It is built using a curated dataset of real-world mental health dialogue scenarios aimed at simulating the empathy and insight of a human counselor.
21
+
22
+ ## Model Details
23
+
24
+ - **Model Name**: Solacia
25
+ - **Author**: [samdak93](https://huggingface.co/samdak93)
26
+ - **Language**: English
27
+ - **License**: MIT
28
+ - **Base Model**: *[insert base model name, e.g., TinyGPT-2, Mistral-7B, etc.]*
29
+ - **Training Dataset**: [EmpathicConversations](https://huggingface.co/datasets/samdak93/EmpathicConversations)
30
+
31
+ ## Use Cases
32
+
33
+ - Mental health support (non-diagnostic)
34
+ - Journaling companions
35
+ - Emotional support bots
36
+ - Therapeutic conversation simulation
37
+ - Training other empathy-oriented models
38
+
39
+ > ⚠️ **Disclaimer**: This model is not a replacement for professional therapy. It should only be used for research, experimentation, or wellness assistance.
40
+
41
+ ## Example Input
42
+
43
+ **User**:
44
+ > I'm feeling like everything is too much and I can't take it anymore...
45
+
46
+ **Solacia**:
47
+ > I'm really sorry you're feeling this way. You're not alone, and your emotions are valid. Take a deep breath — would you like to talk more about what’s overwhelming you?
48
+
49
+ ## Limitations
50
+
51
+ - Not a licensed therapist.
52
+ - May produce inappropriate or hallucinated responses if used improperly.
53
+ - Should not be relied on in crisis situations.
54
+
55
+ ## Citation
56
+
57
+ If you use this model, please consider citing the dataset and repository:
58
+
59
+ ```bibtex
60
+ @misc{samdak93_solacia_2025,
61
+ author = {samdak93},
62
+ title = {Solacia: An Empathic AI Therapy Assistant},
63
+ year = {2025},
64
+ url = {https://huggingface.co/samdak93/solacia}
65
+ }