Darkknight535 commited on
Commit
3c3ae1e
·
verified ·
1 Parent(s): 83868bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -9
README.md CHANGED
@@ -24,31 +24,38 @@ Default llama3 instruct and context preset, but here is the one i use.
24
  ## Creative
25
  ```
26
  Temp : 1.2
27
- Min P : 0.05
 
28
  Repetition Penalty : 1.05
 
 
 
29
 
30
- [And everything else neutral] (DRY Sampler Breaks it)
31
  ```
32
 
33
  ## Normal(Precise)
34
  ```
35
  Temp : 0.6 - 0.8
36
  Min P : 0.1
 
37
  Repetition Penalty : 1.1
 
 
 
38
 
39
- [And everything else neutral](DRY Sampler Breaks it)
40
  ```
41
 
42
  ### Features
43
- - Supports 64k (finetuned on a 16k datasheet, but used Ttimofeyka/Llama-3-15B-64k-Instruct as base on fineutning)
44
  - Automatically speaks as other NPCs.
45
- - Creative output(Like the OpenCrystal 12b but more coherent).
46
- - Coherent responses(Accuatlly having 15B model logic).
47
- - Output feels similar to using Character.ai
48
  - Improved adherence to prompts.
49
  - No hallucinations (15B).
50
- - Capable of summarizing and generating image prompts well. (The above image's prompt was generated in a roleplay by this model; possible due to the Llama-3-instruct base.)
51
-
52
  ### System Prompt
53
  ```
54
  Develop the plot slowly, always stay in character. Describe all actions in full, elaborate, explicit, graphic, and vivid detail. Mention all relevant sensory perceptions. Keep the story immersive and engaging. Speak as other person when needed and prefix with the name of person you're speaking as except {{user}}.
 
24
  ## Creative
25
  ```
26
  Temp : 1.2
27
+ Min P : 0.01
28
+
29
  Repetition Penalty : 1.05
30
+ OR
31
+ Dry 0.7, 1.75, 2,0
32
+ XTC 0.1, 0.5
33
 
34
+ [And everything else neutral]
35
  ```
36
 
37
  ## Normal(Precise)
38
  ```
39
  Temp : 0.6 - 0.8
40
  Min P : 0.1
41
+
42
  Repetition Penalty : 1.1
43
+ OR
44
+ Dry 1, 1.75, 2,0
45
+ XTC 0.1, 0.2
46
 
47
+ [And everything else neutral]
48
  ```
49
 
50
  ### Features
51
+ - Supports 64k (finetuned on a 16k datasheet, but used Ttimofeyka/Llama-3-15B-64k-Instruct as base on finetuning).
52
  - Automatically speaks as other NPCs.
53
+ - Creative output (like the OpenCrystal 12B but more coherent).
54
+ - Coherent responses (actually having 15B model logic).
55
+ - Output feels similar to using Character.ai.
56
  - Improved adherence to prompts.
57
  - No hallucinations (15B).
58
+ - Capable of summarizing and generating image prompts well (The above image's prompt was generated in a roleplay by this model; possible due to the Llama-3-instruct base).
 
59
  ### System Prompt
60
  ```
61
  Develop the plot slowly, always stay in character. Describe all actions in full, elaborate, explicit, graphic, and vivid detail. Mention all relevant sensory perceptions. Keep the story immersive and engaging. Speak as other person when needed and prefix with the name of person you're speaking as except {{user}}.