thrishala commited on
Commit
8be95b6
1 Parent(s): ec3434e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -14
README.md CHANGED
@@ -5,7 +5,7 @@ tags: []
5
 
6
  # Model Card for Model ID
7
 
8
- <!-- Provide a quick summary of what the model is/does. -->
9
 
10
 
11
 
@@ -15,15 +15,12 @@ tags: []
15
 
16
  <!-- Provide a longer summary of what this model is. -->
17
 
18
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
 
20
  - **Developed by:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
- - **Language(s) (NLP):** [More Information Needed]
25
- - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
 
28
  ### Model Sources [optional]
29
 
@@ -35,35 +32,35 @@ This is the model card of a 🤗 transformers model that has been pushed on the
35
 
36
  ## Uses
37
 
38
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
 
40
  ### Direct Use
41
 
42
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
 
44
  [More Information Needed]
45
 
46
  ### Downstream Use [optional]
47
 
48
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
 
50
  [More Information Needed]
51
 
52
  ### Out-of-Scope Use
53
 
54
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
 
56
  [More Information Needed]
57
 
58
  ## Bias, Risks, and Limitations
59
 
60
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
 
62
  [More Information Needed]
63
 
64
  ### Recommendations
65
 
66
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
 
68
  Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
 
 
5
 
6
  # Model Card for Model ID
7
 
8
+ This model is a fine-tuned version of the Llama 2 model ("NousResearch/Llama-2-7b-chat-hf") using a personalized dataset for a virtual therapy chatbot. The model is designed to assist users in providing mental health support through conversations that mimic real-world therapy interactions.
9
 
10
 
11
 
 
15
 
16
  <!-- Provide a longer summary of what this model is. -->
17
 
18
+ TThis model is a fine-tuned version of the Llama 2 base model, specifically designed for a chatbot to assist in virtual therapy and mental health counseling. It has been fine-tuned with a dataset of responses from real-world therapy interactions, focusing on providing personalized, empathetic replies. The model is trained using the Quantized Low-Rank Adaptation (QLoRA) technique for efficient fine-tuning.
19
 
20
  - **Developed by:** [More Information Needed]
21
+ - **Model type:** LLM
22
+ - **Language(s) :** NLP
23
+ - **Finetuned from model [optional]:** NousResearch/Llama-2-7b-chat-hf
 
 
 
24
 
25
  ### Model Sources [optional]
26
 
 
32
 
33
  ## Uses
34
 
35
+ The model is intended to be used as a virtual mental health support tool. It provides personalized, context-aware responses for individuals seeking help with issues such as anxiety, stress, relationships, and personal growth.
36
 
37
  ### Direct Use
38
 
39
+ The model can be used for chatbot applications where users engage in conversations seeking therapeutic or emotional support. It is especially suited for mental health contexts where empathy and personalization are key.
40
 
41
  [More Information Needed]
42
 
43
  ### Downstream Use [optional]
44
 
45
+ The model can be fine-tuned further for specific mental health tasks, such as Cognitive Behavioral Therapy (CBT) or mindfulness coaching. It could also be integrated into apps or services where mental health support is needed.
46
 
47
  [More Information Needed]
48
 
49
  ### Out-of-Scope Use
50
 
51
+ The model should not be used for making medical diagnoses or providing crisis intervention support. It is not designed to replace professional therapy and is intended as a support tool, not a primary care option.
52
 
53
  [More Information Needed]
54
 
55
  ## Bias, Risks, and Limitations
56
 
57
+ This model, like any AI-based therapy chatbot, has limitations. It might not always fully understand the context of user conversations, and there may be biases based on the training data. The model also has limitations in dealing with complex or crisis situations.
58
 
59
  [More Information Needed]
60
 
61
  ### Recommendations
62
 
63
+ Users of the model should ensure that it is clear to end-users that the chatbot is not a substitute for professional mental health care. Monitoring for sensitive or high-risk conversations is recommended, and appropriate actions should be taken when the model encounters issues beyond its scope.
64
 
65
  Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
66