Alpaca PromptingChatML PromptingCreate Modelfile
from give-model-name-which-you-want-to-extend
parameter temperature 0.7
system """ Write System Prompt here """
Create Model
ollama create new-model-name-here -f ./Modelfile-path-here
Run your model
ollama run new-model-name-here