Undi95 commited on
Commit
3c50181
1 Parent(s): 8d85b52

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - mistral
5
+ - pretrained
6
+ ---
7
+
8
+ CollectiveCognition-v1.1-Mistral-7B and airoboros-mistral2.2-7b glued together.
9
+
10
+ <!-- description start -->
11
+ ## Description
12
+
13
+ This repo contains fp16 files of Mistral-11B-CC-Air.
14
+
15
+ <!-- description end -->
16
+ <!-- description start -->
17
+ ## Model used
18
+
19
+ - [CollectiveCognition-v1.1-Mistral-7B](https://huggingface.co/teknium/CollectiveCognition-v1.1-Mistral-7B)
20
+ - [airoboros-mistral2.2-7b](https://huggingface.co/teknium/airoboros-mistral2.2-7b/)
21
+
22
+ <!-- description end -->
23
+ <!-- prompt-template start -->
24
+ ## Prompt template: Alpaca or default
25
+
26
+ ```
27
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
28
+
29
+ ### Instruction:
30
+ {prompt}
31
+
32
+ ### Response:
33
+
34
+ ```
35
+
36
+ ```
37
+ USER: <prompt>
38
+ ASSISTANT:
39
+ ```
40
+
41
+ ## The secret sauce
42
+
43
+ ```
44
+ slices:
45
+ - sources:
46
+ - model: teknium/CollectiveCognition-v1.1-Mistral-7B
47
+ layer_range: [0, 24]
48
+ - sources:
49
+ - model: teknium/airoboros-mistral2.2-7b
50
+ layer_range: [8, 32]
51
+ merge_method: passthrough
52
+ dtype: float16
53
+ ```
54
+
55
+
56
+ Special thanks to Sushi.
57
+
58
+ If you want to support me, you can [here](https://ko-fi.com/undiai).