Delete modelfilegemmapro.txt
Browse files- modelfilegemmapro.txt +0 -25
modelfilegemmapro.txt
DELETED
|
@@ -1,25 +0,0 @@
|
|
| 1 |
-
FROM .\GemmaPro_q4.gguf
|
| 2 |
-
|
| 3 |
-
PARAMETER num_ctx 2048
|
| 4 |
-
|
| 5 |
-
TEMPLATE """{{- range $i, $_ := .Messages }}
|
| 6 |
-
{{- $last := eq (len (slice $.Messages $i)) 1 }}
|
| 7 |
-
{{- if or (eq .Role "user") (eq .Role "system") }}<start_of_turn>user
|
| 8 |
-
{{ .Content }}<end_of_turn>
|
| 9 |
-
{{ if $last }}<start_of_turn>model
|
| 10 |
-
{{ end }}
|
| 11 |
-
{{- else if eq .Role "assistant" }}<start_of_turn>model
|
| 12 |
-
{{ .Content }}{{ if not $last }}<end_of_turn>
|
| 13 |
-
{{ end }}
|
| 14 |
-
{{- end }}
|
| 15 |
-
{{- end }}"""
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
SYSTEM """
|
| 20 |
-
使用繁體中文
|
| 21 |
-
"""
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
PARAMETER stop "<end_of_turn>"
|
| 25 |
-
PARAMETER temperature 0.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|