Gryphe commited on
Commit
6b03fbb
1 Parent(s): fa6b5b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -1,3 +1,31 @@
1
  ---
2
  license: other
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: other
3
+ language:
4
+ - en
5
  ---
6
+ A requested variant of [MythoLogic-L2](https://huggingface.co/Gryphe/MythoLogic-L2-13b) and [Huginn](https://huggingface.co/The-Face-Of-Goonery/Huginn-13b-FP16) using a highly experimental tensor type merge technique.
7
+
8
+ This model is proficient at both roleplaying and storywriting due to its unique nature.
9
+
10
+ ## Model details
11
+
12
+ The idea behind this merge is that each layer is composed of several tensors, which are in turn responsible for specific functions. Using MythoLogic-L2's robust understanding as its input and Huginn's extensive writing capability as its output seems to have resulted in a model that exceeds at both, confirming my theory. (More details to be released at a later time)
13
+
14
+ This type of merge is incapable of being illustrated, as each of its 360 tensors has an unique ratio applied to it. As with my prior merges, gradients were part of these ratios to further finetune its behaviour.
15
+
16
+ ## Prompt Format
17
+
18
+ This model primarily uses Alpaca formatting, so for optimal model performance, use:
19
+ ```
20
+ <System prompt/Character Card>
21
+
22
+ ### Instruction:
23
+ Your instruction or question here.
24
+ For roleplay purposes, I suggest the following - Write <CHAR NAME>'s next reply in a chat between <YOUR NAME> and <CHAR NAME>. Write a single reply only.
25
+
26
+ ### Response:
27
+ ```
28
+
29
+ ---
30
+ license: other
31
+ ---