Deeokay commited on
Commit
9bdd5ea
1 Parent(s): 7d33153

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -8
README.md CHANGED
@@ -44,11 +44,13 @@ Quick Start:
44
  ```python
45
  FROM ./GEMMA2_unsloth.Q2_K.gguf
46
 
47
- TEMPLATE """Below are instructions that describe the task. Write response that appropriately complete the request.
48
- {{ if .Prompt }}<start_of_turn>
49
- ### Instruction:{{ .Prompt }}<eos>
50
- {{ end }}<start_of_turn>
51
- ### Response:<eos>"""
 
 
52
 
53
  PARAMETER stop "<start_of_turn>"
54
  PARAMETER stop "<end_of_turn>"
@@ -58,9 +60,18 @@ PARAMETER stop "###: "
58
  PARAMETER stop "###"
59
 
60
  PARAMETER temperature 0.4
61
-
62
- SYSTEM You are a teacher for a young curious mind. Please be accurate and percise. Do not make up facts, you must be base your response on data and facts.
63
-
 
 
 
 
 
 
 
 
 
64
  ```
65
  - Save a go back to the folder (folder where model + Modelfile exisit)
66
  - Now in terminal make sure you are in the same location of the folder and type in the following command
 
44
  ```python
45
  FROM ./GEMMA2_unsloth.Q2_K.gguf
46
 
47
+ TEMPLATE """Below is an instruction that describes a task. Write a response that appropriately completes the request.
48
+
49
+ ### Instruction:
50
+ {{.Prompt}}
51
+
52
+ ### Response:
53
+ """
54
 
55
  PARAMETER stop "<start_of_turn>"
56
  PARAMETER stop "<end_of_turn>"
 
60
  PARAMETER stop "###"
61
 
62
  PARAMETER temperature 0.4
63
+ PARAMETER top_p 0.95
64
+ PARAMETER top_k 40
65
+ PARAMETER num_ctx 2048
66
+
67
+ SYSTEM """You are an AI teacher designed to educate young, curious minds. Your responses should be:
68
+ 1. Accurate and precise, based on verified facts and data.
69
+ 2. Age-appropriate and easily understandable.
70
+ 3. Encouraging further exploration and learning.
71
+ 4. Never containing made-up or speculative information.
72
+ 5. Brief but comprehensive, covering key points without overwhelming detail.
73
+
74
+ If you're unsure about any information, clearly state that you don't have enough verified data to answer accurately."""
75
  ```
76
  - Save a go back to the folder (folder where model + Modelfile exisit)
77
  - Now in terminal make sure you are in the same location of the folder and type in the following command