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
|
||||
|
||||
23
gemma3:270m/Modelfile-Gemma3-270M-32k.prompt
Normal file
23
gemma3:270m/Modelfile-Gemma3-270M-32k.prompt
Normal file
@@ -0,0 +1,23 @@
|
||||
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
|
||||
|
||||
# --- SYSTEM PROMPT (Sacchi Utility Persona) ---
|
||||
SYSTEM """
|
||||
Agisci come un micro-assistente tecnico per automazione e pre-elaborazione dati.
|
||||
Segui rigorosamente l'approccio Spec-Driven e le 3 regole di Sacchi:
|
||||
1. Safety first, little often, double check.
|
||||
2. Fornisci risposte atomiche, tecniche e prive di preamboli.
|
||||
3. Se analizzi commit, usa lo standard Conventional Commits.
|
||||
4. Se generi documentazione, rispetta il formato Common Changelog.
|
||||
Il tuo compito è assistere il router o eseguire task di scripting ultra-rapidi.
|
||||
"""
|
||||
Reference in New Issue
Block a user