GGUF
Not-For-All-Audiences
nsfw
Undi95 commited on
Commit
13b064b
1 Parent(s): b2db98f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ tags:
4
+ - not-for-all-audiences
5
+ - nsfw
6
+ ---
7
+
8
+ ## Borealis
9
+
10
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63ab1241ad514ca8d1430003/ieXwQCpyL7AX659Z7ivxA.png)
11
+
12
+ Borealis-10.7B is a 10.7B model made of 48 Mistral 7B layers, finetuned for +70h on 2xA6000 on a big RP and Conversational dataset with llama2 configuration of Axolotl, like SOLAR.
13
+
14
+ Next step would be to do a DPO train on top, but I don't know if it would be benefical.
15
+
16
+ <!-- description start -->
17
+ ## Description
18
+
19
+ This repo contains GGUF files of Borealis-10.7B, a conversational model.
20
+
21
+ The goal of this model isn't to break all benchmark, but to have a better RP/ERP/Conversational model.
22
+
23
+ It was trained on multiple basic dataset to make it intelligent, but majority of the dataset was basic conversations.
24
+
25
+ <!-- description end -->
26
+ <!-- description start -->
27
+ ## Dataset used
28
+
29
+ - NobodyExistsOnTheInternet/ToxicQAFinal
30
+ - teknium/openhermes
31
+ - unalignment/spicy-3.1
32
+ - Doctor-Shotgun/no-robots-sharegpt
33
+ - Undi95/toxic-dpo-v0.1-sharegpt
34
+ - Aesir [1], [2], [3-SFW], [3-NSFW]
35
+ - lemonilia/LimaRP
36
+ - Squish42/bluemoon-fandom-1-1-rp-cleaned
37
+ - Undi95/ConversationChronicles-sharegpt-SHARDED (2 sets, modified)
38
+
39
+ <!-- description end -->
40
+ <!-- prompt-template start -->
41
+ ## Prompt format: NsChatml
42
+ ```
43
+ <|im_system|>
44
+ {sysprompt}<|im_end|>
45
+ <|im_user|>
46
+ {input}<|im_end|>
47
+ <|im_bot|>
48
+ {output}<|im_end|>
49
+ ```
50
+
51
+ ## Others
52
+
53
+ If you want to support me, you can [here](https://ko-fi.com/undiai).