vanpelt commited on
Commit
62ab111
·
verified ·
1 Parent(s): dcc684d

Upload GGUF model

Browse files
Files changed (3) hide show
  1. params +6 -4
  2. system +1 -1
  3. template +1 -1
params CHANGED
@@ -1,5 +1,7 @@
1
  {
2
- "top_k": 64,
3
- "top_p": 0.95,
4
- "stop": ["<end_of_turn>"]
5
- }
 
 
 
1
  {
2
+ "top_k": 64,
3
+ "top_p": 0.95,
4
+ "stop": [
5
+ "<end_of_turn>"
6
+ ]
7
+ }
system CHANGED
@@ -7,4 +7,4 @@ Never include explanations or extra keys.
7
 
8
  Turn this request for code changes into:
9
  1) a 2-4 word summary (Title Case),
10
- 2) a friendly git branch name (prefixed kebab-case).
 
7
 
8
  Turn this request for code changes into:
9
  1) a 2-4 word summary (Title Case),
10
+ 2) a friendly git branch name (prefixed kebab-case).
template CHANGED
@@ -13,4 +13,4 @@
13
  {{ .Content }}{{ if not $last }}<end_of_turn>
14
  {{ end }}
15
  {{- end }}
16
- {{- end }}
 
13
  {{ .Content }}{{ if not $last }}<end_of_turn>
14
  {{ end }}
15
  {{- end }}
16
+ {{- end }}