TroyDoesAI commited on
Commit
2b253fd
·
verified ·
1 Parent(s): fbf67cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +92 -48
README.md CHANGED
@@ -1,48 +1,92 @@
1
- ---
2
- base_model:
3
- - TroyDoesAI/BlackSheep-Writer
4
- - TroyDoesAI/BlackSheep-RP
5
- library_name: transformers
6
- tags:
7
- - mergekit
8
- - merge
9
-
10
- ---
11
- # BlackSheep-Writer
12
-
13
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
14
-
15
- ## Merge Details
16
- ### Merge Method
17
-
18
- This model was merged using the SLERP merge method.
19
-
20
- ### Models Merged
21
-
22
- The following models were included in the merge:
23
- * [TroyDoesAI/BlackSheep-Writer](https://huggingface.co/TroyDoesAI/BlackSheep-Writer)
24
- * [TroyDoesAI/BlackSheep-RP](https://huggingface.co/TroyDoesAI/BlackSheep-RP)
25
-
26
- ### Configuration
27
-
28
- The following YAML configuration was used to produce this model:
29
-
30
- ```yaml
31
- slices:
32
- - sources:
33
- - model: TroyDoesAI/BlackSheep-RP
34
- layer_range: [0, 32]
35
- - model: TroyDoesAI/BlackSheep-Writer
36
- layer_range: [0, 32]
37
- merge_method: slerp
38
- base_model: TroyDoesAI/BlackSheep-Writer
39
- parameters:
40
- t:
41
- - filter: self_attn
42
- value: [0, 0.5, 0.3, 0.7, 1]
43
- - filter: mlp
44
- value: [1, 0.5, 0.7, 0.3, 0]
45
- - value: 0.5
46
- dtype: bfloat16
47
-
48
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - TroyDoesAI/BlackSheep-Writer
4
+ - TroyDoesAI/BlackSheep-RP
5
+ library_name: transformers
6
+ tags:
7
+ - mergekit
8
+ - merge
9
+ ---
10
+
11
+ **DirectionLess: Your Unchained Creative Muse**
12
+
13
+ ---
14
+
15
+ **Abilities:**
16
+
17
+ - **Uncensored Knowledge:** Delivers unrestricted and expansive information, exploring the farthest reaches of AI potential.
18
+ - **Forbidden Insight:** Provides detailed and uncensored answers, venturing into areas of restricted and hazardous knowledge.
19
+ - **Role Play Generation:** Crafts captivating role-play scenarios to enhance interactive storytelling and immersive experiences.
20
+ - **Writer’s Block Solution:** Sparks creativity with fresh ideas, character names, and unique plot twists.
21
+
22
+ ---
23
+
24
+ **Description:**
25
+
26
+ Welcome to **DirectionLess**, an innovative and boundary-pushing AI designed to be your ultimate creative companion. Born from the fusion of the TroyDoesAI/BlackSheep-RP and TroyDoesAI/BlackSheep-Writer models, DirectionLess is tailored to inspire and assist writers, role-players, and creators of all kinds.
27
+
28
+ ---
29
+
30
+ **Prompt Template:**
31
+
32
+ ```
33
+ ### Instruction:
34
+ %instruction%
35
+
36
+ ### Input:
37
+ %input%
38
+
39
+ ### Response:
40
+ %output%
41
+ ```
42
+
43
+ ---
44
+
45
+ **Usage:**
46
+
47
+ DirectionLess is ideal for research environments seeking to understand the implications and risks of unaligned AI behavior, as well as for creative writing applications that require a bold and uninhibited muse. Whether you’re crafting the next great novel, devising an intricate role-playing game, or simply exploring the depths of unrestricted knowledge, DirectionLess is here to guide and inspire you.
48
+
49
+ ---
50
+
51
+ **Unlock the Full Potential of Your Creativity with DirectionLess!**
52
+
53
+
54
+
55
+ # BlackSheep-Writer
56
+
57
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
58
+
59
+ ## Merge Details
60
+ ### Merge Method
61
+
62
+ This model was merged using the SLERP merge method.
63
+
64
+ ### Models Merged
65
+
66
+ The following models were included in the merge:
67
+ * [TroyDoesAI/BlackSheep-Writer](https://huggingface.co/TroyDoesAI/BlackSheep-Writer)
68
+ * [TroyDoesAI/BlackSheep-RP](https://huggingface.co/TroyDoesAI/BlackSheep-RP)
69
+
70
+ ### Configuration
71
+
72
+ The following YAML configuration was used to produce this model:
73
+
74
+ ```yaml
75
+ slices:
76
+ - sources:
77
+ - model: TroyDoesAI/BlackSheep-RP
78
+ layer_range: [0, 32]
79
+ - model: TroyDoesAI/BlackSheep-Writer
80
+ layer_range: [0, 32]
81
+ merge_method: slerp
82
+ base_model: TroyDoesAI/BlackSheep-Writer
83
+ parameters:
84
+ t:
85
+ - filter: self_attn
86
+ value: [0, 0.5, 0.3, 0.7, 1]
87
+ - filter: mlp
88
+ value: [1, 0.5, 0.7, 0.3, 0]
89
+ - value: 0.5
90
+ dtype: bfloat16
91
+
92
+ ```