Undi95 commited on
Commit
60c177f
1 Parent(s): 0f488d5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ ---
4
+
5
+ This merge was done for and with the idea of IkariDev.
6
+
7
+ This is a variant of ReMM v2 with more SpicyBoros weight as a base.
8
+
9
+
10
+ Explaination :
11
+ ```shell
12
+ ReMM-variant-part1: (Chronos-Beluga v2/Hermes)
13
+ => Keeping The-Face-Of-Goonery/Chronos-Beluga-v2-13bfp16
14
+ => Keeping NousResearch/Nous-Hermes-Llama2-13b
15
+
16
+ ReMM-variant-part2: (Huginn/Spicyboros)
17
+ => Keeping jondurbin/spicyboros-13b-2.2 (More weight)
18
+ => Keeping The-Face-Of-Goonery/Huginn-13b-v1.2
19
+
20
+ With that :
21
+ ReMM-v2-variant: (ReML-part1/ReML-part2)
22
+ => Will result in : Chronos-Beluga-v2-13bfp16 / Nous-Hermes-Llama2-13b / spicyboros-13b-2.2 (More weight/Base) / Huginn-13b-v1.2
23
+ ```
24
+
25
+ <!-- description start -->
26
+ ## Description
27
+
28
+ This repo contains quantized files of ReMM v2 VARIANT, a variant for ReMM v2.
29
+ <!-- description end -->
30
+ <!-- description start -->
31
+ ## Models used
32
+
33
+
34
+ - The-Face-Of-Goonery/Chronos-Beluga-v2-13bfp16
35
+ - jondurbin/spicyboros-13b-2.2
36
+ - NousResearch/Nous-Hermes-Llama2-13b
37
+ - The-Face-Of-Goonery/Huginn-13b-v1.2
38
+ <!-- description end -->
39
+ <!-- prompt-template start -->
40
+ ## Prompt template: Alpaca
41
+
42
+ ```
43
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
44
+
45
+ ### Instruction:
46
+ {prompt}
47
+
48
+ ### Response:
49
+
50
+ ```