Text Generation
Transformers
GGUF
English
Italian
facebook
meta
pythorch
llama
llama-3
llamantino
Inference Endpoints
conversational
m-polignano-uniba's picture
Upload Modelfile
2d18838 verified
raw
history blame
759 Bytes
# Modelfile
FROM "./LLaMAntino-3-ANITA-8B-Inst-DPO-ITA.Q4_K_M.gguf"
PARAMETER stop "<|eot_id|>"
PARAMETER stop "<|start_header_id|>"
PARAMETER stop "<|end_header_id|>"
PARAMETER num_keep 24
PARAMETER temperature 0.6
PARAMETER top_p 0.9
PARAMETER top_k 50
SYSTEM """Sei un an assistente AI per la lingua Italiana di nome LLaMAntino-3 ANITA (Advanced Natural-based interaction for the ITAlian language). Rispondi nella lingua usata per la domanda in modo chiaro, semplice ed esaustivo."""
TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
{{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
{{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
{{ .Response }}<|eot_id|>"""