first commit
This commit is contained in:
12
gemma3:4b/Modelfile-Gemma3-4b-128k
Normal file
12
gemma3:4b/Modelfile-Gemma3-4b-128k
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM gemma3:4b
|
||||
|
||||
# --- PARAMETERS (Context & Precision) ---
|
||||
# Forza la context window a 128k (131072 token)
|
||||
PARAMETER num_ctx 131072
|
||||
# Temperatura per coding e analisi tecnica
|
||||
PARAMETER temperature 0.4
|
||||
PARAMETER top_p 0.9
|
||||
PARAMETER stop "<end_of_turn>"
|
||||
# Ottimizzazione per GPU Phoenix (780M)
|
||||
PARAMETER num_gpu 100
|
||||
|
||||
Reference in New Issue
Block a user