Elfrino commited on
Commit
744d7f3
1 Parent(s): 354c0fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -12
README.md CHANGED
@@ -1,15 +1,35 @@
1
- ---
2
- base_model: Elfrino/PsyMedLewdREMM-20B-TIES
3
- library_name: transformers
4
- tags:
5
- - mergekit
6
- - merge
7
- - llama-cpp
8
- - gguf-my-repo
9
- ---
10
-
11
-
12
- Initial tests look very promising. Very possibly the best model of the PsyMedLed series. Will be updating...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
 
15
 
 
1
+ PsyMedLewd. A TIES merge of two of my favourite models for scifi stories:
2
+
3
+ - [Undi95/MXLewd-L2-20B](https://huggingface.co/Undi95/MXLewd-L2-20B)
4
+
5
+ - [Undi95/PsyMedRP-v1-20B](https://huggingface.co/Undi95/PsyMedRP-v1-20B)
6
+
7
+
8
+ Feels like the best all rounder from the PsyMedLewd series. Still in testing but so far I like it's creativity and occasional wacky humour.
9
+
10
+ ![Warning: Bad alien gangster ahead!](https://huggingface.co/Elfrino/PsyMedLewdREMM-20B-TIES-Q5_K_M-GGUF/resolve/main/pigpin.jpg)
11
+
12
+
13
+ RECOMMENDED SETTINGS FOR ALL PsyMedLewd VERSIONS
14
+
15
+ (based on KoboldCPP):
16
+
17
+ Temperature - 1.3
18
+
19
+ Max Ctx. Tokens - 4096
20
+
21
+ Top p Sampling - 0.99
22
+
23
+ Repetition Penalty - 1.09
24
+
25
+ Amount to Gen. - 512
26
+
27
+
28
+ Prompt template: Alpaca or ChatML
29
+
30
+
31
+
32
+ #################################################################################################################################################
33
 
34
 
35