Update README.md
Browse files
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:**
|
21 |
-
- **Funded by [optional]:**
|
22 |
-
- **Shared by [optional]:**
|
23 |
-
- **Model type:**
|
24 |
-
- **Language(s) (NLP):**
|
25 |
-
- **License:**
|
26 |
-
- **Finetuned from model [optional]:**
|
27 |
|
28 |
### Model Sources [optional]
|
29 |
|
30 |
<!-- Provide the basic links for the model. -->
|
31 |
|
32 |
-
- **Repository:** [
|
33 |
-
- **Paper [optional]:**
|
34 |
- **Demo [optional]:** [More Information Needed]
|
35 |
|
36 |
## Uses
|
37 |
|
38 |
-
|
39 |
|
40 |
-
|
41 |
|
42 |
-
|
|
|
|
|
43 |
|
44 |
-
|
45 |
|
46 |
-
### Downstream Use [optional]
|
47 |
|
48 |
-
|
|
|
|
|
49 |
|
50 |
[More Information Needed]
|
51 |
|
|
|
52 |
### Out-of-Scope Use
|
53 |
|
54 |
-
|
55 |
|
56 |
-
|
|
|
|
|
|
|
57 |
|
58 |
-
## Bias, Risks, and Limitations
|
59 |
|
60 |
-
|
61 |
|
62 |
-
|
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 |
|