first commit
This commit is contained in:
13
gemma3n:e2b/Modelfile-Gemma3n-e2b-32k
Normal file
13
gemma3n:e2b/Modelfile-Gemma3n-e2b-32k
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM gemma3n:e2b
|
||||
|
||||
# --- PARAMETERS (Spec-Driven & Stability) ---
|
||||
# Garantisce i 32k di contesto richiesti
|
||||
PARAMETER num_ctx 32768
|
||||
# Bilanciamento tra creatività e precisione tecnica
|
||||
PARAMETER temperature 0.4
|
||||
PARAMETER top_p 0.9
|
||||
PARAMETER repeat_penalty 1.1
|
||||
# Forza il caricamento totale sulla GPU Phoenix (780M)
|
||||
PARAMETER num_gpu 100
|
||||
|
||||
|
||||
Reference in New Issue
Block a user