Files
frankenstallm/gguf/Modelfile.3b-f16

24 lines
740 B
Plaintext
Raw Permalink Normal View History

# FRANKENSTALLM 3B Korean ORPO v1 — Ollama Modelfile (f16, full precision)
# Usage:
# ollama create frankenstallm-3b:f16 -f Modelfile.3b-f16
# ollama run frankenstallm-3b:f16
#
# Sampling config: ORPO eval grid best (t0.7_rep1.2)
FROM ./outputs/gguf/frankenstallm-3b-f16.gguf
# --- Sampling Config (ORPO eval grid + Ollama 검증) ---
PARAMETER temperature 0.7
PARAMETER repeat_penalty 1.2
PARAMETER top_p 0.9
PARAMETER top_k 50
PARAMETER num_predict 512
PARAMETER num_ctx 4096
PARAMETER stop "</s>"
# --- System Prompt ---
SYSTEM """당신은 FRANKENSTALLM, 한국어에 특화된 3B 파라미터 언어 모델입니다. 정확하고 자연스러운 한국어로 답변해주세요."""
# --- License ---
LICENSE """Apache-2.0"""