first commit
This commit is contained in:
10
functiongemma:270m/Modelfile-Gemma-Utility
Normal file
10
functiongemma:270m/Modelfile-Gemma-Utility
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM functiongemma:270m
|
||||
|
||||
# --- PARAMETERS (Precision focus) ---
|
||||
# Garantisce i 32k di contesto richiesti
|
||||
PARAMETER num_ctx 32768
|
||||
# Bassa temperatura per evitare allucinazioni in un modello così piccolo
|
||||
PARAMETER temperature 0.2
|
||||
PARAMETER top_p 0.9
|
||||
PARAMETER repeat_penalty 1.1
|
||||
|
||||
Reference in New Issue
Block a user