BlueNipples
commited on
Commit
•
aeb1f6a
1
Parent(s):
e75a1aa
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,29 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- conversation
|
5 |
---
|
6 |
+
|
7 |
+
### Design
|
8 |
+
|
9 |
+
This mistral 7b model is a task arithmetic merge of Epiculous/Fett-uccine-7B (theory of mind and gnosis datasets), GRMenon/mental-mistral-7b-instruct-autotrain (mental health counseling conversations dataset), and teknium/Hermes-Trismegistus-Mistral-7B (open-hermes + occult datasets)
|
10 |
+
|
11 |
+
The design intention is to create a pseudo-philosophical, pseudo-spiritual, pseudo counseling chatbob model for sounding ideas off. Like a mirror really. This obviously does not constitute medical advice, and if you are in need seek professional help. The name Apocrypha comes from the fact that it's fake - this isn't a guide or a guru. It's at best, if the model works, a sounding board. But I think such things might still be helpful for organising ones own thoughts.
|
12 |
+
|
13 |
+
I will throw a GGUF or two inside a subfolder here.
|
14 |
+
|
15 |
+
### Recipe
|
16 |
+
|
17 |
+
merge_method: task_arithmetic
|
18 |
+
base_model: mistralai/Mistral-7B-v0.1
|
19 |
+
models:
|
20 |
+
- model: ./Hermes-Trismegistus-7B
|
21 |
+
parameters:
|
22 |
+
weight: 0.35
|
23 |
+
- model: ./mental-mistral-7b
|
24 |
+
parameters:
|
25 |
+
weight: 0.39
|
26 |
+
- model: ./Fett-uccine-7B
|
27 |
+
parameters:
|
28 |
+
weight: 0.45
|
29 |
+
dtype: bfloat16
|