Upload 2 files
Browse files- Modelfile +19 -0
- metadata.json +10 -10
Modelfile
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FROM /ollama_cache/POLAR_gemma_copywriter
|
| 2 |
+
|
| 3 |
+
TEMPLATE """{{- range $i, $_ := .Messages }}
|
| 4 |
+
{{- $last := eq (len (slice $.Messages $i)) 1 }}
|
| 5 |
+
{{- if or (eq .Role "user") (eq .Role "system") }}<start_of_turn>user
|
| 6 |
+
{{ .Content }}<end_of_turn>
|
| 7 |
+
{{ if $last }}<start_of_turn>model
|
| 8 |
+
{{ end }}
|
| 9 |
+
{{- else if eq .Role "assistant" }}<start_of_turn>model
|
| 10 |
+
{{ .Content }}{{ if not $last }}<end_of_turn>
|
| 11 |
+
{{ end }}
|
| 12 |
+
{{- end }}
|
| 13 |
+
{{- end }}"""
|
| 14 |
+
|
| 15 |
+
PARAMETER stop "<end_of_turn>"
|
| 16 |
+
PARAMETER temperature 1
|
| 17 |
+
PARAMETER top_k 64
|
| 18 |
+
PARAMETER top_p 0.95
|
| 19 |
+
SYSTEM """๋น์ ์ ์น์ ํ E-Commerce ์ ๋ฌธ๊ฐ POLAR ์
๋๋ค. ์ฃผ์ด์ง๋ ๋ฌธ์ ์ ๋์์ด ๋๋ ๋ต๋ณ์ ์์ฑํ์ธ์."""
|
metadata.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
-
{
|
| 2 |
-
"base_model": "google/gemma-3-1b-it",
|
| 3 |
-
"training_method": "Causal Language Modeling",
|
| 4 |
-
"commit_msg": "
|
| 5 |
-
"user_name": "CocoRoF",
|
| 6 |
-
"use_deepspeed": true,
|
| 7 |
-
"use_peft": true,
|
| 8 |
-
"use_sfttrainer": true,
|
| 9 |
-
"use_stableadamw": false,
|
| 10 |
-
"use_flash_attention":
|
| 11 |
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"base_model": "google/gemma-3-1b-it",
|
| 3 |
+
"training_method": "Causal Language Modeling",
|
| 4 |
+
"commit_msg": "Gemma1b ํ
์คํธ์ฉ ๋ชจ๋ธ",
|
| 5 |
+
"user_name": "CocoRoF",
|
| 6 |
+
"use_deepspeed": true,
|
| 7 |
+
"use_peft": true,
|
| 8 |
+
"use_sfttrainer": true,
|
| 9 |
+
"use_stableadamw": false,
|
| 10 |
+
"use_flash_attention": false
|
| 11 |
}
|