mrs83 commited on
Commit
6a41f93
1 Parent(s): 0f006ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -21
README.md CHANGED
@@ -1,6 +1,16 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
 
 
 
 
 
 
 
 
 
4
  ---
5
 
6
  # Model Card for Model ID
@@ -17,49 +27,55 @@ tags: []
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
 
30
  <!-- Provide the basic links for the model. -->
31
 
32
- - **Repository:** [More Information Needed]
33
- - **Paper [optional]:** [More Information Needed]
34
  - **Demo [optional]:** [More Information Needed]
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
 
 
1
  ---
2
  library_name: transformers
3
+ tags:
4
+ - SmolLM2
5
+ - text-generation-inference
6
+ license: mit
7
+ datasets:
8
+ - mrs83/kurtis_mental_health_final
9
+ language:
10
+ - en
11
+ base_model:
12
+ - HuggingFaceTB/SmolLM2-1.7B-Instruct
13
+ pipeline_tag: question-answering
14
  ---
15
 
16
  # Model Card for Model ID
 
27
 
28
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
29
 
30
+ - **Developed by:** Massimo R. Scamarcia <[email protected]>
31
+ - **Funded by [optional]:** Massimo R. Scamarcia <[email protected]>
32
+ - **Shared by [optional]:** Massimo R. Scamarcia <[email protected]>
33
+ - **Model type:** Transformer decoder
34
+ - **Language(s) (NLP):** English
35
+ - **License:** MIT
36
+ - **Finetuned from model [optional]:** HuggingFaceTB/SmolLM2-1.7B-Instruct
37
 
38
  ### Model Sources [optional]
39
 
40
  <!-- Provide the basic links for the model. -->
41
 
42
+ - **Repository:** [https://github.com/mrs83/kurtis](https://github.com/mrs83/kurtis)
43
+ - **Paper [optional]:** None
44
  - **Demo [optional]:** [More Information Needed]
45
 
46
  ## Uses
47
 
48
+ The model is intended for use in a conversational setting, particularly in mental health and therapeutic support scenarios.
49
 
50
+ Suitable use cases include:
51
 
52
+ Training chatbots for mental health support.
53
+ Evaluating the usage of small-language models (SML).
54
+ Evaluating small-language models (SML) capability to generate empathetic responses in a mental health context.
55
 
56
+ Out-of-Scope Use
57
 
 
58
 
59
+ ### Direct Use
60
+
61
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
62
 
63
  [More Information Needed]
64
 
65
+
66
  ### Out-of-Scope Use
67
 
68
+ This model should not be used for:
69
 
70
+ - Making critical mental health decisions or diagnoses.
71
+ - Replacing professional mental health services.
72
+ - Applications where responses require regulatory compliance or are highly sensitive.
73
+ - Generating responses without human supervision, especially in contexts that involve vulnerable individuals.
74
 
 
75
 
76
+ ## Bias, Risks, and Limitations
77
 
78
+ Misuse of this dataset could lead to providing inappropriate or harmful responses, so it should not be deployed without proper safeguards in place.
79
 
80
  ### Recommendations
81