Undi95 commited on
Commit
24b274b
·
1 Parent(s): 1c92720

Create README.md

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