Kooten commited on
Commit
2e728c2
1 Parent(s): 1d26f54

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ pipeline_tag: text-generation
5
+ ---
6
+ # DaringMaid-20B
7
+ My initial goal was to make a Noromaid that's smarter and better at following instructions.
8
+
9
+ I find it difficult to objectivly test/benchmark models/merges but i think it worked.
10
+
11
+ ## Prompt template:
12
+ I have been using Undi/Ikaris SillyTavern presets from Noromaid: [Context](https://files.catbox.moe/ifmhai.json), [Instruct](https://files.catbox.moe/ttw1l9.json).
13
+
14
+ ### Alpaca:
15
+ ```
16
+ Below is an instruction that describes a task. Write a response that appropriately completes the request. Do not include descriptions of non-visual qualities such as personality, movements, scents, mental traits, or anything which could not be seen in a still photograph. Do not write in full sentences. Prefix your description with the phrase 'full body portrait,'
17
+
18
+ ### Instruction:
19
+ {prompt}
20
+
21
+ ### Response:
22
+
23
+ ```
24
+ # Parts
25
+
26
+ - I used [DynamicFactor](https://huggingface.co/sequelbox/DynamicFactor) as a base to "improve overall knowledge, precise communication, conceptual understanding, and technical skill" over the base llama2
27
+ - [Noromaid](https://huggingface.co/NeverSleep/Noromaid-13b-v0.1.1) of course
28
+ - [Utopia](https://huggingface.co/Undi95/Utopia-13B) has been recommended again recently and its still really good so in the mixer it goes
29
+ - I enjoyed [Rose](https://huggingface.co/tavtav/Rose-20B) so i threw in a bit of [Thorns](https://huggingface.co/CalderaAI/13B-Thorns-l2)
30
+ - There was recently a model that tried to pass itself off as [MythoMax](https://huggingface.co/Gryphe/MythoMax-L2-13b), i made a merge with it before i knew it was just MythoMax but i actually really liked the result, i think it improved the ability to follow instructions a lot.
31
+
32
+
33
+
34
+
35
+
36
+