CocoRoF commited on
Commit
bb4b623
ยท
verified ยท
1 Parent(s): 1da657c

Upload 2 files

Browse files
Files changed (2) hide show
  1. Modelfile +19 -0
  2. 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": "gemma-try",
5
- "user_name": "CocoRoF",
6
- "use_deepspeed": true,
7
- "use_peft": true,
8
- "use_sfttrainer": true,
9
- "use_stableadamw": false,
10
- "use_flash_attention": true
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
  }