Deeokay commited on
Commit
42bd3b6
1 Parent(s): 1980646

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -142,7 +142,7 @@ dataset = dataset.map(formatting_prompts_func, batched = True,)
142
 
143
  # SIDENOTE :
144
 
145
- Because the Fine Tuned data way that way, you could technically try this and make it work..(?) still testing but please feel free to try as well (and do let me know). Still trying to figure this one out.
146
 
147
  ```python
148
  FROM ./GEMMA2_unsloth.Q2_K.gguf
@@ -153,6 +153,8 @@ PARAMETER stop "### Analysis:"
153
  PARAMETER stop "### Response:"
154
  PARAMETER stop "### Classification:"
155
  PARAMETER stop "### Sentiment:"
 
 
156
 
157
  TEMPLATE """Below is an instruction that describes a task, with an analysis that provides further context. Write a response, classification and sentiment that appropriately completes the request.
158
 
 
142
 
143
  # SIDENOTE :
144
 
145
+ Because the Fine Tuned data way that way, you could technically try this and make it work..(?) still testing but please feel free to try as well (and do let me know). Still trying to figure this one out. This 'sort of' works but still tweeking it.
146
 
147
  ```python
148
  FROM ./GEMMA2_unsloth.Q2_K.gguf
 
153
  PARAMETER stop "### Response:"
154
  PARAMETER stop "### Classification:"
155
  PARAMETER stop "### Sentiment:"
156
+ PARAMETER stop "###"
157
+ PARAMETER temperature 0.2
158
 
159
  TEMPLATE """Below is an instruction that describes a task, with an analysis that provides further context. Write a response, classification and sentiment that appropriately completes the request.
160