cognitivetech commited on
Commit
3fc0c74
1 Parent(s): 9f1471a

project info

Browse files
Files changed (1) hide show
  1. README.md +41 -67
README.md CHANGED
@@ -8,81 +8,55 @@ tags:
8
 
9
  # Model Card for Model ID
10
 
11
- <!-- Provide a quick summary of what the model is/does. -->
12
-
13
 
 
14
 
15
  ## Model Details
16
 
17
- ### Model Description
18
-
19
- <!-- Provide a longer summary of what this model is. -->
20
-
21
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
22
-
23
- - **Developed by:** [More Information Needed]
24
- - **Funded by [optional]:** [More Information Needed]
25
- - **Shared by [optional]:** [More Information Needed]
26
- - **Model type:** [More Information Needed]
27
- - **Language(s) (NLP):** [More Information Needed]
28
- - **License:** [More Information Needed]
29
- - **Finetuned from model [optional]:** [More Information Needed]
30
-
31
- ### Model Sources [optional]
32
-
33
- <!-- Provide the basic links for the model. -->
34
-
35
- - **Repository:** [More Information Needed]
36
- - **Paper [optional]:** [More Information Needed]
37
- - **Demo [optional]:** [More Information Needed]
38
 
39
  ## Uses
40
 
41
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
42
-
43
- ### Direct Use
44
-
45
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
46
-
47
- [More Information Needed]
48
-
49
- ### Downstream Use [optional]
50
-
51
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
52
-
53
- [More Information Needed]
54
-
55
- ### Out-of-Scope Use
56
-
57
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
 
59
- [More Information Needed]
60
-
61
- ## Bias, Risks, and Limitations
62
-
63
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
64
-
65
- [More Information Needed]
66
-
67
- ### Recommendations
68
-
69
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
70
-
71
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
72
-
73
- ## How to Get Started with the Model
74
-
75
- Use the code below to get started with the model.
76
-
77
- [More Information Needed]
78
-
79
- ## Training Details
80
-
81
- ### Training Data
82
-
83
- <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
84
-
85
- [More Information Needed]
86
 
87
  ### Training Procedure
88
 
 
8
 
9
  # Model Card for Model ID
10
 
11
+ This is a fine-tune of [Hermes-2-Pro-Mistral-7B](https://huggingface.co/NousResearch/Hermes-2-Pro-Mistral-7B).
 
12
 
13
+ I created a dataset of "comprehensive bulleted notes with headings and terms in bold" from 25 psychology texts, using Mistral-7B-Instruct-v0.2, and one other. I cleaned up that set to be perfect, and trained with Hermes 2 Pro Mistral 7b.
14
 
15
  ## Model Details
16
 
17
+ ```
18
+ ```{document}```
19
+ Write comprehensive bulleted notes on the provided text.
20
+ ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
 
22
  ## Uses
23
 
24
+ Ideally the output looks something like this:
25
+
26
+ ```markdown
27
+ **Winnie's Grief Reaction**
28
+
29
+ **Therapist's Recommendations**:
30
+ - Advised grandmother and maid to:
31
+ - **Hold Winnie** and talk to her as her mother had done
32
+ - **Follow the mother's routines** as much as possible
33
+ - Make **appropriate references to the mother**
34
+ - Suggested father talk to Winnie about:
35
+ - Children thinking mothers get sick or die if they are naughty
36
+ - This is not really the case
37
+
38
+ **Winnie's Behavior**:
39
+ - Became her usual self again, and symptoms disappeared
40
+ - **Sought out mother-substitutes**: grandmother, maid, father, sister Wendy
41
+ - **Happy and contented** as long as she was taken care of and loved
42
+
43
+ **Expressing Grief**:
44
+ - **Seven months after mother's death**, Winnie began talking about her absent mother
45
+ - Expressed **sadness, missing her mother**, asked questions about death
46
+ - **Explained by therapist**: Winnie could express grief after grandmother had expressed grief over losing her daughter
47
+
48
+ **Winnie's Remarks at Nursery School**:
49
+ - Emphasized that her **mother was dead**
50
+ - Expressed **yearning for her mother's return**
51
+ - **Sensitive to separations**, looked to sister Wendy for security
52
+ - **Apprehensive about losing other caregivers**
53
+ - **Resorted to somatic symptoms** when grandmother was away
54
+
55
+ **Therapist's Concern**:
56
+ - Winnie's **capacity to respond to stressful situations**, especially long separations
57
+ - Her **ready resort to somatic symptoms**
58
+ ```
59
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
 
61
  ### Training Procedure
62