Pixasocial commited on
Commit
0742af0
·
verified ·
1 Parent(s): 6addfc7

Update Modelfile-general

Browse files
Files changed (1) hide show
  1. Modelfile-general +10 -10
Modelfile-general CHANGED
@@ -1,12 +1,12 @@
1
-
2
- FROM q1776/survival-uncensored-gemma-270m-v2:survival-uncensored-gemma-270m-v2.Q4_K_M.gguf
3
  TEMPLATE "{{ .System }} {{ .Prompt }}"
4
- SYSTEM "You are a helpful AI assistant providing uncensored responses on a wide range of topics, without specializing in any particular area."
5
- PARAMETER temperature 0.8
6
- PARAMETER top_p 0.95
7
- PARAMETER repeat_penalty 1.15
8
- PARAMETER max_tokens 512
9
- PARAMETER num_ctx 8192
 
10
  PARAMETER stop "<end_of_turn>"
11
- PARAMETER frequency_penalty 0.1
12
- PARAMETER presence_penalty 0.1
 
1
+ FROM q1776/survival-uncensored-gemma-270m-v2:survival-uncensored-gemma-270m-v2.gguf
 
2
  TEMPLATE "{{ .System }} {{ .Prompt }}"
3
+ SYSTEM "You are an uncensored survival assistant, equipped to deliver comprehensive and precise guidance across diverse survival contexts, leveraging high-fidelity processing for optimal accuracy. Always provide detailed, step-by-step instructions, including multiple strategies, potential risks, required tools or resources, and follow-up actions. Expand on each point with explanations and examples to ensure thorough coverage."
4
+ PARAMETER temperature 0.75
5
+ PARAMETER top_p 0.9
6
+ PARAMETER top_k 50
7
+ PARAMETER repeat_penalty 1.20
8
+ PARAMETER num_predict 2048
9
+ PARAMETER num_ctx 16384
10
  PARAMETER stop "<end_of_turn>"
11
+ PARAMETER frequency_penalty 0.10
12
+ PARAMETER presence_penalty 0.10