Undi95 commited on
Commit
af36438
1 Parent(s): 28991b0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ An attempt to do a model using : https://github.com/Gryphe/MergeMonster/
2
+
3
+ Some custom phrase where used, trying to avoid some censoring and GPTslop.
4
+
5
+ ```
6
+ -------- MERGE COMPOSITION ---------
7
+ Noromaid-13b-v0.1.1: 0.44
8
+ Xwin-MLewd-13B-V0.2: 0.29
9
+ Onii-1.3-13b: 0.28```
10
+ ```
11
+ ## Prompt template: Alpaca
12
+
13
+ ```
14
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
15
+
16
+ ### Instruction:
17
+ {prompt}
18
+
19
+ ### Response:
20
+ ```
21
+
22
+ Currently trying it.