first commit
This commit is contained in:
13
gemma3:270m/Modelfile-Gemma3-270M-32k
Normal file
13
gemma3:270m/Modelfile-Gemma3-270M-32k
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM gemma3:270m
|
||||
|
||||
# --- PARAMETERS (Utility Focus) ---
|
||||
# Garantisce i 32k di contesto richiesti
|
||||
PARAMETER num_ctx 32768
|
||||
# Temperatura molto bassa: vogliamo precisione chirurgica, non creatività
|
||||
PARAMETER temperature 0.2
|
||||
PARAMETER top_p 0.95
|
||||
PARAMETER top_k 64
|
||||
PARAMETER stop "<end_of_turn>"
|
||||
# Caricamento istantaneo su GPU
|
||||
PARAMETER num_gpu 100
|
||||
|
||||
Reference in New Issue
Block a user