GGUF
Not-For-All-Audiences
nsfw
Undi95 commited on
Commit
672d74e
1 Parent(s): 16c0cc8

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ tags:
4
+ - not-for-all-audiences
5
+ - nsfw
6
+ ---
7
+
8
+ <!-- description start -->
9
+ ## Description
10
+
11
+ This repo contains GGUF files of BigL-7B.
12
+
13
+ The model was created by merging the basic Mistral-0.2-7B, a full finetuned RP model of it ([Undi95/LewdMistral-7B-0.2](https://huggingface.co/Undi95/LewdMistral-7B-0.2)) and some others top Mistral model I enjoyed (Toppy, ...)
14
+
15
+ It's a demonstration to show that merging Mistral 0.1 and 0.2 models is possible if done correctly, without the need to retrain entirely (dataset lost, repo deleted, etc...)
16
+
17
+ <!-- description end -->
18
+ <!-- prompt-template start -->
19
+ ## Prompt template: Alpaca
20
+
21
+ ```
22
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
23
+
24
+ ### Instruction:
25
+ {system prompt}
26
+
27
+ ### Input:
28
+ {prompt}
29
+
30
+ ### Response:
31
+ {output}
32
+ ```
33
+
34
+ If you want to support me, you can [here](https://ko-fi.com/undiai).