FROM Model_name.gguf
TEMPLATE """{{- if .System }}
<s>{{ .System }}</s>
{{- end }}
<s>Human:
{{ .Prompt }}</s>
<s>Assistant:
"""
SYSTEM """A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions."""
PARAMETER stop <s>
PARAMETER stop </s>
ollama serve : ollama 실행하기ollama list : ollama에 생성된 모델 리스트ollama pull Model_name : ollama에서 사용 가능한 모델 이름 입력 시 자동으로 설치됨ollama create 원하는 이름 -f Modelfile : 내가 올라마에 생성하고자 하는 모델 생성 (Modelfile 기반)cd Directory/Models 와 같이 Modelfile이 저장된 위치로 이동해야 함
내가 만든 gguf가 Modelfile 기반 ollama에 생성된 걸 확인할 수 있음!
ollama run NAME
감사합니다 덕분에 성공했어용 히히 잘 보고 갑니다~!!!